Trace number 206427

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.04 1809.73

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-33_ext.xml
MD5SUM13258892a2d67abb7fc0c486aa658227
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c --- Preproc Stats ---
5.30	c start processing
5.30	c start relation processing
19.64	c start cnf exporting
78.15	c parsing time : 5.123
78.15	c preprocessing time : 77.967
78.15	
78.15	c Nary constraints - conflicts : 0 supports : 93
78.15	c Binary constraints - conflicts : 0 supports :0
78.15	c max arity constraint : 3
78.15	c Max Tuples generated 0
78.15	c relations : 93
78.15	c relations BDD: 93
78.15	c vars : 598000 - clauses :  1873853
78.15	
78.25	 
78.25	c --- Minisat Stats ---
78.25	 

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/node25/watcher-206427-1168172929 -o ROOT/results/node25/solver-206427-1168172929 -C 1800 -M 900 /tmp/evaluation/206427-1168172929/galac.sh /tmp/evaluation/206427-1168172929/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: 0.92 0.98 0.99 5/86 451
/proc/meminfo: memFree=1364584/2055920 swapFree=4170848/4192956
[pid=450] ppid=448 vsize=8652 CPUtime=0
/proc/450/stat : 450 (galac.sh) R 448 450 320 0 -1 4194304 335 0 0 0 0 0 0 0 17 0 1 0 165685296 8859648 279 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781796511 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/450/statm: 2163 279 207 79 0 156 0
[pid=452] ppid=450 vsize=8688 CPUtime=0
/proc/452/stat : 452 (galac.sh) R 450 450 320 0 -1 4194368 35 0 0 0 0 0 0 0 17 0 1 0 165685297 8896512 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 4308396 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/452/statm: 2172 286 209 79 0 165 0
[pid=453] ppid=452 vsize=8728 CPUtime=0
/proc/453/stat : 453 (galac.sh) R 452 450 320 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 1 0 165685297 8937472 290 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781797159 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/453/statm: 2182 290 209 79 0 175 0

[startup+0.102865 s]
/proc/loadavg: 0.92 0.98 0.99 5/86 451
/proc/meminfo: memFree=1364584/2055920 swapFree=4170848/4192956
[pid=450] ppid=448 vsize=47552 CPUtime=0
/proc/450/stat : 450 (galac.sh) S 448 450 320 0 -1 4194304 759 1704 0 0 0 0 0 0 17 0 1 0 165685296 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/450/statm: 11888 362 244 79 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47552

[startup+0.511931 s]
/proc/loadavg: 0.92 0.98 0.99 5/86 451
/proc/meminfo: memFree=1364584/2055920 swapFree=4170848/4192956
[pid=450] ppid=448 vsize=47552 CPUtime=0
/proc/450/stat : 450 (galac.sh) S 448 450 320 0 -1 4194304 759 1704 0 0 0 0 0 0 17 0 1 0 165685296 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/450/statm: 11888 362 244 79 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47552

[startup+1.34109 s]
/proc/loadavg: 0.92 0.98 0.99 4/105 482
/proc/meminfo: memFree=1269328/2055920 swapFree=4170848/4192956
[pid=450] ppid=448 vsize=47552 CPUtime=0
/proc/450/stat : 450 (galac.sh) S 448 450 320 0 -1 4194304 759 1704 0 0 0 0 0 0 17 0 1 0 165685296 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/450/statm: 11888 362 244 79 0 218 0
[pid=467] ppid=450 vsize=861064 CPUtime=1.25
/proc/467/stat : 467 (java) R 450 450 320 0 -1 0 21613 0 1 0 114 11 0 0 25 0 8 0 165685301 881729536 21365 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073691546 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/467/statm: 215266 21365 1966 14 0 201471 0
[pid=467/tid=470] ppid=450 vsize=861064 CPUtime=0.07
/proc/467/task/470/stat : 470 (java) S 450 450 320 0 -1 64 5860 0 0 0 6 1 0 0 16 0 8 0 165685304 881729536 21365 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=471] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/471/stat : 471 (java) S 450 450 320 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165685305 881729536 21365 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=472] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/472/stat : 472 (java) S 450 450 320 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165685305 881729536 21365 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=479] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/479/stat : 479 (java) S 450 450 320 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 165685308 881729536 21365 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=480] ppid=450 vsize=861064 CPUtime=0.11
/proc/467/task/480/stat : 480 (java) S 450 450 320 0 -1 64 892 0 0 0 11 0 0 0 16 0 8 0 165685308 881729536 21365 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=481] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/481/stat : 481 (java) S 450 450 320 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 165685308 881729536 21365 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=482] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/482/stat : 482 (java) S 450 450 320 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165685308 881729536 21365 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 908616

