Trace number 196329

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac 1? (TO) 1800.04 1808.89

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-42_ext.xml
MD5SUM9b534ebbbf8ce10b1dee18db24a78748
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark539.028
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables24
Number of constraints72
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension72
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
3.01	c start processing
3.01	c start relation processing
9.18	c start cnf exporting
39.51	c parsing time : 2.84
39.51	c preprocessing time : 39.342
39.51	
39.51	c Nary constraints - conflicts : 0 supports : 72
39.51	c Binary constraints - conflicts : 0 supports :0
39.51	c max arity constraint : 3
39.51	c Max Tuples generated 0
39.51	c relations : 72
39.51	c relations BDD: 72
39.51	c vars : 276906 - clauses :  876027
39.51	
39.55	 
39.55	c --- Minisat Stats ---
39.55	 

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node16/watcher-196329-1168122161 -o ROOT/results/node16/solver-196329-1168122161 -C 1800 -M 900 /tmp/evaluation/196329-1168122161/galac.sh /tmp/evaluation/196329-1168122161/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.99 2.00 2.00 5/95 3068
/proc/meminfo: memFree=1482968/2055920 swapFree=4191880/4192956
[pid=3067] ppid=3065 vsize=8560 CPUtime=0
/proc/3067/stat : 3067 (galac.sh) R 3065 3067 2496 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 160610960 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231962560399 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3067/statm: 2140 253 197 79 0 133 0

[startup+0.107071 s]
/proc/loadavg: 1.99 2.00 2.00 5/95 3068
/proc/meminfo: memFree=1482968/2055920 swapFree=4191880/4192956
[pid=3067] ppid=3065 vsize=47552 CPUtime=0.01
/proc/3067/stat : 3067 (galac.sh) S 3065 3067 2496 0 -1 4194304 761 1704 0 0 0 0 0 1 25 0 1 0 160610960 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3067/statm: 11888 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.515126 s]
/proc/loadavg: 1.99 2.00 2.00 5/95 3068
/proc/meminfo: memFree=1482968/2055920 swapFree=4191880/4192956
[pid=3067] ppid=3065 vsize=47552 CPUtime=0.01
/proc/3067/stat : 3067 (galac.sh) S 3065 3067 2496 0 -1 4194304 761 1704 0 0 0 0 0 1 25 0 1 0 160610960 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3067/statm: 11888 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.33798 s]
/proc/loadavg: 1.99 2.00 2.00 3/103 3088
/proc/meminfo: memFree=1404696/2055920 swapFree=4191880/4192956
[pid=3067] ppid=3065 vsize=47552 CPUtime=0.01
/proc/3067/stat : 3067 (galac.sh) S 3065 3067 2496 0 -1 4194304 761 1704 0 0 0 0 0 1 25 0 1 0 160610960 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3067/statm: 11888 363 245 79 0 218 0
[pid=3081] ppid=3067 vsize=860856 CPUtime=1.28
/proc/3081/stat : 3081 (java) R 3067 3067 2496 0 -1 0 21558 0 1 0 116 12 0 0 23 0 8 0 160610964 881516544 21311 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073652494 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3081/statm: 215214 21311 1965 14 0 201471 0
[pid=3081/tid=3082] ppid=3067 vsize=860856 CPUtime=0.05
/proc/3081/task/3082/stat : 3082 (java) S 3067 3067 2496 0 -1 64 5806 0 0 0 3 2 0 0 16 0 8 0 160610967 881516544 21311 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3083] ppid=3067 vsize=860856 CPUtime=0
/proc/3081/task/3083/stat : 3083 (java) S 3067 3067 2496 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160610968 881516544 21311 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3084] ppid=3067 vsize=860856 CPUtime=0
/proc/3081/task/3084/stat : 3084 (java) S 3067 3067 2496 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160610968 881516544 21311 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3085] ppid=3067 vsize=860856 CPUtime=0
/proc/3081/task/3085/stat : 3085 (java) S 3067 3067 2496 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160610971 881516544 21311 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3086] ppid=3067 vsize=860856 CPUtime=0.13
/proc/3081/task/3086/stat : 3086 (java) S 3067 3067 2496 0 -1 64 892 0 0 0 13 0 0 0 16 0 8 0 160610971 881516544 21311 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3087] ppid=3067 vsize=860856 CPUtime=0
/proc/3081/task/3087/stat : 3087 (java) S 3067 3067 2496 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 160610972 881516544 21311 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3088] ppid=3067 vsize=860856 CPUtime=0
/proc/3081/task/3088/stat : 3088 (java) S 3067 3067 2496 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160610972 881516544 21311 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 908408

