Trace number 1582005

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SATzilla2009_I 2009-03-22? (exit code) 1199.86 1200.41

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-15-10p0.cnf
MD5SUMa860cf613d4e0cb34c00f8b79611121d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables199290
Number of clauses1005792
Sum of the clauses size2392883
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756875
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

69.94/70.02	c SATzilla is building models for class 3
69.94/70.02	c run presolver mxc-sr08 for 10 seconds ... 
69.94/70.02	c Bin: Executing mxc-sr08
69.94/70.02	c spawning binary file with 10 seconds ...
69.94/70.02	c child exit by a signal
69.94/70.02	c mxc-sr08 returned code 137.
69.94/70.02	c run presolver picosat846 for 5 seconds ... 
69.94/70.02	c Bin: Executing picosat846
69.94/70.02	c spawning binary file with 5 seconds ...
69.94/70.02	c child exit by a signal
69.94/70.02	c picosat846 returned code 137.
69.94/70.02	c Orignal number of varibales is 199290, number of clauses is 1005792 
69.94/70.02	c predicted feature computation time is 23.816526 
69.94/70.02	c Bin: Executing satelite
69.94/70.02	c spawning binary file with 240 seconds ...
69.94/70.02	c child exited successfully
69.94/70.02	c satzilla computing base features
69.94/70.02	c Number of variabe is: 101800, Number of clause is : 654137 
69.94/70.02	c Initializing...
69.94/70.02	c satzilla doing clause learning
69.94/70.02	c start clause learning features ...
69.94/70.02	c Bin: Executing zchaff07
69.94/70.02	c spawning binary file with 2 seconds ...
69.94/70.02	c child exit by a signal
69.94/70.02	c satzilla doing survey propogation probe
69.94/70.02	c do survay propogation for 2 second ...
69.94/70.02	c satzilla doing local search probe
69.94/70.02	c features are:199290 1.00579e+06 101800 654137 0.957662 0.537586 0.155625 0.410904 0.927283 1.43171 2.72622e-05 0.447863 1.96464e-05 9.82318e-05 1.08434 0.561947 0.859912 2.72622e-05 0.712013 1.07011e-05 0.000105482 2.94815 0.228901 0.147608 0 0.789474 2.88413 1.54658e-05 0.844548 4.5862e-06 7.18504e-05 2.63191 0.712001 2.99515e-05 0.636546 7.64366e-06 0.000113126 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.623851 0.506655 1.41586e-07 1 0.929869 0.126385 0.885697 0.323454 0.78052 0.019329 0.966705 -1.11022e-16 0.0810646 0.0466749 2.54509e-06 0.0352759 0.0027468 0.0104296 22088 0 0 0 0 0 0 3.31446 0 1.22895 0 
69.94/70.02	c satzilla's ranking:
69.94/70.02	c 1) mxc-sr08: 3.185967
69.94/70.02	c 2) picosat846: 2.676882
69.94/70.02	c 3) minisat20SAT07: 1.282591
69.94/70.02	c 4) zchaff_rand: 1.078080
69.94/70.02	c 5) march_dl2004: 0.067704
69.94/70.02	c 6) SATenstein: -10000.000000
69.94/70.02	c 7) gnovelty+: -10000.000000
69.94/70.02	c 8) adaptg2wsat+: -10000.000000
69.94/70.02	c 9) adaptg2wsat0: -10000.000000
69.94/70.02	c 10) tts-4-0: -10000.000000
69.94/70.02	c 11) vallst: -10000.000000
69.94/70.02	c 12) minisat20: -10000.000000
69.94/70.02	c 13) kcnfs04SAT07: -10000.000000
69.94/70.02	c satzilla running mxc-sr08 ... 
1199.72/1200.38	c Bin: Executing mxc-sr08
1199.72/1200.38	c spawning binary file with 1130 seconds ...
1199.72/1200.38	c child exit by a signal
1199.72/1200.38	c mxc-sr08 returned code 137.
1199.72/1200.38	c satzilla running picosat846 ... 
1199.72/1200.38	c Bin: Executing picosat846
1199.72/1200.38	c picosat846 returned code 1.
1199.72/1200.38	c satzilla running minisat20SAT07 ... 
1199.72/1200.38	c Bin: Executing minisat20SAT07
1199.72/1200.38	c minisat20SAT07 returned code 1.
1199.72/1200.38	c satzilla running zchaff_rand ... 
1199.72/1200.38	c Bin: Executing zchaff_rand
1199.72/1200.38	c zchaff_rand returned code 1.
1199.72/1200.38	c satzilla running march_dl2004 ... 
1199.72/1200.38	c Bin: Executing march_dl2004
1199.72/1200.38	c march_dl2004 returned code 1.
1199.72/1200.38	c satzilla running SATenstein ... 
1199.72/1200.38	c Bin: Executing SATenstein
1199.72/1200.38	c SATenstein returned code 1.
1199.72/1200.38	c satzilla running gnovelty+ ... 
1199.72/1200.38	c Bin: Executing gnovelty+
1199.72/1200.38	c gnovelty+ returned code 1.
1199.72/1200.38	c satzilla running adaptg2wsat+ ... 
1199.72/1200.38	c Bin: Executing adaptg2wsat+
1199.72/1200.38	c adaptg2wsat+ returned code 1.
1199.72/1200.38	c satzilla running adaptg2wsat0 ... 
1199.72/1200.38	c Bin: Executing adaptg2wsat0
1199.72/1200.38	c adaptg2wsat0 returned code 1.
1199.72/1200.38	c satzilla running tts-4-0 ... 
1199.72/1200.38	c Bin: Executing tts-4-0
1199.72/1200.38	c tts-4-0 returned code 1.
1199.72/1200.38	c satzilla running vallst ... 
1199.72/1200.38	c Bin: Executing vallst
1199.72/1200.38	c vallst returned code 1.
1199.72/1200.38	c satzilla running minisat20 ... 
1199.72/1200.38	c Bin: Executing minisat20
1199.72/1200.38	c minisat20 returned code 1.
1199.72/1200.38	c satzilla running kcnfs04SAT07 ... 
1199.72/1200.38	c Bin: Executing kcnfs04SAT07
1199.72/1200.38	c kcnfs04SAT07 returned code 1.
1199.72/1200.38	c ERROR: All Failed! 
1199.72/1200.38	c SATZILLA_TIME=1200.020000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1582005-1238935328/watcher-1582005-1238935328 -o /tmp/evaluation-result-1582005-1238935328/solver-1582005-1238935328 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1582005-1238935328.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): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.09 3/69 12898
/proc/meminfo: memFree=1376424/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=2056 CPUtime=0
/proc/12898/stat : 12898 (SATzilla2009_I) S 12896 12898 12619 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1166196152 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12898/statm: 514 112 96 399 0 111 0
[pid=12899] ppid=12898 vsize=19240 CPUtime=0
/proc/12899/stat : 12899 (mxc-sr08) R 12898 12898 12619 0 -1 4194304 798 0 0 0 0 0 0 0 19 0 1 0 1166196152 19701760 794 1992294400 134512640 135078026 4294956176 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12899/statm: 4810 801 44 138 0 4669 0

