Trace number 196290

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.09 1812.87

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-34_ext.xml
MD5SUM7e84f3c7470c509274bafc2bca441264
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.18	c start processing
3.18	c start relation processing
9.66	c start cnf exporting
42.71	c parsing time : 3.011
42.71	c preprocessing time : 42.546
42.71	
42.71	c Nary constraints - conflicts : 0 supports : 76
42.71	c Binary constraints - conflicts : 0 supports :0
42.71	c max arity constraint : 3
42.71	c Max Tuples generated 0
42.71	c relations : 76
42.71	c relations BDD: 76
42.71	c vars : 302730 - clauses :  955837
42.71	
42.79	 
42.79	c --- Minisat Stats ---
42.79	 

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/node5/watcher-196290-1168121527 -o ROOT/results/node5/solver-196290-1168121527 -C 1800 -M 900 /tmp/evaluation/196290-1168121527/galac.sh /tmp/evaluation/196290-1168121527/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.92 1.98 1.99 3/94 23232
/proc/meminfo: memFree=1261672/2055920 swapFree=4192812/4192956
[pid=23231] ppid=23229 vsize=6344 CPUtime=0
/proc/23231/stat : 23231 (galac.sh) R 23229 23231 22102 0 -1 4194304 260 0 0 0 0 0 0 0 20 0 1 0 140767113 6496256 215 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913291984 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23231/statm: 1586 215 165 79 0 122 0

[startup+0.104426 s]
/proc/loadavg: 1.92 1.98 1.99 3/94 23232
/proc/meminfo: memFree=1261672/2055920 swapFree=4192812/4192956
[pid=23231] ppid=23229 vsize=47560 CPUtime=0.01
/proc/23231/stat : 23231 (galac.sh) S 23229 23231 22102 0 -1 4194304 762 1704 0 0 0 1 0 0 24 0 1 0 140767113 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23231/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.512471 s]
/proc/loadavg: 1.92 1.98 1.99 3/94 23232
/proc/meminfo: memFree=1261672/2055920 swapFree=4192812/4192956
[pid=23231] ppid=23229 vsize=47560 CPUtime=0.01
/proc/23231/stat : 23231 (galac.sh) S 23229 23231 22102 0 -1 4194304 762 1704 0 0 0 1 0 0 24 0 1 0 140767113 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23231/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33357 s]
/proc/loadavg: 1.92 1.98 1.99 3/102 23252
/proc/meminfo: memFree=1182952/2055920 swapFree=4192812/4192956
[pid=23231] ppid=23229 vsize=47560 CPUtime=0.01
/proc/23231/stat : 23231 (galac.sh) S 23229 23231 22102 0 -1 4194304 762 1704 0 0 0 1 0 0 24 0 1 0 140767113 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23231/statm: 11890 363 245 79 0 218 0
[pid=23245] ppid=23231 vsize=861064 CPUtime=1.27
/proc/23245/stat : 23245 (java) R 23231 23231 22102 0 -1 0 21635 0 1 0 116 11 0 0 21 0 8 0 140767117 881729536 21388 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073657765 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23245/statm: 215266 21388 1964 14 0 201471 0
[pid=23245/tid=23246] ppid=23231 vsize=861064 CPUtime=0.05
/proc/23245/task/23246/stat : 23246 (java) S 23231 23231 22102 0 -1 64 5883 0 0 0 3 2 0 0 16 0 8 0 140767121 881729536 21388 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23247] ppid=23231 vsize=861064 CPUtime=0
/proc/23245/task/23247/stat : 23247 (java) S 23231 23231 22102 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 140767121 881729536 21388 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23248] ppid=23231 vsize=861064 CPUtime=0
/proc/23245/task/23248/stat : 23248 (java) S 23231 23231 22102 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 140767121 881729536 21388 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23249] ppid=23231 vsize=861064 CPUtime=0
/proc/23245/task/23249/stat : 23249 (java) S 23231 23231 22102 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 140767125 881729536 21388 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23250] ppid=23231 vsize=861064 CPUtime=0.13
/proc/23245/task/23250/stat : 23250 (java) S 23231 23231 22102 0 -1 64 893 0 0 0 13 0 0 0 16 0 8 0 140767125 881729536 21388 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23251] ppid=23231 vsize=861064 CPUtime=0
/proc/23245/task/23251/stat : 23251 (java) S 23231 23231 22102 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 140767125 881729536 21388 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23252] ppid=23231 vsize=861064 CPUtime=0
/proc/23245/task/23252/stat : 23252 (java) S 23231 23231 22102 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 140767125 881729536 21388 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908624

