Trace number 1582421

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.29 1199.76

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p1.cnf
MD5SUM6ace5cfbe110f1a43049037cb7432998
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 variables259234
Number of clauses1387934
Sum of the clauses size3351923
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2981661
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

111.33/111.52	c SATzilla is building models for class 3
111.33/111.52	c run presolver mxc-sr08 for 10 seconds ... 
111.33/111.52	c Bin: Executing mxc-sr08
111.33/111.52	c spawning binary file with 10 seconds ...
111.33/111.52	c child exit by a signal
111.33/111.52	c mxc-sr08 returned code 137.
111.33/111.52	c run presolver picosat846 for 5 seconds ... 
111.33/111.52	c Bin: Executing picosat846
111.33/111.52	c spawning binary file with 5 seconds ...
111.33/111.52	c child exit by a signal
111.33/111.52	c picosat846 returned code 137.
111.33/111.52	c Orignal number of varibales is 259234, number of clauses is 1387934 
111.33/111.52	c predicted feature computation time is 41.281843 
111.33/111.52	c Bin: Executing satelite
111.33/111.52	c spawning binary file with 240 seconds ...
111.33/111.52	c child exited successfully
111.33/111.52	c satzilla computing base features
111.33/111.52	c Number of variabe is: 137915, Number of clause is : 959954 
111.33/111.52	c Initializing...
111.33/111.52	c satzilla doing clause learning
111.33/111.52	c start clause learning features ...
111.33/111.52	c Bin: Executing zchaff07
111.33/111.52	c spawning binary file with 2 seconds ...
111.33/111.52	c child exit by a signal
111.33/111.52	c satzilla doing survey propogation probe
111.33/111.52	c do survay propogation for 2 second ...
111.33/111.52	c satzilla doing local search probe
111.33/111.52	c features are:259234 1.38793e+06 137915 959954 0.879665 0.445834 0.143668 0.403793 0.904375 1.42133 2.03497e-05 0.438909 1.45017e-05 7.25084e-05 1.10347 0.514718 0.869638 2.03497e-05 0.741264 7.29202e-06 7.39619e-05 3.12842 0.226988 0.149201 0 0.84 2.95654 1.13329e-05 0.853337 3.12515e-06 4.89607e-05 2.73488 0.69243 2.21746e-05 0.649006 5.20858e-06 8.02122e-05 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.696946 0.443228 8.22226e-09 1 0.995934 0.147821 0.918193 0.471137 0.849094 0.0197731 1.25983 -1.11022e-16 0.169128 0.0593652 2.77663e-09 0.0275273 0.000948303 0.0104013 64092 0 0 0 0 0 0 4.61209 0 1.60835 0 
111.33/111.52	c satzilla's ranking:
111.33/111.52	c 1) mxc-sr08: 2.214689
111.33/111.52	c 2) picosat846: 2.137627
111.33/111.52	c 3) minisat20SAT07: 1.270475
111.33/111.52	c 4) zchaff_rand: 1.237124
111.33/111.52	c 5) march_dl2004: 0.051825
111.33/111.52	c 6) SATenstein: -10000.000000
111.33/111.52	c 7) gnovelty+: -10000.000000
111.33/111.52	c 8) adaptg2wsat+: -10000.000000
111.33/111.52	c 9) adaptg2wsat0: -10000.000000
111.33/111.52	c 10) tts-4-0: -10000.000000
111.33/111.52	c 11) vallst: -10000.000000
111.33/111.52	c 12) minisat20: -10000.000000
111.33/111.52	c 13) kcnfs04SAT07: -10000.000000
111.33/111.52	c satzilla running mxc-sr08 ... 
1199.20/1199.73	c Bin: Executing mxc-sr08
1199.20/1199.73	c spawning binary file with 1088 seconds ...
1199.20/1199.73	c child exit by a signal
1199.20/1199.73	c mxc-sr08 returned code 137.
1199.20/1199.73	c satzilla running picosat846 ... 
1199.20/1199.73	c Bin: Executing picosat846
1199.20/1199.73	c picosat846 returned code 1.
1199.20/1199.73	c satzilla running minisat20SAT07 ... 
1199.20/1199.73	c Bin: Executing minisat20SAT07
1199.20/1199.73	c minisat20SAT07 returned code 1.
1199.20/1199.73	c satzilla running zchaff_rand ... 
1199.20/1199.73	c Bin: Executing zchaff_rand
1199.20/1199.73	c zchaff_rand returned code 1.
1199.20/1199.73	c satzilla running march_dl2004 ... 
1199.20/1199.73	c Bin: Executing march_dl2004
1199.20/1199.73	c march_dl2004 returned code 1.
1199.20/1199.73	c satzilla running SATenstein ... 
1199.20/1199.73	c Bin: Executing SATenstein
1199.20/1199.73	c SATenstein returned code 1.
1199.20/1199.73	c satzilla running gnovelty+ ... 
1199.20/1199.73	c Bin: Executing gnovelty+
1199.20/1199.73	c gnovelty+ returned code 1.
1199.20/1199.73	c satzilla running adaptg2wsat+ ... 
1199.20/1199.73	c Bin: Executing adaptg2wsat+
1199.20/1199.73	c adaptg2wsat+ returned code 1.
1199.20/1199.73	c satzilla running adaptg2wsat0 ... 
1199.20/1199.73	c Bin: Executing adaptg2wsat0
1199.20/1199.73	c adaptg2wsat0 returned code 1.
1199.20/1199.73	c satzilla running tts-4-0 ... 
1199.20/1199.73	c Bin: Executing tts-4-0
1199.20/1199.73	c tts-4-0 returned code 1.
1199.20/1199.73	c satzilla running vallst ... 
1199.20/1199.73	c Bin: Executing vallst
1199.20/1199.73	c vallst returned code 1.
1199.20/1199.73	c satzilla running minisat20 ... 
1199.20/1199.73	c Bin: Executing minisat20
1199.20/1199.73	c minisat20 returned code 1.
1199.20/1199.73	c satzilla running kcnfs04SAT07 ... 
1199.20/1199.73	c Bin: Executing kcnfs04SAT07
1199.20/1199.73	c kcnfs04SAT07 returned code 1.
1199.20/1199.73	c ERROR: All Failed! 
1199.20/1199.73	c SATZILLA_TIME=1199.430000

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-1582421-1238939630/watcher-1582421-1238939630 -o /tmp/evaluation-result-1582421-1238939630/solver-1582421-1238939630 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1582421-1238939630.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: 1.00 1.03 1.00 3/68 16781
/proc/meminfo: memFree=1760496/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=2052 CPUtime=0
/proc/16781/stat : 16781 (SATzilla2009_I) D 16779 16781 16323 0 -1 4194304 115 0 0 0 0 0 0 0 18 0 1 0 1166624801 2101248 99 1992294400 134512640 136149169 4294956208 18446744073709551615 135546494 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/16781/statm: 513 99 88 399 0 110 0