[startup+0.0794911 s]
/proc/loadavg: 0.92 0.98 1.09 3/69 12898
/proc/meminfo: memFree=1376424/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=2056 CPUtime=0
/proc/12898/stat : 12898 (SATzilla2009_I) S 12896 12898 12619 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1166196152 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12898/statm: 514 112 96 399 0 111 0
[pid=12899] ppid=12898 vsize=51204 CPUtime=0.07
/proc/12899/stat : 12899 (mxc-sr08) R 12898 12898 12619 0 -1 4194304 10870 0 0 0 2 5 0 0 19 0 1 0 1166196152 52432896 10842 1992294400 134512640 135078026 4294956176 18446744073709551615 134554627 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12899/statm: 12801 10846 52 138 0 12660 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 53260

[startup+0.10153 s]
/proc/loadavg: 0.92 0.98 1.09 3/69 12898
/proc/meminfo: memFree=1376424/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=2056 CPUtime=0
/proc/12898/stat : 12898 (SATzilla2009_I) S 12896 12898 12619 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1166196152 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12898/statm: 514 112 96 399 0 111 0
[pid=12899] ppid=12898 vsize=58152 CPUtime=0.09
/proc/12899/stat : 12899 (mxc-sr08) R 12898 12898 12619 0 -1 4194304 12598 0 0 0 3 6 0 0 19 0 1 0 1166196152 59547648 12570 1992294400 134512640 135078026 4294956176 18446744073709551615 134555327 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12899/statm: 14538 12573 52 138 0 14397 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 60208

