Trace number 196342

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 1815.44

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-1_ext.xml
MD5SUM17207bfcec773603abc62d291867b00b
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 benchmark721.63
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
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.02	c start processing
3.02	c start relation processing
9.38	c start cnf exporting
40.92	c parsing time : 2.851
40.92	c preprocessing time : 40.76
40.92	
40.92	c Nary constraints - conflicts : 0 supports : 74
40.92	c Binary constraints - conflicts : 0 supports :0
40.92	c max arity constraint : 3
40.92	c Max Tuples generated 0
40.92	c relations : 74
40.92	c relations BDD: 74
40.92	c vars : 290166 - clauses :  916999
40.92	
40.98	 
40.98	c --- Minisat Stats ---
40.98	 

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/node42/watcher-196342-1168122437 -o ROOT/results/node42/solver-196342-1168122437 -C 1800 -M 900 /tmp/evaluation/196342-1168122437/galac.sh /tmp/evaluation/196342-1168122437/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.01 2.03 1.95 5/81 3886
/proc/meminfo: memFree=1810584/2055920 swapFree=4191892/4192956
[pid=3885] ppid=3883 vsize=8560 CPUtime=0
/proc/3885/stat : 3885 (galac.sh) R 3883 3885 3384 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 160642918 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259415328655 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3885/statm: 2140 253 197 79 0 133 0

[startup+0.105056 s]
/proc/loadavg: 2.01 2.03 1.95 5/81 3886
/proc/meminfo: memFree=1810584/2055920 swapFree=4191892/4192956
[pid=3885] ppid=3883 vsize=47564 CPUtime=0.01
/proc/3885/stat : 3885 (galac.sh) S 3883 3885 3384 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 160642918 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3885/statm: 11891 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.513097 s]
/proc/loadavg: 2.01 2.03 1.95 5/81 3886
/proc/meminfo: memFree=1810584/2055920 swapFree=4191892/4192956
[pid=3885] ppid=3883 vsize=47564 CPUtime=0.01
/proc/3885/stat : 3885 (galac.sh) S 3883 3885 3384 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 160642918 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3885/statm: 11891 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.33619 s]
/proc/loadavg: 2.01 2.03 1.95 3/89 3906
/proc/meminfo: memFree=1732240/2055920 swapFree=4191892/4192956
[pid=3885] ppid=3883 vsize=47564 CPUtime=0.01
/proc/3885/stat : 3885 (galac.sh) S 3883 3885 3384 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 160642918 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3885/statm: 11891 363 245 79 0 218 0
[pid=3899] ppid=3885 vsize=861064 CPUtime=1.27
/proc/3899/stat : 3899 (java) R 3885 3885 3384 0 -1 0 21574 0 1 0 116 11 0 0 22 0 8 0 160642922 881729536 21326 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3899/statm: 215266 21326 1965 14 0 201471 0
[pid=3899/tid=3900] ppid=3885 vsize=861064 CPUtime=0.06
/proc/3899/task/3900/stat : 3900 (java) R 3885 3885 3384 0 -1 64 5821 0 0 0 4 2 0 0 16 0 8 0 160642926 881729536 21326 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153823124 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3901] ppid=3885 vsize=861064 CPUtime=0
/proc/3899/task/3901/stat : 3901 (java) S 3885 3885 3384 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 160642926 881729536 21326 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3902] ppid=3885 vsize=861064 CPUtime=0
/proc/3899/task/3902/stat : 3902 (java) S 3885 3885 3384 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160642926 881729536 21326 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3903] ppid=3885 vsize=861064 CPUtime=0
/proc/3899/task/3903/stat : 3903 (java) S 3885 3885 3384 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160642930 881729536 21326 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3904] ppid=3885 vsize=861064 CPUtime=0.12
/proc/3899/task/3904/stat : 3904 (java) S 3885 3885 3384 0 -1 64 893 0 0 0 12 0 0 0 16 0 8 0 160642930 881729536 21326 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3905] ppid=3885 vsize=861064 CPUtime=0
/proc/3899/task/3905/stat : 3905 (java) S 3885 3885 3384 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160642930 881729536 21326 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3906] ppid=3885 vsize=861064 CPUtime=0
/proc/3899/task/3906/stat : 3906 (java) S 3885 3885 3384 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160642930 881729536 21326 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908628

