Trace number 301217

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.54 1199.97

General information on the benchmark

Namerandom/LargeSize/5SAT/v600/
unif-k5-r20-v600-c12000-S2129616968-04.cnf
MD5SUMbbc9d27dee29f57f9dd4a8988410f8b2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.6409
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses12000
Sum of the clauses size60000
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 512000
Number of clauses of size over 50

Solver Data (download as text)

10.54/10.66	c run March_dl for 5 seconds ... 
10.54/10.66	c Bin: Executing march_dl
10.54/10.66	c child exit by a signal
10.54/10.66	c march_dl returned code 137.
10.54/10.66	c run saps for 2 seconds ... 
10.54/10.66	c Bin: Executing ubcsat2006
10.54/10.66	c child exited successfully
10.54/10.66	c ubcsat2006 returned code 0.
10.54/10.66	c satzilla computing base features
10.54/10.66	c satzilla doing unit-prop probe
10.54/10.66	c satzilla doing local search probe
10.54/10.66	c satzilla doing lobjois search-space size estimate
10.54/10.66	c satzilla's ranking:
10.54/10.66	c 1) march_dl: 4.322928
10.54/10.66	c 2) kcnfs: 5.157599
10.54/10.66	c 3) eureka: 5.215418
10.54/10.66	c 4) minisat20: 6.407613
10.54/10.66	c 5) vallst: 6.463980
10.54/10.66	c 6) zchaff_rand: 8.347354
10.54/10.66	c 7) kcnfs+P: 999.000000
10.54/10.66	c 8) march_dl+P: 999.000000
10.54/10.66	c 9) vallst+P: 999.000000
10.54/10.66	c 10) zchaff_rand+P: 999.000000
10.54/10.66	c 11) rsat+P: 999.000000
10.54/10.66	c 12) eureka+P: 999.000000
10.54/10.66	c 13) minisat20+P: 999.000000
10.54/10.66	c 14) rsat: 999.000000
10.54/10.66	c satzilla running march_dl ... 
1199.38/1199.92	c Bin: Executing march_dl
1199.38/1199.92	c child exit by a signal
1199.38/1199.92	c march_dl returned code 137.
1199.38/1199.92	c march_dl returned code 137.
1199.38/1199.92	c satzilla running kcnfs ... 
1199.38/1199.92	c Bin: Executing kcnfs
1199.38/1199.92	c kcnfs returned code 1.
1199.38/1199.92	c kcnfs returned code 1.
1199.38/1199.92	c satzilla running eureka ... 
1199.38/1199.92	c Bin: Executing eureka
1199.38/1199.92	c eureka returned code 1.
1199.38/1199.92	c eureka returned code 1.
1199.38/1199.92	c satzilla running minisat20 ... 
1199.38/1199.92	c Bin: Executing minisat20
1199.38/1199.92	c minisat20 returned code 1.
1199.38/1199.92	c minisat20 returned code 1.
1199.38/1199.92	c satzilla running vallst ... 
1199.38/1199.92	c Bin: Executing vallst
1199.38/1199.92	c vallst returned code 1.
1199.38/1199.92	c vallst returned code 1.
1199.38/1199.92	c satzilla running zchaff_rand ... 
1199.38/1199.92	c Bin: Executing zchaff_rand
1199.38/1199.92	c zchaff_rand returned code 1.
1199.38/1199.92	c zchaff_rand returned code 1.
1199.38/1199.92	c satzilla running kcnfs with preprocessing ... 
1199.48/1199.97	c Preprocessing...
1199.48/1199.97	c Inital problem has 600 variables, 12000 nary clauses (0 binary clauses).
1199.48/1199.97	c Num non-binary clauses 12000, Average non-binary clause length 5.000
1199.48/1199.97	c Theory has no gaps
1199.48/1199.97	c Preprocessor runtime was 0.030 seconds.
1199.48/1199.97	c 
1199.48/1199.97	c Satisfiability of theory still undetermined.
1199.48/1199.97	c See file /tmp/n7Y3If for simplified theory.
1199.48/1199.97	c Bin: Executing kcnfs
1199.48/1199.97	c kcnfs returned code 1.
1199.48/1199.97	c kcnfs returned code 1.
1199.48/1199.97	c satzilla running march_dl with preprocessing ... 
1199.48/1199.97	c Bin: Executing march_dl
1199.48/1199.97	c march_dl returned code 1.
1199.48/1199.97	c march_dl returned code 1.
1199.48/1199.97	c satzilla running vallst with preprocessing ... 
1199.48/1199.97	c Bin: Executing vallst
1199.48/1199.97	c vallst returned code 1.
1199.48/1199.97	c vallst returned code 1.
1199.48/1199.97	c satzilla running zchaff_rand with preprocessing ... 
1199.48/1199.97	c Bin: Executing zchaff_rand
1199.48/1199.97	c zchaff_rand returned code 1.
1199.48/1199.97	c zchaff_rand returned code 1.
1199.48/1199.97	c satzilla running rsat with preprocessing ... 
1199.48/1199.97	c Bin: Executing rsat
1199.48/1199.97	c rsat returned code 1.
1199.48/1199.97	c rsat returned code 1.
1199.48/1199.97	c satzilla running eureka with preprocessing ... 
1199.48/1199.97	c Bin: Executing eureka
1199.48/1199.97	c eureka returned code 1.
1199.48/1199.97	c eureka returned code 1.
1199.48/1199.97	c satzilla running minisat20 with preprocessing ... 
1199.48/1199.97	c Bin: Executing minisat20
1199.48/1199.97	c minisat20 returned code 1.
1199.48/1199.97	c minisat20 returned code 1.
1199.48/1199.97	c satzilla running rsat ... 
1199.48/1199.97	c Bin: Executing rsat
1199.48/1199.97	c rsat returned code 1.
1199.48/1199.97	c rsat returned code 1.
1199.48/1199.97	c ERROR: All Failed! 
1199.48/1199.97	c SATZILLA_TIME=1199.710000

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/node7/watcher-301217-1171958144 -o ROOT/results/node7/solver-301217-1171958144 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/301217-1171958144/SATzilla2007_F /tmp/evaluation/301217-1171958144/instance-301217-1171958144.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 0.99 3/77 2619
/proc/meminfo: memFree=1662736/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=1512 CPUtime=0
/proc/2619/stat : 2619 (SATzilla2007_F) R 2617 2619 2482 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 215769122 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/2619/statm: 378 125 110 260 0 84 0
[pid=2620] ppid=2619 vsize=768 CPUtime=0
/proc/2620/stat : 2620 (march_dl) R 2619 2619 2482 0 -1 4194304 97 0 0 0 0 0 0 0 18 0 1 0 215769122 786432 91 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2620/statm: 192 91 50 118 0 71 0

