Trace number 199807

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.03 1810.06

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-41_ext.xml
MD5SUMec84a2bde200f6aa9630d098bbdec3cd
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 benchmark799.067
SatisfiableYES
(Un)Satisfiability was provedYES
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.24	c start processing
3.24	c start relation processing
10.11	c start cnf exporting
43.30	c parsing time : 3.078
43.30	c preprocessing time : 43.134
43.30	
43.30	c Nary constraints - conflicts : 0 supports : 76
43.30	c Binary constraints - conflicts : 0 supports :0
43.30	c max arity constraint : 3
43.30	c Max Tuples generated 0
43.30	c relations : 76
43.30	c relations BDD: 76
43.30	c vars : 302583 - clauses :  955424
43.30	
43.36	 
43.36	c --- Minisat Stats ---
43.36	 

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/node4/watcher-199807-1168136516 -o ROOT/results/node4/solver-199807-1168136516 -C 1800 -M 900 /tmp/evaluation/199807-1168136516/galac.sh /tmp/evaluation/199807-1168136516/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.02 2.01 1.99 5/98 32218
/proc/meminfo: memFree=1628312/2055920 swapFree=4182144/4192956
[pid=32217] ppid=32215 vsize=8560 CPUtime=0
/proc/32217/stat : 32217 (galac.sh) R 32215 32217 30851 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 162047172 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259913402255 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32217/statm: 2140 253 197 79 0 133 0

[startup+0.105981 s]
/proc/loadavg: 2.02 2.01 1.99 5/98 32218
/proc/meminfo: memFree=1628312/2055920 swapFree=4182144/4192956
[pid=32217] ppid=32215 vsize=47556 CPUtime=0
/proc/32217/stat : 32217 (galac.sh) S 32215 32217 30851 0 -1 4194304 761 1704 0 0 0 0 0 0 25 0 1 0 162047172 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32217/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47556

[startup+0.517784 s]
/proc/loadavg: 2.02 2.01 1.99 5/98 32218
/proc/meminfo: memFree=1628312/2055920 swapFree=4182144/4192956
[pid=32217] ppid=32215 vsize=47556 CPUtime=0
/proc/32217/stat : 32217 (galac.sh) S 32215 32217 30851 0 -1 4194304 761 1704 0 0 0 0 0 0 25 0 1 0 162047172 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32217/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47556

[startup+1.3471 s]
/proc/loadavg: 2.02 2.01 1.99 3/106 32238
/proc/meminfo: memFree=1549656/2055920 swapFree=4182144/4192956
[pid=32217] ppid=32215 vsize=47556 CPUtime=0
/proc/32217/stat : 32217 (galac.sh) S 32215 32217 30851 0 -1 4194304 761 1704 0 0 0 0 0 0 25 0 1 0 162047172 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32217/statm: 11889 363 245 79 0 218 0
[pid=32231] ppid=32217 vsize=861064 CPUtime=1.27
/proc/32231/stat : 32231 (java) R 32217 32217 30851 0 -1 0 21636 0 1 0 115 12 0 0 22 0 8 0 162047176 881729536 21389 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073656698 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32231/statm: 215266 21389 1964 14 0 201471 0
[pid=32231/tid=32232] ppid=32217 vsize=861064 CPUtime=0.05
/proc/32231/task/32232/stat : 32232 (java) S 32217 32217 30851 0 -1 64 5884 0 0 0 3 2 0 0 16 0 8 0 162047179 881729536 21389 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32233] ppid=32217 vsize=861064 CPUtime=0
/proc/32231/task/32233/stat : 32233 (java) S 32217 32217 30851 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 162047180 881729536 21389 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32234] ppid=32217 vsize=861064 CPUtime=0
/proc/32231/task/32234/stat : 32234 (java) S 32217 32217 30851 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162047180 881729536 21389 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32235] ppid=32217 vsize=861064 CPUtime=0
/proc/32231/task/32235/stat : 32235 (java) S 32217 32217 30851 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162047183 881729536 21389 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32236] ppid=32217 vsize=861064 CPUtime=0.13
/proc/32231/task/32236/stat : 32236 (java) S 32217 32217 30851 0 -1 64 893 0 0 0 13 0 0 0 16 0 8 0 162047183 881729536 21389 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32237] ppid=32217 vsize=861064 CPUtime=0
/proc/32231/task/32237/stat : 32237 (java) S 32217 32217 30851 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162047183 881729536 21389 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32238] ppid=32217 vsize=861064 CPUtime=0
/proc/32231/task/32238/stat : 32238 (java) S 32217 32217 30851 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162047183 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.27
Current children cumulated vsize (KiB) 908620