[startup+2.98336 s]
/proc/loadavg: 1.01 1.00 1.00 3/105 482
/proc/meminfo: memFree=1196368/2055920 swapFree=4170848/4192956
[pid=450] ppid=448 vsize=47552 CPUtime=0
/proc/450/stat : 450 (galac.sh) S 448 450 320 0 -1 4194304 759 1704 0 0 0 0 0 0 17 0 1 0 165685296 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/450/statm: 11888 362 244 79 0 218 0
[pid=467] ppid=450 vsize=861064 CPUtime=2.88
/proc/467/stat : 467 (java) R 450 450 320 0 -1 0 26015 0 1 0 274 14 0 0 25 0 8 0 165685301 881729536 25761 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073658619 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/467/statm: 215266 25761 1966 14 0 201471 0
[pid=467/tid=470] ppid=450 vsize=861064 CPUtime=0.22
/proc/467/task/470/stat : 470 (java) S 450 450 320 0 -1 64 10244 0 0 0 19 3 0 0 17 0 8 0 165685304 881729536 25761 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=467/tid=471] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/471/stat : 471 (java) S 450 450 320 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165685305 881729536 25761 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=472] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/472/stat : 472 (java) S 450 450 320 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165685305 881729536 25761 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=479] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/479/stat : 479 (java) S 450 450 320 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 165685308 881729536 25761 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=480] ppid=450 vsize=861064 CPUtime=0.14
/proc/467/task/480/stat : 480 (java) S 450 450 320 0 -1 64 904 0 0 0 14 0 0 0 16 0 8 0 165685308 881729536 25761 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=467/tid=481] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/481/stat : 481 (java) S 450 450 320 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 165685308 881729536 25761 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=482] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/482/stat : 482 (java) S 450 450 320 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165685308 881729536 25761 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 908616

[startup+6.1969 s]
/proc/loadavg: 1.01 1.00 1.00 3/105 482
/proc/meminfo: memFree=1138832/2055920 swapFree=4170848/4192956
[pid=450] ppid=448 vsize=47552 CPUtime=0
/proc/450/stat : 450 (galac.sh) S 448 450 320 0 -1 4194304 759 1704 0 0 0 0 0 0 17 0 1 0 165685296 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/450/statm: 11888 362 244 79 0 218 0
[pid=467] ppid=450 vsize=861064 CPUtime=6.06
/proc/467/stat : 467 (java) R 450 450 320 0 -1 0 30856 0 1 0 590 16 0 0 25 0 8 0 165685301 881729536 30593 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073930462 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/467/statm: 215266 30593 1974 14 0 201471 0
[pid=467/tid=470] ppid=450 vsize=861064 CPUtime=0.4
/proc/467/task/470/stat : 470 (java) S 450 450 320 0 -1 64 15006 0 0 0 35 5 0 0 17 0 8 0 165685304 881729536 30593 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=467/tid=471] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/471/stat : 471 (java) S 450 450 320 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165685305 881729536 30593 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=472] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/472/stat : 472 (java) S 450 450 320 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165685305 881729536 30593 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=479] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/479/stat : 479 (java) S 450 450 320 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 165685308 881729536 30593 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=480] ppid=450 vsize=861064 CPUtime=0.21
/proc/467/task/480/stat : 480 (java) S 450 450 320 0 -1 64 947 0 0 0 20 1 0 0 15 0 8 0 165685308 881729536 30593 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=467/tid=481] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/481/stat : 481 (java) S 450 450 320 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 165685308 881729536 30593 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=482] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/482/stat : 482 (java) S 450 450 320 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165685308 881729536 30593 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 908616

