Trace number 195926

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.06 1810.42

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-46_ext.xml
MD5SUMd3ce6bd5a83c5df86f3f945031a07203
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of 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.22	c --- Preproc Stats ---
3.28	c start processing
3.28	c start relation processing
10.10	c start cnf exporting
42.15	c parsing time : 2.91
42.15	c preprocessing time : 41.787
42.15	
42.15	c Nary constraints - conflicts : 0 supports : 75
42.15	c Binary constraints - conflicts : 0 supports :0
42.15	c max arity constraint : 3
42.15	c Max Tuples generated 0
42.15	c relations : 75
42.15	c relations BDD: 75
42.15	c vars : 296345 - clauses :  936109
42.15	
42.19	 
42.19	c --- Minisat Stats ---
42.19	 

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/node40/watcher-195926-1168116493 -o ROOT/results/node40/solver-195926-1168116493 -C 1800 -M 900 /tmp/evaluation/195926-1168116493/galac.sh /tmp/evaluation/195926-1168116493/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 1.09 2/78 6505
/proc/meminfo: memFree=1873184/2055920 swapFree=4192812/4192956
[pid=6504] ppid=6502 vsize=18540 CPUtime=0
/proc/6504/stat : 6504 (runsolver) D 6502 6504 6378 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 160048683 18984960 279 18446744073709551615 4194304 4267372 548682069088 18446744073709551615 264519609639 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/6504/statm: 4635 279 244 17 0 2626 0

[startup+0.102636 s]
/proc/loadavg: 0.92 0.98 1.09 2/78 6505
/proc/meminfo: memFree=1873184/2055920 swapFree=4192812/4192956
[pid=6504] ppid=6502 vsize=8740 CPUtime=0
/proc/6504/stat : 6504 (galac.sh) S 6502 6504 6378 0 -1 4194304 410 840 5 0 0 0 0 0 17 0 1 0 160048683 8949760 309 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6504/statm: 2185 309 217 79 0 178 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8740

[startup+0.510692 s]
/proc/loadavg: 0.92 0.98 1.09 2/78 6505
/proc/meminfo: memFree=1873184/2055920 swapFree=4192812/4192956
[pid=6504] ppid=6502 vsize=47564 CPUtime=0.01
/proc/6504/stat : 6504 (galac.sh) S 6502 6504 6378 0 -1 4194304 755 1704 6 0 0 0 0 1 18 0 1 0 160048683 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6504/statm: 11891 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.3328 s]
/proc/loadavg: 0.92 0.98 1.09 5/92 6531
/proc/meminfo: memFree=1783600/2055920 swapFree=4192812/4192956
[pid=6504] ppid=6502 vsize=47564 CPUtime=0.01
/proc/6504/stat : 6504 (galac.sh) S 6502 6504 6378 0 -1 4194304 755 1704 6 0 0 0 0 1 18 0 1 0 160048683 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6504/statm: 11891 363 245 79 0 218 0
[pid=6524] ppid=6504 vsize=861064 CPUtime=1.06
/proc/6524/stat : 6524 (java) R 6504 6504 6378 0 -1 0 21643 0 7 0 95 11 0 0 24 0 8 0 160048706 881729536 21402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073656662 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6524/statm: 215266 21402 1964 14 0 201471 0
[pid=6524/tid=6525] ppid=6504 vsize=861064 CPUtime=0.05
/proc/6524/task/6525/stat : 6525 (java) S 6504 6504 6378 0 -1 64 5900 0 0 0 3 2 0 0 16 0 8 0 160048710 881729536 21402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6526] ppid=6504 vsize=861064 CPUtime=0
/proc/6524/task/6526/stat : 6526 (java) S 6504 6504 6378 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160048711 881729536 21402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6527] ppid=6504 vsize=861064 CPUtime=0
/proc/6524/task/6527/stat : 6527 (java) S 6504 6504 6378 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160048711 881729536 21402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6528] ppid=6504 vsize=861064 CPUtime=0
/proc/6524/task/6528/stat : 6528 (java) S 6504 6504 6378 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160048715 881729536 21402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6529] ppid=6504 vsize=861064 CPUtime=0.12
/proc/6524/task/6529/stat : 6529 (java) S 6504 6504 6378 0 -1 64 891 0 0 0 12 0 0 0 16 0 8 0 160048715 881729536 21402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6530] ppid=6504 vsize=861064 CPUtime=0
/proc/6524/task/6530/stat : 6530 (java) S 6504 6504 6378 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 160048715 881729536 21402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6531] ppid=6504 vsize=861064 CPUtime=0
/proc/6524/task/6531/stat : 6531 (java) S 6504 6504 6378 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160048715 881729536 21402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 908628

