Trace number 3293804

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
priss AutoUNSAT 116.902 30.0755

General information on the benchmark

NameSAT-Race-2010-CNF/software-verification/
nec/hard-6-U-7061.cnf
MD5SUMb15321a24257fa4bdfd9c20c782f4c0e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.97739
Satisfiable
(Un)Satisfiability was proved
Number of variables370048
Number of clauses1118066
Sum of the clauses size2910246
Maximum clause length493
Minimum clause length1
Number of clauses of size 194
Number of clauses of size 2742801
Number of clauses of size 3369913
Number of clauses of size 41454
Number of clauses of size 5618
Number of clauses of size over 53186

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 32190
0.00/0.00	c setup for 4cores
0.00/0.36	c parsetime: 358987us
0.00/0.36	c parsed 1118066 clauses with 370048 variables
0.00/0.43	c NW started thread 0 successfully (1117022528)
0.00/0.50	c NW started thread 1 successfully (1098529088)
0.00/0.57	c NW started thread 2 successfully (1127512384)
0.00/0.64	c NW started thread 3 successfully (1138002240)
101.55/25.90	c preprocessor returned 370048 variables
101.55/25.90	c preprocessing returned UNKNOWN
101.55/25.90	c PP set 38348 variables
101.55/25.90	c pp time: 25392827us (25s)
102.35/26.13	c preprocessor returned 370048 variables
102.35/26.13	c preprocessing returned UNKNOWN
102.35/26.13	c PP set 38348 variables
102.35/26.13	c pp time: 25546934us (25s)
103.16/26.31	c preprocessor returned 370048 variables
103.16/26.31	c preprocessing returned UNKNOWN
103.16/26.31	c PP set 38348 variables
103.16/26.31	c pp time: 25574390us (25s)
103.16/26.39	c preprocessor returned 370048 variables
103.16/26.39	c preprocessing returned UNKNOWN
103.16/26.39	c PP set 38348 variables
103.16/26.39	c pp time: 25722159us (25s)
110.33/28.17	c HTE
112.72/28.77	c added unsatisfied clause
112.72/28.77	c failed to add network clauses
113.12/28.88	c ====================
113.12/28.88	c implication/decision inf%(inf)
113.12/28.88	c decisions:           5244
113.12/28.88	c last level:          0
113.12/28.88	c conflicts:           926
113.12/28.88	c restarts:            6
113.12/28.88	c rejected_restarts    0
113.12/28.88	c removals:            0
113.12/28.88	c removed clauses:     0
113.12/28.88	c oft clauses:         0
113.12/28.89	c ====================
113.51/28.92	c ====================
113.51/28.93	c solvetime: 2796205us (2s)
114.99/29.31	c subsumption
116.57/29.80	c sended clauses   | 66 | 77 | 53 | 2 |
116.57/29.80	c received clauses | 32 | 36 | 31 | 17 |
116.57/29.80	c join all other threads
116.57/29.82	c joined thread 0
116.57/29.82	c joined thread 1
116.57/29.85	c joined thread 2
116.82/30.03	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3293804-1304079583/watcher-3293804-1304079583 -o /tmp/evaluation-result-3293804-1304079583/solver-3293804-1304079583 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3293804-1304079583.cnf 1919775743 4800 15500 4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.71 7.99 7.98 6/182 32189
/proc/meminfo: memFree=22599172/32951124 swapFree=67111524/67111528
[pid=32189] ppid=32187 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32189/stat : 32189 (prissAuto.sh) S 32187 32189 30205 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500373748 8908800 252 33554432000 4194304 4922060 140737079504208 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32189/statm: 2175 252 211 178 0 68 0