[startup+2.99068 s]
/proc/loadavg: 1.99 2.00 2.00 4/103 3088
/proc/meminfo: memFree=1392152/2055920 swapFree=4191880/4192956
[pid=3067] ppid=3065 vsize=47552 CPUtime=0.01
/proc/3067/stat : 3067 (galac.sh) S 3065 3067 2496 0 -1 4194304 761 1704 0 0 0 0 0 1 25 0 1 0 160610960 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3067/statm: 11888 363 245 79 0 218 0
[pid=3081] ppid=3067 vsize=860856 CPUtime=2.92
/proc/3081/stat : 3081 (java) R 3067 3067 2496 0 -1 0 25917 0 1 0 278 14 0 0 25 0 8 0 160610964 881516544 25664 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073667768 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3081/statm: 215214 25664 1966 14 0 201471 0
[pid=3081/tid=3082] ppid=3067 vsize=860856 CPUtime=0.22
/proc/3081/task/3082/stat : 3082 (java) S 3067 3067 2496 0 -1 64 10144 0 0 0 18 4 0 0 16 0 8 0 160610967 881516544 25664 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3083] ppid=3067 vsize=860856 CPUtime=0
/proc/3081/task/3083/stat : 3083 (java) S 3067 3067 2496 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160610968 881516544 25664 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3084] ppid=3067 vsize=860856 CPUtime=0
/proc/3081/task/3084/stat : 3084 (java) S 3067 3067 2496 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160610968 881516544 25664 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3085] ppid=3067 vsize=860856 CPUtime=0
/proc/3081/task/3085/stat : 3085 (java) S 3067 3067 2496 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160610971 881516544 25664 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3086] ppid=3067 vsize=860856 CPUtime=0.16
/proc/3081/task/3086/stat : 3086 (java) S 3067 3067 2496 0 -1 64 904 0 0 0 16 0 0 0 16 0 8 0 160610971 881516544 25664 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3087] ppid=3067 vsize=860856 CPUtime=0
/proc/3081/task/3087/stat : 3087 (java) S 3067 3067 2496 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 160610972 881516544 25664 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3088] ppid=3067 vsize=860856 CPUtime=0
/proc/3081/task/3088/stat : 3088 (java) S 3067 3067 2496 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160610972 881516544 25664 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 908408

[startup+6.27508 s]
/proc/loadavg: 2.07 2.02 2.00 3/103 3088
/proc/meminfo: memFree=1364568/2055920 swapFree=4191880/4192956
[pid=3067] ppid=3065 vsize=47552 CPUtime=0.01
/proc/3067/stat : 3067 (galac.sh) S 3065 3067 2496 0 -1 4194304 761 1704 0 0 0 0 0 1 25 0 1 0 160610960 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3067/statm: 11888 363 245 79 0 218 0
[pid=3081] ppid=3067 vsize=860856 CPUtime=6.19
/proc/3081/stat : 3081 (java) R 3067 3067 2496 0 -1 0 31516 0 1 0 603 16 0 0 25 0 8 0 160610964 881516544 31261 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073873414 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3081/statm: 215214 31261 1973 14 0 201471 0
[pid=3081/tid=3082] ppid=3067 vsize=860856 CPUtime=0.5
/proc/3081/task/3082/stat : 3082 (java) S 3067 3067 2496 0 -1 64 15695 0 0 0 44 6 0 0 16 0 8 0 160610967 881516544 31261 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3083] ppid=3067 vsize=860856 CPUtime=0
/proc/3081/task/3083/stat : 3083 (java) S 3067 3067 2496 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160610968 881516544 31261 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3084] ppid=3067 vsize=860856 CPUtime=0
/proc/3081/task/3084/stat : 3084 (java) S 3067 3067 2496 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160610968 881516544 31261 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3085] ppid=3067 vsize=860856 CPUtime=0
/proc/3081/task/3085/stat : 3085 (java) S 3067 3067 2496 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160610971 881516544 31261 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3086] ppid=3067 vsize=860856 CPUtime=0.2
/proc/3081/task/3086/stat : 3086 (java) S 3067 3067 2496 0 -1 64 933 0 0 0 20 0 0 0 15 0 8 0 160610971 881516544 31261 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3087] ppid=3067 vsize=860856 CPUtime=0
/proc/3081/task/3087/stat : 3087 (java) S 3067 3067 2496 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 160610972 881516544 31261 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3088] ppid=3067 vsize=860856 CPUtime=0
/proc/3081/task/3088/stat : 3088 (java) S 3067 3067 2496 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160610972 881516544 31261 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 908408