[startup+12.682 s]
/proc/loadavg: 1.24 1.05 1.02 3/106 483
/proc/meminfo: memFree=967120/2055920 swapFree=4170848/4192956
[pid=450] ppid=448 vsize=47552 CPUtime=0
/proc/450/stat : 450 (galac.sh) S 448 450 320 0 -1 4194304 759 1704 0 0 0 0 0 0 17 0 1 0 165685296 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/450/statm: 11888 362 244 79 0 218 0
[pid=467] ppid=450 vsize=861064 CPUtime=12.29
/proc/467/stat : 467 (java) R 450 450 320 0 -1 0 54771 0 1 0 1201 28 0 0 25 0 8 0 165685301 881729536 54505 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073924469 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/467/statm: 215266 54505 1974 14 0 201471 0
[pid=467/tid=470] ppid=450 vsize=861064 CPUtime=1.45
/proc/467/task/470/stat : 470 (java) S 450 450 320 0 -1 64 38918 0 0 0 128 17 0 0 20 0 8 0 165685304 881729536 54505 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=471] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/471/stat : 471 (java) S 450 450 320 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165685305 881729536 54505 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=472] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/472/stat : 472 (java) S 450 450 320 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165685305 881729536 54505 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=479] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/479/stat : 479 (java) S 450 450 320 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 165685308 881729536 54505 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=480] ppid=450 vsize=861064 CPUtime=0.21
/proc/467/task/480/stat : 480 (java) S 450 450 320 0 -1 64 947 0 0 0 20 1 0 0 15 0 8 0 165685308 881729536 54505 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=467/tid=481] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/481/stat : 481 (java) S 450 450 320 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 165685308 881729536 54505 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=482] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/482/stat : 482 (java) S 450 450 320 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165685308 881729536 54505 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 908616

[startup+25.5582 s]
/proc/loadavg: 1.43 1.10 1.03 3/106 483
/proc/meminfo: memFree=832976/2055920 swapFree=4170848/4192956
[pid=450] ppid=448 vsize=47552 CPUtime=0
/proc/450/stat : 450 (galac.sh) S 448 450 320 0 -1 4194304 759 1704 0 0 0 0 0 0 17 0 1 0 165685296 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/450/statm: 11888 362 244 79 0 218 0
[pid=467] ppid=450 vsize=861064 CPUtime=25.07
/proc/467/stat : 467 (java) R 450 450 320 0 -1 0 87644 0 1 0 2461 46 0 0 25 0 8 0 165685301 881729536 87365 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073719712 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/467/statm: 215266 87365 1994 14 0 201471 0
[pid=467/tid=470] ppid=450 vsize=861064 CPUtime=2.85
/proc/467/task/470/stat : 470 (java) S 450 450 320 0 -1 64 71705 0 0 0 252 33 0 0 16 0 8 0 165685304 881729536 87365 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=471] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/471/stat : 471 (java) S 450 450 320 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 165685305 881729536 87365 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=472] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/472/stat : 472 (java) S 450 450 320 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165685305 881729536 87365 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=479] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/479/stat : 479 (java) S 450 450 320 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 165685308 881729536 87365 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=480] ppid=450 vsize=861064 CPUtime=0.27
/proc/467/task/480/stat : 480 (java) S 450 450 320 0 -1 64 983 0 0 0 26 1 0 0 15 0 8 0 165685308 881729536 87365 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=481] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/481/stat : 481 (java) S 450 450 320 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 165685308 881729536 87365 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=482] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/482/stat : 482 (java) S 450 450 320 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165685308 881729536 87365 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 908616

