Trace number 199950

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.01 1853.81

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-15_ext.xml
MD5SUM3b47a728bbc52152af4316abee9f9c5d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1341.78
SatisfiableYES
(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.12	c start processing
3.12	c start relation processing
9.55	c start cnf exporting
42.55	c parsing time : 2.955
42.55	c preprocessing time : 42.384
42.55	
42.55	c Nary constraints - conflicts : 0 supports : 76
42.55	c Binary constraints - conflicts : 0 supports :0
42.55	c max arity constraint : 3
42.55	c Max Tuples generated 0
42.55	c relations : 76
42.55	c relations BDD: 76
42.55	c vars : 302726 - clauses :  955828
42.55	
42.64	 
42.64	c --- Minisat Stats ---
42.64	 

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/node19/watcher-199950-1168138703 -o ROOT/results/node19/solver-199950-1168138703 -C 1800 -M 900 /tmp/evaluation/199950-1168138703/galac.sh /tmp/evaluation/199950-1168138703/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 5/86 10250
/proc/meminfo: memFree=1591768/2055920 swapFree=4171244/4192956
[pid=10249] ppid=10247 vsize=18540 CPUtime=0
/proc/10249/stat : 10249 (runsolver) R 10247 10249 9117 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 162264960 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 255236566311 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10249/statm: 4635 279 244 17 0 2626 0

[startup+0.110078 s]
/proc/loadavg: 2.00 2.02 2.00 5/86 10250
/proc/meminfo: memFree=1591768/2055920 swapFree=4171244/4192956
[pid=10249] ppid=10247 vsize=47560 CPUtime=0.01
/proc/10249/stat : 10249 (galac.sh) S 10247 10249 9117 0 -1 4194304 763 1704 0 0 0 0 0 1 23 0 1 0 162264960 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10249/statm: 11890 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.518199 s]
/proc/loadavg: 2.00 2.02 2.00 5/86 10250
/proc/meminfo: memFree=1591768/2055920 swapFree=4171244/4192956
[pid=10249] ppid=10247 vsize=47560 CPUtime=0.01
/proc/10249/stat : 10249 (galac.sh) S 10247 10249 9117 0 -1 4194304 763 1704 0 0 0 0 0 1 23 0 1 0 162264960 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10249/statm: 11890 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.34018 s]
/proc/loadavg: 2.00 2.02 2.00 3/94 10270
/proc/meminfo: memFree=1513168/2055920 swapFree=4171244/4192956
[pid=10249] ppid=10247 vsize=47560 CPUtime=0.01
/proc/10249/stat : 10249 (galac.sh) S 10247 10249 9117 0 -1 4194304 763 1704 0 0 0 0 0 1 23 0 1 0 162264960 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10249/statm: 11890 364 246 79 0 218 0
[pid=10263] ppid=10249 vsize=861064 CPUtime=1.28
/proc/10263/stat : 10263 (java) R 10249 10249 9117 0 -1 0 22268 0 1 0 118 10 0 0 21 0 8 0 162264964 881729536 22020 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10263/statm: 215266 22020 1965 14 0 201471 0
[pid=10263/tid=10264] ppid=10249 vsize=861064 CPUtime=0.08
/proc/10263/task/10264/stat : 10264 (java) R 10249 10249 9117 0 -1 64 6514 0 0 0 6 2 0 0 16 0 8 0 162264967 881729536 22020 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4152783849 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10265] ppid=10249 vsize=861064 CPUtime=0
/proc/10263/task/10265/stat : 10265 (java) S 10249 10249 9117 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 162264968 881729536 22020 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10266] ppid=10249 vsize=861064 CPUtime=0
/proc/10263/task/10266/stat : 10266 (java) S 10249 10249 9117 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162264968 881729536 22020 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10267] ppid=10249 vsize=861064 CPUtime=0
/proc/10263/task/10267/stat : 10267 (java) S 10249 10249 9117 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162264972 881729536 22020 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10268] ppid=10249 vsize=861064 CPUtime=0.12
/proc/10263/task/10268/stat : 10268 (java) S 10249 10249 9117 0 -1 64 893 0 0 0 12 0 0 0 16 0 8 0 162264972 881729536 22020 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10269] ppid=10249 vsize=861064 CPUtime=0
/proc/10263/task/10269/stat : 10269 (java) S 10249 10249 9117 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162264972 881729536 22020 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10270] ppid=10249 vsize=861064 CPUtime=0
/proc/10263/task/10270/stat : 10270 (java) S 10249 10249 9117 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162264972 881729536 22020 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) 908624

