Trace number 302036

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 1199.96

General information on the benchmark

Namerandom/LargeSize/5SAT/v1100/
unif-k5-r20-v1100-c22000-S260814579-03.cnf
MD5SUMcb25e5b4b3e93004a7aa665359e85972
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 variables1100
Number of clauses22000
Sum of the clauses size110000
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 522000
Number of clauses of size over 50

Solver Data (download as text)

10.64/10.69	c run March_dl for 5 seconds ... 
10.64/10.69	c Bin: Executing march_dl
10.64/10.69	c child exit by a signal
10.64/10.69	c march_dl returned code 137.
10.64/10.69	c run saps (UBCSAT implementation) for 2 seconds ... 
10.64/10.69	c Bin: Executing ubcsat2006
10.64/10.69	c child exited successfully
10.64/10.69	c ubcsat2006 returned code 0.
10.64/10.69	c satzilla computing base features
10.64/10.69	c satzilla doing unit-prop probe
10.64/10.69	c satzilla doing local search probe
10.64/10.69	c satzilla doing lobjois search-space size estimate
10.64/10.69	c satzilla's ranking:
10.64/10.69	c 1) zchaff_rand+P: -1.540026
10.64/10.69	c 2) minisat20+P: -0.541771
10.64/10.69	c 3) minisat20: 1.362341
10.64/10.69	c 4) march_dl: 1.776266
10.64/10.69	c 5) march_dl+P: 3.032799
10.64/10.69	c 6) vallst+P: 3.452048
10.64/10.69	c 7) kcnfs+P: 999.000000
10.64/10.69	c 8) kcnfs: 999.000000
10.64/10.69	c 9) vallst: 999.000000
10.64/10.69	c 10) zchaff_rand: 999.000000
10.64/10.69	c satzilla running zchaff_rand with preprocessing ... 
1199.54/1199.96	c Preprocessing...
1199.54/1199.96	c Inital problem has 1100 variables, 22000 nary clauses (0 binary clauses).
1199.54/1199.96	c Num non-binary clauses 22000, Average non-binary clause length 5.000
1199.54/1199.96	c Theory has no gaps
1199.54/1199.96	c Preprocessor runtime was 0.060 seconds.
1199.54/1199.96	c 
1199.54/1199.96	c Satisfiability of theory still undetermined.
1199.54/1199.96	c See file /tmp/CwBAAi for simplified theory.
1199.54/1199.96	c Bin: Executing zchaff_rand
1199.54/1199.96	c child exit by a signal
1199.54/1199.96	c zchaff_rand returned code 137.
1199.54/1199.96	c zchaff_rand returned code 137.
1199.54/1199.96	c satzilla running minisat20 with preprocessing ... 
1199.54/1199.96	c Bin: Executing minisat20
1199.54/1199.96	c minisat20 returned code 1.
1199.54/1199.96	c minisat20 returned code 1.
1199.54/1199.96	c satzilla running minisat20 ... 
1199.54/1199.96	c Bin: Executing minisat20
1199.54/1199.96	c minisat20 returned code 1.
1199.54/1199.96	c minisat20 returned code 1.
1199.54/1199.96	c satzilla running march_dl ... 
1199.54/1199.96	c Bin: Executing march_dl
1199.54/1199.96	c march_dl returned code 1.
1199.54/1199.96	c march_dl returned code 1.
1199.54/1199.96	c satzilla running march_dl with preprocessing ... 
1199.54/1199.96	c Bin: Executing march_dl
1199.54/1199.96	c march_dl returned code 1.
1199.54/1199.96	c march_dl returned code 1.
1199.54/1199.96	c satzilla running vallst with preprocessing ... 
1199.54/1199.96	c Bin: Executing vallst
1199.54/1199.96	c vallst returned code 1.
1199.54/1199.96	c vallst returned code 1.
1199.54/1199.96	c satzilla running kcnfs with preprocessing ... 
1199.54/1199.96	c Bin: Executing kcnfs
1199.54/1199.96	c kcnfs returned code 1.
1199.54/1199.96	c kcnfs returned code 1.
1199.54/1199.96	c satzilla running kcnfs ... 
1199.54/1199.96	c Bin: Executing kcnfs
1199.54/1199.96	c kcnfs returned code 1.
1199.54/1199.96	c kcnfs returned code 1.
1199.54/1199.96	c satzilla running vallst ... 
1199.54/1199.96	c Bin: Executing vallst
1199.54/1199.96	c vallst returned code 1.
1199.54/1199.96	c vallst returned code 1.
1199.54/1199.96	c satzilla running zchaff_rand ... 
1199.54/1199.96	c Bin: Executing zchaff_rand
1199.54/1199.96	c zchaff_rand returned code 1.
1199.54/1199.96	c zchaff_rand returned code 1.
1199.54/1199.96	c ERROR: All Failed! 
1199.54/1199.96	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/node14/watcher-302036-1172002998 -o ROOT/results/node14/solver-302036-1172002998 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/302036-1172002998/SATzilla2007_C /tmp/evaluation/302036-1172002998/instance-302036-1172002998.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 0.98 3/77 17091
/proc/meminfo: memFree=1484544/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=1440 CPUtime=0
/proc/17091/stat : 17091 (SATzilla2007_C) R 17089 17091 16641 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 220254253 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/17091/statm: 360 110 95 260 0 84 0
[pid=17092] ppid=17091 vsize=812 CPUtime=0
/proc/17092/stat : 17092 (march_dl) R 17091 17091 16641 0 -1 4194304 113 0 0 0 0 0 0 0 18 0 1 0 220254253 831488 108 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652214 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17092/statm: 203 108 50 118 0 82 0