[startup+0.015964 s]
/proc/loadavg: 1.00 1.03 1.00 3/68 16781
/proc/meminfo: memFree=1760496/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=2056 CPUtime=0
/proc/16781/stat : 16781 (SATzilla2009_I) S 16779 16781 16323 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1166624801 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16781/statm: 514 112 96 399 0 111 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2056

[startup+0.101971 s]
/proc/loadavg: 1.00 1.03 1.00 3/68 16781
/proc/meminfo: memFree=1760496/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=2056 CPUtime=0
/proc/16781/stat : 16781 (SATzilla2009_I) S 16779 16781 16323 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1166624801 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16781/statm: 514 112 96 399 0 111 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2056

[startup+0.30199 s]
/proc/loadavg: 1.00 1.03 1.00 3/68 16781
/proc/meminfo: memFree=1760496/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=2056 CPUtime=0
/proc/16781/stat : 16781 (SATzilla2009_I) S 16779 16781 16323 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1166624801 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16781/statm: 514 112 96 399 0 111 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2056

[startup+0.70103 s]
/proc/loadavg: 1.00 1.03 1.00 3/68 16781
/proc/meminfo: memFree=1760496/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=2056 CPUtime=0
/proc/16781/stat : 16781 (SATzilla2009_I) S 16779 16781 16323 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1166624801 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16781/statm: 514 112 96 399 0 111 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2056