[startup+2.98602 s]
/proc/loadavg: 0.92 0.98 1.09 3/92 6531
/proc/meminfo: memFree=1703024/2055920 swapFree=4192812/4192956
[pid=6504] ppid=6502 vsize=47564 CPUtime=0.01
/proc/6504/stat : 6504 (galac.sh) S 6502 6504 6378 0 -1 4194304 755 1704 6 0 0 0 0 1 18 0 1 0 160048683 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6504/statm: 11891 363 245 79 0 218 0
[pid=6524] ppid=6504 vsize=861064 CPUtime=2.71
/proc/6524/stat : 6524 (java) R 6504 6504 6378 0 -1 0 25892 0 7 0 258 13 0 0 25 0 8 0 160048706 881729536 25645 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6524/statm: 215266 25645 1964 14 0 201471 0
[pid=6524/tid=6525] ppid=6504 vsize=861064 CPUtime=0.21
/proc/6524/task/6525/stat : 6525 (java) R 6504 6504 6378 0 -1 64 10133 0 0 0 18 3 0 0 16 0 8 0 160048710 881729536 25645 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155528723 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6526] ppid=6504 vsize=861064 CPUtime=0
/proc/6524/task/6526/stat : 6526 (java) S 6504 6504 6378 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160048711 881729536 25645 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6527] ppid=6504 vsize=861064 CPUtime=0
/proc/6524/task/6527/stat : 6527 (java) S 6504 6504 6378 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160048711 881729536 25645 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6528] ppid=6504 vsize=861064 CPUtime=0
/proc/6524/task/6528/stat : 6528 (java) S 6504 6504 6378 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160048715 881729536 25645 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6529] ppid=6504 vsize=861064 CPUtime=0.15
/proc/6524/task/6529/stat : 6529 (java) S 6504 6504 6378 0 -1 64 901 0 0 0 14 1 0 0 16 0 8 0 160048715 881729536 25645 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6530] ppid=6504 vsize=861064 CPUtime=0
/proc/6524/task/6530/stat : 6530 (java) S 6504 6504 6378 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 160048715 881729536 25645 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6531] ppid=6504 vsize=861064 CPUtime=0
/proc/6524/task/6531/stat : 6531 (java) S 6504 6504 6378 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160048715 881729536 25645 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 908628

[startup+6.28744 s]
/proc/loadavg: 1.25 1.05 1.11 3/93 6532
/proc/meminfo: memFree=1644520/2055920 swapFree=4192812/4192956
[pid=6504] ppid=6502 vsize=47564 CPUtime=0.01
/proc/6504/stat : 6504 (galac.sh) S 6502 6504 6378 0 -1 4194304 755 1704 6 0 0 0 0 1 18 0 1 0 160048683 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6504/statm: 11891 363 245 79 0 218 0
[pid=6524] ppid=6504 vsize=861064 CPUtime=5.84
/proc/6524/stat : 6524 (java) R 6504 6504 6378 0 -1 0 36163 0 7 0 565 19 0 0 25 0 8 0 160048706 881729536 35913 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073891101 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6524/statm: 215266 35913 1972 14 0 201471 0
[pid=6524/tid=6525] ppid=6504 vsize=861064 CPUtime=0.71
/proc/6524/task/6525/stat : 6525 (java) S 6504 6504 6378 0 -1 64 20344 0 0 0 62 9 0 0 20 0 8 0 160048710 881729536 35913 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6526] ppid=6504 vsize=861064 CPUtime=0
/proc/6524/task/6526/stat : 6526 (java) S 6504 6504 6378 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160048711 881729536 35913 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6527] ppid=6504 vsize=861064 CPUtime=0
/proc/6524/task/6527/stat : 6527 (java) S 6504 6504 6378 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160048711 881729536 35913 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6528] ppid=6504 vsize=861064 CPUtime=0
/proc/6524/task/6528/stat : 6528 (java) S 6504 6504 6378 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160048715 881729536 35913 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6529] ppid=6504 vsize=861064 CPUtime=0.2
/proc/6524/task/6529/stat : 6529 (java) S 6504 6504 6378 0 -1 64 936 0 0 0 19 1 0 0 15 0 8 0 160048715 881729536 35913 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6530] ppid=6504 vsize=861064 CPUtime=0
/proc/6524/task/6530/stat : 6530 (java) S 6504 6504 6378 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 160048715 881729536 35913 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6531] ppid=6504 vsize=861064 CPUtime=0
/proc/6524/task/6531/stat : 6531 (java) S 6504 6504 6378 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160048715 881729536 35913 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 908628

