Trace number 1538397

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_C 2009-03-22? (exit code) 1199.75 1200.25

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/200/
unif-k7-r85-v200-c17000-S948914005-013.cnf
MD5SUM8e7038f460a2090de0c9ec52bd5a121d
Bench CategoryRANDOM (random 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 variables200
Number of clauses17000
Sum of the clauses size119000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517000

Solver Data

17.87/17.92	c SATzilla is building models for class 2
17.87/17.92	c run presolver march_dl2004 for 5 seconds ... 
17.87/17.92	c Bin: Executing march_dl2004
17.87/17.92	c spawning binary file with 5 seconds ...
17.87/17.92	c child exit by a signal
17.87/17.92	c march_dl2004 returned code 137.
17.87/17.92	c run presolver mxc-sr08 for 5 seconds ... 
17.87/17.92	c Bin: Executing mxc-sr08
17.87/17.92	c spawning binary file with 5 seconds ...
17.87/17.92	c child exit by a signal
17.87/17.92	c mxc-sr08 returned code 137.
17.87/17.92	c Orignal number of varibales is 200, number of clauses is 17000 
17.87/17.92	c predicted feature computation time is 7.268424 
17.87/17.92	c Bin: Executing satelite
17.87/17.92	c spawning binary file with 240 seconds ...
17.87/17.92	c child exited successfully
17.87/17.92	c satzilla computing base features
17.87/17.92	c Number of variabe is: 200, Number of clause is : 17000 
17.87/17.92	c Initializing...
17.87/17.92	c satzilla compute diameter ...
17.87/17.92	c start diameter features ...
17.87/17.92	c satzilla doing clause learning
17.87/17.92	c start clause learning features ...
17.87/17.92	c Bin: Executing zchaff07
17.87/17.92	c spawning binary file with 2 seconds ...
17.87/17.92	c child exit by a signal
17.87/17.92	c satzilla doing survey propogation probe
17.87/17.92	c do survay propogation for 2 second ...
17.87/17.92	c satzilla doing local search probe
17.87/17.92	c satzilla doing lobjois search-space size estimate
17.87/17.92	c features are:200 17000 200 17000 0 0 0.0117647 0.308773 0.680016 0.991008 0.035 1.98254e-16 0.035 0.035 -0 0 0 0.035 0.0387791 0.0310588 0.0388824 4.2101 0.0296129 0.0216173 0 0.108974 1.96076 0.00206088 0.17231 0.00117647 0.003 3.14537 0.0588824 0.0117059 0 0.0117059 0.0117059 2 0 2 2 -0 4156 0 4156 4156 4156 4156 4156 4156 4156 58.0267 0 58.0267 58.0267 58.0267 58.0267 58.0267 58.0267 58.0267 0.0605302 0.700988 3.62163e-05 0.207425 0.122152 0.0159153 0.0768063 0.0316276 0.0522848 9.92037e-05 0.380233 3.37812e-05 0.000269372 0.000148814 5.6956e-05 0.000121578 7.48645e-05 9.13943e-05 21.199 0.187503 32.9539 0.134149 33 27 39 1.81828 0.259962 0.88968 0.0614715 0.6245 0.744551 
17.87/17.92	c satzilla's ranking:
17.87/17.92	c 1) march_dl2004: 4.129724
17.87/17.92	c 2) minisat20SAT07: 3.307595
17.87/17.92	c 3) mxc-sr08: 3.277328
17.87/17.92	c 4) minisat20: 1.858947
17.87/17.92	c 5) tts-4-0: 0.499515
17.87/17.92	c 6) vallst: 0.393158
17.87/17.92	c 7) zchaff_rand: 0.153456
17.87/17.92	c 8) SATenstein: -10000.000000
17.87/17.92	c 9) gnovelty+: -10000.000000
17.87/17.92	c 10) adaptg2wsat+: -10000.000000
17.87/17.92	c 11) adaptg2wsat0: -10000.000000
17.87/17.92	c 12) picosat846: -10000.000000
17.87/17.92	c 13) kcnfs04SAT07: -10000.000000
17.87/17.92	c satzilla running march_dl2004 ... 
1199.68/1200.24	c Bin: Executing march_dl2004
1199.68/1200.24	c spawning binary file with 1182 seconds ...
1199.68/1200.24	c child exit by a signal
1199.68/1200.24	c march_dl2004 returned code 137.
1199.68/1200.24	c satzilla running minisat20SAT07 ... 
1199.68/1200.24	c Bin: Executing minisat20SAT07
1199.68/1200.24	c minisat20SAT07 returned code 1.
1199.68/1200.24	c satzilla running mxc-sr08 ... 
1199.68/1200.24	c Bin: Executing mxc-sr08
1199.68/1200.24	c mxc-sr08 returned code 1.
1199.68/1200.24	c satzilla running minisat20 ... 
1199.68/1200.24	c Bin: Executing minisat20
1199.68/1200.24	c minisat20 returned code 1.
1199.68/1200.24	c satzilla running tts-4-0 ... 
1199.68/1200.24	c Bin: Executing tts-4-0
1199.68/1200.24	c tts-4-0 returned code 1.
1199.68/1200.24	c satzilla running vallst ... 
1199.68/1200.24	c Bin: Executing vallst
1199.68/1200.24	c vallst returned code 1.
1199.68/1200.24	c satzilla running zchaff_rand ... 
1199.68/1200.24	c Bin: Executing zchaff_rand
1199.68/1200.24	c zchaff_rand returned code 1.
1199.68/1200.24	c satzilla running SATenstein ... 
1199.68/1200.25	c Bin: Executing SATenstein
1199.68/1200.25	c SATenstein returned code 1.
1199.68/1200.25	c satzilla running gnovelty+ ... 
1199.68/1200.25	c Bin: Executing gnovelty+
1199.68/1200.25	c gnovelty+ returned code 1.
1199.68/1200.25	c satzilla running adaptg2wsat+ ... 
1199.68/1200.25	c Bin: Executing adaptg2wsat+
1199.68/1200.25	c adaptg2wsat+ returned code 1.
1199.68/1200.25	c satzilla running adaptg2wsat0 ... 
1199.68/1200.25	c Bin: Executing adaptg2wsat0
1199.68/1200.25	c adaptg2wsat0 returned code 1.
1199.68/1200.25	c satzilla running picosat846 ... 
1199.68/1200.25	c Bin: Executing picosat846
1199.68/1200.25	c picosat846 returned code 1.
1199.68/1200.25	c satzilla running kcnfs04SAT07 ... 
1199.68/1200.25	c Bin: Executing kcnfs04SAT07
1199.68/1200.25	c kcnfs04SAT07 returned code 1.
1199.68/1200.25	c ERROR: All Failed! 
1199.68/1200.25	c SATZILLA_TIME=1199.920000

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1538397-1238425572/watcher-1538397-1238425572 -o /tmp/evaluation-result-1538397-1238425572/solver-1538397-1238425572 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_C HOME/instance-1538397-1238425572.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.99 0.97 0.99 3/70 939
/proc/meminfo: memFree=1676520/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=2056 CPUtime=0
/proc/939/stat : 939 (SATzilla2009_C) S 937 939 832 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115220522 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/939/statm: 514 112 96 399 0 111 0
[pid=940] ppid=939 vsize=768 CPUtime=0
/proc/940/stat : 940 (march_dl2004) R 939 939 832 0 -1 4194304 98 0 0 0 0 0 0 0 19 0 1 0 1115220522 786432 93 1992294400 134512640 134996440 4294956192 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/940/statm: 192 93 50 118 0 71 0

