Trace number 300725

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SATzilla FULL? (exit code) 1199.53 1200.08

General information on the benchmark

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

Solver Data (download as text)

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

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-300725-1171932606 -o ROOT/results/node12/solver-300725-1171932606 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/300725-1171932606/SATzilla2007_F /tmp/evaluation/300725-1171932606/instance-300725-1171932606.cnf 

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


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.87 3/77 31436
/proc/meminfo: memFree=1677120/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=1512 CPUtime=0
/proc/31436/stat : 31436 (SATzilla2007_F) R 31434 31436 31264 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 213215081 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/31436/statm: 378 125 110 260 0 84 0
[pid=31437] ppid=31436 vsize=768 CPUtime=0
/proc/31437/stat : 31437 (march_dl) R 31436 31436 31264 0 -1 4194304 100 0 0 0 0 0 0 0 18 0 1 0 213215081 786432 94 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31437/statm: 192 94 50 118 0 71 0

[startup+0.106775 s]
/proc/loadavg: 0.91 0.95 0.87 3/77 31436
/proc/meminfo: memFree=1677120/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=1512 CPUtime=0
/proc/31436/stat : 31436 (SATzilla2007_F) S 31434 31436 31264 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 213215081 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31436/statm: 378 125 110 260 0 84 0
[pid=31437] ppid=31436 vsize=1740 CPUtime=0.1
/proc/31437/stat : 31437 (march_dl) R 31436 31436 31264 0 -1 4194304 1699 0 0 0 10 0 0 0 20 0 1 0 213215081 1781760 330 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134650680 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31437/statm: 435 330 65 118 0 314 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3252

[startup+0.514848 s]
/proc/loadavg: 0.91 0.95 0.87 3/77 31436
/proc/meminfo: memFree=1677120/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=1512 CPUtime=0
/proc/31436/stat : 31436 (SATzilla2007_F) S 31434 31436 31264 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 213215081 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31436/statm: 378 125 110 260 0 84 0
[pid=31437] ppid=31436 vsize=3124 CPUtime=0.5
/proc/31437/stat : 31437 (march_dl) R 31436 31436 31264 0 -1 4194304 1933 0 0 0 50 0 0 0 23 0 1 0 213215081 3198976 507 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583583 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31437/statm: 781 507 67 118 0 660 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4636

[startup+1.336 s]
/proc/loadavg: 0.91 0.95 0.87 2/79 31438
/proc/meminfo: memFree=1674736/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=1512 CPUtime=0
/proc/31436/stat : 31436 (SATzilla2007_F) S 31434 31436 31264 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 213215081 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31436/statm: 378 125 110 260 0 84 0
[pid=31437] ppid=31436 vsize=3256 CPUtime=1.32
/proc/31437/stat : 31437 (march_dl) R 31436 31436 31264 0 -1 4194304 1973 0 0 0 132 0 0 0 25 0 1 0 213215081 3334144 547 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583583 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31437/statm: 814 547 67 118 0 693 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 4768

[startup+2.97829 s]
/proc/loadavg: 0.91 0.95 0.87 2/79 31438
/proc/meminfo: memFree=1659888/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=1512 CPUtime=0
/proc/31436/stat : 31436 (SATzilla2007_F) S 31434 31436 31264 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 213215081 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31436/statm: 378 125 110 260 0 84 0
[pid=31437] ppid=31436 vsize=17760 CPUtime=2.97
/proc/31437/stat : 31437 (march_dl) R 31436 31436 31264 0 -1 4194304 6084 0 0 0 275 22 0 0 25 0 1 0 213215081 18186240 4203 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31437/statm: 4440 4203 72 118 0 4319 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 19272

[startup+6.25488 s]
/proc/loadavg: 0.92 0.95 0.88 2/79 31439
/proc/meminfo: memFree=1675440/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=1512 CPUtime=4.99
/proc/31436/stat : 31436 (SATzilla2007_F) S 31434 31436 31264 0 -1 4194304 149 6975 0 0 0 0 477 22 16 0 1 0 213215081 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31436/statm: 378 125 110 260 0 84 0
[pid=31439] ppid=31436 vsize=6188 CPUtime=1.24
/proc/31439/stat : 31439 (ubcsat2006) R 31436 31436 31264 0 -1 4194304 477 0 0 0 119 5 0 0 25 0 1 0 213215582 6336512 459 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31439/statm: 1547 459 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7700