[startup+3.00026 s]
/proc/loadavg: 2.02 2.01 1.99 3/106 32238
/proc/meminfo: memFree=1537624/2055920 swapFree=4182144/4192956
[pid=32217] ppid=32215 vsize=47556 CPUtime=0
/proc/32217/stat : 32217 (galac.sh) S 32215 32217 30851 0 -1 4194304 761 1704 0 0 0 0 0 0 25 0 1 0 162047172 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32217/statm: 11889 363 245 79 0 218 0
[pid=32231] ppid=32217 vsize=861064 CPUtime=2.91
/proc/32231/stat : 32231 (java) R 32217 32217 30851 0 -1 0 25276 0 1 0 277 14 0 0 25 0 8 0 162047176 881729536 25023 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073683857 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32231/statm: 215266 25023 1964 14 0 201471 0
[pid=32231/tid=32232] ppid=32217 vsize=861064 CPUtime=0.22
/proc/32231/task/32232/stat : 32232 (java) S 32217 32217 30851 0 -1 64 9509 0 0 0 18 4 0 0 16 0 8 0 162047179 881729536 25023 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32233] ppid=32217 vsize=861064 CPUtime=0
/proc/32231/task/32233/stat : 32233 (java) S 32217 32217 30851 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 162047180 881729536 25023 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32234] ppid=32217 vsize=861064 CPUtime=0
/proc/32231/task/32234/stat : 32234 (java) S 32217 32217 30851 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162047180 881729536 25023 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32235] ppid=32217 vsize=861064 CPUtime=0
/proc/32231/task/32235/stat : 32235 (java) S 32217 32217 30851 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162047183 881729536 25023 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32236] ppid=32217 vsize=861064 CPUtime=0.16
/proc/32231/task/32236/stat : 32236 (java) S 32217 32217 30851 0 -1 64 902 0 0 0 15 1 0 0 16 0 8 0 162047183 881729536 25023 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32237] ppid=32217 vsize=861064 CPUtime=0
/proc/32231/task/32237/stat : 32237 (java) S 32217 32217 30851 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162047183 881729536 25023 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32238] ppid=32217 vsize=861064 CPUtime=0
/proc/32231/task/32238/stat : 32238 (java) S 32217 32217 30851 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162047183 881729536 25023 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) 908620

[startup+6.30057 s]
/proc/loadavg: 2.02 2.01 1.99 3/106 32238
/proc/meminfo: memFree=1497816/2055920 swapFree=4182144/4192956
[pid=32217] ppid=32215 vsize=47556 CPUtime=0
/proc/32217/stat : 32217 (galac.sh) S 32215 32217 30851 0 -1 4194304 761 1704 0 0 0 0 0 0 25 0 1 0 162047172 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32217/statm: 11889 363 245 79 0 218 0
[pid=32231] ppid=32217 vsize=861064 CPUtime=6.18
/proc/32231/stat : 32231 (java) R 32217 32217 30851 0 -1 0 34536 0 1 0 598 20 0 0 25 0 8 0 162047176 881729536 34280 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073883844 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32231/statm: 215266 34280 1972 14 0 201471 0
[pid=32231/tid=32232] ppid=32217 vsize=861064 CPUtime=0.64
/proc/32231/task/32232/stat : 32232 (java) S 32217 32217 30851 0 -1 64 18709 0 0 0 55 9 0 0 20 0 8 0 162047179 881729536 34280 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32233] ppid=32217 vsize=861064 CPUtime=0
/proc/32231/task/32233/stat : 32233 (java) S 32217 32217 30851 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 162047180 881729536 34280 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32234] ppid=32217 vsize=861064 CPUtime=0
/proc/32231/task/32234/stat : 32234 (java) S 32217 32217 30851 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162047180 881729536 34280 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32235] ppid=32217 vsize=861064 CPUtime=0
/proc/32231/task/32235/stat : 32235 (java) S 32217 32217 30851 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162047183 881729536 34280 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32236] ppid=32217 vsize=861064 CPUtime=0.22
/proc/32231/task/32236/stat : 32236 (java) S 32217 32217 30851 0 -1 64 936 0 0 0 21 1 0 0 15 0 8 0 162047183 881729536 34280 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32237] ppid=32217 vsize=861064 CPUtime=0
/proc/32231/task/32237/stat : 32237 (java) S 32217 32217 30851 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162047183 881729536 34280 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32238] ppid=32217 vsize=861064 CPUtime=0
/proc/32231/task/32238/stat : 32238 (java) S 32217 32217 30851 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162047183 881729536 34280 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) 908620