[startup+0.30155 s]
/proc/loadavg: 0.92 0.98 1.09 3/69 12898
/proc/meminfo: memFree=1376424/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=2056 CPUtime=0
/proc/12898/stat : 12898 (SATzilla2009_I) S 12896 12898 12619 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1166196152 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12898/statm: 514 112 96 399 0 111 0
[pid=12899] ppid=12898 vsize=69832 CPUtime=0.29
/proc/12899/stat : 12899 (mxc-sr08) R 12898 12898 12619 0 -1 4194304 15613 0 0 0 21 8 0 0 21 0 1 0 1166196152 71507968 15585 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12899/statm: 17458 15586 54 138 0 17317 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71888

[startup+0.701589 s]
/proc/loadavg: 0.92 0.98 1.09 3/69 12898
/proc/meminfo: memFree=1376424/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=2056 CPUtime=0
/proc/12898/stat : 12898 (SATzilla2009_I) S 12896 12898 12619 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1166196152 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12898/statm: 514 112 96 399 0 111 0
[pid=12899] ppid=12898 vsize=80964 CPUtime=0.69
/proc/12899/stat : 12899 (mxc-sr08) R 12898 12898 12619 0 -1 4194304 18290 0 0 0 59 10 0 0 25 0 1 0 1166196152 82907136 18262 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12899/statm: 20241 18262 54 138 0 20100 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83020

[startup+1.50169 s]
/proc/loadavg: 0.92 0.98 1.09 2/71 12900
/proc/meminfo: memFree=1294104/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=2056 CPUtime=0
/proc/12898/stat : 12898 (SATzilla2009_I) S 12896 12898 12619 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1166196152 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12898/statm: 514 112 96 399 0 111 0
[pid=12899] ppid=12898 vsize=104884 CPUtime=1.49
/proc/12899/stat : 12899 (mxc-sr08) R 12898 12898 12619 0 -1 4194304 23872 0 0 0 137 12 0 0 25 0 1 0 1166196152 107401216 23844 1992294400 134512640 135078026 4294956176 18446744073709551615 134544049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12899/statm: 26221 23844 54 138 0 26080 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 106940

[startup+3.10184 s]
/proc/loadavg: 0.92 0.98 1.09 2/71 12900
/proc/meminfo: memFree=1285272/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=2056 CPUtime=0
/proc/12898/stat : 12898 (SATzilla2009_I) S 12896 12898 12619 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1166196152 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12898/statm: 514 112 96 399 0 111 0
[pid=12899] ppid=12898 vsize=115024 CPUtime=3.09
/proc/12899/stat : 12899 (mxc-sr08) R 12898 12898 12619 0 -1 4194304 30889 0 0 0 292 17 0 0 25 0 1 0 1166196152 117784576 26234 1992294400 134512640 135078026 4294956176 18446744073709551615 134565915 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12899/statm: 28756 26235 55 138 0 28615 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 117080

[startup+6.30113 s]
/proc/loadavg: 1.01 1.00 1.09 2/71 12900
/proc/meminfo: memFree=1275992/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=2056 CPUtime=0
/proc/12898/stat : 12898 (SATzilla2009_I) S 12896 12898 12619 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1166196152 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12898/statm: 514 112 96 399 0 111 0
[pid=12899] ppid=12898 vsize=108556 CPUtime=6.28
/proc/12899/stat : 12899 (mxc-sr08) R 12898 12898 12619 0 -1 4194304 33672 0 0 0 610 18 0 0 25 0 1 0 1166196152 111161344 25188 1992294400 134512640 135078026 4294956176 18446744073709551615 134533727 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12899/statm: 27139 25188 71 138 0 26998 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 110612

