Trace number 300930

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.51 1199.95

General information on the benchmark

Namerandom/LargeSize/5SAT/v700/
unif-k5-r20-v700-c14000-S1036103820-03.cnf
MD5SUM85e6669b731e40790ffff95698079292
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark41.5937
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses14000
Sum of the clauses size70000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 514000
Number of clauses of size over 50

Solver Data (download as text)

10.54/10.63	c run March_dl for 5 seconds ... 
10.54/10.63	c Bin: Executing march_dl
10.54/10.63	c child exit by a signal
10.54/10.63	c march_dl returned code 137.
10.54/10.63	c run saps for 2 seconds ... 
10.54/10.63	c Bin: Executing ubcsat2006
10.54/10.63	c child exited successfully
10.54/10.63	c ubcsat2006 returned code 0.
10.54/10.63	c satzilla computing base features
10.54/10.63	c satzilla doing unit-prop probe
10.54/10.63	c satzilla doing local search probe
10.54/10.63	c satzilla doing lobjois search-space size estimate
10.54/10.63	c satzilla's ranking:
10.54/10.63	c 1) march_dl: 4.285988
10.54/10.63	c 2) kcnfs: 5.348253
10.54/10.63	c 3) eureka: 5.392997
10.54/10.63	c 4) minisat20: 6.543589
10.54/10.63	c 5) vallst: 6.657559
10.54/10.63	c 6) zchaff_rand: 9.292983
10.54/10.63	c 7) kcnfs+P: 999.000000
10.54/10.63	c 8) march_dl+P: 999.000000
10.54/10.63	c 9) vallst+P: 999.000000
10.54/10.63	c 10) zchaff_rand+P: 999.000000
10.54/10.63	c 11) rsat+P: 999.000000
10.54/10.63	c 12) eureka+P: 999.000000
10.54/10.63	c 13) minisat20+P: 999.000000
10.54/10.63	c 14) rsat: 999.000000
10.54/10.63	c satzilla running march_dl ... 
1199.36/1199.88	c Bin: Executing march_dl
1199.36/1199.88	c child exit by a signal
1199.36/1199.88	c march_dl returned code 137.
1199.36/1199.88	c march_dl returned code 137.
1199.36/1199.88	c satzilla running kcnfs ... 
1199.36/1199.88	c Bin: Executing kcnfs
1199.36/1199.88	c kcnfs returned code 1.
1199.36/1199.88	c kcnfs returned code 1.
1199.36/1199.88	c satzilla running eureka ... 
1199.36/1199.88	c Bin: Executing eureka
1199.36/1199.88	c eureka returned code 1.
1199.36/1199.88	c eureka returned code 1.
1199.36/1199.88	c satzilla running minisat20 ... 
1199.36/1199.88	c Bin: Executing minisat20
1199.36/1199.88	c minisat20 returned code 1.
1199.36/1199.88	c minisat20 returned code 1.
1199.36/1199.88	c satzilla running vallst ... 
1199.36/1199.88	c Bin: Executing vallst
1199.36/1199.88	c vallst returned code 1.
1199.36/1199.88	c vallst returned code 1.
1199.36/1199.88	c satzilla running zchaff_rand ... 
1199.36/1199.88	c Bin: Executing zchaff_rand
1199.36/1199.88	c zchaff_rand returned code 1.
1199.36/1199.88	c zchaff_rand returned code 1.
1199.36/1199.88	c satzilla running kcnfs with preprocessing ... 
1199.47/1199.94	c Preprocessing...
1199.47/1199.94	c Inital problem has 700 variables, 14000 nary clauses (0 binary clauses).
1199.47/1199.94	c Num non-binary clauses 14000, Average non-binary clause length 5.000
1199.47/1199.94	c Theory has no gaps
1199.47/1199.94	c Preprocessor runtime was 0.040 seconds.
1199.47/1199.94	c 
1199.47/1199.94	c Satisfiability of theory still undetermined.
1199.47/1199.94	c See file /tmp/Q2Zuze for simplified theory.
1199.47/1199.94	c Bin: Executing kcnfs
1199.47/1199.94	c kcnfs returned code 1.
1199.47/1199.94	c kcnfs returned code 1.
1199.47/1199.94	c satzilla running march_dl with preprocessing ... 
1199.47/1199.94	c Bin: Executing march_dl
1199.47/1199.94	c march_dl returned code 1.
1199.47/1199.94	c march_dl returned code 1.
1199.47/1199.94	c satzilla running vallst with preprocessing ... 
1199.47/1199.94	c Bin: Executing vallst
1199.47/1199.94	c vallst returned code 1.
1199.47/1199.94	c vallst returned code 1.
1199.47/1199.94	c satzilla running zchaff_rand with preprocessing ... 
1199.47/1199.94	c Bin: Executing zchaff_rand
1199.47/1199.94	c zchaff_rand returned code 1.
1199.47/1199.94	c zchaff_rand returned code 1.
1199.47/1199.94	c satzilla running rsat with preprocessing ... 
1199.47/1199.94	c Bin: Executing rsat
1199.47/1199.94	c rsat returned code 1.
1199.47/1199.94	c rsat returned code 1.
1199.47/1199.94	c satzilla running eureka with preprocessing ... 
1199.47/1199.94	c Bin: Executing eureka
1199.47/1199.94	c eureka returned code 1.
1199.47/1199.94	c eureka returned code 1.
1199.47/1199.94	c satzilla running minisat20 with preprocessing ... 
1199.47/1199.94	c Bin: Executing minisat20
1199.47/1199.94	c minisat20 returned code 1.
1199.47/1199.94	c minisat20 returned code 1.
1199.47/1199.94	c satzilla running rsat ... 
1199.47/1199.94	c Bin: Executing rsat
1199.47/1199.94	c rsat returned code 1.
1199.47/1199.94	c rsat returned code 1.
1199.47/1199.94	c ERROR: All Failed! 
1199.47/1199.94	c SATZILLA_TIME=1199.680000

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/node2/watcher-300930-1171943532 -o ROOT/results/node2/solver-300930-1171943532 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/300930-1171943532/SATzilla2007_F /tmp/evaluation/300930-1171943532/instance-300930-1171943532.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: 0.85 0.97 0.99 3/77 8242
/proc/meminfo: memFree=361464/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=1512 CPUtime=0
/proc/8242/stat : 8242 (SATzilla2007_F) R 8240 8242 8158 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 214308120 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/8242/statm: 378 125 110 260 0 84 0
[pid=8243] ppid=8242 vsize=768 CPUtime=0
/proc/8243/stat : 8243 (march_dl) R 8242 8242 8158 0 -1 4194304 101 0 0 0 0 0 0 0 18 0 1 0 214308120 786432 95 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8243/statm: 192 95 50 118 0 71 0