[startup+0.0232529 s]
/proc/loadavg: 7.71 7.99 7.98 6/182 32189
/proc/meminfo: memFree=22599172/32951124 swapFree=67111524/67111528
[pid=32189] ppid=32187 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32189/stat : 32189 (prissAuto.sh) S 32187 32189 30205 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500373748 8908800 252 33554432000 4194304 4922060 140737079504208 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32189/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100243 s]
/proc/loadavg: 7.71 7.99 7.98 6/182 32189
/proc/meminfo: memFree=22599172/32951124 swapFree=67111524/67111528
[pid=32189] ppid=32187 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32189/stat : 32189 (prissAuto.sh) S 32187 32189 30205 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500373748 8908800 252 33554432000 4194304 4922060 140737079504208 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32189/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300208 s]
/proc/loadavg: 7.71 7.99 7.98 6/182 32189
/proc/meminfo: memFree=22599172/32951124 swapFree=67111524/67111528
[pid=32189] ppid=32187 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32189/stat : 32189 (prissAuto.sh) S 32187 32189 30205 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500373748 8908800 252 33554432000 4194304 4922060 140737079504208 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32189/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701393 s]
/proc/loadavg: 7.71 7.99 7.98 6/182 32189
/proc/meminfo: memFree=22599172/32951124 swapFree=67111524/67111528
[pid=32189] ppid=32187 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32189/stat : 32189 (prissAuto.sh) S 32187 32189 30205 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500373748 8908800 252 33554432000 4194304 4922060 140737079504208 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32189/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50095 s]
/proc/loadavg: 7.71 7.99 7.98 6/188 32195
/proc/meminfo: memFree=21830696/32951124 swapFree=67111524/67111528
[pid=32189] ppid=32187 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32189/stat : 32189 (prissAuto.sh) S 32187 32189 30205 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500373748 8908800 252 33554432000 4194304 4922060 140737079504208 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32189/statm: 2175 252 211 178 0 68 0
[pid=32190] ppid=32189 vsize=1268536 CPUtime=4.26 cores=1,3,5,7
/proc/32190/stat : 32190 (priss) S 32189 32189 30205 0 -1 4202496 276098 0 0 0 359 67 0 0 18 0 5 0 500373748 1298980864 253676 33554432000 4194304 5787044 140737385136256 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32190/statm: 317134 253164 348 389 0 312884 0
[pid=32190/tid=32192] ppid=32189 vsize=1268536 CPUtime=1.01 cores=1,3,5,7
/proc/32190/task/32192/stat : 32192 (priss) R 32189 32189 30205 0 -1 4202560 58406 0 0 0 90 11 0 0 18 0 5 0 500373792 1298980864 253164 33554432000 4194304 5787044 140737385136256 18446744073709551615 4334392 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32190/tid=32193] ppid=32189 vsize=1268536 CPUtime=0.93 cores=1,3,5,7
/proc/32190/task/32193/stat : 32193 (priss) R 32189 32189 30205 0 -1 4202560 55497 0 0 0 77 16 0 0 18 0 5 0 500373799 1298980864 253164 33554432000 4194304 5787044 140737385136256 18446744073709551615 228095494279 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32190/tid=32194] ppid=32189 vsize=1268536 CPUtime=0.85 cores=1,3,5,7
/proc/32190/task/32194/stat : 32194 (priss) R 32189 32189 30205 0 -1 4202560 58342 0 0 0 67 18 0 0 18 0 5 0 500373806 1298980864 253164 33554432000 4194304 5787044 140737385136256 18446744073709551615 228095118371 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32190/tid=32195] ppid=32189 vsize=1268536 CPUtime=0.79 cores=1,3,5,7
/proc/32190/task/32195/stat : 32195 (priss) R 32189 32189 30205 0 -1 4202560 53083 0 0 0 65 14 0 0 18 0 5 0 500373813 1298980864 252652 33554432000 4194304 5787044 140737385136256 18446744073709551615 4306221 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 1277236