[startup+0.080148 s]
/proc/loadavg: 0.99 0.97 0.99 3/70 939
/proc/meminfo: memFree=1676520/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=2056 CPUtime=0
/proc/939/stat : 939 (SATzilla2009_C) S 937 939 832 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115220522 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/939/statm: 514 112 96 399 0 111 0
[pid=940] ppid=939 vsize=2844 CPUtime=0.07
/proc/940/stat : 940 (march_dl2004) R 939 939 832 0 -1 4194304 1059 0 0 0 7 0 0 0 19 0 1 0 1115220522 2912256 559 1992294400 134512640 134996440 4294956192 18446744073709551615 134543096 0 0 8392704 0 0 0 0 17 0 0 0
/proc/940/statm: 711 559 57 118 0 590 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4900

[startup+0.101149 s]
/proc/loadavg: 0.99 0.97 0.99 3/70 939
/proc/meminfo: memFree=1676520/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=2056 CPUtime=0
/proc/939/stat : 939 (SATzilla2009_C) S 937 939 832 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115220522 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/939/statm: 514 112 96 399 0 111 0
[pid=940] ppid=939 vsize=2844 CPUtime=0.09
/proc/940/stat : 940 (march_dl2004) R 939 939 832 0 -1 4194304 2078 0 0 0 9 0 0 0 19 0 1 0 1115220522 2912256 563 1992294400 134512640 134996440 4294956192 18446744073709551615 134543110 0 0 8392704 0 0 0 0 17 0 0 0
/proc/940/statm: 711 563 61 118 0 590 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4900

