Trace number 338808

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.58 1200.01

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
counting-harder-php-018-017.sat05-1189.reshuffled-07.cnf
MD5SUM51a1a3a012cf07e3662164064eca4702
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark382.312
Satisfiable
(Un)Satisfiability was proved
Number of variables306
Number of clauses2619
Sum of the clauses size5508
Maximum clause length17
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22601
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518

Solver Data (download as text)

10.66/10.76	c run March_dl for 5 seconds ... 
10.66/10.76	c Bin: Executing march_dl
10.66/10.76	c child exit by a signal
10.66/10.76	c march_dl returned code 137.
10.66/10.76	c run saps for 2 seconds ... 
10.66/10.76	c Bin: Executing ubcsat2006
10.66/10.76	c child exited successfully
10.66/10.76	c ubcsat2006 returned code 0.
10.66/10.76	c satzilla computing base features
10.66/10.76	c satzilla doing unit-prop probe
10.66/10.76	c satzilla doing local search probe
10.66/10.76	c satzilla doing lobjois search-space size estimate
10.66/10.76	c satzilla's ranking:
10.66/10.76	c 1) vallst: 0.523585
10.66/10.76	c 2) zchaff_rand: 0.792662
10.66/10.76	c 3) eureka: 2.412539
10.66/10.76	c 4) march_dl: 3.098475
10.66/10.76	c 5) minisat20: 3.230206
10.66/10.76	c 6) kcnfs: 3.272115
10.66/10.76	c 7) kcnfs+P: 999.000000
10.66/10.76	c 8) march_dl+P: 999.000000
10.66/10.76	c 9) vallst+P: 999.000000
10.66/10.76	c 10) zchaff_rand+P: 999.000000
10.66/10.76	c 11) rsat+P: 999.000000
10.66/10.76	c 12) eureka+P: 999.000000
10.66/10.76	c 13) minisat20+P: 999.000000
10.66/10.76	c 14) rsat: 999.000000
10.66/10.76	c satzilla running vallst ... 
1199.44/1199.99	c Bin: Executing vallst
1199.44/1199.99	c child exit by a signal
1199.44/1199.99	c vallst returned code 137.
1199.44/1199.99	c vallst returned code 137.
1199.44/1199.99	c satzilla running zchaff_rand ... 
1199.44/1199.99	c Bin: Executing zchaff_rand
1199.44/1199.99	c zchaff_rand returned code 1.
1199.44/1199.99	c zchaff_rand returned code 1.
1199.44/1199.99	c satzilla running eureka ... 
1199.44/1199.99	c Bin: Executing eureka
1199.44/1199.99	c eureka returned code 1.
1199.44/1199.99	c eureka returned code 1.
1199.44/1199.99	c satzilla running march_dl ... 
1199.44/1199.99	c Bin: Executing march_dl
1199.44/1199.99	c march_dl returned code 1.
1199.44/1199.99	c march_dl returned code 1.
1199.44/1199.99	c satzilla running minisat20 ... 
1199.44/1199.99	c Bin: Executing minisat20
1199.44/1199.99	c minisat20 returned code 1.
1199.44/1199.99	c minisat20 returned code 1.
1199.44/1199.99	c satzilla running kcnfs ... 
1199.44/1199.99	c Bin: Executing kcnfs
1199.44/1199.99	c kcnfs returned code 1.
1199.44/1199.99	c kcnfs returned code 1.
1199.44/1199.99	c satzilla running kcnfs with preprocessing ... 
1199.44/1200.00	c Preprocessing...
1199.44/1200.00	c Inital problem has 306 variables, 18 nary clauses (2601 binary clauses).
1199.44/1200.00	c Num non-binary clauses 18, Average non-binary clause length 17.000
1199.44/1200.00	c Theory has no gaps
1199.44/1200.00	c Preprocessor runtime was 0.000 seconds.
1199.44/1200.00	c 
1199.44/1200.00	c Satisfiability of theory still undetermined.
1199.44/1200.00	c See file /tmp/JoVlNi for simplified theory.
1199.44/1200.00	c Bin: Executing kcnfs
1199.44/1200.00	c kcnfs returned code 1.
1199.44/1200.00	c kcnfs returned code 1.
1199.44/1200.00	c satzilla running march_dl with preprocessing ... 
1199.44/1200.00	c Bin: Executing march_dl
1199.44/1200.00	c march_dl returned code 1.
1199.44/1200.00	c march_dl returned code 1.
1199.44/1200.00	c satzilla running vallst with preprocessing ... 
1199.44/1200.00	c Bin: Executing vallst
1199.44/1200.00	c vallst returned code 1.
1199.44/1200.00	c vallst returned code 1.
1199.44/1200.00	c satzilla running zchaff_rand with preprocessing ... 
1199.44/1200.00	c Bin: Executing zchaff_rand
1199.44/1200.00	c zchaff_rand returned code 1.
1199.44/1200.00	c zchaff_rand returned code 1.
1199.44/1200.00	c satzilla running rsat with preprocessing ... 
1199.44/1200.00	c Bin: Executing rsat
1199.44/1200.00	c rsat returned code 1.
1199.44/1200.00	c rsat returned code 1.
1199.44/1200.00	c satzilla running eureka with preprocessing ... 
1199.44/1200.00	c Bin: Executing eureka
1199.44/1200.00	c eureka returned code 1.
1199.44/1200.00	c eureka returned code 1.
1199.44/1200.00	c satzilla running minisat20 with preprocessing ... 
1199.44/1200.00	c Bin: Executing minisat20
1199.44/1200.00	c minisat20 returned code 1.
1199.44/1200.00	c minisat20 returned code 1.
1199.44/1200.00	c satzilla running rsat ... 
1199.44/1200.00	c Bin: Executing rsat
1199.44/1200.00	c rsat returned code 1.
1199.44/1200.00	c rsat returned code 1.
1199.44/1200.00	c ERROR: All Failed! 
1199.44/1200.00	c SATZILLA_TIME=1199.740000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node75/watcher-338808-1173692762 -o ROOT/results/node75/solver-338808-1173692762 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/338808-1173692762/SATzilla2007_F /tmp/evaluation/338808-1173692762/instance-338808-1173692762.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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.99 0.97 0.93 3/64 28463
/proc/meminfo: memFree=1793664/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=1512 CPUtime=0
/proc/28463/stat : 28463 (SATzilla2007_F) R 28461 28463 27327 0 -1 4194304 142 0 0 0 0 0 0 0 20 0 1 0 389242023 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/28463/statm: 378 125 110 260 0 84 0
[pid=28464] ppid=28463 vsize=772 CPUtime=0
/proc/28464/stat : 28464 (march_dl) R 28463 28463 27327 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 389242023 790528 101 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134671537 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28464/statm: 193 101 53 118 0 72 0

