Trace number 196134

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.02 1809.01

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-48_ext.xml
MD5SUM89efa41fbbac9f9b4ee5610173a37395
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
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.14	c start processing
3.14	c start relation processing
9.81	c start cnf exporting
42.85	c parsing time : 2.984
42.85	c preprocessing time : 42.697
42.85	
42.85	c Nary constraints - conflicts : 0 supports : 76
42.85	c Binary constraints - conflicts : 0 supports :0
42.85	c max arity constraint : 3
42.85	c Max Tuples generated 0
42.85	c relations : 76
42.85	c relations BDD: 76
42.85	c vars : 302893 - clauses :  956366
42.85	
42.93	 
42.93	c --- Minisat Stats ---
42.93	 

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/node56/watcher-196134-1168119208 -o ROOT/results/node56/solver-196134-1168119208 -C 1800 -M 900 /tmp/evaluation/196134-1168119208/galac.sh /tmp/evaluation/196134-1168119208/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: 2.00 2.02 2.00 4/82 19124
/proc/meminfo: memFree=1245464/2055920 swapFree=4184772/4192956
[pid=19123] ppid=19121 vsize=18540 CPUtime=0
/proc/19123/stat : 19123 (runsolver) R 19121 19123 18356 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 160318983 18984960 280 18446744073709551615 4194304 4267372 548682069088 18446744073709551615 253307186471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19123/statm: 4635 280 244 17 0 2626 0

[startup+0.109571 s]
/proc/loadavg: 2.00 2.02 2.00 4/82 19124
/proc/meminfo: memFree=1245464/2055920 swapFree=4184772/4192956
[pid=19123] ppid=19121 vsize=47560 CPUtime=0.01
/proc/19123/stat : 19123 (galac.sh) S 19121 19123 18356 0 -1 4194304 762 1704 0 0 0 0 0 1 23 0 1 0 160318983 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19123/statm: 11890 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.517613 s]
/proc/loadavg: 2.00 2.02 2.00 4/82 19124
/proc/meminfo: memFree=1245464/2055920 swapFree=4184772/4192956
[pid=19123] ppid=19121 vsize=47560 CPUtime=0.01
/proc/19123/stat : 19123 (galac.sh) S 19121 19123 18356 0 -1 4194304 762 1704 0 0 0 0 0 1 23 0 1 0 160318983 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19123/statm: 11890 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.3387 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 19144
/proc/meminfo: memFree=1166808/2055920 swapFree=4184772/4192956
[pid=19123] ppid=19121 vsize=47560 CPUtime=0.01
/proc/19123/stat : 19123 (galac.sh) S 19121 19123 18356 0 -1 4194304 762 1704 0 0 0 0 0 1 23 0 1 0 160318983 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19123/statm: 11890 364 246 79 0 218 0
[pid=19137] ppid=19123 vsize=861064 CPUtime=1.28
/proc/19137/stat : 19137 (java) R 19123 19123 18356 0 -1 0 21935 0 1 0 117 11 0 0 25 0 8 0 160318986 881729536 21687 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19137/statm: 215266 21687 1966 14 0 201471 0
[pid=19137/tid=19138] ppid=19123 vsize=861064 CPUtime=0.06
/proc/19137/task/19138/stat : 19138 (java) R 19123 19123 18356 0 -1 64 6181 0 0 0 4 2 0 0 16 0 8 0 160318990 881729536 21687 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153823370 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19139] ppid=19123 vsize=861064 CPUtime=0
/proc/19137/task/19139/stat : 19139 (java) S 19123 19123 18356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160318990 881729536 21687 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19140] ppid=19123 vsize=861064 CPUtime=0
/proc/19137/task/19140/stat : 19140 (java) S 19123 19123 18356 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160318990 881729536 21687 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19141] ppid=19123 vsize=861064 CPUtime=0
/proc/19137/task/19141/stat : 19141 (java) S 19123 19123 18356 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160318993 881729536 21687 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19142] ppid=19123 vsize=861064 CPUtime=0.13
/proc/19137/task/19142/stat : 19142 (java) S 19123 19123 18356 0 -1 64 893 0 0 0 12 1 0 0 16 0 8 0 160318993 881729536 21687 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19143] ppid=19123 vsize=861064 CPUtime=0
/proc/19137/task/19143/stat : 19143 (java) S 19123 19123 18356 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160318993 881729536 21687 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19144] ppid=19123 vsize=861064 CPUtime=0
/proc/19137/task/19144/stat : 19144 (java) S 19123 19123 18356 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160318993 881729536 21687 18446744073709551615 134512640 134570532 4294956112 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) 908624