[startup+0.107595 s]
/proc/loadavg: 1.00 1.00 0.98 3/77 17091
/proc/meminfo: memFree=1484544/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=1440 CPUtime=0
/proc/17091/stat : 17091 (SATzilla2007_C) S 17089 17091 16641 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 220254253 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17091/statm: 360 110 95 260 0 84 0
[pid=17092] ppid=17091 vsize=2924 CPUtime=0.09
/proc/17092/stat : 17092 (march_dl) R 17091 17091 16641 0 -1 4194304 1473 0 0 0 9 0 0 0 20 0 1 0 220254253 2994176 587 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134543096 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17092/statm: 731 587 57 118 0 610 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4364

[startup+0.515633 s]
/proc/loadavg: 1.00 1.00 0.98 3/77 17091
/proc/meminfo: memFree=1484544/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=1440 CPUtime=0
/proc/17091/stat : 17091 (SATzilla2007_C) S 17089 17091 16641 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 220254253 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17091/statm: 360 110 95 260 0 84 0
[pid=17092] ppid=17091 vsize=4540 CPUtime=0.5
/proc/17092/stat : 17092 (march_dl) R 17091 17091 16641 0 -1 4194304 3198 0 0 0 50 0 0 0 23 0 1 0 220254253 4648960 736 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583384 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17092/statm: 1135 736 67 118 0 1014 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 5980