[startup+3.10066 s]
/proc/loadavg: 7.73 7.99 7.98 9/188 32195
/proc/meminfo: memFree=21827992/32951124 swapFree=67111524/67111528
[pid=32189] ppid=32187 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32189/stat : 32189 (prissAuto.sh) S 32187 32189 30205 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500373748 8908800 252 33554432000 4194304 4922060 140737079504208 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32189/statm: 2175 252 211 178 0 68 0
[pid=32190] ppid=32189 vsize=1004932 CPUtime=10.65 cores=1,3,5,7
/proc/32190/stat : 32190 (priss) S 32189 32189 30205 0 -1 4202496 286918 0 0 0 995 70 0 0 18 0 5 0 500373748 1029050368 192148 33554432000 4194304 5787044 140737385136256 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32190/statm: 251233 192148 349 389 0 246983 0
[pid=32190/tid=32192] ppid=32189 vsize=1004932 CPUtime=2.61 cores=1,3,5,7
/proc/32190/task/32192/stat : 32192 (priss) R 32189 32189 30205 0 -1 4202560 59127 0 0 0 249 12 0 0 21 0 5 0 500373792 1029050368 192148 33554432000 4194304 5787044 140737385136256 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32190/tid=32193] ppid=32189 vsize=1004932 CPUtime=2.54 cores=1,3,5,7
/proc/32190/task/32193/stat : 32193 (priss) R 32189 32189 30205 0 -1 4202560 56963 0 0 0 237 17 0 0 21 0 5 0 500373799 1029050368 192148 33554432000 4194304 5787044 140737385136256 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32190/tid=32194] ppid=32189 vsize=1004932 CPUtime=2.45 cores=1,3,5,7
/proc/32190/task/32194/stat : 32194 (priss) R 32189 32189 30205 0 -1 4202560 62659 0 0 0 226 19 0 0 20 0 5 0 500373806 1029050368 192148 33554432000 4194304 5787044 140737385136256 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32190/tid=32195] ppid=32189 vsize=1004932 CPUtime=2.39 cores=1,3,5,7
/proc/32190/task/32195/stat : 32195 (priss) R 32189 32189 30205 0 -1 4202560 57399 0 0 0 224 15 0 0 20 0 5 0 500373813 1029050368 192148 33554432000 4194304 5787044 140737385136256 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.65
Current children cumulated vsize (KiB) 1013632

[startup+6.30106 s]
/proc/loadavg: 7.73 7.99 7.98 9/188 32195
/proc/meminfo: memFree=21825736/32951124 swapFree=67111524/67111528
[pid=32189] ppid=32187 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32189/stat : 32189 (prissAuto.sh) S 32187 32189 30205 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500373748 8908800 252 33554432000 4194304 4922060 140737079504208 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32189/statm: 2175 252 211 178 0 68 0
[pid=32190] ppid=32189 vsize=1004932 CPUtime=23.43 cores=1,3,5,7
/proc/32190/stat : 32190 (priss) S 32189 32189 30205 0 -1 4202496 286918 0 0 0 2273 70 0 0 18 0 5 0 500373748 1029050368 192148 33554432000 4194304 5787044 140737385136256 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32190/statm: 251233 192148 349 389 0 246983 0
[pid=32190/tid=32192] ppid=32189 vsize=1004932 CPUtime=5.81 cores=1,3,5,7
/proc/32190/task/32192/stat : 32192 (priss) R 32189 32189 30205 0 -1 4202560 59127 0 0 0 569 12 0 0 25 0 5 0 500373792 1029050368 192148 33554432000 4194304 5787044 140737385136256 18446744073709551615 4333773 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32190/tid=32193] ppid=32189 vsize=1004932 CPUtime=5.74 cores=1,3,5,7
/proc/32190/task/32193/stat : 32193 (priss) R 32189 32189 30205 0 -1 4202560 56963 0 0 0 557 17 0 0 25 0 5 0 500373799 1029050368 192148 33554432000 4194304 5787044 140737385136256 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32190/tid=32194] ppid=32189 vsize=1004932 CPUtime=5.63 cores=1,3,5,7
/proc/32190/task/32194/stat : 32194 (priss) R 32189 32189 30205 0 -1 4202560 62659 0 0 0 544 19 0 0 25 0 5 0 500373806 1029050368 192148 33554432000 4194304 5787044 140737385136256 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32190/tid=32195] ppid=32189 vsize=1004932 CPUtime=5.59 cores=1,3,5,7
/proc/32190/task/32195/stat : 32195 (priss) R 32189 32189 30205 0 -1 4202560 57399 0 0 0 544 15 0 0 25 0 5 0 500373813 1029050368 192148 33554432000 4194304 5787044 140737385136256 18446744073709551615 4330575 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.43
Current children cumulated vsize (KiB) 1013632