[startup+0.301168 s]
/proc/loadavg: 0.99 0.97 0.99 3/70 939
/proc/meminfo: memFree=1676520/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=2056 CPUtime=0
/proc/939/stat : 939 (SATzilla2009_C) S 937 939 832 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115220522 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/939/statm: 514 112 96 399 0 111 0
[pid=940] ppid=939 vsize=5012 CPUtime=0.29
/proc/940/stat : 940 (march_dl2004) R 939 939 832 0 -1 4194304 3273 0 0 0 29 0 0 0 21 0 1 0 1115220522 5132288 722 1992294400 134512640 134996440 4294956192 18446744073709551615 134583356 0 0 8392704 0 0 0 0 17 0 0 0
/proc/940/statm: 1253 722 67 118 0 1132 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7068

[startup+0.701207 s]
/proc/loadavg: 0.99 0.97 0.99 3/70 939
/proc/meminfo: memFree=1676520/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=2056 CPUtime=0
/proc/939/stat : 939 (SATzilla2009_C) S 937 939 832 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115220522 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/939/statm: 514 112 96 399 0 111 0
[pid=940] ppid=939 vsize=5012 CPUtime=0.69
/proc/940/stat : 940 (march_dl2004) R 939 939 832 0 -1 4194304 3277 0 0 0 69 0 0 0 25 0 1 0 1115220522 5132288 726 1992294400 134512640 134996440 4294956192 18446744073709551615 134583356 0 0 8392704 0 0 0 0 17 0 0 0
/proc/940/statm: 1253 726 67 118 0 1132 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7068