[startup+12.6789 s]
/proc/loadavg: 2.06 2.02 2.00 3/103 3088
/proc/meminfo: memFree=1278816/2055920 swapFree=4191880/4192956
[pid=3067] ppid=3065 vsize=47552 CPUtime=0.01
/proc/3067/stat : 3067 (galac.sh) S 3065 3067 2496 0 -1 4194304 761 1704 0 0 0 0 0 1 25 0 1 0 160610960 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3067/statm: 11888 363 245 79 0 218 0
[pid=3081] ppid=3067 vsize=860856 CPUtime=12.56
/proc/3081/stat : 3081 (java) R 3067 3067 2496 0 -1 0 52516 0 2 0 1226 30 0 0 25 0 8 0 160610964 881516544 52255 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073681545 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3081/statm: 215214 52255 1993 14 0 201471 0
[pid=3081/tid=3082] ppid=3067 vsize=860856 CPUtime=1.47
/proc/3081/task/3082/stat : 3082 (java) S 3067 3067 2496 0 -1 64 36614 0 0 0 129 18 0 0 16 0 8 0 160610967 881516544 52255 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3083] ppid=3067 vsize=860856 CPUtime=0
/proc/3081/task/3083/stat : 3083 (java) S 3067 3067 2496 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160610968 881516544 52255 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3084] ppid=3067 vsize=860856 CPUtime=0
/proc/3081/task/3084/stat : 3084 (java) S 3067 3067 2496 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160610968 881516544 52255 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3085] ppid=3067 vsize=860856 CPUtime=0
/proc/3081/task/3085/stat : 3085 (java) S 3067 3067 2496 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160610971 881516544 52255 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3086] ppid=3067 vsize=860856 CPUtime=0.27
/proc/3081/task/3086/stat : 3086 (java) S 3067 3067 2496 0 -1 64 968 0 0 0 26 1 0 0 15 0 8 0 160610971 881516544 52255 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3087] ppid=3067 vsize=860856 CPUtime=0
/proc/3081/task/3087/stat : 3087 (java) S 3067 3067 2496 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 160610972 881516544 52255 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3088] ppid=3067 vsize=860856 CPUtime=0
/proc/3081/task/3088/stat : 3088 (java) S 3067 3067 2496 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160610972 881516544 52255 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 908408

[startup+25.5466 s]
/proc/loadavg: 2.05 2.01 2.00 3/103 3088
/proc/meminfo: memFree=1272544/2055920 swapFree=4191880/4192956
[pid=3067] ppid=3065 vsize=47552 CPUtime=0.01
/proc/3067/stat : 3067 (galac.sh) S 3065 3067 2496 0 -1 4194304 761 1704 0 0 0 0 0 1 25 0 1 0 160610960 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3067/statm: 11888 363 245 79 0 218 0
[pid=3081] ppid=3067 vsize=860856 CPUtime=25.37
/proc/3081/stat : 3081 (java) R 3067 3067 2496 0 -1 0 52537 0 2 0 2502 35 0 0 25 0 8 0 160610964 881516544 52255 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155213329 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3081/statm: 215214 52255 1993 14 0 201471 0
[pid=3081/tid=3082] ppid=3067 vsize=860856 CPUtime=1.5
/proc/3081/task/3082/stat : 3082 (java) S 3067 3067 2496 0 -1 64 36614 0 0 0 131 19 0 0 16 0 8 0 160610967 881516544 52255 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3083] ppid=3067 vsize=860856 CPUtime=0
/proc/3081/task/3083/stat : 3083 (java) S 3067 3067 2496 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160610968 881516544 52255 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3084] ppid=3067 vsize=860856 CPUtime=0
/proc/3081/task/3084/stat : 3084 (java) S 3067 3067 2496 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160610968 881516544 52255 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3085] ppid=3067 vsize=860856 CPUtime=0
/proc/3081/task/3085/stat : 3085 (java) S 3067 3067 2496 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160610971 881516544 52255 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3086] ppid=3067 vsize=860856 CPUtime=0.27
/proc/3081/task/3086/stat : 3086 (java) S 3067 3067 2496 0 -1 64 968 0 0 0 26 1 0 0 15 0 8 0 160610971 881516544 52255 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3087] ppid=3067 vsize=860856 CPUtime=0
/proc/3081/task/3087/stat : 3087 (java) S 3067 3067 2496 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 160610972 881516544 52255 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3081/tid=3088] ppid=3067 vsize=860856 CPUtime=0
/proc/3081/task/3088/stat : 3088 (java) S 3067 3067 2496 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160610972 881516544 52255 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 908408