[startup+2.98937 s]
/proc/loadavg: 2.01 2.03 1.95 3/89 3906
/proc/meminfo: memFree=1722256/2055920 swapFree=4191892/4192956
[pid=3885] ppid=3883 vsize=47564 CPUtime=0.01
/proc/3885/stat : 3885 (galac.sh) S 3883 3885 3384 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 160642918 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3885/statm: 11891 363 245 79 0 218 0
[pid=3899] ppid=3885 vsize=861064 CPUtime=2.9
/proc/3899/stat : 3899 (java) R 3885 3885 3384 0 -1 0 25881 0 1 0 277 13 0 0 25 0 8 0 160642922 881729536 25628 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3899/statm: 215266 25628 1966 14 0 201471 0
[pid=3899/tid=3900] ppid=3885 vsize=861064 CPUtime=0.22
/proc/3899/task/3900/stat : 3900 (java) S 3885 3885 3384 0 -1 64 10109 0 0 0 18 4 0 0 16 0 8 0 160642926 881729536 25628 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3901] ppid=3885 vsize=861064 CPUtime=0
/proc/3899/task/3901/stat : 3901 (java) S 3885 3885 3384 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 160642926 881729536 25628 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3902] ppid=3885 vsize=861064 CPUtime=0
/proc/3899/task/3902/stat : 3902 (java) S 3885 3885 3384 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160642926 881729536 25628 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3903] ppid=3885 vsize=861064 CPUtime=0
/proc/3899/task/3903/stat : 3903 (java) S 3885 3885 3384 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160642930 881729536 25628 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3904] ppid=3885 vsize=861064 CPUtime=0.16
/proc/3899/task/3904/stat : 3904 (java) R 3885 3885 3384 0 -1 64 904 0 0 0 15 1 0 0 16 0 8 0 160642930 881729536 25628 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153623428 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3905] ppid=3885 vsize=861064 CPUtime=0
/proc/3899/task/3905/stat : 3905 (java) S 3885 3885 3384 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160642930 881729536 25628 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3906] ppid=3885 vsize=861064 CPUtime=0
/proc/3899/task/3906/stat : 3906 (java) S 3885 3885 3384 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160642930 881729536 25628 18446744073709551615 134512640 134570532 4294956112 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) 908628

[startup+6.28674 s]
/proc/loadavg: 2.01 2.03 1.95 3/89 3906
/proc/meminfo: memFree=1706192/2055920 swapFree=4191892/4192956
[pid=3885] ppid=3883 vsize=47564 CPUtime=0.01
/proc/3885/stat : 3885 (galac.sh) S 3883 3885 3384 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 160642918 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3885/statm: 11891 363 245 79 0 218 0
[pid=3899] ppid=3885 vsize=861064 CPUtime=6.18
/proc/3899/stat : 3899 (java) R 3885 3885 3384 0 -1 0 38009 0 1 0 598 20 0 0 25 0 8 0 160642922 881729536 37754 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073874743 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3899/statm: 215266 37754 1973 14 0 201471 0
[pid=3899/tid=3900] ppid=3885 vsize=861064 CPUtime=0.77
/proc/3899/task/3900/stat : 3900 (java) S 3885 3885 3384 0 -1 64 22187 0 0 0 68 9 0 0 21 0 8 0 160642926 881729536 37754 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3901] ppid=3885 vsize=861064 CPUtime=0
/proc/3899/task/3901/stat : 3901 (java) S 3885 3885 3384 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 160642926 881729536 37754 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3902] ppid=3885 vsize=861064 CPUtime=0
/proc/3899/task/3902/stat : 3902 (java) S 3885 3885 3384 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160642926 881729536 37754 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3903] ppid=3885 vsize=861064 CPUtime=0
/proc/3899/task/3903/stat : 3903 (java) S 3885 3885 3384 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160642930 881729536 37754 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3904] ppid=3885 vsize=861064 CPUtime=0.21
/proc/3899/task/3904/stat : 3904 (java) S 3885 3885 3384 0 -1 64 934 0 0 0 20 1 0 0 15 0 8 0 160642930 881729536 37754 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3905] ppid=3885 vsize=861064 CPUtime=0
/proc/3899/task/3905/stat : 3905 (java) S 3885 3885 3384 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160642930 881729536 37754 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3906] ppid=3885 vsize=861064 CPUtime=0
/proc/3899/task/3906/stat : 3906 (java) S 3885 3885 3384 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160642930 881729536 37754 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 908628