[startup+12.7009 s]
/proc/loadavg: 7.77 7.99 7.98 9/188 32195
/proc/meminfo: memFree=21822524/32951124 swapFree=67111524/67111528
[pid=32189] ppid=32187 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32189/stat : 32189 (prissAuto.sh) S 32187 32189 30205 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500373748 8908800 252 33554432000 4194304 4922060 140737079504208 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32189/statm: 2175 252 211 178 0 68 0
[pid=32190] ppid=32189 vsize=1004932 CPUtime=48.99 cores=1,3,5,7
/proc/32190/stat : 32190 (priss) S 32189 32189 30205 0 -1 4202496 286944 0 0 0 4829 70 0 0 18 0 5 0 500373748 1029050368 192174 33554432000 4194304 5787044 140737385136256 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32190/statm: 251233 192174 349 389 0 246983 0
[pid=32190/tid=32192] ppid=32189 vsize=1004932 CPUtime=12.21 cores=1,3,5,7
/proc/32190/task/32192/stat : 32192 (priss) R 32189 32189 30205 0 -1 4202560 59127 0 0 0 1209 12 0 0 25 0 5 0 500373792 1029050368 192174 33554432000 4194304 5787044 140737385136256 18446744073709551615 4330763 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32190/tid=32193] ppid=32189 vsize=1004932 CPUtime=12.14 cores=1,3,5,7
/proc/32190/task/32193/stat : 32193 (priss) R 32189 32189 30205 0 -1 4202560 56963 0 0 0 1197 17 0 0 25 0 5 0 500373799 1029050368 192174 33554432000 4194304 5787044 140737385136256 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32190/tid=32194] ppid=32189 vsize=1004932 CPUtime=11.99 cores=1,3,5,7
/proc/32190/task/32194/stat : 32194 (priss) R 32189 32189 30205 0 -1 4202560 62672 0 0 0 1180 19 0 0 25 0 5 0 500373806 1029050368 192174 33554432000 4194304 5787044 140737385136256 18446744073709551615 4330555 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32190/tid=32195] ppid=32189 vsize=1004932 CPUtime=11.99 cores=1,3,5,7
/proc/32190/task/32195/stat : 32195 (priss) R 32189 32189 30205 0 -1 4202560 57412 0 0 0 1184 15 0 0 25 0 5 0 500373813 1029050368 192174 33554432000 4194304 5787044 140737385136256 18446744073709551615 4330532 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 48.99
Current children cumulated vsize (KiB) 1013632

[startup+25.5005 s]
/proc/loadavg: 7.81 7.99 7.98 9/188 32196
/proc/meminfo: memFree=21553120/32951124 swapFree=67111524/67111528
[pid=32189] ppid=32187 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32189/stat : 32189 (prissAuto.sh) S 32187 32189 30205 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500373748 8908800 252 33554432000 4194304 4922060 140737079504208 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32189/statm: 2175 252 211 178 0 68 0
[pid=32190] ppid=32189 vsize=1403780 CPUtime=99.95 cores=1,3,5,7
/proc/32190/stat : 32190 (priss) S 32189 32189 30205 0 -1 4202496 416238 0 0 0 9844 151 0 0 18 0 5 0 500373748 1437470720 257934 33554432000 4194304 5787044 140737385136256 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32190/statm: 350945 257934 353 389 0 346695 0
[pid=32190/tid=32192] ppid=32189 vsize=1403780 CPUtime=24.96 cores=1,3,5,7
/proc/32190/task/32192/stat : 32192 (priss) R 32189 32189 30205 0 -1 4202560 96409 0 0 0 2464 32 0 0 25 0 5 0 500373792 1437470720 257934 33554432000 4194304 5787044 140737385136256 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32190/tid=32193] ppid=32189 vsize=1403780 CPUtime=24.88 cores=1,3,5,7
/proc/32190/task/32193/stat : 32193 (priss) R 32189 32189 30205 0 -1 4202560 86824 0 0 0 2451 37 0 0 25 0 5 0 500373799 1437470720 257934 33554432000 4194304 5787044 140737385136256 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32190/tid=32194] ppid=32189 vsize=1403780 CPUtime=24.68 cores=1,3,5,7
/proc/32190/task/32194/stat : 32194 (priss) R 32189 32189 30205 0 -1 4202560 93799 0 0 0 2430 38 0 0 25 0 5 0 500373806 1437470720 257934 33554432000 4194304 5787044 140737385136256 18446744073709551615 4330488 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32190/tid=32195] ppid=32189 vsize=1403780 CPUtime=24.75 cores=1,3,5,7
/proc/32190/task/32195/stat : 32195 (priss) R 32189 32189 30205 0 -1 4202560 88436 0 0 0 2439 36 0 0 18 0 5 0 500373813 1437470720 257934 33554432000 4194304 5787044 140737385136256 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 99.95
Current children cumulated vsize (KiB) 1412480

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