[startup+1.50111 s]
/proc/loadavg: 1.00 1.03 1.00 2/70 16783
/proc/meminfo: memFree=1663072/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=2056 CPUtime=0
/proc/16781/stat : 16781 (SATzilla2009_I) S 16779 16781 16323 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1166624801 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16781/statm: 514 112 96 399 0 111 0
[pid=16783] ppid=16781 vsize=121004 CPUtime=1.48
/proc/16783/stat : 16783 (mxc-sr08) R 16781 16781 16323 0 -1 4194304 27142 0 0 0 135 13 0 0 25 0 1 0 1166624802 123908096 27070 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16783/statm: 30251 27070 54 138 0 30110 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 123060

[startup+3.10127 s]
/proc/loadavg: 1.00 1.03 1.00 2/70 16783
/proc/meminfo: memFree=1638624/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=2056 CPUtime=0
/proc/16781/stat : 16781 (SATzilla2009_I) S 16779 16781 16323 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1166624801 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16781/statm: 514 112 96 399 0 111 0
[pid=16783] ppid=16781 vsize=134920 CPUtime=3.08
/proc/16783/stat : 16783 (mxc-sr08) R 16781 16781 16323 0 -1 4194304 36907 0 0 0 290 18 0 0 25 0 1 0 1166624802 138158080 30254 1992294400 134512640 135078026 4294956176 18446744073709551615 134560545 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16783/statm: 33730 30254 55 138 0 33589 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 136976

[startup+6.30158 s]
/proc/loadavg: 1.00 1.03 1.00 2/70 16783
/proc/meminfo: memFree=1613472/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=2056 CPUtime=0
/proc/16781/stat : 16781 (SATzilla2009_I) S 16779 16781 16323 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1166624801 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16781/statm: 514 112 96 399 0 111 0
[pid=16783] ppid=16781 vsize=145720 CPUtime=6.28
/proc/16783/stat : 16783 (mxc-sr08) R 16781 16781 16323 0 -1 4194304 44169 0 0 0 605 23 0 0 25 0 1 0 1166624802 149217280 32957 1992294400 134512640 135078026 4294956176 18446744073709551615 134721439 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16783/statm: 36430 32957 56 138 0 36289 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 147776

[startup+12.7022 s]
/proc/loadavg: 1.00 1.03 1.00 2/70 16784
/proc/meminfo: memFree=1694568/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=2056 CPUtime=10.01
/proc/16781/stat : 16781 (SATzilla2009_I) S 16779 16781 16323 0 -1 4194304 152 45637 0 0 0 0 975 26 19 0 1 0 1166624801 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16781/statm: 514 121 104 399 0 111 0
[pid=16784] ppid=16781 vsize=69972 CPUtime=2.58
/proc/16784/stat : 16784 (picosat846) R 16781 16781 16323 0 -1 4194304 16511 0 9 0 249 9 0 0 25 0 1 0 1166625804 71651328 16509 1992294400 134512640 134570484 4294956176 18446744073709551615 134522137 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16784/statm: 17493 16509 85 14 0 17159 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 72028