[startup+12.7835 s]
/proc/loadavg: 2.01 2.03 1.95 3/89 3906
/proc/meminfo: memFree=1601376/2055920 swapFree=4191892/4192956
[pid=3885] ppid=3883 vsize=47564 CPUtime=0.01
/proc/3885/stat : 3885 (galac.sh) S 3883 3885 3384 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 160642918 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3885/statm: 11891 363 245 79 0 218 0
[pid=3899] ppid=3885 vsize=861064 CPUtime=12.61
/proc/3899/stat : 3899 (java) R 3885 3885 3384 0 -1 0 53958 0 1 0 1234 27 0 0 25 0 8 0 160642922 881729536 53696 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4154989054 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3899/statm: 215266 53696 1994 14 0 201471 0
[pid=3899/tid=3900] ppid=3885 vsize=861064 CPUtime=1.47
/proc/3899/task/3900/stat : 3900 (java) S 3885 3885 3384 0 -1 64 38053 0 0 0 131 16 0 0 16 0 8 0 160642926 881729536 53696 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3901] ppid=3885 vsize=861064 CPUtime=0
/proc/3899/task/3901/stat : 3901 (java) S 3885 3885 3384 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 160642926 881729536 53696 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3902] ppid=3885 vsize=861064 CPUtime=0
/proc/3899/task/3902/stat : 3902 (java) S 3885 3885 3384 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160642926 881729536 53696 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3903] ppid=3885 vsize=861064 CPUtime=0
/proc/3899/task/3903/stat : 3903 (java) S 3885 3885 3384 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160642930 881729536 53696 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3904] ppid=3885 vsize=861064 CPUtime=0.28
/proc/3899/task/3904/stat : 3904 (java) S 3885 3885 3384 0 -1 64 970 0 0 0 26 2 0 0 15 0 8 0 160642930 881729536 53696 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3905] ppid=3885 vsize=861064 CPUtime=0
/proc/3899/task/3905/stat : 3905 (java) S 3885 3885 3384 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160642930 881729536 53696 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3906] ppid=3885 vsize=861064 CPUtime=0
/proc/3899/task/3906/stat : 3906 (java) S 3885 3885 3384 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160642930 881729536 53696 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 908628

[startup+25.6419 s]
/proc/loadavg: 2.01 2.03 1.95 3/89 3906
/proc/meminfo: memFree=1594976/2055920 swapFree=4191892/4192956
[pid=3885] ppid=3883 vsize=47564 CPUtime=0.01
/proc/3885/stat : 3885 (galac.sh) S 3883 3885 3384 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 160642918 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3885/statm: 11891 363 245 79 0 218 0
[pid=3899] ppid=3885 vsize=861064 CPUtime=25.35
/proc/3899/stat : 3899 (java) R 3885 3885 3384 0 -1 0 53979 0 1 0 2504 31 0 0 25 0 8 0 160642922 881729536 53696 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074021275 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3899/statm: 215266 53696 1994 14 0 201471 0
[pid=3899/tid=3900] ppid=3885 vsize=861064 CPUtime=1.49
/proc/3899/task/3900/stat : 3900 (java) S 3885 3885 3384 0 -1 64 38053 0 0 0 133 16 0 0 16 0 8 0 160642926 881729536 53696 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3901] ppid=3885 vsize=861064 CPUtime=0
/proc/3899/task/3901/stat : 3901 (java) S 3885 3885 3384 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 160642926 881729536 53696 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3902] ppid=3885 vsize=861064 CPUtime=0
/proc/3899/task/3902/stat : 3902 (java) S 3885 3885 3384 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160642926 881729536 53696 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3903] ppid=3885 vsize=861064 CPUtime=0
/proc/3899/task/3903/stat : 3903 (java) S 3885 3885 3384 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160642930 881729536 53696 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3904] ppid=3885 vsize=861064 CPUtime=0.28
/proc/3899/task/3904/stat : 3904 (java) S 3885 3885 3384 0 -1 64 970 0 0 0 26 2 0 0 15 0 8 0 160642930 881729536 53696 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3905] ppid=3885 vsize=861064 CPUtime=0
/proc/3899/task/3905/stat : 3905 (java) S 3885 3885 3384 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160642930 881729536 53696 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3899/tid=3906] ppid=3885 vsize=861064 CPUtime=0
/proc/3899/task/3906/stat : 3906 (java) S 3885 3885 3384 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160642930 881729536 53696 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 908628