[startup+2.97175 s]
/proc/loadavg: 1.92 1.98 1.99 3/102 23252
/proc/meminfo: memFree=1170920/2055920 swapFree=4192812/4192956
[pid=23231] ppid=23229 vsize=47560 CPUtime=0.01
/proc/23231/stat : 23231 (galac.sh) S 23229 23231 22102 0 -1 4194304 762 1704 0 0 0 1 0 0 24 0 1 0 140767113 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23231/statm: 11890 363 245 79 0 218 0
[pid=23245] ppid=23231 vsize=861064 CPUtime=2.89
/proc/23245/stat : 23245 (java) R 23231 23231 22102 0 -1 0 25836 0 1 0 275 14 0 0 25 0 8 0 140767117 881729536 25583 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073658599 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23245/statm: 215266 25583 1964 14 0 201471 0
[pid=23245/tid=23246] ppid=23231 vsize=861064 CPUtime=0.21
/proc/23245/task/23246/stat : 23246 (java) S 23231 23231 22102 0 -1 64 10069 0 0 0 17 4 0 0 16 0 8 0 140767121 881729536 25583 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23247] ppid=23231 vsize=861064 CPUtime=0
/proc/23245/task/23247/stat : 23247 (java) S 23231 23231 22102 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 140767121 881729536 25583 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23248] ppid=23231 vsize=861064 CPUtime=0
/proc/23245/task/23248/stat : 23248 (java) S 23231 23231 22102 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 140767121 881729536 25583 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23249] ppid=23231 vsize=861064 CPUtime=0
/proc/23245/task/23249/stat : 23249 (java) S 23231 23231 22102 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 140767125 881729536 25583 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23250] ppid=23231 vsize=861064 CPUtime=0.16
/proc/23245/task/23250/stat : 23250 (java) S 23231 23231 22102 0 -1 64 902 0 0 0 16 0 0 0 16 0 8 0 140767125 881729536 25583 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23251] ppid=23231 vsize=861064 CPUtime=0
/proc/23245/task/23251/stat : 23251 (java) S 23231 23231 22102 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 140767125 881729536 25583 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23252] ppid=23231 vsize=861064 CPUtime=0
/proc/23245/task/23252/stat : 23252 (java) S 23231 23231 22102 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 140767125 881729536 25583 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 908624

[startup+6.17812 s]
/proc/loadavg: 1.93 1.98 1.99 3/102 23252
/proc/meminfo: memFree=1131752/2055920 swapFree=4192812/4192956
[pid=23231] ppid=23229 vsize=47560 CPUtime=0.01
/proc/23231/stat : 23231 (galac.sh) S 23229 23231 22102 0 -1 4194304 762 1704 0 0 0 1 0 0 24 0 1 0 140767113 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23231/statm: 11890 363 245 79 0 218 0
[pid=23245] ppid=23231 vsize=861064 CPUtime=6.06
/proc/23245/stat : 23245 (java) R 23231 23231 22102 0 -1 0 34426 0 1 0 589 17 0 0 25 0 8 0 140767117 881729536 34170 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073886611 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23245/statm: 215266 34170 1972 14 0 201471 0
[pid=23245/tid=23246] ppid=23231 vsize=861064 CPUtime=0.6
/proc/23245/task/23246/stat : 23246 (java) S 23231 23231 22102 0 -1 64 18601 0 0 0 53 7 0 0 20 0 8 0 140767121 881729536 34170 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23247] ppid=23231 vsize=861064 CPUtime=0
/proc/23245/task/23247/stat : 23247 (java) S 23231 23231 22102 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 140767121 881729536 34170 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23248] ppid=23231 vsize=861064 CPUtime=0
/proc/23245/task/23248/stat : 23248 (java) S 23231 23231 22102 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 140767121 881729536 34170 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23249] ppid=23231 vsize=861064 CPUtime=0
/proc/23245/task/23249/stat : 23249 (java) S 23231 23231 22102 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 140767125 881729536 34170 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23250] ppid=23231 vsize=861064 CPUtime=0.22
/proc/23245/task/23250/stat : 23250 (java) S 23231 23231 22102 0 -1 64 936 0 0 0 22 0 0 0 15 0 8 0 140767125 881729536 34170 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23251] ppid=23231 vsize=861064 CPUtime=0
/proc/23245/task/23251/stat : 23251 (java) S 23231 23231 22102 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 140767125 881729536 34170 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23252] ppid=23231 vsize=861064 CPUtime=0
/proc/23245/task/23252/stat : 23252 (java) S 23231 23231 22102 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 140767125 881729536 34170 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 908624