[startup+12.7833 s]
/proc/loadavg: 1.31 1.07 1.11 3/93 6532
/proc/meminfo: memFree=1530088/2055920 swapFree=4192812/4192956
[pid=6504] ppid=6502 vsize=47564 CPUtime=0.01
/proc/6504/stat : 6504 (galac.sh) S 6502 6504 6378 0 -1 4194304 755 1704 6 0 0 0 0 1 18 0 1 0 160048683 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6504/statm: 11891 363 245 79 0 218 0
[pid=6524] ppid=6504 vsize=861064 CPUtime=12.3
/proc/6524/stat : 6524 (java) R 6504 6504 6378 0 -1 0 54626 0 7 0 1200 30 0 0 25 0 8 0 160048706 881729536 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074045611 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6524/statm: 215266 54371 1993 14 0 201471 0
[pid=6524/tid=6525] ppid=6504 vsize=861064 CPUtime=1.55
/proc/6524/task/6525/stat : 6525 (java) S 6504 6504 6378 0 -1 64 38726 0 0 0 137 18 0 0 16 0 8 0 160048710 881729536 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6526] ppid=6504 vsize=861064 CPUtime=0
/proc/6524/task/6526/stat : 6526 (java) S 6504 6504 6378 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 160048711 881729536 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6527] ppid=6504 vsize=861064 CPUtime=0
/proc/6524/task/6527/stat : 6527 (java) S 6504 6504 6378 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160048711 881729536 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6528] ppid=6504 vsize=861064 CPUtime=0
/proc/6524/task/6528/stat : 6528 (java) S 6504 6504 6378 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160048715 881729536 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6529] ppid=6504 vsize=861064 CPUtime=0.27
/proc/6524/task/6529/stat : 6529 (java) S 6504 6504 6378 0 -1 64 971 0 0 0 25 2 0 0 15 0 8 0 160048715 881729536 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6530] ppid=6504 vsize=861064 CPUtime=0
/proc/6524/task/6530/stat : 6530 (java) S 6504 6504 6378 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 160048715 881729536 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6531] ppid=6504 vsize=861064 CPUtime=0
/proc/6524/task/6531/stat : 6531 (java) S 6504 6504 6378 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160048715 881729536 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 908628

[startup+25.6469 s]
/proc/loadavg: 1.46 1.11 1.13 3/93 6532
/proc/meminfo: memFree=1523944/2055920 swapFree=4192812/4192956
[pid=6504] ppid=6502 vsize=47564 CPUtime=0.01
/proc/6504/stat : 6504 (galac.sh) S 6502 6504 6378 0 -1 4194304 755 1704 6 0 0 0 0 1 18 0 1 0 160048683 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6504/statm: 11891 363 245 79 0 218 0
[pid=6524] ppid=6504 vsize=861064 CPUtime=25.1
/proc/6524/stat : 6524 (java) R 6504 6504 6378 0 -1 0 54647 0 7 0 2476 34 0 0 25 0 8 0 160048706 881729536 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073968211 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6524/statm: 215266 54371 1993 14 0 201471 0
[pid=6524/tid=6525] ppid=6504 vsize=861064 CPUtime=1.57
/proc/6524/task/6525/stat : 6525 (java) S 6504 6504 6378 0 -1 64 38726 0 0 0 139 18 0 0 16 0 8 0 160048710 881729536 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6526] ppid=6504 vsize=861064 CPUtime=0
/proc/6524/task/6526/stat : 6526 (java) S 6504 6504 6378 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 160048711 881729536 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6527] ppid=6504 vsize=861064 CPUtime=0
/proc/6524/task/6527/stat : 6527 (java) S 6504 6504 6378 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160048711 881729536 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6528] ppid=6504 vsize=861064 CPUtime=0
/proc/6524/task/6528/stat : 6528 (java) S 6504 6504 6378 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160048715 881729536 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6529] ppid=6504 vsize=861064 CPUtime=0.27
/proc/6524/task/6529/stat : 6529 (java) S 6504 6504 6378 0 -1 64 971 0 0 0 25 2 0 0 15 0 8 0 160048715 881729536 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6530] ppid=6504 vsize=861064 CPUtime=0
/proc/6524/task/6530/stat : 6530 (java) S 6504 6504 6378 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 160048715 881729536 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6524/tid=6531] ppid=6504 vsize=861064 CPUtime=0
/proc/6524/task/6531/stat : 6531 (java) S 6504 6504 6378 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160048715 881729536 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 908628

