Trace number 200028

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.07 1843.02

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-39_ext.xml
MD5SUM44a9029656c5509a3d841d7fd303e5d1
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 benchmark159.171
SatisfiableYES
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
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.09	c start processing
3.09	c start relation processing
9.56	c start cnf exporting
41.65	c parsing time : 2.928
41.65	c preprocessing time : 41.486
41.65	
41.65	c Nary constraints - conflicts : 0 supports : 75
41.65	c Binary constraints - conflicts : 0 supports :0
41.65	c max arity constraint : 3
41.65	c Max Tuples generated 0
41.65	c relations : 75
41.65	c relations BDD: 75
41.65	c vars : 296062 - clauses :  935255
41.65	
41.69	 
41.69	c --- Minisat Stats ---
41.69	 

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/node3/watcher-200028-1168139864 -o ROOT/results/node3/solver-200028-1168139864 -C 1800 -M 900 /tmp/evaluation/200028-1168139864/galac.sh /tmp/evaluation/200028-1168139864/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.06 2.20 5/88 15798
/proc/meminfo: memFree=1314760/2055920 swapFree=4192812/4192956
[pid=15797] ppid=15795 vsize=18540 CPUtime=0
/proc/15797/stat : 15797 (runsolver) R 15795 15797 14049 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 162382083 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 233632754983 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15797/statm: 4635 279 244 17 0 2626 0

[startup+0.108744 s]
/proc/loadavg: 2.00 2.06 2.20 5/88 15798
/proc/meminfo: memFree=1314760/2055920 swapFree=4192812/4192956
[pid=15797] ppid=15795 vsize=47560 CPUtime=0.01
/proc/15797/stat : 15797 (galac.sh) S 15795 15797 14049 0 -1 4194304 762 1704 0 0 0 0 0 1 23 0 1 0 162382083 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15797/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.516809 s]
/proc/loadavg: 2.00 2.06 2.20 5/88 15798
/proc/meminfo: memFree=1314760/2055920 swapFree=4192812/4192956
[pid=15797] ppid=15795 vsize=47560 CPUtime=0.01
/proc/15797/stat : 15797 (galac.sh) S 15795 15797 14049 0 -1 4194304 762 1704 0 0 0 0 0 1 23 0 1 0 162382083 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15797/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33795 s]
/proc/loadavg: 2.00 2.06 2.20 3/96 15818
/proc/meminfo: memFree=1236168/2055920 swapFree=4192812/4192956
[pid=15797] ppid=15795 vsize=47560 CPUtime=0.01
/proc/15797/stat : 15797 (galac.sh) S 15795 15797 14049 0 -1 4194304 762 1704 0 0 0 0 0 1 23 0 1 0 162382083 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15797/statm: 11890 363 245 79 0 218 0
[pid=15811] ppid=15797 vsize=861064 CPUtime=1.27
/proc/15811/stat : 15811 (java) R 15797 15797 14049 0 -1 0 21636 0 1 0 117 10 0 0 22 0 8 0 162382087 881729536 21389 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073651534 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15811/statm: 215266 21389 1964 14 0 201471 0
[pid=15811/tid=15812] ppid=15797 vsize=861064 CPUtime=0.05
/proc/15811/task/15812/stat : 15812 (java) S 15797 15797 14049 0 -1 64 5884 0 0 0 4 1 0 0 16 0 8 0 162382091 881729536 21389 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15813] ppid=15797 vsize=861064 CPUtime=0
/proc/15811/task/15813/stat : 15813 (java) S 15797 15797 14049 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 162382091 881729536 21389 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15814] ppid=15797 vsize=861064 CPUtime=0
/proc/15811/task/15814/stat : 15814 (java) S 15797 15797 14049 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162382091 881729536 21389 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15815] ppid=15797 vsize=861064 CPUtime=0
/proc/15811/task/15815/stat : 15815 (java) S 15797 15797 14049 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162382095 881729536 21389 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15816] ppid=15797 vsize=861064 CPUtime=0.13
/proc/15811/task/15816/stat : 15816 (java) S 15797 15797 14049 0 -1 64 893 0 0 0 13 0 0 0 16 0 8 0 162382095 881729536 21389 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15817] ppid=15797 vsize=861064 CPUtime=0
/proc/15811/task/15817/stat : 15817 (java) S 15797 15797 14049 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162382095 881729536 21389 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15818] ppid=15797 vsize=861064 CPUtime=0
/proc/15811/task/15818/stat : 15818 (java) S 15797 15797 14049 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162382095 881729536 21389 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.98821 s]
/proc/loadavg: 2.00 2.06 2.20 3/96 15818
/proc/meminfo: memFree=1226440/2055920 swapFree=4192812/4192956
[pid=15797] ppid=15795 vsize=47560 CPUtime=0.01
/proc/15797/stat : 15797 (galac.sh) S 15795 15797 14049 0 -1 4194304 762 1704 0 0 0 0 0 1 23 0 1 0 162382083 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15797/statm: 11890 363 245 79 0 218 0
[pid=15811] ppid=15797 vsize=861064 CPUtime=2.9
/proc/15811/stat : 15811 (java) R 15797 15797 14049 0 -1 0 25886 0 1 0 278 12 0 0 25 0 8 0 162382087 881729536 25633 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073693635 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15811/statm: 215266 25633 1964 14 0 201471 0
[pid=15811/tid=15812] ppid=15797 vsize=861064 CPUtime=0.2
/proc/15811/task/15812/stat : 15812 (java) S 15797 15797 14049 0 -1 64 10118 0 0 0 17 3 0 0 16 0 8 0 162382091 881729536 25633 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15813] ppid=15797 vsize=861064 CPUtime=0
/proc/15811/task/15813/stat : 15813 (java) S 15797 15797 14049 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 162382091 881729536 25633 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15814] ppid=15797 vsize=861064 CPUtime=0
/proc/15811/task/15814/stat : 15814 (java) S 15797 15797 14049 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162382091 881729536 25633 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15815] ppid=15797 vsize=861064 CPUtime=0
/proc/15811/task/15815/stat : 15815 (java) S 15797 15797 14049 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162382095 881729536 25633 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15816] ppid=15797 vsize=861064 CPUtime=0.15
/proc/15811/task/15816/stat : 15816 (java) S 15797 15797 14049 0 -1 64 903 0 0 0 15 0 0 0 16 0 8 0 162382095 881729536 25633 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15817] ppid=15797 vsize=861064 CPUtime=0
/proc/15811/task/15817/stat : 15817 (java) S 15797 15797 14049 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162382095 881729536 25633 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15818] ppid=15797 vsize=861064 CPUtime=0
/proc/15811/task/15818/stat : 15818 (java) S 15797 15797 14049 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162382095 881729536 25633 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 908624

