Trace number 301873

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.65 1200.1

General information on the benchmark

Namerandom/LargeSize/5SAT/v1100/
unif-k5-r20-v1100-c22000-S36357048-10.cnf
MD5SUM4cdd0acdea0930e71ba338cdcb899d67
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark831.247
Satisfiable
(Un)Satisfiability was proved
Number of variables1100
Number of clauses22000
Sum of the clauses size110000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 522000
Number of clauses of size over 50

Solver Data (download as text)

10.64/10.73	c run March_dl for 5 seconds ... 
10.64/10.73	c Bin: Executing march_dl
10.64/10.73	c child exit by a signal
10.64/10.73	c march_dl returned code 137.
10.64/10.73	c run saps for 2 seconds ... 
10.64/10.73	c Bin: Executing ubcsat2006
10.64/10.73	c child exited successfully
10.64/10.73	c ubcsat2006 returned code 0.
10.64/10.73	c satzilla computing base features
10.64/10.73	c satzilla doing unit-prop probe
10.64/10.73	c satzilla doing local search probe
10.64/10.73	c satzilla doing lobjois search-space size estimate
10.64/10.73	c satzilla's ranking:
10.64/10.73	c 1) march_dl: 4.259383
10.64/10.73	c 2) eureka: 5.464784
10.64/10.73	c 3) kcnfs: 6.333266
10.64/10.73	c 4) vallst: 7.949039
10.64/10.73	c 5) minisat20: 8.584697
10.64/10.73	c 6) zchaff_rand: 10.837124
10.64/10.73	c 7) kcnfs+P: 999.000000
10.64/10.73	c 8) march_dl+P: 999.000000
10.64/10.73	c 9) vallst+P: 999.000000
10.64/10.73	c 10) zchaff_rand+P: 999.000000
10.64/10.73	c 11) rsat+P: 999.000000
10.64/10.73	c 12) eureka+P: 999.000000
10.64/10.73	c 13) minisat20+P: 999.000000
10.64/10.73	c 14) rsat: 999.000000
10.64/10.73	c satzilla running march_dl ... 
1199.46/1199.99	c Bin: Executing march_dl
1199.46/1199.99	c child exit by a signal
1199.46/1199.99	c march_dl returned code 137.
1199.46/1199.99	c march_dl returned code 137.
1199.46/1199.99	c satzilla running eureka ... 
1199.46/1199.99	c Bin: Executing eureka
1199.46/1199.99	c eureka returned code 1.
1199.46/1199.99	c eureka returned code 1.
1199.46/1199.99	c satzilla running kcnfs ... 
1199.46/1199.99	c Bin: Executing kcnfs
1199.46/1199.99	c kcnfs returned code 1.
1199.46/1199.99	c kcnfs returned code 1.
1199.46/1199.99	c satzilla running vallst ... 
1199.46/1199.99	c Bin: Executing vallst
1199.46/1199.99	c vallst returned code 1.
1199.46/1199.99	c vallst returned code 1.
1199.46/1199.99	c satzilla running minisat20 ... 
1199.46/1199.99	c Bin: Executing minisat20
1199.46/1199.99	c minisat20 returned code 1.
1199.46/1199.99	c minisat20 returned code 1.
1199.46/1199.99	c satzilla running zchaff_rand ... 
1199.46/1199.99	c Bin: Executing zchaff_rand
1199.46/1199.99	c zchaff_rand returned code 1.
1199.46/1199.99	c zchaff_rand returned code 1.
1199.46/1199.99	c satzilla running kcnfs with preprocessing ... 
1199.56/1200.09	c Preprocessing...
1199.56/1200.09	c Inital problem has 1100 variables, 22000 nary clauses (0 binary clauses).
1199.56/1200.09	c Num non-binary clauses 22000, Average non-binary clause length 5.000
1199.56/1200.09	c Theory has no gaps
1199.56/1200.09	c Preprocessor runtime was 0.060 seconds.
1199.56/1200.09	c 
1199.56/1200.09	c Satisfiability of theory still undetermined.
1199.56/1200.09	c See file /tmp/WmZfqs for simplified theory.
1199.56/1200.09	c Bin: Executing kcnfs
1199.56/1200.09	c kcnfs returned code 1.
1199.56/1200.09	c kcnfs returned code 1.
1199.56/1200.09	c satzilla running march_dl with preprocessing ... 
1199.56/1200.09	c Bin: Executing march_dl
1199.56/1200.09	c march_dl returned code 1.
1199.56/1200.09	c march_dl returned code 1.
1199.56/1200.09	c satzilla running vallst with preprocessing ... 
1199.56/1200.09	c Bin: Executing vallst
1199.56/1200.09	c vallst returned code 1.
1199.56/1200.09	c vallst returned code 1.
1199.56/1200.09	c satzilla running zchaff_rand with preprocessing ... 
1199.56/1200.09	c Bin: Executing zchaff_rand
1199.56/1200.09	c zchaff_rand returned code 1.
1199.56/1200.09	c zchaff_rand returned code 1.
1199.56/1200.09	c satzilla running rsat with preprocessing ... 
1199.56/1200.09	c Bin: Executing rsat
1199.56/1200.09	c rsat returned code 1.
1199.56/1200.09	c rsat returned code 1.
1199.56/1200.09	c satzilla running eureka with preprocessing ... 
1199.56/1200.09	c Bin: Executing eureka
1199.56/1200.09	c eureka returned code 1.
1199.56/1200.09	c eureka returned code 1.
1199.56/1200.09	c satzilla running minisat20 with preprocessing ... 
1199.56/1200.09	c Bin: Executing minisat20
1199.56/1200.09	c minisat20 returned code 1.
1199.56/1200.09	c minisat20 returned code 1.
1199.56/1200.09	c satzilla running rsat ... 
1199.56/1200.09	c Bin: Executing rsat
1199.56/1200.09	c rsat returned code 1.
1199.56/1200.09	c rsat returned code 1.
1199.56/1200.09	c ERROR: All Failed! 
1199.56/1200.09	c SATZILLA_TIME=1199.810000

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node14/watcher-301873-1171996958 -o ROOT/results/node14/solver-301873-1171996958 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/301873-1171996958/SATzilla2007_F /tmp/evaluation/301873-1171996958/instance-301873-1171996958.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 16422
/proc/meminfo: memFree=1484992/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=1512 CPUtime=0
/proc/16422/stat : 16422 (SATzilla2007_F) S 16420 16422 15276 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 219650220 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16422/statm: 378 125 110 260 0 84 0
[pid=16423] ppid=16422 vsize=812 CPUtime=0
/proc/16423/stat : 16423 (march_dl) R 16422 16422 15276 0 -1 4194304 114 0 0 0 0 0 0 0 19 0 1 0 219650220 831488 108 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134777824 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16423/statm: 203 108 50 118 0 82 0