[startup+0.0606281 s]
/proc/loadavg: 0.99 0.97 0.93 3/64 28463
/proc/meminfo: memFree=1793664/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=1512 CPUtime=0
/proc/28463/stat : 28463 (SATzilla2007_F) S 28461 28463 27327 0 -1 4194304 143 0 0 0 0 0 0 0 20 0 1 0 389242023 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28463/statm: 378 125 110 260 0 84 0
[pid=28464] ppid=28463 vsize=1300 CPUtime=0.05
/proc/28464/stat : 28464 (march_dl) R 28463 28463 27327 0 -1 4194304 254 0 0 0 5 0 0 0 21 0 1 0 389242023 1331200 245 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527789 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28464/statm: 325 245 74 118 0 204 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2812

[startup+0.101632 s]
/proc/loadavg: 0.99 0.97 0.93 3/64 28463
/proc/meminfo: memFree=1793664/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=1512 CPUtime=0
/proc/28463/stat : 28463 (SATzilla2007_F) S 28461 28463 27327 0 -1 4194304 143 0 0 0 0 0 0 0 20 0 1 0 389242023 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28463/statm: 378 125 110 260 0 84 0
[pid=28464] ppid=28463 vsize=1300 CPUtime=0.09
/proc/28464/stat : 28464 (march_dl) R 28463 28463 27327 0 -1 4194304 256 0 0 0 9 0 0 0 21 0 1 0 389242023 1331200 247 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528321 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28464/statm: 325 247 74 118 0 204 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2812