[startup+51.2743 s]
/proc/loadavg: 1.64 1.18 1.15 3/86 6533
/proc/meminfo: memFree=1667616/2055920 swapFree=4192812/4192956
[pid=6504] ppid=6502 vsize=47564 CPUtime=41.57
/proc/6504/stat : 6504 (galac.sh) S 6502 6504 6378 0 -1 4194304 793 56386 6 7 0 0 4114 43 17 0 1 0 160048683 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6504/statm: 11891 363 245 79 0 218 0
[pid=6533] ppid=6504 vsize=59964 CPUtime=9.02
/proc/6533/stat : 6533 (minisat) R 6504 6504 6378 0 -1 4194304 14281 0 0 0 894 8 0 0 25 0 1 0 160052903 61403136 14263 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/6533/statm: 14991 14263 54 142 0 14847 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 107528

[startup+102.521 s]
/proc/loadavg: 1.84 1.30 1.19 3/86 6533
/proc/meminfo: memFree=1615456/2055920 swapFree=4192812/4192956
[pid=6504] ppid=6502 vsize=47564 CPUtime=41.57
/proc/6504/stat : 6504 (galac.sh) S 6502 6504 6378 0 -1 4194304 793 56386 6 7 0 0 4114 43 17 0 1 0 160048683 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6504/statm: 11891 363 245 79 0 218 0
[pid=6533] ppid=6504 vsize=64716 CPUtime=59.89
/proc/6533/stat : 6533 (minisat) R 6504 6504 6378 0 -1 4194304 15487 0 0 0 5979 10 0 0 25 0 1 0 160052903 66269184 15469 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/6533/statm: 16179 15469 54 142 0 16035 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 112280

[startup+162.595 s]
/proc/loadavg: 1.94 1.43 1.24 4/86 6533
/proc/meminfo: memFree=1588384/2055920 swapFree=4192812/4192956
[pid=6504] ppid=6502 vsize=47564 CPUtime=41.57
/proc/6504/stat : 6504 (galac.sh) S 6502 6504 6378 0 -1 4194304 793 56386 6 7 0 0 4114 43 17 0 1 0 160048683 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6504/statm: 11891 363 245 79 0 218 0
[pid=6533] ppid=6504 vsize=80288 CPUtime=119.69
/proc/6533/stat : 6533 (minisat) R 6504 6504 6378 0 -1 4194304 19390 0 0 0 11953 16 0 0 25 0 1 0 160052903 82214912 19372 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 1 0 0
/proc/6533/statm: 20072 19372 54 142 0 19928 0
Current children cumulated CPU time (s) 161.26
Current children cumulated vsize (KiB) 127852


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

/proc/loadavg: 2.01 1.99 1.72 3/86 6731
/proc/meminfo: memFree=1264608/2055920 swapFree=4192812/4192956
[pid=6504] ppid=6502 vsize=47564 CPUtime=41.57
/proc/6504/stat : 6504 (galac.sh) S 6502 6504 6378 0 -1 4194304 793 56386 6 7 0 0 4114 43 17 0 1 0 160048683 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6504/statm: 11891 363 245 79 0 218 0
[pid=6533] ppid=6504 vsize=185020 CPUtime=1075.82
/proc/6533/stat : 6533 (minisat) R 6504 6504 6378 0 -1 4194304 45573 0 0 0 107525 57 0 0 25 0 1 0 160052903 189460480 45555 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/6533/statm: 46255 45555 54 142 0 46111 0
Current children cumulated CPU time (s) 1117.39
Current children cumulated vsize (KiB) 232584