[startup+2.98949 s]
/proc/loadavg: 2.00 2.02 2.00 3/94 10270
/proc/meminfo: memFree=1501072/2055920 swapFree=4171244/4192956
[pid=10249] ppid=10247 vsize=47560 CPUtime=0.01
/proc/10249/stat : 10249 (galac.sh) S 10247 10249 9117 0 -1 4194304 763 1704 0 0 0 0 0 1 23 0 1 0 162264960 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10249/statm: 11890 364 246 79 0 218 0
[pid=10263] ppid=10249 vsize=861064 CPUtime=2.91
/proc/10263/stat : 10263 (java) R 10249 10249 9117 0 -1 0 25845 0 1 0 279 12 0 0 25 0 8 0 162264964 881729536 25592 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073700286 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10263/statm: 215266 25592 1965 14 0 201471 0
[pid=10263/tid=10264] ppid=10249 vsize=861064 CPUtime=0.2
/proc/10263/task/10264/stat : 10264 (java) S 10249 10249 9117 0 -1 64 10076 0 0 0 17 3 0 0 16 0 8 0 162264967 881729536 25592 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10265] ppid=10249 vsize=861064 CPUtime=0
/proc/10263/task/10265/stat : 10265 (java) S 10249 10249 9117 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 162264968 881729536 25592 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10266] ppid=10249 vsize=861064 CPUtime=0
/proc/10263/task/10266/stat : 10266 (java) S 10249 10249 9117 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162264968 881729536 25592 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10267] ppid=10249 vsize=861064 CPUtime=0
/proc/10263/task/10267/stat : 10267 (java) S 10249 10249 9117 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162264972 881729536 25592 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10268] ppid=10249 vsize=861064 CPUtime=0.15
/proc/10263/task/10268/stat : 10268 (java) S 10249 10249 9117 0 -1 64 903 0 0 0 14 1 0 0 16 0 8 0 162264972 881729536 25592 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10269] ppid=10249 vsize=861064 CPUtime=0
/proc/10263/task/10269/stat : 10269 (java) S 10249 10249 9117 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162264972 881729536 25592 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10270] ppid=10249 vsize=861064 CPUtime=0
/proc/10263/task/10270/stat : 10270 (java) S 10249 10249 9117 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162264972 881729536 25592 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 908624

[startup+6.28211 s]
/proc/loadavg: 2.00 2.02 2.00 3/94 10270
/proc/meminfo: memFree=1461968/2055920 swapFree=4171244/4192956
[pid=10249] ppid=10247 vsize=47560 CPUtime=0.01
/proc/10249/stat : 10249 (galac.sh) S 10247 10249 9117 0 -1 4194304 763 1704 0 0 0 0 0 1 23 0 1 0 162264960 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10249/statm: 11890 364 246 79 0 218 0
[pid=10263] ppid=10249 vsize=861064 CPUtime=6.17
/proc/10263/stat : 10263 (java) R 10249 10249 9117 0 -1 0 34399 0 1 0 601 16 0 0 25 0 8 0 162264964 881729536 34143 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073883844 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10263/statm: 215266 34143 1973 14 0 201471 0
[pid=10263/tid=10264] ppid=10249 vsize=861064 CPUtime=0.6
/proc/10263/task/10264/stat : 10264 (java) S 10249 10249 9117 0 -1 64 18572 0 0 0 53 7 0 0 20 0 8 0 162264967 881729536 34143 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10265] ppid=10249 vsize=861064 CPUtime=0
/proc/10263/task/10265/stat : 10265 (java) S 10249 10249 9117 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 162264968 881729536 34143 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10266] ppid=10249 vsize=861064 CPUtime=0
/proc/10263/task/10266/stat : 10266 (java) S 10249 10249 9117 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162264968 881729536 34143 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10267] ppid=10249 vsize=861064 CPUtime=0
/proc/10263/task/10267/stat : 10267 (java) S 10249 10249 9117 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162264972 881729536 34143 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10268] ppid=10249 vsize=861064 CPUtime=0.21
/proc/10263/task/10268/stat : 10268 (java) S 10249 10249 9117 0 -1 64 936 0 0 0 20 1 0 0 15 0 8 0 162264972 881729536 34143 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10269] ppid=10249 vsize=861064 CPUtime=0
/proc/10263/task/10269/stat : 10269 (java) S 10249 10249 9117 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162264972 881729536 34143 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10270] ppid=10249 vsize=861064 CPUtime=0
/proc/10263/task/10270/stat : 10270 (java) S 10249 10249 9117 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162264972 881729536 34143 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 908624