[startup+12.717 s]
/proc/loadavg: 0.93 0.95 0.88 2/79 31440
/proc/meminfo: memFree=1659952/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=3096 CPUtime=10.63
/proc/31436/stat : 31436 (SATzilla2007_F) S 31434 31436 31264 0 -1 4194304 1305 7458 0 0 335 15 680 33 25 0 1 0 213215081 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31436/statm: 774 580 169 260 0 480 0
[pid=31440] ppid=31436 vsize=17032 CPUtime=2.05
/proc/31440/stat : 31440 (march_dl) R 31436 31436 31264 0 -1 4194304 5446 0 0 0 186 19 0 0 25 0 1 0 213216147 17440768 3880 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31440/statm: 4258 3880 72 118 0 4137 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20128

[startup+25.5273 s]
/proc/loadavg: 0.94 0.96 0.88 2/79 31440
/proc/meminfo: memFree=1649968/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=3096 CPUtime=10.63
/proc/31436/stat : 31436 (SATzilla2007_F) S 31434 31436 31264 0 -1 4194304 1305 7458 0 0 335 15 680 33 25 0 1 0 213215081 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31436/statm: 774 580 169 260 0 480 0
[pid=31440] ppid=31436 vsize=26992 CPUtime=14.86
/proc/31440/stat : 31440 (march_dl) R 31436 31436 31264 0 -1 4194304 9188 0 0 0 1464 22 0 0 25 0 1 0 213216147 27639808 6418 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526937 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31440/statm: 6748 6418 74 118 0 6627 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 30088

[startup+51.1549 s]
/proc/loadavg: 0.96 0.96 0.88 2/79 31440
/proc/meminfo: memFree=1645360/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=3096 CPUtime=10.63
/proc/31436/stat : 31436 (SATzilla2007_F) S 31434 31436 31264 0 -1 4194304 1305 7458 0 0 335 15 680 33 25 0 1 0 213215081 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31436/statm: 774 580 169 260 0 480 0
[pid=31440] ppid=31436 vsize=31468 CPUtime=40.47
/proc/31440/stat : 31440 (march_dl) R 31436 31436 31264 0 -1 4194304 10291 0 0 0 4025 22 0 0 25 0 1 0 213216147 32223232 7521 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134533076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31440/statm: 7867 7521 74 118 0 7746 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 34564

[startup+102.406 s]
/proc/loadavg: 0.98 0.96 0.88 2/79 31440
/proc/meminfo: memFree=1642032/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=3096 CPUtime=10.63
/proc/31436/stat : 31436 (SATzilla2007_F) S 31434 31436 31264 0 -1 4194304 1305 7458 0 0 335 15 680 33 25 0 1 0 213215081 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31436/statm: 774 580 169 260 0 480 0
[pid=31440] ppid=31436 vsize=34748 CPUtime=91.71
/proc/31440/stat : 31440 (march_dl) R 31436 31436 31264 0 -1 4194304 11108 0 0 0 9147 24 0 0 25 0 1 0 213216147 35581952 8338 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31440/statm: 8687 8338 74 118 0 8566 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 37844

[startup+162.488 s]
/proc/loadavg: 0.99 0.97 0.89 2/79 31440
/proc/meminfo: memFree=1640112/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=3096 CPUtime=10.63
/proc/31436/stat : 31436 (SATzilla2007_F) S 31434 31436 31264 0 -1 4194304 1305 7458 0 0 335 15 680 33 25 0 1 0 213215081 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31436/statm: 774 580 169 260 0 480 0
[pid=31440] ppid=31436 vsize=36584 CPUtime=151.77
/proc/31440/stat : 31440 (march_dl) R 31436 31436 31264 0 -1 4194304 11578 0 0 0 15152 25 0 0 25 0 1 0 213216147 37462016 8808 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31440/statm: 9146 8808 74 118 0 9025 0
Current children cumulated CPU time (s) 162.4
Current children cumulated vsize (KiB) 39680