[startup+0.301654 s]
/proc/loadavg: 0.99 0.97 0.93 3/64 28463
/proc/meminfo: memFree=1793664/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=1512 CPUtime=0
/proc/28463/stat : 28463 (SATzilla2007_F) S 28461 28463 27327 0 -1 4194304 143 0 0 0 0 0 0 0 20 0 1 0 389242023 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28463/statm: 378 125 110 260 0 84 0
[pid=28464] ppid=28463 vsize=1300 CPUtime=0.29
/proc/28464/stat : 28464 (march_dl) R 28463 28463 27327 0 -1 4194304 258 0 0 0 29 0 0 0 23 0 1 0 389242023 1331200 249 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134617278 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28464/statm: 325 249 74 118 0 204 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2812

[startup+0.701702 s]
/proc/loadavg: 0.99 0.97 0.93 3/64 28463
/proc/meminfo: memFree=1793664/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=1512 CPUtime=0
/proc/28463/stat : 28463 (SATzilla2007_F) S 28461 28463 27327 0 -1 4194304 143 0 0 0 0 0 0 0 20 0 1 0 389242023 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28463/statm: 378 125 110 260 0 84 0
[pid=28464] ppid=28463 vsize=1300 CPUtime=0.69
/proc/28464/stat : 28464 (march_dl) R 28463 28463 27327 0 -1 4194304 259 0 0 0 69 0 0 0 25 0 1 0 389242023 1331200 250 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134553614 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28464/statm: 325 250 74 118 0 204 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2812

