Trace number 300643

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 1199.98

General information on the benchmark

Namerandom/LargeSize/5SAT/v700/
unif-k5-r20-v700-c14000-S1744543366-13.cnf
MD5SUMf9dfefe909b6aaae015056afd3e2e3a1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.04308
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.64	c run March_dl for 5 seconds ... 
10.54/10.64	c Bin: Executing march_dl
10.54/10.64	c child exit by a signal
10.54/10.64	c march_dl returned code 137.
10.54/10.64	c run saps for 2 seconds ... 
10.54/10.64	c Bin: Executing ubcsat2006
10.54/10.64	c child exited successfully
10.54/10.64	c ubcsat2006 returned code 0.
10.54/10.64	c satzilla computing base features
10.54/10.64	c satzilla doing unit-prop probe
10.54/10.64	c satzilla doing local search probe
10.54/10.64	c satzilla doing lobjois search-space size estimate
10.54/10.64	c satzilla's ranking:
10.54/10.64	c 1) march_dl: 4.316586
10.54/10.64	c 2) eureka: 5.255690
10.54/10.64	c 3) kcnfs: 5.495260
10.54/10.64	c 4) minisat20: 6.562570
10.54/10.64	c 5) vallst: 6.811283
10.54/10.64	c 6) zchaff_rand: 8.696933
10.54/10.64	c 7) kcnfs+P: 999.000000
10.54/10.64	c 8) march_dl+P: 999.000000
10.54/10.64	c 9) vallst+P: 999.000000
10.54/10.64	c 10) zchaff_rand+P: 999.000000
10.54/10.64	c 11) rsat+P: 999.000000
10.54/10.64	c 12) eureka+P: 999.000000
10.54/10.64	c 13) minisat20+P: 999.000000
10.54/10.64	c 14) rsat: 999.000000
10.54/10.64	c satzilla running march_dl ... 
1199.39/1199.92	c Bin: Executing march_dl
1199.39/1199.92	c child exit by a signal
1199.39/1199.92	c march_dl returned code 137.
1199.39/1199.92	c march_dl returned code 137.
1199.39/1199.92	c satzilla running eureka ... 
1199.39/1199.92	c Bin: Executing eureka
1199.39/1199.92	c eureka returned code 1.
1199.39/1199.92	c eureka returned code 1.
1199.39/1199.92	c satzilla running kcnfs ... 
1199.39/1199.92	c Bin: Executing kcnfs
1199.39/1199.92	c kcnfs returned code 1.
1199.39/1199.92	c kcnfs returned code 1.
1199.39/1199.92	c satzilla running minisat20 ... 
1199.39/1199.92	c Bin: Executing minisat20
1199.39/1199.92	c minisat20 returned code 1.
1199.39/1199.92	c minisat20 returned code 1.
1199.39/1199.92	c satzilla running vallst ... 
1199.39/1199.92	c Bin: Executing vallst
1199.39/1199.92	c vallst returned code 1.
1199.39/1199.92	c vallst returned code 1.
1199.39/1199.92	c satzilla running zchaff_rand ... 
1199.39/1199.92	c Bin: Executing zchaff_rand
1199.39/1199.92	c zchaff_rand returned code 1.
1199.39/1199.92	c zchaff_rand returned code 1.
1199.39/1199.92	c satzilla running kcnfs with preprocessing ... 
1199.49/1199.97	c Preprocessing...
1199.49/1199.97	c Inital problem has 700 variables, 14000 nary clauses (0 binary clauses).
1199.49/1199.97	c Num non-binary clauses 14000, Average non-binary clause length 5.000
1199.49/1199.97	c Theory has no gaps
1199.49/1199.97	c Preprocessor runtime was 0.040 seconds.
1199.49/1199.97	c 
1199.49/1199.97	c Satisfiability of theory still undetermined.
1199.49/1199.97	c See file /tmp/nKGudK for simplified theory.
1199.49/1199.97	c Bin: Executing kcnfs
1199.49/1199.97	c kcnfs returned code 1.
1199.49/1199.97	c kcnfs returned code 1.
1199.49/1199.97	c satzilla running march_dl with preprocessing ... 
1199.49/1199.97	c Bin: Executing march_dl
1199.49/1199.97	c march_dl returned code 1.
1199.49/1199.97	c march_dl returned code 1.
1199.49/1199.97	c satzilla running vallst with preprocessing ... 
1199.49/1199.97	c Bin: Executing vallst
1199.49/1199.97	c vallst returned code 1.
1199.49/1199.97	c vallst returned code 1.
1199.49/1199.97	c satzilla running zchaff_rand with preprocessing ... 
1199.49/1199.97	c Bin: Executing zchaff_rand
1199.49/1199.97	c zchaff_rand returned code 1.
1199.49/1199.97	c zchaff_rand returned code 1.
1199.49/1199.97	c satzilla running rsat with preprocessing ... 
1199.49/1199.97	c Bin: Executing rsat
1199.49/1199.97	c rsat returned code 1.
1199.49/1199.97	c rsat returned code 1.
1199.49/1199.97	c satzilla running eureka with preprocessing ... 
1199.49/1199.97	c Bin: Executing eureka
1199.49/1199.97	c eureka returned code 1.
1199.49/1199.97	c eureka returned code 1.
1199.49/1199.97	c satzilla running minisat20 with preprocessing ... 
1199.49/1199.97	c Bin: Executing minisat20
1199.49/1199.97	c minisat20 returned code 1.
1199.49/1199.97	c minisat20 returned code 1.
1199.49/1199.97	c satzilla running rsat ... 
1199.49/1199.98	c Bin: Executing rsat
1199.49/1199.98	c rsat returned code 1.
1199.49/1199.98	c rsat returned code 1.
1199.49/1199.98	c ERROR: All Failed! 
1199.49/1199.98	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/node9/watcher-300643-1171917107 -o ROOT/results/node9/solver-300643-1171917107 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/300643-1171917107/SATzilla2007_F /tmp/evaluation/300643-1171917107/instance-300643-1171917107.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.92 0.98 1.18 3/77 28572
/proc/meminfo: memFree=1640248/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=1512 CPUtime=0
/proc/28572/stat : 28572 (SATzilla2007_F) S 28570 28572 28164 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 211665325 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28572/statm: 378 125 110 260 0 84 0
[pid=28573] ppid=28572 vsize=768 CPUtime=0
/proc/28573/stat : 28573 (march_dl) R 28572 28572 28164 0 -1 4194304 100 0 0 0 0 0 0 0 19 0 1 0 211665325 786432 94 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134775535 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28573/statm: 192 95 50 118 0 71 0