[startup+1183.95 s]
/proc/loadavg: 2.00 1.99 1.73 3/86 6731
/proc/meminfo: memFree=1262240/2055920 swapFree=4192812/4192956
[pid=6504] ppid=6502 vsize=47564 CPUtime=41.57
/proc/6504/stat : 6504 (galac.sh) S 6502 6504 6378 0 -1 4194304 793 56386 6 7 0 0 4114 43 17 0 1 0 160048683 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6504/statm: 11891 363 245 79 0 218 0
[pid=6533] ppid=6504 vsize=187396 CPUtime=1135.58
/proc/6533/stat : 6533 (minisat) R 6504 6504 6378 0 -1 4194304 46178 0 0 0 113501 57 0 0 25 0 1 0 160052903 191893504 46160 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/6533/statm: 46849 46160 54 142 0 46705 0
Current children cumulated CPU time (s) 1177.15
Current children cumulated vsize (KiB) 234960

[startup+1244.03 s]
/proc/loadavg: 2.00 1.99 1.75 3/86 6731
/proc/meminfo: memFree=1259872/2055920 swapFree=4192812/4192956
[pid=6504] ppid=6502 vsize=47564 CPUtime=41.57
/proc/6504/stat : 6504 (galac.sh) S 6502 6504 6378 0 -1 4194304 793 56386 6 7 0 0 4114 43 17 0 1 0 160048683 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6504/statm: 11891 363 245 79 0 218 0
[pid=6533] ppid=6504 vsize=189772 CPUtime=1195.35
/proc/6533/stat : 6533 (minisat) R 6504 6504 6378 0 -1 4194304 46745 0 0 0 119477 58 0 0 25 0 1 0 160052903 194326528 46727 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/6533/statm: 47443 46727 54 142 0 47299 0
Current children cumulated CPU time (s) 1236.92
Current children cumulated vsize (KiB) 237336

[startup+1304.11 s]
/proc/loadavg: 2.00 1.99 1.76 3/86 6731
/proc/meminfo: memFree=1228768/2055920 swapFree=4192812/4192956
[pid=6504] ppid=6502 vsize=47564 CPUtime=41.57
/proc/6504/stat : 6504 (galac.sh) S 6502 6504 6378 0 -1 4194304 793 56386 6 7 0 0 4114 43 17 0 1 0 160048683 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6504/statm: 11891 363 245 79 0 218 0
[pid=6533] ppid=6504 vsize=192544 CPUtime=1255.01
/proc/6533/stat : 6533 (minisat) R 6504 6504 6378 0 -1 4194304 47451 0 0 0 125442 59 0 0 25 0 1 0 160052903 197165056 47433 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134527315 0 0 4096 3 0 0 0 17 0 0 0
/proc/6533/statm: 48136 47433 54 142 0 47992 0
Current children cumulated CPU time (s) 1296.58
Current children cumulated vsize (KiB) 240108

[startup+1364.19 s]
/proc/loadavg: 2.00 1.99 1.77 3/86 6731
/proc/meminfo: memFree=1225760/2055920 swapFree=4192812/4192956
[pid=6504] ppid=6502 vsize=47564 CPUtime=41.57
/proc/6504/stat : 6504 (galac.sh) S 6502 6504 6378 0 -1 4194304 793 56386 6 7 0 0 4114 43 17 0 1 0 160048683 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6504/statm: 11891 363 245 79 0 218 0
[pid=6533] ppid=6504 vsize=195448 CPUtime=1314.77
/proc/6533/stat : 6533 (minisat) R 6504 6504 6378 0 -1 4194304 48202 0 0 0 131417 60 0 0 25 0 1 0 160052903 200138752 48184 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520074 0 0 4096 3 0 0 0 17 0 0 0
/proc/6533/statm: 48862 48184 54 142 0 48718 0
Current children cumulated CPU time (s) 1356.34
Current children cumulated vsize (KiB) 243012