[startup+12.7018 s]
/proc/loadavg: 1.01 1.00 1.09 2/71 12901
/proc/meminfo: memFree=1327704/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=2056 CPUtime=10.01
/proc/12898/stat : 12898 (SATzilla2009_I) S 12896 12898 12619 0 -1 4194304 152 33678 0 0 0 0 981 20 16 0 1 0 1166196152 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12898/statm: 514 121 104 399 0 111 0
[pid=12901] ppid=12898 vsize=53124 CPUtime=2.66
/proc/12901/stat : 12901 (picosat846) R 12898 12898 12619 0 -1 4194304 12390 0 0 0 260 6 0 0 25 0 1 0 1166197154 54398976 12368 1992294400 134512640 134570484 4294956176 18446744073709551615 134526498 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12901/statm: 13281 12368 85 14 0 12947 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 55180

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.09 2/70 12902
/proc/meminfo: memFree=1306208/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=62144 CPUtime=25.46
/proc/12898/stat : 12898 (SATzilla2009_I) R 12896 12898 12619 0 -1 4194304 14645 83675 0 0 279 6 2204 57 25 0 1 0 1166196152 63635456 14596 1992294400 134512640 136149169 4294956208 18446744073709551615 134535025 0 0 4096 0 0 0 0 17 0 0 0
/proc/12898/statm: 15536 14596 135 399 0 15133 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 62144

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.09 2/70 12902
/proc/meminfo: memFree=1304672/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=62144 CPUtime=51.05
/proc/12898/stat : 12898 (SATzilla2009_I) R 12896 12898 12619 0 -1 4194304 14989 83675 0 0 2838 6 2204 57 25 0 1 0 1166196152 63635456 14940 1992294400 134512640 136149169 4294956208 18446744073709551615 134535031 0 0 4096 0 0 0 0 17 0 0 0
/proc/12898/statm: 15536 14940 135 399 0 15133 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 62144

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.08 2/71 12904
/proc/meminfo: memFree=1190744/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=74800 CPUtime=69.96
/proc/12898/stat : 12898 (SATzilla2009_I) S 12896 12898 12619 0 -1 4194304 30123 101364 0 0 4519 16 2395 66 25 0 1 0 1166196152 76595200 18377 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12898/statm: 18700 18377 216 399 0 18297 0
[pid=12904] ppid=12898 vsize=108556 CPUtime=32.25
/proc/12904/stat : 12904 (mxc-sr08) R 12898 12898 12619 0 -1 4194304 33681 0 0 0 3210 15 0 0 25 0 1 0 1166203154 111161344 25197 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12904/statm: 27139 25197 71 138 0 26998 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 183356

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/71 12906
/proc/meminfo: memFree=1188376/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=74800 CPUtime=69.96
/proc/12898/stat : 12898 (SATzilla2009_I) S 12896 12898 12619 0 -1 4194304 30123 101364 0 0 4519 16 2395 66 25 0 1 0 1166196152 76595200 18377 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12898/statm: 18700 18377 216 399 0 18297 0
[pid=12904] ppid=12898 vsize=110800 CPUtime=92.22
/proc/12904/stat : 12904 (mxc-sr08) R 12898 12898 12619 0 -1 4194304 34248 0 0 0 9206 16 0 0 25 0 1 0 1166203154 113459200 25764 1992294400 134512640 135078026 4294956176 18446744073709551615 134533727 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12904/statm: 27700 25764 71 138 0 27559 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 185600

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/71 12906
/proc/meminfo: memFree=1177560/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=74800 CPUtime=69.96
/proc/12898/stat : 12898 (SATzilla2009_I) S 12896 12898 12619 0 -1 4194304 30123 101364 0 0 4519 16 2395 66 25 0 1 0 1166196152 76595200 18377 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12898/statm: 18700 18377 216 399 0 18297 0
[pid=12904] ppid=12898 vsize=121784 CPUtime=152.2
/proc/12904/stat : 12904 (mxc-sr08) R 12898 12898 12619 0 -1 4194304 36986 0 0 0 15202 18 0 0 25 0 1 0 1166203154 124706816 28502 1992294400 134512640 135078026 4294956176 18446744073709551615 134523872 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12904/statm: 30446 28502 71 138 0 30305 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 196584

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/71 12906
/proc/meminfo: memFree=1165592/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=74800 CPUtime=69.96
/proc/12898/stat : 12898 (SATzilla2009_I) S 12896 12898 12619 0 -1 4194304 30123 101364 0 0 4519 16 2395 66 25 0 1 0 1166196152 76595200 18377 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12898/statm: 18700 18377 216 399 0 18297 0
[pid=12904] ppid=12898 vsize=133956 CPUtime=212.17
/proc/12904/stat : 12904 (mxc-sr08) R 12898 12898 12619 0 -1 4194304 40019 0 0 0 21195 22 0 0 25 0 1 0 1166203154 137170944 31535 1992294400 134512640 135078026 4294956176 18446744073709551615 134523627 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12904/statm: 33489 31535 71 138 0 33348 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 208756

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/71 12906
/proc/meminfo: memFree=1163096/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=74800 CPUtime=69.96
/proc/12898/stat : 12898 (SATzilla2009_I) S 12896 12898 12619 0 -1 4194304 30123 101364 0 0 4519 16 2395 66 25 0 1 0 1166196152 76595200 18377 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12898/statm: 18700 18377 216 399 0 18297 0
[pid=12904] ppid=12898 vsize=136204 CPUtime=272.14
/proc/12904/stat : 12904 (mxc-sr08) R 12898 12898 12619 0 -1 4194304 40574 0 0 0 27191 23 0 0 25 0 1 0 1166203154 139472896 32090 1992294400 134512640 135078026 4294956176 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12904/statm: 34051 32090 71 138 0 33910 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 211004

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/71 12906
/proc/meminfo: memFree=1154712/2055920 swapFree=4171316/4192956

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