[startup+0.106674 s]
/proc/loadavg: 0.92 0.98 1.18 3/77 28572
/proc/meminfo: memFree=1640248/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=1512 CPUtime=0
/proc/28572/stat : 28572 (SATzilla2007_F) S 28570 28572 28164 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 211665325 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28572/statm: 378 125 110 260 0 84 0
[pid=28573] ppid=28572 vsize=3352 CPUtime=0.09
/proc/28573/stat : 28573 (march_dl) R 28572 28572 28164 0 -1 4194304 1864 0 0 0 9 0 0 0 20 0 1 0 211665325 3432448 495 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28573/statm: 838 501 67 118 0 717 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4864

[startup+0.514751 s]
/proc/loadavg: 0.92 0.98 1.18 3/77 28572
/proc/meminfo: memFree=1640248/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=1512 CPUtime=0
/proc/28572/stat : 28572 (SATzilla2007_F) S 28570 28572 28164 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 211665325 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28572/statm: 378 125 110 260 0 84 0
[pid=28573] ppid=28572 vsize=3124 CPUtime=0.5
/proc/28573/stat : 28573 (march_dl) R 28572 28572 28164 0 -1 4194304 1934 0 0 0 50 0 0 0 24 0 1 0 211665325 3198976 508 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583509 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28573/statm: 781 508 67 118 0 660 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4636