[startup+1.33671 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 17093
/proc/meminfo: memFree=1481712/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=1440 CPUtime=0
/proc/17091/stat : 17091 (SATzilla2007_C) S 17089 17091 16641 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 220254253 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17091/statm: 360 110 95 260 0 84 0
[pid=17092] ppid=17091 vsize=4540 CPUtime=1.32
/proc/17092/stat : 17092 (march_dl) R 17091 17091 16641 0 -1 4194304 3206 0 0 0 132 0 0 0 25 0 1 0 220254253 4648960 744 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583424 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17092/statm: 1135 744 67 118 0 1014 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 5980

[startup+2.98486 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 17093
/proc/meminfo: memFree=1458224/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=1440 CPUtime=0
/proc/17091/stat : 17091 (SATzilla2007_C) S 17089 17091 16641 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 220254253 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17091/statm: 360 110 95 260 0 84 0
[pid=17092] ppid=17091 vsize=30456 CPUtime=2.97
/proc/17092/stat : 17092 (march_dl) R 17091 17091 16641 0 -1 4194304 10150 0 0 0 262 35 0 0 25 0 1 0 220254253 31186944 7243 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134559723 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17092/statm: 7614 7243 72 118 0 7493 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 31896

[startup+6.26118 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 17094
/proc/meminfo: memFree=1482352/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=1440 CPUtime=4.99
/proc/17091/stat : 17091 (SATzilla2007_C) S 17089 17091 16641 0 -1 4194304 135 11213 0 0 0 0 463 36 16 0 1 0 220254253 1474560 111 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17091/statm: 360 111 96 260 0 84 0
[pid=17094] ppid=17091 vsize=6188 CPUtime=1.24
/proc/17094/stat : 17094 (ubcsat2006) R 17091 17091 16641 0 -1 4194304 616 0 0 0 117 7 0 0 25 0 1 0 220254754 6336512 599 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17094/statm: 1547 599 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7628

[startup+12.7188 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 17095
/proc/meminfo: memFree=1473456/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=6652 CPUtime=10.77
/proc/17091/stat : 17091 (SATzilla2007_C) S 17089 17091 16641 0 -1 4194304 2709 11835 0 0 350 11 668 48 25 0 1 0 220254253 6811648 1482 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17091/statm: 1663 1482 164 260 0 1387 0
[pid=17095] ppid=17091 vsize=10468 CPUtime=1.91
/proc/17095/stat : 17095 (zchaff_rand) R 17091 17091 16641 0 -1 4194304 1474 0 0 0 184 7 0 0 25 0 1 0 220255333 10719232 1344 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17095/statm: 2617 1344 112 208 0 2389 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 17120

[startup+25.524 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 17095
/proc/meminfo: memFree=1466992/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=6652 CPUtime=10.77
/proc/17091/stat : 17091 (SATzilla2007_C) S 17089 17091 16641 0 -1 4194304 2709 11835 0 0 350 11 668 48 25 0 1 0 220254253 6811648 1482 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17091/statm: 1663 1482 164 260 0 1387 0
[pid=17095] ppid=17091 vsize=17908 CPUtime=14.71
/proc/17095/stat : 17095 (zchaff_rand) R 17091 17091 16641 0 -1 4194304 3610 0 0 0 1439 32 0 0 25 0 1 0 220255333 18337792 2998 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17095/statm: 4477 2998 112 208 0 4249 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 24560

[startup+51.1544 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 17095
/proc/meminfo: memFree=1462896/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=6652 CPUtime=10.77
/proc/17091/stat : 17091 (SATzilla2007_C) S 17089 17091 16641 0 -1 4194304 2709 11835 0 0 350 11 668 48 25 0 1 0 220254253 6811648 1482 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17091/statm: 1663 1482 164 260 0 1387 0
[pid=17095] ppid=17091 vsize=21360 CPUtime=40.33
/proc/17095/stat : 17095 (zchaff_rand) R 17091 17091 16641 0 -1 4194304 5218 0 0 0 3955 78 0 0 25 0 1 0 220255333 21872640 3965 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135090403 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17095/statm: 5340 3965 112 208 0 5112 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 28012

[startup+102.409 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 17095
/proc/meminfo: memFree=1458416/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=6652 CPUtime=10.77
/proc/17091/stat : 17091 (SATzilla2007_C) S 17089 17091 16641 0 -1 4194304 2709 11835 0 0 350 11 668 48 25 0 1 0 220254253 6811648 1482 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17091/statm: 1663 1482 164 260 0 1387 0
[pid=17095] ppid=17091 vsize=26976 CPUtime=91.57
/proc/17095/stat : 17095 (zchaff_rand) R 17091 17091 16641 0 -1 4194304 7637 0 0 0 8994 163 0 0 25 0 1 0 220255333 27623424 5103 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17095/statm: 6744 5103 112 208 0 6516 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 33628

[startup+162.483 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 17095
/proc/meminfo: memFree=1453168/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=6652 CPUtime=10.77
/proc/17091/stat : 17091 (SATzilla2007_C) S 17089 17091 16641 0 -1 4194304 2709 11835 0 0 350 11 668 48 25 0 1 0 220254253 6811648 1482 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17091/statm: 1663 1482 164 260 0 1387 0
[pid=17095] ppid=17091 vsize=37460 CPUtime=151.63
/proc/17095/stat : 17095 (zchaff_rand) R 17091 17091 16641 0 -1 4194304 11469 0 0 0 14903 260 0 0 25 0 1 0 220255333 38359040 6374 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17095/statm: 9365 6374 112 208 0 9137 0
Current children cumulated CPU time (s) 162.4
Current children cumulated vsize (KiB) 44112

[startup+222.556 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 17095
/proc/meminfo: memFree=1448304/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=6652 CPUtime=10.77
/proc/17091/stat : 17091 (SATzilla2007_C) S 17089 17091 16641 0 -1 4194304 2709 11835 0 0 350 11 668 48 25 0 1 0 220254253 6811648 1482 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17091/statm: 1663 1482 164 260 0 1387 0
[pid=17095] ppid=17091 vsize=37708 CPUtime=211.69
/proc/17095/stat : 17095 (zchaff_rand) R 17091 17091 16641 0 -1 4194304 12680 0 0 0 20812 357 0 0 25 0 1 0 220255333 38612992 7585 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17095/statm: 9427 7585 112 208 0 9199 0
Current children cumulated CPU time (s) 222.46
Current children cumulated vsize (KiB) 44360

[startup+282.627 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 17095
/proc/meminfo: memFree=1443248/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=6652 CPUtime=10.77
/proc/17091/stat : 17091 (SATzilla2007_C) S 17089 17091 16641 0 -1 4194304 2709 11835 0 0 350 11 668 48 25 0 1 0 220254253 6811648 1482 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17091/statm: 1663 1482 164 260 0 1387 0
[pid=17095] ppid=17091 vsize=58188 CPUtime=271.74
/proc/17095/stat : 17095 (zchaff_rand) R 17091 17091 16641 0 -1 4194304 19039 0 0 0 26725 449 0 0 25 0 1 0 220255333 59584512 8823 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17095/statm: 14547 8823 112 208 0 14319 0
Current children cumulated CPU time (s) 282.51
Current children cumulated vsize (KiB) 64840

[startup+342.695 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 17095
/proc/meminfo: memFree=1438512/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=6652 CPUtime=10.77
/proc/17091/stat : 17091 (SATzilla2007_C) S 17089 17091 16641 0 -1 4194304 2709 11835 0 0 350 11 668 48 25 0 1 0 220254253 6811648 1482 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17091/statm: 1663 1482 164 260 0 1387 0
[pid=17095] ppid=17091 vsize=58312 CPUtime=331.8
/proc/17095/stat : 17095 (zchaff_rand) R 17091 17091 16641 0 -1 4194304 20232 0 0 0 32635 545 0 0 25 0 1 0 220255333 59711488 10016 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 134554065 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17095/statm: 14578 10016 112 208 0 14350 0
Current children cumulated CPU time (s) 342.57
Current children cumulated vsize (KiB) 64964

[startup+402.767 s]
/proc/loadavg: 1.06 1.02 0.99 2/79 17095
/proc/meminfo: memFree=1433712/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=6652 CPUtime=10.77
/proc/17091/stat : 17091 (SATzilla2007_C) S 17089 17091 16641 0 -1 4194304 2709 11835 0 0 350 11 668 48 25 0 1 0 220254253 6811648 1482 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17091/statm: 1663 1482 164 260 0 1387 0
[pid=17095] ppid=17091 vsize=58312 CPUtime=391.85
/proc/17095/stat : 17095 (zchaff_rand) R 17091 17091 16641 0 -1 4194304 21420 0 0 0 38548 637 0 0 25 0 1 0 220255333 59711488 11204 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17095/statm: 14578 11204 112 208 0 14350 0
Current children cumulated CPU time (s) 402.62
Current children cumulated vsize (KiB) 64964

[startup+462.836 s]
/proc/loadavg: 1.02 1.01 0.99 2/79 17095
/proc/meminfo: memFree=1428976/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=6652 CPUtime=10.77
/proc/17091/stat : 17091 (SATzilla2007_C) S 17089 17091 16641 0 -1 4194304 2709 11835 0 0 350 11 668 48 25 0 1 0 220254253 6811648 1482 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17091/statm: 1663 1482 164 260 0 1387 0
[pid=17095] ppid=17091 vsize=58436 CPUtime=451.9
/proc/17095/stat : 17095 (zchaff_rand) R 17091 17091 16641 0 -1 4194304 22609 0 0 0 44464 726 0 0 25 0 1 0 220255333 59838464 12393 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17095/statm: 14609 12393 112 208 0 14381 0
Current children cumulated CPU time (s) 462.67

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


[startup+823.282 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 17095
/proc/meminfo: memFree=1401200/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=6652 CPUtime=10.77
/proc/17091/stat : 17091 (SATzilla2007_C) S 17089 17091 16641 0 -1 4194304 2709 11835 0 0 350 11 668 48 25 0 1 0 220254253 6811648 1482 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17091/statm: 1663 1482 164 260 0 1387 0
[pid=17095] ppid=17091 vsize=99516 CPUtime=812.25
/proc/17095/stat : 17095 (zchaff_rand) R 17091 17091 16641 0 -1 4194304 39749 0 0 0 79955 1270 0 0 25 0 1 0 220255333 101904384 19292 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 134554062 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17095/statm: 24879 19292 112 208 0 24651 0
Current children cumulated CPU time (s) 823.02
Current children cumulated vsize (KiB) 106168

[startup+883.355 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 17095
/proc/meminfo: memFree=1396784/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=6652 CPUtime=10.77
/proc/17091/stat : 17091 (SATzilla2007_C) S 17089 17091 16641 0 -1 4194304 2709 11835 0 0 350 11 668 48 25 0 1 0 220254253 6811648 1482 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17091/statm: 1663 1482 164 260 0 1387 0
[pid=17095] ppid=17091 vsize=99516 CPUtime=872.3
/proc/17095/stat : 17095 (zchaff_rand) R 17091 17091 16641 0 -1 4194304 40866 0 0 0 85873 1357 0 0 25 0 1 0 220255333 101904384 20409 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17095/statm: 24879 20409 112 208 0 24651 0
Current children cumulated CPU time (s) 883.07
Current children cumulated vsize (KiB) 106168

[startup+943.428 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 17095
/proc/meminfo: memFree=1392368/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=6652 CPUtime=10.77
/proc/17091/stat : 17091 (SATzilla2007_C) S 17089 17091 16641 0 -1 4194304 2709 11835 0 0 350 11 668 48 25 0 1 0 220254253 6811648 1482 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17091/statm: 1663 1482 164 260 0 1387 0
[pid=17095] ppid=17091 vsize=99640 CPUtime=932.37
/proc/17095/stat : 17095 (zchaff_rand) R 17091 17091 16641 0 -1 4194304 41965 0 0 0 91789 1448 0 0 25 0 1 0 220255333 102031360 21508 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 134553716 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17095/statm: 24910 21508 112 208 0 24682 0
Current children cumulated CPU time (s) 943.14
Current children cumulated vsize (KiB) 106292

[startup+1003.51 s]
/proc/loadavg: 1.00 1.00 0.99 3/79 17097
/proc/meminfo: memFree=1388080/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=6652 CPUtime=10.77
/proc/17091/stat : 17091 (SATzilla2007_C) S 17089 17091 16641 0 -1 4194304 2709 11835 0 0 350 11 668 48 25 0 1 0 220254253 6811648 1482 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17091/statm: 1663 1482 164 260 0 1387 0
[pid=17095] ppid=17091 vsize=99640 CPUtime=992.43
/proc/17095/stat : 17095 (zchaff_rand) R 17091 17091 16641 0 -1 4194304 43044 0 0 0 97707 1536 0 0 25 0 1 0 220255333 102031360 22587 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17095/statm: 24910 22587 112 208 0 24682 0
Current children cumulated CPU time (s) 1003.2
Current children cumulated vsize (KiB) 106292

[startup+1063.58 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 17097
/proc/meminfo: memFree=1383728/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=6652 CPUtime=10.77
/proc/17091/stat : 17091 (SATzilla2007_C) S 17089 17091 16641 0 -1 4194304 2709 11835 0 0 350 11 668 48 25 0 1 0 220254253 6811648 1482 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17091/statm: 1663 1482 164 260 0 1387 0
[pid=17095] ppid=17091 vsize=99640 CPUtime=1052.48
/proc/17095/stat : 17095 (zchaff_rand) R 17091 17091 16641 0 -1 4194304 44126 0 0 0 103626 1622 0 0 25 0 1 0 220255333 102031360 23669 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17095/statm: 24910 23669 112 208 0 24682 0
Current children cumulated CPU time (s) 1063.25
Current children cumulated vsize (KiB) 106292

[startup+1123.65 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 17097
/proc/meminfo: memFree=1379184/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=6652 CPUtime=10.77
/proc/17091/stat : 17091 (SATzilla2007_C) S 17089 17091 16641 0 -1 4194304 2709 11835 0 0 350 11 668 48 25 0 1 0 220254253 6811648 1482 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17091/statm: 1663 1482 164 260 0 1387 0
[pid=17095] ppid=17091 vsize=181560 CPUtime=1112.54
/proc/17095/stat : 17095 (zchaff_rand) R 17091 17091 16641 0 -1 4194304 65705 0 0 0 109536 1718 0 0 25 0 1 0 220255333 185917440 24767 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17095/statm: 45390 24767 112 208 0 45162 0
Current children cumulated CPU time (s) 1123.31
Current children cumulated vsize (KiB) 188212

[startup+1183.72 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 17097
/proc/meminfo: memFree=1374896/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=6652 CPUtime=10.77
/proc/17091/stat : 17091 (SATzilla2007_C) S 17089 17091 16641 0 -1 4194304 2709 11835 0 0 350 11 668 48 25 0 1 0 220254253 6811648 1482 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17091/statm: 1663 1482 164 260 0 1387 0
[pid=17095] ppid=17091 vsize=181560 CPUtime=1172.59
/proc/17095/stat : 17095 (zchaff_rand) R 17091 17091 16641 0 -1 4194304 66775 0 0 0 115459 1800 0 0 25 0 1 0 220255333 185917440 25837 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17095/statm: 45390 25837 112 208 0 45162 0
Current children cumulated CPU time (s) 1183.36
Current children cumulated vsize (KiB) 188212

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

[startup+1187.51 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 17097
/proc/meminfo: memFree=1374576/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=6652 CPUtime=10.77
/proc/17091/stat : 17091 (SATzilla2007_C) S 17089 17091 16641 0 -1 4194304 2709 11835 0 0 350 11 668 48 25 0 1 0 220254253 6811648 1482 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17091/statm: 1663 1482 164 260 0 1387 0
[pid=17095] ppid=17091 vsize=181560 CPUtime=1176.38
/proc/17095/stat : 17095 (zchaff_rand) R 17091 17091 16641 0 -1 4194304 66840 0 0 0 115833 1805 0 0 25 0 1 0 220255333 185917440 25902 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17095/statm: 45390 25902 112 208 0 45162 0
Current children cumulated CPU time (s) 1187.15
Current children cumulated vsize (KiB) 188212

[startup+1194.07 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 17097
/proc/meminfo: memFree=1374128/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=6652 CPUtime=10.77
/proc/17091/stat : 17091 (SATzilla2007_C) S 17089 17091 16641 0 -1 4194304 2709 11835 0 0 350 11 668 48 25 0 1 0 220254253 6811648 1482 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17091/statm: 1663 1482 164 260 0 1387 0
[pid=17095] ppid=17091 vsize=181560 CPUtime=1182.94
/proc/17095/stat : 17095 (zchaff_rand) R 17091 17091 16641 0 -1 4194304 66956 0 0 0 116478 1816 0 0 25 0 1 0 220255333 185917440 26018 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17095/statm: 45390 26018 112 208 0 45162 0
Current children cumulated CPU time (s) 1193.71
Current children cumulated vsize (KiB) 188212

[startup+1197.35 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 17097
/proc/meminfo: memFree=1374000/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=6652 CPUtime=10.77
/proc/17091/stat : 17091 (SATzilla2007_C) S 17089 17091 16641 0 -1 4194304 2709 11835 0 0 350 11 668 48 25 0 1 0 220254253 6811648 1482 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17091/statm: 1663 1482 164 260 0 1387 0
[pid=17095] ppid=17091 vsize=181560 CPUtime=1186.22
/proc/17095/stat : 17095 (zchaff_rand) R 17091 17091 16641 0 -1 4194304 67012 0 0 0 116802 1820 0 0 25 0 1 0 220255333 185917440 26074 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17095/statm: 45390 26074 112 208 0 45162 0
Current children cumulated CPU time (s) 1196.99
Current children cumulated vsize (KiB) 188212

[startup+1198.99 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 17097
/proc/meminfo: memFree=1373808/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=6652 CPUtime=10.77
/proc/17091/stat : 17091 (SATzilla2007_C) S 17089 17091 16641 0 -1 4194304 2709 11835 0 0 350 11 668 48 25 0 1 0 220254253 6811648 1482 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17091/statm: 1663 1482 164 260 0 1387 0
[pid=17095] ppid=17091 vsize=181560 CPUtime=1187.85
/proc/17095/stat : 17095 (zchaff_rand) R 17091 17091 16641 0 -1 4194304 67040 0 0 0 116964 1821 0 0 25 0 1 0 220255333 185917440 26102 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 134553726 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17095/statm: 45390 26102 112 208 0 45162 0
Current children cumulated CPU time (s) 1198.62
Current children cumulated vsize (KiB) 188212

[startup+1199.39 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 17097
/proc/meminfo: memFree=1373808/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=6652 CPUtime=10.77
/proc/17091/stat : 17091 (SATzilla2007_C) S 17089 17091 16641 0 -1 4194304 2709 11835 0 0 350 11 668 48 25 0 1 0 220254253 6811648 1482 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17091/statm: 1663 1482 164 260 0 1387 0
[pid=17095] ppid=17091 vsize=181560 CPUtime=1188.26
/proc/17095/stat : 17095 (zchaff_rand) R 17091 17091 16641 0 -1 4194304 67048 0 0 0 117004 1822 0 0 25 0 1 0 220255333 185917440 26110 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17095/statm: 45390 26110 112 208 0 45162 0
Current children cumulated CPU time (s) 1199.03
Current children cumulated vsize (KiB) 188212

[startup+1199.8 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 17097
/proc/meminfo: memFree=1373744/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=6652 CPUtime=10.77
/proc/17091/stat : 17091 (SATzilla2007_C) S 17089 17091 16641 0 -1 4194304 2709 11835 0 0 350 11 668 48 25 0 1 0 220254253 6811648 1482 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17091/statm: 1663 1482 164 260 0 1387 0
[pid=17095] ppid=17091 vsize=181560 CPUtime=1188.67
/proc/17095/stat : 17095 (zchaff_rand) R 17091 17091 16641 0 -1 4194304 67055 0 0 0 117044 1823 0 0 25 0 1 0 220255333 185917440 26117 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17095/statm: 45390 26117 112 208 0 45162 0
Current children cumulated CPU time (s) 1199.44
Current children cumulated vsize (KiB) 188212

[startup+1199.91 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 17097
/proc/meminfo: memFree=1373744/2055920 swapFree=4192812/4192956
[pid=17091] ppid=17089 vsize=6652 CPUtime=10.77
/proc/17091/stat : 17091 (SATzilla2007_C) S 17089 17091 16641 0 -1 4194304 2709 11835 0 0 350 11 668 48 25 0 1 0 220254253 6811648 1482 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17091/statm: 1663 1482 164 260 0 1387 0
[pid=17095] ppid=17091 vsize=181560 CPUtime=1188.77
/proc/17095/stat : 17095 (zchaff_rand) R 17091 17091 16641 0 -1 4194304 67056 0 0 0 117054 1823 0 0 25 0 1 0 220255333 185917440 26118 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17095/statm: 45390 26118 112 208 0 45162 0
Current children cumulated CPU time (s) 1199.54
Current children cumulated vsize (KiB) 188212

Child status: 17
Real time (s): 1199.96
CPU time (s): 1199.63
CPU user time (s): 1180.77
CPU system time (s): 18.8591
CPU usage (%): 99.9722
Max. virtual memory (cumulated for all children) (KiB): 270136

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

runsolver used 1.12883 second user time and 3.13452 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Tue Feb 20 20:23:18 UTC 2007

IDJOB= 302036
IDBENCH= 20073
IDSOLVER= 135
FILE ID= node14/302036-1172002998

PBS_JOBID= 3849114

Free space on /tmp= 66540 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v1100/unif-k5-r20-v1100-c22000-S260814579-03.cnf
COMMAND LINE= /tmp/evaluation/302036-1172002998/SATzilla2007_C /tmp/evaluation/302036-1172002998/instance-302036-1172002998.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-302036-1172002998 -o ROOT/results/node14/solver-302036-1172002998 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/302036-1172002998/SATzilla2007_C /tmp/evaluation/302036-1172002998/instance-302036-1172002998.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  cb25e5b4b3e93004a7aa665359e85972

RANDOM SEED= 241531865

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.216
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.216
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:       1485016 kB
Buffers:         62516 kB
Cached:         371936 kB
SwapCached:          0 kB
Active:         142024 kB
Inactive:       346428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1485016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8908 kB
Writeback:           0 kB
Mapped:          72828 kB
Slab:            68060 kB
Committed_AS:   812580 kB
PageTables:       1736 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= 66540 MiB

End job on node14 on Tue Feb 20 20:43:19 UTC 2007