[startup+51.1639 s]
/proc/loadavg: 2.03 2.01 2.00 3/96 3089
/proc/meminfo: memFree=1412632/2055920 swapFree=4191880/4192956
[pid=3067] ppid=3065 vsize=47552 CPUtime=39.31
/proc/3067/stat : 3067 (galac.sh) S 3065 3067 2496 0 -1 4194304 799 54274 0 2 0 0 3887 44 17 0 1 0 160610960 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3067/statm: 11888 363 245 79 0 218 0
[pid=3089] ppid=3067 vsize=57608 CPUtime=11.54
/proc/3089/stat : 3089 (minisat) R 3067 3067 2496 0 -1 4194304 13458 0 0 0 1146 8 0 0 25 0 1 0 160614916 58990592 13440 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 14402 13440 54 142 0 14258 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 105160

[startup+102.408 s]
/proc/loadavg: 2.06 2.02 2.00 3/96 3089
/proc/meminfo: memFree=1408536/2055920 swapFree=4191880/4192956
[pid=3067] ppid=3065 vsize=47552 CPUtime=39.31
/proc/3067/stat : 3067 (galac.sh) S 3065 3067 2496 0 -1 4194304 799 54274 0 2 0 0 3887 44 17 0 1 0 160610960 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3067/statm: 11888 363 245 79 0 218 0
[pid=3089] ppid=3067 vsize=62036 CPUtime=62.55
/proc/3089/stat : 3089 (minisat) R 3067 3067 2496 0 -1 4194304 14499 0 0 0 6245 10 0 0 25 0 1 0 160614916 63524864 14481 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 15509 14481 54 142 0 15365 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 109588

[startup+162.484 s]
/proc/loadavg: 2.06 2.03 2.00 3/96 3089
/proc/meminfo: memFree=1402840/2055920 swapFree=4191880/4192956
[pid=3067] ppid=3065 vsize=47552 CPUtime=39.31
/proc/3067/stat : 3067 (galac.sh) S 3065 3067 2496 0 -1 4194304 799 54274 0 2 0 0 3887 44 17 0 1 0 160610960 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3067/statm: 11888 363 245 79 0 218 0
[pid=3089] ppid=3067 vsize=67796 CPUtime=122.36
/proc/3089/stat : 3089 (minisat) R 3067 3067 2496 0 -1 4194304 15977 0 0 0 12224 12 0 0 25 0 1 0 160614916 69423104 15959 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 16949 15959 54 142 0 16805 0
Current children cumulated CPU time (s) 161.67
Current children cumulated vsize (KiB) 115348


################
# More data... #
################

/proc/loadavg: 1.92 1.98 1.99 2/82 3102
/proc/meminfo: memFree=1600584/2055920 swapFree=4191880/4192956
[pid=3067] ppid=3065 vsize=47552 CPUtime=39.31
/proc/3067/stat : 3067 (galac.sh) S 3065 3067 2496 0 -1 4194304 799 54274 0 2 0 0 3887 44 17 0 1 0 160610960 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3067/statm: 11888 363 245 79 0 218 0
[pid=3089] ppid=3067 vsize=192516 CPUtime=1079.27
/proc/3089/stat : 3089 (minisat) R 3067 3067 2496 0 -1 4194304 47122 0 0 0 107879 48 0 0 25 0 1 0 160614916 197136384 47104 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/3089/statm: 48129 47104 54 142 0 47985 0
Current children cumulated CPU time (s) 1118.58
Current children cumulated vsize (KiB) 240068