[startup+1.33491 s]
/proc/loadavg: 0.92 0.98 1.18 2/79 28574
/proc/meminfo: memFree=1638248/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=1512 CPUtime=0
/proc/28572/stat : 28572 (SATzilla2007_F) S 28570 28572 28164 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 211665325 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28572/statm: 378 125 110 260 0 84 0
[pid=28573] ppid=28572 vsize=3256 CPUtime=1.32
/proc/28573/stat : 28573 (march_dl) R 28572 28572 28164 0 -1 4194304 1982 0 0 0 132 0 0 0 25 0 1 0 211665325 3334144 556 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583053 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28573/statm: 814 556 67 118 0 693 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 4768

[startup+2.97123 s]
/proc/loadavg: 0.93 0.98 1.18 2/79 28574
/proc/meminfo: memFree=1623080/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=1512 CPUtime=0
/proc/28572/stat : 28572 (SATzilla2007_F) S 28570 28572 28164 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 211665325 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28572/statm: 378 125 110 260 0 84 0
[pid=28573] ppid=28572 vsize=19644 CPUtime=2.95
/proc/28573/stat : 28573 (march_dl) R 28572 28572 28164 0 -1 4194304 6617 0 0 0 273 22 0 0 25 0 1 0 211665325 20115456 4672 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134543110 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28573/statm: 4911 4672 72 118 0 4790 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 21156

[startup+6.25586 s]
/proc/loadavg: 0.93 0.98 1.18 2/79 28575
/proc/meminfo: memFree=1638632/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=1512 CPUtime=4.99
/proc/28572/stat : 28572 (SATzilla2007_F) S 28570 28572 28164 0 -1 4194304 149 7047 0 0 0 0 476 23 16 0 1 0 211665325 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28572/statm: 378 125 110 260 0 84 0
[pid=28575] ppid=28572 vsize=6188 CPUtime=1.23
/proc/28575/stat : 28575 (ubcsat2006) R 28572 28572 28164 0 -1 4194304 477 0 0 0 117 6 0 0 25 0 1 0 211665825 6336512 459 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28575/statm: 1547 459 156 64 0 1128 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 7700

[startup+12.7111 s]
/proc/loadavg: 0.94 0.98 1.18 2/79 28576
/proc/meminfo: memFree=1622824/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=3096 CPUtime=10.62
/proc/28572/stat : 28572 (SATzilla2007_F) S 28570 28572 28164 0 -1 4194304 1305 7530 0 0 334 14 679 35 25 0 1 0 211665325 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28572/statm: 774 580 169 260 0 480 0
[pid=28576] ppid=28572 vsize=18140 CPUtime=2.05
/proc/28576/stat : 28576 (march_dl) R 28572 28572 28164 0 -1 4194304 6003 0 0 0 183 22 0 0 25 0 1 0 211666390 18575360 4297 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134559600 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28576/statm: 4535 4297 72 118 0 4414 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 21236

[startup+25.5256 s]
/proc/loadavg: 0.95 0.98 1.18 2/79 28576
/proc/meminfo: memFree=1613872/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=3096 CPUtime=10.62
/proc/28572/stat : 28572 (SATzilla2007_F) S 28570 28572 28164 0 -1 4194304 1305 7530 0 0 334 14 679 35 25 0 1 0 211665325 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28572/statm: 774 580 169 260 0 480 0
[pid=28576] ppid=28572 vsize=26636 CPUtime=14.86
/proc/28576/stat : 28576 (march_dl) R 28572 28572 28164 0 -1 4194304 9100 0 0 0 1462 24 0 0 25 0 1 0 211666390 27275264 6299 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28576/statm: 6659 6299 74 118 0 6538 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 29732