[startup+1424.26 s]
/proc/loadavg: 2.00 1.99 1.78 3/86 6731
/proc/meminfo: memFree=1222816/2055920 swapFree=4192812/4192956
[pid=6504] ppid=6502 vsize=47564 CPUtime=41.57
/proc/6504/stat : 6504 (galac.sh) S 6502 6504 6378 0 -1 4194304 793 56386 6 7 0 0 4114 43 17 0 1 0 160048683 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6504/statm: 11891 363 245 79 0 218 0
[pid=6533] ppid=6504 vsize=198352 CPUtime=1374.54
/proc/6533/stat : 6533 (minisat) R 6504 6504 6378 0 -1 4194304 48932 0 0 0 137393 61 0 0 25 0 1 0 160052903 203112448 48914 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/6533/statm: 49588 48914 54 142 0 49444 0
Current children cumulated CPU time (s) 1416.11
Current children cumulated vsize (KiB) 245916

[startup+1484.34 s]
/proc/loadavg: 2.00 1.99 1.79 3/86 6731
/proc/meminfo: memFree=1220000/2055920 swapFree=4192812/4192956
[pid=6504] ppid=6502 vsize=47564 CPUtime=41.57
/proc/6504/stat : 6504 (galac.sh) S 6502 6504 6378 0 -1 4194304 793 56386 6 7 0 0 4114 43 17 0 1 0 160048683 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6504/statm: 11891 363 245 79 0 218 0
[pid=6533] ppid=6504 vsize=201156 CPUtime=1434.26
/proc/6533/stat : 6533 (minisat) R 6504 6504 6378 0 -1 4194304 49629 0 0 0 143364 62 0 0 25 0 1 0 160052903 205983744 49611 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/6533/statm: 50289 49611 54 142 0 50145 0
Current children cumulated CPU time (s) 1475.83
Current children cumulated vsize (KiB) 248720

[startup+1544.42 s]
/proc/loadavg: 2.00 1.99 1.80 3/86 6731
/proc/meminfo: memFree=1189344/2055920 swapFree=4192812/4192956
[pid=6504] ppid=6502 vsize=47564 CPUtime=41.57
/proc/6504/stat : 6504 (galac.sh) S 6502 6504 6378 0 -1 4194304 793 56386 6 7 0 0 4114 43 17 0 1 0 160048683 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6504/statm: 11891 363 245 79 0 218 0
[pid=6533] ppid=6504 vsize=203464 CPUtime=1493.95
/proc/6533/stat : 6533 (minisat) R 6504 6504 6378 0 -1 4194304 50198 0 0 0 149332 63 0 0 25 0 1 0 160052903 208347136 50180 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/6533/statm: 50866 50180 54 142 0 50722 0
Current children cumulated CPU time (s) 1535.52
Current children cumulated vsize (KiB) 251028

[startup+1604.5 s]
/proc/loadavg: 2.00 1.99 1.82 3/86 6731
/proc/meminfo: memFree=1187040/2055920 swapFree=4192812/4192956
[pid=6504] ppid=6502 vsize=47564 CPUtime=41.57
/proc/6504/stat : 6504 (galac.sh) S 6502 6504 6378 0 -1 4194304 793 56386 6 7 0 0 4114 43 17 0 1 0 160048683 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6504/statm: 11891 363 245 79 0 218 0
[pid=6533] ppid=6504 vsize=205744 CPUtime=1553.71
/proc/6533/stat : 6533 (minisat) R 6504 6504 6378 0 -1 4194304 50771 0 0 0 155307 64 0 0 25 0 1 0 160052903 210681856 50753 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/6533/statm: 51436 50753 54 142 0 51292 0
Current children cumulated CPU time (s) 1595.28
Current children cumulated vsize (KiB) 253308

[startup+1664.58 s]
/proc/loadavg: 2.03 2.00 1.83 3/86 6731
/proc/meminfo: memFree=1184608/2055920 swapFree=4192812/4192956
[pid=6504] ppid=6502 vsize=47564 CPUtime=41.57
/proc/6504/stat : 6504 (galac.sh) S 6502 6504 6378 0 -1 4194304 793 56386 6 7 0 0 4114 43 17 0 1 0 160048683 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6504/statm: 11891 363 245 79 0 218 0
[pid=6533] ppid=6504 vsize=208532 CPUtime=1613.44
/proc/6533/stat : 6533 (minisat) R 6504 6504 6378 0 -1 4194304 51370 0 0 0 161280 64 0 0 25 0 1 0 160052903 213536768 51352 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/6533/statm: 52133 51352 54 142 0 51989 0
Current children cumulated CPU time (s) 1655.01
Current children cumulated vsize (KiB) 256096