[startup+51.2797 s]
/proc/loadavg: 2.00 2.02 1.95 3/86 3962
/proc/meminfo: memFree=1636288/2055920 swapFree=4191892/4192956
[pid=3885] ppid=3883 vsize=47564 CPUtime=40.18
/proc/3885/stat : 3885 (galac.sh) S 3883 3885 3384 0 -1 4194304 799 55717 0 1 0 0 3976 42 17 0 1 0 160642918 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3885/statm: 11891 363 245 79 0 218 0
[pid=3962] ppid=3885 vsize=59152 CPUtime=10.18
/proc/3962/stat : 3962 (minisat) R 3885 3885 3384 0 -1 4194304 13991 0 0 0 1009 9 0 0 25 0 1 0 160647017 60571648 13973 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3962/statm: 14788 13973 54 142 0 14644 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 106716

[startup+102.554 s]
/proc/loadavg: 2.04 2.03 1.95 3/86 3962
/proc/meminfo: memFree=1584640/2055920 swapFree=4191892/4192956
[pid=3885] ppid=3883 vsize=47564 CPUtime=40.18
/proc/3885/stat : 3885 (galac.sh) S 3883 3885 3384 0 -1 4194304 799 55717 0 1 0 0 3976 42 17 0 1 0 160642918 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3885/statm: 11891 363 245 79 0 218 0
[pid=3962] ppid=3885 vsize=66072 CPUtime=61
/proc/3962/stat : 3962 (minisat) R 3885 3885 3384 0 -1 4194304 15749 0 0 0 6088 12 0 0 25 0 1 0 160647017 67657728 15731 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/3962/statm: 16518 15731 54 142 0 16374 0
Current children cumulated CPU time (s) 101.18
Current children cumulated vsize (KiB) 113636

[startup+162.588 s]
/proc/loadavg: 2.07 2.04 1.96 3/86 3962
/proc/meminfo: memFree=1568896/2055920 swapFree=4191892/4192956
[pid=3885] ppid=3883 vsize=47564 CPUtime=40.18
/proc/3885/stat : 3885 (galac.sh) S 3883 3885 3384 0 -1 4194304 799 55717 0 1 0 0 3976 42 17 0 1 0 160642918 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3885/statm: 11891 363 245 79 0 218 0
[pid=3962] ppid=3885 vsize=81792 CPUtime=120.99
/proc/3962/stat : 3962 (minisat) R 3885 3885 3384 0 -1 4194304 19686 0 0 0 12083 16 0 0 25 0 1 0 160647017 83755008 19668 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/3962/statm: 20448 19668 54 142 0 20304 0
Current children cumulated CPU time (s) 161.17
Current children cumulated vsize (KiB) 129356


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

/proc/loadavg: 2.00 2.00 1.97 3/86 3962
/proc/meminfo: memFree=1291072/2055920 swapFree=4191892/4192956
[pid=3885] ppid=3883 vsize=47564 CPUtime=40.18
/proc/3885/stat : 3885 (galac.sh) S 3883 3885 3384 0 -1 4194304 799 55717 0 1 0 0 3976 42 17 0 1 0 160642918 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3885/statm: 11891 363 245 79 0 218 0
[pid=3962] ppid=3885 vsize=153840 CPUtime=1074.12
/proc/3962/stat : 3962 (minisat) R 3885 3885 3384 0 -1 4194304 37672 0 0 0 107370 42 0 0 25 0 1 0 160647017 157532160 37654 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520039 0 0 4096 3 0 0 0 17 1 0 0
/proc/3962/statm: 38460 37654 54 142 0 38316 0
Current children cumulated CPU time (s) 1114.3
Current children cumulated vsize (KiB) 201404