[startup+51.2085 s]
/proc/loadavg: 1.83 1.22 1.07 3/106 483
/proc/meminfo: memFree=795664/2055920 swapFree=4170848/4192956
[pid=450] ppid=448 vsize=47552 CPUtime=0
/proc/450/stat : 450 (galac.sh) S 448 450 320 0 -1 4194304 759 1704 0 0 0 0 0 0 17 0 1 0 165685296 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/450/statm: 11888 362 244 79 0 218 0
[pid=467] ppid=450 vsize=861064 CPUtime=50.59
/proc/467/stat : 467 (java) R 450 450 320 0 -1 0 87689 0 1 0 5005 54 0 0 25 0 8 0 165685301 881729536 87365 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074043066 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/467/statm: 215266 87365 1994 14 0 201471 0
[pid=467/tid=470] ppid=450 vsize=861064 CPUtime=2.93
/proc/467/task/470/stat : 470 (java) S 450 450 320 0 -1 64 71705 0 0 0 260 33 0 0 16 0 8 0 165685304 881729536 87365 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=471] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/471/stat : 471 (java) S 450 450 320 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 165685305 881729536 87365 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=472] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/472/stat : 472 (java) S 450 450 320 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165685305 881729536 87365 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=479] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/479/stat : 479 (java) S 450 450 320 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 165685308 881729536 87365 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=480] ppid=450 vsize=861064 CPUtime=0.27
/proc/467/task/480/stat : 480 (java) S 450 450 320 0 -1 64 983 0 0 0 26 1 0 0 15 0 8 0 165685308 881729536 87365 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=481] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/481/stat : 481 (java) S 450 450 320 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 165685308 881729536 87365 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=467/tid=482] ppid=450 vsize=861064 CPUtime=0
/proc/467/task/482/stat : 482 (java) S 450 450 320 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165685308 881729536 87365 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 908616

[startup+102.419 s]
/proc/loadavg: 1.93 1.35 1.12 3/99 484
/proc/meminfo: memFree=986696/2055920 swapFree=4170848/4192956
[pid=450] ppid=448 vsize=47552 CPUtime=77.44

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

/proc/loadavg: 2.00 1.98 1.69 3/99 484
/proc/meminfo: memFree=578888/2055920 swapFree=4170848/4192956
[pid=450] ppid=448 vsize=47552 CPUtime=77.44
/proc/450/stat : 450 (galac.sh) S 448 450 320 0 -1 4194304 797 89450 0 1 0 0 7674 70 17 0 1 0 165685296 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/450/statm: 11888 362 244 79 0 218 0
[pid=484] ppid=450 vsize=213016 CPUtime=1039.91
/proc/484/stat : 484 (minisat) R 450 450 320 0 -1 4194304 50716 0 0 0 103942 49 0 0 25 0 1 0 165693122 218128384 50698 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529291 0 0 4096 3 0 0 0 17 1 0 0
/proc/484/statm: 53254 50698 54 142 0 53110 0
Current children cumulated CPU time (s) 1117.35
Current children cumulated vsize (KiB) 260568

[startup+1183.59 s]
/proc/loadavg: 2.00 1.98 1.71 3/99 484
/proc/meminfo: memFree=543304/2055920 swapFree=4170848/4192956
[pid=450] ppid=448 vsize=47552 CPUtime=77.44
/proc/450/stat : 450 (galac.sh) S 448 450 320 0 -1 4194304 797 89450 0 1 0 0 7674 70 17 0 1 0 165685296 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/450/statm: 11888 362 244 79 0 218 0
[pid=484] ppid=450 vsize=219144 CPUtime=1099.57
/proc/484/stat : 484 (minisat) R 450 450 320 0 -1 4194304 52238 0 0 0 109905 52 0 0 25 0 1 0 165693122 224403456 52220 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/484/statm: 54786 52220 54 142 0 54642 0
Current children cumulated CPU time (s) 1177.01
Current children cumulated vsize (KiB) 266696