[startup+51.1545 s]
/proc/loadavg: 0.96 0.98 1.17 2/79 28576
/proc/meminfo: memFree=1608752/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=3096 CPUtime=10.62
/proc/28572/stat : 28572 (SATzilla2007_F) S 28570 28572 28164 0 -1 4194304 1305 7530 0 0 334 14 679 35 25 0 1 0 211665325 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28572/statm: 774 580 169 260 0 480 0
[pid=28576] ppid=28572 vsize=31088 CPUtime=40.48
/proc/28576/stat : 28576 (march_dl) R 28572 28572 28164 0 -1 4194304 10250 0 0 0 4023 25 0 0 25 0 1 0 211666390 31834112 7449 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28576/statm: 7772 7449 74 118 0 7651 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 34184

[startup+102.409 s]
/proc/loadavg: 0.98 0.98 1.16 2/79 28576
/proc/meminfo: memFree=1605168/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=3096 CPUtime=10.62
/proc/28572/stat : 28572 (SATzilla2007_F) S 28570 28572 28164 0 -1 4194304 1305 7530 0 0 334 14 679 35 25 0 1 0 211665325 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28572/statm: 774 580 169 260 0 480 0
[pid=28576] ppid=28572 vsize=34644 CPUtime=91.71
/proc/28576/stat : 28576 (march_dl) R 28572 28572 28164 0 -1 4194304 11149 0 0 0 9145 26 0 0 25 0 1 0 211666390 35475456 8348 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551666 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28576/statm: 8661 8348 74 118 0 8540 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 37740

[startup+162.489 s]
/proc/loadavg: 0.99 0.98 1.15 2/79 28576
/proc/meminfo: memFree=1602800/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=3096 CPUtime=10.62
/proc/28572/stat : 28572 (SATzilla2007_F) S 28570 28572 28164 0 -1 4194304 1305 7530 0 0 334 14 679 35 25 0 1 0 211665325 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28572/statm: 774 580 169 260 0 480 0
[pid=28576] ppid=28572 vsize=37016 CPUtime=151.77
/proc/28576/stat : 28576 (march_dl) R 28572 28572 28164 0 -1 4194304 11735 0 0 0 15149 28 0 0 25 0 1 0 211666390 37904384 8934 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28576/statm: 9254 8934 74 118 0 9133 0
Current children cumulated CPU time (s) 162.39
Current children cumulated vsize (KiB) 40112

[startup+222.562 s]
/proc/loadavg: 1.04 1.00 1.14 2/79 28576
/proc/meminfo: memFree=1601264/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=3096 CPUtime=10.62
/proc/28572/stat : 28572 (SATzilla2007_F) S 28570 28572 28164 0 -1 4194304 1305 7530 0 0 334 14 679 35 25 0 1 0 211665325 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28572/statm: 774 580 169 260 0 480 0
[pid=28576] ppid=28572 vsize=38468 CPUtime=211.82
/proc/28576/stat : 28576 (march_dl) R 28572 28572 28164 0 -1 4194304 12130 0 0 0 21153 29 0 0 25 0 1 0 211666390 39391232 9329 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551515 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28576/statm: 9617 9329 74 118 0 9496 0
Current children cumulated CPU time (s) 222.44
Current children cumulated vsize (KiB) 41564

[startup+282.633 s]
/proc/loadavg: 1.05 1.01 1.14 2/79 28576
/proc/meminfo: memFree=1600176/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=3096 CPUtime=10.62
/proc/28572/stat : 28572 (SATzilla2007_F) S 28570 28572 28164 0 -1 4194304 1305 7530 0 0 334 14 679 35 25 0 1 0 211665325 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28572/statm: 774 580 169 260 0 480 0
[pid=28576] ppid=28572 vsize=39524 CPUtime=271.87
/proc/28576/stat : 28576 (march_dl) R 28572 28572 28164 0 -1 4194304 12396 0 0 0 27157 30 0 0 25 0 1 0 211666390 40472576 9595 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134532774 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28576/statm: 9881 9595 74 118 0 9760 0
Current children cumulated CPU time (s) 282.49
Current children cumulated vsize (KiB) 42620