[startup+1183.33 s]
/proc/loadavg: 2.00 2.00 1.97 4/86 3962
/proc/meminfo: memFree=1288320/2055920 swapFree=4191892/4192956
[pid=3885] ppid=3883 vsize=47564 CPUtime=40.18
/proc/3885/stat : 3885 (galac.sh) S 3883 3885 3384 0 -1 4194304 799 55717 0 1 0 0 3976 42 17 0 1 0 160642918 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3885/statm: 11891 363 245 79 0 218 0
[pid=3962] ppid=3885 vsize=156748 CPUtime=1133.58
/proc/3962/stat : 3962 (minisat) R 3885 3885 3384 0 -1 4194304 38352 0 0 0 113315 43 0 0 25 0 1 0 160647017 160509952 38334 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/3962/statm: 39187 38334 54 142 0 39043 0
Current children cumulated CPU time (s) 1173.76
Current children cumulated vsize (KiB) 204312

[startup+1243.39 s]
/proc/loadavg: 2.03 2.01 1.98 3/86 3962
/proc/meminfo: memFree=1255744/2055920 swapFree=4191892/4192956
[pid=3885] ppid=3883 vsize=47564 CPUtime=40.18
/proc/3885/stat : 3885 (galac.sh) S 3883 3885 3384 0 -1 4194304 799 55717 0 1 0 0 3976 42 17 0 1 0 160642918 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3885/statm: 11891 363 245 79 0 218 0
[pid=3962] ppid=3885 vsize=161252 CPUtime=1193.1
/proc/3962/stat : 3962 (minisat) R 3885 3885 3384 0 -1 4194304 39482 0 0 0 119265 45 0 0 25 0 1 0 160647017 165122048 39464 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3962/statm: 40313 39464 54 142 0 40169 0
Current children cumulated CPU time (s) 1233.28
Current children cumulated vsize (KiB) 208816

[startup+1303.46 s]
/proc/loadavg: 2.01 2.01 1.98 3/86 3962
/proc/meminfo: memFree=1247104/2055920 swapFree=4191892/4192956
[pid=3885] ppid=3883 vsize=47564 CPUtime=40.18
/proc/3885/stat : 3885 (galac.sh) S 3883 3885 3384 0 -1 4194304 799 55717 0 1 0 0 3976 42 17 0 1 0 160642918 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3885/statm: 11891 363 245 79 0 218 0
[pid=3962] ppid=3885 vsize=169776 CPUtime=1252.62
/proc/3962/stat : 3962 (minisat) R 3885 3885 3384 0 -1 4194304 41619 0 0 0 125214 48 0 0 25 0 1 0 160647017 173850624 41601 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3962/statm: 42444 41601 54 142 0 42300 0
Current children cumulated CPU time (s) 1292.8
Current children cumulated vsize (KiB) 217340

[startup+1363.53 s]
/proc/loadavg: 2.00 2.00 1.98 3/86 3962
/proc/meminfo: memFree=1241664/2055920 swapFree=4191892/4192956
[pid=3885] ppid=3883 vsize=47564 CPUtime=40.18
/proc/3885/stat : 3885 (galac.sh) S 3883 3885 3384 0 -1 4194304 799 55717 0 1 0 0 3976 42 17 0 1 0 160642918 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3885/statm: 11891 363 245 79 0 218 0
[pid=3962] ppid=3885 vsize=175224 CPUtime=1312.14
/proc/3962/stat : 3962 (minisat) R 3885 3885 3384 0 -1 4194304 42979 0 0 0 131164 50 0 0 25 0 1 0 160647017 179429376 42961 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3962/statm: 43806 42961 54 142 0 43662 0
Current children cumulated CPU time (s) 1352.32
Current children cumulated vsize (KiB) 222788

