Trace number 1580081

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.42 1199.82

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p1.cnf
MD5SUM484dad50fb275faff8eff92c4d5447cb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark879.933
Satisfiable
(Un)Satisfiability was proved
Number of variables200003
Number of clauses1019221
Sum of the clauses size2431032
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2759013
Number of clauses of size 3198999
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

70.52/70.60	c SATzilla is building models for class 3
70.52/70.60	c run presolver mxc-sr08 for 10 seconds ... 
70.52/70.60	c Bin: Executing mxc-sr08
70.52/70.60	c spawning binary file with 10 seconds ...
70.52/70.60	c child exit by a signal
70.52/70.60	c mxc-sr08 returned code 137.
70.52/70.60	c run presolver picosat846 for 5 seconds ... 
70.52/70.60	c Bin: Executing picosat846
70.52/70.60	c spawning binary file with 5 seconds ...
70.52/70.60	c child exit by a signal
70.52/70.60	c picosat846 returned code 137.
70.52/70.60	c Orignal number of varibales is 200003, number of clauses is 1019221 
70.52/70.60	c predicted feature computation time is 24.161449 
70.52/70.60	c Bin: Executing satelite
70.52/70.60	c spawning binary file with 240 seconds ...
70.52/70.60	c child exited successfully
70.52/70.60	c satzilla computing base features
70.52/70.60	c Number of variabe is: 102501, Number of clause is : 667154 
70.52/70.60	c Initializing...
70.52/70.60	c satzilla doing clause learning
70.52/70.60	c start clause learning features ...
70.52/70.60	c Bin: Executing zchaff07
70.52/70.60	c spawning binary file with 2 seconds ...
70.52/70.60	c child exit by a signal
70.52/70.60	c satzilla doing survey propogation probe
70.52/70.60	c do survay propogation for 2 second ...
70.52/70.60	c satzilla doing local search probe
70.52/70.60	c features are:200003 1.01922e+06 102501 667154 0.95123 0.527715 0.153639 0.409499 0.920769 1.42308 2.71112e-05 0.440736 1.9512e-05 9.756e-05 1.08321 0.54966 0.863024 2.71112e-05 0.71171 1.04923e-05 0.000101925 3.00046 0.229293 0.147811 0 0.8 2.89647 1.52811e-05 0.842727 4.49671e-06 6.89496e-05 2.66997 0.705203 2.96672e-05 0.632542 7.49452e-06 0.000115416 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.623659 0.501589 2.17139e-08 1 0.933665 0.140178 0.881118 0.33148 0.770976 0.0187777 0.967735 -1.11022e-16 0.0826746 0.0458337 2.14336e-06 0.0342032 0.00240166 0.0105358 24611 0 0 0 0 0 0 3.46559 0 1.25739 0 
70.52/70.60	c satzilla's ranking:
70.52/70.60	c 1) mxc-sr08: 3.134431
70.52/70.60	c 2) picosat846: 2.647434
70.52/70.60	c 3) minisat20SAT07: 1.278475
70.52/70.60	c 4) zchaff_rand: 1.117578
70.52/70.60	c 5) march_dl2004: 0.097462
70.52/70.60	c 6) SATenstein: -10000.000000
70.52/70.60	c 7) gnovelty+: -10000.000000
70.52/70.60	c 8) adaptg2wsat+: -10000.000000
70.52/70.60	c 9) adaptg2wsat0: -10000.000000
70.52/70.60	c 10) tts-4-0: -10000.000000
70.52/70.60	c 11) vallst: -10000.000000
70.52/70.60	c 12) minisat20: -10000.000000
70.52/70.60	c 13) kcnfs04SAT07: -10000.000000
70.52/70.60	c satzilla running mxc-sr08 ... 
1199.27/1199.79	c Bin: Executing mxc-sr08
1199.27/1199.79	c spawning binary file with 1129 seconds ...
1199.27/1199.79	c child exit by a signal
1199.27/1199.79	c mxc-sr08 returned code 137.
1199.27/1199.79	c satzilla running picosat846 ... 
1199.27/1199.79	c Bin: Executing picosat846
1199.27/1199.79	c picosat846 returned code 1.
1199.27/1199.79	c satzilla running minisat20SAT07 ... 
1199.27/1199.79	c Bin: Executing minisat20SAT07
1199.27/1199.79	c minisat20SAT07 returned code 1.
1199.27/1199.79	c satzilla running zchaff_rand ... 
1199.27/1199.79	c Bin: Executing zchaff_rand
1199.27/1199.79	c zchaff_rand returned code 1.
1199.27/1199.79	c satzilla running march_dl2004 ... 
1199.27/1199.79	c Bin: Executing march_dl2004
1199.27/1199.79	c march_dl2004 returned code 1.
1199.27/1199.79	c satzilla running SATenstein ... 
1199.27/1199.79	c Bin: Executing SATenstein
1199.27/1199.79	c SATenstein returned code 1.
1199.27/1199.79	c satzilla running gnovelty+ ... 
1199.27/1199.79	c Bin: Executing gnovelty+
1199.27/1199.79	c gnovelty+ returned code 1.
1199.27/1199.79	c satzilla running adaptg2wsat+ ... 
1199.27/1199.79	c Bin: Executing adaptg2wsat+
1199.27/1199.79	c adaptg2wsat+ returned code 1.
1199.27/1199.79	c satzilla running adaptg2wsat0 ... 
1199.27/1199.79	c Bin: Executing adaptg2wsat0
1199.27/1199.79	c adaptg2wsat0 returned code 1.
1199.27/1199.79	c satzilla running tts-4-0 ... 
1199.27/1199.79	c Bin: Executing tts-4-0
1199.27/1199.79	c tts-4-0 returned code 1.
1199.27/1199.79	c satzilla running vallst ... 
1199.27/1199.79	c Bin: Executing vallst
1199.27/1199.79	c vallst returned code 1.
1199.27/1199.79	c satzilla running minisat20 ... 
1199.27/1199.80	c Bin: Executing minisat20
1199.27/1199.80	c minisat20 returned code 1.
1199.27/1199.80	c satzilla running kcnfs04SAT07 ... 
1199.27/1199.80	c Bin: Executing kcnfs04SAT07
1199.27/1199.80	c kcnfs04SAT07 returned code 1.
1199.27/1199.80	c ERROR: All Failed! 
1199.27/1199.80	c SATZILLA_TIME=1199.560000

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-1580081-1238914964/watcher-1580081-1238914964 -o /tmp/evaluation-result-1580081-1238914964/solver-1580081-1238914964 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1580081-1238914964.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.91 0.95 0.98 3/64 25088
/proc/meminfo: memFree=1549096/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=2056 CPUtime=0
/proc/25088/stat : 25088 (SATzilla2009_I) R 25086 25088 24987 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1164159774 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/25088/statm: 514 112 96 399 0 111 0
[pid=25089] ppid=25088 vsize=19548 CPUtime=0
/proc/25089/stat : 25089 (mxc-sr08) R 25088 25088 24987 0 -1 4194304 738 0 0 0 0 0 0 0 18 0 1 0 1164159774 20017152 734 1992294400 134512640 135078026 4294956192 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25089/statm: 4887 741 44 138 0 4746 0