[startup+342.713 s]
/proc/loadavg: 1.02 1.01 1.12 2/79 28576
/proc/meminfo: memFree=1599472/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=3096 CPUtime=10.62
/proc/28572/stat : 28572 (SATzilla2007_F) S 28570 28572 28164 0 -1 4194304 1305 7530 0 0 334 14 679 35 25 0 1 0 211665325 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28572/statm: 774 580 169 260 0 480 0
[pid=28576] ppid=28572 vsize=40184 CPUtime=331.92
/proc/28576/stat : 28576 (march_dl) R 28572 28572 28164 0 -1 4194304 12560 0 0 0 33162 30 0 0 25 0 1 0 211666390 41148416 9759 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551555 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28576/statm: 10046 9759 74 118 0 9925 0
Current children cumulated CPU time (s) 342.54
Current children cumulated vsize (KiB) 43280

[startup+402.792 s]
/proc/loadavg: 1.00 1.00 1.11 2/79 28576
/proc/meminfo: memFree=1598832/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=3096 CPUtime=10.62
/proc/28572/stat : 28572 (SATzilla2007_F) S 28570 28572 28164 0 -1 4194304 1305 7530 0 0 334 14 679 35 25 0 1 0 211665325 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28572/statm: 774 580 169 260 0 480 0
[pid=28576] ppid=28572 vsize=40844 CPUtime=391.98
/proc/28576/stat : 28576 (march_dl) R 28572 28572 28164 0 -1 4194304 12720 0 0 0 39167 31 0 0 25 0 1 0 211666390 41824256 9919 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526940 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28576/statm: 10211 9919 74 118 0 10090 0
Current children cumulated CPU time (s) 402.6
Current children cumulated vsize (KiB) 43940

[startup+462.87 s]
/proc/loadavg: 1.00 1.00 1.10 2/79 28576
/proc/meminfo: memFree=1598000/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=3096 CPUtime=10.62
/proc/28572/stat : 28572 (SATzilla2007_F) S 28570 28572 28164 0 -1 4194304 1305 7530 0 0 334 14 679 35 25 0 1 0 211665325 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28572/statm: 774 580 169 260 0 480 0
[pid=28576] ppid=28572 vsize=41768 CPUtime=452.04
/proc/28576/stat : 28576 (march_dl) R 28572 28572 28164 0 -1 4194304 12942 0 0 0 45172 32 0 0 25 0 1 0 211666390 42770432 10141 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551512 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28576/statm: 10442 10141 74 118 0 10321 0
Current children cumulated CPU time (s) 462.66

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

/proc/28576/statm: 10970 10676 74 118 0 10849 0
Current children cumulated CPU time (s) 762.92
Current children cumulated vsize (KiB) 46976

[startup+823.318 s]
/proc/loadavg: 1.00 1.00 1.06 2/79 28578
/proc/meminfo: memFree=1595312/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=3096 CPUtime=10.62
/proc/28572/stat : 28572 (SATzilla2007_F) S 28570 28572 28164 0 -1 4194304 1305 7530 0 0 334 14 679 35 25 0 1 0 211665325 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28572/statm: 774 580 169 260 0 480 0
[pid=28576] ppid=28572 vsize=44276 CPUtime=812.35
/proc/28576/stat : 28576 (march_dl) R 28572 28572 28164 0 -1 4194304 13598 0 0 0 81199 36 0 0 25 0 1 0 211666390 45338624 10797 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28576/statm: 11069 10797 74 118 0 10948 0
Current children cumulated CPU time (s) 822.97
Current children cumulated vsize (KiB) 47372