[startup+1423.53 s]
/proc/loadavg: 2.00 2.00 1.98 3/86 3962
/proc/meminfo: memFree=1234688/2055920 swapFree=4191892/4192956
[pid=3885] ppid=3883 vsize=47564 CPUtime=40.18
/proc/3885/stat : 3885 (galac.sh) S 3883 3885 3384 0 -1 4194304 799 55717 0 1 0 0 3976 42 17 0 1 0 160642918 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3885/statm: 11891 363 245 79 0 218 0
[pid=3962] ppid=3885 vsize=182100 CPUtime=1371.6
/proc/3962/stat : 3962 (minisat) R 3885 3885 3384 0 -1 4194304 44699 0 0 0 137108 52 0 0 25 0 1 0 160647017 186470400 44681 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/3962/statm: 45525 44681 54 142 0 45381 0
Current children cumulated CPU time (s) 1411.78
Current children cumulated vsize (KiB) 229664

[startup+1483.54 s]
/proc/loadavg: 2.00 2.00 1.98 3/86 3962
/proc/meminfo: memFree=1198592/2055920 swapFree=4191892/4192956
[pid=3885] ppid=3883 vsize=47564 CPUtime=40.18
/proc/3885/stat : 3885 (galac.sh) S 3883 3885 3384 0 -1 4194304 799 55717 0 1 0 0 3976 42 17 0 1 0 160642918 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3885/statm: 11891 363 245 79 0 218 0
[pid=3962] ppid=3885 vsize=189796 CPUtime=1431.06
/proc/3962/stat : 3962 (minisat) R 3885 3885 3384 0 -1 4194304 46614 0 0 0 143052 54 0 0 25 0 1 0 160647017 194351104 46596 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3962/statm: 47449 46596 54 142 0 47305 0
Current children cumulated CPU time (s) 1471.24
Current children cumulated vsize (KiB) 237360

[startup+1543.54 s]
/proc/loadavg: 2.00 2.00 1.98 3/86 3962
/proc/meminfo: memFree=1190336/2055920 swapFree=4191892/4192956
[pid=3885] ppid=3883 vsize=47564 CPUtime=40.18
/proc/3885/stat : 3885 (galac.sh) S 3883 3885 3384 0 -1 4194304 799 55717 0 1 0 0 3976 42 17 0 1 0 160642918 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3885/statm: 11891 363 245 79 0 218 0
[pid=3962] ppid=3885 vsize=197872 CPUtime=1490.52
/proc/3962/stat : 3962 (minisat) R 3885 3885 3384 0 -1 4194304 48666 0 0 0 148995 57 0 0 25 0 1 0 160647017 202620928 48648 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3962/statm: 49468 48648 54 142 0 49324 0
Current children cumulated CPU time (s) 1530.7
Current children cumulated vsize (KiB) 245436

[startup+1603.56 s]
/proc/loadavg: 2.05 2.01 1.98 3/86 3962
/proc/meminfo: memFree=1180736/2055920 swapFree=4191892/4192956
[pid=3885] ppid=3883 vsize=47564 CPUtime=40.18
/proc/3885/stat : 3885 (galac.sh) S 3883 3885 3384 0 -1 4194304 799 55717 0 1 0 0 3976 42 17 0 1 0 160642918 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3885/statm: 11891 363 245 79 0 218 0
[pid=3962] ppid=3885 vsize=207452 CPUtime=1549.99
/proc/3962/stat : 3962 (minisat) R 3885 3885 3384 0 -1 4194304 51042 0 0 0 154940 59 0 0 25 0 1 0 160647017 212430848 51024 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134527315 0 0 4096 3 0 0 0 17 1 0 0
/proc/3962/statm: 51863 51024 54 142 0 51719 0
Current children cumulated CPU time (s) 1590.17
Current children cumulated vsize (KiB) 255016

[startup+1663.56 s]
/proc/loadavg: 2.08 2.02 1.99 3/86 3962
/proc/meminfo: memFree=1141376/2055920 swapFree=4191892/4192956
[pid=3885] ppid=3883 vsize=47564 CPUtime=40.18
/proc/3885/stat : 3885 (galac.sh) S 3883 3885 3384 0 -1 4194304 799 55717 0 1 0 0 3976 42 17 0 1 0 160642918 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3885/statm: 11891 363 245 79 0 218 0
[pid=3962] ppid=3885 vsize=217988 CPUtime=1609.36
/proc/3962/stat : 3962 (minisat) R 3885 3885 3384 0 -1 4194304 53681 0 0 0 160874 62 0 0 25 0 1 0 160647017 223219712 53663 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529374 0 0 4096 3 0 0 0 17 1 0 0
/proc/3962/statm: 54497 53663 54 142 0 54353 0
Current children cumulated CPU time (s) 1649.54
Current children cumulated vsize (KiB) 265552