[startup+12.6588 s]
/proc/loadavg: 1.93 1.98 1.99 3/102 23252
/proc/meminfo: memFree=1047272/2055920 swapFree=4192812/4192956
[pid=23231] ppid=23229 vsize=47560 CPUtime=0.01
/proc/23231/stat : 23231 (galac.sh) S 23229 23231 22102 0 -1 4194304 762 1704 0 0 0 1 0 0 24 0 1 0 140767113 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23231/statm: 11890 363 245 79 0 218 0
[pid=23245] ppid=23231 vsize=861064 CPUtime=12.48
/proc/23245/stat : 23245 (java) R 23231 23231 22102 0 -1 0 55321 0 1 0 1221 27 0 0 25 0 8 0 140767117 881729536 55060 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073967652 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23245/statm: 215266 55060 1992 14 0 201471 0
[pid=23245/tid=23246] ppid=23231 vsize=861064 CPUtime=1.55
/proc/23245/task/23246/stat : 23246 (java) S 23231 23231 22102 0 -1 64 39415 0 0 0 140 15 0 0 16 0 8 0 140767121 881729536 55060 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23247] ppid=23231 vsize=861064 CPUtime=0
/proc/23245/task/23247/stat : 23247 (java) S 23231 23231 22102 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 140767121 881729536 55060 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23248] ppid=23231 vsize=861064 CPUtime=0
/proc/23245/task/23248/stat : 23248 (java) S 23231 23231 22102 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 140767121 881729536 55060 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23249] ppid=23231 vsize=861064 CPUtime=0
/proc/23245/task/23249/stat : 23249 (java) S 23231 23231 22102 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 140767125 881729536 55060 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23250] ppid=23231 vsize=861064 CPUtime=0.29
/proc/23245/task/23250/stat : 23250 (java) S 23231 23231 22102 0 -1 64 972 0 0 0 28 1 0 0 15 0 8 0 140767125 881729536 55060 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23251] ppid=23231 vsize=861064 CPUtime=0
/proc/23245/task/23251/stat : 23251 (java) S 23231 23231 22102 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 140767125 881729536 55060 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23252] ppid=23231 vsize=861064 CPUtime=0
/proc/23245/task/23252/stat : 23252 (java) S 23231 23231 22102 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 140767125 881729536 55060 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 908624

[startup+25.5493 s]
/proc/loadavg: 1.95 1.98 1.99 3/102 23252
/proc/meminfo: memFree=1040936/2055920 swapFree=4192812/4192956
[pid=23231] ppid=23229 vsize=47560 CPUtime=0.01
/proc/23231/stat : 23231 (galac.sh) S 23229 23231 22102 0 -1 4194304 762 1704 0 0 0 1 0 0 24 0 1 0 140767113 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23231/statm: 11890 363 245 79 0 218 0
[pid=23245] ppid=23231 vsize=861064 CPUtime=25.26
/proc/23245/stat : 23245 (java) R 23231 23231 22102 0 -1 0 55342 0 1 0 2494 32 0 0 25 0 8 0 140767117 881729536 55060 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155239764 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23245/statm: 215266 55060 1992 14 0 201471 0
[pid=23245/tid=23246] ppid=23231 vsize=861064 CPUtime=1.57
/proc/23245/task/23246/stat : 23246 (java) S 23231 23231 22102 0 -1 64 39415 0 0 0 142 15 0 0 16 0 8 0 140767121 881729536 55060 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23247] ppid=23231 vsize=861064 CPUtime=0
/proc/23245/task/23247/stat : 23247 (java) S 23231 23231 22102 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 140767121 881729536 55060 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23248] ppid=23231 vsize=861064 CPUtime=0
/proc/23245/task/23248/stat : 23248 (java) S 23231 23231 22102 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 140767121 881729536 55060 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23249] ppid=23231 vsize=861064 CPUtime=0
/proc/23245/task/23249/stat : 23249 (java) S 23231 23231 22102 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 140767125 881729536 55060 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23250] ppid=23231 vsize=861064 CPUtime=0.29
/proc/23245/task/23250/stat : 23250 (java) S 23231 23231 22102 0 -1 64 972 0 0 0 28 1 0 0 15 0 8 0 140767125 881729536 55060 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23251] ppid=23231 vsize=861064 CPUtime=0
/proc/23245/task/23251/stat : 23251 (java) S 23231 23231 22102 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 140767125 881729536 55060 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23252] ppid=23231 vsize=861064 CPUtime=0
/proc/23245/task/23252/stat : 23252 (java) S 23231 23231 22102 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 140767125 881729536 55060 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 908624