[startup+0.107739 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 16422
/proc/meminfo: memFree=1484992/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=1512 CPUtime=0
/proc/16422/stat : 16422 (SATzilla2007_F) S 16420 16422 15276 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 219650220 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16422/statm: 378 125 110 260 0 84 0
[pid=16423] ppid=16422 vsize=2132 CPUtime=0.1
/proc/16423/stat : 16423 (march_dl) R 16422 16422 15276 0 -1 4194304 1474 0 0 0 10 0 0 0 20 0 1 0 219650220 2183168 389 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134819774 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16423/statm: 533 389 57 118 0 412 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3644

[startup+0.515777 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 16422
/proc/meminfo: memFree=1484992/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=1512 CPUtime=0
/proc/16422/stat : 16422 (SATzilla2007_F) S 16420 16422 15276 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 219650220 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16422/statm: 378 125 110 260 0 84 0
[pid=16423] ppid=16422 vsize=4540 CPUtime=0.5
/proc/16423/stat : 16423 (march_dl) R 16422 16422 15276 0 -1 4194304 3198 0 0 0 50 0 0 0 23 0 1 0 219650220 4648960 735 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583427 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16423/statm: 1135 735 67 118 0 1014 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 6052

[startup+1.33785 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 16424
/proc/meminfo: memFree=1482160/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=1512 CPUtime=0
/proc/16422/stat : 16422 (SATzilla2007_F) S 16420 16422 15276 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 219650220 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16422/statm: 378 125 110 260 0 84 0
[pid=16423] ppid=16422 vsize=4540 CPUtime=1.32
/proc/16423/stat : 16423 (march_dl) R 16422 16422 15276 0 -1 4194304 3208 0 0 0 132 0 0 0 25 0 1 0 219650220 4648960 745 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583408 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16423/statm: 1135 745 67 118 0 1014 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 6052

[startup+2.98601 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 16424
/proc/meminfo: memFree=1458736/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=1512 CPUtime=0
/proc/16422/stat : 16422 (SATzilla2007_F) S 16420 16422 15276 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 219650220 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16422/statm: 378 125 110 260 0 84 0
[pid=16423] ppid=16422 vsize=30376 CPUtime=2.97
/proc/16423/stat : 16423 (march_dl) R 16422 16422 15276 0 -1 4194304 10134 0 0 0 263 34 0 0 25 0 1 0 219650220 31105024 7222 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134559824 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16423/statm: 7594 7222 72 118 0 7473 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 31888

[startup+6.26232 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 16425
/proc/meminfo: memFree=1482800/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=1512 CPUtime=5
/proc/16422/stat : 16422 (SATzilla2007_F) S 16420 16422 15276 0 -1 4194304 149 11186 0 0 0 0 464 36 16 0 1 0 219650220 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16422/statm: 378 125 110 260 0 84 0
[pid=16425] ppid=16422 vsize=6188 CPUtime=1.24
/proc/16425/stat : 16425 (ubcsat2006) R 16422 16422 15276 0 -1 4194304 617 0 0 0 117 7 0 0 25 0 1 0 219650721 6336512 599 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16425/statm: 1547 599 156 64 0 1128 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7700

[startup+12.7189 s]
/proc/loadavg: 0.94 0.98 0.99 2/79 16426
/proc/meminfo: memFree=1479984/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=3396 CPUtime=10.71
/proc/16422/stat : 16422 (SATzilla2007_F) S 16420 16422 15276 0 -1 4194304 1869 11809 0 0 340 12 669 50 25 0 1 0 219650220 3477504 646 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16422/statm: 849 646 169 260 0 555 0
[pid=16426] ppid=16422 vsize=28684 CPUtime=1.98
/proc/16426/stat : 16426 (march_dl) R 16422 16422 15276 0 -1 4194304 9216 0 0 0 189 9 0 0 25 0 1 0 219651293 29372416 6555 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16426/statm: 7171 6555 72 118 0 7050 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32080

[startup+25.5251 s]
/proc/loadavg: 0.95 0.98 0.99 2/79 16426
/proc/meminfo: memFree=1452528/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=3396 CPUtime=10.71
/proc/16422/stat : 16422 (SATzilla2007_F) S 16420 16422 15276 0 -1 4194304 1869 11809 0 0 340 12 669 50 25 0 1 0 219650220 3477504 646 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16422/statm: 849 646 169 260 0 555 0
[pid=16426] ppid=16422 vsize=34136 CPUtime=14.77
/proc/16426/stat : 16426 (march_dl) R 16422 16422 15276 0 -1 4194304 12618 0 0 0 1438 39 0 0 25 0 1 0 219651293 34955264 7812 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551342 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16426/statm: 8534 7812 74 118 0 8413 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37532

[startup+51.1565 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 16426
/proc/meminfo: memFree=1436144/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=3396 CPUtime=10.71
/proc/16422/stat : 16422 (SATzilla2007_F) S 16420 16422 15276 0 -1 4194304 1869 11809 0 0 340 12 669 50 25 0 1 0 219650220 3477504 646 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16422/statm: 849 646 169 260 0 555 0
[pid=16426] ppid=16422 vsize=48952 CPUtime=40.4
/proc/16426/stat : 16426 (march_dl) R 16422 16422 15276 0 -1 4194304 16528 0 0 0 3998 42 0 0 25 0 1 0 219651293 50126848 11722 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526920 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16426/statm: 12238 11722 74 118 0 12117 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 52348

[startup+102.414 s]
/proc/loadavg: 0.98 0.98 0.99 2/79 16426
/proc/meminfo: memFree=1431728/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=3396 CPUtime=10.71
/proc/16422/stat : 16422 (SATzilla2007_F) S 16420 16422 15276 0 -1 4194304 1869 11809 0 0 340 12 669 50 25 0 1 0 219650220 3477504 646 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16422/statm: 849 646 169 260 0 555 0
[pid=16426] ppid=16422 vsize=53288 CPUtime=91.65
/proc/16426/stat : 16426 (march_dl) R 16422 16422 15276 0 -1 4194304 17631 0 0 0 9121 44 0 0 25 0 1 0 219651293 54566912 12825 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528156 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16426/statm: 13322 12825 74 118 0 13201 0
Current children cumulated CPU time (s) 102.36
Current children cumulated vsize (KiB) 56684

[startup+162.491 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 16426
/proc/meminfo: memFree=1428144/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=3396 CPUtime=10.71
/proc/16422/stat : 16422 (SATzilla2007_F) S 16420 16422 15276 0 -1 4194304 1869 11809 0 0 340 12 669 50 25 0 1 0 219650220 3477504 646 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16422/statm: 849 646 169 260 0 555 0
[pid=16426] ppid=16422 vsize=56880 CPUtime=151.7
/proc/16426/stat : 16426 (march_dl) R 16422 16422 15276 0 -1 4194304 18513 0 0 0 15124 46 0 0 25 0 1 0 219651293 58245120 13707 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16426/statm: 14220 13707 74 118 0 14099 0
Current children cumulated CPU time (s) 162.41
Current children cumulated vsize (KiB) 60276

[startup+222.571 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 16426
/proc/meminfo: memFree=1425328/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=3396 CPUtime=10.71
/proc/16422/stat : 16422 (SATzilla2007_F) S 16420 16422 15276 0 -1 4194304 1869 11809 0 0 340 12 669 50 25 0 1 0 219650220 3477504 646 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16422/statm: 849 646 169 260 0 555 0
[pid=16426] ppid=16422 vsize=59752 CPUtime=211.77
/proc/16426/stat : 16426 (march_dl) R 16422 16422 15276 0 -1 4194304 19212 0 0 0 21130 47 0 0 25 0 1 0 219651293 61186048 14406 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526917 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16426/statm: 14938 14406 74 118 0 14817 0
Current children cumulated CPU time (s) 222.48
Current children cumulated vsize (KiB) 63148

[startup+282.645 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 16426
/proc/meminfo: memFree=1423600/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=3396 CPUtime=10.71
/proc/16422/stat : 16422 (SATzilla2007_F) S 16420 16422 15276 0 -1 4194304 1869 11809 0 0 340 12 669 50 25 0 1 0 219650220 3477504 646 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16422/statm: 849 646 169 260 0 555 0
[pid=16426] ppid=16422 vsize=61332 CPUtime=271.82
/proc/16426/stat : 16426 (march_dl) R 16422 16422 15276 0 -1 4194304 19639 0 0 0 27134 48 0 0 25 0 1 0 219651293 62803968 14833 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16426/statm: 15333 14833 74 118 0 15212 0
Current children cumulated CPU time (s) 282.53
Current children cumulated vsize (KiB) 64728

[startup+342.721 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 16426
/proc/meminfo: memFree=1422128/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=3396 CPUtime=10.71
/proc/16422/stat : 16422 (SATzilla2007_F) S 16420 16422 15276 0 -1 4194304 1869 11809 0 0 340 12 669 50 25 0 1 0 219650220 3477504 646 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16422/statm: 849 646 169 260 0 555 0
[pid=16426] ppid=16422 vsize=62780 CPUtime=331.88
/proc/16426/stat : 16426 (march_dl) R 16422 16422 15276 0 -1 4194304 20003 0 0 0 33139 49 0 0 25 0 1 0 219651293 64286720 15197 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551539 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16426/statm: 15695 15197 74 118 0 15574 0
Current children cumulated CPU time (s) 342.59
Current children cumulated vsize (KiB) 66176

[startup+402.798 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 16426
/proc/meminfo: memFree=1421104/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=3396 CPUtime=10.71
/proc/16422/stat : 16422 (SATzilla2007_F) S 16420 16422 15276 0 -1 4194304 1869 11809 0 0 340 12 669 50 25 0 1 0 219650220 3477504 646 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16422/statm: 849 646 169 260 0 555 0
[pid=16426] ppid=16422 vsize=63704 CPUtime=391.94
/proc/16426/stat : 16426 (march_dl) R 16422 16422 15276 0 -1 4194304 20252 0 0 0 39144 50 0 0 25 0 1 0 219651293 65232896 15446 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16426/statm: 15926 15446 74 118 0 15805 0
Current children cumulated CPU time (s) 402.65
Current children cumulated vsize (KiB) 67100

[startup+462.87 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 16426
/proc/meminfo: memFree=1419952/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=3396 CPUtime=10.71
/proc/16422/stat : 16422 (SATzilla2007_F) S 16420 16422 15276 0 -1 4194304 1869 11809 0 0 340 12 669 50 25 0 1 0 219650220 3477504 646 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16422/statm: 849 646 169 260 0 555 0
[pid=16426] ppid=16422 vsize=64892 CPUtime=452
/proc/16426/stat : 16426 (march_dl) R 16422 16422 15276 0 -1 4194304 20536 0 0 0 45149 51 0 0 25 0 1 0 219651293 66449408 15730 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551287 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16426/statm: 16223 15730 74 118 0 16102 0
Current children cumulated CPU time (s) 462.71

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

/proc/16426/statm: 16950 16459 74 118 0 16829 0
Current children cumulated CPU time (s) 762.93
Current children cumulated vsize (KiB) 71196

[startup+823.236 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16426
/proc/meminfo: memFree=1416560/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=3396 CPUtime=10.71
/proc/16422/stat : 16422 (SATzilla2007_F) S 16420 16422 15276 0 -1 4194304 1869 11809 0 0 340 12 669 50 25 0 1 0 219650220 3477504 646 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16422/statm: 849 646 169 260 0 555 0
[pid=16426] ppid=16422 vsize=68196 CPUtime=812.27
/proc/16426/stat : 16426 (march_dl) R 16422 16422 15276 0 -1 4194304 21383 0 0 0 81172 55 0 0 25 0 1 0 219651293 69832704 16577 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514019 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16426/statm: 17049 16577 74 118 0 16928 0
Current children cumulated CPU time (s) 822.98
Current children cumulated vsize (KiB) 71592

[startup+883.314 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16426
/proc/meminfo: memFree=1416176/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=3396 CPUtime=10.71
/proc/16422/stat : 16422 (SATzilla2007_F) S 16420 16422 15276 0 -1 4194304 1869 11809 0 0 340 12 669 50 25 0 1 0 219650220 3477504 646 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16422/statm: 849 646 169 260 0 555 0
[pid=16426] ppid=16422 vsize=68592 CPUtime=872.33
/proc/16426/stat : 16426 (march_dl) R 16422 16422 15276 0 -1 4194304 21477 0 0 0 87177 56 0 0 25 0 1 0 219651293 70238208 16671 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16426/statm: 17148 16671 74 118 0 17027 0
Current children cumulated CPU time (s) 883.04
Current children cumulated vsize (KiB) 71988

[startup+943.388 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16426
/proc/meminfo: memFree=1415792/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=3396 CPUtime=10.71
/proc/16422/stat : 16422 (SATzilla2007_F) S 16420 16422 15276 0 -1 4194304 1869 11809 0 0 340 12 669 50 25 0 1 0 219650220 3477504 646 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16422/statm: 849 646 169 260 0 555 0
[pid=16426] ppid=16422 vsize=69120 CPUtime=932.39
/proc/16426/stat : 16426 (march_dl) R 16422 16422 15276 0 -1 4194304 21590 0 0 0 93182 57 0 0 25 0 1 0 219651293 70778880 16784 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551528 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16426/statm: 17280 16784 74 118 0 17159 0
Current children cumulated CPU time (s) 943.1
Current children cumulated vsize (KiB) 72516

[startup+1003.46 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 16426
/proc/meminfo: memFree=1415280/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=3396 CPUtime=10.71
/proc/16422/stat : 16422 (SATzilla2007_F) S 16420 16422 15276 0 -1 4194304 1869 11809 0 0 340 12 669 50 25 0 1 0 219650220 3477504 646 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16422/statm: 849 646 169 260 0 555 0
[pid=16426] ppid=16422 vsize=69516 CPUtime=992.44
/proc/16426/stat : 16426 (march_dl) R 16422 16422 15276 0 -1 4194304 21698 0 0 0 99187 57 0 0 25 0 1 0 219651293 71184384 16892 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551507 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16426/statm: 17379 16892 74 118 0 17258 0
Current children cumulated CPU time (s) 1003.15
Current children cumulated vsize (KiB) 72912

[startup+1063.54 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16426
/proc/meminfo: memFree=1414896/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=3396 CPUtime=10.71
/proc/16422/stat : 16422 (SATzilla2007_F) S 16420 16422 15276 0 -1 4194304 1869 11809 0 0 340 12 669 50 25 0 1 0 219650220 3477504 646 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16422/statm: 849 646 169 260 0 555 0
[pid=16426] ppid=16422 vsize=69912 CPUtime=1052.5
/proc/16426/stat : 16426 (march_dl) R 16422 16422 15276 0 -1 4194304 21800 0 0 0 105192 58 0 0 25 0 1 0 219651293 71589888 16994 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16426/statm: 17478 16994 74 118 0 17357 0
Current children cumulated CPU time (s) 1063.21
Current children cumulated vsize (KiB) 73308

[startup+1123.62 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 16510
/proc/meminfo: memFree=1413232/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=3396 CPUtime=10.71
/proc/16422/stat : 16422 (SATzilla2007_F) S 16420 16422 15276 0 -1 4194304 1869 11809 0 0 340 12 669 50 25 0 1 0 219650220 3477504 646 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16422/statm: 849 646 169 260 0 555 0
[pid=16426] ppid=16422 vsize=70308 CPUtime=1112.54
/proc/16426/stat : 16426 (march_dl) R 16422 16422 15276 0 -1 4194304 21903 0 0 0 111195 59 0 0 25 0 1 0 219651293 71995392 17097 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134567226 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16426/statm: 17577 17097 74 118 0 17456 0
Current children cumulated CPU time (s) 1123.25
Current children cumulated vsize (KiB) 73704

[startup+1183.72 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 16596
/proc/meminfo: memFree=1412928/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=3396 CPUtime=10.71
/proc/16422/stat : 16422 (SATzilla2007_F) S 16420 16422 15276 0 -1 4194304 1869 11809 0 0 340 12 669 50 25 0 1 0 219650220 3477504 646 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16422/statm: 849 646 169 260 0 555 0
[pid=16426] ppid=16422 vsize=70704 CPUtime=1172.57
/proc/16426/stat : 16426 (march_dl) R 16422 16422 15276 0 -1 4194304 21989 0 0 0 117198 59 0 0 25 0 1 0 219651293 72400896 17183 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134568492 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16426/statm: 17676 17183 74 118 0 17555 0
Current children cumulated CPU time (s) 1183.28
Current children cumulated vsize (KiB) 74100

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

[startup+1187.62 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 16598
/proc/meminfo: memFree=1412864/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=3396 CPUtime=10.71
/proc/16422/stat : 16422 (SATzilla2007_F) S 16420 16422 15276 0 -1 4194304 1869 11809 0 0 340 12 669 50 25 0 1 0 219650220 3477504 646 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16422/statm: 849 646 169 260 0 555 0
[pid=16426] ppid=16422 vsize=70704 CPUtime=1176.46
/proc/16426/stat : 16426 (march_dl) R 16422 16422 15276 0 -1 4194304 21996 0 0 0 117587 59 0 0 25 0 1 0 219651293 72400896 17190 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526962 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16426/statm: 17676 17190 74 118 0 17555 0
Current children cumulated CPU time (s) 1187.17
Current children cumulated vsize (KiB) 74100

[startup+1194.18 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 16602
/proc/meminfo: memFree=1412800/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=3396 CPUtime=10.71
/proc/16422/stat : 16422 (SATzilla2007_F) S 16420 16422 15276 0 -1 4194304 1869 11809 0 0 340 12 669 50 25 0 1 0 219650220 3477504 646 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16422/statm: 849 646 169 260 0 555 0
[pid=16426] ppid=16422 vsize=70704 CPUtime=1183.02
/proc/16426/stat : 16426 (march_dl) R 16422 16422 15276 0 -1 4194304 22003 0 0 0 118243 59 0 0 25 0 1 0 219651293 72400896 17197 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134567196 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16426/statm: 17676 17197 74 118 0 17555 0
Current children cumulated CPU time (s) 1193.73
Current children cumulated vsize (KiB) 74100

[startup+1197.46 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 16604
/proc/meminfo: memFree=1412800/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=3396 CPUtime=10.71
/proc/16422/stat : 16422 (SATzilla2007_F) S 16420 16422 15276 0 -1 4194304 1869 11809 0 0 340 12 669 50 25 0 1 0 219650220 3477504 646 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16422/statm: 849 646 169 260 0 555 0
[pid=16426] ppid=16422 vsize=70704 CPUtime=1186.29
/proc/16426/stat : 16426 (march_dl) R 16422 16422 15276 0 -1 4194304 22010 0 0 0 118569 60 0 0 25 0 1 0 219651293 72400896 17204 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16426/statm: 17676 17204 74 118 0 17555 0
Current children cumulated CPU time (s) 1197
Current children cumulated vsize (KiB) 74100

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16624
/proc/meminfo: memFree=1413680/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=3396 CPUtime=10.71
/proc/16422/stat : 16422 (SATzilla2007_F) S 16420 16422 15276 0 -1 4194304 1869 11809 0 0 340 12 669 50 25 0 1 0 219650220 3477504 646 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16422/statm: 849 646 169 260 0 555 0
[pid=16426] ppid=16422 vsize=70704 CPUtime=1187.92
/proc/16426/stat : 16426 (march_dl) R 16422 16422 15276 0 -1 4194304 22011 0 0 0 118732 60 0 0 25 0 1 0 219651293 72400896 17205 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526940 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16426/statm: 17676 17205 74 118 0 17555 0
Current children cumulated CPU time (s) 1198.63
Current children cumulated vsize (KiB) 74100

[startup+1199.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16624
/proc/meminfo: memFree=1413680/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=3396 CPUtime=10.71
/proc/16422/stat : 16422 (SATzilla2007_F) S 16420 16422 15276 0 -1 4194304 1869 11809 0 0 340 12 669 50 25 0 1 0 219650220 3477504 646 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16422/statm: 849 646 169 260 0 555 0
[pid=16426] ppid=16422 vsize=70704 CPUtime=1188.33
/proc/16426/stat : 16426 (march_dl) R 16422 16422 15276 0 -1 4194304 22013 0 0 0 118773 60 0 0 25 0 1 0 219651293 72400896 17207 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134553472 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16426/statm: 17676 17207 74 118 0 17555 0
Current children cumulated CPU time (s) 1199.04
Current children cumulated vsize (KiB) 74100

[startup+1199.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16624
/proc/meminfo: memFree=1413680/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=3396 CPUtime=10.71
/proc/16422/stat : 16422 (SATzilla2007_F) S 16420 16422 15276 0 -1 4194304 1869 11809 0 0 340 12 669 50 25 0 1 0 219650220 3477504 646 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16422/statm: 849 646 169 260 0 555 0
[pid=16426] ppid=16422 vsize=70704 CPUtime=1188.75
/proc/16426/stat : 16426 (march_dl) R 16422 16422 15276 0 -1 4194304 22014 0 0 0 118815 60 0 0 25 0 1 0 219651293 72400896 17208 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528042 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16426/statm: 17676 17208 74 118 0 17555 0
Current children cumulated CPU time (s) 1199.46
Current children cumulated vsize (KiB) 74100

[startup+1200.03 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16624
/proc/meminfo: memFree=1413680/2055920 swapFree=4192812/4192956
[pid=16422] ppid=16420 vsize=3928 CPUtime=1199.56
/proc/16422/stat : 16422 (SATzilla2007_F) R 16420 16422 15276 0 -1 4194304 2107 33823 0 0 343 12 119490 111 16 0 1 0 219650220 4022272 794 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135128701 0 0 4096 0 0 0 0 17 0 0 0
/proc/16422/statm: 982 794 170 260 0 688 0
Current children cumulated CPU time (s) 1199.56
Current children cumulated vsize (KiB) 3928

Child status: 17
Real time (s): 1200.1
CPU time (s): 1199.65
CPU user time (s): 1198.4
CPU system time (s): 1.25281
CPU usage (%): 99.9628
Max. virtual memory (cumulated for all children) (KiB): 74100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.4
system time used= 1.25281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36641
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= 24
involuntary context switches= 2773

runsolver used 1.21981 second user time and 3.04554 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Tue Feb 20 18:42:38 UTC 2007

IDJOB= 301873
IDBENCH= 20069
IDSOLVER= 136
FILE ID= node14/301873-1171996958

PBS_JOBID= 3849087

Free space on /tmp= 66539 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v1100/unif-k5-r20-v1100-c22000-S36357048-10.cnf
COMMAND LINE= /tmp/evaluation/301873-1171996958/SATzilla2007_F /tmp/evaluation/301873-1171996958/instance-301873-1171996958.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-301873-1171996958 -o ROOT/results/node14/solver-301873-1171996958 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/301873-1171996958/SATzilla2007_F /tmp/evaluation/301873-1171996958/instance-301873-1171996958.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  4cdd0acdea0930e71ba338cdcb899d67

RANDOM SEED= 864575489

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1485464 kB
Buffers:         62424 kB
Cached:         371484 kB
SwapCached:          0 kB
Active:         121168 kB
Inactive:       366832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1485464 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10668 kB
Writeback:           0 kB
Mapped:          72932 kB
Slab:            68040 kB
Committed_AS:   810424 kB
PageTables:       1736 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66539 MiB

End job on node14 on Tue Feb 20 19:02:38 UTC 2007