[startup+12.7092 s]
/proc/loadavg: 2.02 2.01 1.99 3/106 32238
/proc/meminfo: memFree=1413912/2055920 swapFree=4182144/4192956
[pid=32217] ppid=32215 vsize=47556 CPUtime=0
/proc/32217/stat : 32217 (galac.sh) S 32215 32217 30851 0 -1 4194304 761 1704 0 0 0 0 0 0 25 0 1 0 162047172 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32217/statm: 11889 363 245 79 0 218 0
[pid=32231] ppid=32217 vsize=861064 CPUtime=12.5
/proc/32231/stat : 32231 (java) R 32217 32217 30851 0 -1 0 55314 0 1 0 1218 32 0 0 25 0 8 0 162047176 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073656681 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32231/statm: 215266 55052 1992 14 0 201471 0
[pid=32231/tid=32232] ppid=32217 vsize=861064 CPUtime=1.62
/proc/32231/task/32232/stat : 32232 (java) S 32217 32217 30851 0 -1 64 39405 0 0 0 142 20 0 0 16 0 8 0 162047179 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32233] ppid=32217 vsize=861064 CPUtime=0
/proc/32231/task/32233/stat : 32233 (java) S 32217 32217 30851 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 162047180 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32234] ppid=32217 vsize=861064 CPUtime=0
/proc/32231/task/32234/stat : 32234 (java) S 32217 32217 30851 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162047180 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32235] ppid=32217 vsize=861064 CPUtime=0
/proc/32231/task/32235/stat : 32235 (java) S 32217 32217 30851 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162047183 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32236] ppid=32217 vsize=861064 CPUtime=0.28
/proc/32231/task/32236/stat : 32236 (java) S 32217 32217 30851 0 -1 64 972 0 0 0 27 1 0 0 15 0 8 0 162047183 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32237] ppid=32217 vsize=861064 CPUtime=0
/proc/32231/task/32237/stat : 32237 (java) S 32217 32217 30851 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162047183 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32238] ppid=32217 vsize=861064 CPUtime=0
/proc/32231/task/32238/stat : 32238 (java) S 32217 32217 30851 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162047183 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 908620

[startup+25.5982 s]
/proc/loadavg: 2.01 2.01 1.99 3/106 32238
/proc/meminfo: memFree=1407704/2055920 swapFree=4182144/4192956
[pid=32217] ppid=32215 vsize=47556 CPUtime=0
/proc/32217/stat : 32217 (galac.sh) S 32215 32217 30851 0 -1 4194304 761 1704 0 0 0 0 0 0 25 0 1 0 162047172 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32217/statm: 11889 363 245 79 0 218 0
[pid=32231] ppid=32217 vsize=861064 CPUtime=25.23
/proc/32231/stat : 32231 (java) R 32217 32217 30851 0 -1 0 55335 0 1 0 2486 37 0 0 25 0 8 0 162047176 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073953777 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32231/statm: 215266 55052 1992 14 0 201471 0
[pid=32231/tid=32232] ppid=32217 vsize=861064 CPUtime=1.64
/proc/32231/task/32232/stat : 32232 (java) S 32217 32217 30851 0 -1 64 39405 0 0 0 144 20 0 0 16 0 8 0 162047179 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32233] ppid=32217 vsize=861064 CPUtime=0
/proc/32231/task/32233/stat : 32233 (java) S 32217 32217 30851 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 162047180 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32234] ppid=32217 vsize=861064 CPUtime=0
/proc/32231/task/32234/stat : 32234 (java) S 32217 32217 30851 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162047180 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32235] ppid=32217 vsize=861064 CPUtime=0
/proc/32231/task/32235/stat : 32235 (java) S 32217 32217 30851 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162047183 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32236] ppid=32217 vsize=861064 CPUtime=0.28
/proc/32231/task/32236/stat : 32236 (java) S 32217 32217 30851 0 -1 64 972 0 0 0 27 1 0 0 15 0 8 0 162047183 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32237] ppid=32217 vsize=861064 CPUtime=0
/proc/32231/task/32237/stat : 32237 (java) S 32217 32217 30851 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162047183 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32231/tid=32238] ppid=32217 vsize=861064 CPUtime=0
/proc/32231/task/32238/stat : 32238 (java) S 32217 32217 30851 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162047183 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 908620