[startup+27.1012 s]
/proc/loadavg: 7.81 7.99 7.98 9/188 32196
/proc/meminfo: memFree=21464584/32951124 swapFree=67111524/67111528
[pid=32189] ppid=32187 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32189/stat : 32189 (prissAuto.sh) S 32187 32189 30205 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500373748 8908800 252 33554432000 4194304 4922060 140737079504208 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32189/statm: 2175 252 211 178 0 68 0
[pid=32190] ppid=32189 vsize=1506160 CPUtime=106.34 cores=1,3,5,7
/proc/32190/stat : 32190 (priss) S 32189 32189 30205 0 -1 4202496 464768 0 0 0 10476 158 0 0 18 0 5 0 500373748 1542307840 304310 33554432000 4194304 5787044 140737385136256 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32190/statm: 376540 304310 415 389 0 372290 0
[pid=32190/tid=32192] ppid=32189 vsize=1506160 CPUtime=26.57 cores=1,3,5,7
/proc/32190/task/32192/stat : 32192 (priss) R 32189 32189 30205 0 -1 4202560 108795 0 0 0 2623 34 0 0 25 0 5 0 500373792 1542307840 304310 33554432000 4194304 5787044 140737385136256 18446744073709551615 4213747 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32190/tid=32193] ppid=32189 vsize=1506160 CPUtime=26.48 cores=1,3,5,7
/proc/32190/task/32193/stat : 32193 (priss) R 32189 32189 30205 0 -1 4202560 98530 0 0 0 2610 38 0 0 25 0 5 0 500373799 1542307840 304310 33554432000 4194304 5787044 140737385136256 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32190/tid=32194] ppid=32189 vsize=1506160 CPUtime=26.28 cores=1,3,5,7
/proc/32190/task/32194/stat : 32194 (priss) R 32189 32189 30205 0 -1 4202560 107433 0 0 0 2587 41 0 0 25 0 5 0 500373806 1542307840 304310 33554432000 4194304 5787044 140737385136256 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32190/tid=32195] ppid=32189 vsize=1506160 CPUtime=26.34 cores=1,3,5,7
/proc/32190/task/32195/stat : 32195 (priss) R 32189 32189 30205 0 -1 4202560 99240 0 0 0 2597 37 0 0 22 0 5 0 500373813 1542307840 304310 33554432000 4194304 5787044 140737385136256 18446744073709551615 4329442 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 106.34
Current children cumulated vsize (KiB) 1514860