[startup+6.28475 s]
/proc/loadavg: 2.00 2.06 2.20 3/96 15818
/proc/meminfo: memFree=1189384/2055920 swapFree=4192812/4192956
[pid=15797] ppid=15795 vsize=47560 CPUtime=0.01
/proc/15797/stat : 15797 (galac.sh) S 15795 15797 14049 0 -1 4194304 762 1704 0 0 0 0 0 1 23 0 1 0 162382083 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15797/statm: 11890 363 245 79 0 218 0
[pid=15811] ppid=15797 vsize=861064 CPUtime=6.17
/proc/15811/stat : 15811 (java) R 15797 15797 14049 0 -1 0 36283 0 1 0 599 18 0 0 25 0 8 0 162382087 881729536 36027 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073889374 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15811/statm: 215266 36027 1972 14 0 201471 0
[pid=15811/tid=15812] ppid=15797 vsize=861064 CPUtime=0.67
/proc/15811/task/15812/stat : 15812 (java) S 15797 15797 14049 0 -1 64 20457 0 0 0 59 8 0 0 20 0 8 0 162382091 881729536 36027 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15813] ppid=15797 vsize=861064 CPUtime=0
/proc/15811/task/15813/stat : 15813 (java) S 15797 15797 14049 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 162382091 881729536 36027 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15814] ppid=15797 vsize=861064 CPUtime=0
/proc/15811/task/15814/stat : 15814 (java) S 15797 15797 14049 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162382091 881729536 36027 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15815] ppid=15797 vsize=861064 CPUtime=0
/proc/15811/task/15815/stat : 15815 (java) S 15797 15797 14049 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162382095 881729536 36027 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15816] ppid=15797 vsize=861064 CPUtime=0.21
/proc/15811/task/15816/stat : 15816 (java) S 15797 15797 14049 0 -1 64 936 0 0 0 21 0 0 0 15 0 8 0 162382095 881729536 36027 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15817] ppid=15797 vsize=861064 CPUtime=0
/proc/15811/task/15817/stat : 15817 (java) S 15797 15797 14049 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162382095 881729536 36027 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15818] ppid=15797 vsize=861064 CPUtime=0
/proc/15811/task/15818/stat : 15818 (java) S 15797 15797 14049 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162382095 881729536 36027 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.7768 s]
/proc/loadavg: 2.00 2.05 2.19 3/96 15818
/proc/meminfo: memFree=1102984/2055920 swapFree=4192812/4192956
[pid=15797] ppid=15795 vsize=47560 CPUtime=0.01
/proc/15797/stat : 15797 (galac.sh) S 15795 15797 14049 0 -1 4194304 762 1704 0 0 0 0 0 1 23 0 1 0 162382083 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15797/statm: 11890 363 245 79 0 218 0
[pid=15811] ppid=15797 vsize=861064 CPUtime=12.6
/proc/15811/stat : 15811 (java) R 15797 15797 14049 0 -1 0 54614 0 1 0 1233 27 0 0 25 0 8 0 162382087 881729536 54352 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4154545543 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15811/statm: 215266 54352 1993 14 0 201471 0
[pid=15811/tid=15812] ppid=15797 vsize=861064 CPUtime=1.49
/proc/15811/task/15812/stat : 15812 (java) S 15797 15797 14049 0 -1 64 38706 0 0 0 133 16 0 0 16 0 8 0 162382091 881729536 54352 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15813] ppid=15797 vsize=861064 CPUtime=0
/proc/15811/task/15813/stat : 15813 (java) S 15797 15797 14049 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 162382091 881729536 54352 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15814] ppid=15797 vsize=861064 CPUtime=0
/proc/15811/task/15814/stat : 15814 (java) S 15797 15797 14049 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162382091 881729536 54352 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15815] ppid=15797 vsize=861064 CPUtime=0
/proc/15811/task/15815/stat : 15815 (java) S 15797 15797 14049 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162382095 881729536 54352 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15816] ppid=15797 vsize=861064 CPUtime=0.28
/proc/15811/task/15816/stat : 15816 (java) S 15797 15797 14049 0 -1 64 971 0 0 0 27 1 0 0 15 0 8 0 162382095 881729536 54352 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15817] ppid=15797 vsize=861064 CPUtime=0
/proc/15811/task/15817/stat : 15817 (java) S 15797 15797 14049 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162382095 881729536 54352 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15818] ppid=15797 vsize=861064 CPUtime=0
/proc/15811/task/15818/stat : 15818 (java) S 15797 15797 14049 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162382095 881729536 54352 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.6579 s]
/proc/loadavg: 2.00 2.05 2.19 3/96 15818
/proc/meminfo: memFree=1096712/2055920 swapFree=4192812/4192956
[pid=15797] ppid=15795 vsize=47560 CPUtime=0.01
/proc/15797/stat : 15797 (galac.sh) S 15795 15797 14049 0 -1 4194304 762 1704 0 0 0 0 0 1 23 0 1 0 162382083 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15797/statm: 11890 363 245 79 0 218 0
[pid=15811] ppid=15797 vsize=861064 CPUtime=25.36
/proc/15811/stat : 15811 (java) R 15797 15797 14049 0 -1 0 54636 0 1 0 2504 32 0 0 25 0 8 0 162382087 881729536 54353 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073951451 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15811/statm: 215266 54353 1994 14 0 201471 0
[pid=15811/tid=15812] ppid=15797 vsize=861064 CPUtime=1.51
/proc/15811/task/15812/stat : 15812 (java) S 15797 15797 14049 0 -1 64 38707 0 0 0 135 16 0 0 16 0 8 0 162382091 881729536 54353 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15813] ppid=15797 vsize=861064 CPUtime=0
/proc/15811/task/15813/stat : 15813 (java) S 15797 15797 14049 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 162382091 881729536 54353 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15814] ppid=15797 vsize=861064 CPUtime=0
/proc/15811/task/15814/stat : 15814 (java) S 15797 15797 14049 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162382091 881729536 54353 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15815] ppid=15797 vsize=861064 CPUtime=0
/proc/15811/task/15815/stat : 15815 (java) S 15797 15797 14049 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162382095 881729536 54353 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15816] ppid=15797 vsize=861064 CPUtime=0.28
/proc/15811/task/15816/stat : 15816 (java) S 15797 15797 14049 0 -1 64 971 0 0 0 27 1 0 0 15 0 8 0 162382095 881729536 54353 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15817] ppid=15797 vsize=861064 CPUtime=0
/proc/15811/task/15817/stat : 15817 (java) S 15797 15797 14049 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162382095 881729536 54353 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15811/tid=15818] ppid=15797 vsize=861064 CPUtime=0
/proc/15811/task/15818/stat : 15818 (java) S 15797 15797 14049 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162382095 881729536 54353 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.2781 s]
/proc/loadavg: 2.00 2.05 2.18 3/89 15819
/proc/meminfo: memFree=1240768/2055920 swapFree=4192812/4192956
[pid=15797] ppid=15795 vsize=47560 CPUtime=41.25
/proc/15797/stat : 15797 (galac.sh) S 15795 15797 14049 0 -1 4194304 800 56374 0 1 0 0 4083 42 17 0 1 0 162382083 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15797/statm: 11890 363 245 79 0 218 0
[pid=15819] ppid=15797 vsize=59900 CPUtime=9.47
/proc/15819/stat : 15819 (minisat) R 15797 15797 14049 0 -1 4194304 14251 0 0 0 939 8 0 0 25 0 1 0 162386253 61337600 14233 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/15819/statm: 14975 14233 54 142 0 14831 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 107460