[startup+25.5015 s]
/proc/loadavg: 1.00 1.03 1.00 2/70 16785
/proc/meminfo: memFree=1596776/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=2056 CPUtime=15.02
/proc/16781/stat : 16781 (SATzilla2009_I) S 16779 16781 16323 0 -1 4194304 180 62400 0 9 0 0 1465 37 16 0 1 0 1166624801 2105344 139 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16781/statm: 514 139 121 399 0 111 0
[pid=16785] ppid=16781 vsize=152224 CPUtime=10.35
/proc/16785/stat : 16785 (satelite) R 16781 16781 16323 0 -1 4194304 47990 0 0 0 999 36 0 0 25 0 1 0 1166626314 155877376 36300 1992294400 134512640 135037501 4294956160 18446744073709551615 134698573 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16785/statm: 38056 36300 69 128 0 37925 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 154280

[startup+51.102 s]
/proc/loadavg: 1.00 1.03 1.00 2/69 16785
/proc/meminfo: memFree=1655984/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=88296 CPUtime=50.96
/proc/16781/stat : 16781 (SATzilla2009_I) R 16779 16781 16323 0 -1 4194304 21325 110391 0 9 2523 11 2485 77 25 0 1 0 1166624801 90415104 21141 1992294400 134512640 136149169 4294956208 18446744073709551615 134535025 0 0 4096 0 0 0 0 17 1 0 0
/proc/16781/statm: 22074 21141 135 399 0 21671 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 88296

[startup+102.305 s]
/proc/loadavg: 1.00 1.02 1.00 2/70 16786
/proc/meminfo: memFree=1646696/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=54896 CPUtime=100.35
/proc/16781/stat : 16781 (SATzilla2009_I) S 16779 16781 16323 0 -1 4194304 23666 110391 0 9 7460 13 2485 77 25 0 1 0 1166624801 56213504 13249 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16781/statm: 13724 13249 137 399 0 13321 0
[pid=16786] ppid=16781 vsize=64612 CPUtime=1.78
/proc/16786/stat : 16786 (zchaff07) R 16781 16781 16323 0 -1 4194304 17288 0 0 0 171 7 0 0 25 0 1 0 1166634852 66162688 10816 1992294400 134512640 135538726 4294956240 18446744073709551615 134575397 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16786/statm: 16153 10816 103 250 0 15900 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 119508