[startup+1724.66 s]
/proc/loadavg: 2.01 2.00 1.83 3/86 6731
/proc/meminfo: memFree=1153952/2055920 swapFree=4192812/4192956
[pid=6504] ppid=6502 vsize=47564 CPUtime=41.57
/proc/6504/stat : 6504 (galac.sh) S 6502 6504 6378 0 -1 4194304 793 56386 6 7 0 0 4114 43 17 0 1 0 160048683 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6504/statm: 11891 363 245 79 0 218 0
[pid=6533] ppid=6504 vsize=210828 CPUtime=1673.2
/proc/6533/stat : 6533 (minisat) R 6504 6504 6378 0 -1 4194304 51932 0 0 0 167254 66 0 0 25 0 1 0 160052903 215887872 51914 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/6533/statm: 52707 51914 54 142 0 52563 0
Current children cumulated CPU time (s) 1714.77
Current children cumulated vsize (KiB) 258392

[startup+1784.74 s]
/proc/loadavg: 2.00 2.00 1.84 3/86 6731
/proc/meminfo: memFree=1151712/2055920 swapFree=4192812/4192956
[pid=6504] ppid=6502 vsize=47564 CPUtime=41.57
/proc/6504/stat : 6504 (galac.sh) S 6502 6504 6378 0 -1 4194304 793 56386 6 7 0 0 4114 43 17 0 1 0 160048683 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6504/statm: 11891 363 245 79 0 218 0
[pid=6533] ppid=6504 vsize=213080 CPUtime=1732.96
/proc/6533/stat : 6533 (minisat) R 6504 6504 6378 0 -1 4194304 52503 0 0 0 173230 66 0 0 25 0 1 0 160052903 218193920 52485 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/6533/statm: 53270 52485 54 142 0 53126 0
Current children cumulated CPU time (s) 1774.53
Current children cumulated vsize (KiB) 260644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.41 s]
/proc/loadavg: 2.00 2.00 1.84 2/69 6745
/proc/meminfo: memFree=1649128/2055920 swapFree=4192812/4192956
[pid=6504] ppid=6502 vsize=47564 CPUtime=41.57
/proc/6504/stat : 6504 (galac.sh) S 6502 6504 6378 0 -1 4194304 793 56386 6 7 0 0 4114 43 17 0 1 0 160048683 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6504/statm: 11891 363 245 79 0 218 0
[pid=6533] ppid=6504 vsize=214404 CPUtime=1758.49
/proc/6533/stat : 6533 (minisat) R 6504 6504 6378 0 -1 4194304 52811 0 0 0 175782 67 0 0 25 0 1 0 160052903 219549696 52793 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529608 0 0 4096 3 0 0 0 17 0 0 0
/proc/6533/statm: 53601 52793 54 142 0 53457 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 261968

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 6504 and gives childrusage.ru_utime.tv_sec=41 childrusage.ru_utime.tv_usec=154743 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=443932
CPU time returned by wait4() is 41.5987
while last known CPU time is 1800.06

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

Real time (s): 1810.42
CPU time (s): 1800.06
CPU user time (s): 1798.96
CPU system time (s): 1.1
CPU usage (%): 99.4278
Max. virtual memory (cumulated for all children) (KiB): 908628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.1547
system time used= 0.443932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57179
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2388
involuntary context switches= 3583

runsolver used 2.55761 s user time and 5.46017 s system time

The end

Launcher Data (download as text)

Begin job on node40 on Sat Jan  6 20:48:13 UTC 2007


IDJOB= 195926
IDBENCH= 3312
FILE ID= node40/195926-1168116493

PBS_JOBID= 3477433

Free space on /tmp= 66536 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  d3ce6bd5a83c5df86f3f945031a07203

RANDOM SEED= 990131321

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.239
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.239
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:       1878952 kB
Buffers:         33896 kB
Cached:          63956 kB
SwapCached:          0 kB
Active:          62544 kB
Inactive:        56496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1878952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11224 kB
Writeback:           0 kB
Mapped:          34024 kB
Slab:            43484 kB
Committed_AS:  3126360 kB
PageTables:       1748 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= 66525 MiB



End job on node40 on Sat Jan  6 21:18:24 UTC 2007