/proc/12904/statm: 48393 46456 71 138 0 48252 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 268372

[startup+822.302 s]
/proc/loadavg: 1.03 1.02 1.02 2/71 12906
/proc/meminfo: memFree=1102808/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=74800 CPUtime=69.96
/proc/12898/stat : 12898 (SATzilla2009_I) S 12896 12898 12619 0 -1 4194304 30123 101364 0 0 4519 16 2395 66 25 0 1 0 1166196152 76595200 18377 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12898/statm: 18700 18377 216 399 0 18297 0
[pid=12904] ppid=12898 vsize=196344 CPUtime=751.94
/proc/12904/stat : 12904 (mxc-sr08) R 12898 12898 12619 0 -1 4194304 55626 0 0 0 75153 41 0 0 25 0 1 0 1166203154 201056256 47142 1992294400 134512640 135078026 4294956176 18446744073709551615 134534283 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12904/statm: 49086 47142 71 138 0 48945 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 271144

[startup+882.301 s]
/proc/loadavg: 1.05 1.03 1.02 2/71 12906
/proc/meminfo: memFree=1102808/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=74800 CPUtime=69.96
/proc/12898/stat : 12898 (SATzilla2009_I) S 12896 12898 12619 0 -1 4194304 30123 101364 0 0 4519 16 2395 66 25 0 1 0 1166196152 76595200 18377 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12898/statm: 18700 18377 216 399 0 18297 0
[pid=12904] ppid=12898 vsize=196344 CPUtime=811.91
/proc/12904/stat : 12904 (mxc-sr08) R 12898 12898 12619 0 -1 4194304 55626 0 0 0 81150 41 0 0 25 0 1 0 1166203154 201056256 47142 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12904/statm: 49086 47142 71 138 0 48945 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 271144