[startup+102.522 s]
/proc/loadavg: 2.00 2.04 2.17 3/89 15819
/proc/meminfo: memFree=1236672/2055920 swapFree=4192812/4192956
[pid=15797] ppid=15795 vsize=47560 CPUtime=41.25
/proc/15797/stat : 15797 (galac.sh) S 15795 15797 14049 0 -1 4194304 800 56374 0 1 0 0 4083 42 17 0 1 0 162382083 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15797/statm: 11890 363 245 79 0 218 0
[pid=15819] ppid=15797 vsize=63828 CPUtime=60.24
/proc/15819/stat : 15819 (minisat) R 15797 15797 14049 0 -1 4194304 15306 0 0 0 6014 10 0 0 25 0 1 0 162386253 65359872 15288 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/15819/statm: 15957 15288 54 142 0 15813 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 111388

[startup+162.618 s]
/proc/loadavg: 2.00 2.03 2.16 3/90 15820
/proc/meminfo: memFree=1228088/2055920 swapFree=4192812/4192956
[pid=15797] ppid=15795 vsize=47560 CPUtime=41.25
/proc/15797/stat : 15797 (galac.sh) S 15795 15797 14049 0 -1 4194304 800 56374 0 1 0 0 4083 42 17 0 1 0 162382083 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15797/statm: 11890 363 245 79 0 218 0
[pid=15819] ppid=15797 vsize=72316 CPUtime=119.79
/proc/15819/stat : 15819 (minisat) R 15797 15797 14049 0 -1 4194304 17452 0 0 0 11967 12 0 0 25 0 1 0 162386253 74051584 17434 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/15819/statm: 18079 17434 54 142 0 17935 0
Current children cumulated CPU time (s) 161.04
Current children cumulated vsize (KiB) 119876


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