[startup+51.2679 s]
/proc/loadavg: 2.01 2.01 1.99 3/99 32239
/proc/meminfo: memFree=1552720/2055920 swapFree=4182144/4192956
[pid=32217] ppid=32215 vsize=47556 CPUtime=42.73
/proc/32217/stat : 32217 (galac.sh) S 32215 32217 30851 0 -1 4194304 799 57077 0 1 0 0 4224 49 17 0 1 0 162047172 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32217/statm: 11889 363 245 79 0 218 0
[pid=32239] ppid=32217 vsize=60528 CPUtime=7.82
/proc/32239/stat : 32239 (minisat) R 32217 32217 30851 0 -1 4194304 14525 0 0 0 772 10 0 0 25 0 1 0 162051509 61980672 14507 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/32239/statm: 15132 14507 54 142 0 14988 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 108084

[startup+102.552 s]
/proc/loadavg: 2.00 2.00 1.99 3/99 32239
/proc/meminfo: memFree=1548560/2055920 swapFree=4182144/4192956
[pid=32217] ppid=32215 vsize=47556 CPUtime=42.73
/proc/32217/stat : 32217 (galac.sh) S 32215 32217 30851 0 -1 4194304 799 57077 0 1 0 0 4224 49 17 0 1 0 162047172 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32217/statm: 11889 363 245 79 0 218 0
[pid=32239] ppid=32217 vsize=64528 CPUtime=58.61
/proc/32239/stat : 32239 (minisat) R 32217 32217 30851 0 -1 4194304 15595 0 0 0 5850 11 0 0 25 0 1 0 162051509 66076672 15577 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529404 0 0 4096 3 0 0 0 17 1 0 0
/proc/32239/statm: 16132 15577 54 142 0 15988 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 112084

[startup+162.572 s]
/proc/loadavg: 2.00 2.00 1.99 3/99 32239
/proc/meminfo: memFree=1540432/2055920 swapFree=4182144/4192956
[pid=32217] ppid=32215 vsize=47556 CPUtime=42.73
/proc/32217/stat : 32217 (galac.sh) S 32215 32217 30851 0 -1 4194304 799 57077 0 1 0 0 4224 49 17 0 1 0 162047172 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32217/statm: 11889 363 245 79 0 218 0
[pid=32239] ppid=32217 vsize=73020 CPUtime=118.09
/proc/32239/stat : 32239 (minisat) R 32217 32217 30851 0 -1 4194304 17702 0 0 0 11796 13 0 0 25 0 1 0 162051509 74772480 17684 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32239/statm: 18255 17684 54 142 0 18111 0
Current children cumulated CPU time (s) 160.82
Current children cumulated vsize (KiB) 120576


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

/proc/loadavg: 2.00 2.00 2.00 3/95 32538
/proc/meminfo: memFree=1616624/2055920 swapFree=4182144/4192956
[pid=32217] ppid=32215 vsize=47556 CPUtime=42.73
/proc/32217/stat : 32217 (galac.sh) S 32215 32217 30851 0 -1 4194304 799 57077 0 1 0 0 4224 49 17 0 1 0 162047172 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32217/statm: 11889 363 245 79 0 218 0
[pid=32239] ppid=32217 vsize=179628 CPUtime=1074.5
/proc/32239/stat : 32239 (minisat) R 32217 32217 30851 0 -1 4194304 44300 0 0 0 107400 50 0 0 25 0 1 0 162051509 183939072 44282 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/32239/statm: 44907 44282 54 142 0 44763 0
Current children cumulated CPU time (s) 1117.23
Current children cumulated vsize (KiB) 227184

