Trace number 307408

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
SATzilla FULL? (exit code) 1199.8 1200.23

General information on the benchmark

Namerandom/LargeSize/3SAT/v19000/
unif-k3-r4.2-v19000-c79800-S1661055114-06.cnf
MD5SUM05c3fabf805829dbf896864dc67f5a6b
Bench CategoryRANDOM (random instances)
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 variables19000
Number of clauses79800
Sum of the clauses size239400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 379800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

12.37/12.47	c run March_dl for 5 seconds ... 
12.37/12.47	c Bin: Executing march_dl
12.37/12.47	c child exit by a signal
12.37/12.47	c march_dl returned code 137.
12.37/12.47	c run saps for 2 seconds ... 
12.37/12.47	c Bin: Executing ubcsat2006
12.37/12.47	c child exited successfully
12.37/12.47	c ubcsat2006 returned code 0.
12.37/12.47	c satzilla computing base features
12.37/12.47	c satzilla doing unit-prop probe
12.37/12.47	c satzilla doing local search probe
12.37/12.47	c satzilla doing lobjois search-space size estimate
12.37/12.47	c satzilla's ranking:
12.37/12.47	c 1) march_dl: 2.382881
12.37/12.47	c 2) vallst: 2.686037
12.37/12.47	c 3) zchaff_rand: 3.174531
12.37/12.47	c 4) eureka: 3.249996
12.37/12.47	c 5) kcnfs: 4.112046
12.37/12.47	c 6) minisat20: 4.399614
12.37/12.47	c 7) kcnfs+P: 999.000000
12.37/12.47	c 8) march_dl+P: 999.000000
12.37/12.47	c 9) vallst+P: 999.000000
12.37/12.47	c 10) zchaff_rand+P: 999.000000
12.37/12.47	c 11) rsat+P: 999.000000
12.37/12.47	c 12) eureka+P: 999.000000
12.37/12.47	c 13) minisat20+P: 999.000000
12.37/12.47	c 14) rsat: 999.000000
12.37/12.47	c satzilla running march_dl ... 
1199.22/1199.72	c Bin: Executing march_dl
1199.22/1199.72	c child exit by a signal
1199.22/1199.72	c march_dl returned code 137.
1199.22/1199.72	c march_dl returned code 137.
1199.22/1199.72	c satzilla running vallst ... 
1199.22/1199.72	c Bin: Executing vallst
1199.22/1199.72	c vallst returned code 1.
1199.22/1199.72	c vallst returned code 1.
1199.22/1199.72	c satzilla running zchaff_rand ... 
1199.22/1199.72	c Bin: Executing zchaff_rand
1199.22/1199.72	c zchaff_rand returned code 1.
1199.22/1199.72	c zchaff_rand returned code 1.
1199.22/1199.72	c satzilla running eureka ... 
1199.22/1199.72	c Bin: Executing eureka
1199.22/1199.72	c eureka returned code 1.
1199.22/1199.72	c eureka returned code 1.
1199.22/1199.72	c satzilla running kcnfs ... 
1199.22/1199.72	c Bin: Executing kcnfs
1199.22/1199.72	c kcnfs returned code 1.
1199.22/1199.72	c kcnfs returned code 1.
1199.22/1199.72	c satzilla running minisat20 ... 
1199.22/1199.72	c Bin: Executing minisat20
1199.22/1199.72	c minisat20 returned code 1.
1199.22/1199.72	c minisat20 returned code 1.
1199.22/1199.72	c satzilla running kcnfs with preprocessing ... 
1199.76/1200.22	c Preprocessing...
1199.76/1200.22	c Inital problem has 19000 variables, 79800 nary clauses (0 binary clauses).
1199.76/1200.22	c Num non-binary clauses 79800, Average non-binary clause length 3.000
1199.76/1200.22	c Theory has no gaps
1199.76/1200.22	c Preprocessor runtime was 0.380 seconds.
1199.76/1200.22	c 
1199.76/1200.22	c Satisfiability of theory still undetermined.
1199.76/1200.22	c See file /tmp/ybWt2y for simplified theory.
1199.76/1200.22	c Bin: Executing kcnfs
1199.76/1200.22	c kcnfs returned code 1.
1199.76/1200.22	c kcnfs returned code 1.
1199.76/1200.22	c satzilla running march_dl with preprocessing ... 
1199.76/1200.22	c Bin: Executing march_dl
1199.76/1200.22	c march_dl returned code 1.
1199.76/1200.22	c march_dl returned code 1.
1199.76/1200.22	c satzilla running vallst with preprocessing ... 
1199.76/1200.22	c Bin: Executing vallst
1199.76/1200.22	c vallst returned code 1.
1199.76/1200.22	c vallst returned code 1.
1199.76/1200.22	c satzilla running zchaff_rand with preprocessing ... 
1199.76/1200.22	c Bin: Executing zchaff_rand
1199.76/1200.22	c zchaff_rand returned code 1.
1199.76/1200.22	c zchaff_rand returned code 1.
1199.76/1200.22	c satzilla running rsat with preprocessing ... 
1199.76/1200.22	c Bin: Executing rsat
1199.76/1200.22	c rsat returned code 1.
1199.76/1200.22	c rsat returned code 1.
1199.76/1200.22	c satzilla running eureka with preprocessing ... 
1199.76/1200.22	c Bin: Executing eureka
1199.76/1200.22	c eureka returned code 1.
1199.76/1200.22	c eureka returned code 1.
1199.76/1200.22	c satzilla running minisat20 with preprocessing ... 
1199.76/1200.22	c Bin: Executing minisat20
1199.76/1200.22	c minisat20 returned code 1.
1199.76/1200.22	c minisat20 returned code 1.
1199.76/1200.22	c satzilla running rsat ... 
1199.76/1200.23	c Bin: Executing rsat
1199.76/1200.23	c rsat returned code 1.
1199.76/1200.23	c rsat returned code 1.
1199.76/1200.23	c ERROR: All Failed! 
1199.76/1200.23	c SATZILLA_TIME=1199.950000

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node72/watcher-307408-1172119753 -o ROOT/results/node72/solver-307408-1172119753 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/307408-1172119753/SATzilla2007_F /tmp/evaluation/307408-1172119753/instance-307408-1172119753.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.01 1.00 3/77 23580
/proc/meminfo: memFree=1440736/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=1512 CPUtime=0
/proc/23580/stat : 23580 (SATzilla2007_F) S 23578 23580 21992 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 231943149 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23580/statm: 378 125 110 260 0 84 0
[pid=23581] ppid=23580 vsize=2376 CPUtime=0
/proc/23581/stat : 23581 (march_dl) R 23580 23580 21992 0 -1 4194304 426 0 0 0 0 0 0 0 19 0 1 0 231943150 2433024 420 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134781561 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23581/statm: 594 420 50 118 0 473 0