[startup+1183.65 s]
/proc/loadavg: 2.05 2.01 2.00 3/95 3161
/proc/meminfo: memFree=1449568/2055920 swapFree=4191880/4192956
[pid=3067] ppid=3065 vsize=47552 CPUtime=39.31
/proc/3067/stat : 3067 (galac.sh) S 3065 3067 2496 0 -1 4194304 799 54274 0 2 0 0 3887 44 17 0 1 0 160610960 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3067/statm: 11888 363 245 79 0 218 0
[pid=3089] ppid=3067 vsize=194652 CPUtime=1139.23
/proc/3089/stat : 3089 (minisat) R 3067 3067 2496 0 -1 4194304 47669 0 0 0 113872 51 0 0 25 0 1 0 160614916 199323648 47651 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3089/statm: 48663 47651 54 142 0 48519 0
Current children cumulated CPU time (s) 1178.54
Current children cumulated vsize (KiB) 242204

[startup+1243.69 s]
/proc/loadavg: 2.35 2.10 2.03 5/98 3213
/proc/meminfo: memFree=1451272/2055920 swapFree=4191880/4192956
[pid=3067] ppid=3065 vsize=47552 CPUtime=39.31
/proc/3067/stat : 3067 (galac.sh) S 3065 3067 2496 0 -1 4194304 799 54274 0 2 0 0 3887 44 17 0 1 0 160610960 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3067/statm: 11888 363 245 79 0 218 0
[pid=3089] ppid=3067 vsize=196788 CPUtime=1199.02
/proc/3089/stat : 3089 (minisat) R 3067 3067 2496 0 -1 4194304 48201 0 0 0 119849 53 0 0 25 0 1 0 160614916 201510912 48183 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 49197 48183 54 142 0 49053 0
Current children cumulated CPU time (s) 1238.33
Current children cumulated vsize (KiB) 244340

[startup+1303.74 s]
/proc/loadavg: 2.45 2.18 2.06 3/98 3213
/proc/meminfo: memFree=917256/2055920 swapFree=4191880/4192956
[pid=3067] ppid=3065 vsize=47552 CPUtime=39.31
/proc/3067/stat : 3067 (galac.sh) S 3065 3067 2496 0 -1 4194304 799 54274 0 2 0 0 3887 44 17 0 1 0 160610960 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3067/statm: 11888 363 245 79 0 218 0
[pid=3089] ppid=3067 vsize=198812 CPUtime=1258.29
/proc/3089/stat : 3089 (minisat) R 3067 3067 2496 0 -1 4194304 48682 0 0 0 125775 54 0 0 25 0 1 0 160614916 203583488 48664 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/3089/statm: 49703 48664 54 142 0 49559 0
Current children cumulated CPU time (s) 1297.6
Current children cumulated vsize (KiB) 246364

[startup+1363.81 s]
/proc/loadavg: 2.64 2.28 2.10 3/98 3213
/proc/meminfo: memFree=846856/2055920 swapFree=4191880/4192956
[pid=3067] ppid=3065 vsize=47552 CPUtime=39.31
/proc/3067/stat : 3067 (galac.sh) S 3065 3067 2496 0 -1 4194304 799 54274 0 2 0 0 3887 44 17 0 1 0 160610960 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3067/statm: 11888 363 245 79 0 218 0
[pid=3089] ppid=3067 vsize=200560 CPUtime=1317.92
/proc/3089/stat : 3089 (minisat) R 3067 3067 2496 0 -1 4194304 49127 0 0 0 131737 55 0 0 25 0 1 0 160614916 205373440 49109 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 0 0 0
/proc/3089/statm: 50140 49109 54 142 0 49996 0
Current children cumulated CPU time (s) 1357.23
Current children cumulated vsize (KiB) 248112

[startup+1423.91 s]
/proc/loadavg: 2.23 2.23 2.09 3/98 3213
/proc/meminfo: memFree=845128/2055920 swapFree=4191880/4192956
[pid=3067] ppid=3065 vsize=47552 CPUtime=39.31
/proc/3067/stat : 3067 (galac.sh) S 3065 3067 2496 0 -1 4194304 799 54274 0 2 0 0 3887 44 17 0 1 0 160610960 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3067/statm: 11888 363 245 79 0 218 0
[pid=3089] ppid=3067 vsize=202148 CPUtime=1377.69
/proc/3089/stat : 3089 (minisat) R 3067 3067 2496 0 -1 4194304 49531 0 0 0 137712 57 0 0 25 0 1 0 160614916 206999552 49513 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3089/statm: 50537 49513 54 142 0 50393 0
Current children cumulated CPU time (s) 1417
Current children cumulated vsize (KiB) 249700