[startup+883.398 s]
/proc/loadavg: 1.00 1.00 1.05 2/79 28578
/proc/meminfo: memFree=1594992/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=3096 CPUtime=10.62
/proc/28572/stat : 28572 (SATzilla2007_F) S 28570 28572 28164 0 -1 4194304 1305 7530 0 0 334 14 679 35 25 0 1 0 211665325 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28572/statm: 774 580 169 260 0 480 0
[pid=28576] ppid=28572 vsize=44672 CPUtime=872.41
/proc/28576/stat : 28576 (march_dl) R 28572 28572 28164 0 -1 4194304 13678 0 0 0 87204 37 0 0 25 0 1 0 211666390 45744128 10877 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28576/statm: 11168 10877 74 118 0 11047 0
Current children cumulated CPU time (s) 883.03
Current children cumulated vsize (KiB) 47768

[startup+943.475 s]
/proc/loadavg: 1.00 1.00 1.05 2/79 28578
/proc/meminfo: memFree=1594736/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=3096 CPUtime=10.62
/proc/28572/stat : 28572 (SATzilla2007_F) S 28570 28572 28164 0 -1 4194304 1305 7530 0 0 334 14 679 35 25 0 1 0 211665325 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28572/statm: 774 580 169 260 0 480 0
[pid=28576] ppid=28572 vsize=44936 CPUtime=932.47
/proc/28576/stat : 28576 (march_dl) R 28572 28572 28164 0 -1 4194304 13750 0 0 0 93209 38 0 0 25 0 1 0 211666390 46014464 10949 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551531 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28576/statm: 11234 10949 74 118 0 11113 0
Current children cumulated CPU time (s) 943.09
Current children cumulated vsize (KiB) 48032

[startup+1003.55 s]
/proc/loadavg: 1.00 1.00 1.04 2/79 28578
/proc/meminfo: memFree=1594480/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=3096 CPUtime=10.62
/proc/28572/stat : 28572 (SATzilla2007_F) S 28570 28572 28164 0 -1 4194304 1305 7530 0 0 334 14 679 35 25 0 1 0 211665325 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28572/statm: 774 580 169 260 0 480 0
[pid=28576] ppid=28572 vsize=45200 CPUtime=992.51
/proc/28576/stat : 28576 (march_dl) R 28572 28572 28164 0 -1 4194304 13822 0 0 0 99213 38 0 0 25 0 1 0 211666390 46284800 11021 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551409 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28576/statm: 11300 11021 74 118 0 11179 0
Current children cumulated CPU time (s) 1003.13
Current children cumulated vsize (KiB) 48296

[startup+1063.62 s]
/proc/loadavg: 1.00 1.00 1.04 2/79 28578
/proc/meminfo: memFree=1594160/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=3096 CPUtime=10.62
/proc/28572/stat : 28572 (SATzilla2007_F) S 28570 28572 28164 0 -1 4194304 1305 7530 0 0 334 14 679 35 25 0 1 0 211665325 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28572/statm: 774 580 169 260 0 480 0
[pid=28576] ppid=28572 vsize=45464 CPUtime=1052.57
/proc/28576/stat : 28576 (march_dl) R 28572 28572 28164 0 -1 4194304 13888 0 0 0 105218 39 0 0 25 0 1 0 211666390 46555136 11087 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526917 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28576/statm: 11366 11087 74 118 0 11245 0
Current children cumulated CPU time (s) 1063.19
Current children cumulated vsize (KiB) 48560

[startup+1123.69 s]
/proc/loadavg: 1.00 1.00 1.03 2/79 28578
/proc/meminfo: memFree=1593904/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=3096 CPUtime=10.62
/proc/28572/stat : 28572 (SATzilla2007_F) S 28570 28572 28164 0 -1 4194304 1305 7530 0 0 334 14 679 35 25 0 1 0 211665325 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28572/statm: 774 580 169 260 0 480 0
[pid=28576] ppid=28572 vsize=45728 CPUtime=1112.62
/proc/28576/stat : 28576 (march_dl) R 28572 28572 28164 0 -1 4194304 13960 0 0 0 111222 40 0 0 25 0 1 0 211666390 46825472 11159 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134573152 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28576/statm: 11432 11159 74 118 0 11311 0
Current children cumulated CPU time (s) 1123.24
Current children cumulated vsize (KiB) 48824