[startup+1243.66 s]
/proc/loadavg: 2.00 1.98 1.73 3/99 484
/proc/meminfo: memFree=537096/2055920 swapFree=4170848/4192956
[pid=450] ppid=448 vsize=47552 CPUtime=77.44
/proc/450/stat : 450 (galac.sh) S 448 450 320 0 -1 4194304 797 89450 0 1 0 0 7674 70 17 0 1 0 165685296 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/450/statm: 11888 362 244 79 0 218 0
[pid=484] ppid=450 vsize=225312 CPUtime=1159.32
/proc/484/stat : 484 (minisat) R 450 450 320 0 -1 4194304 53787 0 0 0 115879 53 0 0 25 0 1 0 165693122 230719488 53769 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134525744 0 0 4096 3 0 0 0 17 0 0 0
/proc/484/statm: 56328 53769 54 142 0 56184 0
Current children cumulated CPU time (s) 1236.76
Current children cumulated vsize (KiB) 272864

[startup+1303.73 s]
/proc/loadavg: 2.00 1.98 1.74 3/99 484
/proc/meminfo: memFree=529544/2055920 swapFree=4170848/4192956
[pid=450] ppid=448 vsize=47552 CPUtime=77.44
/proc/450/stat : 450 (galac.sh) S 448 450 320 0 -1 4194304 797 89450 0 1 0 0 7674 70 17 0 1 0 165685296 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/450/statm: 11888 362 244 79 0 218 0
[pid=484] ppid=450 vsize=232832 CPUtime=1219.12
/proc/484/stat : 484 (minisat) R 450 450 320 0 -1 4194304 55661 0 0 0 121857 55 0 0 25 0 1 0 165693122 238419968 55643 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/484/statm: 58208 55643 54 142 0 58064 0
Current children cumulated CPU time (s) 1296.56
Current children cumulated vsize (KiB) 280384

[startup+1363.79 s]
/proc/loadavg: 2.00 1.98 1.75 3/99 484
/proc/meminfo: memFree=497608/2055920 swapFree=4170848/4192956
[pid=450] ppid=448 vsize=47552 CPUtime=77.44
/proc/450/stat : 450 (galac.sh) S 448 450 320 0 -1 4194304 797 89450 0 1 0 0 7674 70 17 0 1 0 165685296 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/450/statm: 11888 362 244 79 0 218 0
[pid=484] ppid=450 vsize=235616 CPUtime=1278.9
/proc/484/stat : 484 (minisat) R 450 450 320 0 -1 4194304 56304 0 0 0 127834 56 0 0 25 0 1 0 165693122 241270784 56286 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 0 0 0
/proc/484/statm: 58904 56286 54 142 0 58760 0
Current children cumulated CPU time (s) 1356.34
Current children cumulated vsize (KiB) 283168

[startup+1423.86 s]
/proc/loadavg: 2.08 2.01 1.77 3/99 484
/proc/meminfo: memFree=494344/2055920 swapFree=4170848/4192956
[pid=450] ppid=448 vsize=47552 CPUtime=77.44
/proc/450/stat : 450 (galac.sh) S 448 450 320 0 -1 4194304 797 89450 0 1 0 0 7674 70 17 0 1 0 165685296 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/450/statm: 11888 362 244 79 0 218 0
[pid=484] ppid=450 vsize=238664 CPUtime=1338.67
/proc/484/stat : 484 (minisat) R 450 450 320 0 -1 4194304 57080 0 0 0 133810 57 0 0 25 0 1 0 165693122 244391936 57062 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/484/statm: 59666 57062 54 142 0 59522 0
Current children cumulated CPU time (s) 1416.11
Current children cumulated vsize (KiB) 286216