[startup+1723.57 s]
/proc/loadavg: 2.03 2.02 1.99 3/86 3962
/proc/meminfo: memFree=1133760/2055920 swapFree=4191892/4192956
[pid=3885] ppid=3883 vsize=47564 CPUtime=40.18
/proc/3885/stat : 3885 (galac.sh) S 3883 3885 3384 0 -1 4194304 799 55717 0 1 0 0 3976 42 17 0 1 0 160642918 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3885/statm: 11891 363 245 79 0 218 0
[pid=3962] ppid=3885 vsize=225320 CPUtime=1668.84
/proc/3962/stat : 3962 (minisat) R 3885 3885 3384 0 -1 4194304 55542 0 0 0 166819 65 0 0 25 0 1 0 160647017 230727680 55524 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/3962/statm: 56330 55524 54 142 0 56186 0
Current children cumulated CPU time (s) 1709.02
Current children cumulated vsize (KiB) 272884

[startup+1783.58 s]
/proc/loadavg: 2.01 2.01 1.99 3/86 3962
/proc/meminfo: memFree=1125824/2055920 swapFree=4191892/4192956
[pid=3885] ppid=3883 vsize=47564 CPUtime=40.18
/proc/3885/stat : 3885 (galac.sh) S 3883 3885 3384 0 -1 4194304 799 55717 0 1 0 0 3976 42 17 0 1 0 160642918 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3885/statm: 11891 363 245 79 0 218 0
[pid=3962] ppid=3885 vsize=233116 CPUtime=1728.3
/proc/3962/stat : 3962 (minisat) R 3885 3885 3384 0 -1 4194304 57503 0 0 0 172762 68 0 0 25 0 1 0 160647017 238710784 57485 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/3962/statm: 58279 57485 54 142 0 58135 0
Current children cumulated CPU time (s) 1768.48
Current children cumulated vsize (KiB) 280680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.43 s]
/proc/loadavg: 2.07 2.03 2.00 3/86 3962
/proc/meminfo: memFree=1121216/2055920 swapFree=4191892/4192956
[pid=3885] ppid=3883 vsize=47564 CPUtime=40.18
/proc/3885/stat : 3885 (galac.sh) S 3883 3885 3384 0 -1 4194304 799 55717 0 1 0 0 3976 42 17 0 1 0 160642918 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3885/statm: 11891 363 245 79 0 218 0
[pid=3962] ppid=3885 vsize=237736 CPUtime=1759.85
/proc/3962/stat : 3962 (minisat) R 3885 3885 3384 0 -1 4194304 58650 0 0 0 175916 69 0 0 25 0 1 0 160647017 243441664 58632 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/3962/statm: 59434 58632 54 142 0 59290 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 285300

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 3885 and gives childrusage.ru_utime.tv_sec=39 childrusage.ru_utime.tv_usec=773953 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=430934
CPU time returned by wait4() is 40.2049
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): 1815.44
CPU time (s): 1800.03
CPU user time (s): 1798.92
CPU system time (s): 1.11
CPU usage (%): 99.1512
Max. virtual memory (cumulated for all children) (KiB): 908628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.774
system time used= 0.430934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56516
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= 2204
involuntary context switches= 2996

runsolver used 2.28965 s user time and 5.70713 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Sat Jan  6 22:27:17 UTC 2007


IDJOB= 196342
IDBENCH= 3344
FILE ID= node42/196342-1168122437

PBS_JOBID= 3477489

Free space on /tmp= 66536 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  17207bfcec773603abc62d291867b00b

RANDOM SEED= 340475629

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.229
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.229
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:       1811000 kB
Buffers:         19152 kB
Cached:         123292 kB
SwapCached:        492 kB
Active:         136776 kB
Inactive:        61556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1811000 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            5644 kB
Writeback:           0 kB
Mapped:          72152 kB
Slab:            31792 kB
Committed_AS:  2987872 kB
PageTables:       1928 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= 66518 MiB



End job on node42 on Sat Jan  6 22:57:32 UTC 2007