[startup+1.5018 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 28465
/proc/meminfo: memFree=1792816/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=1512 CPUtime=0
/proc/28463/stat : 28463 (SATzilla2007_F) S 28461 28463 27327 0 -1 4194304 143 0 0 0 0 0 0 0 20 0 1 0 389242023 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28463/statm: 378 125 110 260 0 84 0
[pid=28464] ppid=28463 vsize=1300 CPUtime=1.49
/proc/28464/stat : 28464 (march_dl) R 28463 28463 27327 0 -1 4194304 260 0 0 0 149 0 0 0 25 0 1 0 389242023 1331200 251 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134537003 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28464/statm: 325 251 74 118 0 204 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2812

[startup+3.10299 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 28465
/proc/meminfo: memFree=1792688/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=1512 CPUtime=0
/proc/28463/stat : 28463 (SATzilla2007_F) S 28461 28463 27327 0 -1 4194304 143 0 0 0 0 0 0 0 20 0 1 0 389242023 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28463/statm: 378 125 110 260 0 84 0
[pid=28464] ppid=28463 vsize=1300 CPUtime=3.1
/proc/28464/stat : 28464 (march_dl) R 28463 28463 27327 0 -1 4194304 262 0 0 0 310 0 0 0 25 0 1 0 389242023 1331200 253 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134565309 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28464/statm: 325 253 74 118 0 204 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 2812

[startup+6.30136 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 28466
/proc/meminfo: memFree=1792880/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=1512 CPUtime=4.99
/proc/28463/stat : 28463 (SATzilla2007_F) S 28461 28463 27327 0 -1 4194304 149 263 0 0 0 0 499 0 16 0 1 0 389242023 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28463/statm: 378 125 110 260 0 84 0
[pid=28466] ppid=28463 vsize=6188 CPUtime=1.29
/proc/28466/stat : 28466 (ubcsat2006) R 28463 28463 27327 0 -1 4194304 270 0 0 0 111 18 0 0 25 0 1 0 389242523 6336512 252 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28466/statm: 1547 252 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7700

[startup+12.7011 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 28467
/proc/meminfo: memFree=1792568/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=1824 CPUtime=10.72
/proc/28463/stat : 28463 (SATzilla2007_F) S 28461 28463 27327 0 -1 4194304 604 539 0 0 310 29 700 33 25 0 1 0 389242023 1867776 270 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28463/statm: 456 270 169 260 0 162 0
[pid=28467] ppid=28463 vsize=2256 CPUtime=1.91
/proc/28467/stat : 28467 (vallst) R 28463 28463 27327 0 -1 4194304 319 0 1 0 159 32 0 0 25 0 1 0 389243099 2310144 302 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/28467/statm: 564 302 150 55 0 154 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 4080

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 28467
/proc/meminfo: memFree=1792184/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=1824 CPUtime=10.72
/proc/28463/stat : 28463 (SATzilla2007_F) S 28461 28463 27327 0 -1 4194304 604 539 0 0 310 29 700 33 25 0 1 0 389242023 1867776 270 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28463/statm: 456 270 169 260 0 162 0
[pid=28467] ppid=28463 vsize=2512 CPUtime=14.71
/proc/28467/stat : 28467 (vallst) R 28463 28463 27327 0 -1 4194304 383 0 1 0 1328 143 0 0 25 0 1 0 389243099 2572288 366 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/28467/statm: 628 366 151 55 0 218 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 4336

[startup+51.1017 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 28467
/proc/meminfo: memFree=1791992/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=1824 CPUtime=10.72
/proc/28463/stat : 28463 (SATzilla2007_F) S 28461 28463 27327 0 -1 4194304 604 539 0 0 310 29 700 33 25 0 1 0 389242023 1867776 270 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28463/statm: 456 270 169 260 0 162 0
[pid=28467] ppid=28463 vsize=2772 CPUtime=40.31
/proc/28467/stat : 28467 (vallst) R 28463 28463 27327 0 -1 4194304 443 0 1 0 3756 275 0 0 25 0 1 0 389243099 2838528 426 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/28467/statm: 693 426 151 55 0 283 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 4596

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 28467
/proc/meminfo: memFree=1791800/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=1824 CPUtime=10.72
/proc/28463/stat : 28463 (SATzilla2007_F) S 28461 28463 27327 0 -1 4194304 604 539 0 0 310 29 700 33 25 0 1 0 389242023 1867776 270 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28463/statm: 456 270 169 260 0 162 0
[pid=28467] ppid=28463 vsize=3036 CPUtime=91.49
/proc/28467/stat : 28467 (vallst) R 28463 28463 27327 0 -1 4194304 496 0 1 0 8684 465 0 0 25 0 1 0 389243099 3108864 479 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/28467/statm: 759 479 151 55 0 349 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 4860

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 28467
/proc/meminfo: memFree=1791800/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=1824 CPUtime=10.72
/proc/28463/stat : 28463 (SATzilla2007_F) S 28461 28463 27327 0 -1 4194304 604 539 0 0 310 29 700 33 25 0 1 0 389242023 1867776 270 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28463/statm: 456 270 169 260 0 162 0
[pid=28467] ppid=28463 vsize=3036 CPUtime=151.48
/proc/28467/stat : 28467 (vallst) R 28463 28463 27327 0 -1 4194304 506 0 1 0 14508 640 0 0 25 0 1 0 389243099 3108864 489 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/28467/statm: 759 489 151 55 0 349 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 4860

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 28467
/proc/meminfo: memFree=1791672/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=1824 CPUtime=10.72
/proc/28463/stat : 28463 (SATzilla2007_F) S 28461 28463 27327 0 -1 4194304 604 539 0 0 310 29 700 33 25 0 1 0 389242023 1867776 270 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28463/statm: 456 270 169 260 0 162 0
[pid=28467] ppid=28463 vsize=3036 CPUtime=211.46
/proc/28467/stat : 28467 (vallst) R 28463 28463 27327 0 -1 4194304 516 0 1 0 20340 806 0 0 25 0 1 0 389243099 3108864 499 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/28467/statm: 759 499 151 55 0 349 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 4860

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 28467
/proc/meminfo: memFree=1791736/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=1824 CPUtime=10.72
/proc/28463/stat : 28463 (SATzilla2007_F) S 28461 28463 27327 0 -1 4194304 604 539 0 0 310 29 700 33 25 0 1 0 389242023 1867776 270 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28463/statm: 456 270 169 260 0 162 0
[pid=28467] ppid=28463 vsize=3036 CPUtime=271.44
/proc/28467/stat : 28467 (vallst) R 28463 28463 27327 0 -1 4194304 520 0 1 0 26191 953 0 0 25 0 1 0 389243099 3108864 503 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/28467/statm: 759 503 151 55 0 349 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 4860

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 28467
/proc/meminfo: memFree=1791672/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=1824 CPUtime=10.72
/proc/28463/stat : 28463 (SATzilla2007_F) S 28461 28463 27327 0 -1 4194304 604 539 0 0 310 29 700 33 25 0 1 0 389242023 1867776 270 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28463/statm: 456 270 169 260 0 162 0
[pid=28467] ppid=28463 vsize=3168 CPUtime=331.42
/proc/28467/stat : 28467 (vallst) R 28463 28463 27327 0 -1 4194304 530 0 1 0 32044 1098 0 0 25 0 1 0 389243099 3244032 513 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/28467/statm: 792 513 151 55 0 382 0

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

/proc/28467/statm: 1514 1262 151 55 0 1104 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 7880

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 28467
/proc/meminfo: memFree=1788600/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=1824 CPUtime=10.72
/proc/28463/stat : 28463 (SATzilla2007_F) S 28461 28463 27327 0 -1 4194304 604 539 0 0 310 29 700 33 25 0 1 0 389242023 1867776 270 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28463/statm: 456 270 169 260 0 162 0
[pid=28467] ppid=28463 vsize=6056 CPUtime=811.3
/proc/28467/stat : 28467 (vallst) R 28463 28463 27327 0 -1 4194304 1294 0 1 0 79067 2063 0 0 25 0 1 0 389243099 6201344 1262 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/28467/statm: 1514 1262 151 55 0 1104 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 7880

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 28467
/proc/meminfo: memFree=1788536/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=1824 CPUtime=10.72
/proc/28463/stat : 28463 (SATzilla2007_F) S 28461 28463 27327 0 -1 4194304 604 539 0 0 310 29 700 33 25 0 1 0 389242023 1867776 270 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28463/statm: 456 270 169 260 0 162 0
[pid=28467] ppid=28463 vsize=6056 CPUtime=871.28
/proc/28467/stat : 28467 (vallst) R 28463 28463 27327 0 -1 4194304 1294 0 1 0 84955 2173 0 0 25 0 1 0 389243099 6201344 1262 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/28467/statm: 1514 1262 151 55 0 1104 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 7880

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/72 28585
/proc/meminfo: memFree=1787256/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=1824 CPUtime=10.72
/proc/28463/stat : 28463 (SATzilla2007_F) S 28461 28463 27327 0 -1 4194304 604 539 0 0 310 29 700 33 25 0 1 0 389242023 1867776 270 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28463/statm: 456 270 169 260 0 162 0
[pid=28467] ppid=28463 vsize=6056 CPUtime=931.21
/proc/28467/stat : 28467 (vallst) R 28463 28463 27327 0 -1 4194304 1294 0 1 0 90832 2289 0 0 25 0 1 0 389243099 6201344 1262 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/28467/statm: 1514 1262 151 55 0 1104 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 7880

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 28665
/proc/meminfo: memFree=1788280/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=1824 CPUtime=10.72
/proc/28463/stat : 28463 (SATzilla2007_F) S 28461 28463 27327 0 -1 4194304 604 539 0 0 310 29 700 33 25 0 1 0 389242023 1867776 270 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28463/statm: 456 270 169 260 0 162 0
[pid=28467] ppid=28463 vsize=6056 CPUtime=991.17
/proc/28467/stat : 28467 (vallst) R 28463 28463 27327 0 -1 4194304 1294 0 1 0 96709 2408 0 0 25 0 1 0 389243099 6201344 1262 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/28467/statm: 1514 1262 151 55 0 1104 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 7880

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 28665
/proc/meminfo: memFree=1788280/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=1824 CPUtime=10.72
/proc/28463/stat : 28463 (SATzilla2007_F) S 28461 28463 27327 0 -1 4194304 604 539 0 0 310 29 700 33 25 0 1 0 389242023 1867776 270 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28463/statm: 456 270 169 260 0 162 0
[pid=28467] ppid=28463 vsize=6056 CPUtime=1051.16
/proc/28467/stat : 28467 (vallst) R 28463 28463 27327 0 -1 4194304 1294 0 1 0 102594 2522 0 0 25 0 1 0 389243099 6201344 1262 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/28467/statm: 1514 1262 151 55 0 1104 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 7880

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 28665
/proc/meminfo: memFree=1788280/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=1824 CPUtime=10.72
/proc/28463/stat : 28463 (SATzilla2007_F) S 28461 28463 27327 0 -1 4194304 604 539 0 0 310 29 700 33 25 0 1 0 389242023 1867776 270 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28463/statm: 456 270 169 260 0 162 0
[pid=28467] ppid=28463 vsize=6056 CPUtime=1111.13
/proc/28467/stat : 28467 (vallst) R 28463 28463 27327 0 -1 4194304 1294 0 1 0 108486 2627 0 0 25 0 1 0 389243099 6201344 1262 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/28467/statm: 1514 1262 151 55 0 1104 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 7880

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 28665
/proc/meminfo: memFree=1788408/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=1824 CPUtime=10.72
/proc/28463/stat : 28463 (SATzilla2007_F) S 28461 28463 27327 0 -1 4194304 604 539 0 0 310 29 700 33 25 0 1 0 389242023 1867776 270 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28463/statm: 456 270 169 260 0 162 0
[pid=28467] ppid=28463 vsize=6056 CPUtime=1171.13
/proc/28467/stat : 28467 (vallst) R 28463 28463 27327 0 -1 4194304 1294 0 1 0 114376 2737 0 0 25 0 1 0 389243099 6201344 1262 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/28467/statm: 1514 1262 151 55 0 1104 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 7880

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 28665
/proc/meminfo: memFree=1788408/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=1824 CPUtime=10.72
/proc/28463/stat : 28463 (SATzilla2007_F) S 28461 28463 27327 0 -1 4194304 604 539 0 0 310 29 700 33 25 0 1 0 389242023 1867776 270 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28463/statm: 456 270 169 260 0 162 0
[pid=28467] ppid=28463 vsize=6056 CPUtime=1179.11
/proc/28467/stat : 28467 (vallst) R 28463 28463 27327 0 -1 4194304 1294 0 1 0 115163 2748 0 0 25 0 1 0 389243099 6201344 1262 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/28467/statm: 1514 1262 151 55 0 1104 0
Current children cumulated CPU time (s) 1189.83
Current children cumulated vsize (KiB) 7880

[startup+1196.7 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 28665
/proc/meminfo: memFree=1788408/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=1824 CPUtime=10.72
/proc/28463/stat : 28463 (SATzilla2007_F) S 28461 28463 27327 0 -1 4194304 604 539 0 0 310 29 700 33 25 0 1 0 389242023 1867776 270 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28463/statm: 456 270 169 260 0 162 0
[pid=28467] ppid=28463 vsize=6056 CPUtime=1185.52
/proc/28467/stat : 28467 (vallst) R 28463 28463 27327 0 -1 4194304 1294 0 1 0 115792 2760 0 0 25 0 1 0 389243099 6201344 1262 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/28467/statm: 1514 1262 151 55 0 1104 0
Current children cumulated CPU time (s) 1196.24
Current children cumulated vsize (KiB) 7880

[startup+1198.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 28665
/proc/meminfo: memFree=1788408/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=1824 CPUtime=10.72
/proc/28463/stat : 28463 (SATzilla2007_F) S 28461 28463 27327 0 -1 4194304 604 539 0 0 310 29 700 33 25 0 1 0 389242023 1867776 270 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28463/statm: 456 270 169 260 0 162 0
[pid=28467] ppid=28463 vsize=6056 CPUtime=1187.12
/proc/28467/stat : 28467 (vallst) R 28463 28463 27327 0 -1 4194304 1294 0 1 0 115949 2763 0 0 25 0 1 0 389243099 6201344 1262 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/28467/statm: 1514 1262 151 55 0 1104 0
Current children cumulated CPU time (s) 1197.84
Current children cumulated vsize (KiB) 7880

[startup+1199.1 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 28665
/proc/meminfo: memFree=1788408/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=1824 CPUtime=10.72
/proc/28463/stat : 28463 (SATzilla2007_F) S 28461 28463 27327 0 -1 4194304 604 539 0 0 310 29 700 33 25 0 1 0 389242023 1867776 270 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28463/statm: 456 270 169 260 0 162 0
[pid=28467] ppid=28463 vsize=6056 CPUtime=1187.92
/proc/28467/stat : 28467 (vallst) R 28463 28463 27327 0 -1 4194304 1294 0 1 0 116028 2764 0 0 25 0 1 0 389243099 6201344 1262 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/28467/statm: 1514 1262 151 55 0 1104 0
Current children cumulated CPU time (s) 1198.64
Current children cumulated vsize (KiB) 7880

[startup+1199.5 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 28665
/proc/meminfo: memFree=1788408/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=1824 CPUtime=10.72
/proc/28463/stat : 28463 (SATzilla2007_F) S 28461 28463 27327 0 -1 4194304 604 539 0 0 310 29 700 33 25 0 1 0 389242023 1867776 270 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28463/statm: 456 270 169 260 0 162 0
[pid=28467] ppid=28463 vsize=6056 CPUtime=1188.31
/proc/28467/stat : 28467 (vallst) R 28463 28463 27327 0 -1 4194304 1294 0 1 0 116066 2765 0 0 25 0 1 0 389243099 6201344 1262 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/28467/statm: 1514 1262 151 55 0 1104 0
Current children cumulated CPU time (s) 1199.03
Current children cumulated vsize (KiB) 7880

[startup+1199.9 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 28665
/proc/meminfo: memFree=1788408/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=1824 CPUtime=10.72
/proc/28463/stat : 28463 (SATzilla2007_F) S 28461 28463 27327 0 -1 4194304 604 539 0 0 310 29 700 33 25 0 1 0 389242023 1867776 270 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28463/statm: 456 270 169 260 0 162 0
[pid=28467] ppid=28463 vsize=6056 CPUtime=1188.72
/proc/28467/stat : 28467 (vallst) R 28463 28463 27327 0 -1 4194304 1294 0 1 0 116106 2766 0 0 25 0 1 0 389243099 6201344 1262 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/28467/statm: 1514 1262 151 55 0 1104 0
Current children cumulated CPU time (s) 1199.44
Current children cumulated vsize (KiB) 7880

[startup+1200 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 28665
/proc/meminfo: memFree=1792704/2055920 swapFree=4182240/4192956
[pid=28463] ppid=28461 vsize=0 CPUtime=1199.56
/proc/28463/stat : 28463 (SATzilla2007_F) D 28461 28463 27327 0 -1 4194308 712 1833 0 1 311 29 116816 2800 19 0 1 0 389242023 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 18446744072100125374 0 0 17 1 0 0
/proc/28463/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.56
Current children cumulated vsize (KiB) 0

Child status: 17
Real time (s): 1200.01
CPU time (s): 1199.58
CPU user time (s): 1171.28
CPU system time (s): 28.2967
CPU usage (%): 99.9641
Max. virtual memory (cumulated for all children) (KiB): 8044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1171.28
system time used= 28.2967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2545
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27
involuntary context switches= 1270

runsolver used 0.899863 second user time and 2.57261 second system time

The end

Launcher Data (download as text)

Begin job on node75 on Mon Mar 12 09:46:02 UTC 2007

IDJOB= 338808
IDBENCH= 24731
IDSOLVER= 136
FILE ID= node75/338808-1173692762

PBS_JOBID= 4101736

Free space on /tmp= 66505 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/sabharwal/counting-harder-php-018-017.sat05-1189.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/338808-1173692762/SATzilla2007_F /tmp/evaluation/338808-1173692762/instance-338808-1173692762.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-338808-1173692762 -o ROOT/results/node75/solver-338808-1173692762 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/338808-1173692762/SATzilla2007_F /tmp/evaluation/338808-1173692762/instance-338808-1173692762.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  51a1a3a012cf07e3662164064eca4702

RANDOM SEED= 285763366

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node75.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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1794136 kB
Buffers:         29784 kB
Cached:         182348 kB
SwapCached:       4992 kB
Active:          86584 kB
Inactive:       137304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1794136 kB
SwapTotal:     4192956 kB
SwapFree:      4182240 kB
Dirty:           10140 kB
Writeback:           0 kB
Mapped:          15436 kB
Slab:            23884 kB
Committed_AS:   901772 kB
PageTables:       1432 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= 66505 MiB

End job on node75 on Mon Mar 12 10:06:02 UTC 2007