[startup+51.1822 s]
/proc/loadavg: 1.96 1.98 1.99 3/95 23253
/proc/meminfo: memFree=1186272/2055920 swapFree=4192812/4192956
[pid=23231] ppid=23229 vsize=47560 CPUtime=42.28
/proc/23231/stat : 23231 (galac.sh) S 23229 23231 22102 0 -1 4194304 800 57084 0 1 0 1 4186 41 17 0 1 0 140767113 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23231/statm: 11890 363 245 79 0 218 0
[pid=23253] ppid=23231 vsize=60304 CPUtime=8.3
/proc/23253/stat : 23253 (minisat) R 23231 23231 22102 0 -1 4194304 14541 0 0 0 820 10 0 0 25 0 1 0 140771393 61751296 14523 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529260 0 0 4096 3 0 0 0 17 1 0 0
/proc/23253/statm: 15076 14523 54 142 0 14932 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 107864

[startup+102.432 s]
/proc/loadavg: 1.98 1.98 1.99 3/95 23253
/proc/meminfo: memFree=1181472/2055920 swapFree=4192812/4192956
[pid=23231] ppid=23229 vsize=47560 CPUtime=42.28
/proc/23231/stat : 23231 (galac.sh) S 23229 23231 22102 0 -1 4194304 800 57084 0 1 0 1 4186 41 17 0 1 0 140767113 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23231/statm: 11890 363 245 79 0 218 0
[pid=23253] ppid=23231 vsize=65484 CPUtime=59.08
/proc/23253/stat : 23253 (minisat) R 23231 23231 22102 0 -1 4194304 15788 0 0 0 5896 12 0 0 25 0 1 0 140771393 67055616 15770 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529348 0 0 4096 3 0 0 0 17 1 0 0
/proc/23253/statm: 16371 15770 54 142 0 16227 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 113044

[startup+162.525 s]
/proc/loadavg: 2.04 2.00 2.00 3/95 23253
/proc/meminfo: memFree=1175584/2055920 swapFree=4192812/4192956
[pid=23231] ppid=23229 vsize=47560 CPUtime=42.28
/proc/23231/stat : 23231 (galac.sh) S 23229 23231 22102 0 -1 4194304 800 57084 0 1 0 1 4186 41 17 0 1 0 140767113 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23231/statm: 11890 363 245 79 0 218 0
[pid=23253] ppid=23231 vsize=71392 CPUtime=118.62
/proc/23253/stat : 23253 (minisat) R 23231 23231 22102 0 -1 4194304 17241 0 0 0 11849 13 0 0 25 0 1 0 140771393 73105408 17223 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/23253/statm: 17848 17223 54 142 0 17704 0
Current children cumulated CPU time (s) 160.9
Current children cumulated vsize (KiB) 118952


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

/proc/loadavg: 2.00 2.02 2.00 3/95 23255
/proc/meminfo: memFree=1020192/2055920 swapFree=4192812/4192956
[pid=23231] ppid=23229 vsize=47560 CPUtime=42.28
/proc/23231/stat : 23231 (galac.sh) S 23229 23231 22102 0 -1 4194304 800 57084 0 1 0 1 4186 41 17 0 1 0 140767113 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23231/statm: 11890 363 245 79 0 218 0
[pid=23253] ppid=23231 vsize=226448 CPUtime=1071
/proc/23253/stat : 23253 (minisat) R 23231 23231 22102 0 -1 4194304 55996 0 0 0 107040 60 0 0 25 0 1 0 140771393 231882752 55978 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529336 0 0 4096 3 0 0 0 17 1 0 0
/proc/23253/statm: 56612 55978 54 142 0 56468 0
Current children cumulated CPU time (s) 1113.28
Current children cumulated vsize (KiB) 274008