[startup+1484.01 s]
/proc/loadavg: 2.15 2.20 2.09 3/98 3213
/proc/meminfo: memFree=843592/2055920 swapFree=4191880/4192956
[pid=3067] ppid=3065 vsize=47552 CPUtime=39.31
/proc/3067/stat : 3067 (galac.sh) S 3065 3067 2496 0 -1 4194304 799 54274 0 2 0 0 3887 44 17 0 1 0 160610960 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3067/statm: 11888 363 245 79 0 218 0
[pid=3089] ppid=3067 vsize=203612 CPUtime=1437.47
/proc/3089/stat : 3089 (minisat) R 3067 3067 2496 0 -1 4194304 49899 0 0 0 143689 58 0 0 25 0 1 0 160614916 208498688 49881 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 0 0 0
/proc/3089/statm: 50903 49881 54 142 0 50759 0
Current children cumulated CPU time (s) 1476.78
Current children cumulated vsize (KiB) 251164

[startup+1544.1 s]
/proc/loadavg: 2.05 2.16 2.08 3/98 3213
/proc/meminfo: memFree=842376/2055920 swapFree=4191880/4192956
[pid=3067] ppid=3065 vsize=47552 CPUtime=39.31
/proc/3067/stat : 3067 (galac.sh) S 3065 3067 2496 0 -1 4194304 799 54274 0 2 0 0 3887 44 17 0 1 0 160610960 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3067/statm: 11888 363 245 79 0 218 0
[pid=3089] ppid=3067 vsize=204800 CPUtime=1497.25
/proc/3089/stat : 3089 (minisat) R 3067 3067 2496 0 -1 4194304 50189 0 0 0 149667 58 0 0 25 0 1 0 160614916 209715200 50171 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/3089/statm: 51200 50171 54 142 0 51056 0
Current children cumulated CPU time (s) 1536.56
Current children cumulated vsize (KiB) 252352

[startup+1604.2 s]
/proc/loadavg: 2.02 2.13 2.08 3/98 3213
/proc/meminfo: memFree=841032/2055920 swapFree=4191880/4192956
[pid=3067] ppid=3065 vsize=47552 CPUtime=39.31
/proc/3067/stat : 3067 (galac.sh) S 3065 3067 2496 0 -1 4194304 799 54274 0 2 0 0 3887 44 17 0 1 0 160610960 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3067/statm: 11888 363 245 79 0 218 0
[pid=3089] ppid=3067 vsize=205988 CPUtime=1557.01
/proc/3089/stat : 3089 (minisat) R 3067 3067 2496 0 -1 4194304 50507 0 0 0 155643 58 0 0 25 0 1 0 160614916 210931712 50489 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3089/statm: 51497 50489 54 142 0 51353 0
Current children cumulated CPU time (s) 1596.32
Current children cumulated vsize (KiB) 253540

[startup+1664.29 s]
/proc/loadavg: 2.00 2.10 2.07 3/98 3213
/proc/meminfo: memFree=839368/2055920 swapFree=4191880/4192956
[pid=3067] ppid=3065 vsize=47552 CPUtime=39.31
/proc/3067/stat : 3067 (galac.sh) S 3065 3067 2496 0 -1 4194304 799 54274 0 2 0 0 3887 44 17 0 1 0 160610960 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3067/statm: 11888 363 245 79 0 218 0
[pid=3089] ppid=3067 vsize=207592 CPUtime=1616.79
/proc/3089/stat : 3089 (minisat) R 3067 3067 2496 0 -1 4194304 50894 0 0 0 161619 60 0 0 25 0 1 0 160614916 212574208 50876 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529560 0 0 4096 3 0 0 0 17 0 0 0
/proc/3089/statm: 51898 50876 54 142 0 51754 0
Current children cumulated CPU time (s) 1656.1
Current children cumulated vsize (KiB) 255144