[startup+1183.54 s]
/proc/loadavg: 2.03 2.01 2.00 3/95 32538
/proc/meminfo: memFree=1614192/2055920 swapFree=4182144/4192956
[pid=32217] ppid=32215 vsize=47556 CPUtime=42.73
/proc/32217/stat : 32217 (galac.sh) S 32215 32217 30851 0 -1 4194304 799 57077 0 1 0 0 4224 49 17 0 1 0 162047172 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32217/statm: 11889 363 245 79 0 218 0
[pid=32239] ppid=32217 vsize=181888 CPUtime=1134.26
/proc/32239/stat : 32239 (minisat) R 32217 32217 30851 0 -1 4194304 44888 0 0 0 113375 51 0 0 25 0 1 0 162051509 186253312 44870 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134527037 0 0 4096 3 0 0 0 17 0 0 0
/proc/32239/statm: 45472 44870 54 142 0 45328 0
Current children cumulated CPU time (s) 1176.99
Current children cumulated vsize (KiB) 229444

[startup+1243.6 s]
/proc/loadavg: 2.01 2.01 2.00 3/95 32538
/proc/meminfo: memFree=1610800/2055920 swapFree=4182144/4192956
[pid=32217] ppid=32215 vsize=47556 CPUtime=42.73
/proc/32217/stat : 32217 (galac.sh) S 32215 32217 30851 0 -1 4194304 799 57077 0 1 0 0 4224 49 17 0 1 0 162047172 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32217/statm: 11889 363 245 79 0 218 0
[pid=32239] ppid=32217 vsize=185328 CPUtime=1194.04
/proc/32239/stat : 32239 (minisat) R 32217 32217 30851 0 -1 4194304 45734 0 0 0 119351 53 0 0 25 0 1 0 162051509 189775872 45716 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/32239/statm: 46332 45716 54 142 0 46188 0
Current children cumulated CPU time (s) 1236.77
Current children cumulated vsize (KiB) 232884

[startup+1303.65 s]
/proc/loadavg: 2.07 2.02 2.00 3/95 32538
/proc/meminfo: memFree=1605424/2055920 swapFree=4182144/4192956
[pid=32217] ppid=32215 vsize=47556 CPUtime=42.73
/proc/32217/stat : 32217 (galac.sh) S 32215 32217 30851 0 -1 4194304 799 57077 0 1 0 0 4224 49 17 0 1 0 162047172 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32217/statm: 11889 363 245 79 0 218 0
[pid=32239] ppid=32217 vsize=190488 CPUtime=1253.83
/proc/32239/stat : 32239 (minisat) R 32217 32217 30851 0 -1 4194304 47030 0 0 0 125329 54 0 0 25 0 1 0 162051509 195059712 47012 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529404 0 0 4096 3 0 0 0 17 0 0 0
/proc/32239/statm: 47622 47012 54 142 0 47478 0
Current children cumulated CPU time (s) 1296.56
Current children cumulated vsize (KiB) 238044

[startup+1363.7 s]
/proc/loadavg: 2.03 2.01 2.00 3/95 32538
/proc/meminfo: memFree=1599792/2055920 swapFree=4182144/4192956
[pid=32217] ppid=32215 vsize=47556 CPUtime=42.73
/proc/32217/stat : 32217 (galac.sh) S 32215 32217 30851 0 -1 4194304 799 57077 0 1 0 0 4224 49 17 0 1 0 162047172 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32217/statm: 11889 363 245 79 0 218 0
[pid=32239] ppid=32217 vsize=195908 CPUtime=1313.58
/proc/32239/stat : 32239 (minisat) R 32217 32217 30851 0 -1 4194304 48412 0 0 0 131302 56 0 0 25 0 1 0 162051509 200609792 48394 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/32239/statm: 48977 48394 54 142 0 48833 0
Current children cumulated CPU time (s) 1356.31
Current children cumulated vsize (KiB) 243464