[startup+222.566 s]
/proc/loadavg: 0.99 0.97 0.90 2/79 31440
/proc/meminfo: memFree=1638832/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=3096 CPUtime=10.63
/proc/31436/stat : 31436 (SATzilla2007_F) S 31434 31436 31264 0 -1 4194304 1305 7458 0 0 335 15 680 33 25 0 1 0 213215081 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31436/statm: 774 580 169 260 0 480 0
[pid=31440] ppid=31436 vsize=37756 CPUtime=211.82
/proc/31440/stat : 31440 (march_dl) R 31436 31436 31264 0 -1 4194304 11901 0 0 0 21156 26 0 0 25 0 1 0 213216147 38662144 9131 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31440/statm: 9439 9131 74 118 0 9318 0
Current children cumulated CPU time (s) 222.45
Current children cumulated vsize (KiB) 40852

[startup+282.635 s]
/proc/loadavg: 0.99 0.97 0.90 2/79 31440
/proc/meminfo: memFree=1637680/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=3096 CPUtime=10.63
/proc/31436/stat : 31436 (SATzilla2007_F) S 31434 31436 31264 0 -1 4194304 1305 7458 0 0 335 15 680 33 25 0 1 0 213215081 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31436/statm: 774 580 169 260 0 480 0
[pid=31440] ppid=31436 vsize=38944 CPUtime=271.87
/proc/31440/stat : 31440 (march_dl) R 31436 31436 31264 0 -1 4194304 12180 0 0 0 27160 27 0 0 25 0 1 0 213216147 39878656 9410 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31440/statm: 9736 9410 74 118 0 9615 0
Current children cumulated CPU time (s) 282.5
Current children cumulated vsize (KiB) 42040

[startup+342.701 s]
/proc/loadavg: 0.99 0.97 0.91 2/79 31440
/proc/meminfo: memFree=1636912/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=3096 CPUtime=10.63
/proc/31436/stat : 31436 (SATzilla2007_F) S 31434 31436 31264 0 -1 4194304 1305 7458 0 0 335 15 680 33 25 0 1 0 213215081 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31436/statm: 774 580 169 260 0 480 0
[pid=31440] ppid=31436 vsize=39736 CPUtime=331.92
/proc/31440/stat : 31440 (march_dl) R 31436 31436 31264 0 -1 4194304 12368 0 0 0 33164 28 0 0 25 0 1 0 213216147 40689664 9598 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528306 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31440/statm: 9934 9598 74 118 0 9813 0
Current children cumulated CPU time (s) 342.55
Current children cumulated vsize (KiB) 42832

[startup+402.775 s]
/proc/loadavg: 0.99 0.97 0.91 2/79 31440
/proc/meminfo: memFree=1636272/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=3096 CPUtime=10.63
/proc/31436/stat : 31436 (SATzilla2007_F) S 31434 31436 31264 0 -1 4194304 1305 7458 0 0 335 15 680 33 25 0 1 0 213215081 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31436/statm: 774 580 169 260 0 480 0
[pid=31440] ppid=31436 vsize=40264 CPUtime=391.97
/proc/31440/stat : 31440 (march_dl) R 31436 31436 31264 0 -1 4194304 12534 0 0 0 39168 29 0 0 25 0 1 0 213216147 41230336 9764 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31440/statm: 10066 9764 74 118 0 9945 0
Current children cumulated CPU time (s) 402.6
Current children cumulated vsize (KiB) 43360

[startup+462.846 s]
/proc/loadavg: 1.05 0.99 0.91 2/79 31440
/proc/meminfo: memFree=1635632/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=3096 CPUtime=10.63
/proc/31436/stat : 31436 (SATzilla2007_F) S 31434 31436 31264 0 -1 4194304 1305 7458 0 0 335 15 680 33 25 0 1 0 213215081 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31436/statm: 774 580 169 260 0 480 0
[pid=31440] ppid=31436 vsize=40924 CPUtime=452.01
/proc/31440/stat : 31440 (march_dl) R 31436 31436 31264 0 -1 4194304 12683 0 0 0 45172 29 0 0 25 0 1 0 213216147 41906176 9913 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528127 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31440/statm: 10231 9913 74 118 0 10110 0
Current children cumulated CPU time (s) 462.64

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

/proc/31440/statm: 10594 10291 74 118 0 10473 0
Current children cumulated CPU time (s) 702.8
Current children cumulated vsize (KiB) 45472

