Trace number 302077

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.61 1200.06

General information on the benchmark

Namerandom/LargeSize/5SAT/v1100/
unif-k5-r20-v1100-c22000-S422410882-13.cnf
MD5SUMae13b4e55eb5cded993f9cf7179ed478
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark514.092
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.66	c run March_dl for 5 seconds ... 
10.64/10.66	c Bin: Executing march_dl
10.64/10.66	c child exit by a signal
10.64/10.66	c march_dl returned code 137.
10.64/10.66	c run saps (UBCSAT implementation) for 2 seconds ... 
10.64/10.66	c Bin: Executing ubcsat2006
10.64/10.66	c child exited successfully
10.64/10.66	c ubcsat2006 returned code 0.
10.64/10.66	c satzilla computing base features
10.64/10.66	c satzilla doing unit-prop probe
10.64/10.66	c satzilla doing local search probe
10.64/10.66	c satzilla doing lobjois search-space size estimate
10.64/10.66	c satzilla's ranking:
10.64/10.66	c 1) zchaff_rand+P: -1.739124
10.64/10.66	c 2) minisat20+P: -0.427840
10.64/10.66	c 3) minisat20: 1.336890
10.64/10.66	c 4) march_dl: 1.789195
10.64/10.66	c 5) march_dl+P: 3.036782
10.64/10.66	c 6) vallst+P: 3.437448
10.64/10.66	c 7) kcnfs+P: 999.000000
10.64/10.66	c 8) kcnfs: 999.000000
10.64/10.66	c 9) vallst: 999.000000
10.64/10.66	c 10) zchaff_rand: 999.000000
10.64/10.66	c satzilla running zchaff_rand with preprocessing ... 
1199.54/1200.04	c Preprocessing...
1199.54/1200.04	c Inital problem has 1100 variables, 22000 nary clauses (0 binary clauses).
1199.54/1200.04	c Num non-binary clauses 22000, Average non-binary clause length 5.000
1199.54/1200.04	c Theory has no gaps
1199.54/1200.04	c Preprocessor runtime was 0.060 seconds.
1199.54/1200.04	c 
1199.54/1200.04	c Satisfiability of theory still undetermined.
1199.54/1200.04	c See file /tmp/kcDeIN for simplified theory.
1199.54/1200.04	c Bin: Executing zchaff_rand
1199.54/1200.04	c child exit by a signal
1199.54/1200.04	c zchaff_rand returned code 137.
1199.54/1200.04	c zchaff_rand returned code 137.
1199.54/1200.04	c satzilla running minisat20 with preprocessing ... 
1199.54/1200.04	c Bin: Executing minisat20
1199.54/1200.04	c minisat20 returned code 1.
1199.54/1200.04	c minisat20 returned code 1.
1199.54/1200.04	c satzilla running minisat20 ... 
1199.54/1200.04	c Bin: Executing minisat20
1199.54/1200.04	c minisat20 returned code 1.
1199.54/1200.04	c minisat20 returned code 1.
1199.54/1200.04	c satzilla running march_dl ... 
1199.54/1200.04	c Bin: Executing march_dl
1199.54/1200.04	c march_dl returned code 1.
1199.54/1200.04	c march_dl returned code 1.
1199.54/1200.04	c satzilla running march_dl with preprocessing ... 
1199.54/1200.04	c Bin: Executing march_dl
1199.54/1200.04	c march_dl returned code 1.
1199.54/1200.04	c march_dl returned code 1.
1199.54/1200.04	c satzilla running vallst with preprocessing ... 
1199.54/1200.04	c Bin: Executing vallst
1199.54/1200.04	c vallst returned code 1.
1199.54/1200.04	c vallst returned code 1.
1199.54/1200.04	c satzilla running kcnfs with preprocessing ... 
1199.54/1200.04	c Bin: Executing kcnfs
1199.54/1200.04	c kcnfs returned code 1.
1199.54/1200.04	c kcnfs returned code 1.
1199.54/1200.04	c satzilla running kcnfs ... 
1199.54/1200.04	c Bin: Executing kcnfs
1199.54/1200.04	c kcnfs returned code 1.
1199.54/1200.04	c kcnfs returned code 1.
1199.54/1200.04	c satzilla running vallst ... 
1199.54/1200.04	c Bin: Executing vallst
1199.54/1200.04	c vallst returned code 1.
1199.54/1200.04	c vallst returned code 1.
1199.54/1200.04	c satzilla running zchaff_rand ... 
1199.54/1200.04	c Bin: Executing zchaff_rand
1199.54/1200.04	c zchaff_rand returned code 1.
1199.54/1200.04	c zchaff_rand returned code 1.
1199.54/1200.04	c ERROR: All Failed! 
1199.54/1200.04	c SATZILLA_TIME=1199.770000

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/node15/watcher-302077-1172003712 -o ROOT/results/node15/solver-302077-1172003712 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/302077-1172003712/SATzilla2007_C /tmp/evaluation/302077-1172003712/instance-302077-1172003712.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 6617
/proc/meminfo: memFree=1480416/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=1440 CPUtime=0
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 220325627 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6617/statm: 360 110 95 260 0 84 0
[pid=6618] ppid=6617 vsize=812 CPUtime=0
/proc/6618/stat : 6618 (march_dl) R 6617 6617 6117 0 -1 4194304 113 0 0 0 0 0 0 0 19 0 1 0 220325627 831488 108 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134637032 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6618/statm: 203 108 50 118 0 82 0