[startup+1183.73 s]
/proc/loadavg: 2.03 2.03 2.00 3/95 23255
/proc/meminfo: memFree=1016544/2055920 swapFree=4192812/4192956
[pid=23231] ppid=23229 vsize=47560 CPUtime=42.28
/proc/23231/stat : 23231 (galac.sh) S 23229 23231 22102 0 -1 4194304 800 57084 0 1 0 1 4186 41 17 0 1 0 140767113 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23231/statm: 11890 363 245 79 0 218 0
[pid=23253] ppid=23231 vsize=230152 CPUtime=1130.54
/proc/23253/stat : 23253 (minisat) R 23231 23231 22102 0 -1 4194304 56920 0 0 0 112993 61 0 0 25 0 1 0 140771393 235675648 56902 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/23253/statm: 57538 56902 54 142 0 57394 0
Current children cumulated CPU time (s) 1172.82
Current children cumulated vsize (KiB) 277712

[startup+1243.81 s]
/proc/loadavg: 2.01 2.02 2.00 3/95 23255
/proc/meminfo: memFree=1011104/2055920 swapFree=4192812/4192956
[pid=23231] ppid=23229 vsize=47560 CPUtime=42.28
/proc/23231/stat : 23231 (galac.sh) S 23229 23231 22102 0 -1 4194304 800 57084 0 1 0 1 4186 41 17 0 1 0 140767113 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23231/statm: 11890 363 245 79 0 218 0
[pid=23253] ppid=23231 vsize=235564 CPUtime=1190.07
/proc/23253/stat : 23253 (minisat) R 23231 23231 22102 0 -1 4194304 58286 0 0 0 118944 63 0 0 25 0 1 0 140771393 241217536 58268 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/23253/statm: 58891 58268 54 142 0 58747 0
Current children cumulated CPU time (s) 1232.35
Current children cumulated vsize (KiB) 283124

[startup+1303.9 s]
/proc/loadavg: 2.06 2.03 2.00 3/95 23255
/proc/meminfo: memFree=1004000/2055920 swapFree=4192812/4192956
[pid=23231] ppid=23229 vsize=47560 CPUtime=42.28
/proc/23231/stat : 23231 (galac.sh) S 23229 23231 22102 0 -1 4194304 800 57084 0 1 0 1 4186 41 17 0 1 0 140767113 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23231/statm: 11890 363 245 79 0 218 0
[pid=23253] ppid=23231 vsize=242564 CPUtime=1249.61
/proc/23253/stat : 23253 (minisat) R 23231 23231 22102 0 -1 4194304 60036 0 0 0 124895 66 0 0 25 0 1 0 140771393 248385536 60018 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/23253/statm: 60641 60018 54 142 0 60497 0
Current children cumulated CPU time (s) 1291.89
Current children cumulated vsize (KiB) 290124

[startup+1363.95 s]
/proc/loadavg: 1.97 2.01 1.99 3/87 23518
/proc/meminfo: memFree=1019488/2055920 swapFree=4192812/4192956
[pid=23231] ppid=23229 vsize=47560 CPUtime=42.28
/proc/23231/stat : 23231 (galac.sh) S 23229 23231 22102 0 -1 4194304 800 57084 0 1 0 1 4186 41 17 0 1 0 140767113 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23231/statm: 11890 363 245 79 0 218 0
[pid=23253] ppid=23231 vsize=249040 CPUtime=1309.33
/proc/23253/stat : 23253 (minisat) R 23231 23231 22102 0 -1 4194304 61646 0 0 0 130860 73 0 0 25 0 1 0 140771393 255016960 61628 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 0 0 0
/proc/23253/statm: 62260 61628 54 142 0 62116 0
Current children cumulated CPU time (s) 1351.61
Current children cumulated vsize (KiB) 296600