[startup+0.107319 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 8242
/proc/meminfo: memFree=361464/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=1512 CPUtime=0
/proc/8242/stat : 8242 (SATzilla2007_F) S 8240 8242 8158 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 214308120 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8242/statm: 378 125 110 260 0 84 0
[pid=8243] ppid=8242 vsize=2860 CPUtime=0.1
/proc/8243/stat : 8243 (march_dl) R 8242 8242 8158 0 -1 4194304 1747 0 0 0 10 0 0 0 19 0 1 0 214308120 2928640 370 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134582352 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8243/statm: 715 380 67 118 0 594 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4372

[startup+0.516361 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 8242
/proc/meminfo: memFree=361464/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=1512 CPUtime=0
/proc/8242/stat : 8242 (SATzilla2007_F) S 8240 8242 8158 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 214308120 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8242/statm: 378 125 110 260 0 84 0
[pid=8243] ppid=8242 vsize=3124 CPUtime=0.5
/proc/8243/stat : 8243 (march_dl) R 8242 8242 8158 0 -1 4194304 1941 0 0 0 50 0 0 0 23 0 1 0 214308120 3198976 507 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583392 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8243/statm: 781 507 67 118 0 660 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4636

[startup+1.33845 s]
/proc/loadavg: 0.85 0.97 0.99 2/79 8244
/proc/meminfo: memFree=359272/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=1512 CPUtime=0
/proc/8242/stat : 8242 (SATzilla2007_F) S 8240 8242 8158 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 214308120 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8242/statm: 378 125 110 260 0 84 0
[pid=8243] ppid=8242 vsize=3256 CPUtime=1.33
/proc/8243/stat : 8243 (march_dl) R 8242 8242 8158 0 -1 4194304 1982 0 0 0 133 0 0 0 25 0 1 0 214308120 3334144 548 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8243/statm: 814 548 67 118 0 693 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 4768

[startup+2.98662 s]
/proc/loadavg: 0.85 0.97 0.99 2/79 8244
/proc/meminfo: memFree=344232/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=1512 CPUtime=0
/proc/8242/stat : 8242 (SATzilla2007_F) S 8240 8242 8158 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 214308120 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8242/statm: 378 125 110 260 0 84 0
[pid=8243] ppid=8242 vsize=17932 CPUtime=2.98
/proc/8243/stat : 8243 (march_dl) R 8242 8242 8158 0 -1 4194304 6139 0 0 0 276 22 0 0 25 0 1 0 214308120 18362368 4245 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134658145 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8243/statm: 4483 4245 72 118 0 4362 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 19444

[startup+6.26296 s]
/proc/loadavg: 0.86 0.97 0.99 2/79 8245
/proc/meminfo: memFree=359912/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=1512 CPUtime=4.99
/proc/8242/stat : 8242 (SATzilla2007_F) S 8240 8242 8158 0 -1 4194304 149 7059 0 0 0 0 477 22 16 0 1 0 214308120 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8242/statm: 378 125 110 260 0 84 0
[pid=8245] ppid=8242 vsize=6188 CPUtime=1.25
/proc/8245/stat : 8245 (ubcsat2006) R 8242 8242 8158 0 -1 4194304 477 0 0 0 118 7 0 0 25 0 1 0 214308621 6336512 459 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8245/statm: 1547 459 156 64 0 1128 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7700

[startup+12.7196 s]
/proc/loadavg: 0.87 0.97 0.99 2/79 8246
/proc/meminfo: memFree=344112/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=3096 CPUtime=10.61
/proc/8242/stat : 8242 (SATzilla2007_F) S 8240 8242 8158 0 -1 4194304 1304 7542 0 0 331 15 680 35 25 0 1 0 214308120 3170304 579 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8242/statm: 774 579 169 260 0 480 0
[pid=8246] ppid=8242 vsize=18144 CPUtime=2.07
/proc/8246/stat : 8246 (march_dl) R 8242 8242 8158 0 -1 4194304 6014 0 0 0 186 21 0 0 25 0 1 0 214309183 18579456 4298 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134559824 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8246/statm: 4536 4298 72 118 0 4415 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 21240

[startup+25.526 s]
/proc/loadavg: 0.90 0.97 0.99 2/79 8246
/proc/meminfo: memFree=334640/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=3096 CPUtime=10.61
/proc/8242/stat : 8242 (SATzilla2007_F) S 8240 8242 8158 0 -1 4194304 1304 7542 0 0 331 15 680 35 25 0 1 0 214308120 3170304 579 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8242/statm: 774 579 169 260 0 480 0
[pid=8246] ppid=8242 vsize=26824 CPUtime=14.88
/proc/8246/stat : 8246 (march_dl) R 8242 8242 8158 0 -1 4194304 9146 0 0 0 1465 23 0 0 25 0 1 0 214309183 27467776 6335 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514015 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8246/statm: 6706 6335 74 118 0 6585 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 29920

[startup+51.1556 s]
/proc/loadavg: 0.93 0.97 0.99 2/79 8246
/proc/meminfo: memFree=329392/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=3096 CPUtime=10.61
/proc/8242/stat : 8242 (SATzilla2007_F) S 8240 8242 8158 0 -1 4194304 1304 7542 0 0 331 15 680 35 25 0 1 0 214308120 3170304 579 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8242/statm: 774 579 169 260 0 480 0
[pid=8246] ppid=8242 vsize=31688 CPUtime=40.5
/proc/8246/stat : 8246 (march_dl) R 8242 8242 8158 0 -1 4194304 10413 0 0 0 4026 24 0 0 25 0 1 0 214309183 32448512 7602 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134537794 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8246/statm: 7922 7602 74 118 0 7801 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 34784

[startup+102.412 s]
/proc/loadavg: 0.97 0.97 0.99 2/79 8246
/proc/meminfo: memFree=325936/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=3096 CPUtime=10.61
/proc/8242/stat : 8242 (SATzilla2007_F) S 8240 8242 8158 0 -1 4194304 1304 7542 0 0 331 15 680 35 25 0 1 0 214308120 3170304 579 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8242/statm: 774 579 169 260 0 480 0
[pid=8246] ppid=8242 vsize=35112 CPUtime=91.75
/proc/8246/stat : 8246 (march_dl) R 8242 8242 8158 0 -1 4194304 11293 0 0 0 9149 26 0 0 25 0 1 0 214309183 35954688 8482 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527824 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8246/statm: 8778 8482 74 118 0 8657 0
Current children cumulated CPU time (s) 102.36
Current children cumulated vsize (KiB) 38208

[startup+162.485 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 8246
/proc/meminfo: memFree=324144/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=3096 CPUtime=10.61
/proc/8242/stat : 8242 (SATzilla2007_F) S 8240 8242 8158 0 -1 4194304 1304 7542 0 0 331 15 680 35 25 0 1 0 214308120 3170304 579 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8242/statm: 774 579 169 260 0 480 0
[pid=8246] ppid=8242 vsize=36952 CPUtime=151.8
/proc/8246/stat : 8246 (march_dl) R 8242 8242 8158 0 -1 4194304 11739 0 0 0 15154 26 0 0 25 0 1 0 214309183 37838848 8928 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528159 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8246/statm: 9238 8928 74 118 0 9117 0
Current children cumulated CPU time (s) 162.41
Current children cumulated vsize (KiB) 40048

[startup+222.553 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 8246
/proc/meminfo: memFree=322480/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=3096 CPUtime=10.61
/proc/8242/stat : 8242 (SATzilla2007_F) S 8240 8242 8158 0 -1 4194304 1304 7542 0 0 331 15 680 35 25 0 1 0 214308120 3170304 579 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8242/statm: 774 579 169 260 0 480 0
[pid=8246] ppid=8242 vsize=38532 CPUtime=211.86
/proc/8246/stat : 8246 (march_dl) R 8242 8242 8158 0 -1 4194304 12148 0 0 0 21158 28 0 0 25 0 1 0 214309183 39456768 9337 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8246/statm: 9633 9337 74 118 0 9512 0
Current children cumulated CPU time (s) 222.47
Current children cumulated vsize (KiB) 41628

[startup+282.625 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 8246
/proc/meminfo: memFree=321264/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=3096 CPUtime=10.61
/proc/8242/stat : 8242 (SATzilla2007_F) S 8240 8242 8158 0 -1 4194304 1304 7542 0 0 331 15 680 35 25 0 1 0 214308120 3170304 579 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8242/statm: 774 579 169 260 0 480 0
[pid=8246] ppid=8242 vsize=39720 CPUtime=271.91
/proc/8246/stat : 8246 (march_dl) R 8242 8242 8158 0 -1 4194304 12455 0 0 0 27162 29 0 0 25 0 1 0 214309183 40673280 9644 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8246/statm: 9930 9644 74 118 0 9809 0
Current children cumulated CPU time (s) 282.52
Current children cumulated vsize (KiB) 42816

[startup+342.696 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 8246
/proc/meminfo: memFree=320368/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=3096 CPUtime=10.61
/proc/8242/stat : 8242 (SATzilla2007_F) S 8240 8242 8158 0 -1 4194304 1304 7542 0 0 331 15 680 35 25 0 1 0 214308120 3170304 579 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8242/statm: 774 579 169 260 0 480 0
[pid=8246] ppid=8242 vsize=40644 CPUtime=331.96
/proc/8246/stat : 8246 (march_dl) R 8242 8242 8158 0 -1 4194304 12673 0 0 0 33167 29 0 0 25 0 1 0 214309183 41619456 9862 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8246/statm: 10161 9862 74 118 0 10040 0
Current children cumulated CPU time (s) 342.57
Current children cumulated vsize (KiB) 43740

[startup+402.773 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 8246
/proc/meminfo: memFree=319600/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=3096 CPUtime=10.61
/proc/8242/stat : 8242 (SATzilla2007_F) S 8240 8242 8158 0 -1 4194304 1304 7542 0 0 331 15 680 35 25 0 1 0 214308120 3170304 579 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8242/statm: 774 579 169 260 0 480 0
[pid=8246] ppid=8242 vsize=41304 CPUtime=392.03
/proc/8246/stat : 8246 (march_dl) R 8242 8242 8158 0 -1 4194304 12852 0 0 0 39173 30 0 0 25 0 1 0 214309183 42295296 10041 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528156 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8246/statm: 10326 10041 74 118 0 10205 0
Current children cumulated CPU time (s) 402.64
Current children cumulated vsize (KiB) 44400

[startup+462.846 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 8246
/proc/meminfo: memFree=319088/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=3096 CPUtime=10.61
/proc/8242/stat : 8242 (SATzilla2007_F) S 8240 8242 8158 0 -1 4194304 1304 7542 0 0 331 15 680 35 25 0 1 0 214308120 3170304 579 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8242/statm: 774 579 169 260 0 480 0
[pid=8246] ppid=8242 vsize=41832 CPUtime=452.09
/proc/8246/stat : 8246 (march_dl) R 8242 8242 8158 0 -1 4194304 12978 0 0 0 45178 31 0 0 25 0 1 0 214309183 42835968 10167 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527886 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8246/statm: 10458 10167 74 118 0 10337 0
Current children cumulated CPU time (s) 462.7

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

/proc/8246/statm: 10986 10694 74 118 0 10865 0
Current children cumulated CPU time (s) 762.89
Current children cumulated vsize (KiB) 47040

[startup+823.314 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 8444
/proc/meminfo: memFree=316528/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=3096 CPUtime=10.61
/proc/8242/stat : 8242 (SATzilla2007_F) S 8240 8242 8158 0 -1 4194304 1304 7542 0 0 331 15 680 35 25 0 1 0 214308120 3170304 579 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8242/statm: 774 579 169 260 0 480 0
[pid=8246] ppid=8242 vsize=44340 CPUtime=812.34
/proc/8246/stat : 8246 (march_dl) R 8242 8242 8158 0 -1 4194304 13601 0 0 0 81199 35 0 0 25 0 1 0 214309183 45404160 10790 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551523 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8246/statm: 11085 10790 74 118 0 10964 0
Current children cumulated CPU time (s) 822.95
Current children cumulated vsize (KiB) 47436

[startup+883.385 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 8444
/proc/meminfo: memFree=316208/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=3096 CPUtime=10.61
/proc/8242/stat : 8242 (SATzilla2007_F) S 8240 8242 8158 0 -1 4194304 1304 7542 0 0 331 15 680 35 25 0 1 0 214308120 3170304 579 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8242/statm: 774 579 169 260 0 480 0
[pid=8246] ppid=8242 vsize=44736 CPUtime=872.39
/proc/8246/stat : 8246 (march_dl) R 8242 8242 8158 0 -1 4194304 13694 0 0 0 87204 35 0 0 25 0 1 0 214309183 45809664 10883 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514015 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8246/statm: 11184 10883 74 118 0 11063 0
Current children cumulated CPU time (s) 883
Current children cumulated vsize (KiB) 47832

[startup+943.454 s]
/proc/loadavg: 1.04 0.99 0.99 2/79 8444
/proc/meminfo: memFree=315888/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=3096 CPUtime=10.61
/proc/8242/stat : 8242 (SATzilla2007_F) S 8240 8242 8158 0 -1 4194304 1304 7542 0 0 331 15 680 35 25 0 1 0 214308120 3170304 579 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8242/statm: 774 579 169 260 0 480 0
[pid=8246] ppid=8242 vsize=45000 CPUtime=932.45
/proc/8246/stat : 8246 (march_dl) R 8242 8242 8158 0 -1 4194304 13767 0 0 0 93209 36 0 0 25 0 1 0 214309183 46080000 10956 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8246/statm: 11250 10956 74 118 0 11129 0
Current children cumulated CPU time (s) 943.06
Current children cumulated vsize (KiB) 48096

[startup+1003.52 s]
/proc/loadavg: 1.01 0.99 0.99 2/79 8444
/proc/meminfo: memFree=315632/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=3096 CPUtime=10.61
/proc/8242/stat : 8242 (SATzilla2007_F) S 8240 8242 8158 0 -1 4194304 1304 7542 0 0 331 15 680 35 25 0 1 0 214308120 3170304 579 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8242/statm: 774 579 169 260 0 480 0
[pid=8246] ppid=8242 vsize=45264 CPUtime=992.51
/proc/8246/stat : 8246 (march_dl) R 8242 8242 8158 0 -1 4194304 13830 0 0 0 99214 37 0 0 25 0 1 0 214309183 46350336 11019 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526940 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8246/statm: 11316 11019 74 118 0 11195 0
Current children cumulated CPU time (s) 1003.12
Current children cumulated vsize (KiB) 48360

[startup+1063.6 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 8444
/proc/meminfo: memFree=315312/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=3096 CPUtime=10.61
/proc/8242/stat : 8242 (SATzilla2007_F) S 8240 8242 8158 0 -1 4194304 1304 7542 0 0 331 15 680 35 25 0 1 0 214308120 3170304 579 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8242/statm: 774 579 169 260 0 480 0
[pid=8246] ppid=8242 vsize=45528 CPUtime=1052.57
/proc/8246/stat : 8246 (march_dl) R 8242 8242 8158 0 -1 4194304 13900 0 0 0 105219 38 0 0 25 0 1 0 214309183 46620672 11089 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134567185 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8246/statm: 11382 11089 74 118 0 11261 0
Current children cumulated CPU time (s) 1063.18
Current children cumulated vsize (KiB) 48624

[startup+1123.66 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 8444
/proc/meminfo: memFree=314992/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=3096 CPUtime=10.61
/proc/8242/stat : 8242 (SATzilla2007_F) S 8240 8242 8158 0 -1 4194304 1304 7542 0 0 331 15 680 35 25 0 1 0 214308120 3170304 579 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8242/statm: 774 579 169 260 0 480 0
[pid=8246] ppid=8242 vsize=45928 CPUtime=1112.61
/proc/8246/stat : 8246 (march_dl) R 8242 8242 8158 0 -1 4194304 14000 0 0 0 111223 38 0 0 25 0 1 0 214309183 47030272 11189 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8246/statm: 11482 11189 74 118 0 11361 0
Current children cumulated CPU time (s) 1123.22
Current children cumulated vsize (KiB) 49024

[startup+1183.73 s]
/proc/loadavg: 1.08 1.00 1.00 2/79 8444
/proc/meminfo: memFree=314672/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=3096 CPUtime=10.61
/proc/8242/stat : 8242 (SATzilla2007_F) S 8240 8242 8158 0 -1 4194304 1304 7542 0 0 331 15 680 35 25 0 1 0 214308120 3170304 579 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8242/statm: 774 579 169 260 0 480 0
[pid=8246] ppid=8242 vsize=46192 CPUtime=1172.67
/proc/8246/stat : 8246 (march_dl) R 8242 8242 8158 0 -1 4194304 14072 0 0 0 117228 39 0 0 25 0 1 0 214309183 47300608 11261 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134537726 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8246/statm: 11548 11261 74 118 0 11427 0
Current children cumulated CPU time (s) 1183.28
Current children cumulated vsize (KiB) 49288

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

[startup+1187.52 s]
/proc/loadavg: 1.07 1.00 1.00 2/79 8444
/proc/meminfo: memFree=314672/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=3096 CPUtime=10.61
/proc/8242/stat : 8242 (SATzilla2007_F) S 8240 8242 8158 0 -1 4194304 1304 7542 0 0 331 15 680 35 25 0 1 0 214308120 3170304 579 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8242/statm: 774 579 169 260 0 480 0
[pid=8246] ppid=8242 vsize=46192 CPUtime=1176.46
/proc/8246/stat : 8246 (march_dl) R 8242 8242 8158 0 -1 4194304 14077 0 0 0 117607 39 0 0 25 0 1 0 214309183 47300608 11266 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134564684 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8246/statm: 11548 11266 74 118 0 11427 0
Current children cumulated CPU time (s) 1187.07
Current children cumulated vsize (KiB) 49288

[startup+1194.08 s]
/proc/loadavg: 1.07 1.00 1.00 2/79 8444
/proc/meminfo: memFree=314608/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=3096 CPUtime=10.61
/proc/8242/stat : 8242 (SATzilla2007_F) S 8240 8242 8158 0 -1 4194304 1304 7542 0 0 331 15 680 35 25 0 1 0 214308120 3170304 579 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8242/statm: 774 579 169 260 0 480 0
[pid=8246] ppid=8242 vsize=46192 CPUtime=1183.02
/proc/8246/stat : 8246 (march_dl) R 8242 8242 8158 0 -1 4194304 14081 0 0 0 118263 39 0 0 25 0 1 0 214309183 47300608 11270 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134565996 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8246/statm: 11548 11270 74 118 0 11427 0
Current children cumulated CPU time (s) 1193.63
Current children cumulated vsize (KiB) 49288

[startup+1197.36 s]
/proc/loadavg: 1.06 1.00 1.00 2/79 8444
/proc/meminfo: memFree=314608/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=3096 CPUtime=10.61
/proc/8242/stat : 8242 (SATzilla2007_F) S 8240 8242 8158 0 -1 4194304 1304 7542 0 0 331 15 680 35 25 0 1 0 214308120 3170304 579 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8242/statm: 774 579 169 260 0 480 0
[pid=8246] ppid=8242 vsize=46192 CPUtime=1186.29
/proc/8246/stat : 8246 (march_dl) R 8242 8242 8158 0 -1 4194304 14083 0 0 0 118590 39 0 0 25 0 1 0 214309183 47300608 11272 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8246/statm: 11548 11272 74 118 0 11427 0
Current children cumulated CPU time (s) 1196.9
Current children cumulated vsize (KiB) 49288

[startup+1199 s]
/proc/loadavg: 1.06 1.00 1.00 2/79 8444
/proc/meminfo: memFree=314608/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=3096 CPUtime=10.61
/proc/8242/stat : 8242 (SATzilla2007_F) S 8240 8242 8158 0 -1 4194304 1304 7542 0 0 331 15 680 35 25 0 1 0 214308120 3170304 579 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8242/statm: 774 579 169 260 0 480 0
[pid=8246] ppid=8242 vsize=46192 CPUtime=1187.93
/proc/8246/stat : 8246 (march_dl) R 8242 8242 8158 0 -1 4194304 14084 0 0 0 118754 39 0 0 25 0 1 0 214309183 47300608 11273 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551682 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8246/statm: 11548 11273 74 118 0 11427 0
Current children cumulated CPU time (s) 1198.54
Current children cumulated vsize (KiB) 49288

[startup+1199.4 s]
/proc/loadavg: 1.06 1.00 1.00 2/79 8444
/proc/meminfo: memFree=314608/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=3096 CPUtime=10.61
/proc/8242/stat : 8242 (SATzilla2007_F) S 8240 8242 8158 0 -1 4194304 1304 7542 0 0 331 15 680 35 25 0 1 0 214308120 3170304 579 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8242/statm: 774 579 169 260 0 480 0
[pid=8246] ppid=8242 vsize=46192 CPUtime=1188.34
/proc/8246/stat : 8246 (march_dl) R 8242 8242 8158 0 -1 4194304 14084 0 0 0 118795 39 0 0 25 0 1 0 214309183 47300608 11273 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514015 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8246/statm: 11548 11273 74 118 0 11427 0
Current children cumulated CPU time (s) 1198.95
Current children cumulated vsize (KiB) 49288

[startup+1199.82 s]
/proc/loadavg: 1.06 1.00 1.00 3/79 8444
/proc/meminfo: memFree=314608/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=3096 CPUtime=10.61
/proc/8242/stat : 8242 (SATzilla2007_F) S 8240 8242 8158 0 -1 4194304 1304 7542 0 0 331 15 680 35 25 0 1 0 214308120 3170304 579 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8242/statm: 774 579 169 260 0 480 0
[pid=8246] ppid=8242 vsize=46192 CPUtime=1188.75
/proc/8246/stat : 8246 (march_dl) R 8242 8242 8158 0 -1 4194304 14084 0 0 0 118836 39 0 0 25 0 1 0 214309183 47300608 11273 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528159 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8246/statm: 11548 11273 74 118 0 11427 0
Current children cumulated CPU time (s) 1199.36
Current children cumulated vsize (KiB) 49288

[startup+1199.92 s]
/proc/loadavg: 1.06 1.00 1.00 3/79 8444
/proc/meminfo: memFree=314608/2055920 swapFree=4192812/4192956
[pid=8242] ppid=8240 vsize=4876 CPUtime=1199.47
/proc/8242/stat : 8242 (SATzilla2007_F) R 8240 8242 8158 0 -1 4194304 1917 21626 0 0 334 15 119523 75 19 0 1 0 214308120 4993024 1029 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 134591288 0 0 4096 0 0 0 0 17 0 0 0
/proc/8242/statm: 1219 1029 176 260 0 925 0
Current children cumulated CPU time (s) 1199.47
Current children cumulated vsize (KiB) 4876

Child status: 17
Real time (s): 1199.95
CPU time (s): 1199.51
CPU user time (s): 1198.6
CPU system time (s): 0.91686
CPU usage (%): 99.9638
Max. virtual memory (cumulated for all children) (KiB): 49288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.6
system time used= 0.91686
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23555
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= 1876

runsolver used 1.12283 second user time and 3.14152 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Tue Feb 20 03:52:12 UTC 2007

IDJOB= 300930
IDBENCH= 20046
IDSOLVER= 136
FILE ID= node2/300930-1171943532

PBS_JOBID= 3848951

Free space on /tmp= 66541 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v700/unif-k5-r20-v700-c14000-S1036103820-03.cnf
COMMAND LINE= /tmp/evaluation/300930-1171943532/SATzilla2007_F /tmp/evaluation/300930-1171943532/instance-300930-1171943532.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-300930-1171943532 -o ROOT/results/node2/solver-300930-1171943532 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/300930-1171943532/SATzilla2007_F /tmp/evaluation/300930-1171943532/instance-300930-1171943532.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  85e6669b731e40790ffff95698079292

RANDOM SEED= 805760402

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node2.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.247
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.247
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:        361936 kB
Buffers:         53664 kB
Cached:        1501836 kB
SwapCached:          0 kB
Active:        1042108 kB
Inactive:       573084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        361936 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10616 kB
Writeback:           0 kB
Mapped:          78524 kB
Slab:            64344 kB
Committed_AS:  1171764 kB
PageTables:       1812 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= 66541 MiB

End job on node2 on Tue Feb 20 04:12:12 UTC 2007