[startup+2.98586 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 19144
/proc/meminfo: memFree=1154776/2055920 swapFree=4184772/4192956
[pid=19123] ppid=19121 vsize=47560 CPUtime=0.01
/proc/19123/stat : 19123 (galac.sh) S 19121 19123 18356 0 -1 4194304 762 1704 0 0 0 0 0 1 23 0 1 0 160318983 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19123/statm: 11890 364 246 79 0 218 0
[pid=19137] ppid=19123 vsize=861064 CPUtime=2.92
/proc/19137/stat : 19137 (java) R 19123 19123 18356 0 -1 0 25836 0 1 0 278 14 0 0 25 0 8 0 160318986 881729536 25583 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073527004 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19137/statm: 215266 25583 1966 14 0 201471 0
[pid=19137/tid=19138] ppid=19123 vsize=861064 CPUtime=0.22
/proc/19137/task/19138/stat : 19138 (java) S 19123 19123 18356 0 -1 64 10067 0 0 0 17 5 0 0 16 0 8 0 160318990 881729536 25583 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19139] ppid=19123 vsize=861064 CPUtime=0
/proc/19137/task/19139/stat : 19139 (java) S 19123 19123 18356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160318990 881729536 25583 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19140] ppid=19123 vsize=861064 CPUtime=0
/proc/19137/task/19140/stat : 19140 (java) S 19123 19123 18356 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160318990 881729536 25583 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19141] ppid=19123 vsize=861064 CPUtime=0
/proc/19137/task/19141/stat : 19141 (java) S 19123 19123 18356 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160318993 881729536 25583 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19142] ppid=19123 vsize=861064 CPUtime=0.15
/proc/19137/task/19142/stat : 19142 (java) S 19123 19123 18356 0 -1 64 903 0 0 0 14 1 0 0 16 0 8 0 160318993 881729536 25583 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19143] ppid=19123 vsize=861064 CPUtime=0
/proc/19137/task/19143/stat : 19143 (java) S 19123 19123 18356 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160318993 881729536 25583 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19144] ppid=19123 vsize=861064 CPUtime=0
/proc/19137/task/19144/stat : 19144 (java) S 19123 19123 18356 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160318993 881729536 25583 18446744073709551615 134512640 134570532 4294956112 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) 908624

[startup+6.19417 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 19144
/proc/meminfo: memFree=1115352/2055920 swapFree=4184772/4192956
[pid=19123] ppid=19121 vsize=47560 CPUtime=0.01
/proc/19123/stat : 19123 (galac.sh) S 19121 19123 18356 0 -1 4194304 762 1704 0 0 0 0 0 1 23 0 1 0 160318983 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19123/statm: 11890 364 246 79 0 218 0
[pid=19137] ppid=19123 vsize=861064 CPUtime=6.11
/proc/19137/stat : 19137 (java) R 19123 19123 18356 0 -1 0 34475 0 1 0 591 20 0 0 25 0 8 0 160318986 881729536 34219 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073885935 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19137/statm: 215266 34219 1974 14 0 201471 0
[pid=19137/tid=19138] ppid=19123 vsize=861064 CPUtime=0.62
/proc/19137/task/19138/stat : 19138 (java) S 19123 19123 18356 0 -1 64 18647 0 0 0 52 10 0 0 20 0 8 0 160318990 881729536 34219 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19139] ppid=19123 vsize=861064 CPUtime=0
/proc/19137/task/19139/stat : 19139 (java) S 19123 19123 18356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160318990 881729536 34219 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19140] ppid=19123 vsize=861064 CPUtime=0
/proc/19137/task/19140/stat : 19140 (java) S 19123 19123 18356 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160318990 881729536 34219 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19141] ppid=19123 vsize=861064 CPUtime=0
/proc/19137/task/19141/stat : 19141 (java) S 19123 19123 18356 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160318993 881729536 34219 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19142] ppid=19123 vsize=861064 CPUtime=0.21
/proc/19137/task/19142/stat : 19142 (java) S 19123 19123 18356 0 -1 64 936 0 0 0 20 1 0 0 15 0 8 0 160318993 881729536 34219 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19143] ppid=19123 vsize=861064 CPUtime=0
/proc/19137/task/19143/stat : 19143 (java) S 19123 19123 18356 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160318993 881729536 34219 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19144] ppid=19123 vsize=861064 CPUtime=0
/proc/19137/task/19144/stat : 19144 (java) S 19123 19123 18356 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160318993 881729536 34219 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 908624