[startup+1.50129 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 941
/proc/meminfo: memFree=1673752/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=2056 CPUtime=0
/proc/939/stat : 939 (SATzilla2009_C) S 937 939 832 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115220522 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/939/statm: 514 112 96 399 0 111 0
[pid=940] ppid=939 vsize=5144 CPUtime=1.49
/proc/940/stat : 940 (march_dl2004) R 939 939 832 0 -1 4194304 3309 0 0 0 149 0 0 0 25 0 1 0 1115220522 5267456 758 1992294400 134512640 134996440 4294956192 18446744073709551615 134583579 0 0 8392704 0 0 0 0 17 0 0 0
/proc/940/statm: 1286 758 67 118 0 1165 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7200

[startup+3.10245 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 941
/proc/meminfo: memFree=1672280/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=2056 CPUtime=0
/proc/939/stat : 939 (SATzilla2009_C) S 937 939 832 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115220522 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/939/statm: 514 112 96 399 0 111 0
[pid=940] ppid=939 vsize=5276 CPUtime=3.08
/proc/940/stat : 940 (march_dl2004) R 939 939 832 0 -1 4194304 3376 0 0 0 307 1 0 0 25 0 1 0 1115220522 5402624 825 1992294400 134512640 134996440 4294956192 18446744073709551615 134583376 0 0 8392704 0 0 0 0 17 1 0 0
/proc/940/statm: 1319 825 67 118 0 1198 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7332

[startup+6.30176 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 942
/proc/meminfo: memFree=1674648/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=2056 CPUtime=4.99
/proc/939/stat : 939 (SATzilla2009_C) S 937 939 832 0 -1 4194304 152 3444 0 0 0 0 497 2 19 0 1 0 1115220522 2105344 121 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/939/statm: 514 121 104 399 0 111 0
[pid=942] ppid=939 vsize=3652 CPUtime=1.28
/proc/942/stat : 942 (mxc-sr08) R 939 939 832 0 -1 4194304 1071 0 0 0 128 0 0 0 25 0 1 0 1115221023 3739648 812 1992294400 134512640 135078026 4294956192 18446744073709551615 134535146 0 0 8392704 0 0 0 0 17 0 0 0
/proc/942/statm: 913 812 71 138 0 772 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 5708

[startup+12.7014 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 944
/proc/meminfo: memFree=1670680/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=6268 CPUtime=12.67
/proc/939/stat : 939 (SATzilla2009_C) R 937 939 832 0 -1 4194304 1543 6399 0 0 61 0 1202 4 19 0 1 0 1115220522 6418432 1115 1992294400 134512640 136149437 4294956224 18446744073709551615 134847921 0 0 4096 3 0 0 0 17 0 0 0
/proc/939/statm: 1567 1115 151 399 0 1164 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 6268

[startup+25.5017 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 945
/proc/meminfo: memFree=1669976/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=5044 CPUtime=17.91
/proc/939/stat : 939 (SATzilla2009_C) S 937 939 832 0 -1 4194304 2042 6399 0 0 582 3 1202 4 25 0 1 0 1115220522 5165056 911 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/939/statm: 1261 911 219 399 0 858 0
[pid=945] ppid=939 vsize=5672 CPUtime=7.56
/proc/945/stat : 945 (march_dl2004) R 939 939 832 0 -1 4194304 3504 0 0 0 755 1 0 0 25 0 1 0 1115222315 5808128 953 1992294400 134512640 134996440 4294956192 18446744073709551615 134583356 0 0 8392704 0 0 0 0 17 0 0 0
/proc/945/statm: 1418 953 67 118 0 1297 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 10716

[startup+51.1012 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 945
/proc/meminfo: memFree=1651160/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=5044 CPUtime=17.91
/proc/939/stat : 939 (SATzilla2009_C) S 937 939 832 0 -1 4194304 2042 6399 0 0 582 3 1202 4 25 0 1 0 1115220522 5165056 911 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/939/statm: 1261 911 219 399 0 858 0
[pid=945] ppid=939 vsize=23480 CPUtime=33.14
/proc/945/stat : 945 (march_dl2004) R 939 939 832 0 -1 4194304 10540 0 0 0 3285 29 0 0 25 0 1 0 1115222315 24043520 5577 1992294400 134512640 134996440 4294956192 18446744073709551615 134514019 0 0 8392704 0 0 0 0 17 0 0 0
/proc/945/statm: 5870 5577 74 118 0 5749 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 28524

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 945
/proc/meminfo: memFree=1651224/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=5044 CPUtime=17.91
/proc/939/stat : 939 (SATzilla2009_C) S 937 939 832 0 -1 4194304 2042 6399 0 0 582 3 1202 4 25 0 1 0 1115220522 5165056 911 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/939/statm: 1261 911 219 399 0 858 0
[pid=945] ppid=939 vsize=23480 CPUtime=84.33
/proc/945/stat : 945 (march_dl2004) R 939 939 832 0 -1 4194304 10541 0 0 0 8404 29 0 0 25 0 1 0 1115222315 24043520 5578 1992294400 134512640 134996440 4294956192 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/945/statm: 5870 5578 74 118 0 5749 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 28524

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 945
/proc/meminfo: memFree=1651160/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=5044 CPUtime=17.91
/proc/939/stat : 939 (SATzilla2009_C) S 937 939 832 0 -1 4194304 2042 6399 0 0 582 3 1202 4 25 0 1 0 1115220522 5165056 911 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/939/statm: 1261 911 219 399 0 858 0
[pid=945] ppid=939 vsize=23480 CPUtime=144.3
/proc/945/stat : 945 (march_dl2004) R 939 939 832 0 -1 4194304 10541 0 0 0 14401 29 0 0 25 0 1 0 1115222315 24043520 5578 1992294400 134512640 134996440 4294956192 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/945/statm: 5870 5578 74 118 0 5749 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 28524

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 945
/proc/meminfo: memFree=1651160/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=5044 CPUtime=17.91
/proc/939/stat : 939 (SATzilla2009_C) S 937 939 832 0 -1 4194304 2042 6399 0 0 582 3 1202 4 25 0 1 0 1115220522 5165056 911 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/939/statm: 1261 911 219 399 0 858 0
[pid=945] ppid=939 vsize=23480 CPUtime=204.28
/proc/945/stat : 945 (march_dl2004) R 939 939 832 0 -1 4194304 10541 0 0 0 20399 29 0 0 25 0 1 0 1115222315 24043520 5578 1992294400 134512640 134996440 4294956192 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 0 0 0
/proc/945/statm: 5870 5578 74 118 0 5749 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 28524

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 945
/proc/meminfo: memFree=1651160/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=5044 CPUtime=17.91
/proc/939/stat : 939 (SATzilla2009_C) S 937 939 832 0 -1 4194304 2042 6399 0 0 582 3 1202 4 25 0 1 0 1115220522 5165056 911 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/939/statm: 1261 911 219 399 0 858 0
[pid=945] ppid=939 vsize=23480 CPUtime=264.25
/proc/945/stat : 945 (march_dl2004) R 939 939 832 0 -1 4194304 10541 0 0 0 26396 29 0 0 25 0 1 0 1115222315 24043520 5578 1992294400 134512640 134996440 4294956192 18446744073709551615 134514087 0 0 8392704 0 0 0 0 17 0 0 0
/proc/945/statm: 5870 5578 74 118 0 5749 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 28524

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 945
/proc/meminfo: memFree=1651224/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=5044 CPUtime=17.91
/proc/939/stat : 939 (SATzilla2009_C) S 937 939 832 0 -1 4194304 2042 6399 0 0 582 3 1202 4 25 0 1 0 1115220522 5165056 911 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/939/statm: 1261 911 219 399 0 858 0
[pid=945] ppid=939 vsize=23480 CPUtime=324.23
/proc/945/stat : 945 (march_dl2004) R 939 939 832 0 -1 4194304 10541 0 0 0 32394 29 0 0 25 0 1 0 1115222315 24043520 5578 1992294400 134512640 134996440 4294956192 18446744073709551615 134514015 0 0 8392704 0 0 0 0 17 0 0 0
/proc/945/statm: 5870 5578 74 118 0 5749 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 28524


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


[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 945
/proc/meminfo: memFree=1607192/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=5044 CPUtime=17.91
/proc/939/stat : 939 (SATzilla2009_C) S 937 939 832 0 -1 4194304 2042 6399 0 0 582 3 1202 4 25 0 1 0 1115220522 5165056 911 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/939/statm: 1261 911 219 399 0 858 0
[pid=945] ppid=939 vsize=69224 CPUtime=804.02
/proc/945/stat : 945 (march_dl2004) R 939 939 832 0 -1 4194304 21540 0 0 0 80363 39 0 0 25 0 1 0 1115222315 70885376 16577 1992294400 134512640 134996440 4294956192 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 0 0 0
/proc/945/statm: 17306 16577 74 118 0 17185 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 74268

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 945
/proc/meminfo: memFree=1606168/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=5044 CPUtime=17.91
/proc/939/stat : 939 (SATzilla2009_C) S 937 939 832 0 -1 4194304 2042 6399 0 0 582 3 1202 4 25 0 1 0 1115220522 5165056 911 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/939/statm: 1261 911 219 399 0 858 0
[pid=945] ppid=939 vsize=70280 CPUtime=864
/proc/945/stat : 945 (march_dl2004) R 939 939 832 0 -1 4194304 21805 0 0 0 86361 39 0 0 25 0 1 0 1115222315 71966720 16842 1992294400 134512640 134996440 4294956192 18446744073709551615 134551682 0 0 8392704 0 0 0 0 17 0 0 0
/proc/945/statm: 17570 16842 74 118 0 17449 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 75324

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 945
/proc/meminfo: memFree=1605336/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=5044 CPUtime=17.91
/proc/939/stat : 939 (SATzilla2009_C) S 937 939 832 0 -1 4194304 2042 6399 0 0 582 3 1202 4 25 0 1 0 1115220522 5165056 911 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/939/statm: 1261 911 219 399 0 858 0
[pid=945] ppid=939 vsize=71204 CPUtime=923.98
/proc/945/stat : 945 (march_dl2004) R 939 939 832 0 -1 4194304 22014 0 0 0 92358 40 0 0 25 0 1 0 1115222315 72912896 17051 1992294400 134512640 134996440 4294956192 18446744073709551615 134567304 0 0 8392704 0 0 0 0 17 0 0 0
/proc/945/statm: 17801 17051 74 118 0 17680 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 76248

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 945
/proc/meminfo: memFree=1604568/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=5044 CPUtime=17.91
/proc/939/stat : 939 (SATzilla2009_C) S 937 939 832 0 -1 4194304 2042 6399 0 0 582 3 1202 4 25 0 1 0 1115220522 5165056 911 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/939/statm: 1261 911 219 399 0 858 0
[pid=945] ppid=939 vsize=71864 CPUtime=983.95
/proc/945/stat : 945 (march_dl2004) R 939 939 832 0 -1 4194304 22193 0 0 0 98355 40 0 0 25 0 1 0 1115222315 73588736 17230 1992294400 134512640 134996440 4294956192 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 0 0 0
/proc/945/statm: 17966 17230 74 118 0 17845 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 76908

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 945
/proc/meminfo: memFree=1603672/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=5044 CPUtime=17.91
/proc/939/stat : 939 (SATzilla2009_C) S 937 939 832 0 -1 4194304 2042 6399 0 0 582 3 1202 4 25 0 1 0 1115220522 5165056 911 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/939/statm: 1261 911 219 399 0 858 0
[pid=945] ppid=939 vsize=72924 CPUtime=1043.93
/proc/945/stat : 945 (march_dl2004) R 939 939 832 0 -1 4194304 22439 0 0 0 104352 41 0 0 25 0 1 0 1115222315 74674176 17476 1992294400 134512640 134996440 4294956192 18446744073709551615 134551523 0 0 8392704 0 0 0 0 17 0 0 0
/proc/945/statm: 18231 17476 74 118 0 18110 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 77968

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 945
/proc/meminfo: memFree=1602904/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=5044 CPUtime=17.91
/proc/939/stat : 939 (SATzilla2009_C) S 937 939 832 0 -1 4194304 2042 6399 0 0 582 3 1202 4 25 0 1 0 1115220522 5165056 911 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/939/statm: 1261 911 219 399 0 858 0
[pid=945] ppid=939 vsize=73584 CPUtime=1103.91
/proc/945/stat : 945 (march_dl2004) R 939 939 832 0 -1 4194304 22609 0 0 0 110350 41 0 0 25 0 1 0 1115222315 75350016 17646 1992294400 134512640 134996440 4294956192 18446744073709551615 134526917 0 0 8392704 0 0 0 0 17 0 0 0
/proc/945/statm: 18396 17646 74 118 0 18275 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 78628

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 945
/proc/meminfo: memFree=1602328/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=5044 CPUtime=17.91
/proc/939/stat : 939 (SATzilla2009_C) S 937 939 832 0 -1 4194304 2042 6399 0 0 582 3 1202 4 25 0 1 0 1115220522 5165056 911 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/939/statm: 1261 911 219 399 0 858 0
[pid=945] ppid=939 vsize=74116 CPUtime=1163.88
/proc/945/stat : 945 (march_dl2004) R 939 939 832 0 -1 4194304 22750 0 0 0 116347 41 0 0 25 0 1 0 1115222315 75894784 17787 1992294400 134512640 134996440 4294956192 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/945/statm: 18529 17787 74 118 0 18408 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 79160

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 945
/proc/meminfo: memFree=1602264/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=5044 CPUtime=17.91
/proc/939/stat : 939 (SATzilla2009_C) S 937 939 832 0 -1 4194304 2042 6399 0 0 582 3 1202 4 25 0 1 0 1115220522 5165056 911 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/939/statm: 1261 911 219 399 0 858 0
[pid=945] ppid=939 vsize=74116 CPUtime=1171.88
/proc/945/stat : 945 (march_dl2004) R 939 939 832 0 -1 4194304 22762 0 0 0 117147 41 0 0 25 0 1 0 1115222315 75894784 17799 1992294400 134512640 134996440 4294956192 18446744073709551615 134528159 0 0 8392704 0 0 0 0 17 0 0 0
/proc/945/statm: 18529 17799 74 118 0 18408 0
Current children cumulated CPU time (s) 1189.79
Current children cumulated vsize (KiB) 79160

[startup+1196.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 945
/proc/meminfo: memFree=1602200/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=5044 CPUtime=17.91
/proc/939/stat : 939 (SATzilla2009_C) S 937 939 832 0 -1 4194304 2042 6399 0 0 582 3 1202 4 25 0 1 0 1115220522 5165056 911 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/939/statm: 1261 911 219 399 0 858 0
[pid=945] ppid=939 vsize=74248 CPUtime=1178.28
/proc/945/stat : 945 (march_dl2004) R 939 939 832 0 -1 4194304 22777 0 0 0 117787 41 0 0 25 0 1 0 1115222315 76029952 17814 1992294400 134512640 134996440 4294956192 18446744073709551615 134527810 0 0 8392704 0 0 0 0 17 0 0 0
/proc/945/statm: 18562 17814 74 118 0 18441 0
Current children cumulated CPU time (s) 1196.19
Current children cumulated vsize (KiB) 79292

[startup+1198.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 945
/proc/meminfo: memFree=1602200/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=5044 CPUtime=17.91
/proc/939/stat : 939 (SATzilla2009_C) S 937 939 832 0 -1 4194304 2042 6399 0 0 582 3 1202 4 25 0 1 0 1115220522 5165056 911 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/939/statm: 1261 911 219 399 0 858 0
[pid=945] ppid=939 vsize=74248 CPUtime=1179.87
/proc/945/stat : 945 (march_dl2004) R 939 939 832 0 -1 4194304 22785 0 0 0 117946 41 0 0 25 0 1 0 1115222315 76029952 17822 1992294400 134512640 134996440 4294956192 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/945/statm: 18562 17822 74 118 0 18441 0
Current children cumulated CPU time (s) 1197.78
Current children cumulated vsize (KiB) 79292

[startup+1199.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 945
/proc/meminfo: memFree=1602200/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=5044 CPUtime=17.91
/proc/939/stat : 939 (SATzilla2009_C) S 937 939 832 0 -1 4194304 2042 6399 0 0 582 3 1202 4 25 0 1 0 1115220522 5165056 911 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/939/statm: 1261 911 219 399 0 858 0
[pid=945] ppid=939 vsize=74248 CPUtime=1180.67
/proc/945/stat : 945 (march_dl2004) R 939 939 832 0 -1 4194304 22785 0 0 0 118026 41 0 0 25 0 1 0 1115222315 76029952 17822 1992294400 134512640 134996440 4294956192 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/945/statm: 18562 17822 74 118 0 18441 0
Current children cumulated CPU time (s) 1198.58
Current children cumulated vsize (KiB) 79292

[startup+1199.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 945
/proc/meminfo: memFree=1602200/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=5044 CPUtime=17.91
/proc/939/stat : 939 (SATzilla2009_C) S 937 939 832 0 -1 4194304 2042 6399 0 0 582 3 1202 4 25 0 1 0 1115220522 5165056 911 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/939/statm: 1261 911 219 399 0 858 0
[pid=945] ppid=939 vsize=74248 CPUtime=1181.47
/proc/945/stat : 945 (march_dl2004) R 939 939 832 0 -1 4194304 22785 0 0 0 118106 41 0 0 25 0 1 0 1115222315 76029952 17822 1992294400 134512640 134996440 4294956192 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 0 0 0
/proc/945/statm: 18562 17822 74 118 0 18441 0
Current children cumulated CPU time (s) 1199.38
Current children cumulated vsize (KiB) 79292

[startup+1200.11 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 945
/proc/meminfo: memFree=1602200/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=5044 CPUtime=17.91
/proc/939/stat : 939 (SATzilla2009_C) S 937 939 832 0 -1 4194304 2042 6399 0 0 582 3 1202 4 25 0 1 0 1115220522 5165056 911 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/939/statm: 1261 911 219 399 0 858 0
[pid=945] ppid=939 vsize=74248 CPUtime=1181.68
/proc/945/stat : 945 (march_dl2004) R 939 939 832 0 -1 4194304 22786 0 0 0 118127 41 0 0 25 0 1 0 1115222315 76029952 17823 1992294400 134512640 134996440 4294956192 18446744073709551615 134528042 0 0 8392704 0 0 0 0 17 0 0 0
/proc/945/statm: 18562 17823 74 118 0 18441 0
Current children cumulated CPU time (s) 1199.59
Current children cumulated vsize (KiB) 79292

[startup+1200.2 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 945
/proc/meminfo: memFree=1602200/2055920 swapFree=4173176/4192956
[pid=939] ppid=937 vsize=5044 CPUtime=17.91
/proc/939/stat : 939 (SATzilla2009_C) S 937 939 832 0 -1 4194304 2042 6399 0 0 582 3 1202 4 25 0 1 0 1115220522 5165056 911 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/939/statm: 1261 911 219 399 0 858 0
[pid=945] ppid=939 vsize=74248 CPUtime=1181.77
/proc/945/stat : 945 (march_dl2004) R 939 939 832 0 -1 4194304 22786 0 0 0 118136 41 0 0 25 0 1 0 1115222315 76029952 17823 1992294400 134512640 134996440 4294956192 18446744073709551615 134567226 0 0 8392704 0 0 0 0 17 0 0 0
/proc/945/statm: 18562 17823 74 118 0 18441 0
Current children cumulated CPU time (s) 1199.68
Current children cumulated vsize (KiB) 79292

Child status: 17
Real time (s): 1200.25
CPU time (s): 1199.75
CPU user time (s): 1199.25
CPU system time (s): 0.505923
CPU usage (%): 99.9584
Max. virtual memory (cumulated for all children) (KiB): 79292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.25
system time used= 0.505923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31245
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= 15
involuntary context switches= 4255

runsolver used 1.21981 second user time and 3.18651 second system time

The end

Launcher Data

Begin job on node36 at 2009-03-30 17:06:12
IDJOB=1538397
IDBENCH=70245
IDSOLVER=527
FILE ID=node36/1538397-1238425572
PBS_JOBID= 9061528
Free space on /tmp= 66412 MiB

SOLVER NAME= SATzilla2009_C 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/200/unif-k7-r85-v200-c17000-S948914005-013.cnf
COMMAND LINE= HOME/SATzilla2009_C BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538397-1238425572/watcher-1538397-1238425572 -o /tmp/evaluation-result-1538397-1238425572/solver-1538397-1238425572 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_C HOME/instance-1538397-1238425572.cnf

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

MD5SUM BENCH= 8e7038f460a2090de0c9ec52bd5a121d
RANDOM SEED=1212137208

node36.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.214
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.214
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:       1677000 kB
Buffers:         55572 kB
Cached:         239112 kB
SwapCached:       9072 kB
Active:         123392 kB
Inactive:       181792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1677000 kB
SwapTotal:     4192956 kB
SwapFree:      4173176 kB
Dirty:           31952 kB
Writeback:           0 kB
Mapped:          16260 kB
Slab:            59092 kB
Committed_AS:  2984932 kB
PageTables:       1876 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= 66380 MiB
End job on node36 at 2009-03-30 17:26:13