[startup+0.106749 s]
/proc/loadavg: 1.00 1.01 1.00 3/77 23580
/proc/meminfo: memFree=1440736/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=1512 CPUtime=0
/proc/23580/stat : 23580 (SATzilla2007_F) S 23578 23580 21992 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 231943149 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23580/statm: 378 125 110 260 0 84 0
[pid=23581] ppid=23580 vsize=3432 CPUtime=0.1
/proc/23581/stat : 23581 (march_dl) R 23580 23580 21992 0 -1 4194304 767 0 0 0 10 0 0 0 20 0 1 0 231943150 3514368 761 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23581/statm: 858 761 50 118 0 737 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4944

[startup+0.514787 s]
/proc/loadavg: 1.00 1.01 1.00 3/77 23580
/proc/meminfo: memFree=1440736/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=1512 CPUtime=0
/proc/23580/stat : 23580 (SATzilla2007_F) S 23578 23580 21992 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 231943149 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23580/statm: 378 125 110 260 0 84 0
[pid=23581] ppid=23580 vsize=9376 CPUtime=0.5
/proc/23581/stat : 23581 (march_dl) R 23580 23580 21992 0 -1 4194304 3894 0 0 0 49 1 0 0 23 0 1 0 231943150 9601024 1948 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134644080 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23581/statm: 2344 1948 55 118 0 2223 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10888