[startup+1423.96 s]
/proc/loadavg: 1.99 2.00 1.99 3/87 23518
/proc/meminfo: memFree=1015200/2055920 swapFree=4192812/4192956
[pid=23231] ppid=23229 vsize=47560 CPUtime=42.28
/proc/23231/stat : 23231 (galac.sh) S 23229 23231 22102 0 -1 4194304 800 57084 0 1 0 1 4186 41 17 0 1 0 140767113 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23231/statm: 11890 363 245 79 0 218 0
[pid=23253] ppid=23231 vsize=253456 CPUtime=1369.29
/proc/23253/stat : 23253 (minisat) R 23231 23231 22102 0 -1 4194304 62770 0 0 0 136854 75 0 0 25 0 1 0 140771393 259538944 62752 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/23253/statm: 63364 62752 54 142 0 63220 0
Current children cumulated CPU time (s) 1411.57
Current children cumulated vsize (KiB) 301016

[startup+1483.97 s]
/proc/loadavg: 1.99 2.00 1.99 3/87 23518
/proc/meminfo: memFree=1012832/2055920 swapFree=4192812/4192956
[pid=23231] ppid=23229 vsize=47560 CPUtime=42.28
/proc/23231/stat : 23231 (galac.sh) S 23229 23231 22102 0 -1 4194304 800 57084 0 1 0 1 4186 41 17 0 1 0 140767113 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23231/statm: 11890 363 245 79 0 218 0
[pid=23253] ppid=23231 vsize=255836 CPUtime=1429.25
/proc/23253/stat : 23253 (minisat) R 23231 23231 22102 0 -1 4194304 63365 0 0 0 142849 76 0 0 25 0 1 0 140771393 261976064 63347 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/23253/statm: 63959 63347 54 142 0 63815 0
Current children cumulated CPU time (s) 1471.53
Current children cumulated vsize (KiB) 303396

[startup+1543.98 s]
/proc/loadavg: 1.99 2.00 1.99 3/87 23518
/proc/meminfo: memFree=1010528/2055920 swapFree=4192812/4192956
[pid=23231] ppid=23229 vsize=47560 CPUtime=42.28
/proc/23231/stat : 23231 (galac.sh) S 23229 23231 22102 0 -1 4194304 800 57084 0 1 0 1 4186 41 17 0 1 0 140767113 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23231/statm: 11890 363 245 79 0 218 0
[pid=23253] ppid=23231 vsize=258632 CPUtime=1489.21
/proc/23253/stat : 23253 (minisat) R 23231 23231 22102 0 -1 4194304 63946 0 0 0 148844 77 0 0 25 0 1 0 140771393 264839168 63928 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/23253/statm: 64658 63928 54 142 0 64514 0
Current children cumulated CPU time (s) 1531.49
Current children cumulated vsize (KiB) 306192

[startup+1603.99 s]
/proc/loadavg: 1.99 2.00 1.99 3/87 23518
/proc/meminfo: memFree=1008672/2055920 swapFree=4192812/4192956
[pid=23231] ppid=23229 vsize=47560 CPUtime=42.28
/proc/23231/stat : 23231 (galac.sh) S 23229 23231 22102 0 -1 4194304 800 57084 0 1 0 1 4186 41 17 0 1 0 140767113 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23231/statm: 11890 363 245 79 0 218 0
[pid=23253] ppid=23231 vsize=260368 CPUtime=1549.14
/proc/23253/stat : 23253 (minisat) R 23231 23231 22102 0 -1 4194304 64394 0 0 0 154836 78 0 0 25 0 1 0 140771393 266616832 64376 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/23253/statm: 65092 64376 54 142 0 64948 0
Current children cumulated CPU time (s) 1591.42
Current children cumulated vsize (KiB) 307928

[startup+1664.01 s]
/proc/loadavg: 1.99 2.00 1.99 3/87 23518
/proc/meminfo: memFree=1004768/2055920 swapFree=4192812/4192956
[pid=23231] ppid=23229 vsize=47560 CPUtime=42.28
/proc/23231/stat : 23231 (galac.sh) S 23229 23231 22102 0 -1 4194304 800 57084 0 1 0 1 4186 41 17 0 1 0 140767113 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23231/statm: 11890 363 245 79 0 218 0
[pid=23253] ppid=23231 vsize=264336 CPUtime=1609.1
/proc/23253/stat : 23253 (minisat) R 23231 23231 22102 0 -1 4194304 65383 0 0 0 160831 79 0 0 25 0 1 0 140771393 270680064 65365 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/23253/statm: 66084 65365 54 142 0 65940 0
Current children cumulated CPU time (s) 1651.38
Current children cumulated vsize (KiB) 311896