[startup+942.301 s]
/proc/loadavg: 1.06 1.04 1.02 2/71 12906
/proc/meminfo: memFree=1102744/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=74800 CPUtime=69.96
/proc/12898/stat : 12898 (SATzilla2009_I) S 12896 12898 12619 0 -1 4194304 30123 101364 0 0 4519 16 2395 66 25 0 1 0 1166196152 76595200 18377 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12898/statm: 18700 18377 216 399 0 18297 0
[pid=12904] ppid=12898 vsize=196344 CPUtime=871.89
/proc/12904/stat : 12904 (mxc-sr08) R 12898 12898 12619 0 -1 4194304 55628 0 0 0 87148 41 0 0 25 0 1 0 1166203154 201056256 47144 1992294400 134512640 135078026 4294956176 18446744073709551615 134533727 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12904/statm: 49086 47144 71 138 0 48945 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 271144

[startup+1002.3 s]
/proc/loadavg: 1.06 1.04 1.02 2/71 12906
/proc/meminfo: memFree=1102744/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=74800 CPUtime=69.96
/proc/12898/stat : 12898 (SATzilla2009_I) S 12896 12898 12619 0 -1 4194304 30123 101364 0 0 4519 16 2395 66 25 0 1 0 1166196152 76595200 18377 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12898/statm: 18700 18377 216 399 0 18297 0
[pid=12904] ppid=12898 vsize=196344 CPUtime=931.86
/proc/12904/stat : 12904 (mxc-sr08) R 12898 12898 12619 0 -1 4194304 55628 0 0 0 93145 41 0 0 25 0 1 0 1166203154 201056256 47144 1992294400 134512640 135078026 4294956176 18446744073709551615 134523784 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12904/statm: 49086 47144 71 138 0 48945 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 271144

[startup+1062.3 s]
/proc/loadavg: 1.12 1.06 1.02 2/71 12906
/proc/meminfo: memFree=1102680/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=74800 CPUtime=69.96
/proc/12898/stat : 12898 (SATzilla2009_I) S 12896 12898 12619 0 -1 4194304 30123 101364 0 0 4519 16 2395 66 25 0 1 0 1166196152 76595200 18377 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12898/statm: 18700 18377 216 399 0 18297 0
[pid=12904] ppid=12898 vsize=196344 CPUtime=991.84
/proc/12904/stat : 12904 (mxc-sr08) R 12898 12898 12619 0 -1 4194304 55628 0 0 0 99142 42 0 0 25 0 1 0 1166203154 201056256 47144 1992294400 134512640 135078026 4294956176 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12904/statm: 49086 47144 71 138 0 48945 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 271144

[startup+1122.3 s]
/proc/loadavg: 1.15 1.08 1.03 2/71 12906
/proc/meminfo: memFree=1098136/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=74800 CPUtime=69.96
/proc/12898/stat : 12898 (SATzilla2009_I) S 12896 12898 12619 0 -1 4194304 30123 101364 0 0 4519 16 2395 66 25 0 1 0 1166196152 76595200 18377 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12898/statm: 18700 18377 216 399 0 18297 0
[pid=12904] ppid=12898 vsize=201224 CPUtime=1051.81
/proc/12904/stat : 12904 (mxc-sr08) R 12898 12898 12619 0 -1 4194304 56790 0 0 0 105138 43 0 0 25 0 1 0 1166203154 206053376 48306 1992294400 134512640 135078026 4294956176 18446744073709551615 134533764 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12904/statm: 50306 48306 71 138 0 50165 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 276024

[startup+1182.3 s]
/proc/loadavg: 1.05 1.06 1.02 2/71 12912
/proc/meminfo: memFree=1087512/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=74800 CPUtime=69.96
/proc/12898/stat : 12898 (SATzilla2009_I) S 12896 12898 12619 0 -1 4194304 30123 101364 0 0 4519 16 2395 66 25 0 1 0 1166196152 76595200 18377 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12898/statm: 18700 18377 216 399 0 18297 0
[pid=12904] ppid=12898 vsize=212088 CPUtime=1111.78
/proc/12904/stat : 12904 (mxc-sr08) R 12898 12898 12619 0 -1 4194304 59495 0 0 0 111132 46 0 0 25 0 1 0 1166203154 217178112 51011 1992294400 134512640 135078026 4294956176 18446744073709551615 134538103 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12904/statm: 53022 51011 71 138 0 52881 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 286888

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