[startup+1183.77 s]
/proc/loadavg: 1.00 1.00 1.03 2/79 28578
/proc/meminfo: memFree=1593648/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=3096 CPUtime=10.62
/proc/28572/stat : 28572 (SATzilla2007_F) S 28570 28572 28164 0 -1 4194304 1305 7530 0 0 334 14 679 35 25 0 1 0 211665325 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28572/statm: 774 580 169 260 0 480 0
[pid=28576] ppid=28572 vsize=45992 CPUtime=1172.67
/proc/28576/stat : 28576 (march_dl) R 28572 28572 28164 0 -1 4194304 14023 0 0 0 117227 40 0 0 25 0 1 0 211666390 47095808 11222 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527911 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28576/statm: 11498 11222 74 118 0 11377 0
Current children cumulated CPU time (s) 1183.29
Current children cumulated vsize (KiB) 49088

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

[startup+1187.57 s]
/proc/loadavg: 1.00 1.00 1.02 2/79 28578
/proc/meminfo: memFree=1593648/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=3096 CPUtime=10.62
/proc/28572/stat : 28572 (SATzilla2007_F) S 28570 28572 28164 0 -1 4194304 1305 7530 0 0 334 14 679 35 25 0 1 0 211665325 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28572/statm: 774 580 169 260 0 480 0
[pid=28576] ppid=28572 vsize=45992 CPUtime=1176.47
/proc/28576/stat : 28576 (march_dl) R 28572 28572 28164 0 -1 4194304 14026 0 0 0 117606 41 0 0 25 0 1 0 211666390 47095808 11225 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551376 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28576/statm: 11498 11225 74 118 0 11377 0
Current children cumulated CPU time (s) 1187.09
Current children cumulated vsize (KiB) 49088

[startup+1194.12 s]
/proc/loadavg: 1.00 1.00 1.02 2/79 28578
/proc/meminfo: memFree=1593648/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=3096 CPUtime=10.62
/proc/28572/stat : 28572 (SATzilla2007_F) S 28570 28572 28164 0 -1 4194304 1305 7530 0 0 334 14 679 35 25 0 1 0 211665325 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28572/statm: 774 580 169 260 0 480 0
[pid=28576] ppid=28572 vsize=45992 CPUtime=1183.03
/proc/28576/stat : 28576 (march_dl) R 28572 28572 28164 0 -1 4194304 14031 0 0 0 118262 41 0 0 25 0 1 0 211666390 47095808 11230 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134568492 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28576/statm: 11498 11230 74 118 0 11377 0
Current children cumulated CPU time (s) 1193.65
Current children cumulated vsize (KiB) 49088

[startup+1197.4 s]
/proc/loadavg: 1.00 1.00 1.02 2/79 28578
/proc/meminfo: memFree=1593584/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=3096 CPUtime=10.62
/proc/28572/stat : 28572 (SATzilla2007_F) S 28570 28572 28164 0 -1 4194304 1305 7530 0 0 334 14 679 35 25 0 1 0 211665325 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28572/statm: 774 580 169 260 0 480 0
[pid=28576] ppid=28572 vsize=45992 CPUtime=1186.3
/proc/28576/stat : 28576 (march_dl) R 28572 28572 28164 0 -1 4194304 14033 0 0 0 118589 41 0 0 25 0 1 0 211666390 47095808 11232 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134568157 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28576/statm: 11498 11232 74 118 0 11377 0
Current children cumulated CPU time (s) 1196.92
Current children cumulated vsize (KiB) 49088

[startup+1199.04 s]
/proc/loadavg: 1.00 1.00 1.02 2/79 28578
/proc/meminfo: memFree=1593584/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=3096 CPUtime=10.62
/proc/28572/stat : 28572 (SATzilla2007_F) S 28570 28572 28164 0 -1 4194304 1305 7530 0 0 334 14 679 35 25 0 1 0 211665325 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28572/statm: 774 580 169 260 0 480 0
[pid=28576] ppid=28572 vsize=45992 CPUtime=1187.95
/proc/28576/stat : 28576 (march_dl) R 28572 28572 28164 0 -1 4194304 14034 0 0 0 118754 41 0 0 25 0 1 0 211666390 47095808 11233 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551663 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28576/statm: 11498 11233 74 118 0 11377 0
Current children cumulated CPU time (s) 1198.57
Current children cumulated vsize (KiB) 49088