[startup+28.7009 s]
/proc/loadavg: 7.82 7.99 7.98 9/188 32196
/proc/meminfo: memFree=21359804/32951124 swapFree=67111524/67111528
[pid=32189] ppid=32187 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32189/stat : 32189 (prissAuto.sh) S 32187 32189 30205 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500373748 8908800 252 33554432000 4194304 4922060 140737079504208 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32189/statm: 2175 252 211 178 0 68 0
[pid=32190] ppid=32189 vsize=1518972 CPUtime=112.72 cores=1,3,5,7
/proc/32190/stat : 32190 (priss) S 32189 32189 30205 0 -1 4202496 469082 0 0 0 11114 158 0 0 18 0 5 0 500373748 1555427328 306117 33554432000 4194304 5787044 140737385136256 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32190/statm: 379743 306117 417 389 0 375493 0
[pid=32190/tid=32192] ppid=32189 vsize=1518972 CPUtime=28.17 cores=1,3,5,7
/proc/32190/task/32192/stat : 32192 (priss) R 32189 32189 30205 0 -1 4202560 108804 0 0 0 2783 34 0 0 25 0 5 0 500373792 1555427328 306117 33554432000 4194304 5787044 140737385136256 18446744073709551615 5590569 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32190/tid=32193] ppid=32189 vsize=1518972 CPUtime=28.07 cores=1,3,5,7
/proc/32190/task/32193/stat : 32193 (priss) R 32189 32189 30205 0 -1 4202560 98538 0 0 0 2769 38 0 0 25 0 5 0 500373799 1555427328 306117 33554432000 4194304 5787044 140737385136256 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32190/tid=32194] ppid=32189 vsize=1518972 CPUtime=27.87 cores=1,3,5,7
/proc/32190/task/32194/stat : 32194 (priss) R 32189 32189 30205 0 -1 4202560 107444 0 0 0 2746 41 0 0 25 0 5 0 500373806 1555427328 306117 33554432000 4194304 5787044 140737385136256 18446744073709551615 5588230 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32190/tid=32195] ppid=32189 vsize=1518972 CPUtime=27.94 cores=1,3,5,7
/proc/32190/task/32195/stat : 32195 (priss) R 32189 32189 30205 0 -1 4202560 103526 0 0 0 2756 38 0 0 25 0 5 0 500373813 1555427328 306117 33554432000 4194304 5787044 140737385136256 18446744073709551615 4330575 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 112.72
Current children cumulated vsize (KiB) 1527672

[startup+29.5008 s]
/proc/loadavg: 7.82 7.99 7.98 9/188 32196
/proc/meminfo: memFree=21359804/32951124 swapFree=67111524/67111528
[pid=32189] ppid=32187 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32189/stat : 32189 (prissAuto.sh) S 32187 32189 30205 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500373748 8908800 252 33554432000 4194304 4922060 140737079504208 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32189/statm: 2175 252 211 178 0 68 0
[pid=32190] ppid=32189 vsize=1469796 CPUtime=115.72 cores=1,3,5,7
/proc/32190/stat : 32190 (priss) S 32189 32189 30205 0 -1 4202496 477772 0 0 0 11287 285 0 0 18 0 5 0 500373748 1505071104 285939 33554432000 4194304 5787044 140737385136256 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32190/statm: 367449 285939 429 389 0 363199 0
[pid=32190/tid=32192] ppid=32189 vsize=1469796 CPUtime=28.91 cores=1,3,5,7
/proc/32190/task/32192/stat : 32192 (priss) R 32189 32189 30205 0 -1 4202560 108805 0 0 0 2815 76 0 0 18 0 5 0 500373792 1505071104 285939 33554432000 4194304 5787044 140737385136256 18446744073709551615 228107276660 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32190/tid=32193] ppid=32189 vsize=1469796 CPUtime=28.79 cores=1,3,5,7
/proc/32190/task/32193/stat : 32193 (priss) R 32189 32189 30205 0 -1 4202560 98550 0 0 0 2800 79 0 0 18 0 5 0 500373799 1505071104 285939 33554432000 4194304 5787044 140737385136256 18446744073709551615 228107276660 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32190/tid=32194] ppid=32189 vsize=1469796 CPUtime=28.62 cores=1,3,5,7
/proc/32190/task/32194/stat : 32194 (priss) R 32189 32189 30205 0 -1 4202560 107444 0 0 0 2779 83 0 0 18 0 5 0 500373806 1505071104 285939 33554432000 4194304 5787044 140737385136256 18446744073709551615 4314212 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32190/tid=32195] ppid=32189 vsize=1469796 CPUtime=28.74 cores=1,3,5,7
/proc/32190/task/32195/stat : 32195 (priss) R 32189 32189 30205 0 -1 4202560 112203 0 0 0 2834 40 0 0 25 0 5 0 500373813 1505071104 285939 33554432000 4194304 5787044 140737385136256 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 115.72
Current children cumulated vsize (KiB) 1478496