[startup+1724.02 s]
/proc/loadavg: 1.99 2.00 1.99 3/87 23518
/proc/meminfo: memFree=998816/2055920 swapFree=4192812/4192956
[pid=23231] ppid=23229 vsize=47560 CPUtime=42.28
/proc/23231/stat : 23231 (galac.sh) S 23229 23231 22102 0 -1 4194304 800 57084 0 1 0 1 4186 41 17 0 1 0 140767113 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23231/statm: 11890 363 245 79 0 218 0
[pid=23253] ppid=23231 vsize=270276 CPUtime=1669.06
/proc/23253/stat : 23253 (minisat) R 23231 23231 22102 0 -1 4194304 66870 0 0 0 166825 81 0 0 25 0 1 0 140771393 276762624 66852 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525811 0 0 4096 3 0 0 0 17 0 0 0
/proc/23253/statm: 67569 66852 54 142 0 67425 0
Current children cumulated CPU time (s) 1711.34
Current children cumulated vsize (KiB) 317836

[startup+1784.03 s]
/proc/loadavg: 1.99 2.00 1.99 3/87 23518
/proc/meminfo: memFree=995616/2055920 swapFree=4192812/4192956
[pid=23231] ppid=23229 vsize=47560 CPUtime=42.28
/proc/23231/stat : 23231 (galac.sh) S 23229 23231 22102 0 -1 4194304 800 57084 0 1 0 1 4186 41 17 0 1 0 140767113 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23231/statm: 11890 363 245 79 0 218 0
[pid=23253] ppid=23231 vsize=273504 CPUtime=1728.99
/proc/23253/stat : 23253 (minisat) R 23231 23231 22102 0 -1 4194304 67669 0 0 0 172817 82 0 0 25 0 1 0 140771393 280068096 67651 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529330 0 0 4096 3 0 0 0 17 0 0 0
/proc/23253/statm: 68376 67651 54 142 0 68232 0
Current children cumulated CPU time (s) 1771.27
Current children cumulated vsize (KiB) 321064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.86 s]
/proc/loadavg: 1.99 2.00 1.99 3/87 23518
/proc/meminfo: memFree=994144/2055920 swapFree=4192812/4192956
[pid=23231] ppid=23229 vsize=47560 CPUtime=42.28
/proc/23231/stat : 23231 (galac.sh) S 23229 23231 22102 0 -1 4194304 800 57084 0 1 0 1 4186 41 17 0 1 0 140767113 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23231/statm: 11890 363 245 79 0 218 0
[pid=23253] ppid=23231 vsize=274824 CPUtime=1757.81
/proc/23253/stat : 23253 (minisat) R 23231 23231 22102 0 -1 4194304 68018 0 0 0 175698 83 0 0 25 0 1 0 140771393 281419776 68000 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 0 0 0
/proc/23253/statm: 68706 68000 54 142 0 68562 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 322384

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 23231 and gives childrusage.ru_utime.tv_sec=41 childrusage.ru_utime.tv_usec=871634 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=431934
CPU time returned by wait4() is 42.3036
while last known CPU time is 1800.09

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

Real time (s): 1812.87
CPU time (s): 1800.09
CPU user time (s): 1798.84
CPU system time (s): 1.25
CPU usage (%): 99.2951
Max. virtual memory (cumulated for all children) (KiB): 908624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.8716
system time used= 0.431934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57884
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= 2306
involuntary context switches= 3898

runsolver used 1.93571 s user time and 5.70613 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Sat Jan  6 22:12:07 UTC 2007


IDJOB= 196290
IDBENCH= 3340
FILE ID= node5/196290-1168121527

PBS_JOBID= 3477142

Free space on /tmp= 66326 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  7e84f3c7470c509274bafc2bca441264

RANDOM SEED= 102046163

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.240
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.240
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:       1262216 kB
Buffers:         60628 kB
Cached:         560960 kB
SwapCached:          0 kB
Active:         212188 kB
Inactive:       493300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1262216 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5872 kB
Writeback:           0 kB
Mapped:         110432 kB
Slab:            72928 kB
Committed_AS:  3457188 kB
PageTables:       2320 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= 66307 MiB



End job on node5 on Sat Jan  6 22:42:20 UTC 2007