[startup+1.33486 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 23582
/proc/meminfo: memFree=1430672/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=1512 CPUtime=0
/proc/23580/stat : 23580 (SATzilla2007_F) S 23578 23580 21992 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 231943149 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23580/statm: 378 125 110 260 0 84 0
[pid=23581] ppid=23580 vsize=22620 CPUtime=1.32
/proc/23581/stat : 23581 (march_dl) R 23580 23580 21992 0 -1 4194304 13022 0 0 0 121 11 0 0 25 0 1 0 231943150 23162880 5088 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23581/statm: 5655 5088 72 118 0 5534 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 24132

[startup+2.97101 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 23582
/proc/meminfo: memFree=1420176/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=1512 CPUtime=0
/proc/23580/stat : 23580 (SATzilla2007_F) S 23578 23580 21992 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 231943149 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23580/statm: 378 125 110 260 0 84 0
[pid=23581] ppid=23580 vsize=20864 CPUtime=2.96
/proc/23581/stat : 23581 (march_dl) R 23580 23580 21992 0 -1 4194304 15029 0 0 0 247 49 0 0 25 0 1 0 231943150 21364736 4731 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134537794 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23581/statm: 5216 4731 74 118 0 5095 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 22376

[startup+6.26031 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 23583
/proc/meminfo: memFree=1434896/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=1512 CPUtime=5
/proc/23580/stat : 23580 (SATzilla2007_F) S 23578 23580 21992 0 -1 4194304 149 15032 0 0 0 0 450 50 16 0 1 0 231943149 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23580/statm: 378 125 110 260 0 84 0
[pid=23583] ppid=23580 vsize=10288 CPUtime=1.24
/proc/23583/stat : 23583 (ubcsat2006) R 23580 23580 21992 0 -1 4194304 1517 0 0 0 122 2 0 0 25 0 1 0 231943650 10534912 1499 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23583/statm: 2572 1499 156 64 0 2153 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 11800

[startup+12.7129 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 23583
/proc/meminfo: memFree=1434840/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=7152 CPUtime=12.44
/proc/23580/stat : 23580 (SATzilla2007_F) S 23578 23580 21992 0 -1 4194304 5449 16555 0 0 523 5 661 55 25 0 1 0 231943149 7323648 1564 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23580/statm: 1788 1564 170 260 0 1494 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 7152

[startup+25.5251 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 23584
/proc/meminfo: memFree=1415888/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=7152 CPUtime=12.44
/proc/23580/stat : 23580 (SATzilla2007_F) S 23578 23580 21992 0 -1 4194304 5449 16555 0 0 523 5 661 55 25 0 1 0 231943149 7323648 1564 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23580/statm: 1788 1564 170 260 0 1494 0
[pid=23584] ppid=23580 vsize=21308 CPUtime=13.04
/proc/23584/stat : 23584 (march_dl) R 23580 23580 21992 0 -1 4194304 15137 0 0 0 1257 47 0 0 25 0 1 0 231944397 21819392 4839 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134587985 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23584/statm: 5327 4839 74 118 0 5206 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 28460

[startup+51.1544 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23584
/proc/meminfo: memFree=1413008/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=7152 CPUtime=12.44
/proc/23580/stat : 23580 (SATzilla2007_F) S 23578 23580 21992 0 -1 4194304 5449 16555 0 0 523 5 661 55 25 0 1 0 231943149 7323648 1564 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23580/statm: 1788 1564 170 260 0 1494 0
[pid=23584] ppid=23580 vsize=24816 CPUtime=38.65
/proc/23584/stat : 23584 (march_dl) R 23580 23580 21992 0 -1 4194304 15864 0 0 0 3818 47 0 0 25 0 1 0 231944397 25411584 5566 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23584/statm: 6204 5566 74 118 0 6083 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 31968

[startup+102.408 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23584
/proc/meminfo: memFree=1412432/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=7152 CPUtime=12.44
/proc/23580/stat : 23580 (SATzilla2007_F) S 23578 23580 21992 0 -1 4194304 5449 16555 0 0 523 5 661 55 25 0 1 0 231943149 7323648 1564 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23580/statm: 1788 1564 170 260 0 1494 0
[pid=23584] ppid=23580 vsize=25316 CPUtime=89.89
/proc/23584/stat : 23584 (march_dl) R 23580 23580 21992 0 -1 4194304 15989 0 0 0 8941 48 0 0 25 0 1 0 231944397 25923584 5691 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134513995 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23584/statm: 6329 5691 74 118 0 6208 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 32468

[startup+162.48 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23584
/proc/meminfo: memFree=1411984/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=7152 CPUtime=12.44
/proc/23580/stat : 23580 (SATzilla2007_F) S 23578 23580 21992 0 -1 4194304 5449 16555 0 0 523 5 661 55 25 0 1 0 231943149 7323648 1564 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23580/statm: 1788 1564 170 260 0 1494 0
[pid=23584] ppid=23580 vsize=25696 CPUtime=149.95
/proc/23584/stat : 23584 (march_dl) R 23580 23580 21992 0 -1 4194304 16092 0 0 0 14946 49 0 0 25 0 1 0 231944397 26312704 5794 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134531255 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23584/statm: 6424 5794 74 118 0 6303 0
Current children cumulated CPU time (s) 162.39
Current children cumulated vsize (KiB) 32848

[startup+222.564 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23584
/proc/meminfo: memFree=1411728/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=7152 CPUtime=12.44
/proc/23580/stat : 23580 (SATzilla2007_F) S 23578 23580 21992 0 -1 4194304 5449 16555 0 0 523 5 661 55 25 0 1 0 231943149 7323648 1564 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23580/statm: 1788 1564 170 260 0 1494 0
[pid=23584] ppid=23580 vsize=25948 CPUtime=210.02
/proc/23584/stat : 23584 (march_dl) R 23580 23580 21992 0 -1 4194304 16147 0 0 0 20953 49 0 0 25 0 1 0 231944397 26570752 5849 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23584/statm: 6487 5849 74 118 0 6366 0
Current children cumulated CPU time (s) 222.46
Current children cumulated vsize (KiB) 33100

[startup+282.633 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23584
/proc/meminfo: memFree=1411600/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=7152 CPUtime=12.44
/proc/23580/stat : 23580 (SATzilla2007_F) S 23578 23580 21992 0 -1 4194304 5449 16555 0 0 523 5 661 55 25 0 1 0 231943149 7323648 1564 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23580/statm: 1788 1564 170 260 0 1494 0
[pid=23584] ppid=23580 vsize=26072 CPUtime=270.07
/proc/23584/stat : 23584 (march_dl) R 23580 23580 21992 0 -1 4194304 16192 0 0 0 26957 50 0 0 25 0 1 0 231944397 26697728 5894 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514048 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23584/statm: 6518 5894 74 118 0 6397 0
Current children cumulated CPU time (s) 282.51
Current children cumulated vsize (KiB) 33224

[startup+342.703 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23584
/proc/meminfo: memFree=1411472/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=7152 CPUtime=12.44
/proc/23580/stat : 23580 (SATzilla2007_F) S 23578 23580 21992 0 -1 4194304 5449 16555 0 0 523 5 661 55 25 0 1 0 231943149 7323648 1564 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23580/statm: 1788 1564 170 260 0 1494 0
[pid=23584] ppid=23580 vsize=26320 CPUtime=330.12
/proc/23584/stat : 23584 (march_dl) R 23580 23580 21992 0 -1 4194304 16236 0 0 0 32962 50 0 0 25 0 1 0 231944397 26951680 5938 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23584/statm: 6580 5938 74 118 0 6459 0
Current children cumulated CPU time (s) 342.56
Current children cumulated vsize (KiB) 33472

[startup+402.773 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23584
/proc/meminfo: memFree=1411280/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=7152 CPUtime=12.44
/proc/23580/stat : 23580 (SATzilla2007_F) S 23578 23580 21992 0 -1 4194304 5449 16555 0 0 523 5 661 55 25 0 1 0 231943149 7323648 1564 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23580/statm: 1788 1564 170 260 0 1494 0
[pid=23584] ppid=23580 vsize=26444 CPUtime=390.18
/proc/23584/stat : 23584 (march_dl) R 23580 23580 21992 0 -1 4194304 16278 0 0 0 38967 51 0 0 25 0 1 0 231944397 27078656 5980 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526910 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23584/statm: 6611 5980 74 118 0 6490 0
Current children cumulated CPU time (s) 402.62
Current children cumulated vsize (KiB) 33596

[startup+462.846 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23584
/proc/meminfo: memFree=1411152/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=7152 CPUtime=12.44
/proc/23580/stat : 23580 (SATzilla2007_F) S 23578 23580 21992 0 -1 4194304 5449 16555 0 0 523 5 661 55 25 0 1 0 231943149 7323648 1564 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23580/statm: 1788 1564 170 260 0 1494 0
[pid=23584] ppid=23580 vsize=26568 CPUtime=450.23
/proc/23584/stat : 23584 (march_dl) R 23580 23580 21992 0 -1 4194304 16311 0 0 0 44972 51 0 0 25 0 1 0 231944397 27205632 6013 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526996 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23584/statm: 6642 6013 74 118 0 6521 0
Current children cumulated CPU time (s) 462.67
Current children cumulated vsize (KiB) 33720

[startup+522.912 s]

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

/proc/23580/statm: 1788 1564 170 260 0 1494 0
[pid=23584] ppid=23580 vsize=26968 CPUtime=690.44
/proc/23584/stat : 23584 (march_dl) R 23580 23580 21992 0 -1 4194304 16409 0 0 0 68991 53 0 0 25 0 1 0 231944397 27615232 6111 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23584/statm: 6742 6111 74 118 0 6621 0
Current children cumulated CPU time (s) 702.88
Current children cumulated vsize (KiB) 34120

[startup+763.211 s]
/proc/loadavg: 1.03 1.01 1.00 2/85 23706
/proc/meminfo: memFree=1409432/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=7152 CPUtime=12.44
/proc/23580/stat : 23580 (SATzilla2007_F) S 23578 23580 21992 0 -1 4194304 5449 16555 0 0 523 5 661 55 25 0 1 0 231943149 7323648 1564 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23580/statm: 1788 1564 170 260 0 1494 0
[pid=23584] ppid=23580 vsize=27084 CPUtime=750.46
/proc/23584/stat : 23584 (march_dl) R 23580 23580 21992 0 -1 4194304 16428 0 0 0 74991 55 0 0 25 0 1 0 231944397 27734016 6130 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514087 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23584/statm: 6771 6130 74 118 0 6650 0
Current children cumulated CPU time (s) 762.9
Current children cumulated vsize (KiB) 34236

[startup+823.297 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 23786
/proc/meminfo: memFree=1410448/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=7152 CPUtime=12.44
/proc/23580/stat : 23580 (SATzilla2007_F) S 23578 23580 21992 0 -1 4194304 5449 16555 0 0 523 5 661 55 25 0 1 0 231943149 7323648 1564 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23580/statm: 1788 1564 170 260 0 1494 0
[pid=23584] ppid=23580 vsize=27084 CPUtime=810.48
/proc/23584/stat : 23584 (march_dl) R 23580 23580 21992 0 -1 4194304 16446 0 0 0 80993 55 0 0 25 0 1 0 231944397 27734016 6148 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532980 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23584/statm: 6771 6148 74 118 0 6650 0
Current children cumulated CPU time (s) 822.92
Current children cumulated vsize (KiB) 34236

[startup+883.365 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23786
/proc/meminfo: memFree=1410448/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=7152 CPUtime=12.44
/proc/23580/stat : 23580 (SATzilla2007_F) S 23578 23580 21992 0 -1 4194304 5449 16555 0 0 523 5 661 55 25 0 1 0 231943149 7323648 1564 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23580/statm: 1788 1564 170 260 0 1494 0
[pid=23584] ppid=23580 vsize=27208 CPUtime=870.54
/proc/23584/stat : 23584 (march_dl) R 23580 23580 21992 0 -1 4194304 16461 0 0 0 86998 56 0 0 25 0 1 0 231944397 27860992 6163 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526962 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23584/statm: 6802 6163 74 118 0 6681 0
Current children cumulated CPU time (s) 882.98
Current children cumulated vsize (KiB) 34360

[startup+943.434 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23786
/proc/meminfo: memFree=1410448/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=7152 CPUtime=12.44
/proc/23580/stat : 23580 (SATzilla2007_F) S 23578 23580 21992 0 -1 4194304 5449 16555 0 0 523 5 661 55 25 0 1 0 231943149 7323648 1564 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23580/statm: 1788 1564 170 260 0 1494 0
[pid=23584] ppid=23580 vsize=27208 CPUtime=930.59
/proc/23584/stat : 23584 (march_dl) R 23580 23580 21992 0 -1 4194304 16475 0 0 0 93003 56 0 0 25 0 1 0 231944397 27860992 6177 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23584/statm: 6802 6177 74 118 0 6681 0
Current children cumulated CPU time (s) 943.03
Current children cumulated vsize (KiB) 34360

[startup+1003.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23786
/proc/meminfo: memFree=1410384/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=7152 CPUtime=12.44
/proc/23580/stat : 23580 (SATzilla2007_F) S 23578 23580 21992 0 -1 4194304 5449 16555 0 0 523 5 661 55 25 0 1 0 231943149 7323648 1564 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23580/statm: 1788 1564 170 260 0 1494 0
[pid=23584] ppid=23580 vsize=27332 CPUtime=990.64
/proc/23584/stat : 23584 (march_dl) R 23580 23580 21992 0 -1 4194304 16488 0 0 0 99007 57 0 0 25 0 1 0 231944397 27987968 6190 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23584/statm: 6833 6190 74 118 0 6712 0
Current children cumulated CPU time (s) 1003.08
Current children cumulated vsize (KiB) 34484

[startup+1063.57 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23786
/proc/meminfo: memFree=1410320/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=7152 CPUtime=12.44
/proc/23580/stat : 23580 (SATzilla2007_F) S 23578 23580 21992 0 -1 4194304 5449 16555 0 0 523 5 661 55 25 0 1 0 231943149 7323648 1564 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23580/statm: 1788 1564 170 260 0 1494 0
[pid=23584] ppid=23580 vsize=27332 CPUtime=1050.69
/proc/23584/stat : 23584 (march_dl) R 23580 23580 21992 0 -1 4194304 16503 0 0 0 105012 57 0 0 25 0 1 0 231944397 27987968 6205 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23584/statm: 6833 6205 74 118 0 6712 0
Current children cumulated CPU time (s) 1063.13
Current children cumulated vsize (KiB) 34484

[startup+1123.64 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23786
/proc/meminfo: memFree=1410256/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=7152 CPUtime=12.44
/proc/23580/stat : 23580 (SATzilla2007_F) S 23578 23580 21992 0 -1 4194304 5449 16555 0 0 523 5 661 55 25 0 1 0 231943149 7323648 1564 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23580/statm: 1788 1564 170 260 0 1494 0
[pid=23584] ppid=23580 vsize=27456 CPUtime=1110.75
/proc/23584/stat : 23584 (march_dl) R 23580 23580 21992 0 -1 4194304 16513 0 0 0 111017 58 0 0 25 0 1 0 231944397 28114944 6215 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23584/statm: 6864 6215 74 118 0 6743 0
Current children cumulated CPU time (s) 1123.19
Current children cumulated vsize (KiB) 34608

[startup+1183.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23786
/proc/meminfo: memFree=1410192/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=7152 CPUtime=12.44
/proc/23580/stat : 23580 (SATzilla2007_F) S 23578 23580 21992 0 -1 4194304 5449 16555 0 0 523 5 661 55 25 0 1 0 231943149 7323648 1564 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23580/statm: 1788 1564 170 260 0 1494 0
[pid=23584] ppid=23580 vsize=27460 CPUtime=1170.79
/proc/23584/stat : 23584 (march_dl) R 23580 23580 21992 0 -1 4194304 16531 0 0 0 117021 58 0 0 25 0 1 0 231944397 28119040 6233 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526917 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23584/statm: 6865 6233 74 118 0 6744 0
Current children cumulated CPU time (s) 1183.23
Current children cumulated vsize (KiB) 34612

Solver just ended. Dumping a history of the last processes samples

[startup+1187.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23786
/proc/meminfo: memFree=1410192/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=7152 CPUtime=12.44
/proc/23580/stat : 23580 (SATzilla2007_F) S 23578 23580 21992 0 -1 4194304 5449 16555 0 0 523 5 661 55 25 0 1 0 231943149 7323648 1564 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23580/statm: 1788 1564 170 260 0 1494 0
[pid=23584] ppid=23580 vsize=27460 CPUtime=1174.6
/proc/23584/stat : 23584 (march_dl) R 23580 23580 21992 0 -1 4194304 16533 0 0 0 117402 58 0 0 25 0 1 0 231944397 28119040 6235 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514077 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23584/statm: 6865 6235 74 118 0 6744 0
Current children cumulated CPU time (s) 1187.04
Current children cumulated vsize (KiB) 34612

[startup+1194.07 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23786
/proc/meminfo: memFree=1410192/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=7152 CPUtime=12.44
/proc/23580/stat : 23580 (SATzilla2007_F) S 23578 23580 21992 0 -1 4194304 5449 16555 0 0 523 5 661 55 25 0 1 0 231943149 7323648 1564 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23580/statm: 1788 1564 170 260 0 1494 0
[pid=23584] ppid=23580 vsize=27460 CPUtime=1181.15
/proc/23584/stat : 23584 (march_dl) R 23580 23580 21992 0 -1 4194304 16534 0 0 0 118057 58 0 0 25 0 1 0 231944397 28119040 6236 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514015 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23584/statm: 6865 6236 74 118 0 6744 0
Current children cumulated CPU time (s) 1193.59
Current children cumulated vsize (KiB) 34612

[startup+1197.34 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23786
/proc/meminfo: memFree=1410192/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=7152 CPUtime=12.44
/proc/23580/stat : 23580 (SATzilla2007_F) S 23578 23580 21992 0 -1 4194304 5449 16555 0 0 523 5 661 55 25 0 1 0 231943149 7323648 1564 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23580/statm: 1788 1564 170 260 0 1494 0
[pid=23584] ppid=23580 vsize=27460 CPUtime=1184.43
/proc/23584/stat : 23584 (march_dl) R 23580 23580 21992 0 -1 4194304 16535 0 0 0 118385 58 0 0 25 0 1 0 231944397 28119040 6237 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514093 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23584/statm: 6865 6237 74 118 0 6744 0
Current children cumulated CPU time (s) 1196.87
Current children cumulated vsize (KiB) 34612

[startup+1198.98 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23786
/proc/meminfo: memFree=1410192/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=7152 CPUtime=12.44
/proc/23580/stat : 23580 (SATzilla2007_F) S 23578 23580 21992 0 -1 4194304 5449 16555 0 0 523 5 661 55 25 0 1 0 231943149 7323648 1564 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23580/statm: 1788 1564 170 260 0 1494 0
[pid=23584] ppid=23580 vsize=27460 CPUtime=1186.07
/proc/23584/stat : 23584 (march_dl) R 23580 23580 21992 0 -1 4194304 16535 0 0 0 118549 58 0 0 25 0 1 0 231944397 28119040 6237 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526996 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23584/statm: 6865 6237 74 118 0 6744 0
Current children cumulated CPU time (s) 1198.51
Current children cumulated vsize (KiB) 34612

[startup+1199.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23786
/proc/meminfo: memFree=1433176/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=8872 CPUtime=1199.35
/proc/23580/stat : 23580 (SATzilla2007_F) R 23578 23580 21992 0 -1 4194304 6186 33090 0 0 530 6 119285 114 18 0 1 0 231943149 9084928 1993 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135296019 0 0 4096 0 0 0 0 17 1 0 0
/proc/23580/statm: 2218 1993 171 260 0 1924 0
Current children cumulated CPU time (s) 1199.35
Current children cumulated vsize (KiB) 8872

[startup+1200.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23786
/proc/meminfo: memFree=1433176/2055920 swapFree=4142544/4192956
[pid=23580] ppid=23578 vsize=19888 CPUtime=1199.76
/proc/23580/stat : 23580 (SATzilla2007_F) R 23578 23580 21992 0 -1 4194304 8848 33090 0 0 564 13 119285 114 22 0 1 0 231943149 20365312 4567 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135223325 0 0 4096 0 0 0 0 17 1 0 0
/proc/23580/statm: 4972 4567 177 260 0 4678 0
Current children cumulated CPU time (s) 1199.76
Current children cumulated vsize (KiB) 19888

Child status: 17
Real time (s): 1200.23
CPU time (s): 1199.8
CPU user time (s): 1198.51
CPU system time (s): 1.2888
CPU usage (%): 99.9635
Max. virtual memory (cumulated for all children) (KiB): 34612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.51
system time used= 1.2888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41944
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26
involuntary context switches= 5740

runsolver used 1.12183 second user time and 3.14252 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Thu Feb 22 04:49:13 UTC 2007

IDJOB= 307408
IDBENCH= 20204
IDSOLVER= 136
FILE ID= node72/307408-1172119753

PBS_JOBID= 3892910

Free space on /tmp= 66550 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v19000/unif-k3-r4.2-v19000-c79800-S1661055114-06.cnf
COMMAND LINE= /tmp/evaluation/307408-1172119753/SATzilla2007_F /tmp/evaluation/307408-1172119753/instance-307408-1172119753.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-307408-1172119753 -o ROOT/results/node72/solver-307408-1172119753 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/307408-1172119753/SATzilla2007_F /tmp/evaluation/307408-1172119753/instance-307408-1172119753.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  05c3fabf805829dbf896864dc67f5a6b

RANDOM SEED= 139733901

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node72.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.236
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.236
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:       1441144 kB
Buffers:         42728 kB
Cached:         490064 kB
SwapCached:      19640 kB
Active:         443280 kB
Inactive:       124148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1441144 kB
SwapTotal:     4192956 kB
SwapFree:      4142544 kB
Dirty:           11652 kB
Writeback:           0 kB
Mapped:          30156 kB
Slab:            32960 kB
Committed_AS:   621904 kB
PageTables:       1676 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= 66550 MiB

End job on node72 on Thu Feb 22 05:09:14 UTC 2007