[startup+1423.75 s]
/proc/loadavg: 2.05 2.02 2.00 3/95 32538
/proc/meminfo: memFree=1594160/2055920 swapFree=4182144/4192956
[pid=32217] ppid=32215 vsize=47556 CPUtime=42.73
/proc/32217/stat : 32217 (galac.sh) S 32215 32217 30851 0 -1 4194304 799 57077 0 1 0 0 4224 49 17 0 1 0 162047172 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32217/statm: 11889 363 245 79 0 218 0
[pid=32239] ppid=32217 vsize=201464 CPUtime=1373.36
/proc/32239/stat : 32239 (minisat) R 32217 32217 30851 0 -1 4194304 49803 0 0 0 137279 57 0 0 25 0 1 0 162051509 206299136 49785 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529764 0 0 4096 3 0 0 0 17 0 0 0
/proc/32239/statm: 50366 49785 54 142 0 50222 0
Current children cumulated CPU time (s) 1416.09
Current children cumulated vsize (KiB) 249020

[startup+1483.81 s]
/proc/loadavg: 2.02 2.02 2.00 3/95 32538
/proc/meminfo: memFree=1586736/2055920 swapFree=4182144/4192956
[pid=32217] ppid=32215 vsize=47556 CPUtime=42.73
/proc/32217/stat : 32217 (galac.sh) S 32215 32217 30851 0 -1 4194304 799 57077 0 1 0 0 4224 49 17 0 1 0 162047172 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32217/statm: 11889 363 245 79 0 218 0
[pid=32239] ppid=32217 vsize=208784 CPUtime=1433.14
/proc/32239/stat : 32239 (minisat) R 32217 32217 30851 0 -1 4194304 51636 0 0 0 143254 60 0 0 25 0 1 0 162051509 213794816 51618 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520063 0 0 4096 3 0 0 0 17 0 0 0
/proc/32239/statm: 52196 51618 54 142 0 52052 0
Current children cumulated CPU time (s) 1475.87
Current children cumulated vsize (KiB) 256340