/proc/loadavg: 2.00 2.17 2.28 3/87 18329
/proc/meminfo: memFree=1376256/2055920 swapFree=4192812/4192956
[pid=15797] ppid=15795 vsize=47560 CPUtime=41.25
/proc/15797/stat : 15797 (galac.sh) S 15795 15797 14049 0 -1 4194304 800 56374 0 1 0 0 4083 42 17 0 1 0 162382083 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15797/statm: 11890 363 245 79 0 218 0
[pid=15819] ppid=15797 vsize=134800 CPUtime=1042.84
/proc/15819/stat : 15819 (minisat) R 15797 15797 14049 0 -1 4194304 33048 0 0 0 104225 59 0 0 25 0 1 0 162386253 138035200 33030 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 1 0 0
/proc/15819/statm: 33700 33030 54 142 0 33556 0
Current children cumulated CPU time (s) 1084.09
Current children cumulated vsize (KiB) 182360

[startup+1183.69 s]
/proc/loadavg: 2.04 2.15 2.27 3/87 18329
/proc/meminfo: memFree=1370880/2055920 swapFree=4192812/4192956
[pid=15797] ppid=15795 vsize=47560 CPUtime=41.25
/proc/15797/stat : 15797 (galac.sh) S 15795 15797 14049 0 -1 4194304 800 56374 0 1 0 0 4083 42 17 0 1 0 162382083 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15797/statm: 11890 363 245 79 0 218 0
[pid=15819] ppid=15797 vsize=140092 CPUtime=1102.63
/proc/15819/stat : 15819 (minisat) R 15797 15797 14049 0 -1 4194304 34383 0 0 0 110202 61 0 0 25 0 1 0 162386253 143454208 34365 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/15819/statm: 35023 34365 54 142 0 34879 0
Current children cumulated CPU time (s) 1143.88
Current children cumulated vsize (KiB) 187652