[startup+1199.45 s]
/proc/loadavg: 1.00 1.00 1.02 2/79 28578
/proc/meminfo: memFree=1593584/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=3096 CPUtime=10.62
/proc/28572/stat : 28572 (SATzilla2007_F) S 28570 28572 28164 0 -1 4194304 1305 7530 0 0 334 14 679 35 25 0 1 0 211665325 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28572/statm: 774 580 169 260 0 480 0
[pid=28576] ppid=28572 vsize=45992 CPUtime=1188.35
/proc/28576/stat : 28576 (march_dl) R 28572 28572 28164 0 -1 4194304 14034 0 0 0 118794 41 0 0 25 0 1 0 211666390 47095808 11233 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28576/statm: 11498 11233 74 118 0 11377 0
Current children cumulated CPU time (s) 1198.97
Current children cumulated vsize (KiB) 49088

[startup+1199.86 s]
/proc/loadavg: 1.00 1.00 1.02 2/79 28578
/proc/meminfo: memFree=1593584/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=3096 CPUtime=10.62
/proc/28572/stat : 28572 (SATzilla2007_F) S 28570 28572 28164 0 -1 4194304 1305 7530 0 0 334 14 679 35 25 0 1 0 211665325 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28572/statm: 774 580 169 260 0 480 0
[pid=28576] ppid=28572 vsize=45992 CPUtime=1188.77
/proc/28576/stat : 28576 (march_dl) R 28572 28572 28164 0 -1 4194304 14034 0 0 0 118836 41 0 0 25 0 1 0 211666390 47095808 11233 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528042 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28576/statm: 11498 11233 74 118 0 11377 0
Current children cumulated CPU time (s) 1199.39
Current children cumulated vsize (KiB) 49088

[startup+1199.97 s]
/proc/loadavg: 1.00 1.00 1.02 2/79 28578
/proc/meminfo: memFree=1593584/2055920 swapFree=4192812/4192956
[pid=28572] ppid=28570 vsize=4880 CPUtime=1199.49
/proc/28572/stat : 28572 (SATzilla2007_F) R 28570 28572 28164 0 -1 4194304 1930 21564 0 0 339 14 119519 77 18 0 1 0 211665325 4997120 1035 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135098215 0 0 4096 0 0 0 0 17 0 0 0
/proc/28572/statm: 1220 1035 176 260 0 926 0
Current children cumulated CPU time (s) 1199.49
Current children cumulated vsize (KiB) 4880

Child status: 17
Real time (s): 1199.98
CPU time (s): 1199.53
CPU user time (s): 1198.6
CPU system time (s): 0.923859
CPU usage (%): 99.9622
Max. virtual memory (cumulated for all children) (KiB): 49088

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

runsolver used 1.17282 second user time and 3.09253 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Mon Feb 19 20:31:47 UTC 2007

IDJOB= 300643
IDBENCH= 20039
IDSOLVER= 136
FILE ID= node9/300643-1171917107

PBS_JOBID= 3848898

Free space on /tmp= 66535 MiB

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

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  f9dfefe909b6aaae015056afd3e2e3a1

RANDOM SEED= 755272706

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.263
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.263
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:       1640728 kB
Buffers:         51120 kB
Cached:         239240 kB
SwapCached:          0 kB
Active:         278992 kB
Inactive:        65784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1640728 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10460 kB
Writeback:           0 kB
Mapped:          73268 kB
Slab:            56092 kB
Committed_AS:  1084432 kB
PageTables:       1688 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= 66535 MiB

End job on node9 on Mon Feb 19 20:51:47 UTC 2007