[startup+1543.86 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 32538
/proc/meminfo: memFree=1583152/2055920 swapFree=4182144/4192956
[pid=32217] ppid=32215 vsize=47556 CPUtime=42.73
/proc/32217/stat : 32217 (galac.sh) S 32215 32217 30851 0 -1 4194304 799 57077 0 1 0 0 4224 49 17 0 1 0 162047172 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32217/statm: 11889 363 245 79 0 218 0
[pid=32239] ppid=32217 vsize=212384 CPUtime=1492.9
/proc/32239/stat : 32239 (minisat) R 32217 32217 30851 0 -1 4194304 52519 0 0 0 149229 61 0 0 25 0 1 0 162051509 217481216 52501 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/32239/statm: 53096 52501 54 142 0 52952 0
Current children cumulated CPU time (s) 1535.63
Current children cumulated vsize (KiB) 259940

[startup+1603.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 32538
/proc/meminfo: memFree=1579504/2055920 swapFree=4182144/4192956
[pid=32217] ppid=32215 vsize=47556 CPUtime=42.73
/proc/32217/stat : 32217 (galac.sh) S 32215 32217 30851 0 -1 4194304 799 57077 0 1 0 0 4224 49 17 0 1 0 162047172 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32217/statm: 11889 363 245 79 0 218 0
[pid=32239] ppid=32217 vsize=215816 CPUtime=1552.69
/proc/32239/stat : 32239 (minisat) R 32217 32217 30851 0 -1 4194304 53397 0 0 0 155207 62 0 0 25 0 1 0 162051509 220995584 53379 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/32239/statm: 53954 53379 54 142 0 53810 0
Current children cumulated CPU time (s) 1595.42
Current children cumulated vsize (KiB) 263372

[startup+1663.97 s]
/proc/loadavg: 1.94 1.98 1.99 3/87 32601
/proc/meminfo: memFree=1519472/2055920 swapFree=4182144/4192956
[pid=32217] ppid=32215 vsize=47556 CPUtime=42.73
/proc/32217/stat : 32217 (galac.sh) S 32215 32217 30851 0 -1 4194304 799 57077 0 1 0 0 4224 49 17 0 1 0 162047172 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32217/statm: 11889 363 245 79 0 218 0
[pid=32239] ppid=32217 vsize=219644 CPUtime=1612.44
/proc/32239/stat : 32239 (minisat) R 32217 32217 30851 0 -1 4194304 54340 0 0 0 161178 66 0 0 25 0 1 0 162051509 224915456 54322 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525819 0 0 4096 3 0 0 0 17 0 0 0
/proc/32239/statm: 54911 54322 54 142 0 54767 0
Current children cumulated CPU time (s) 1655.17
Current children cumulated vsize (KiB) 267200

[startup+1724.02 s]
/proc/loadavg: 1.98 1.98 1.99 3/87 32601
/proc/meminfo: memFree=1351408/2055920 swapFree=4182144/4192956
[pid=32217] ppid=32215 vsize=47556 CPUtime=42.73
/proc/32217/stat : 32217 (galac.sh) S 32215 32217 30851 0 -1 4194304 799 57077 0 1 0 0 4224 49 17 0 1 0 162047172 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32217/statm: 11889 363 245 79 0 218 0
[pid=32239] ppid=32217 vsize=222420 CPUtime=1671.98
/proc/32239/stat : 32239 (minisat) R 32217 32217 30851 0 -1 4194304 55038 0 0 0 167131 67 0 0 25 0 1 0 162051509 227758080 55020 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/32239/statm: 55605 55020 54 142 0 55461 0
Current children cumulated CPU time (s) 1714.71
Current children cumulated vsize (KiB) 269976

[startup+1784.08 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 32602
/proc/meminfo: memFree=1343400/2055920 swapFree=4182144/4192956
[pid=32217] ppid=32215 vsize=47556 CPUtime=42.73
/proc/32217/stat : 32217 (galac.sh) S 32215 32217 30851 0 -1 4194304 799 57077 0 1 0 0 4224 49 17 0 1 0 162047172 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32217/statm: 11889 363 245 79 0 218 0
[pid=32239] ppid=32217 vsize=228268 CPUtime=1731.55
/proc/32239/stat : 32239 (minisat) R 32217 32217 30851 0 -1 4194304 56520 0 0 0 173087 68 0 0 25 0 1 0 162051509 233746432 56502 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/32239/statm: 57067 56502 54 142 0 56923 0
Current children cumulated CPU time (s) 1774.28
Current children cumulated vsize (KiB) 275824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.05 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 32602
/proc/meminfo: memFree=1341224/2055920 swapFree=4182144/4192956
[pid=32217] ppid=32215 vsize=47556 CPUtime=42.73
/proc/32217/stat : 32217 (galac.sh) S 32215 32217 30851 0 -1 4194304 799 57077 0 1 0 0 4224 49 17 0 1 0 162047172 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32217/statm: 11889 363 245 79 0 218 0
[pid=32239] ppid=32217 vsize=230792 CPUtime=1757.3
/proc/32239/stat : 32239 (minisat) R 32217 32217 30851 0 -1 4194304 57047 0 0 0 175661 69 0 0 25 0 1 0 162051509 236331008 57029 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529234 0 0 4096 3 0 0 0 17 0 0 0
/proc/32239/statm: 57698 57029 54 142 0 57554 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 278348

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 32217 and gives childrusage.ru_utime.tv_sec=42 childrusage.ru_utime.tv_usec=245577 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=508922
CPU time returned by wait4() is 42.7545
while last known CPU time is 1800.03

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

Real time (s): 1810.06
CPU time (s): 1800.03
CPU user time (s): 1798.85
CPU system time (s): 1.18
CPU usage (%): 99.446
Max. virtual memory (cumulated for all children) (KiB): 908620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.2456
system time used= 0.508922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57876
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= 2320
involuntary context switches= 4712

runsolver used 1.80872 s user time and 5.03723 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Sun Jan  7 02:21:56 UTC 2007


IDJOB= 199807
IDBENCH= 3637
FILE ID= node4/199807-1168136516

PBS_JOBID= 3477766

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-41_ext.xml
COMMAND LINE= /tmp/evaluation/199807-1168136516/galac.sh /tmp/evaluation/199807-1168136516/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-199807-1168136516 -o ROOT/results/node4/solver-199807-1168136516 -C 1800 -M 900  /tmp/evaluation/199807-1168136516/galac.sh /tmp/evaluation/199807-1168136516/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  ec84a2bde200f6aa9630d098bbdec3cd

RANDOM SEED= 132467037

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.223
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.223
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:       1628728 kB
Buffers:         23996 kB
Cached:          79496 kB
SwapCached:       2520 kB
Active:         323232 kB
Inactive:        49044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1628728 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:            5852 kB
Writeback:           0 kB
Mapped:         288180 kB
Slab:            39048 kB
Committed_AS:  4855524 kB
PageTables:       2884 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= 66280 MiB



End job on node4 on Sun Jan  7 02:52:07 UTC 2007