[startup+1190.3 s]
/proc/loadavg: 1.05 1.06 1.02 2/71 12912
/proc/meminfo: memFree=1085912/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=74800 CPUtime=69.96
/proc/12898/stat : 12898 (SATzilla2009_I) S 12896 12898 12619 0 -1 4194304 30123 101364 0 0 4519 16 2395 66 25 0 1 0 1166196152 76595200 18377 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12898/statm: 18700 18377 216 399 0 18297 0
[pid=12904] ppid=12898 vsize=213408 CPUtime=1119.77
/proc/12904/stat : 12904 (mxc-sr08) R 12898 12898 12619 0 -1 4194304 59837 0 0 0 111931 46 0 0 25 0 1 0 1166203154 218529792 51353 1992294400 134512640 135078026 4294956176 18446744073709551615 134534478 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12904/statm: 53352 51353 71 138 0 53211 0
Current children cumulated CPU time (s) 1189.73
Current children cumulated vsize (KiB) 288208

[startup+1196.7 s]
/proc/loadavg: 1.04 1.06 1.02 2/71 12912
/proc/meminfo: memFree=1084824/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=74800 CPUtime=69.96
/proc/12898/stat : 12898 (SATzilla2009_I) S 12896 12898 12619 0 -1 4194304 30123 101364 0 0 4519 16 2395 66 25 0 1 0 1166196152 76595200 18377 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12898/statm: 18700 18377 216 399 0 18297 0
[pid=12904] ppid=12898 vsize=214464 CPUtime=1126.16
/proc/12904/stat : 12904 (mxc-sr08) R 12898 12898 12619 0 -1 4194304 60101 0 0 0 112570 46 0 0 25 0 1 0 1166203154 219611136 51617 1992294400 134512640 135078026 4294956176 18446744073709551615 134534087 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12904/statm: 53616 51617 71 138 0 53475 0
Current children cumulated CPU time (s) 1196.12
Current children cumulated vsize (KiB) 289264

[startup+1198.3 s]
/proc/loadavg: 1.04 1.05 1.02 2/71 12912
/proc/meminfo: memFree=1084632/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=74800 CPUtime=69.96
/proc/12898/stat : 12898 (SATzilla2009_I) S 12896 12898 12619 0 -1 4194304 30123 101364 0 0 4519 16 2395 66 25 0 1 0 1166196152 76595200 18377 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12898/statm: 18700 18377 216 399 0 18297 0
[pid=12904] ppid=12898 vsize=214728 CPUtime=1127.76
/proc/12904/stat : 12904 (mxc-sr08) R 12898 12898 12619 0 -1 4194304 60176 0 0 0 112730 46 0 0 25 0 1 0 1166203154 219881472 51692 1992294400 134512640 135078026 4294956176 18446744073709551615 134523627 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12904/statm: 53682 51692 71 138 0 53541 0
Current children cumulated CPU time (s) 1197.72
Current children cumulated vsize (KiB) 289528

[startup+1199.1 s]
/proc/loadavg: 1.04 1.05 1.02 2/71 12912
/proc/meminfo: memFree=1084376/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=74800 CPUtime=69.96
/proc/12898/stat : 12898 (SATzilla2009_I) S 12896 12898 12619 0 -1 4194304 30123 101364 0 0 4519 16 2395 66 25 0 1 0 1166196152 76595200 18377 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12898/statm: 18700 18377 216 399 0 18297 0
[pid=12904] ppid=12898 vsize=214992 CPUtime=1128.56
/proc/12904/stat : 12904 (mxc-sr08) R 12898 12898 12619 0 -1 4194304 60224 0 0 0 112810 46 0 0 25 0 1 0 1166203154 220151808 51740 1992294400 134512640 135078026 4294956176 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12904/statm: 53748 51740 71 138 0 53607 0
Current children cumulated CPU time (s) 1198.52
Current children cumulated vsize (KiB) 289792

