Trace number 301585

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 CRAFTED? (exit code) 1199.63 1200.17

General information on the benchmark

Namerandom/LargeSize/5SAT/v1000/
unif-k5-r20-v1000-c20000-S1022834397-10.cnf
MD5SUM5c979e79acb65e7cc18f31c8e35047ea
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark130.612
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
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 520000
Number of clauses of size over 50

Solver Data (download as text)

10.64/10.70	c run March_dl for 5 seconds ... 
10.64/10.70	c Bin: Executing march_dl
10.64/10.70	c child exit by a signal
10.64/10.70	c march_dl returned code 137.
10.64/10.70	c run saps (UBCSAT implementation) for 2 seconds ... 
10.64/10.70	c Bin: Executing ubcsat2006
10.64/10.70	c child exited successfully
10.64/10.70	c ubcsat2006 returned code 0.
10.64/10.70	c satzilla computing base features
10.64/10.70	c satzilla doing unit-prop probe
10.64/10.70	c satzilla doing local search probe
10.64/10.70	c satzilla doing lobjois search-space size estimate
10.64/10.70	c satzilla's ranking:
10.64/10.70	c 1) zchaff_rand+P: -0.818329
10.64/10.70	c 2) minisat20+P: -0.751196
10.64/10.70	c 3) minisat20: 1.336787
10.64/10.70	c 4) march_dl: 1.878119
10.64/10.70	c 5) march_dl+P: 2.969724
10.64/10.70	c 6) vallst+P: 3.424993
10.64/10.70	c 7) kcnfs+P: 999.000000
10.64/10.70	c 8) kcnfs: 999.000000
10.64/10.70	c 9) vallst: 999.000000
10.64/10.70	c 10) zchaff_rand: 999.000000
10.64/10.70	c satzilla running zchaff_rand with preprocessing ... 
1199.54/1200.16	c Preprocessing...
1199.54/1200.16	c Inital problem has 1000 variables, 20000 nary clauses (0 binary clauses).
1199.54/1200.16	c Num non-binary clauses 20000, Average non-binary clause length 5.000
1199.54/1200.16	c Theory has no gaps
1199.54/1200.16	c Preprocessor runtime was 0.050 seconds.
1199.54/1200.16	c 
1199.54/1200.16	c Satisfiability of theory still undetermined.
1199.54/1200.16	c See file /tmp/98CxmB for simplified theory.
1199.54/1200.16	c Bin: Executing zchaff_rand
1199.54/1200.16	c child exit by a signal
1199.54/1200.16	c zchaff_rand returned code 137.
1199.54/1200.16	c zchaff_rand returned code 137.
1199.54/1200.16	c satzilla running minisat20 with preprocessing ... 
1199.54/1200.16	c Bin: Executing minisat20
1199.54/1200.16	c minisat20 returned code 1.
1199.54/1200.16	c minisat20 returned code 1.
1199.54/1200.16	c satzilla running minisat20 ... 
1199.54/1200.16	c Bin: Executing minisat20
1199.54/1200.16	c minisat20 returned code 1.
1199.54/1200.16	c minisat20 returned code 1.
1199.54/1200.16	c satzilla running march_dl ... 
1199.54/1200.16	c Bin: Executing march_dl
1199.54/1200.16	c march_dl returned code 1.
1199.54/1200.16	c march_dl returned code 1.
1199.54/1200.16	c satzilla running march_dl with preprocessing ... 
1199.54/1200.16	c Bin: Executing march_dl
1199.54/1200.16	c march_dl returned code 1.
1199.54/1200.16	c march_dl returned code 1.
1199.54/1200.16	c satzilla running vallst with preprocessing ... 
1199.54/1200.16	c Bin: Executing vallst
1199.54/1200.16	c vallst returned code 1.
1199.54/1200.16	c vallst returned code 1.
1199.54/1200.16	c satzilla running kcnfs with preprocessing ... 
1199.54/1200.16	c Bin: Executing kcnfs
1199.54/1200.16	c kcnfs returned code 1.
1199.54/1200.16	c kcnfs returned code 1.
1199.54/1200.16	c satzilla running kcnfs ... 
1199.54/1200.16	c Bin: Executing kcnfs
1199.54/1200.16	c kcnfs returned code 1.
1199.54/1200.16	c kcnfs returned code 1.
1199.54/1200.16	c satzilla running vallst ... 
1199.54/1200.16	c Bin: Executing vallst
1199.54/1200.16	c vallst returned code 1.
1199.54/1200.16	c vallst returned code 1.
1199.54/1200.16	c satzilla running zchaff_rand ... 
1199.54/1200.16	c Bin: Executing zchaff_rand
1199.54/1200.16	c zchaff_rand returned code 1.
1199.54/1200.16	c zchaff_rand returned code 1.
1199.54/1200.16	c ERROR: All Failed! 
1199.54/1200.16	c SATZILLA_TIME=1199.790000

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/node12/watcher-301585-1171979298 -o ROOT/results/node12/solver-301585-1171979298 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/301585-1171979298/SATzilla2007_C /tmp/evaluation/301585-1171979298/instance-301585-1171979298.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.00 1.00 3/77 4213
/proc/meminfo: memFree=1666680/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=1440 CPUtime=0
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217884243 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4213/statm: 360 110 95 260 0 84 0
[pid=4214] ppid=4213 vsize=796 CPUtime=0
/proc/4214/stat : 4214 (march_dl) R 4213 4213 3424 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 217884243 815104 105 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4214/statm: 199 105 50 118 0 78 0