[startup+763.25 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 31638
/proc/meminfo: memFree=1633520/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=3096 CPUtime=10.63
/proc/31436/stat : 31436 (SATzilla2007_F) S 31434 31436 31264 0 -1 4194304 1305 7458 0 0 335 15 680 33 25 0 1 0 213215081 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31436/statm: 774 580 169 260 0 480 0
[pid=31440] ppid=31436 vsize=42772 CPUtime=752.2
/proc/31440/stat : 31440 (march_dl) R 31436 31436 31264 0 -1 4194304 13170 0 0 0 75187 33 0 0 25 0 1 0 213216147 43798528 10400 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528085 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31440/statm: 10693 10400 74 118 0 10572 0
Current children cumulated CPU time (s) 762.83
Current children cumulated vsize (KiB) 45868

[startup+823.331 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 31638
/proc/meminfo: memFree=1633136/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=3096 CPUtime=10.63
/proc/31436/stat : 31436 (SATzilla2007_F) S 31434 31436 31264 0 -1 4194304 1305 7458 0 0 335 15 680 33 25 0 1 0 213215081 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31436/statm: 774 580 169 260 0 480 0
[pid=31440] ppid=31436 vsize=43300 CPUtime=812.26
/proc/31440/stat : 31440 (march_dl) R 31436 31436 31264 0 -1 4194304 13289 0 0 0 81192 34 0 0 25 0 1 0 213216147 44339200 10519 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31440/statm: 10825 10519 74 118 0 10704 0
Current children cumulated CPU time (s) 822.89
Current children cumulated vsize (KiB) 46396

[startup+883.404 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 31638
/proc/meminfo: memFree=1632880/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=3096 CPUtime=10.63
/proc/31436/stat : 31436 (SATzilla2007_F) S 31434 31436 31264 0 -1 4194304 1305 7458 0 0 335 15 680 33 25 0 1 0 213215081 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31436/statm: 774 580 169 260 0 480 0
[pid=31440] ppid=31436 vsize=43696 CPUtime=872.32
/proc/31440/stat : 31440 (march_dl) R 31436 31436 31264 0 -1 4194304 13373 0 0 0 87197 35 0 0 25 0 1 0 213216147 44744704 10603 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31440/statm: 10924 10603 74 118 0 10803 0
Current children cumulated CPU time (s) 882.95
Current children cumulated vsize (KiB) 46792

[startup+943.477 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 31638
/proc/meminfo: memFree=1632624/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=3096 CPUtime=10.63
/proc/31436/stat : 31436 (SATzilla2007_F) S 31434 31436 31264 0 -1 4194304 1305 7458 0 0 335 15 680 33 25 0 1 0 213215081 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31436/statm: 774 580 169 260 0 480 0
[pid=31440] ppid=31436 vsize=43960 CPUtime=932.36
/proc/31440/stat : 31440 (march_dl) R 31436 31436 31264 0 -1 4194304 13453 0 0 0 93201 35 0 0 25 0 1 0 213216147 45015040 10683 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528832 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31440/statm: 10990 10683 74 118 0 10869 0
Current children cumulated CPU time (s) 942.99
Current children cumulated vsize (KiB) 47056

[startup+1003.54 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 31638
/proc/meminfo: memFree=1632304/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=3096 CPUtime=10.63
/proc/31436/stat : 31436 (SATzilla2007_F) S 31434 31436 31264 0 -1 4194304 1305 7458 0 0 335 15 680 33 25 0 1 0 213215081 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31436/statm: 774 580 169 260 0 480 0
[pid=31440] ppid=31436 vsize=44224 CPUtime=992.41
/proc/31440/stat : 31440 (march_dl) R 31436 31436 31264 0 -1 4194304 13529 0 0 0 99205 36 0 0 25 0 1 0 213216147 45285376 10759 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31440/statm: 11056 10759 74 118 0 10935 0
Current children cumulated CPU time (s) 1003.04
Current children cumulated vsize (KiB) 47320

[startup+1063.61 s]
/proc/loadavg: 1.03 1.00 0.92 2/79 31638
/proc/meminfo: memFree=1632112/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=3096 CPUtime=10.63
/proc/31436/stat : 31436 (SATzilla2007_F) S 31434 31436 31264 0 -1 4194304 1305 7458 0 0 335 15 680 33 25 0 1 0 213215081 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31436/statm: 774 580 169 260 0 480 0
[pid=31440] ppid=31436 vsize=44488 CPUtime=1052.45
/proc/31440/stat : 31440 (march_dl) R 31436 31436 31264 0 -1 4194304 13583 0 0 0 105209 36 0 0 25 0 1 0 213216147 45555712 10813 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526917 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31440/statm: 11122 10813 74 118 0 11001 0
Current children cumulated CPU time (s) 1063.08
Current children cumulated vsize (KiB) 47584

[startup+1123.68 s]
/proc/loadavg: 1.01 1.00 0.92 2/79 31638
/proc/meminfo: memFree=1631792/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=3096 CPUtime=10.63
/proc/31436/stat : 31436 (SATzilla2007_F) S 31434 31436 31264 0 -1 4194304 1305 7458 0 0 335 15 680 33 25 0 1 0 213215081 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31436/statm: 774 580 169 260 0 480 0
[pid=31440] ppid=31436 vsize=44752 CPUtime=1112.51
/proc/31440/stat : 31440 (march_dl) R 31436 31436 31264 0 -1 4194304 13662 0 0 0 111214 37 0 0 25 0 1 0 213216147 45826048 10892 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551512 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31440/statm: 11188 10892 74 118 0 11067 0
Current children cumulated CPU time (s) 1123.14
Current children cumulated vsize (KiB) 47848

[startup+1183.75 s]
/proc/loadavg: 1.00 1.00 0.92 2/79 31638
/proc/meminfo: memFree=1631472/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=3096 CPUtime=10.63
/proc/31436/stat : 31436 (SATzilla2007_F) S 31434 31436 31264 0 -1 4194304 1305 7458 0 0 335 15 680 33 25 0 1 0 213215081 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31436/statm: 774 580 169 260 0 480 0
[pid=31440] ppid=31436 vsize=45016 CPUtime=1172.55
/proc/31440/stat : 31440 (march_dl) R 31436 31436 31264 0 -1 4194304 13723 0 0 0 117218 37 0 0 25 0 1 0 213216147 46096384 10953 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528065 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31440/statm: 11254 10953 74 118 0 11133 0
Current children cumulated CPU time (s) 1183.18
Current children cumulated vsize (KiB) 48112

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

[startup+1187.55 s]
/proc/loadavg: 1.00 1.00 0.92 2/79 31638
/proc/meminfo: memFree=1631472/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=3096 CPUtime=10.63
/proc/31436/stat : 31436 (SATzilla2007_F) S 31434 31436 31264 0 -1 4194304 1305 7458 0 0 335 15 680 33 25 0 1 0 213215081 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31436/statm: 774 580 169 260 0 480 0
[pid=31440] ppid=31436 vsize=45016 CPUtime=1176.36
/proc/31440/stat : 31440 (march_dl) R 31436 31436 31264 0 -1 4194304 13726 0 0 0 117598 38 0 0 25 0 1 0 213216147 46096384 10956 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31440/statm: 11254 10956 74 118 0 11133 0
Current children cumulated CPU time (s) 1186.99
Current children cumulated vsize (KiB) 48112

[startup+1194.11 s]
/proc/loadavg: 1.00 1.00 0.92 2/79 31638
/proc/meminfo: memFree=1631472/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=3096 CPUtime=10.63
/proc/31436/stat : 31436 (SATzilla2007_F) S 31434 31436 31264 0 -1 4194304 1305 7458 0 0 335 15 680 33 25 0 1 0 213215081 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31436/statm: 774 580 169 260 0 480 0
[pid=31440] ppid=31436 vsize=45016 CPUtime=1182.91
/proc/31440/stat : 31440 (march_dl) R 31436 31436 31264 0 -1 4194304 13733 0 0 0 118253 38 0 0 25 0 1 0 213216147 46096384 10963 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551523 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31440/statm: 11254 10963 74 118 0 11133 0
Current children cumulated CPU time (s) 1193.54
Current children cumulated vsize (KiB) 48112

[startup+1197.39 s]
/proc/loadavg: 1.00 1.00 0.92 2/79 31638
/proc/meminfo: memFree=1631472/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=3096 CPUtime=10.63
/proc/31436/stat : 31436 (SATzilla2007_F) S 31434 31436 31264 0 -1 4194304 1305 7458 0 0 335 15 680 33 25 0 1 0 213215081 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31436/statm: 774 580 169 260 0 480 0
[pid=31440] ppid=31436 vsize=45148 CPUtime=1186.19
/proc/31440/stat : 31440 (march_dl) R 31436 31436 31264 0 -1 4194304 13737 0 0 0 118581 38 0 0 25 0 1 0 213216147 46231552 10967 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527881 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31440/statm: 11287 10967 74 118 0 11166 0
Current children cumulated CPU time (s) 1196.82
Current children cumulated vsize (KiB) 48244

[startup+1199.03 s]
/proc/loadavg: 1.00 1.00 0.92 2/79 31638
/proc/meminfo: memFree=1631408/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=3096 CPUtime=10.63
/proc/31436/stat : 31436 (SATzilla2007_F) S 31434 31436 31264 0 -1 4194304 1305 7458 0 0 335 15 680 33 25 0 1 0 213215081 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31436/statm: 774 580 169 260 0 480 0
[pid=31440] ppid=31436 vsize=45148 CPUtime=1187.83
/proc/31440/stat : 31440 (march_dl) R 31436 31436 31264 0 -1 4194304 13740 0 0 0 118745 38 0 0 25 0 1 0 213216147 46231552 10970 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551409 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31440/statm: 11287 10970 74 118 0 11166 0
Current children cumulated CPU time (s) 1198.46
Current children cumulated vsize (KiB) 48244

[startup+1199.85 s]
/proc/loadavg: 1.00 1.00 0.92 2/79 31638
/proc/meminfo: memFree=1631408/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=3096 CPUtime=10.63
/proc/31436/stat : 31436 (SATzilla2007_F) S 31434 31436 31264 0 -1 4194304 1305 7458 0 0 335 15 680 33 25 0 1 0 213215081 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31436/statm: 774 580 169 260 0 480 0
[pid=31440] ppid=31436 vsize=45148 CPUtime=1188.65
/proc/31440/stat : 31440 (march_dl) R 31436 31436 31264 0 -1 4194304 13740 0 0 0 118827 38 0 0 25 0 1 0 213216147 46231552 10970 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31440/statm: 11287 10970 74 118 0 11166 0
Current children cumulated CPU time (s) 1199.28
Current children cumulated vsize (KiB) 48244

[startup+1200.05 s]
/proc/loadavg: 1.00 1.00 0.92 2/79 31638
/proc/meminfo: memFree=1631408/2055920 swapFree=4154904/4192956
[pid=31436] ppid=31434 vsize=4876 CPUtime=1199.49
/proc/31436/stat : 31436 (SATzilla2007_F) R 31434 31436 31264 0 -1 4194304 1909 21199 0 0 338 15 119524 72 16 0 1 0 213215081 4993024 1022 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 134592465 0 0 4096 0 0 0 0 17 0 0 0
/proc/31436/statm: 1219 1022 176 260 0 925 0
Current children cumulated CPU time (s) 1199.49
Current children cumulated vsize (KiB) 4876

Child status: 17
Real time (s): 1200.08
CPU time (s): 1199.53
CPU user time (s): 1198.65
CPU system time (s): 0.885865
CPU usage (%): 99.9541
Max. virtual memory (cumulated for all children) (KiB): 48244

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

runsolver used 1.19082 second user time and 3.07753 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Tue Feb 20 00:50:06 UTC 2007

IDJOB= 300725
IDBENCH= 20041
IDSOLVER= 136
FILE ID= node12/300725-1171932606

PBS_JOBID= 3848933

Free space on /tmp= 66542 MiB

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

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  d34b988a6f24b98efc289e8376520000

RANDOM SEED= 837711478

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:       1677528 kB
Buffers:         51560 kB
Cached:         233736 kB
SwapCached:      18052 kB
Active:         133200 kB
Inactive:       178016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1677528 kB
SwapTotal:     4192956 kB
SwapFree:      4154904 kB
Dirty:           10504 kB
Writeback:           0 kB
Mapped:          29692 kB
Slab:            52740 kB
Committed_AS:  1010176 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 01:10:07 UTC 2007