[startup+12.6808 s]
/proc/loadavg: 2.00 2.02 2.00 4/90 19144
/proc/meminfo: memFree=1030936/2055920 swapFree=4184772/4192956
[pid=19123] ppid=19121 vsize=47560 CPUtime=0.01
/proc/19123/stat : 19123 (galac.sh) S 19121 19123 18356 0 -1 4194304 762 1704 0 0 0 0 0 1 23 0 1 0 160318983 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19123/statm: 11890 364 246 79 0 218 0
[pid=19137] ppid=19123 vsize=861064 CPUtime=12.57
/proc/19137/stat : 19137 (java) R 19123 19123 18356 0 -1 0 55337 0 1 0 1225 32 0 0 25 0 8 0 160318986 881729536 55075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073336163 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19137/statm: 215266 55075 1994 14 0 201471 0
[pid=19137/tid=19138] ppid=19123 vsize=861064 CPUtime=1.59
/proc/19137/task/19138/stat : 19138 (java) S 19123 19123 18356 0 -1 64 39427 0 0 0 139 20 0 0 16 0 8 0 160318990 881729536 55075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19139] ppid=19123 vsize=861064 CPUtime=0
/proc/19137/task/19139/stat : 19139 (java) S 19123 19123 18356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160318990 881729536 55075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19140] ppid=19123 vsize=861064 CPUtime=0
/proc/19137/task/19140/stat : 19140 (java) S 19123 19123 18356 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160318990 881729536 55075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19141] ppid=19123 vsize=861064 CPUtime=0
/proc/19137/task/19141/stat : 19141 (java) S 19123 19123 18356 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160318993 881729536 55075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19142] ppid=19123 vsize=861064 CPUtime=0.27
/proc/19137/task/19142/stat : 19142 (java) S 19123 19123 18356 0 -1 64 972 0 0 0 26 1 0 0 15 0 8 0 160318993 881729536 55075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19143] ppid=19123 vsize=861064 CPUtime=0
/proc/19137/task/19143/stat : 19143 (java) S 19123 19123 18356 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160318993 881729536 55075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19144] ppid=19123 vsize=861064 CPUtime=0
/proc/19137/task/19144/stat : 19144 (java) S 19123 19123 18356 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160318993 881729536 55075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 908624

[startup+25.5661 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 19144
/proc/meminfo: memFree=1024600/2055920 swapFree=4184772/4192956
[pid=19123] ppid=19121 vsize=47560 CPUtime=0.01
/proc/19123/stat : 19123 (galac.sh) S 19121 19123 18356 0 -1 4194304 762 1704 0 0 0 0 0 1 23 0 1 0 160318983 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19123/statm: 11890 364 246 79 0 218 0
[pid=19137] ppid=19123 vsize=861064 CPUtime=25.39
/proc/19137/stat : 19137 (java) R 19123 19123 18356 0 -1 0 55358 0 1 0 2503 36 0 0 25 0 8 0 160318986 881729536 55075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073715949 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19137/statm: 215266 55075 1994 14 0 201471 0
[pid=19137/tid=19138] ppid=19123 vsize=861064 CPUtime=1.63
/proc/19137/task/19138/stat : 19138 (java) S 19123 19123 18356 0 -1 64 39427 0 0 0 142 21 0 0 16 0 8 0 160318990 881729536 55075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19139] ppid=19123 vsize=861064 CPUtime=0
/proc/19137/task/19139/stat : 19139 (java) S 19123 19123 18356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160318990 881729536 55075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19140] ppid=19123 vsize=861064 CPUtime=0
/proc/19137/task/19140/stat : 19140 (java) S 19123 19123 18356 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160318990 881729536 55075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19141] ppid=19123 vsize=861064 CPUtime=0
/proc/19137/task/19141/stat : 19141 (java) S 19123 19123 18356 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160318993 881729536 55075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19142] ppid=19123 vsize=861064 CPUtime=0.27
/proc/19137/task/19142/stat : 19142 (java) S 19123 19123 18356 0 -1 64 972 0 0 0 26 1 0 0 15 0 8 0 160318993 881729536 55075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19143] ppid=19123 vsize=861064 CPUtime=0
/proc/19137/task/19143/stat : 19143 (java) S 19123 19123 18356 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160318993 881729536 55075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19137/tid=19144] ppid=19123 vsize=861064 CPUtime=0
/proc/19137/task/19144/stat : 19144 (java) S 19123 19123 18356 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160318993 881729536 55075 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 908624