[startup+0.106576 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 4213
/proc/meminfo: memFree=1666680/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=1440 CPUtime=0
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217884243 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4213/statm: 360 110 95 260 0 84 0
[pid=4214] ppid=4213 vsize=2812 CPUtime=0.09
/proc/4214/stat : 4214 (march_dl) R 4213 4213 3424 0 -1 4194304 1696 0 0 0 9 0 0 0 20 0 1 0 217884243 2879488 550 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134543096 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4214/statm: 703 550 61 118 0 582 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4252

[startup+0.514649 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 4213
/proc/meminfo: memFree=1666680/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=1440 CPUtime=0
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217884243 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4213/statm: 360 110 95 260 0 84 0
[pid=4214] ppid=4213 vsize=27592 CPUtime=0.5
/proc/4214/stat : 4214 (march_dl) R 4213 4213 3424 0 -1 4194304 8673 0 0 0 47 3 0 0 23 0 1 0 217884243 28254208 6305 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4214/statm: 6898 6305 72 118 0 6777 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 29032

[startup+1.3348 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 4215
/proc/meminfo: memFree=1641512/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=1440 CPUtime=0
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217884243 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4213/statm: 360 110 95 260 0 84 0
[pid=4214] ppid=4213 vsize=27600 CPUtime=1.32
/proc/4214/stat : 4214 (march_dl) R 4213 4213 3424 0 -1 4194304 8677 0 0 0 101 31 0 0 25 0 1 0 217884243 28262400 6309 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4214/statm: 6900 6309 72 118 0 6779 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 29040

[startup+2.97109 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 4215
/proc/meminfo: memFree=1639080/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=1440 CPUtime=0
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217884243 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4213/statm: 360 110 95 260 0 84 0
[pid=4214] ppid=4213 vsize=29588 CPUtime=2.96
/proc/4214/stat : 4214 (march_dl) R 4213 4213 3424 0 -1 4194304 9767 0 0 0 262 34 0 0 25 0 1 0 217884243 30298112 7021 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134559739 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4214/statm: 7397 7021 72 118 0 7276 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 31028

[startup+6.25368 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 4216
/proc/meminfo: memFree=1664552/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=1440 CPUtime=4.99
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 135 10121 0 0 0 0 465 34 16 0 1 0 217884243 1474560 111 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4213/statm: 360 111 96 260 0 84 0
[pid=4216] ppid=4213 vsize=6188 CPUtime=1.23
/proc/4216/stat : 4216 (ubcsat2006) R 4213 4213 3424 0 -1 4194304 582 0 0 0 118 5 0 0 25 0 1 0 217884744 6336512 565 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4216/statm: 1547 565 156 64 0 1128 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 7628

[startup+12.7088 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 4217
/proc/meminfo: memFree=1656296/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=6192 CPUtime=10.77
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 2408 10709 0 0 349 13 670 45 25 0 1 0 217884243 6340608 1365 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4213/statm: 1548 1365 164 260 0 1272 0
[pid=4217] ppid=4213 vsize=10068 CPUtime=1.9
/proc/4217/stat : 4217 (zchaff_rand) R 4213 4213 3424 0 -1 4194304 1424 0 0 0 184 6 0 0 25 0 1 0 217885323 10309632 1294 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4217/statm: 2517 1294 112 208 0 2289 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 16260

[startup+25.5241 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 4217
/proc/meminfo: memFree=1649768/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=6192 CPUtime=10.77
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 2408 10709 0 0 349 13 670 45 25 0 1 0 217884243 6340608 1365 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4213/statm: 1548 1365 164 260 0 1272 0
[pid=4217] ppid=4213 vsize=17484 CPUtime=14.71
/proc/4217/stat : 4217 (zchaff_rand) R 4213 4213 3424 0 -1 4194304 3535 0 0 0 1443 28 0 0 25 0 1 0 217885323 17903616 2923 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4217/statm: 4371 2923 112 208 0 4143 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 23676

[startup+51.1528 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 4217
/proc/meminfo: memFree=1645800/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=6192 CPUtime=10.77
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 2408 10709 0 0 349 13 670 45 25 0 1 0 217884243 6340608 1365 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4213/statm: 1548 1365 164 260 0 1272 0
[pid=4217] ppid=4213 vsize=20936 CPUtime=40.33
/proc/4217/stat : 4217 (zchaff_rand) R 4213 4213 3424 0 -1 4194304 5142 0 0 0 3966 67 0 0 25 0 1 0 217885323 21438464 3889 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4217/statm: 5234 3889 112 208 0 5006 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 27128

[startup+102.405 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 4217
/proc/meminfo: memFree=1641000/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=6192 CPUtime=10.77
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 2408 10709 0 0 349 13 670 45 25 0 1 0 217884243 6340608 1365 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4213/statm: 1548 1365 164 260 0 1272 0
[pid=4217] ppid=4213 vsize=26556 CPUtime=91.56
/proc/4217/stat : 4217 (zchaff_rand) R 4213 4213 3424 0 -1 4194304 7646 0 0 0 9008 148 0 0 25 0 1 0 217885323 27193344 5112 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4217/statm: 6639 5112 112 208 0 6411 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 32748

[startup+162.478 s]
/proc/loadavg: 1.04 1.01 1.00 2/79 4217
/proc/meminfo: memFree=1635688/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=6192 CPUtime=10.77
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 2408 10709 0 0 349 13 670 45 25 0 1 0 217884243 6340608 1365 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4213/statm: 1548 1365 164 260 0 1272 0
[pid=4217] ppid=4213 vsize=37048 CPUtime=151.62
/proc/4217/stat : 4217 (zchaff_rand) R 4213 4213 3424 0 -1 4194304 11499 0 0 0 14924 238 0 0 25 0 1 0 217885323 37937152 6404 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4217/statm: 9262 6404 112 208 0 9034 0
Current children cumulated CPU time (s) 162.39
Current children cumulated vsize (KiB) 43240

[startup+222.545 s]
/proc/loadavg: 1.01 1.01 1.00 3/79 4217
/proc/meminfo: memFree=1630696/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=6192 CPUtime=10.77
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 2408 10709 0 0 349 13 670 45 25 0 1 0 217884243 6340608 1365 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4213/statm: 1548 1365 164 260 0 1272 0
[pid=4217] ppid=4213 vsize=37048 CPUtime=211.66
/proc/4217/stat : 4217 (zchaff_rand) R 4213 4213 3424 0 -1 4194304 12741 0 0 0 20836 330 0 0 25 0 1 0 217885323 37937152 7646 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4217/statm: 9262 7646 112 208 0 9034 0
Current children cumulated CPU time (s) 222.43
Current children cumulated vsize (KiB) 43240

[startup+282.606 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 4217
/proc/meminfo: memFree=1625832/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=6192 CPUtime=10.77
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 2408 10709 0 0 349 13 670 45 25 0 1 0 217884243 6340608 1365 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4213/statm: 1548 1365 164 260 0 1272 0
[pid=4217] ppid=4213 vsize=57652 CPUtime=271.7
/proc/4217/stat : 4217 (zchaff_rand) R 4213 4213 3424 0 -1 4194304 19064 0 0 0 26748 422 0 0 25 0 1 0 217885323 59035648 8848 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4217/statm: 14413 8848 112 208 0 14185 0
Current children cumulated CPU time (s) 282.47
Current children cumulated vsize (KiB) 63844

[startup+342.675 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 4217
/proc/meminfo: memFree=1621032/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=6192 CPUtime=10.77
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 2408 10709 0 0 349 13 670 45 25 0 1 0 217884243 6340608 1365 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4213/statm: 1548 1365 164 260 0 1272 0
[pid=4217] ppid=4213 vsize=57776 CPUtime=331.75
/proc/4217/stat : 4217 (zchaff_rand) R 4213 4213 3424 0 -1 4194304 20276 0 0 0 32667 508 0 0 25 0 1 0 217885323 59162624 10060 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4217/statm: 14444 10060 112 208 0 14216 0
Current children cumulated CPU time (s) 342.52
Current children cumulated vsize (KiB) 63968

[startup+402.751 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 4217
/proc/meminfo: memFree=1616104/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=6192 CPUtime=10.77
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 2408 10709 0 0 349 13 670 45 25 0 1 0 217884243 6340608 1365 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4213/statm: 1548 1365 164 260 0 1272 0
[pid=4217] ppid=4213 vsize=57776 CPUtime=391.8
/proc/4217/stat : 4217 (zchaff_rand) R 4213 4213 3424 0 -1 4194304 21468 0 0 0 38580 600 0 0 25 0 1 0 217885323 59162624 11252 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4217/statm: 14444 11252 112 208 0 14216 0
Current children cumulated CPU time (s) 402.57
Current children cumulated vsize (KiB) 63968

[startup+462.823 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 4217
/proc/meminfo: memFree=1611304/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=6192 CPUtime=10.77
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 2408 10709 0 0 349 13 670 45 25 0 1 0 217884243 6340608 1365 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4213/statm: 1548 1365 164 260 0 1272 0
[pid=4217] ppid=4213 vsize=57900 CPUtime=451.86
/proc/4217/stat : 4217 (zchaff_rand) R 4213 4213 3424 0 -1 4194304 22691 0 0 0 44501 685 0 0 25 0 1 0 217885323 59289600 12475 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4217/statm: 14475 12475 112 208 0 14247 0
Current children cumulated CPU time (s) 462.63

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


[startup+823.269 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 4351
/proc/meminfo: memFree=1581800/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=6192 CPUtime=10.77
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 2408 10709 0 0 349 13 670 45 25 0 1 0 217884243 6340608 1365 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4213/statm: 1548 1365 164 260 0 1272 0
[pid=4217] ppid=4213 vsize=98984 CPUtime=812.1
/proc/4217/stat : 4217 (zchaff_rand) R 4213 4213 3424 0 -1 4194304 39964 0 0 0 79983 1227 0 0 25 0 1 0 217885323 101359616 19507 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4217/statm: 24746 19507 112 208 0 24518 0
Current children cumulated CPU time (s) 822.87
Current children cumulated vsize (KiB) 105176

[startup+883.354 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 4415
/proc/meminfo: memFree=1578216/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=6192 CPUtime=10.77
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 2408 10709 0 0 349 13 670 45 25 0 1 0 217884243 6340608 1365 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4213/statm: 1548 1365 164 260 0 1272 0
[pid=4217] ppid=4213 vsize=98984 CPUtime=872.13
/proc/4217/stat : 4217 (zchaff_rand) R 4213 4213 3424 0 -1 4194304 41130 0 0 0 85899 1314 0 0 25 0 1 0 217885323 101359616 20673 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4217/statm: 24746 20673 112 208 0 24518 0
Current children cumulated CPU time (s) 882.9
Current children cumulated vsize (KiB) 105176

[startup+943.423 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 4415
/proc/meminfo: memFree=1573480/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=6192 CPUtime=10.77
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 2408 10709 0 0 349 13 670 45 25 0 1 0 217884243 6340608 1365 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4213/statm: 1548 1365 164 260 0 1272 0
[pid=4217] ppid=4213 vsize=98984 CPUtime=932.17
/proc/4217/stat : 4217 (zchaff_rand) R 4213 4213 3424 0 -1 4194304 42316 0 0 0 91816 1401 0 0 25 0 1 0 217885323 101359616 21859 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4217/statm: 24746 21859 112 208 0 24518 0
Current children cumulated CPU time (s) 942.94
Current children cumulated vsize (KiB) 105176

[startup+1003.49 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 4415
/proc/meminfo: memFree=1568872/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=6192 CPUtime=10.77
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 2408 10709 0 0 349 13 670 45 25 0 1 0 217884243 6340608 1365 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4213/statm: 1548 1365 164 260 0 1272 0
[pid=4217] ppid=4213 vsize=98984 CPUtime=992.22
/proc/4217/stat : 4217 (zchaff_rand) R 4213 4213 3424 0 -1 4194304 43481 0 0 0 97734 1488 0 0 25 0 1 0 217885323 101359616 23024 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 134553762 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4217/statm: 24746 23024 112 208 0 24518 0
Current children cumulated CPU time (s) 1002.99
Current children cumulated vsize (KiB) 105176

[startup+1063.57 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 4415
/proc/meminfo: memFree=1564136/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=6192 CPUtime=10.77
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 2408 10709 0 0 349 13 670 45 25 0 1 0 217884243 6340608 1365 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4213/statm: 1548 1365 164 260 0 1272 0
[pid=4217] ppid=4213 vsize=180904 CPUtime=1052.27
/proc/4217/stat : 4217 (zchaff_rand) R 4213 4213 3424 0 -1 4194304 65095 0 0 0 103649 1578 0 0 25 0 1 0 217885323 185245696 24157 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4217/statm: 45226 24157 112 208 0 44998 0
Current children cumulated CPU time (s) 1063.04
Current children cumulated vsize (KiB) 187096

[startup+1123.63 s]
/proc/loadavg: 1.07 1.02 1.00 2/79 4415
/proc/meminfo: memFree=1559656/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=6192 CPUtime=10.77
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 2408 10709 0 0 349 13 670 45 25 0 1 0 217884243 6340608 1365 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4213/statm: 1548 1365 164 260 0 1272 0
[pid=4217] ppid=4213 vsize=180904 CPUtime=1112.32
/proc/4217/stat : 4217 (zchaff_rand) R 4213 4213 3424 0 -1 4194304 66214 0 0 0 109570 1662 0 0 25 0 1 0 217885323 185245696 25276 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4217/statm: 45226 25276 112 208 0 44998 0
Current children cumulated CPU time (s) 1123.09
Current children cumulated vsize (KiB) 187096

[startup+1183.7 s]
/proc/loadavg: 1.02 1.01 1.00 2/79 4415
/proc/meminfo: memFree=1555240/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=6192 CPUtime=10.77
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 2408 10709 0 0 349 13 670 45 25 0 1 0 217884243 6340608 1365 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4213/statm: 1548 1365 164 260 0 1272 0
[pid=4217] ppid=4213 vsize=180904 CPUtime=1172.37
/proc/4217/stat : 4217 (zchaff_rand) R 4213 4213 3424 0 -1 4194304 67327 0 0 0 115492 1745 0 0 25 0 1 0 217885323 185245696 26389 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4217/statm: 45226 26389 112 208 0 44998 0
Current children cumulated CPU time (s) 1183.14
Current children cumulated vsize (KiB) 187096

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

[startup+1187.5 s]
/proc/loadavg: 1.02 1.01 1.00 2/79 4415
/proc/meminfo: memFree=1554920/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=6192 CPUtime=10.77
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 2408 10709 0 0 349 13 670 45 25 0 1 0 217884243 6340608 1365 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4213/statm: 1548 1365 164 260 0 1272 0
[pid=4217] ppid=4213 vsize=180904 CPUtime=1176.17
/proc/4217/stat : 4217 (zchaff_rand) R 4213 4213 3424 0 -1 4194304 67396 0 0 0 115866 1751 0 0 25 0 1 0 217885323 185245696 26458 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4217/statm: 45226 26458 112 208 0 44998 0
Current children cumulated CPU time (s) 1186.94
Current children cumulated vsize (KiB) 187096

[startup+1194.06 s]
/proc/loadavg: 1.02 1.01 1.00 2/79 4415
/proc/meminfo: memFree=1554472/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=6192 CPUtime=10.77
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 2408 10709 0 0 349 13 670 45 25 0 1 0 217884243 6340608 1365 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4213/statm: 1548 1365 164 260 0 1272 0
[pid=4217] ppid=4213 vsize=180904 CPUtime=1182.72
/proc/4217/stat : 4217 (zchaff_rand) R 4213 4213 3424 0 -1 4194304 67513 0 0 0 116510 1762 0 0 25 0 1 0 217885323 185245696 26575 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4217/statm: 45226 26575 112 208 0 44998 0
Current children cumulated CPU time (s) 1193.49
Current children cumulated vsize (KiB) 187096

[startup+1197.34 s]
/proc/loadavg: 1.02 1.01 1.00 2/79 4415
/proc/meminfo: memFree=1554280/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=6192 CPUtime=10.77
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 2408 10709 0 0 349 13 670 45 25 0 1 0 217884243 6340608 1365 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4213/statm: 1548 1365 164 260 0 1272 0
[pid=4217] ppid=4213 vsize=180904 CPUtime=1186
/proc/4217/stat : 4217 (zchaff_rand) R 4213 4213 3424 0 -1 4194304 67573 0 0 0 116834 1766 0 0 25 0 1 0 217885323 185245696 26635 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 134553706 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4217/statm: 45226 26635 112 208 0 44998 0
Current children cumulated CPU time (s) 1196.77
Current children cumulated vsize (KiB) 187096

[startup+1198.98 s]
/proc/loadavg: 1.02 1.01 1.00 2/79 4415
/proc/meminfo: memFree=1554088/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=6192 CPUtime=10.77
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 2408 10709 0 0 349 13 670 45 25 0 1 0 217884243 6340608 1365 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4213/statm: 1548 1365 164 260 0 1272 0
[pid=4217] ppid=4213 vsize=180904 CPUtime=1187.64
/proc/4217/stat : 4217 (zchaff_rand) R 4213 4213 3424 0 -1 4194304 67601 0 0 0 116996 1768 0 0 25 0 1 0 217885323 185245696 26663 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4217/statm: 45226 26663 112 208 0 44998 0
Current children cumulated CPU time (s) 1198.41
Current children cumulated vsize (KiB) 187096

[startup+1199.8 s]
/proc/loadavg: 1.02 1.01 1.00 2/79 4415
/proc/meminfo: memFree=1554024/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=6192 CPUtime=10.77
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 2408 10709 0 0 349 13 670 45 25 0 1 0 217884243 6340608 1365 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4213/statm: 1548 1365 164 260 0 1272 0
[pid=4217] ppid=4213 vsize=180904 CPUtime=1188.46
/proc/4217/stat : 4217 (zchaff_rand) R 4213 4213 3424 0 -1 4194304 67616 0 0 0 117076 1770 0 0 25 0 1 0 217885323 185245696 26678 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4217/statm: 45226 26678 112 208 0 44998 0
Current children cumulated CPU time (s) 1199.23
Current children cumulated vsize (KiB) 187096

[startup+1200 s]
/proc/loadavg: 1.02 1.01 1.00 2/79 4415
/proc/meminfo: memFree=1554024/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=6192 CPUtime=10.77
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 2408 10709 0 0 349 13 670 45 25 0 1 0 217884243 6340608 1365 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4213/statm: 1548 1365 164 260 0 1272 0
[pid=4217] ppid=4213 vsize=180904 CPUtime=1188.66
/proc/4217/stat : 4217 (zchaff_rand) R 4213 4213 3424 0 -1 4194304 67620 0 0 0 117096 1770 0 0 25 0 1 0 217885323 185245696 26682 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 134543544 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4217/statm: 45226 26682 112 208 0 44998 0
Current children cumulated CPU time (s) 1199.43
Current children cumulated vsize (KiB) 187096

[startup+1200.11 s]
/proc/loadavg: 1.02 1.01 1.00 2/79 4415
/proc/meminfo: memFree=1554024/2055920 swapFree=4154916/4192956
[pid=4213] ppid=4211 vsize=6192 CPUtime=10.77
/proc/4213/stat : 4213 (SATzilla2007_C) S 4211 4213 3424 0 -1 4194304 2408 10709 0 0 349 13 670 45 25 0 1 0 217884243 6340608 1365 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4213/statm: 1548 1365 164 260 0 1272 0
[pid=4217] ppid=4213 vsize=180904 CPUtime=1188.77
/proc/4217/stat : 4217 (zchaff_rand) R 4213 4213 3424 0 -1 4194304 67622 0 0 0 117106 1771 0 0 25 0 1 0 217885323 185245696 26684 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 134543650 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4217/statm: 45226 26684 112 208 0 44998 0
Current children cumulated CPU time (s) 1199.54
Current children cumulated vsize (KiB) 187096

Child status: 17
Real time (s): 1200.17
CPU time (s): 1199.63
CPU user time (s): 1181.31
CPU system time (s): 18.3202
CPU usage (%): 99.9547
Max. virtual memory (cumulated for all children) (KiB): 269020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1181.31
system time used= 18.3202
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80753
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= 27
involuntary context switches= 9038

runsolver used 1.14283 second user time and 3.12153 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Tue Feb 20 13:48:18 UTC 2007

IDJOB= 301585
IDBENCH= 20062
IDSOLVER= 135
FILE ID= node12/301585-1171979298

PBS_JOBID= 3849036

Free space on /tmp= 66542 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v1000/unif-k5-r20-v1000-c20000-S1022834397-10.cnf
COMMAND LINE= /tmp/evaluation/301585-1171979298/SATzilla2007_C /tmp/evaluation/301585-1171979298/instance-301585-1171979298.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-301585-1171979298 -o ROOT/results/node12/solver-301585-1171979298 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/301585-1171979298/SATzilla2007_C /tmp/evaluation/301585-1171979298/instance-301585-1171979298.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  5c979e79acb65e7cc18f31c8e35047ea

RANDOM SEED= 470792011

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.285
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.285
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:       1667088 kB
Buffers:         52840 kB
Cached:         241308 kB
SwapCached:      18040 kB
Active:         189292 kB
Inactive:       130900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1667088 kB
SwapTotal:     4192956 kB
SwapFree:      4154916 kB
Dirty:            8852 kB
Writeback:           0 kB
Mapped:          29776 kB
Slab:            54288 kB
Committed_AS:  1029724 kB
PageTables:       1692 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= 66542 MiB

End job on node12 on Tue Feb 20 14:08:18 UTC 2007