[startup+0.106655 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 6617
/proc/meminfo: memFree=1480416/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=1440 CPUtime=0
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 220325627 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6617/statm: 360 110 95 260 0 84 0
[pid=6618] ppid=6617 vsize=3052 CPUtime=0.1
/proc/6618/stat : 6618 (march_dl) R 6617 6617 6117 0 -1 4194304 1477 0 0 0 10 0 0 0 20 0 1 0 220325627 3125248 587 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6618/statm: 763 587 57 118 0 642 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4492

[startup+0.514726 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 6617
/proc/meminfo: memFree=1480416/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=1440 CPUtime=0
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 220325627 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6617/statm: 360 110 95 260 0 84 0
[pid=6618] ppid=6617 vsize=4540 CPUtime=0.5
/proc/6618/stat : 6618 (march_dl) R 6617 6617 6117 0 -1 4194304 3202 0 0 0 50 0 0 0 23 0 1 0 220325627 4648960 732 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583424 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6618/statm: 1135 732 67 118 0 1014 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 5980

[startup+1.33487 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6619
/proc/meminfo: memFree=1477584/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=1440 CPUtime=0
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 220325627 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6617/statm: 360 110 95 260 0 84 0
[pid=6618] ppid=6617 vsize=4540 CPUtime=1.32
/proc/6618/stat : 6618 (march_dl) R 6617 6617 6117 0 -1 4194304 3210 0 0 0 132 0 0 0 25 0 1 0 220325627 4648960 740 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583572 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6618/statm: 1135 740 67 118 0 1014 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 5980

[startup+2.97815 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6619
/proc/meminfo: memFree=1453584/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=1440 CPUtime=0
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 220325627 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6617/statm: 360 110 95 260 0 84 0
[pid=6618] ppid=6617 vsize=31116 CPUtime=2.96
/proc/6618/stat : 6618 (march_dl) R 6617 6617 6117 0 -1 4194304 10318 0 0 0 261 35 0 0 25 0 1 0 220325627 31862784 7404 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134560107 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6618/statm: 7779 7404 72 118 0 7658 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 32556

[startup+6.25471 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6620
/proc/meminfo: memFree=1478288/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=1440 CPUtime=4.99
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 135 10904 0 0 0 0 463 36 16 0 1 0 220325627 1474560 111 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6617/statm: 360 111 96 260 0 84 0
[pid=6620] ppid=6617 vsize=6188 CPUtime=1.24
/proc/6620/stat : 6620 (ubcsat2006) R 6617 6617 6117 0 -1 4194304 616 0 0 0 118 6 0 0 25 0 1 0 220326127 6336512 599 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6620/statm: 1547 599 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7628

[startup+12.7148 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 6621
/proc/meminfo: memFree=1469328/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=6648 CPUtime=10.75
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 2707 11526 0 0 350 10 668 47 25 0 1 0 220325627 6807552 1480 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6617/statm: 1662 1480 164 260 0 1386 0
[pid=6621] ppid=6617 vsize=10464 CPUtime=1.93
/proc/6621/stat : 6621 (zchaff_rand) R 6617 6617 6117 0 -1 4194304 1477 0 0 0 186 7 0 0 25 0 1 0 220326704 10715136 1347 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6621/statm: 2616 1347 112 208 0 2388 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 17112

[startup+25.529 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6621
/proc/meminfo: memFree=1463248/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=6648 CPUtime=10.75
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 2707 11526 0 0 350 10 668 47 25 0 1 0 220325627 6807552 1480 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6617/statm: 1662 1480 164 260 0 1386 0
[pid=6621] ppid=6617 vsize=17904 CPUtime=14.73
/proc/6621/stat : 6621 (zchaff_rand) R 6617 6617 6117 0 -1 4194304 3513 0 0 0 1442 31 0 0 25 0 1 0 220326704 18333696 2901 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6621/statm: 4476 2901 112 208 0 4248 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 24552

[startup+51.1604 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6621
/proc/meminfo: memFree=1459344/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=6648 CPUtime=10.75
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 2707 11526 0 0 350 10 668 47 25 0 1 0 220325627 6807552 1480 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6617/statm: 1662 1480 164 260 0 1386 0
[pid=6621] ppid=6617 vsize=21212 CPUtime=40.35
/proc/6621/stat : 6621 (zchaff_rand) R 6617 6617 6117 0 -1 4194304 5084 0 0 0 3956 79 0 0 25 0 1 0 220326704 21721088 3831 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6621/statm: 5303 3831 112 208 0 5075 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 27860

[startup+102.417 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6621
/proc/meminfo: memFree=1454096/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=6648 CPUtime=10.75
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 2707 11526 0 0 350 10 668 47 25 0 1 0 220325627 6807552 1480 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6617/statm: 1662 1480 164 260 0 1386 0
[pid=6621] ppid=6617 vsize=26948 CPUtime=91.59
/proc/6621/stat : 6621 (zchaff_rand) R 6617 6617 6117 0 -1 4194304 7690 0 0 0 8993 166 0 0 25 0 1 0 220326704 27594752 5156 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6621/statm: 6737 5156 112 208 0 6509 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 33596

[startup+162.499 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6621
/proc/meminfo: memFree=1448848/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=6648 CPUtime=10.75
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 2707 11526 0 0 350 10 668 47 25 0 1 0 220325627 6807552 1480 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6617/statm: 1662 1480 164 260 0 1386 0
[pid=6621] ppid=6617 vsize=37436 CPUtime=151.65
/proc/6621/stat : 6621 (zchaff_rand) R 6617 6617 6117 0 -1 4194304 11532 0 0 0 14903 262 0 0 25 0 1 0 220326704 38334464 6437 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6621/statm: 9359 6437 112 208 0 9131 0
Current children cumulated CPU time (s) 162.4
Current children cumulated vsize (KiB) 44084

[startup+222.571 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 6621
/proc/meminfo: memFree=1443920/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=6648 CPUtime=10.75
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 2707 11526 0 0 350 10 668 47 25 0 1 0 220325627 6807552 1480 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6617/statm: 1662 1480 164 260 0 1386 0
[pid=6621] ppid=6617 vsize=37556 CPUtime=211.7
/proc/6621/stat : 6621 (zchaff_rand) R 6617 6617 6117 0 -1 4194304 12754 0 0 0 20814 356 0 0 25 0 1 0 220326704 38457344 7659 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6621/statm: 9389 7659 112 208 0 9161 0
Current children cumulated CPU time (s) 222.45
Current children cumulated vsize (KiB) 44204

[startup+282.638 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6623
/proc/meminfo: memFree=1439184/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=6648 CPUtime=10.75
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 2707 11526 0 0 350 10 668 47 25 0 1 0 220325627 6807552 1480 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6617/statm: 1662 1480 164 260 0 1386 0
[pid=6621] ppid=6617 vsize=58284 CPUtime=271.75
/proc/6621/stat : 6621 (zchaff_rand) R 6617 6617 6117 0 -1 4194304 19063 0 0 0 26729 446 0 0 25 0 1 0 220326704 59682816 8847 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 134553726 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6621/statm: 14571 8847 112 208 0 14343 0
Current children cumulated CPU time (s) 282.5
Current children cumulated vsize (KiB) 64932

[startup+342.699 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6623
/proc/meminfo: memFree=1434512/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=6648 CPUtime=10.75
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 2707 11526 0 0 350 10 668 47 25 0 1 0 220325627 6807552 1480 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6617/statm: 1662 1480 164 260 0 1386 0
[pid=6621] ppid=6617 vsize=58284 CPUtime=331.78
/proc/6621/stat : 6621 (zchaff_rand) R 6617 6617 6117 0 -1 4194304 20252 0 0 0 32641 537 0 0 25 0 1 0 220326704 59682816 10036 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6621/statm: 14571 10036 112 208 0 14343 0
Current children cumulated CPU time (s) 342.53
Current children cumulated vsize (KiB) 64932

[startup+402.773 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6623
/proc/meminfo: memFree=1429584/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=6648 CPUtime=10.75
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 2707 11526 0 0 350 10 668 47 25 0 1 0 220325627 6807552 1480 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6617/statm: 1662 1480 164 260 0 1386 0
[pid=6621] ppid=6617 vsize=58408 CPUtime=391.83
/proc/6621/stat : 6621 (zchaff_rand) R 6617 6617 6117 0 -1 4194304 21445 0 0 0 38549 634 0 0 25 0 1 0 220326704 59809792 11229 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6621/statm: 14602 11229 112 208 0 14374 0
Current children cumulated CPU time (s) 402.58
Current children cumulated vsize (KiB) 65056

[startup+462.846 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6623
/proc/meminfo: memFree=1424912/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=6648 CPUtime=10.75
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 2707 11526 0 0 350 10 668 47 25 0 1 0 220325627 6807552 1480 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6617/statm: 1662 1480 164 260 0 1386 0
[pid=6621] ppid=6617 vsize=58408 CPUtime=451.89
/proc/6621/stat : 6621 (zchaff_rand) R 6617 6617 6117 0 -1 4194304 22617 0 0 0 44461 728 0 0 25 0 1 0 220326704 59809792 12401 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6621/statm: 14602 12401 112 208 0 14374 0
Current children cumulated CPU time (s) 462.64

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


[startup+763.209 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6623
/proc/meminfo: memFree=1402192/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=6648 CPUtime=10.75
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 2707 11526 0 0 350 10 668 47 25 0 1 0 220325627 6807552 1480 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6617/statm: 1662 1480 164 260 0 1386 0
[pid=6621] ppid=6617 vsize=99492 CPUtime=752.15
/proc/6621/stat : 6621 (zchaff_rand) R 6617 6617 6117 0 -1 4194304 38525 0 0 0 74026 1189 0 0 25 0 1 0 220326704 101879808 18068 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6621/statm: 24873 18068 112 208 0 24645 0
Current children cumulated CPU time (s) 762.9
Current children cumulated vsize (KiB) 106140

[startup+823.283 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6623
/proc/meminfo: memFree=1397584/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=6648 CPUtime=10.75
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 2707 11526 0 0 350 10 668 47 25 0 1 0 220325627 6807552 1480 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6617/statm: 1662 1480 164 260 0 1386 0
[pid=6621] ppid=6617 vsize=99492 CPUtime=812.2
/proc/6621/stat : 6621 (zchaff_rand) R 6617 6617 6117 0 -1 4194304 39661 0 0 0 79942 1278 0 0 25 0 1 0 220326704 101879808 19204 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 134553716 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6621/statm: 24873 19204 112 208 0 24645 0
Current children cumulated CPU time (s) 822.95
Current children cumulated vsize (KiB) 106140

[startup+883.353 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6623
/proc/meminfo: memFree=1393040/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=6648 CPUtime=10.75
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 2707 11526 0 0 350 10 668 47 25 0 1 0 220325627 6807552 1480 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6617/statm: 1662 1480 164 260 0 1386 0
[pid=6621] ppid=6617 vsize=99492 CPUtime=872.25
/proc/6621/stat : 6621 (zchaff_rand) R 6617 6617 6117 0 -1 4194304 40792 0 0 0 85858 1367 0 0 25 0 1 0 220326704 101879808 20335 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6621/statm: 24873 20335 112 208 0 24645 0
Current children cumulated CPU time (s) 883
Current children cumulated vsize (KiB) 106140

[startup+943.42 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 6623
/proc/meminfo: memFree=1388688/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=6648 CPUtime=10.75
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 2707 11526 0 0 350 10 668 47 25 0 1 0 220325627 6807552 1480 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6617/statm: 1662 1480 164 260 0 1386 0
[pid=6621] ppid=6617 vsize=99612 CPUtime=932.3
/proc/6621/stat : 6621 (zchaff_rand) R 6617 6617 6117 0 -1 4194304 41897 0 0 0 91771 1459 0 0 25 0 1 0 220326704 102002688 21440 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 134606373 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6621/statm: 24903 21440 112 208 0 24675 0
Current children cumulated CPU time (s) 943.05
Current children cumulated vsize (KiB) 106260

[startup+1003.48 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6623
/proc/meminfo: memFree=1384336/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=6648 CPUtime=10.75
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 2707 11526 0 0 350 10 668 47 25 0 1 0 220325627 6807552 1480 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6617/statm: 1662 1480 164 260 0 1386 0
[pid=6621] ppid=6617 vsize=99612 CPUtime=992.34
/proc/6621/stat : 6621 (zchaff_rand) R 6617 6617 6117 0 -1 4194304 42978 0 0 0 97684 1550 0 0 25 0 1 0 220326704 102002688 22521 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6621/statm: 24903 22521 112 208 0 24675 0
Current children cumulated CPU time (s) 1003.09
Current children cumulated vsize (KiB) 106260

[startup+1063.56 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6623
/proc/meminfo: memFree=1380048/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=6648 CPUtime=10.75
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 2707 11526 0 0 350 10 668 47 25 0 1 0 220325627 6807552 1480 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6617/statm: 1662 1480 164 260 0 1386 0
[pid=6621] ppid=6617 vsize=99612 CPUtime=1052.4
/proc/6621/stat : 6621 (zchaff_rand) R 6617 6617 6117 0 -1 4194304 44036 0 0 0 103600 1640 0 0 25 0 1 0 220326704 102002688 23579 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6621/statm: 24903 23579 112 208 0 24675 0
Current children cumulated CPU time (s) 1063.15
Current children cumulated vsize (KiB) 106260

[startup+1123.63 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6623
/proc/meminfo: memFree=1375504/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=6648 CPUtime=10.75
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 2707 11526 0 0 350 10 668 47 25 0 1 0 220325627 6807552 1480 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6617/statm: 1662 1480 164 260 0 1386 0
[pid=6621] ppid=6617 vsize=181532 CPUtime=1112.45
/proc/6621/stat : 6621 (zchaff_rand) R 6617 6617 6117 0 -1 4194304 65613 0 0 0 109504 1741 0 0 25 0 1 0 220326704 185888768 24675 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6621/statm: 45383 24675 112 208 0 45155 0
Current children cumulated CPU time (s) 1123.2
Current children cumulated vsize (KiB) 188180

[startup+1183.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6623
/proc/meminfo: memFree=1371152/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=6648 CPUtime=10.75
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 2707 11526 0 0 350 10 668 47 25 0 1 0 220325627 6807552 1480 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6617/statm: 1662 1480 164 260 0 1386 0
[pid=6621] ppid=6617 vsize=181532 CPUtime=1172.5
/proc/6621/stat : 6621 (zchaff_rand) R 6617 6617 6117 0 -1 4194304 66712 0 0 0 115416 1834 0 0 25 0 1 0 220326704 185888768 25774 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6621/statm: 45383 25774 112 208 0 45155 0
Current children cumulated CPU time (s) 1183.25
Current children cumulated vsize (KiB) 188180

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

[startup+1187.5 s]
/proc/loadavg: 1.08 1.02 1.01 2/79 6623
/proc/meminfo: memFree=1370832/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=6648 CPUtime=10.75
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 2707 11526 0 0 350 10 668 47 25 0 1 0 220325627 6807552 1480 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6617/statm: 1662 1480 164 260 0 1386 0
[pid=6621] ppid=6617 vsize=181532 CPUtime=1176.29
/proc/6621/stat : 6621 (zchaff_rand) R 6617 6617 6117 0 -1 4194304 66778 0 0 0 115790 1839 0 0 25 0 1 0 220326704 185888768 25840 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6621/statm: 45383 25840 112 208 0 45155 0
Current children cumulated CPU time (s) 1187.04
Current children cumulated vsize (KiB) 188180

[startup+1194.06 s]
/proc/loadavg: 1.07 1.02 1.00 2/79 6623
/proc/meminfo: memFree=1370448/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=6648 CPUtime=10.75
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 2707 11526 0 0 350 10 668 47 25 0 1 0 220325627 6807552 1480 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6617/statm: 1662 1480 164 260 0 1386 0
[pid=6621] ppid=6617 vsize=181532 CPUtime=1182.84
/proc/6621/stat : 6621 (zchaff_rand) R 6617 6617 6117 0 -1 4194304 66898 0 0 0 116437 1847 0 0 25 0 1 0 220326704 185888768 25960 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6621/statm: 45383 25960 112 208 0 45155 0
Current children cumulated CPU time (s) 1193.59
Current children cumulated vsize (KiB) 188180

[startup+1197.34 s]
/proc/loadavg: 1.07 1.02 1.00 2/79 6623
/proc/meminfo: memFree=1370192/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=6648 CPUtime=10.75
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 2707 11526 0 0 350 10 668 47 25 0 1 0 220325627 6807552 1480 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6617/statm: 1662 1480 164 260 0 1386 0
[pid=6621] ppid=6617 vsize=181532 CPUtime=1186.13
/proc/6621/stat : 6621 (zchaff_rand) R 6617 6617 6117 0 -1 4194304 66957 0 0 0 116761 1852 0 0 25 0 1 0 220326704 185888768 26019 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 134553799 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6621/statm: 45383 26019 112 208 0 45155 0
Current children cumulated CPU time (s) 1196.88
Current children cumulated vsize (KiB) 188180

[startup+1198.98 s]
/proc/loadavg: 1.07 1.02 1.00 2/79 6623
/proc/meminfo: memFree=1370000/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=6648 CPUtime=10.75
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 2707 11526 0 0 350 10 668 47 25 0 1 0 220325627 6807552 1480 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6617/statm: 1662 1480 164 260 0 1386 0
[pid=6621] ppid=6617 vsize=181532 CPUtime=1187.77
/proc/6621/stat : 6621 (zchaff_rand) R 6617 6617 6117 0 -1 4194304 66988 0 0 0 116922 1855 0 0 25 0 1 0 220326704 185888768 26050 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 134553716 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6621/statm: 45383 26050 112 208 0 45155 0
Current children cumulated CPU time (s) 1198.52
Current children cumulated vsize (KiB) 188180

[startup+1199.8 s]
/proc/loadavg: 1.07 1.02 1.00 2/79 6623
/proc/meminfo: memFree=1369936/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=6648 CPUtime=10.75
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 2707 11526 0 0 350 10 668 47 25 0 1 0 220325627 6807552 1480 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6617/statm: 1662 1480 164 260 0 1386 0
[pid=6621] ppid=6617 vsize=181532 CPUtime=1188.59
/proc/6621/stat : 6621 (zchaff_rand) R 6617 6617 6117 0 -1 4194304 67002 0 0 0 117003 1856 0 0 25 0 1 0 220326704 185888768 26064 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6621/statm: 45383 26064 112 208 0 45155 0
Current children cumulated CPU time (s) 1199.34
Current children cumulated vsize (KiB) 188180

[startup+1200 s]
/proc/loadavg: 1.07 1.02 1.00 2/79 6623
/proc/meminfo: memFree=1369936/2055920 swapFree=4192812/4192956
[pid=6617] ppid=6615 vsize=6648 CPUtime=10.75
/proc/6617/stat : 6617 (SATzilla2007_C) S 6615 6617 6117 0 -1 4194304 2707 11526 0 0 350 10 668 47 25 0 1 0 220325627 6807552 1480 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6617/statm: 1662 1480 164 260 0 1386 0
[pid=6621] ppid=6617 vsize=181532 CPUtime=1188.79
/proc/6621/stat : 6621 (zchaff_rand) R 6617 6617 6117 0 -1 4194304 67006 0 0 0 117023 1856 0 0 25 0 1 0 220326704 185888768 26068 18446744073709551615 134512640 135365884 4294956672 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6621/statm: 45383 26068 112 208 0 45155 0
Current children cumulated CPU time (s) 1199.54
Current children cumulated vsize (KiB) 188180

Child status: 17
Real time (s): 1200.06
CPU time (s): 1199.61
CPU user time (s): 1180.44
CPU system time (s): 19.1701
CPU usage (%): 99.962
Max. virtual memory (cumulated for all children) (KiB): 270104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1180.44
system time used= 19.1701
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81252
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= 108
involuntary context switches= 1980

runsolver used 1.16182 second user time and 3.10253 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Tue Feb 20 20:35:13 UTC 2007

IDJOB= 302077
IDBENCH= 20074
IDSOLVER= 135
FILE ID= node15/302077-1172003712

PBS_JOBID= 3849119

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-S422410882-13.cnf
COMMAND LINE= /tmp/evaluation/302077-1172003712/SATzilla2007_C /tmp/evaluation/302077-1172003712/instance-302077-1172003712.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-302077-1172003712 -o ROOT/results/node15/solver-302077-1172003712 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/302077-1172003712/SATzilla2007_C /tmp/evaluation/302077-1172003712/instance-302077-1172003712.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  ae13b4e55eb5cded993f9cf7179ed478

RANDOM SEED= 783198830

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.276
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.276
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:       1480824 kB
Buffers:         43208 kB
Cached:         400900 kB
SwapCached:          0 kB
Active:         149808 kB
Inactive:       354616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1480824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8884 kB
Writeback:           0 kB
Mapped:          79192 kB
Slab:            56076 kB
Committed_AS:   850752 kB
PageTables:       1800 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 node15 on Tue Feb 20 20:55:13 UTC 2007