[startup+51.1956 s]
/proc/loadavg: 2.06 2.03 2.00 3/83 19145
/proc/meminfo: memFree=1170000/2055920 swapFree=4184772/4192956
[pid=19123] ppid=19121 vsize=47560 CPUtime=42.64
/proc/19123/stat : 19123 (galac.sh) S 19121 19123 18356 0 -1 4194304 800 57100 0 1 0 0 4218 46 17 0 1 0 160318983 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19123/statm: 11890 364 246 79 0 218 0
[pid=19145] ppid=19123 vsize=60420 CPUtime=8.21
/proc/19145/stat : 19145 (minisat) R 19123 19123 18356 0 -1 4194304 14500 0 0 0 813 8 0 0 25 0 1 0 160323276 61870080 14482 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/19145/statm: 15105 14482 54 142 0 14961 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 107980

[startup+102.444 s]
/proc/loadavg: 2.10 2.04 2.01 3/83 19145
/proc/meminfo: memFree=1164560/2055920 swapFree=4184772/4192956
[pid=19123] ppid=19121 vsize=47560 CPUtime=42.64
/proc/19123/stat : 19123 (galac.sh) S 19121 19123 18356 0 -1 4194304 800 57100 0 1 0 0 4218 46 17 0 1 0 160318983 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19123/statm: 11890 364 246 79 0 218 0
[pid=19145] ppid=19123 vsize=65916 CPUtime=59.22
/proc/19145/stat : 19145 (minisat) R 19123 19123 18356 0 -1 4194304 15911 0 0 0 5912 10 0 0 25 0 1 0 160323276 67497984 15893 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/19145/statm: 16479 15893 54 142 0 16335 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 113476

[startup+162.521 s]
/proc/loadavg: 2.04 2.03 2.00 3/83 19145
/proc/meminfo: memFree=1152976/2055920 swapFree=4184772/4192956
[pid=19123] ppid=19121 vsize=47560 CPUtime=42.64
/proc/19123/stat : 19123 (galac.sh) S 19121 19123 18356 0 -1 4194304 800 57100 0 1 0 0 4218 46 17 0 1 0 160318983 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19123/statm: 11890 364 246 79 0 218 0
[pid=19145] ppid=19123 vsize=77480 CPUtime=119.01
/proc/19145/stat : 19145 (minisat) R 19123 19123 18356 0 -1 4194304 18814 0 0 0 11888 13 0 0 25 0 1 0 160323276 79339520 18796 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/19145/statm: 19370 18796 54 142 0 19226 0
Current children cumulated CPU time (s) 161.65
Current children cumulated vsize (KiB) 125040


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

/proc/loadavg: 2.00 2.01 2.00 3/83 19145
/proc/meminfo: memFree=1049616/2055920 swapFree=4184772/4192956
[pid=19123] ppid=19121 vsize=47560 CPUtime=42.64
/proc/19123/stat : 19123 (galac.sh) S 19121 19123 18356 0 -1 4194304 800 57100 0 1 0 0 4218 46 17 0 1 0 160318983 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19123/statm: 11890 364 246 79 0 218 0
[pid=19145] ppid=19123 vsize=180596 CPUtime=1075.77
/proc/19145/stat : 19145 (minisat) R 19123 19123 18356 0 -1 4194304 44584 0 0 0 107532 45 0 0 25 0 1 0 160323276 184930304 44566 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/19145/statm: 45149 44566 54 142 0 45005 0
Current children cumulated CPU time (s) 1118.41
Current children cumulated vsize (KiB) 228156