[startup+1243.75 s]
/proc/loadavg: 2.01 2.12 2.25 3/87 18329
/proc/meminfo: memFree=1363904/2055920 swapFree=4192812/4192956
[pid=15797] ppid=15795 vsize=47560 CPUtime=41.25
/proc/15797/stat : 15797 (galac.sh) S 15795 15797 14049 0 -1 4194304 800 56374 0 1 0 0 4083 42 17 0 1 0 162382083 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15797/statm: 11890 363 245 79 0 218 0
[pid=15819] ppid=15797 vsize=147360 CPUtime=1162.41
/proc/15819/stat : 15819 (minisat) R 15797 15797 14049 0 -1 4194304 36132 0 0 0 116178 63 0 0 25 0 1 0 162386253 150896640 36114 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529263 0 0 4096 3 0 0 0 17 1 0 0
/proc/15819/statm: 36840 36114 54 142 0 36696 0
Current children cumulated CPU time (s) 1203.66
Current children cumulated vsize (KiB) 194920

[startup+1303.82 s]
/proc/loadavg: 2.00 2.09 2.23 3/87 18329
/proc/meminfo: memFree=1357504/2055920 swapFree=4192812/4192956
[pid=15797] ppid=15795 vsize=47560 CPUtime=41.25
/proc/15797/stat : 15797 (galac.sh) S 15795 15797 14049 0 -1 4194304 800 56374 0 1 0 0 4083 42 17 0 1 0 162382083 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15797/statm: 11890 363 245 79 0 218 0
[pid=15819] ppid=15797 vsize=153696 CPUtime=1222.2
/proc/15819/stat : 15819 (minisat) R 15797 15797 14049 0 -1 4194304 37721 0 0 0 122155 65 0 0 25 0 1 0 162386253 157384704 37703 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/15819/statm: 38424 37703 54 142 0 38280 0
Current children cumulated CPU time (s) 1263.45
Current children cumulated vsize (KiB) 201256

[startup+1363.9 s]
/proc/loadavg: 2.00 2.07 2.21 3/87 18329
/proc/meminfo: memFree=1353216/2055920 swapFree=4192812/4192956
[pid=15797] ppid=15795 vsize=47560 CPUtime=41.25
/proc/15797/stat : 15797 (galac.sh) S 15795 15797 14049 0 -1 4194304 800 56374 0 1 0 0 4083 42 17 0 1 0 162382083 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15797/statm: 11890 363 245 79 0 218 0
[pid=15819] ppid=15797 vsize=157920 CPUtime=1281.99
/proc/15819/stat : 15819 (minisat) R 15797 15797 14049 0 -1 4194304 38772 0 0 0 128132 67 0 0 25 0 1 0 162386253 161710080 38754 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/15819/statm: 39480 38754 54 142 0 39336 0
Current children cumulated CPU time (s) 1323.24
Current children cumulated vsize (KiB) 205480