[startup+12.7763 s]
/proc/loadavg: 2.00 2.02 2.00 3/94 10270
/proc/meminfo: memFree=1377248/2055920 swapFree=4171244/4192956
[pid=10249] ppid=10247 vsize=47560 CPUtime=0.01
/proc/10249/stat : 10249 (galac.sh) S 10247 10249 9117 0 -1 4194304 763 1704 0 0 0 0 0 1 23 0 1 0 162264960 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10249/statm: 11890 364 246 79 0 218 0
[pid=10263] ppid=10249 vsize=861064 CPUtime=12.6
/proc/10263/stat : 10263 (java) R 10249 10249 9117 0 -1 0 55329 0 1 0 1233 27 0 0 25 0 8 0 162264964 881729536 55066 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073667212 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10263/statm: 215266 55066 1994 14 0 201471 0
[pid=10263/tid=10264] ppid=10249 vsize=861064 CPUtime=1.56
/proc/10263/task/10264/stat : 10264 (java) S 10249 10249 9117 0 -1 64 39418 0 0 0 140 16 0 0 16 0 8 0 162264967 881729536 55066 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10265] ppid=10249 vsize=861064 CPUtime=0
/proc/10263/task/10265/stat : 10265 (java) S 10249 10249 9117 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 162264968 881729536 55066 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10266] ppid=10249 vsize=861064 CPUtime=0
/proc/10263/task/10266/stat : 10266 (java) S 10249 10249 9117 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162264968 881729536 55066 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10267] ppid=10249 vsize=861064 CPUtime=0
/proc/10263/task/10267/stat : 10267 (java) S 10249 10249 9117 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162264972 881729536 55066 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10268] ppid=10249 vsize=861064 CPUtime=0.27
/proc/10263/task/10268/stat : 10268 (java) S 10249 10249 9117 0 -1 64 972 0 0 0 26 1 0 0 15 0 8 0 162264972 881729536 55066 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10269] ppid=10249 vsize=861064 CPUtime=0
/proc/10263/task/10269/stat : 10269 (java) S 10249 10249 9117 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162264972 881729536 55066 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10270] ppid=10249 vsize=861064 CPUtime=0
/proc/10263/task/10270/stat : 10270 (java) S 10249 10249 9117 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162264972 881729536 55066 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 908624

[startup+25.6538 s]
/proc/loadavg: 2.00 2.02 2.00 3/94 10270
/proc/meminfo: memFree=1370848/2055920 swapFree=4171244/4192956
[pid=10249] ppid=10247 vsize=47560 CPUtime=0.01
/proc/10249/stat : 10249 (galac.sh) S 10247 10249 9117 0 -1 4194304 763 1704 0 0 0 0 0 1 23 0 1 0 162264960 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10249/statm: 11890 364 246 79 0 218 0
[pid=10263] ppid=10249 vsize=861064 CPUtime=25.36
/proc/10263/stat : 10263 (java) R 10249 10249 9117 0 -1 0 55351 0 1 0 2504 32 0 0 25 0 8 0 162264964 881729536 55067 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073970507 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10263/statm: 215266 55067 1995 14 0 201471 0
[pid=10263/tid=10264] ppid=10249 vsize=861064 CPUtime=1.58
/proc/10263/task/10264/stat : 10264 (java) S 10249 10249 9117 0 -1 64 39419 0 0 0 142 16 0 0 16 0 8 0 162264967 881729536 55067 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10265] ppid=10249 vsize=861064 CPUtime=0
/proc/10263/task/10265/stat : 10265 (java) S 10249 10249 9117 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 162264968 881729536 55067 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10266] ppid=10249 vsize=861064 CPUtime=0
/proc/10263/task/10266/stat : 10266 (java) S 10249 10249 9117 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162264968 881729536 55067 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10267] ppid=10249 vsize=861064 CPUtime=0
/proc/10263/task/10267/stat : 10267 (java) S 10249 10249 9117 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162264972 881729536 55067 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10268] ppid=10249 vsize=861064 CPUtime=0.27
/proc/10263/task/10268/stat : 10268 (java) S 10249 10249 9117 0 -1 64 972 0 0 0 26 1 0 0 15 0 8 0 162264972 881729536 55067 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10269] ppid=10249 vsize=861064 CPUtime=0
/proc/10263/task/10269/stat : 10269 (java) S 10249 10249 9117 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162264972 881729536 55067 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10270] ppid=10249 vsize=861064 CPUtime=0
/proc/10263/task/10270/stat : 10270 (java) S 10249 10249 9117 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162264972 881729536 55067 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 908624