[startup+0.107032 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 2619
/proc/meminfo: memFree=1662736/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=1512 CPUtime=0
/proc/2619/stat : 2619 (SATzilla2007_F) S 2617 2619 2482 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 215769122 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2619/statm: 378 125 110 260 0 84 0
[pid=2620] ppid=2619 vsize=2816 CPUtime=0.1
/proc/2620/stat : 2620 (march_dl) R 2619 2619 2482 0 -1 4194304 1604 0 0 0 10 0 0 0 20 0 1 0 215769122 2883584 438 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583427 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2620/statm: 704 438 67 118 0 583 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4328

[startup+0.517075 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 2619
/proc/meminfo: memFree=1662736/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=1512 CPUtime=0
/proc/2619/stat : 2619 (SATzilla2007_F) S 2617 2619 2482 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 215769122 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2619/statm: 378 125 110 260 0 84 0
[pid=2620] ppid=2619 vsize=2816 CPUtime=0.51
/proc/2620/stat : 2620 (march_dl) R 2619 2619 2482 0 -1 4194304 1613 0 0 0 51 0 0 0 23 0 1 0 215769122 2883584 447 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583360 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2620/statm: 704 447 67 118 0 583 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 4328

[startup+1.34516 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 2621
/proc/meminfo: memFree=1660800/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=1512 CPUtime=0
/proc/2619/stat : 2619 (SATzilla2007_F) S 2617 2619 2482 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 215769122 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2619/statm: 378 125 110 260 0 84 0
[pid=2620] ppid=2619 vsize=14492 CPUtime=1.33
/proc/2620/stat : 2620 (march_dl) R 2619 2619 2482 0 -1 4194304 4573 0 0 0 127 6 0 0 25 0 1 0 215769122 14839808 3287 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2620/statm: 3623 3287 72 118 0 3502 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 16004

[startup+2.98534 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 2621
/proc/meminfo: memFree=1648256/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=1512 CPUtime=0
/proc/2619/stat : 2619 (SATzilla2007_F) S 2617 2619 2482 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 215769122 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2619/statm: 378 125 110 260 0 84 0
[pid=2620] ppid=2619 vsize=15056 CPUtime=2.97
/proc/2620/stat : 2620 (march_dl) R 2619 2619 2482 0 -1 4194304 5865 0 0 0 279 18 0 0 25 0 1 0 215769122 15417344 3561 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2620/statm: 3764 3561 74 118 0 3643 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 16568

[startup+6.26168 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 2622
/proc/meminfo: memFree=1661248/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=1512 CPUtime=4.99
/proc/2619/stat : 2619 (SATzilla2007_F) S 2617 2619 2482 0 -1 4194304 149 5865 0 0 0 0 480 19 16 0 1 0 215769122 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2619/statm: 378 125 110 260 0 84 0
[pid=2622] ppid=2619 vsize=6188 CPUtime=1.24
/proc/2622/stat : 2622 (ubcsat2006) R 2619 2619 2482 0 -1 4194304 444 0 0 0 116 8 0 0 25 0 1 0 215769623 6336512 426 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2622/statm: 1547 426 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7700

[startup+12.7184 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 2623
/proc/meminfo: memFree=1646784/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=2896 CPUtime=10.65
/proc/2619/stat : 2619 (SATzilla2007_F) S 2617 2619 2482 0 -1 4194304 1191 6315 0 0 333 16 683 33 25 0 1 0 215769122 2965504 528 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2619/statm: 724 528 169 260 0 430 0
[pid=2623] ppid=2619 vsize=15444 CPUtime=2.03
/proc/2623/stat : 2623 (march_dl) R 2619 2619 2482 0 -1 4194304 5110 0 0 0 186 17 0 0 25 0 1 0 215770189 15814656 3633 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134559824 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2623/statm: 3861 3633 72 118 0 3740 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18340

[startup+25.5227 s]
/proc/loadavg: 0.95 0.98 0.99 2/79 2623
/proc/meminfo: memFree=1639104/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=2896 CPUtime=10.65
/proc/2619/stat : 2619 (SATzilla2007_F) S 2617 2619 2482 0 -1 4194304 1191 6315 0 0 333 16 683 33 25 0 1 0 215769122 2965504 528 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2619/statm: 724 528 169 260 0 430 0
[pid=2623] ppid=2619 vsize=24164 CPUtime=14.83
/proc/2623/stat : 2623 (march_dl) R 2619 2619 2482 0 -1 4194304 7891 0 0 0 1464 19 0 0 25 0 1 0 215770189 24743936 5587 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2623/statm: 6041 5587 74 118 0 5920 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 27060

[startup+51.1524 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 2623
/proc/meminfo: memFree=1635008/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=2896 CPUtime=10.65
/proc/2619/stat : 2619 (SATzilla2007_F) S 2617 2619 2482 0 -1 4194304 1191 6315 0 0 333 16 683 33 25 0 1 0 215769122 2965504 528 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2619/statm: 724 528 169 260 0 430 0
[pid=2623] ppid=2619 vsize=27972 CPUtime=40.46
/proc/2623/stat : 2623 (march_dl) R 2619 2619 2482 0 -1 4194304 8853 0 0 0 4026 20 0 0 25 0 1 0 215770189 28643328 6549 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527922 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2623/statm: 6993 6549 74 118 0 6872 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 30868

[startup+102.408 s]
/proc/loadavg: 0.98 0.98 0.99 2/79 2623
/proc/meminfo: memFree=1632448/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=2896 CPUtime=10.65
/proc/2619/stat : 2619 (SATzilla2007_F) S 2617 2619 2482 0 -1 4194304 1191 6315 0 0 333 16 683 33 25 0 1 0 215769122 2965504 528 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2619/statm: 724 528 169 260 0 430 0
[pid=2623] ppid=2619 vsize=30500 CPUtime=91.7
/proc/2623/stat : 2623 (march_dl) R 2619 2619 2482 0 -1 4194304 9506 0 0 0 9149 21 0 0 25 0 1 0 215770189 31232000 7202 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134567304 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2623/statm: 7625 7202 74 118 0 7504 0
Current children cumulated CPU time (s) 102.35
Current children cumulated vsize (KiB) 33396

[startup+162.482 s]
/proc/loadavg: 1.03 1.00 1.00 2/79 2623
/proc/meminfo: memFree=1630592/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=2896 CPUtime=10.65
/proc/2619/stat : 2619 (SATzilla2007_F) S 2617 2619 2482 0 -1 4194304 1191 6315 0 0 333 16 683 33 25 0 1 0 215769122 2965504 528 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2619/statm: 724 528 169 260 0 430 0
[pid=2623] ppid=2619 vsize=32348 CPUtime=151.76
/proc/2623/stat : 2623 (march_dl) R 2619 2619 2482 0 -1 4194304 9962 0 0 0 15154 22 0 0 25 0 1 0 215770189 33124352 7658 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526976 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2623/statm: 8087 7658 74 118 0 7966 0
Current children cumulated CPU time (s) 162.41
Current children cumulated vsize (KiB) 35244

[startup+222.553 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 2623
/proc/meminfo: memFree=1629376/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=2896 CPUtime=10.65
/proc/2619/stat : 2619 (SATzilla2007_F) S 2617 2619 2482 0 -1 4194304 1191 6315 0 0 333 16 683 33 25 0 1 0 215769122 2965504 528 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2619/statm: 724 528 169 260 0 430 0
[pid=2623] ppid=2619 vsize=33536 CPUtime=211.81
/proc/2623/stat : 2623 (march_dl) R 2619 2619 2482 0 -1 4194304 10257 0 0 0 21158 23 0 0 25 0 1 0 215770189 34340864 7953 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134567238 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2623/statm: 8384 7953 74 118 0 8263 0
Current children cumulated CPU time (s) 222.46
Current children cumulated vsize (KiB) 36432

[startup+282.622 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2623
/proc/meminfo: memFree=1628480/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=2896 CPUtime=10.65
/proc/2619/stat : 2619 (SATzilla2007_F) S 2617 2619 2482 0 -1 4194304 1191 6315 0 0 333 16 683 33 25 0 1 0 215769122 2965504 528 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2619/statm: 724 528 169 260 0 430 0
[pid=2623] ppid=2619 vsize=34328 CPUtime=271.87
/proc/2623/stat : 2623 (march_dl) R 2619 2619 2482 0 -1 4194304 10478 0 0 0 27163 24 0 0 25 0 1 0 215770189 35151872 8174 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2623/statm: 8582 8174 74 118 0 8461 0
Current children cumulated CPU time (s) 282.52
Current children cumulated vsize (KiB) 37224

[startup+342.709 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 2725
/proc/meminfo: memFree=1626384/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=2896 CPUtime=10.65
/proc/2619/stat : 2619 (SATzilla2007_F) S 2617 2619 2482 0 -1 4194304 1191 6315 0 0 333 16 683 33 25 0 1 0 215769122 2965504 528 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2619/statm: 724 528 169 260 0 430 0
[pid=2623] ppid=2619 vsize=35120 CPUtime=331.89
/proc/2623/stat : 2623 (march_dl) R 2619 2619 2482 0 -1 4194304 10653 0 0 0 33162 27 0 0 25 0 1 0 215770189 35962880 8349 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134537766 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2623/statm: 8780 8349 74 118 0 8659 0
Current children cumulated CPU time (s) 342.54
Current children cumulated vsize (KiB) 38016

[startup+402.712 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 2797
/proc/meminfo: memFree=1625936/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=2896 CPUtime=10.65
/proc/2619/stat : 2619 (SATzilla2007_F) S 2617 2619 2482 0 -1 4194304 1191 6315 0 0 333 16 683 33 25 0 1 0 215769122 2965504 528 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2619/statm: 724 528 169 260 0 430 0
[pid=2623] ppid=2619 vsize=35516 CPUtime=391.83
/proc/2623/stat : 2623 (march_dl) R 2619 2619 2482 0 -1 4194304 10777 0 0 0 39155 28 0 0 25 0 1 0 215770189 36368384 8473 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2623/statm: 8879 8473 74 118 0 8758 0
Current children cumulated CPU time (s) 402.48
Current children cumulated vsize (KiB) 38412

[startup+462.787 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2821
/proc/meminfo: memFree=1626624/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=2896 CPUtime=10.65
/proc/2619/stat : 2619 (SATzilla2007_F) S 2617 2619 2482 0 -1 4194304 1191 6315 0 0 333 16 683 33 25 0 1 0 215769122 2965504 528 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2619/statm: 724 528 169 260 0 430 0
[pid=2623] ppid=2619 vsize=36044 CPUtime=451.87
/proc/2623/stat : 2623 (march_dl) R 2619 2619 2482 0 -1 4194304 10893 0 0 0 45159 28 0 0 25 0 1 0 215770189 36909056 8589 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134537698 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2623/statm: 9011 8589 74 118 0 8890 0
Current children cumulated CPU time (s) 462.52

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

/proc/2623/statm: 9473 9061 74 118 0 9352 0
Current children cumulated CPU time (s) 762.79
Current children cumulated vsize (KiB) 40788

[startup+823.21 s]
/proc/loadavg: 1.03 1.01 1.00 2/79 2821
/proc/meminfo: memFree=1624512/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=2896 CPUtime=10.65
/proc/2619/stat : 2619 (SATzilla2007_F) S 2617 2619 2482 0 -1 4194304 1191 6315 0 0 333 16 683 33 25 0 1 0 215769122 2965504 528 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2619/statm: 724 528 169 260 0 430 0
[pid=2623] ppid=2619 vsize=38156 CPUtime=812.21
/proc/2623/stat : 2623 (march_dl) R 2619 2619 2482 0 -1 4194304 11439 0 0 0 81189 32 0 0 25 0 1 0 215770189 39071744 9135 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2623/statm: 9539 9135 74 118 0 9418 0
Current children cumulated CPU time (s) 822.86
Current children cumulated vsize (KiB) 41052

[startup+883.284 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 2821
/proc/meminfo: memFree=1624192/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=2896 CPUtime=10.65
/proc/2619/stat : 2619 (SATzilla2007_F) S 2617 2619 2482 0 -1 4194304 1191 6315 0 0 333 16 683 33 25 0 1 0 215769122 2965504 528 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2619/statm: 724 528 169 260 0 430 0
[pid=2623] ppid=2619 vsize=38420 CPUtime=872.26
/proc/2623/stat : 2623 (march_dl) R 2619 2619 2482 0 -1 4194304 11507 0 0 0 87193 33 0 0 25 0 1 0 215770189 39342080 9203 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2623/statm: 9605 9203 74 118 0 9484 0
Current children cumulated CPU time (s) 882.91
Current children cumulated vsize (KiB) 41316

[startup+943.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2821
/proc/meminfo: memFree=1624000/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=2896 CPUtime=10.65
/proc/2619/stat : 2619 (SATzilla2007_F) S 2617 2619 2482 0 -1 4194304 1191 6315 0 0 333 16 683 33 25 0 1 0 215769122 2965504 528 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2619/statm: 724 528 169 260 0 430 0
[pid=2623] ppid=2619 vsize=38816 CPUtime=932.31
/proc/2623/stat : 2623 (march_dl) R 2619 2619 2482 0 -1 4194304 11583 0 0 0 93197 34 0 0 25 0 1 0 215770189 39747584 9279 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2623/statm: 9704 9279 74 118 0 9583 0
Current children cumulated CPU time (s) 942.96
Current children cumulated vsize (KiB) 41712

[startup+1003.42 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 2821
/proc/meminfo: memFree=1623808/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=2896 CPUtime=10.65
/proc/2619/stat : 2619 (SATzilla2007_F) S 2617 2619 2482 0 -1 4194304 1191 6315 0 0 333 16 683 33 25 0 1 0 215769122 2965504 528 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2619/statm: 724 528 169 260 0 430 0
[pid=2623] ppid=2619 vsize=39080 CPUtime=992.36
/proc/2623/stat : 2623 (march_dl) R 2619 2619 2482 0 -1 4194304 11652 0 0 0 99202 34 0 0 25 0 1 0 215770189 40017920 9348 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2623/statm: 9770 9348 74 118 0 9649 0
Current children cumulated CPU time (s) 1003.01
Current children cumulated vsize (KiB) 41976

[startup+1063.49 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2821
/proc/meminfo: memFree=1623424/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=2896 CPUtime=10.65
/proc/2619/stat : 2619 (SATzilla2007_F) S 2617 2619 2482 0 -1 4194304 1191 6315 0 0 333 16 683 33 25 0 1 0 215769122 2965504 528 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2619/statm: 724 528 169 260 0 430 0
[pid=2623] ppid=2619 vsize=39344 CPUtime=1052.42
/proc/2623/stat : 2623 (march_dl) R 2619 2619 2482 0 -1 4194304 11725 0 0 0 105207 35 0 0 25 0 1 0 215770189 40288256 9421 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134537812 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2623/statm: 9836 9421 74 118 0 9715 0
Current children cumulated CPU time (s) 1063.07
Current children cumulated vsize (KiB) 42240

[startup+1123.56 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2821
/proc/meminfo: memFree=1623232/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=2896 CPUtime=10.65
/proc/2619/stat : 2619 (SATzilla2007_F) S 2617 2619 2482 0 -1 4194304 1191 6315 0 0 333 16 683 33 25 0 1 0 215769122 2965504 528 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2619/statm: 724 528 169 260 0 430 0
[pid=2623] ppid=2619 vsize=39608 CPUtime=1112.47
/proc/2623/stat : 2623 (march_dl) R 2619 2619 2482 0 -1 4194304 11781 0 0 0 111212 35 0 0 25 0 1 0 215770189 40558592 9477 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528042 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2623/statm: 9902 9477 74 118 0 9781 0
Current children cumulated CPU time (s) 1123.12
Current children cumulated vsize (KiB) 42504

[startup+1183.63 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2821
/proc/meminfo: memFree=1622976/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=2896 CPUtime=10.65
/proc/2619/stat : 2619 (SATzilla2007_F) S 2617 2619 2482 0 -1 4194304 1191 6315 0 0 333 16 683 33 25 0 1 0 215769122 2965504 528 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2619/statm: 724 528 169 260 0 430 0
[pid=2623] ppid=2619 vsize=39872 CPUtime=1172.53
/proc/2623/stat : 2623 (march_dl) R 2619 2619 2482 0 -1 4194304 11845 0 0 0 117217 36 0 0 25 0 1 0 215770189 40828928 9541 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134567969 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2623/statm: 9968 9541 74 118 0 9847 0
Current children cumulated CPU time (s) 1183.18
Current children cumulated vsize (KiB) 42768

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

[startup+1187.53 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2821
/proc/meminfo: memFree=1622976/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=2896 CPUtime=10.65
/proc/2619/stat : 2619 (SATzilla2007_F) S 2617 2619 2482 0 -1 4194304 1191 6315 0 0 333 16 683 33 25 0 1 0 215769122 2965504 528 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2619/statm: 724 528 169 260 0 430 0
[pid=2623] ppid=2619 vsize=39872 CPUtime=1176.42
/proc/2623/stat : 2623 (march_dl) R 2619 2619 2482 0 -1 4194304 11847 0 0 0 117606 36 0 0 25 0 1 0 215770189 40828928 9543 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134568198 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2623/statm: 9968 9543 74 118 0 9847 0
Current children cumulated CPU time (s) 1187.07
Current children cumulated vsize (KiB) 42768

[startup+1194.09 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2821
/proc/meminfo: memFree=1622912/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=2896 CPUtime=10.65
/proc/2619/stat : 2619 (SATzilla2007_F) S 2617 2619 2482 0 -1 4194304 1191 6315 0 0 333 16 683 33 25 0 1 0 215769122 2965504 528 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2619/statm: 724 528 169 260 0 430 0
[pid=2623] ppid=2619 vsize=39872 CPUtime=1182.98
/proc/2623/stat : 2623 (march_dl) R 2619 2619 2482 0 -1 4194304 11853 0 0 0 118262 36 0 0 25 0 1 0 215770189 40828928 9549 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134567304 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2623/statm: 9968 9549 74 118 0 9847 0
Current children cumulated CPU time (s) 1193.63
Current children cumulated vsize (KiB) 42768

[startup+1197.36 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2821
/proc/meminfo: memFree=1622912/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=2896 CPUtime=10.65
/proc/2619/stat : 2619 (SATzilla2007_F) S 2617 2619 2482 0 -1 4194304 1191 6315 0 0 333 16 683 33 25 0 1 0 215769122 2965504 528 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2619/statm: 724 528 169 260 0 430 0
[pid=2623] ppid=2619 vsize=39872 CPUtime=1186.26
/proc/2623/stat : 2623 (march_dl) R 2619 2619 2482 0 -1 4194304 11855 0 0 0 118590 36 0 0 25 0 1 0 215770189 40828928 9551 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526908 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2623/statm: 9968 9551 74 118 0 9847 0
Current children cumulated CPU time (s) 1196.91
Current children cumulated vsize (KiB) 42768

[startup+1199.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2821
/proc/meminfo: memFree=1622912/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=2896 CPUtime=10.65
/proc/2619/stat : 2619 (SATzilla2007_F) S 2617 2619 2482 0 -1 4194304 1191 6315 0 0 333 16 683 33 25 0 1 0 215769122 2965504 528 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2619/statm: 724 528 169 260 0 430 0
[pid=2623] ppid=2619 vsize=39872 CPUtime=1187.9
/proc/2623/stat : 2623 (march_dl) R 2619 2619 2482 0 -1 4194304 11857 0 0 0 118754 36 0 0 25 0 1 0 215770189 40828928 9553 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134531219 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2623/statm: 9968 9553 74 118 0 9847 0
Current children cumulated CPU time (s) 1198.55
Current children cumulated vsize (KiB) 42768

[startup+1199.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2821
/proc/meminfo: memFree=1622912/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=2896 CPUtime=10.65
/proc/2619/stat : 2619 (SATzilla2007_F) S 2617 2619 2482 0 -1 4194304 1191 6315 0 0 333 16 683 33 25 0 1 0 215769122 2965504 528 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2619/statm: 724 528 169 260 0 430 0
[pid=2623] ppid=2619 vsize=39872 CPUtime=1188.31
/proc/2623/stat : 2623 (march_dl) R 2619 2619 2482 0 -1 4194304 11857 0 0 0 118795 36 0 0 25 0 1 0 215770189 40828928 9553 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134568137 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2623/statm: 9968 9553 74 118 0 9847 0
Current children cumulated CPU time (s) 1198.96
Current children cumulated vsize (KiB) 42768

[startup+1199.83 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2821
/proc/meminfo: memFree=1622912/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=2896 CPUtime=10.65
/proc/2619/stat : 2619 (SATzilla2007_F) S 2617 2619 2482 0 -1 4194304 1191 6315 0 0 333 16 683 33 25 0 1 0 215769122 2965504 528 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2619/statm: 724 528 169 260 0 430 0
[pid=2623] ppid=2619 vsize=39872 CPUtime=1188.73
/proc/2623/stat : 2623 (march_dl) R 2619 2619 2482 0 -1 4194304 11857 0 0 0 118837 36 0 0 25 0 1 0 215770189 40828928 9553 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2623/statm: 9968 9553 74 118 0 9847 0
Current children cumulated CPU time (s) 1199.38
Current children cumulated vsize (KiB) 42768

[startup+1199.94 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2821
/proc/meminfo: memFree=1622912/2055920 swapFree=4142368/4192956
[pid=2619] ppid=2617 vsize=2900 CPUtime=1199.48
/proc/2619/stat : 2619 (SATzilla2007_F) R 2617 2619 2482 0 -1 4194304 1332 18173 0 0 334 16 119528 70 18 0 1 0 215769122 2969600 531 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135295885 0 0 4096 0 0 0 0 17 0 0 0
/proc/2619/statm: 725 531 170 260 0 431 0
Current children cumulated CPU time (s) 1199.48
Current children cumulated vsize (KiB) 2900

Child status: 17
Real time (s): 1199.97
CPU time (s): 1199.54
CPU user time (s): 1198.66
CPU system time (s): 0.877866
CPU usage (%): 99.9641
Max. virtual memory (cumulated for all children) (KiB): 42768

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

runsolver used 1.12283 second user time and 3.14352 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Tue Feb 20 07:55:44 UTC 2007

IDJOB= 301217
IDBENCH= 20053
IDSOLVER= 136
FILE ID= node7/301217-1171958144

PBS_JOBID= 3848993

Free space on /tmp= 66538 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v600/unif-k5-r20-v600-c12000-S2129616968-04.cnf
COMMAND LINE= /tmp/evaluation/301217-1171958144/SATzilla2007_F /tmp/evaluation/301217-1171958144/instance-301217-1171958144.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-301217-1171958144 -o ROOT/results/node7/solver-301217-1171958144 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/301217-1171958144/SATzilla2007_F /tmp/evaluation/301217-1171958144/instance-301217-1171958144.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  bbc9d27dee29f57f9dd4a8988410f8b2

RANDOM SEED= 436197553

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.232
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.232
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:       1663144 kB
Buffers:         51856 kB
Cached:         242168 kB
SwapCached:      16056 kB
Active:         230644 kB
Inactive:        93400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1663144 kB
SwapTotal:     4192956 kB
SwapFree:      4142368 kB
Dirty:           10472 kB
Writeback:           0 kB
Mapped:          29696 kB
Slab:            54256 kB
Committed_AS:   799632 kB
PageTables:       1764 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= 66538 MiB

End job on node7 on Tue Feb 20 08:15:44 UTC 2007