[startup+1183.85 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19145
/proc/meminfo: memFree=1046672/2055920 swapFree=4184772/4192956
[pid=19123] ppid=19121 vsize=47560 CPUtime=42.64
/proc/19123/stat : 19123 (galac.sh) S 19121 19123 18356 0 -1 4194304 800 57100 0 1 0 0 4218 46 17 0 1 0 160318983 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19123/statm: 11890 364 246 79 0 218 0
[pid=19145] ppid=19123 vsize=183532 CPUtime=1135.57
/proc/19145/stat : 19145 (minisat) R 19123 19123 18356 0 -1 4194304 45307 0 0 0 113511 46 0 0 25 0 1 0 160323276 187936768 45289 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520089 0 0 4096 3 0 0 0 17 1 0 0
/proc/19145/statm: 45883 45289 54 142 0 45739 0
Current children cumulated CPU time (s) 1178.21
Current children cumulated vsize (KiB) 231092

[startup+1243.92 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19145
/proc/meminfo: memFree=1043920/2055920 swapFree=4184772/4192956
[pid=19123] ppid=19121 vsize=47560 CPUtime=42.64
/proc/19123/stat : 19123 (galac.sh) S 19121 19123 18356 0 -1 4194304 800 57100 0 1 0 0 4218 46 17 0 1 0 160318983 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19123/statm: 11890 364 246 79 0 218 0
[pid=19145] ppid=19123 vsize=186176 CPUtime=1195.36
/proc/19145/stat : 19145 (minisat) R 19123 19123 18356 0 -1 4194304 45979 0 0 0 119489 47 0 0 25 0 1 0 160323276 190644224 45961 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/19145/statm: 46544 45961 54 142 0 46400 0
Current children cumulated CPU time (s) 1238
Current children cumulated vsize (KiB) 233736

[startup+1304 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19145
/proc/meminfo: memFree=1039568/2055920 swapFree=4184772/4192956
[pid=19123] ppid=19121 vsize=47560 CPUtime=42.64
/proc/19123/stat : 19123 (galac.sh) S 19121 19123 18356 0 -1 4194304 800 57100 0 1 0 0 4218 46 17 0 1 0 160318983 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19123/statm: 11890 364 246 79 0 218 0
[pid=19145] ppid=19123 vsize=190536 CPUtime=1255.16
/proc/19145/stat : 19145 (minisat) R 19123 19123 18356 0 -1 4194304 47065 0 0 0 125467 49 0 0 25 0 1 0 160323276 195108864 47047 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/19145/statm: 47634 47047 54 142 0 47490 0
Current children cumulated CPU time (s) 1297.8
Current children cumulated vsize (KiB) 238096

[startup+1364.07 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19145
/proc/meminfo: memFree=1036048/2055920 swapFree=4184772/4192956
[pid=19123] ppid=19121 vsize=47560 CPUtime=42.64
/proc/19123/stat : 19123 (galac.sh) S 19121 19123 18356 0 -1 4194304 800 57100 0 1 0 0 4218 46 17 0 1 0 160318983 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19123/statm: 11890 364 246 79 0 218 0
[pid=19145] ppid=19123 vsize=193968 CPUtime=1314.95
/proc/19145/stat : 19145 (minisat) R 19123 19123 18356 0 -1 4194304 47946 0 0 0 131445 50 0 0 25 0 1 0 160323276 198623232 47928 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/19145/statm: 48492 47928 54 142 0 48348 0
Current children cumulated CPU time (s) 1357.59
Current children cumulated vsize (KiB) 241528

[startup+1424.15 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 19145
/proc/meminfo: memFree=1030864/2055920 swapFree=4184772/4192956
[pid=19123] ppid=19121 vsize=47560 CPUtime=42.64
/proc/19123/stat : 19123 (galac.sh) S 19121 19123 18356 0 -1 4194304 800 57100 0 1 0 0 4218 46 17 0 1 0 160318983 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19123/statm: 11890 364 246 79 0 218 0
[pid=19145] ppid=19123 vsize=199120 CPUtime=1374.74
/proc/19145/stat : 19145 (minisat) R 19123 19123 18356 0 -1 4194304 49243 0 0 0 137422 52 0 0 25 0 1 0 160323276 203898880 49225 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529340 0 0 4096 3 0 0 0 17 1 0 0
/proc/19145/statm: 49780 49225 54 142 0 49636 0
Current children cumulated CPU time (s) 1417.38
Current children cumulated vsize (KiB) 246680

[startup+1484.23 s]
/proc/loadavg: 2.05 2.02 2.00 3/83 19145
/proc/meminfo: memFree=1023696/2055920 swapFree=4184772/4192956
[pid=19123] ppid=19121 vsize=47560 CPUtime=42.64
/proc/19123/stat : 19123 (galac.sh) S 19121 19123 18356 0 -1 4194304 800 57100 0 1 0 0 4218 46 17 0 1 0 160318983 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19123/statm: 11890 364 246 79 0 218 0
[pid=19145] ppid=19123 vsize=206656 CPUtime=1434.53
/proc/19145/stat : 19145 (minisat) R 19123 19123 18356 0 -1 4194304 51022 0 0 0 143399 54 0 0 25 0 1 0 160323276 211615744 51004 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 1 0 0
/proc/19145/statm: 51664 51004 54 142 0 51520 0
Current children cumulated CPU time (s) 1477.17
Current children cumulated vsize (KiB) 254216

[startup+1544.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 19145
/proc/meminfo: memFree=1015504/2055920 swapFree=4184772/4192956
[pid=19123] ppid=19121 vsize=47560 CPUtime=42.64
/proc/19123/stat : 19123 (galac.sh) S 19121 19123 18356 0 -1 4194304 800 57100 0 1 0 0 4218 46 17 0 1 0 160318983 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19123/statm: 11890 364 246 79 0 218 0
[pid=19145] ppid=19123 vsize=214864 CPUtime=1494.34
/proc/19145/stat : 19145 (minisat) R 19123 19123 18356 0 -1 4194304 53078 0 0 0 149377 57 0 0 25 0 1 0 160323276 220020736 53060 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/19145/statm: 53716 53060 54 142 0 53572 0
Current children cumulated CPU time (s) 1536.98
Current children cumulated vsize (KiB) 262424

[startup+1604.39 s]
/proc/loadavg: 2.05 2.03 2.00 3/83 19145
/proc/meminfo: memFree=1007184/2055920 swapFree=4184772/4192956
[pid=19123] ppid=19121 vsize=47560 CPUtime=42.64
/proc/19123/stat : 19123 (galac.sh) S 19121 19123 18356 0 -1 4194304 800 57100 0 1 0 0 4218 46 17 0 1 0 160318983 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19123/statm: 11890 364 246 79 0 218 0
[pid=19145] ppid=19123 vsize=223060 CPUtime=1554.14
/proc/19145/stat : 19145 (minisat) R 19123 19123 18356 0 -1 4194304 55120 0 0 0 155355 59 0 0 25 0 1 0 160323276 228413440 55102 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/19145/statm: 55765 55102 54 142 0 55621 0
Current children cumulated CPU time (s) 1596.78
Current children cumulated vsize (KiB) 270620

[startup+1664.47 s]
/proc/loadavg: 2.02 2.02 2.00 3/89 19217
/proc/meminfo: memFree=997384/2055920 swapFree=4184772/4192956
[pid=19123] ppid=19121 vsize=47560 CPUtime=42.64
/proc/19123/stat : 19123 (galac.sh) S 19121 19123 18356 0 -1 4194304 800 57100 0 1 0 0 4218 46 17 0 1 0 160318983 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19123/statm: 11890 364 246 79 0 218 0
[pid=19145] ppid=19123 vsize=231412 CPUtime=1613.87
/proc/19145/stat : 19145 (minisat) R 19123 19123 18356 0 -1 4194304 57229 0 0 0 161325 62 0 0 25 0 1 0 160323276 236965888 57211 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/19145/statm: 57853 57211 54 142 0 57709 0
Current children cumulated CPU time (s) 1656.51
Current children cumulated vsize (KiB) 278972

[startup+1724.57 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 19309
/proc/meminfo: memFree=989208/2055920 swapFree=4184772/4192956
[pid=19123] ppid=19121 vsize=47560 CPUtime=42.64
/proc/19123/stat : 19123 (galac.sh) S 19121 19123 18356 0 -1 4194304 800 57100 0 1 0 0 4218 46 17 0 1 0 160318983 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19123/statm: 11890 364 246 79 0 218 0
[pid=19145] ppid=19123 vsize=239624 CPUtime=1673.57
/proc/19145/stat : 19145 (minisat) R 19123 19123 18356 0 -1 4194304 59279 0 0 0 167294 63 0 0 25 0 1 0 160323276 245374976 59261 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/19145/statm: 59906 59261 54 142 0 59762 0
Current children cumulated CPU time (s) 1716.21
Current children cumulated vsize (KiB) 287184

[startup+1784.66 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 19343
/proc/meminfo: memFree=984080/2055920 swapFree=4184772/4192956
[pid=19123] ppid=19121 vsize=47560 CPUtime=42.64
/proc/19123/stat : 19123 (galac.sh) S 19121 19123 18356 0 -1 4194304 800 57100 0 1 0 0 4218 46 17 0 1 0 160318983 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19123/statm: 11890 364 246 79 0 218 0
[pid=19145] ppid=19123 vsize=245836 CPUtime=1733.33
/proc/19145/stat : 19145 (minisat) R 19123 19123 18356 0 -1 4194304 60836 0 0 0 173268 65 0 0 25 0 1 0 160323276 251736064 60818 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/19145/statm: 61459 60818 54 142 0 61315 0
Current children cumulated CPU time (s) 1775.97
Current children cumulated vsize (KiB) 293396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809 s]
/proc/loadavg: 2.20 2.06 2.02 3/86 19397
/proc/meminfo: memFree=1164024/2055920 swapFree=4184772/4192956
[pid=19123] ppid=19121 vsize=47560 CPUtime=42.64
/proc/19123/stat : 19123 (galac.sh) S 19121 19123 18356 0 -1 4194304 800 57100 0 1 0 0 4218 46 17 0 1 0 160318983 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19123/statm: 11890 364 246 79 0 218 0
[pid=19145] ppid=19123 vsize=248400 CPUtime=1757.38
/proc/19145/stat : 19145 (minisat) R 19123 19123 18356 0 -1 4194304 61471 0 0 0 175671 67 0 0 25 0 1 0 160323276 254361600 61453 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/19145/statm: 62100 61453 54 142 0 61956 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 295960

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 19123 and gives childrusage.ru_utime.tv_sec=42 childrusage.ru_utime.tv_usec=192585 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=475927
CPU time returned by wait4() is 42.6685
while last known CPU time is 1800.02

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

Real time (s): 1809.01
CPU time (s): 1800.02
CPU user time (s): 1798.89
CPU system time (s): 1.13
CPU usage (%): 99.503
Max. virtual memory (cumulated for all children) (KiB): 908624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.1926
system time used= 0.475927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57900
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2387
involuntary context switches= 3641

runsolver used 2.32065 s user time and 5.70113 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Sat Jan  6 21:33:28 UTC 2007


IDJOB= 196134
IDBENCH= 3328
FILE ID= node56/196134-1168119208

PBS_JOBID= 3477419

Free space on /tmp= 66511 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  89efa41fbbac9f9b4ee5610173a37395

RANDOM SEED= 887670456

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.232
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.232
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:       1245944 kB
Buffers:         41472 kB
Cached:         366712 kB
SwapCached:       2060 kB
Active:         442364 kB
Inactive:       299112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1245944 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:           12132 kB
Writeback:           0 kB
Mapped:         349144 kB
Slab:            53124 kB
Committed_AS:  3703196 kB
PageTables:       2592 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= 66496 MiB



End job on node56 on Sat Jan  6 22:03:37 UTC 2007