[startup+51.2786 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 10271
/proc/meminfo: memFree=1516184/2055920 swapFree=4171244/4192956
[pid=10249] ppid=10247 vsize=47560 CPUtime=42.15
/proc/10249/stat : 10249 (galac.sh) S 10247 10249 9117 0 -1 4194304 801 57091 0 1 0 0 4173 42 17 0 1 0 162264960 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10249/statm: 11890 364 246 79 0 218 0
[pid=10271] ppid=10249 vsize=60636 CPUtime=8.53
/proc/10271/stat : 10271 (minisat) R 10249 10249 9117 0 -1 4194304 14567 0 0 0 846 7 0 0 25 0 1 0 162269224 62091264 14549 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529313 0 0 4096 3 0 0 0 17 1 0 0
/proc/10271/statm: 15159 14549 54 142 0 15015 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 108196

[startup+102.519 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 10271
/proc/meminfo: memFree=1509144/2055920 swapFree=4171244/4192956
[pid=10249] ppid=10247 vsize=47560 CPUtime=42.15
/proc/10249/stat : 10249 (galac.sh) S 10247 10249 9117 0 -1 4194304 801 57091 0 1 0 0 4173 42 17 0 1 0 162264960 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10249/statm: 11890 364 246 79 0 218 0
[pid=10271] ppid=10249 vsize=67708 CPUtime=59.3
/proc/10271/stat : 10271 (minisat) R 10249 10249 9117 0 -1 4194304 16367 0 0 0 5921 9 0 0 25 0 1 0 162269224 69332992 16349 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529608 0 0 4096 3 0 0 0 17 1 0 0
/proc/10271/statm: 16927 16349 54 142 0 16783 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 115268

[startup+162.598 s]
/proc/loadavg: 2.03 2.02 2.00 3/93 10335
/proc/meminfo: memFree=1503880/2055920 swapFree=4171244/4192956
[pid=10249] ppid=10247 vsize=47560 CPUtime=42.15
/proc/10249/stat : 10249 (galac.sh) S 10247 10249 9117 0 -1 4194304 801 57091 0 1 0 0 4173 42 17 0 1 0 162264960 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10249/statm: 11890 364 246 79 0 218 0
[pid=10271] ppid=10249 vsize=71924 CPUtime=118.76
/proc/10271/stat : 10271 (minisat) R 10249 10249 9117 0 -1 4194304 17414 0 0 0 11865 11 0 0 25 0 1 0 162269224 73650176 17396 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529527 0 0 4096 3 0 0 0 17 1 0 0
/proc/10271/statm: 17981 17396 54 142 0 17837 0
Current children cumulated CPU time (s) 160.91
Current children cumulated vsize (KiB) 119484


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

/proc/loadavg: 2.00 2.00 2.00 3/87 10949
/proc/meminfo: memFree=1316824/2055920 swapFree=4171244/4192956
[pid=10249] ppid=10247 vsize=47560 CPUtime=42.15
/proc/10249/stat : 10249 (galac.sh) S 10247 10249 9117 0 -1 4194304 801 57091 0 1 0 0 4173 42 17 0 1 0 162264960 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10249/statm: 11890 364 246 79 0 218 0
[pid=10271] ppid=10249 vsize=228024 CPUtime=1128.71
/proc/10271/stat : 10271 (minisat) R 10249 10249 9117 0 -1 4194304 56403 0 0 0 112816 55 0 0 25 0 1 0 162269224 233496576 56385 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10271/statm: 57006 56385 54 142 0 56862 0
Current children cumulated CPU time (s) 1170.86
Current children cumulated vsize (KiB) 275584

[startup+1243.91 s]
/proc/loadavg: 2.04 2.01 2.00 3/87 10951
/proc/meminfo: memFree=1306832/2055920 swapFree=4171244/4192956
[pid=10249] ppid=10247 vsize=47560 CPUtime=42.15
/proc/10249/stat : 10249 (galac.sh) S 10247 10249 9117 0 -1 4194304 801 57091 0 1 0 0 4173 42 17 0 1 0 162264960 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10249/statm: 11890 364 246 79 0 218 0
[pid=10271] ppid=10249 vsize=237860 CPUtime=1188.22
/proc/10271/stat : 10271 (minisat) R 10249 10249 9117 0 -1 4194304 58857 0 0 0 118766 56 0 0 25 0 1 0 162269224 243568640 58839 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/10271/statm: 59465 58839 54 142 0 59321 0
Current children cumulated CPU time (s) 1230.37
Current children cumulated vsize (KiB) 285420

[startup+1303.97 s]
/proc/loadavg: 2.08 2.02 2.00 3/87 10951
/proc/meminfo: memFree=1296088/2055920 swapFree=4171244/4192956
[pid=10249] ppid=10247 vsize=47560 CPUtime=42.15
/proc/10249/stat : 10249 (galac.sh) S 10247 10249 9117 0 -1 4194304 801 57091 0 1 0 0 4173 42 17 0 1 0 162264960 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10249/statm: 11890 364 246 79 0 218 0
[pid=10271] ppid=10249 vsize=248496 CPUtime=1247.74
/proc/10271/stat : 10271 (minisat) R 10249 10249 9117 0 -1 4194304 61536 0 0 0 124714 60 0 0 25 0 1 0 162269224 254459904 61518 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529368 0 0 4096 3 0 0 0 17 1 0 0
/proc/10271/statm: 62124 61518 54 142 0 61980 0
Current children cumulated CPU time (s) 1289.89
Current children cumulated vsize (KiB) 296056

[startup+1364.03 s]
/proc/loadavg: 2.09 2.03 2.00 3/87 10951
/proc/meminfo: memFree=1286296/2055920 swapFree=4171244/4192956
[pid=10249] ppid=10247 vsize=47560 CPUtime=42.15
/proc/10249/stat : 10249 (galac.sh) S 10247 10249 9117 0 -1 4194304 801 57091 0 1 0 0 4173 42 17 0 1 0 162264960 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10249/statm: 11890 364 246 79 0 218 0
[pid=10271] ppid=10249 vsize=258316 CPUtime=1307.24
/proc/10271/stat : 10271 (minisat) R 10249 10249 9117 0 -1 4194304 63999 0 0 0 130662 62 0 0 25 0 1 0 162269224 264515584 63981 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134526711 0 0 4096 3 0 0 0 17 1 0 0
/proc/10271/statm: 64579 63981 54 142 0 64435 0
Current children cumulated CPU time (s) 1349.39
Current children cumulated vsize (KiB) 305876

[startup+1424.11 s]
/proc/loadavg: 2.11 2.04 2.01 4/94 11317
/proc/meminfo: memFree=1185744/2055920 swapFree=4171244/4192956
[pid=10249] ppid=10247 vsize=47560 CPUtime=42.15
/proc/10249/stat : 10249 (galac.sh) S 10247 10249 9117 0 -1 4194304 801 57091 0 1 0 0 4173 42 17 0 1 0 162264960 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10249/statm: 11890 364 246 79 0 218 0
[pid=10271] ppid=10249 vsize=266676 CPUtime=1366.91
/proc/10271/stat : 10271 (minisat) R 10249 10249 9117 0 -1 4194304 66081 0 0 0 136624 67 0 0 25 0 1 0 162269224 273076224 66063 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10271/statm: 66669 66063 54 142 0 66525 0
Current children cumulated CPU time (s) 1409.06
Current children cumulated vsize (KiB) 314236

[startup+1484.15 s]
/proc/loadavg: 2.77 2.24 2.07 4/95 16274
/proc/meminfo: memFree=1022464/2055920 swapFree=4171244/4192956
[pid=10249] ppid=10247 vsize=47560 CPUtime=42.15
/proc/10249/stat : 10249 (galac.sh) S 10247 10249 9117 0 -1 4194304 801 57091 0 1 0 0 4173 42 17 0 1 0 162264960 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10249/statm: 11890 364 246 79 0 218 0
[pid=10271] ppid=10249 vsize=275308 CPUtime=1425.06
/proc/10271/stat : 10271 (minisat) R 10249 10249 9117 0 -1 4194304 68236 0 0 0 142434 72 0 0 25 0 1 0 162269224 281915392 68218 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10271/statm: 68827 68218 54 142 0 68683 0
Current children cumulated CPU time (s) 1467.21
Current children cumulated vsize (KiB) 322868

[startup+1544.16 s]
/proc/loadavg: 3.14 2.44 2.15 4/95 22025
/proc/meminfo: memFree=1006448/2055920 swapFree=4171244/4192956
[pid=10249] ppid=10247 vsize=47560 CPUtime=42.15
/proc/10249/stat : 10249 (galac.sh) S 10247 10249 9117 0 -1 4194304 801 57091 0 1 0 0 4173 42 17 0 1 0 162264960 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10249/statm: 11890 364 246 79 0 218 0
[pid=10271] ppid=10249 vsize=284724 CPUtime=1477.51
/proc/10271/stat : 10271 (minisat) R 10249 10249 9117 0 -1 4194304 70591 0 0 0 147674 77 0 0 25 0 1 0 162269224 291557376 70573 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10271/statm: 71181 70573 54 142 0 71037 0
Current children cumulated CPU time (s) 1519.66
Current children cumulated vsize (KiB) 332284

[startup+1604.16 s]
/proc/loadavg: 3.08 2.55 2.21 4/90 27452
/proc/meminfo: memFree=1235160/2055920 swapFree=4171244/4192956
[pid=10249] ppid=10247 vsize=47560 CPUtime=42.15
/proc/10249/stat : 10249 (galac.sh) S 10247 10249 9117 0 -1 4194304 801 57091 0 1 0 0 4173 42 17 0 1 0 162264960 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10249/statm: 11890 364 246 79 0 218 0
[pid=10271] ppid=10249 vsize=290416 CPUtime=1526.44
/proc/10271/stat : 10271 (minisat) R 10249 10249 9117 0 -1 4194304 72034 0 0 0 152564 80 0 0 25 0 1 0 162269224 297385984 72016 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/10271/statm: 72604 72016 54 142 0 72460 0
Current children cumulated CPU time (s) 1568.59
Current children cumulated vsize (KiB) 337976

[startup+1664.25 s]
/proc/loadavg: 3.21 2.68 2.27 5/101 966
/proc/meminfo: memFree=1198472/2055920 swapFree=4171244/4192956
[pid=10249] ppid=10247 vsize=47560 CPUtime=42.15
/proc/10249/stat : 10249 (galac.sh) S 10247 10249 9117 0 -1 4194304 801 57091 0 1 0 0 4173 42 17 0 1 0 162264960 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10249/statm: 11890 364 246 79 0 218 0
[pid=10271] ppid=10249 vsize=295328 CPUtime=1580.77
/proc/10271/stat : 10271 (minisat) R 10249 10249 9117 0 -1 4194304 73258 0 0 0 157990 87 0 0 25 0 1 0 162269224 302415872 73240 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134521020 0 0 4096 3 0 0 0 17 1 0 0
/proc/10271/statm: 73832 73240 54 142 0 73688 0
Current children cumulated CPU time (s) 1622.92
Current children cumulated vsize (KiB) 342888

[startup+1724.32 s]
/proc/loadavg: 3.25 2.78 2.33 4/100 6303
/proc/meminfo: memFree=1183840/2055920 swapFree=4171244/4192956
[pid=10249] ppid=10247 vsize=47560 CPUtime=42.15
/proc/10249/stat : 10249 (galac.sh) S 10247 10249 9117 0 -1 4194304 801 57091 0 1 0 0 4173 42 17 0 1 0 162264960 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10249/statm: 11890 364 246 79 0 218 0
[pid=10271] ppid=10249 vsize=301680 CPUtime=1634.64
/proc/10271/stat : 10271 (minisat) R 10249 10249 9117 0 -1 4194304 74838 0 0 0 163369 95 0 0 25 0 1 0 162269224 308920320 74820 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529560 0 0 4096 3 0 0 0 17 0 0 0
/proc/10271/statm: 75420 74820 54 142 0 75276 0
Current children cumulated CPU time (s) 1676.79
Current children cumulated vsize (KiB) 349240

[startup+1784.4 s]
/proc/loadavg: 3.27 2.87 2.38 4/101 11863
/proc/meminfo: memFree=1169992/2055920 swapFree=4171244/4192956
[pid=10249] ppid=10247 vsize=47560 CPUtime=42.15
/proc/10249/stat : 10249 (galac.sh) S 10247 10249 9117 0 -1 4194304 801 57091 0 1 0 0 4173 42 17 0 1 0 162264960 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10249/statm: 11890 364 246 79 0 218 0
[pid=10271] ppid=10249 vsize=309744 CPUtime=1691.47
/proc/10271/stat : 10271 (minisat) R 10249 10249 9117 0 -1 4194304 76877 0 0 0 169046 101 0 0 25 0 1 0 162269224 317177856 76859 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/10271/statm: 77436 76859 54 142 0 77292 0
Current children cumulated CPU time (s) 1733.62
Current children cumulated vsize (KiB) 357304

[startup+1844.47 s]
/proc/loadavg: 2.61 2.76 2.37 3/94 13356
/proc/meminfo: memFree=1165328/2055920 swapFree=4171244/4192956
[pid=10249] ppid=10247 vsize=47560 CPUtime=42.15
/proc/10249/stat : 10249 (galac.sh) S 10247 10249 9117 0 -1 4194304 801 57091 0 1 0 0 4173 42 17 0 1 0 162264960 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10249/statm: 11890 364 246 79 0 218 0
[pid=10271] ppid=10249 vsize=315320 CPUtime=1748.53
/proc/10271/stat : 10271 (minisat) R 10249 10249 9117 0 -1 4194304 78267 0 0 0 174750 103 0 0 25 0 1 0 162269224 322887680 78249 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10271/statm: 78830 78249 54 142 0 78686 0
Current children cumulated CPU time (s) 1790.68
Current children cumulated vsize (KiB) 362880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1853.8 s]
/proc/loadavg: 2.51 2.74 2.37 3/94 13356
/proc/meminfo: memFree=1164944/2055920 swapFree=4171244/4192956
[pid=10249] ppid=10247 vsize=47560 CPUtime=42.15
/proc/10249/stat : 10249 (galac.sh) S 10247 10249 9117 0 -1 4194304 801 57091 0 1 0 0 4173 42 17 0 1 0 162264960 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10249/statm: 11890 364 246 79 0 218 0
[pid=10271] ppid=10249 vsize=315716 CPUtime=1757.86
/proc/10271/stat : 10271 (minisat) R 10249 10249 9117 0 -1 4194304 78355 0 0 0 175683 103 0 0 25 0 1 0 162269224 323293184 78337 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529417 0 0 4096 3 0 0 0 17 1 0 0
/proc/10271/statm: 78929 78337 54 142 0 78785 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 363276

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 10249 and gives childrusage.ru_utime.tv_sec=41 childrusage.ru_utime.tv_usec=738654 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=435933
CPU time returned by wait4() is 42.1746
while last known CPU time is 1800.01

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

Real time (s): 1853.81
CPU time (s): 1800.01
CPU user time (s): 1798.56
CPU system time (s): 1.45
CPU usage (%): 97.0976
Max. virtual memory (cumulated for all children) (KiB): 908624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.7387
system time used= 0.435933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57892
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= 2308
involuntary context switches= 3077

runsolver used 2.10668 s user time and 6.07708 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Sun Jan  7 02:58:23 UTC 2007


IDJOB= 199950
IDBENCH= 3662
FILE ID= node19/199950-1168138703

PBS_JOBID= 3477775

Free space on /tmp= 66302 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  3b47a728bbc52152af4316abee9f9c5d

RANDOM SEED= 277988520

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.260
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.260
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:       1592248 kB
Buffers:         60096 kB
Cached:         296596 kB
SwapCached:      10440 kB
Active:         132416 kB
Inactive:       269520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1592248 kB
SwapTotal:     4192956 kB
SwapFree:      4171244 kB
Dirty:            5872 kB
Writeback:           0 kB
Mapped:          57548 kB
Slab:            46500 kB
Committed_AS:  3945320 kB
PageTables:       2352 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= 66296 MiB



End job on node19 on Sun Jan  7 03:29:17 UTC 2007