[startup+1724.34 s]
/proc/loadavg: 2.04 2.08 2.07 3/87 3285
/proc/meminfo: memFree=1138000/2055920 swapFree=4191880/4192956
[pid=3067] ppid=3065 vsize=47552 CPUtime=39.31
/proc/3067/stat : 3067 (galac.sh) S 3065 3067 2496 0 -1 4194304 799 54274 0 2 0 0 3887 44 17 0 1 0 160610960 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3067/statm: 11888 363 245 79 0 218 0
[pid=3089] ppid=3067 vsize=209328 CPUtime=1676.56
/proc/3089/stat : 3089 (minisat) R 3067 3067 2496 0 -1 4194304 51335 0 0 0 167594 62 0 0 25 0 1 0 160614916 214351872 51317 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/3089/statm: 52332 51317 54 142 0 52188 0
Current children cumulated CPU time (s) 1715.87
Current children cumulated vsize (KiB) 256880

[startup+1784.37 s]
/proc/loadavg: 1.99 2.07 2.06 3/94 3342
/proc/meminfo: memFree=1502568/2055920 swapFree=4191880/4192956
[pid=3067] ppid=3065 vsize=47552 CPUtime=39.31
/proc/3067/stat : 3067 (galac.sh) S 3065 3067 2496 0 -1 4194304 799 54274 0 2 0 0 3887 44 17 0 1 0 160610960 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3067/statm: 11888 363 245 79 0 218 0
[pid=3089] ppid=3067 vsize=211840 CPUtime=1736.33
/proc/3089/stat : 3089 (minisat) R 3067 3067 2496 0 -1 4194304 51967 0 0 0 173568 65 0 0 25 0 1 0 160614916 216924160 51949 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 52960 51949 54 142 0 52816 0
Current children cumulated CPU time (s) 1775.64
Current children cumulated vsize (KiB) 259392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.87 s]
/proc/loadavg: 2.05 2.07 2.06 4/94 3342
/proc/meminfo: memFree=1472104/2055920 swapFree=4191880/4192956
[pid=3067] ppid=3065 vsize=47552 CPUtime=39.31
/proc/3067/stat : 3067 (galac.sh) S 3065 3067 2496 0 -1 4194304 799 54274 0 2 0 0 3887 44 17 0 1 0 160610960 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3067/statm: 11888 363 245 79 0 218 0
[pid=3089] ppid=3067 vsize=212896 CPUtime=1760.73
/proc/3089/stat : 3089 (minisat) R 3067 3067 2496 0 -1 4194304 52250 0 0 0 176007 66 0 0 25 0 1 0 160614916 218005504 52232 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 53224 52232 54 142 0 53080 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 260448

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 3067 and gives childrusage.ru_utime.tv_sec=38 childrusage.ru_utime.tv_usec=879089 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=456930
CPU time returned by wait4() is 39.336
while last known CPU time is 1800.04

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1808.89
CPU time (s): 1800.04
CPU user time (s): 1798.94
CPU system time (s): 1.1
CPU usage (%): 99.5109
Max. virtual memory (cumulated for all children) (KiB): 908408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.8791
system time used= 0.45693
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55073
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2172
involuntary context switches= 2616

runsolver used 1.92371 s user time and 5.96609 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Sat Jan  6 22:22:41 UTC 2007


IDJOB= 196329
IDBENCH= 3343
FILE ID= node16/196329-1168122161

PBS_JOBID= 3477161

Free space on /tmp= 66492 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-24-24/rand-3-24-24-76-632-42_ext.xml
COMMAND LINE= /tmp/evaluation/196329-1168122161/galac.sh /tmp/evaluation/196329-1168122161/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-196329-1168122161 -o ROOT/results/node16/solver-196329-1168122161 -C 1800 -M 900  /tmp/evaluation/196329-1168122161/galac.sh /tmp/evaluation/196329-1168122161/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  9b534ebbbf8ce10b1dee18db24a78748

RANDOM SEED= 486683782

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1483448 kB
Buffers:         43620 kB
Cached:         106824 kB
SwapCached:        448 kB
Active:         434488 kB
Inactive:        81484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1483448 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            5540 kB
Writeback:           0 kB
Mapped:         392656 kB
Slab:            40520 kB
Committed_AS:  4818712 kB
PageTables:       3088 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66480 MiB



End job on node16 on Sat Jan  6 22:52:50 UTC 2007