[startup+0.057879 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 25088
/proc/meminfo: memFree=1549096/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=2056 CPUtime=0
/proc/25088/stat : 25088 (SATzilla2009_I) S 25086 25088 24987 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1164159774 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25088/statm: 514 112 96 399 0 111 0
[pid=25089] ppid=25088 vsize=42700 CPUtime=0.04
/proc/25089/stat : 25089 (mxc-sr08) R 25088 25088 24987 0 -1 4194304 9206 0 0 0 1 3 0 0 19 0 1 0 1164159774 43724800 9202 1992294400 134512640 135078026 4294956192 18446744073709551615 134555327 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25089/statm: 10675 9203 52 138 0 10534 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 44756

[startup+0.101883 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 25088
/proc/meminfo: memFree=1549096/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=2056 CPUtime=0
/proc/25088/stat : 25088 (SATzilla2009_I) S 25086 25088 24987 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1164159774 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25088/statm: 514 112 96 399 0 111 0
[pid=25089] ppid=25088 vsize=58552 CPUtime=0.09
/proc/25089/stat : 25089 (mxc-sr08) R 25088 25088 24987 0 -1 4194304 12786 0 0 0 4 5 0 0 19 0 1 0 1164159774 59957248 12759 1992294400 134512640 135078026 4294956192 18446744073709551615 134555327 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25089/statm: 14638 12760 52 138 0 14497 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 60608

[startup+0.301904 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 25088
/proc/meminfo: memFree=1549096/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=2056 CPUtime=0
/proc/25088/stat : 25088 (SATzilla2009_I) S 25086 25088 24987 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1164159774 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25088/statm: 514 112 96 399 0 111 0
[pid=25089] ppid=25088 vsize=70232 CPUtime=0.29
/proc/25089/stat : 25089 (mxc-sr08) R 25088 25088 24987 0 -1 4194304 15715 0 0 0 23 6 0 0 21 0 1 0 1164159774 71917568 15687 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25089/statm: 17558 15687 54 138 0 17417 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72288

[startup+0.701947 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 25088
/proc/meminfo: memFree=1549096/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=2056 CPUtime=0
/proc/25088/stat : 25088 (SATzilla2009_I) S 25086 25088 24987 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1164159774 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25088/statm: 514 112 96 399 0 111 0
[pid=25089] ppid=25088 vsize=81364 CPUtime=0.69
/proc/25089/stat : 25089 (mxc-sr08) R 25088 25088 24987 0 -1 4194304 18416 0 0 0 62 7 0 0 25 0 1 0 1164159774 83316736 18388 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25089/statm: 20341 18389 54 138 0 20200 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83420

[startup+1.50104 s]
/proc/loadavg: 0.91 0.95 0.98 2/66 25090
/proc/meminfo: memFree=1466520/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=2056 CPUtime=0
/proc/25088/stat : 25088 (SATzilla2009_I) S 25086 25088 24987 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1164159774 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25088/statm: 514 112 96 399 0 111 0
[pid=25089] ppid=25088 vsize=105240 CPUtime=1.49
/proc/25089/stat : 25089 (mxc-sr08) R 25088 25088 24987 0 -1 4194304 23976 0 0 0 139 10 0 0 25 0 1 0 1164159774 107765760 23948 1992294400 134512640 135078026 4294956192 18446744073709551615 134729531 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25089/statm: 26310 23948 54 138 0 26169 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 107296

[startup+3.10121 s]
/proc/loadavg: 0.91 0.95 0.98 2/66 25090
/proc/meminfo: memFree=1457688/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=2056 CPUtime=0
/proc/25088/stat : 25088 (SATzilla2009_I) S 25086 25088 24987 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1164159774 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25088/statm: 514 112 96 399 0 111 0
[pid=25089] ppid=25088 vsize=115600 CPUtime=3.08
/proc/25089/stat : 25089 (mxc-sr08) R 25088 25088 24987 0 -1 4194304 31172 0 0 0 294 14 0 0 25 0 1 0 1164159774 118374400 26440 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25089/statm: 28900 26440 55 138 0 28759 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 117656

[startup+6.30256 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 25090
/proc/meminfo: memFree=1448408/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=2056 CPUtime=0
/proc/25088/stat : 25088 (SATzilla2009_I) S 25086 25088 24987 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1164159774 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25088/statm: 514 112 96 399 0 111 0
[pid=25089] ppid=25088 vsize=109088 CPUtime=6.27
/proc/25089/stat : 25089 (mxc-sr08) R 25088 25088 24987 0 -1 4194304 33925 0 0 0 612 15 0 0 25 0 1 0 1164159774 111706112 25324 1992294400 134512640 135078026 4294956192 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25089/statm: 27272 25324 71 138 0 27131 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 111144

[startup+12.7013 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 25091
/proc/meminfo: memFree=1499544/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=2056 CPUtime=10
/proc/25088/stat : 25088 (SATzilla2009_I) S 25086 25088 24987 0 -1 4194304 152 33959 0 0 0 0 983 17 16 0 1 0 1164159774 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25088/statm: 514 121 104 399 0 111 0
[pid=25091] ppid=25088 vsize=52624 CPUtime=2.65
/proc/25091/stat : 25091 (picosat846) R 25088 25088 24987 0 -1 4194304 12622 0 0 0 259 6 0 0 25 0 1 0 1164160777 53886976 12580 1992294400 134512640 134570484 4294956192 18446744073709551615 134526498 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25091/statm: 13156 12580 85 14 0 12822 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 54680

[startup+25.5016 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 25092
/proc/meminfo: memFree=1477472/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=63284 CPUtime=25.45
/proc/25088/stat : 25088 (SATzilla2009_I) R 25086 25088 24987 0 -1 4194304 14925 84939 0 0 279 7 2207 52 25 0 1 0 1164159774 64802816 14876 1992294400 134512640 136149169 4294956224 18446744073709551615 134535467 0 0 4096 0 0 0 0 17 0 0 0
/proc/25088/statm: 15821 14876 135 399 0 15418 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 63284

[startup+51.1014 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 25092
/proc/meminfo: memFree=1475936/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=63284 CPUtime=51.04
/proc/25088/stat : 25088 (SATzilla2009_I) R 25086 25088 24987 0 -1 4194304 15267 84939 0 0 2838 7 2207 52 25 0 1 0 1164159774 64802816 15218 1992294400 134512640 136149169 4294956224 18446744073709551615 134535467 0 0 4096 0 0 0 0 17 0 0 0
/proc/25088/statm: 15821 15218 135 399 0 15418 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 63284

[startup+102.306 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 25094
/proc/meminfo: memFree=1361816/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=75420 CPUtime=70.53
/proc/25088/stat : 25088 (SATzilla2009_I) S 25086 25088 24987 0 -1 4194304 30599 102743 0 0 4575 19 2399 60 25 0 1 0 1164159774 77230080 18532 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25088/statm: 18855 18532 216 399 0 18452 0
[pid=25094] ppid=25088 vsize=109088 CPUtime=31.68
/proc/25094/stat : 25094 (mxc-sr08) R 25088 25088 24987 0 -1 4194304 33965 0 0 0 3151 17 0 0 25 0 1 0 1164166835 111706112 25364 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25094/statm: 27272 25364 71 138 0 27131 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 184508

[startup+162.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 25094
/proc/meminfo: memFree=1355736/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=75420 CPUtime=70.53
/proc/25088/stat : 25088 (SATzilla2009_I) S 25086 25088 24987 0 -1 4194304 30599 102743 0 0 4575 19 2399 60 25 0 1 0 1164159774 77230080 18532 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25088/statm: 18855 18532 216 399 0 18452 0
[pid=25094] ppid=25088 vsize=115160 CPUtime=91.65
/proc/25094/stat : 25094 (mxc-sr08) R 25088 25088 24987 0 -1 4194304 35458 0 0 0 9147 18 0 0 25 0 1 0 1164166835 117923840 26857 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25094/statm: 28790 26857 71 138 0 28649 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 190580

[startup+222.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 25094
/proc/meminfo: memFree=1348696/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=75420 CPUtime=70.53
/proc/25088/stat : 25088 (SATzilla2009_I) S 25086 25088 24987 0 -1 4194304 30599 102743 0 0 4575 19 2399 60 25 0 1 0 1164159774 77230080 18532 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25088/statm: 18855 18532 216 399 0 18452 0
[pid=25094] ppid=25088 vsize=122160 CPUtime=151.63
/proc/25094/stat : 25094 (mxc-sr08) R 25088 25088 24987 0 -1 4194304 37220 0 0 0 15143 20 0 0 25 0 1 0 1164166835 125091840 28619 1992294400 134512640 135078026 4294956192 18446744073709551615 134534325 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25094/statm: 30540 28619 71 138 0 30399 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 197580

[startup+282.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 25094
/proc/meminfo: memFree=1346648/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=75420 CPUtime=70.53
/proc/25088/stat : 25088 (SATzilla2009_I) S 25086 25088 24987 0 -1 4194304 30599 102743 0 0 4575 19 2399 60 25 0 1 0 1164159774 77230080 18532 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25088/statm: 18855 18532 216 399 0 18452 0
[pid=25094] ppid=25088 vsize=124408 CPUtime=211.62
/proc/25094/stat : 25094 (mxc-sr08) R 25088 25088 24987 0 -1 4194304 37757 0 0 0 21141 21 0 0 25 0 1 0 1164166835 127393792 29156 1992294400 134512640 135078026 4294956192 18446744073709551615 134540379 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25094/statm: 31102 29156 71 138 0 30961 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 199828

[startup+342.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 25094
/proc/meminfo: memFree=1341912/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=75420 CPUtime=70.53
/proc/25088/stat : 25088 (SATzilla2009_I) S 25086 25088 24987 0 -1 4194304 30599 102743 0 0 4575 19 2399 60 25 0 1 0 1164159774 77230080 18532 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25088/statm: 18855 18532 216 399 0 18452 0
[pid=25094] ppid=25088 vsize=128908 CPUtime=271.6
/proc/25094/stat : 25094 (mxc-sr08) R 25088 25088 24987 0 -1 4194304 38907 0 0 0 27138 22 0 0 25 0 1 0 1164166835 132001792 30306 1992294400 134512640 135078026 4294956192 18446744073709551615 134522526 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25094/statm: 32227 30306 71 138 0 32086 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 204328

[startup+402.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 25094
/proc/meminfo: memFree=1340696/2055920 swapFree=4175224/4192956

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

/proc/25094/statm: 34734 32795 71 138 0 34593 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 214356

[startup+822.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 25094
/proc/meminfo: memFree=1331864/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=75420 CPUtime=70.53
/proc/25088/stat : 25088 (SATzilla2009_I) S 25086 25088 24987 0 -1 4194304 30599 102743 0 0 4575 19 2399 60 25 0 1 0 1164159774 77230080 18532 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25088/statm: 18855 18532 216 399 0 18452 0
[pid=25094] ppid=25088 vsize=138936 CPUtime=751.46
/proc/25094/stat : 25094 (mxc-sr08) R 25088 25088 24987 0 -1 4194304 41399 0 0 0 75121 25 0 0 25 0 1 0 1164166835 142270464 32798 1992294400 134512640 135078026 4294956192 18446744073709551615 134533894 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25094/statm: 34734 32798 71 138 0 34593 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 214356

[startup+882.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 25094
/proc/meminfo: memFree=1331800/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=75420 CPUtime=70.53
/proc/25088/stat : 25088 (SATzilla2009_I) S 25086 25088 24987 0 -1 4194304 30599 102743 0 0 4575 19 2399 60 25 0 1 0 1164159774 77230080 18532 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25088/statm: 18855 18532 216 399 0 18452 0
[pid=25094] ppid=25088 vsize=138936 CPUtime=811.44
/proc/25094/stat : 25094 (mxc-sr08) R 25088 25088 24987 0 -1 4194304 41408 0 0 0 81119 25 0 0 25 0 1 0 1164166835 142270464 32807 1992294400 134512640 135078026 4294956192 18446744073709551615 134522425 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25094/statm: 34734 32807 71 138 0 34593 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 214356

[startup+942.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 25094
/proc/meminfo: memFree=1330392/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=75420 CPUtime=70.53
/proc/25088/stat : 25088 (SATzilla2009_I) S 25086 25088 24987 0 -1 4194304 30599 102743 0 0 4575 19 2399 60 25 0 1 0 1164159774 77230080 18532 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25088/statm: 18855 18532 216 399 0 18452 0
[pid=25094] ppid=25088 vsize=140584 CPUtime=871.43
/proc/25094/stat : 25094 (mxc-sr08) R 25088 25088 24987 0 -1 4194304 41789 0 0 0 87117 26 0 0 25 0 1 0 1164166835 143958016 33188 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25094/statm: 35146 33188 71 138 0 35005 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 216004

[startup+1002.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 25094
/proc/meminfo: memFree=1327064/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=75420 CPUtime=70.53
/proc/25088/stat : 25088 (SATzilla2009_I) S 25086 25088 24987 0 -1 4194304 30599 102743 0 0 4575 19 2399 60 25 0 1 0 1164159774 77230080 18532 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25088/statm: 18855 18532 216 399 0 18452 0
[pid=25094] ppid=25088 vsize=144252 CPUtime=931.4
/proc/25094/stat : 25094 (mxc-sr08) R 25088 25088 24987 0 -1 4194304 42614 0 0 0 93114 26 0 0 25 0 1 0 1164166835 147714048 34013 1992294400 134512640 135078026 4294956192 18446744073709551615 134533769 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25094/statm: 36063 34013 71 138 0 35922 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 219672

[startup+1062.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 25094
/proc/meminfo: memFree=1323032/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=75420 CPUtime=70.53
/proc/25088/stat : 25088 (SATzilla2009_I) S 25086 25088 24987 0 -1 4194304 30599 102743 0 0 4575 19 2399 60 25 0 1 0 1164159774 77230080 18532 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25088/statm: 18855 18532 216 399 0 18452 0
[pid=25094] ppid=25088 vsize=148356 CPUtime=991.39
/proc/25094/stat : 25094 (mxc-sr08) R 25088 25088 24987 0 -1 4194304 43612 0 0 0 99112 27 0 0 25 0 1 0 1164166835 151916544 35011 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25094/statm: 37089 35011 71 138 0 36948 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 223776

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 25094
/proc/meminfo: memFree=1321432/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=75420 CPUtime=70.53
/proc/25088/stat : 25088 (SATzilla2009_I) S 25086 25088 24987 0 -1 4194304 30599 102743 0 0 4575 19 2399 60 25 0 1 0 1164159774 77230080 18532 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25088/statm: 18855 18532 216 399 0 18452 0
[pid=25094] ppid=25088 vsize=149872 CPUtime=1051.36
/proc/25094/stat : 25094 (mxc-sr08) R 25088 25088 24987 0 -1 4194304 44000 0 0 0 105109 27 0 0 25 0 1 0 1164166835 153468928 35399 1992294400 134512640 135078026 4294956192 18446744073709551615 134535146 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25094/statm: 37468 35399 71 138 0 37327 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 225292

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 25094
/proc/meminfo: memFree=1321368/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=75420 CPUtime=70.53
/proc/25088/stat : 25088 (SATzilla2009_I) S 25086 25088 24987 0 -1 4194304 30599 102743 0 0 4575 19 2399 60 25 0 1 0 1164159774 77230080 18532 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25088/statm: 18855 18532 216 399 0 18452 0
[pid=25094] ppid=25088 vsize=149872 CPUtime=1111.34
/proc/25094/stat : 25094 (mxc-sr08) R 25088 25088 24987 0 -1 4194304 44000 0 0 0 111107 27 0 0 25 0 1 0 1164166835 153468928 35399 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25094/statm: 37468 35399 71 138 0 37327 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 225292

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

[startup+1190.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 25094
/proc/meminfo: memFree=1321368/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=75420 CPUtime=70.53
/proc/25088/stat : 25088 (SATzilla2009_I) S 25086 25088 24987 0 -1 4194304 30599 102743 0 0 4575 19 2399 60 25 0 1 0 1164159774 77230080 18532 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25088/statm: 18855 18532 216 399 0 18452 0
[pid=25094] ppid=25088 vsize=149872 CPUtime=1119.34
/proc/25094/stat : 25094 (mxc-sr08) R 25088 25088 24987 0 -1 4194304 44000 0 0 0 111907 27 0 0 25 0 1 0 1164166835 153468928 35399 1992294400 134512640 135078026 4294956192 18446744073709551615 134533727 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25094/statm: 37468 35399 71 138 0 37327 0
Current children cumulated CPU time (s) 1189.87
Current children cumulated vsize (KiB) 225292

[startup+1196.7 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 25094
/proc/meminfo: memFree=1321368/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=75420 CPUtime=70.53
/proc/25088/stat : 25088 (SATzilla2009_I) S 25086 25088 24987 0 -1 4194304 30599 102743 0 0 4575 19 2399 60 25 0 1 0 1164159774 77230080 18532 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25088/statm: 18855 18532 216 399 0 18452 0
[pid=25094] ppid=25088 vsize=149872 CPUtime=1125.74
/proc/25094/stat : 25094 (mxc-sr08) R 25088 25088 24987 0 -1 4194304 44000 0 0 0 112547 27 0 0 25 0 1 0 1164166835 153468928 35399 1992294400 134512640 135078026 4294956192 18446744073709551615 134533843 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25094/statm: 37468 35399 71 138 0 37327 0
Current children cumulated CPU time (s) 1196.27
Current children cumulated vsize (KiB) 225292

[startup+1198.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 25094
/proc/meminfo: memFree=1321368/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=75420 CPUtime=70.53
/proc/25088/stat : 25088 (SATzilla2009_I) S 25086 25088 24987 0 -1 4194304 30599 102743 0 0 4575 19 2399 60 25 0 1 0 1164159774 77230080 18532 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25088/statm: 18855 18532 216 399 0 18452 0
[pid=25094] ppid=25088 vsize=149872 CPUtime=1127.34
/proc/25094/stat : 25094 (mxc-sr08) R 25088 25088 24987 0 -1 4194304 44000 0 0 0 112707 27 0 0 25 0 1 0 1164166835 153468928 35399 1992294400 134512640 135078026 4294956192 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25094/statm: 37468 35399 71 138 0 37327 0
Current children cumulated CPU time (s) 1197.87
Current children cumulated vsize (KiB) 225292

[startup+1199.1 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 25094
/proc/meminfo: memFree=1321368/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=75420 CPUtime=70.53
/proc/25088/stat : 25088 (SATzilla2009_I) S 25086 25088 24987 0 -1 4194304 30599 102743 0 0 4575 19 2399 60 25 0 1 0 1164159774 77230080 18532 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25088/statm: 18855 18532 216 399 0 18452 0
[pid=25094] ppid=25088 vsize=149872 CPUtime=1128.14
/proc/25094/stat : 25094 (mxc-sr08) R 25088 25088 24987 0 -1 4194304 44000 0 0 0 112787 27 0 0 25 0 1 0 1164166835 153468928 35399 1992294400 134512640 135078026 4294956192 18446744073709551615 134540379 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25094/statm: 37468 35399 71 138 0 37327 0
Current children cumulated CPU time (s) 1198.67
Current children cumulated vsize (KiB) 225292

[startup+1199.5 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 25094
/proc/meminfo: memFree=1321368/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=75420 CPUtime=70.53
/proc/25088/stat : 25088 (SATzilla2009_I) S 25086 25088 24987 0 -1 4194304 30599 102743 0 0 4575 19 2399 60 25 0 1 0 1164159774 77230080 18532 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25088/statm: 18855 18532 216 399 0 18452 0
[pid=25094] ppid=25088 vsize=149872 CPUtime=1128.54
/proc/25094/stat : 25094 (mxc-sr08) R 25088 25088 24987 0 -1 4194304 44009 0 0 0 112827 27 0 0 25 0 1 0 1164166835 153468928 35408 1992294400 134512640 135078026 4294956192 18446744073709551615 134540361 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25094/statm: 37468 35408 71 138 0 37327 0
Current children cumulated CPU time (s) 1199.07
Current children cumulated vsize (KiB) 225292

[startup+1199.7 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 25094
/proc/meminfo: memFree=1321368/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=75420 CPUtime=70.53
/proc/25088/stat : 25088 (SATzilla2009_I) S 25086 25088 24987 0 -1 4194304 30599 102743 0 0 4575 19 2399 60 25 0 1 0 1164159774 77230080 18532 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25088/statm: 18855 18532 216 399 0 18452 0
[pid=25094] ppid=25088 vsize=149872 CPUtime=1128.74
/proc/25094/stat : 25094 (mxc-sr08) R 25088 25088 24987 0 -1 4194304 44009 0 0 0 112847 27 0 0 25 0 1 0 1164166835 153468928 35408 1992294400 134512640 135078026 4294956192 18446744073709551615 134533727 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25094/statm: 37468 35408 71 138 0 37327 0
Current children cumulated CPU time (s) 1199.27
Current children cumulated vsize (KiB) 225292

[startup+1199.8 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 25094
/proc/meminfo: memFree=1321368/2055920 swapFree=4175224/4192956
[pid=25088] ppid=25086 vsize=0 CPUtime=1199.39
/proc/25088/stat : 25088 (SATzilla2009_I) R 25086 25088 24987 0 -1 4194308 30624 146753 0 0 4575 20 115254 90 16 0 1 0 1164159774 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/25088/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.39
Current children cumulated vsize (KiB) 0

Child status: 17
Real time (s): 1199.82
CPU time (s): 1199.42
CPU user time (s): 1198.3
CPU system time (s): 1.12283
CPU usage (%): 99.9669
Max. virtual memory (cumulated for all children) (KiB): 225292

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

runsolver used 1.25481 second user time and 3.11753 second system time

The end

Launcher Data

Begin job on node37 at 2009-04-05 09:02:45
IDJOB=1580081
IDBENCH=71010
IDSOLVER=528
FILE ID=node37/1580081-1238914964
PBS_JOBID= 9101390
Free space on /tmp= 66544 MiB

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

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

MD5SUM BENCH= 484dad50fb275faff8eff92c4d5447cb
RANDOM SEED=1133474725

node37.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.213
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.213
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:       1549576 kB
Buffers:         50424 kB
Cached:         365552 kB
SwapCached:      11608 kB
Active:         196104 kB
Inactive:       232912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1549576 kB
SwapTotal:     4192956 kB
SwapFree:      4175224 kB
Dirty:           50264 kB
Writeback:           0 kB
Mapped:          18756 kB
Slab:            63484 kB
Committed_AS:  3342496 kB
PageTables:       1384 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= 66512 MiB
End job on node37 at 2009-04-05 09:22:46