[startup+1423.96 s]
/proc/loadavg: 2.00 2.06 2.20 3/87 18329
/proc/meminfo: memFree=1349312/2055920 swapFree=4192812/4192956
[pid=15797] ppid=15795 vsize=47560 CPUtime=41.25
/proc/15797/stat : 15797 (galac.sh) S 15795 15797 14049 0 -1 4194304 800 56374 0 1 0 0 4083 42 17 0 1 0 162382083 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15797/statm: 11890 363 245 79 0 218 0
[pid=15819] ppid=15797 vsize=161748 CPUtime=1341.77
/proc/15819/stat : 15819 (minisat) R 15797 15797 14049 0 -1 4194304 39747 0 0 0 134108 69 0 0 25 0 1 0 162386253 165629952 39729 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/15819/statm: 40437 39729 54 142 0 40293 0
Current children cumulated CPU time (s) 1383.02
Current children cumulated vsize (KiB) 209308

[startup+1484.03 s]
/proc/loadavg: 2.06 2.06 2.18 3/87 18329
/proc/meminfo: memFree=1344832/2055920 swapFree=4192812/4192956
[pid=15797] ppid=15795 vsize=47560 CPUtime=41.25
/proc/15797/stat : 15797 (galac.sh) S 15795 15797 14049 0 -1 4194304 800 56374 0 1 0 0 4083 42 17 0 1 0 162382083 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15797/statm: 11890 363 245 79 0 218 0
[pid=15819] ppid=15797 vsize=166164 CPUtime=1401.55
/proc/15819/stat : 15819 (minisat) R 15797 15797 14049 0 -1 4194304 40869 0 0 0 140085 70 0 0 25 0 1 0 162386253 170151936 40851 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/15819/statm: 41541 40851 54 142 0 41397 0
Current children cumulated CPU time (s) 1442.8
Current children cumulated vsize (KiB) 213724

[startup+1544.1 s]
/proc/loadavg: 2.07 2.06 2.18 3/87 18329
/proc/meminfo: memFree=1341120/2055920 swapFree=4192812/4192956
[pid=15797] ppid=15795 vsize=47560 CPUtime=41.25
/proc/15797/stat : 15797 (galac.sh) S 15795 15797 14049 0 -1 4194304 800 56374 0 1 0 0 4083 42 17 0 1 0 162382083 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15797/statm: 11890 363 245 79 0 218 0
[pid=15819] ppid=15797 vsize=169896 CPUtime=1461.34
/proc/15819/stat : 15819 (minisat) R 15797 15797 14049 0 -1 4194304 41799 0 0 0 146062 72 0 0 25 0 1 0 162386253 173973504 41781 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/15819/statm: 42474 41781 54 142 0 42330 0
Current children cumulated CPU time (s) 1502.59
Current children cumulated vsize (KiB) 217456

[startup+1604.16 s]
/proc/loadavg: 2.02 2.05 2.16 3/87 18329
/proc/meminfo: memFree=1337856/2055920 swapFree=4192812/4192956
[pid=15797] ppid=15795 vsize=47560 CPUtime=41.25
/proc/15797/stat : 15797 (galac.sh) S 15795 15797 14049 0 -1 4194304 800 56374 0 1 0 0 4083 42 17 0 1 0 162382083 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15797/statm: 11890 363 245 79 0 218 0
[pid=15819] ppid=15797 vsize=173120 CPUtime=1521.11
/proc/15819/stat : 15819 (minisat) R 15797 15797 14049 0 -1 4194304 42612 0 0 0 152038 73 0 0 25 0 1 0 162386253 177274880 42594 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/15819/statm: 43280 42594 54 142 0 43136 0
Current children cumulated CPU time (s) 1562.36
Current children cumulated vsize (KiB) 220680

[startup+1664.23 s]
/proc/loadavg: 2.01 2.04 2.15 3/87 18329
/proc/meminfo: memFree=1334528/2055920 swapFree=4192812/4192956
[pid=15797] ppid=15795 vsize=47560 CPUtime=41.25
/proc/15797/stat : 15797 (galac.sh) S 15795 15797 14049 0 -1 4194304 800 56374 0 1 0 0 4083 42 17 0 1 0 162382083 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15797/statm: 11890 363 245 79 0 218 0
[pid=15819] ppid=15797 vsize=176440 CPUtime=1580.9
/proc/15819/stat : 15819 (minisat) R 15797 15797 14049 0 -1 4194304 43423 0 0 0 158015 75 0 0 25 0 1 0 162386253 180674560 43405 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 1 0 0
/proc/15819/statm: 44110 43405 54 142 0 43966 0
Current children cumulated CPU time (s) 1622.15
Current children cumulated vsize (KiB) 224000