[startup+1199.9 s]
/proc/loadavg: 1.04 1.05 1.02 2/71 12912
/proc/meminfo: memFree=1084376/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=74800 CPUtime=69.96
/proc/12898/stat : 12898 (SATzilla2009_I) S 12896 12898 12619 0 -1 4194304 30123 101364 0 0 4519 16 2395 66 25 0 1 0 1166196152 76595200 18377 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12898/statm: 18700 18377 216 399 0 18297 0
[pid=12904] ppid=12898 vsize=214992 CPUtime=1129.36
/proc/12904/stat : 12904 (mxc-sr08) R 12898 12898 12619 0 -1 4194304 60244 0 0 0 112890 46 0 0 25 0 1 0 1166203154 220151808 51760 1992294400 134512640 135078026 4294956176 18446744073709551615 134534363 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12904/statm: 53748 51760 71 138 0 53607 0
Current children cumulated CPU time (s) 1199.32
Current children cumulated vsize (KiB) 289792

[startup+1200.3 s]
/proc/loadavg: 1.04 1.05 1.02 2/71 12912
/proc/meminfo: memFree=1084184/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=74800 CPUtime=69.96
/proc/12898/stat : 12898 (SATzilla2009_I) S 12896 12898 12619 0 -1 4194304 30123 101364 0 0 4519 16 2395 66 25 0 1 0 1166196152 76595200 18377 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12898/statm: 18700 18377 216 399 0 18297 0
[pid=12904] ppid=12898 vsize=215124 CPUtime=1129.76
/proc/12904/stat : 12904 (mxc-sr08) R 12898 12898 12619 0 -1 4194304 60266 0 0 0 112930 46 0 0 25 0 1 0 1166203154 220286976 51782 1992294400 134512640 135078026 4294956176 18446744073709551615 134533738 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12904/statm: 53781 51782 71 138 0 53640 0
Current children cumulated CPU time (s) 1199.72
Current children cumulated vsize (KiB) 289924

[startup+1200.4 s]
/proc/loadavg: 1.04 1.05 1.02 2/71 12912
/proc/meminfo: memFree=1084184/2055920 swapFree=4171316/4192956
[pid=12898] ppid=12896 vsize=0 CPUtime=1199.84
/proc/12898/stat : 12898 (SATzilla2009_I) R 12896 12898 12619 0 -1 4194308 30144 161632 0 0 4519 18 115331 116 16 0 1 0 1166196152 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/12898/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.84
Current children cumulated vsize (KiB) 0

Child status: 17
Real time (s): 1200.41
CPU time (s): 1199.86
CPU user time (s): 1198.51
CPU system time (s): 1.34879
CPU usage (%): 99.9545
Max. virtual memory (cumulated for all children) (KiB): 289924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.51
system time used= 1.34879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191776
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= 16
involuntary context switches= 3982

runsolver used 1.22881 second user time and 3.18252 second system time

The end

Launcher Data

Begin job on node44 at 2009-04-05 14:42:10
IDJOB=1582005
IDBENCH=71047
IDSOLVER=528
FILE ID=node44/1582005-1238935328
PBS_JOBID= 9101461
Free space on /tmp= 66524 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-15-10p0.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1582005-1238935328/watcher-1582005-1238935328 -o /tmp/evaluation-result-1582005-1238935328/solver-1582005-1238935328 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1582005-1238935328.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= a860cf613d4e0cb34c00f8b79611121d
RANDOM SEED=1064841024

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

/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.241
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.241
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:       1376904 kB
Buffers:         69444 kB
Cached:         518416 kB
SwapCached:      11084 kB
Active:         278752 kB
Inactive:       321684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1376904 kB
SwapTotal:     4192956 kB
SwapFree:      4171316 kB
Dirty:           49956 kB
Writeback:           0 kB
Mapped:          18244 kB
Slab:            64052 kB
Committed_AS:  3157356 kB
PageTables:       1812 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= 66492 MiB
End job on node44 at 2009-04-05 15:02:11