[startup+162.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/70 16787
/proc/meminfo: memFree=1500904/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=106240 CPUtime=111.36
/proc/16781/stat : 16781 (SATzilla2009_I) S 16779 16781 16323 0 -1 4194304 42574 128477 0 9 8346 28 2676 86 25 0 1 0 1166624801 108789760 26202 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16781/statm: 26560 26202 216 399 0 26157 0
[pid=16787] ppid=16781 vsize=147772 CPUtime=50.74
/proc/16787/stat : 16787 (mxc-sr08) R 16781 16781 16323 0 -1 4194304 45703 0 0 0 5052 22 0 0 25 0 1 0 1166635954 151318528 33920 1992294400 134512640 135078026 4294956176 18446744073709551615 134537904 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16787/statm: 36943 33920 71 138 0 36802 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 254012

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/70 16787
/proc/meminfo: memFree=1498728/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=106240 CPUtime=111.36
/proc/16781/stat : 16781 (SATzilla2009_I) S 16779 16781 16323 0 -1 4194304 42574 128477 0 9 8346 28 2676 86 25 0 1 0 1166624801 108789760 26202 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16781/statm: 26560 26202 216 399 0 26157 0
[pid=16787] ppid=16781 vsize=149888 CPUtime=110.73
/proc/16787/stat : 16787 (mxc-sr08) R 16781 16781 16323 0 -1 4194304 46231 0 0 0 11050 23 0 0 25 0 1 0 1166635954 153485312 34448 1992294400 134512640 135078026 4294956176 18446744073709551615 134523767 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16787/statm: 37472 34448 71 138 0 37331 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 256128

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 16787
/proc/meminfo: memFree=1491368/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=106240 CPUtime=111.36
/proc/16781/stat : 16781 (SATzilla2009_I) S 16779 16781 16323 0 -1 4194304 42574 128477 0 9 8346 28 2676 86 25 0 1 0 1166624801 108789760 26202 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16781/statm: 26560 26202 216 399 0 26157 0
[pid=16787] ppid=16781 vsize=157428 CPUtime=170.71
/proc/16787/stat : 16787 (mxc-sr08) R 16781 16781 16323 0 -1 4194304 48105 0 0 0 17047 24 0 0 25 0 1 0 1166635954 161206272 36322 1992294400 134512640 135078026 4294956176 18446744073709551615 134523627 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16787/statm: 39357 36322 71 138 0 39216 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 263668

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 16787
/proc/meminfo: memFree=1484904/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=106240 CPUtime=111.36
/proc/16781/stat : 16781 (SATzilla2009_I) S 16779 16781 16323 0 -1 4194304 42574 128477 0 9 8346 28 2676 86 25 0 1 0 1166624801 108789760 26202 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16781/statm: 26560 26202 216 399 0 26157 0
[pid=16787] ppid=16781 vsize=163632 CPUtime=230.69
/proc/16787/stat : 16787 (mxc-sr08) R 16781 16781 16323 0 -1 4194304 49663 0 0 0 23042 27 0 0 25 0 1 0 1166635954 167559168 37880 1992294400 134512640 135078026 4294956176 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16787/statm: 40908 37880 71 138 0 40767 0
Current children cumulated CPU time (s) 342.05
Current children cumulated vsize (KiB) 269872

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 16787
/proc/meminfo: memFree=1477800/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=106240 CPUtime=111.36
/proc/16781/stat : 16781 (SATzilla2009_I) S 16779 16781 16323 0 -1 4194304 42574 128477 0 9 8346 28 2676 86 25 0 1 0 1166624801 108789760 26202 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16781/statm: 26560 26202 216 399 0 26157 0
[pid=16787] ppid=16781 vsize=170916 CPUtime=290.67
/proc/16787/stat : 16787 (mxc-sr08) R 16781 16781 16323 0 -1 4194304 51491 0 0 0 29038 29 0 0 25 0 1 0 1166635954 175017984 39708 1992294400 134512640 135078026 4294956176 18446744073709551615 134534226 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16787/statm: 42729 39708 71 138 0 42588 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 277156

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 16793
/proc/meminfo: memFree=1462952/2055920 swapFree=4175300/4192956

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


[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 16793
/proc/meminfo: memFree=1420456/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=106240 CPUtime=111.36
/proc/16781/stat : 16781 (SATzilla2009_I) S 16779 16781 16323 0 -1 4194304 42574 128477 0 9 8346 28 2676 86 25 0 1 0 1166624801 108789760 26202 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16781/statm: 26560 26202 216 399 0 26157 0
[pid=16787] ppid=16781 vsize=227076 CPUtime=650.56
/proc/16787/stat : 16787 (mxc-sr08) R 16781 16781 16323 0 -1 4194304 65510 0 0 0 65010 46 0 0 25 0 1 0 1166635954 232525824 53727 1992294400 134512640 135078026 4294956176 18446744073709551615 134533650 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16787/statm: 56769 53727 71 138 0 56628 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 333316

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 16793
/proc/meminfo: memFree=1417192/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=106240 CPUtime=111.36
/proc/16781/stat : 16781 (SATzilla2009_I) S 16779 16781 16323 0 -1 4194304 42574 128477 0 9 8346 28 2676 86 25 0 1 0 1166624801 108789760 26202 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16781/statm: 26560 26202 216 399 0 26157 0
[pid=16787] ppid=16781 vsize=230264 CPUtime=710.55
/proc/16787/stat : 16787 (mxc-sr08) R 16781 16781 16323 0 -1 4194304 66320 0 0 0 71008 47 0 0 25 0 1 0 1166635954 235790336 54537 1992294400 134512640 135078026 4294956176 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16787/statm: 57566 54537 71 138 0 57425 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 336504

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 16793
/proc/meminfo: memFree=1417128/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=106240 CPUtime=111.36
/proc/16781/stat : 16781 (SATzilla2009_I) S 16779 16781 16323 0 -1 4194304 42574 128477 0 9 8346 28 2676 86 25 0 1 0 1166624801 108789760 26202 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16781/statm: 26560 26202 216 399 0 26157 0
[pid=16787] ppid=16781 vsize=230264 CPUtime=770.52
/proc/16787/stat : 16787 (mxc-sr08) R 16781 16781 16323 0 -1 4194304 66320 0 0 0 77005 47 0 0 25 0 1 0 1166635954 235790336 54537 1992294400 134512640 135078026 4294956176 18446744073709551615 134523627 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16787/statm: 57566 54537 71 138 0 57425 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 336504

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 16793
/proc/meminfo: memFree=1417128/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=106240 CPUtime=111.36
/proc/16781/stat : 16781 (SATzilla2009_I) S 16779 16781 16323 0 -1 4194304 42574 128477 0 9 8346 28 2676 86 25 0 1 0 1166624801 108789760 26202 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16781/statm: 26560 26202 216 399 0 26157 0
[pid=16787] ppid=16781 vsize=230264 CPUtime=830.51
/proc/16787/stat : 16787 (mxc-sr08) R 16781 16781 16323 0 -1 4194304 66320 0 0 0 83004 47 0 0 25 0 1 0 1166635954 235790336 54537 1992294400 134512640 135078026 4294956176 18446744073709551615 134523679 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16787/statm: 57566 54537 71 138 0 57425 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 336504

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 16793
/proc/meminfo: memFree=1408616/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=106240 CPUtime=111.36
/proc/16781/stat : 16781 (SATzilla2009_I) S 16779 16781 16323 0 -1 4194304 42574 128477 0 9 8346 28 2676 86 25 0 1 0 1166624801 108789760 26202 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16781/statm: 26560 26202 216 399 0 26157 0
[pid=16787] ppid=16781 vsize=238744 CPUtime=890.49
/proc/16787/stat : 16787 (mxc-sr08) R 16781 16781 16323 0 -1 4194304 68443 0 0 0 89000 49 0 0 25 0 1 0 1166635954 244473856 56660 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16787/statm: 59686 56660 71 138 0 59545 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 344984

[startup+1062.3 s]
/proc/loadavg: 1.06 1.01 1.00 2/70 16793
/proc/meminfo: memFree=1396520/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=106240 CPUtime=111.36
/proc/16781/stat : 16781 (SATzilla2009_I) S 16779 16781 16323 0 -1 4194304 42574 128477 0 9 8346 28 2676 86 25 0 1 0 1166624801 108789760 26202 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16781/statm: 26560 26202 216 399 0 26157 0
[pid=16787] ppid=16781 vsize=250844 CPUtime=950.47
/proc/16787/stat : 16787 (mxc-sr08) R 16781 16781 16323 0 -1 4194304 71474 0 0 0 94994 53 0 0 25 0 1 0 1166635954 256864256 59691 1992294400 134512640 135078026 4294956176 18446744073709551615 134533727 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16787/statm: 62711 59691 71 138 0 62570 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 357084

[startup+1122.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/70 16793
/proc/meminfo: memFree=1382184/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=106240 CPUtime=111.36
/proc/16781/stat : 16781 (SATzilla2009_I) S 16779 16781 16323 0 -1 4194304 42574 128477 0 9 8346 28 2676 86 25 0 1 0 1166624801 108789760 26202 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16781/statm: 26560 26202 216 399 0 26157 0
[pid=16787] ppid=16781 vsize=265268 CPUtime=1010.46
/proc/16787/stat : 16787 (mxc-sr08) R 16781 16781 16323 0 -1 4194304 75025 0 0 0 100989 57 0 0 25 0 1 0 1166635954 271634432 63242 1992294400 134512640 135078026 4294956176 18446744073709551615 134535089 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16787/statm: 66317 63242 71 138 0 66176 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 371508

[startup+1182.3 s]
/proc/loadavg: 1.05 1.02 1.00 2/70 16793
/proc/meminfo: memFree=1370856/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=106240 CPUtime=111.36
/proc/16781/stat : 16781 (SATzilla2009_I) S 16779 16781 16323 0 -1 4194304 42574 128477 0 9 8346 28 2676 86 25 0 1 0 1166624801 108789760 26202 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16781/statm: 26560 26202 216 399 0 26157 0
[pid=16787] ppid=16781 vsize=276652 CPUtime=1070.44
/proc/16787/stat : 16787 (mxc-sr08) R 16781 16781 16323 0 -1 4194304 77871 0 0 0 106985 59 0 0 25 0 1 0 1166635954 283291648 66088 1992294400 134512640 135078026 4294956176 18446744073709551615 134534264 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16787/statm: 69163 66088 71 138 0 69022 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 382892

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

[startup+1190.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/70 16793
/proc/meminfo: memFree=1369256/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=106240 CPUtime=111.36
/proc/16781/stat : 16781 (SATzilla2009_I) S 16779 16781 16323 0 -1 4194304 42574 128477 0 9 8346 28 2676 86 25 0 1 0 1166624801 108789760 26202 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16781/statm: 26560 26202 216 399 0 26157 0
[pid=16787] ppid=16781 vsize=278108 CPUtime=1078.44
/proc/16787/stat : 16787 (mxc-sr08) R 16781 16781 16323 0 -1 4194304 78239 0 0 0 107785 59 0 0 25 0 1 0 1166635954 284782592 66456 1992294400 134512640 135078026 4294956176 18446744073709551615 134522526 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16787/statm: 69527 66456 71 138 0 69386 0
Current children cumulated CPU time (s) 1189.8
Current children cumulated vsize (KiB) 384348

[startup+1196.7 s]
/proc/loadavg: 1.04 1.02 1.00 2/70 16793
/proc/meminfo: memFree=1368232/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=106240 CPUtime=111.36
/proc/16781/stat : 16781 (SATzilla2009_I) S 16779 16781 16323 0 -1 4194304 42574 128477 0 9 8346 28 2676 86 25 0 1 0 1166624801 108789760 26202 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16781/statm: 26560 26202 216 399 0 26157 0
[pid=16787] ppid=16781 vsize=279036 CPUtime=1084.85
/proc/16787/stat : 16787 (mxc-sr08) R 16781 16781 16323 0 -1 4194304 78479 0 0 0 108425 60 0 0 25 0 1 0 1166635954 285732864 66696 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16787/statm: 69759 66696 71 138 0 69618 0
Current children cumulated CPU time (s) 1196.21
Current children cumulated vsize (KiB) 385276

[startup+1198.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/70 16793
/proc/meminfo: memFree=1368040/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=106240 CPUtime=111.36
/proc/16781/stat : 16781 (SATzilla2009_I) S 16779 16781 16323 0 -1 4194304 42574 128477 0 9 8346 28 2676 86 25 0 1 0 1166624801 108789760 26202 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16781/statm: 26560 26202 216 399 0 26157 0
[pid=16787] ppid=16781 vsize=279432 CPUtime=1086.44
/proc/16787/stat : 16787 (mxc-sr08) R 16781 16781 16323 0 -1 4194304 78559 0 0 0 108584 60 0 0 25 0 1 0 1166635954 286138368 66776 1992294400 134512640 135078026 4294956176 18446744073709551615 134523974 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16787/statm: 69858 66776 71 138 0 69717 0
Current children cumulated CPU time (s) 1197.8
Current children cumulated vsize (KiB) 385672

[startup+1199.1 s]
/proc/loadavg: 1.04 1.02 1.00 2/70 16793
/proc/meminfo: memFree=1367784/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=106240 CPUtime=111.36
/proc/16781/stat : 16781 (SATzilla2009_I) S 16779 16781 16323 0 -1 4194304 42574 128477 0 9 8346 28 2676 86 25 0 1 0 1166624801 108789760 26202 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16781/statm: 26560 26202 216 399 0 26157 0
[pid=16787] ppid=16781 vsize=279564 CPUtime=1087.24
/proc/16787/stat : 16787 (mxc-sr08) R 16781 16781 16323 0 -1 4194304 78608 0 0 0 108664 60 0 0 25 0 1 0 1166635954 286273536 66825 1992294400 134512640 135078026 4294956176 18446744073709551615 134533727 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16787/statm: 69891 66825 71 138 0 69750 0
Current children cumulated CPU time (s) 1198.6
Current children cumulated vsize (KiB) 385804

[startup+1199.5 s]
/proc/loadavg: 1.04 1.02 1.00 2/70 16793
/proc/meminfo: memFree=1367784/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=106240 CPUtime=111.36
/proc/16781/stat : 16781 (SATzilla2009_I) S 16779 16781 16323 0 -1 4194304 42574 128477 0 9 8346 28 2676 86 25 0 1 0 1166624801 108789760 26202 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16781/statm: 26560 26202 216 399 0 26157 0
[pid=16787] ppid=16781 vsize=279704 CPUtime=1087.64
/proc/16787/stat : 16787 (mxc-sr08) R 16781 16781 16323 0 -1 4194304 78632 0 0 0 108704 60 0 0 25 0 1 0 1166635954 286416896 66849 1992294400 134512640 135078026 4294956176 18446744073709551615 134533868 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16787/statm: 69926 66849 71 138 0 69785 0
Current children cumulated CPU time (s) 1199
Current children cumulated vsize (KiB) 385944

[startup+1199.7 s]
/proc/loadavg: 1.04 1.02 1.00 2/70 16793
/proc/meminfo: memFree=1367784/2055920 swapFree=4175300/4192956
[pid=16781] ppid=16779 vsize=106240 CPUtime=111.36
/proc/16781/stat : 16781 (SATzilla2009_I) S 16779 16781 16323 0 -1 4194304 42574 128477 0 9 8346 28 2676 86 25 0 1 0 1166624801 108789760 26202 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16781/statm: 26560 26202 216 399 0 26157 0
[pid=16787] ppid=16781 vsize=0 CPUtime=1087.84
/proc/16787/stat : 16787 (mxc-sr08) R 16781 16781 16323 0 -1 4195332 78642 0 0 0 108723 61 0 0 25 0 1 0 1166635954 0 0 1992294400 0 0 0 0 0 256 0 8392704 0 0 0 0 17 1 0 0
/proc/16787/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.2
Current children cumulated vsize (KiB) 106240

Child status: 17
Real time (s): 1199.76
CPU time (s): 1199.29
CPU user time (s): 1197.47
CPU system time (s): 1.82572
CPU usage (%): 99.961
Max. virtual memory (cumulated for all children) (KiB): 385944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1197.47
system time used= 1.82572
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249715
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39
involuntary context switches= 1967

runsolver used 1.07584 second user time and 3.2935 second system time

The end

Launcher Data

Begin job on node60 at 2009-04-05 15:53:52
IDJOB=1582421
IDBENCH=71055
IDSOLVER=528
FILE ID=node60/1582421-1238939630
PBS_JOBID= 9101464
Free space on /tmp= 66508 MiB

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

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

MD5SUM BENCH= 6ace5cfbe110f1a43049037cb7432998
RANDOM SEED=237530243

node60.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.202
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.202
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:       1761040 kB
Buffers:         18232 kB
Cached:         208020 kB
SwapCached:      10524 kB
Active:          71936 kB
Inactive:       166908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1761040 kB
SwapTotal:     4192956 kB
SwapFree:      4175300 kB
Dirty:           57772 kB
Writeback:           0 kB
Mapped:          18328 kB
Slab:            41592 kB
Committed_AS:  3855400 kB
PageTables:       1728 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= 66476 MiB
End job on node60 at 2009-04-05 16:13:52