[startup+1483.92 s]
/proc/loadavg: 2.12 2.03 1.80 3/99 484
/proc/meminfo: memFree=461256/2055920 swapFree=4170848/4192956
[pid=450] ppid=448 vsize=47552 CPUtime=77.44
/proc/450/stat : 450 (galac.sh) S 448 450 320 0 -1 4194304 797 89450 0 1 0 0 7674 70 17 0 1 0 165685296 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/450/statm: 11888 362 244 79 0 218 0
[pid=484] ppid=450 vsize=241980 CPUtime=1398.46
/proc/484/stat : 484 (minisat) R 450 450 320 0 -1 4194304 57899 0 0 0 139788 58 0 0 25 0 1 0 165693122 247787520 57881 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 0 0 0
/proc/484/statm: 60495 57881 54 142 0 60351 0
Current children cumulated CPU time (s) 1475.9
Current children cumulated vsize (KiB) 289532

[startup+1543.98 s]
/proc/loadavg: 2.04 2.02 1.81 4/99 484
/proc/meminfo: memFree=459528/2055920 swapFree=4170848/4192956
[pid=450] ppid=448 vsize=47552 CPUtime=77.44
/proc/450/stat : 450 (galac.sh) S 448 450 320 0 -1 4194304 797 89450 0 1 0 0 7674 70 17 0 1 0 165685296 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/450/statm: 11888 362 244 79 0 218 0
[pid=484] ppid=450 vsize=243828 CPUtime=1458.25
/proc/484/stat : 484 (minisat) R 450 450 320 0 -1 4194304 58362 0 0 0 145766 59 0 0 25 0 1 0 165693122 249679872 58344 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 0 0 0
/proc/484/statm: 60957 58344 54 142 0 60813 0
Current children cumulated CPU time (s) 1535.69
Current children cumulated vsize (KiB) 291380

[startup+1604.05 s]
/proc/loadavg: 2.01 2.02 1.82 3/99 484
/proc/meminfo: memFree=426632/2055920 swapFree=4170848/4192956
[pid=450] ppid=448 vsize=47552 CPUtime=77.44
/proc/450/stat : 450 (galac.sh) S 448 450 320 0 -1 4194304 797 89450 0 1 0 0 7674 70 17 0 1 0 165685296 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/450/statm: 11888 362 244 79 0 218 0
[pid=484] ppid=450 vsize=245808 CPUtime=1517.95
/proc/484/stat : 484 (minisat) R 450 450 320 0 -1 4194304 58893 0 0 0 151735 60 0 0 25 0 1 0 165693122 251707392 58875 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 0 0 0
/proc/484/statm: 61452 58875 54 142 0 61308 0
Current children cumulated CPU time (s) 1595.39
Current children cumulated vsize (KiB) 293360

[startup+1664.12 s]
/proc/loadavg: 2.05 2.03 1.83 3/99 484
/proc/meminfo: memFree=421960/2055920 swapFree=4170848/4192956
[pid=450] ppid=448 vsize=47552 CPUtime=77.44
/proc/450/stat : 450 (galac.sh) S 448 450 320 0 -1 4194304 797 89450 0 1 0 0 7674 70 17 0 1 0 165685296 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/450/statm: 11888 362 244 79 0 218 0
[pid=484] ppid=450 vsize=250564 CPUtime=1577.73
/proc/484/stat : 484 (minisat) R 450 450 320 0 -1 4194304 60056 0 0 0 157711 62 0 0 25 0 1 0 165693122 256577536 60038 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/484/statm: 62641 60038 54 142 0 62497 0
Current children cumulated CPU time (s) 1655.17
Current children cumulated vsize (KiB) 298116

[startup+1724.19 s]
/proc/loadavg: 2.02 2.02 1.84 3/99 484
/proc/meminfo: memFree=420424/2055920 swapFree=4170848/4192956
[pid=450] ppid=448 vsize=47552 CPUtime=77.44
/proc/450/stat : 450 (galac.sh) S 448 450 320 0 -1 4194304 797 89450 0 1 0 0 7674 70 17 0 1 0 165685296 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/450/statm: 11888 362 244 79 0 218 0
[pid=484] ppid=450 vsize=252016 CPUtime=1637.52
/proc/484/stat : 484 (minisat) R 450 450 320 0 -1 4194304 60453 0 0 0 163689 63 0 0 25 0 1 0 165693122 258064384 60435 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/484/statm: 63004 60435 54 142 0 62860 0
Current children cumulated CPU time (s) 1714.96
Current children cumulated vsize (KiB) 299568