[startup+1724.3 s]
/proc/loadavg: 2.06 2.04 2.15 3/87 18329
/proc/meminfo: memFree=1329792/2055920 swapFree=4192812/4192956
[pid=15797] ppid=15795 vsize=47560 CPUtime=41.25
/proc/15797/stat : 15797 (galac.sh) S 15795 15797 14049 0 -1 4194304 800 56374 0 1 0 0 4083 42 17 0 1 0 162382083 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15797/statm: 11890 363 245 79 0 218 0
[pid=15819] ppid=15797 vsize=181152 CPUtime=1640.68
/proc/15819/stat : 15819 (minisat) R 15797 15797 14049 0 -1 4194304 44593 0 0 0 163992 76 0 0 25 0 1 0 162386253 185499648 44575 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/15819/statm: 45288 44575 54 142 0 45144 0
Current children cumulated CPU time (s) 1681.93
Current children cumulated vsize (KiB) 228712

[startup+1784.38 s]
/proc/loadavg: 2.02 2.03 2.14 3/87 18329
/proc/meminfo: memFree=1326016/2055920 swapFree=4192812/4192956
[pid=15797] ppid=15795 vsize=47560 CPUtime=41.25
/proc/15797/stat : 15797 (galac.sh) S 15795 15797 14049 0 -1 4194304 800 56374 0 1 0 0 4083 42 17 0 1 0 162382083 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15797/statm: 11890 363 245 79 0 218 0
[pid=15819] ppid=15797 vsize=185020 CPUtime=1700.47
/proc/15819/stat : 15819 (minisat) R 15797 15797 14049 0 -1 4194304 45554 0 0 0 169969 78 0 0 25 0 1 0 162386253 189460480 45536 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/15819/statm: 46255 45536 54 142 0 46111 0
Current children cumulated CPU time (s) 1741.72
Current children cumulated vsize (KiB) 232580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1843.01 s]
/proc/loadavg: 2.01 2.02 2.12 3/87 18329
/proc/meminfo: memFree=1322432/2055920 swapFree=4192812/4192956
[pid=15797] ppid=15795 vsize=47560 CPUtime=41.25
/proc/15797/stat : 15797 (galac.sh) S 15795 15797 14049 0 -1 4194304 800 56374 0 1 0 0 4083 42 17 0 1 0 162382083 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15797/statm: 11890 363 245 79 0 218 0
[pid=15819] ppid=15797 vsize=188488 CPUtime=1758.82
/proc/15819/stat : 15819 (minisat) R 15797 15797 14049 0 -1 4194304 46446 0 0 0 175803 79 0 0 25 0 1 0 162386253 193011712 46428 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/15819/statm: 47122 46428 54 142 0 46978 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 236048

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 15797 and gives childrusage.ru_utime.tv_sec=40 childrusage.ru_utime.tv_usec=836791 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=436933
CPU time returned by wait4() is 41.2737
while last known CPU time is 1800.07

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

Real time (s): 1843.02
CPU time (s): 1800.07
CPU user time (s): 1798.86
CPU system time (s): 1.21
CPU usage (%): 97.6697
Max. virtual memory (cumulated for all children) (KiB): 908624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.8368
system time used= 0.436933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57174
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= 2266
involuntary context switches= 3810

runsolver used 2.05569 s user time and 6.15506 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Sun Jan  7 03:17:44 UTC 2007


IDJOB= 200028
IDBENCH= 3676
FILE ID= node3/200028-1168139864

PBS_JOBID= 3477786

Free space on /tmp= 66542 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  44a9029656c5509a3d841d7fd303e5d1

RANDOM SEED= 164760637

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.279
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.279
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:       1315240 kB
Buffers:         63424 kB
Cached:         297316 kB
SwapCached:          0 kB
Active:         423028 kB
Inactive:       244788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1315240 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5796 kB
Writeback:           0 kB
Mapped:         327268 kB
Slab:            57244 kB
Committed_AS:  4378940 kB
PageTables:       2744 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= 66530 MiB



End job on node3 on Sun Jan  7 03:48:28 UTC 2007