[startup+29.9007 s]
/proc/loadavg: 7.82 7.99 7.98 9/188 32196
/proc/meminfo: memFree=21461236/32951124 swapFree=67111524/67111528
[pid=32189] ppid=32187 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32189/stat : 32189 (prissAuto.sh) S 32187 32189 30205 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500373748 8908800 252 33554432000 4194304 4922060 140737079504208 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32189/statm: 2175 252 211 178 0 68 0
[pid=32190] ppid=32189 vsize=1290532 CPUtime=116.72 cores=1,3,5,7
/proc/32190/stat : 32190 (priss) S 32189 32189 30205 0 -1 4202496 477774 0 0 0 11366 306 0 0 17 0 2 0 500373748 1321504768 248887 33554432000 4194304 5787044 140737385136256 18446744073709551615 228107253733 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/32190/statm: 322633 248887 431 389 0 318383 0
[pid=32190/tid=32195] ppid=32189 vsize=1290532 CPUtime=29.14 cores=1,3,5,7
/proc/32190/task/32195/stat : 32195 (priss) R 32189 32189 30205 0 -1 4202560 112203 0 0 0 2874 40 0 0 18 0 2 0 500373813 1321504768 248887 33554432000 4194304 5787044 140737385136256 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 116.72
Current children cumulated vsize (KiB) 1299232

[startup+30.0007 s]
/proc/loadavg: 7.82 7.99 7.98 9/188 32196
/proc/meminfo: memFree=21461236/32951124 swapFree=67111524/67111528
[pid=32189] ppid=32187 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32189/stat : 32189 (prissAuto.sh) S 32187 32189 30205 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500373748 8908800 252 33554432000 4194304 4922060 140737079504208 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32189/statm: 2175 252 211 178 0 68 0
[pid=32190] ppid=32189 vsize=1290532 CPUtime=116.82 cores=1,3,5,7
/proc/32190/stat : 32190 (priss) S 32189 32189 30205 0 -1 4202496 477774 0 0 0 11376 306 0 0 17 0 2 0 500373748 1321504768 248887 33554432000 4194304 5787044 140737385136256 18446744073709551615 228107253733 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/32190/statm: 322633 248887 431 389 0 318383 0
[pid=32190/tid=32195] ppid=32189 vsize=1290532 CPUtime=29.24 cores=1,3,5,7
/proc/32190/task/32195/stat : 32195 (priss) R 32189 32189 30205 0 -1 4202560 112203 0 0 0 2884 40 0 0 18 0 2 0 500373813 1321504768 248887 33554432000 4194304 5787044 140737385136256 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 116.82
Current children cumulated vsize (KiB) 1299232

Child status: 20
Real time (s): 30.0755
CPU time (s): 116.902
CPU user time (s): 113.795
CPU system time (s): 3.10753
CPU usage (%): 388.696
Max. virtual memory (cumulated for all children) (KiB): 1527672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 113.795
system time used= 3.10753
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 478167
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= 111884
involuntary context switches= 965

runsolver used 0.035994 second user time and 0.134979 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-29 14:19:43
IDJOB=3293804
IDBENCH=88178
IDSOLVER=1602
FILE ID=node142/3293804-1304079583
RUNJOBID= node142-1304064275-30224
PBS_JOBID= 13170458
Free space on /tmp= 71188 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT-Race-2010-CNF/software-verification/nec/hard-6-U-7061.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293804-1304079583/watcher-3293804-1304079583 -o /tmp/evaluation-result-3293804-1304079583/solver-3293804-1304079583 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3293804-1304079583.cnf 1919775743 4800 15500 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b15321a24257fa4bdfd9c20c782f4c0e
RANDOM SEED=1919775743

node142.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5131.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22599196 kB
Buffers:       1671384 kB
Cached:        5119420 kB
SwapCached:          4 kB
Active:        3916656 kB
Inactive:      5884472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22599196 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           26716 kB
Writeback:         140 kB
AnonPages:     3010160 kB
Mapped:          15636 kB
Slab:           480768 kB
PageTables:      10884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3416616 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71188 MiB
End job on node142 at 2011-04-29 14:20:13