[startup+1784.25 s]
/proc/loadavg: 2.07 2.03 1.85 3/99 484
/proc/meminfo: memFree=388104/2055920 swapFree=4170848/4192956
[pid=450] ppid=448 vsize=47552 CPUtime=77.44
/proc/450/stat : 450 (galac.sh) S 448 450 320 0 -1 4194304 797 89450 0 1 0 0 7674 70 17 0 1 0 165685296 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/450/statm: 11888 362 244 79 0 218 0
[pid=484] ppid=450 vsize=254128 CPUtime=1697.24
/proc/484/stat : 484 (minisat) R 450 450 320 0 -1 4194304 60968 0 0 0 169660 64 0 0 25 0 1 0 165693122 260227072 60950 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 0 0 0
/proc/484/statm: 63532 60950 54 142 0 63388 0
Current children cumulated CPU time (s) 1774.68
Current children cumulated vsize (KiB) 301680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.71 s]
/proc/loadavg: 2.11 2.04 1.86 2/82 498
/proc/meminfo: memFree=1093392/2055920 swapFree=4170848/4192956
[pid=450] ppid=448 vsize=47552 CPUtime=77.44
/proc/450/stat : 450 (galac.sh) S 448 450 320 0 -1 4194304 797 89450 0 1 0 0 7674 70 17 0 1 0 165685296 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/450/statm: 11888 362 244 79 0 218 0
[pid=484] ppid=450 vsize=256376 CPUtime=1722.6
/proc/484/stat : 484 (minisat) R 450 450 320 0 -1 4194304 61525 0 0 0 172195 65 0 0 25 0 1 0 165693122 262529024 61507 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/484/statm: 64094 61507 54 142 0 63950 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 303928

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 450 and gives childrusage.ru_utime.tv_sec=76 childrusage.ru_utime.tv_usec=745332 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=712891
CPU time returned by wait4() is 77.4582
while last known CPU time is 1800.04

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

Real time (s): 1809.73
CPU time (s): 1800.04
CPU user time (s): 1798.69
CPU system time (s): 1.35
CPU usage (%): 99.4648
Max. virtual memory (cumulated for all children) (KiB): 908616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.7453
system time used= 0.712891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90247
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= 3540
involuntary context switches= 5127

runsolver used 1.82272 s user time and 4.91825 s system time

The end

Launcher Data (download as text)

Begin job on node25 on Sun Jan  7 12:28:49 UTC 2007


IDJOB= 206427
IDBENCH= 4207
FILE ID= node25/206427-1168172929

PBS_JOBID= 3479028

Free space on /tmp= 66542 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28/rand-3-28-28-93-632-33_ext.xml
COMMAND LINE= /tmp/evaluation/206427-1168172929/galac.sh /tmp/evaluation/206427-1168172929/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-206427-1168172929 -o ROOT/results/node25/solver-206427-1168172929 -C 1800 -M 900  /tmp/evaluation/206427-1168172929/galac.sh /tmp/evaluation/206427-1168172929/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  13258892a2d67abb7fc0c486aa658227

RANDOM SEED= 14265829

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:       1365448 kB
Buffers:         49348 kB
Cached:         533488 kB
SwapCached:       2576 kB
Active:         118456 kB
Inactive:       494476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1365448 kB
SwapTotal:     4192956 kB
SwapFree:      4170848 kB
Dirty:           17120 kB
Writeback:           0 kB
Mapped:          41452 kB
Slab:            62360 kB
Committed_AS:  3330692 kB
PageTables:       2276 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= 66517 MiB



End job on node25 on Sun Jan  7 12:58:59 UTC 2007