Trace number 3190926

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
ppfolio par? (TO) 4800.29 1201.71

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S926207202-053-UNKNOWN.cnf
MD5SUMbd4912a5ba3146c46ac3a58d7861d9a6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark37.8762
Satisfiable
(Un)Satisfiability was proved
Number of variables30000
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 4 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 5
0.00/0.00	Starting TNM 2009 on core(s) 7
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.00	Starting march_hi 2009 on core(s) 7

Verifier Data

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

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-3190926-1304045411/watcher-3190926-1304045411 -o /tmp/evaluation-result-3190926-1304045411/solver-3190926-1304045411 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190926-1304045411.cnf 

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: 10.24 10.08 9.06 7/182 25190
/proc/meminfo: memFree=25816876/32951124 swapFree=67111364/67111528
[pid=25190] ppid=25188 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25190/stat : 25190 (ppfolio) R 25188 25190 25027 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 516139036 18763776 390 33554432000 4194304 4287625 140736345302448 18446744073709551615 228244368911 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/25190/statm: 4581 390 341 23 0 91 0

[startup+0.267904 s]
/proc/loadavg: 10.24 10.08 9.06 7/182 25190
/proc/meminfo: memFree=25816876/32951124 swapFree=67111364/67111528
[pid=25190] ppid=25188 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25190/stat : 25190 (ppfolio) S 25188 25190 25027 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 516139036 18763776 390 33554432000 4194304 4287625 140736345302448 18446744073709551615 228244368911 0 0 4096 65536 4357444024886362111 0 0 17 1 0 0 0
/proc/25190/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300899 s]
/proc/loadavg: 10.24 10.08 9.06 7/182 25190
/proc/meminfo: memFree=25816876/32951124 swapFree=67111364/67111528
[pid=25190] ppid=25188 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25190/stat : 25190 (ppfolio) S 25188 25190 25027 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 516139036 18763776 390 33554432000 4194304 4287625 140736345302448 18446744073709551615 228244368911 0 0 4096 65536 4357444024886362111 0 0 17 1 0 0 0
/proc/25190/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.40088 s]
/proc/loadavg: 10.24 10.08 9.06 7/182 25190
/proc/meminfo: memFree=25816876/32951124 swapFree=67111364/67111528
[pid=25190] ppid=25188 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25190/stat : 25190 (ppfolio) S 25188 25190 25027 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 516139036 18763776 390 33554432000 4194304 4287625 140736345302448 18446744073709551615 228244368911 0 0 4096 65536 4357444024886362111 0 0 17 1 0 0 0
/proc/25190/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700827 s]
/proc/loadavg: 10.24 10.08 9.06 7/182 25190
/proc/meminfo: memFree=25816876/32951124 swapFree=67111364/67111528
[pid=25190] ppid=25188 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25190/stat : 25190 (ppfolio) S 25188 25190 25027 0 -1 4202496 523 0 0 0 0 0 0 0 21 0 1 0 516139036 18763776 390 33554432000 4194304 4287625 140736345302448 18446744073709551615 228244368911 0 0 4096 65536 4357444024886362111 0 0 17 1 0 0 0
/proc/25190/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50069 s]
/proc/loadavg: 10.24 10.08 9.06 11/188 25196
/proc/meminfo: memFree=25719860/32951124 swapFree=67111364/67111528
[pid=25190] ppid=25188 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25190/stat : 25190 (ppfolio) S 25188 25190 25027 0 -1 4202496 523 0 0 0 0 0 0 0 21 0 1 0 516139036 18763776 390 33554432000 4194304 4287625 140736345302448 18446744073709551615 228244368911 0 0 4096 65536 4357444024886362111 0 0 17 1 0 0 0
/proc/25190/statm: 4581 390 341 23 0 91 0
[pid=25191] ppid=25190 vsize=51180 CPUtime=1.49 cores=1
/proc/25191/stat : 25191 (cryptominisat) R 25190 25190 25027 0 -1 4202496 10870 0 0 0 148 1 0 0 25 0 1 0 516139037 52408320 8457 33554432000 4194304 4587354 140733314513376 18446744073709551615 4238317 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25191/statm: 12795 8457 326 96 0 9357 0
[pid=25192] ppid=25190 vsize=28492 CPUtime=1.48 cores=5
/proc/25192/stat : 25192 (clasp) R 25190 25190 25027 0 -1 4202496 5810 0 0 0 148 0 0 0 25 0 1 0 516139037 29175808 4376 33554432000 4194304 4785740 140735968885280 18446744073709551615 4304022 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25192/statm: 7123 4376 340 145 0 4168 0
[pid=25193] ppid=25190 vsize=464024 CPUtime=0.76 cores=7
/proc/25193/stat : 25193 (TNM) R 25190 25190 25027 0 -1 4202496 5103 0 0 0 76 0 0 0 25 0 1 0 516139037 475160576 4999 33554432000 134512640 134534564 4293843280 18446744073709551615 134528934 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25193/statm: 116006 4999 95 6 0 114672 0
[pid=25194] ppid=25190 vsize=16184 CPUtime=1.48 cores=3
/proc/25194/stat : 25194 (lingeling) R 25190 25190 25027 0 -1 4202496 5276 0 0 0 148 0 0 0 25 0 1 0 516139037 16572416 3149 33554432000 4194304 4352236 140735525224496 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25194/statm: 4046 3149 127 39 0 3126 0
[pid=25195] ppid=25190 vsize=29388 CPUtime=0.7 cores=7
/proc/25195/stat : 25195 (march_hi) R 25190 25190 25027 0 -1 4202496 17758 0 0 0 68 2 0 0 25 0 1 0 516139037 30093312 4670 33554432000 4194304 4331988 140736553512528 18446744073709551615 4252197 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25195/statm: 7347 4670 141 34 0 5789 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 607592

[startup+3.10041 s]
/proc/loadavg: 10.22 10.08 9.06 11/188 25196
/proc/meminfo: memFree=25708956/32951124 swapFree=67111364/67111528
[pid=25190] ppid=25188 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25190/stat : 25190 (ppfolio) S 25188 25190 25027 0 -1 4202496 523 0 0 0 0 0 0 0 18 0 1 0 516139036 18763776 390 33554432000 4194304 4287625 140736345302448 18446744073709551615 228244368911 0 0 4096 65536 4357444024886362111 0 0 17 1 0 0 0
/proc/25190/statm: 4581 390 341 23 0 91 0
[pid=25191] ppid=25190 vsize=88684 CPUtime=3.09 cores=1
/proc/25191/stat : 25191 (cryptominisat) R 25190 25190 25027 0 -1 4202496 11882 0 0 0 307 2 0 0 25 0 1 0 516139037 90812416 9466 33554432000 4194304 4587354 140733314513376 18446744073709551615 4230377 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25191/statm: 22171 9466 326 96 0 18733 0
[pid=25192] ppid=25190 vsize=34776 CPUtime=3.09 cores=5
/proc/25192/stat : 25192 (clasp) R 25190 25190 25027 0 -1 4202496 7414 0 0 0 308 1 0 0 25 0 1 0 516139037 35610624 5980 33554432000 4194304 4785740 140735968885280 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25192/statm: 8694 5980 340 145 0 5739 0
[pid=25193] ppid=25190 vsize=464024 CPUtime=1.56 cores=7
/proc/25193/stat : 25193 (TNM) R 25190 25190 25027 0 -1 4202496 5103 0 0 0 156 0 0 0 25 0 1 0 516139037 475160576 4999 33554432000 134512640 134534564 4293843280 18446744073709551615 134529024 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25193/statm: 116006 4999 95 6 0 114672 0
[pid=25194] ppid=25190 vsize=16184 CPUtime=3.08 cores=3
/proc/25194/stat : 25194 (lingeling) R 25190 25190 25027 0 -1 4202496 5276 0 0 0 308 0 0 0 25 0 1 0 516139037 16572416 3149 33554432000 4194304 4352236 140735525224496 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25194/statm: 4046 3149 127 39 0 3126 0
[pid=25195] ppid=25190 vsize=65276 CPUtime=1.51 cores=7
/proc/25195/stat : 25195 (march_hi) R 25190 25190 25027 0 -1 4202496 35109 0 0 0 146 5 0 0 25 0 1 0 516139037 66842624 7240 33554432000 4194304 4331988 140736553512528 18446744073709551615 4296242 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25195/statm: 16319 7240 151 34 0 14761 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 687268

[startup+6.30085 s]
/proc/loadavg: 10.22 10.08 9.06 11/188 25196
/proc/meminfo: memFree=25643668/32951124 swapFree=67111364/67111528
[pid=25190] ppid=25188 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25190/stat : 25190 (ppfolio) S 25188 25190 25027 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 516139036 18763776 390 33554432000 4194304 4287625 140736345302448 18446744073709551615 228244368911 0 0 4096 65536 4357444024886362111 0 0 17 1 0 0 0
/proc/25190/statm: 4581 390 341 23 0 91 0
[pid=25191] ppid=25190 vsize=88684 CPUtime=6.29 cores=1
/proc/25191/stat : 25191 (cryptominisat) R 25190 25190 25027 0 -1 4202496 13671 0 0 0 626 3 0 0 25 0 1 0 516139037 90812416 11252 33554432000 4194304 4587354 140733314513376 18446744073709551615 4238671 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25191/statm: 22171 11252 326 96 0 18733 0
[pid=25192] ppid=25190 vsize=46996 CPUtime=6.29 cores=5
/proc/25192/stat : 25192 (clasp) R 25190 25190 25027 0 -1 4202496 10470 0 0 0 627 2 0 0 25 0 1 0 516139037 48123904 9036 33554432000 4194304 4785740 140735968885280 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25192/statm: 11749 9036 340 145 0 8794 0
[pid=25193] ppid=25190 vsize=464024 CPUtime=3.14 cores=7
/proc/25193/stat : 25193 (TNM) R 25190 25190 25027 0 -1 4202496 5103 0 0 0 314 0 0 0 25 0 1 0 516139037 475160576 4999 33554432000 134512640 134534564 4293843280 18446744073709551615 12253547 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25193/statm: 116006 4999 95 6 0 114672 0
[pid=25194] ppid=25190 vsize=16184 CPUtime=6.28 cores=3
/proc/25194/stat : 25194 (lingeling) R 25190 25190 25027 0 -1 4202496 5276 0 0 0 628 0 0 0 25 0 1 0 516139037 16572416 3149 33554432000 4194304 4352236 140735525224496 18446744073709551615 4329328 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25194/statm: 4046 3149 127 39 0 3126 0
[pid=25195] ppid=25190 vsize=67304 CPUtime=3.1 cores=7
/proc/25195/stat : 25195 (march_hi) R 25190 25190 25027 0 -1 4202496 41696 0 0 0 305 5 0 0 25 0 1 0 516139037 68919296 13827 33554432000 4194304 4331988 140736553512528 18446744073709551615 4228986 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25195/statm: 16826 13827 173 34 0 15268 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 701516

[startup+12.7007 s]
/proc/loadavg: 10.18 10.07 9.07 11/188 25196
/proc/meminfo: memFree=25613684/32951124 swapFree=67111364/67111528
[pid=25190] ppid=25188 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25190/stat : 25190 (ppfolio) S 25188 25190 25027 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 516139036 18763776 390 33554432000 4194304 4287625 140736345302448 18446744073709551615 228244368911 0 0 4096 65536 4357444024886362111 0 0 17 1 0 0 0
/proc/25190/statm: 4581 390 341 23 0 91 0
[pid=25191] ppid=25190 vsize=805192 CPUtime=12.69 cores=1
/proc/25191/stat : 25191 (cryptominisat) R 25190 25190 25027 0 -1 4202496 18996 0 0 0 1265 4 0 0 25 0 1 0 516139037 824516608 10588 33554432000 4194304 4587354 140733314513376 18446744073709551615 4238297 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25191/statm: 201298 10588 331 96 0 197860 0
[pid=25192] ppid=25190 vsize=74336 CPUtime=12.68 cores=5
/proc/25192/stat : 25192 (clasp) R 25190 25190 25027 0 -1 4202496 17242 0 0 0 1265 3 0 0 25 0 1 0 516139037 76120064 15808 33554432000 4194304 4785740 140735968885280 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25192/statm: 18584 15808 340 145 0 15629 0
[pid=25193] ppid=25190 vsize=464024 CPUtime=6.34 cores=7
/proc/25193/stat : 25193 (TNM) R 25190 25190 25027 0 -1 4202496 5103 0 0 0 634 0 0 0 25 0 1 0 516139037 475160576 4999 33554432000 134512640 134534564 4293843280 18446744073709551615 134528412 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25193/statm: 116006 4999 95 6 0 114672 0
[pid=25194] ppid=25190 vsize=21668 CPUtime=12.68 cores=3
/proc/25194/stat : 25194 (lingeling) R 25190 25190 25027 0 -1 4202496 6711 0 0 0 1268 0 0 0 25 0 1 0 516139037 22188032 4584 33554432000 4194304 4352236 140735525224496 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25194/statm: 5417 4584 127 39 0 4497 0
[pid=25195] ppid=25190 vsize=71564 CPUtime=6.27 cores=7
/proc/25195/stat : 25195 (march_hi) R 25190 25190 25027 0 -1 4202496 42581 0 0 0 622 5 0 0 25 0 1 0 516139037 73281536 14712 33554432000 4194304 4331988 140736553512528 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25195/statm: 17891 14712 173 34 0 16333 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 1455108

[startup+25.5075 s]
/proc/loadavg: 10.16 10.07 9.08 11/188 25196
/proc/meminfo: memFree=25501936/32951124 swapFree=67111364/67111528
[pid=25190] ppid=25188 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25190/stat : 25190 (ppfolio) S 25188 25190 25027 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 516139036 18763776 390 33554432000 4194304 4287625 140736345302448 18446744073709551615 228244368911 0 0 4096 65536 4357444024886362111 0 0 17 1 0 0 0
/proc/25190/statm: 4581 390 341 23 0 91 0
[pid=25191] ppid=25190 vsize=106556 CPUtime=25.49 cores=1
/proc/25191/stat : 25191 (cryptominisat) R 25190 25190 25027 0 -1 4202496 55964 0 0 0 2539 10 0 0 25 0 1 0 516139037 109113344 21787 33554432000 4194304 4587354 140733314513376 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25191/statm: 26639 21787 337 96 0 23201 0
[pid=25192] ppid=25190 vsize=106436 CPUtime=25.49 cores=5
/proc/25192/stat : 25192 (clasp) R 25190 25190 25027 0 -1 4202496 25236 0 0 0 2543 6 0 0 25 0 1 0 516139037 108990464 23802 33554432000 4194304 4785740 140735968885280 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25192/statm: 26609 23802 340 145 0 23654 0
[pid=25193] ppid=25190 vsize=464024 CPUtime=12.73 cores=7
/proc/25193/stat : 25193 (TNM) R 25190 25190 25027 0 -1 4202496 5103 0 0 0 1273 0 0 0 25 0 1 0 516139037 475160576 4999 33554432000 134512640 134534564 4293843280 18446744073709551615 134528993 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25193/statm: 116006 4999 95 6 0 114672 0
[pid=25194] ppid=25190 vsize=23800 CPUtime=25.49 cores=3
/proc/25194/stat : 25194 (lingeling) R 25190 25190 25027 0 -1 4202496 7244 0 0 0 2549 0 0 0 25 0 1 0 516139037 24371200 5117 33554432000 4194304 4352236 140735525224496 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25194/statm: 5950 5117 127 39 0 5030 0
[pid=25195] ppid=25190 vsize=75020 CPUtime=12.61 cores=7
/proc/25195/stat : 25195 (march_hi) R 25190 25190 25027 0 -1 4202496 43544 0 0 0 1255 6 0 0 25 0 1 0 516139037 76820480 15675 33554432000 4194304 4331988 140736553512528 18446744073709551615 4286225 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25195/statm: 18755 15675 173 34 0 17197 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 794160

[startup+51.101 s]
/proc/loadavg: 10.10 10.06 9.10 11/188 25197
/proc/meminfo: memFree=25511552/32951124 swapFree=67111364/67111528
[pid=25190] ppid=25188 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25190/stat : 25190 (ppfolio) S 25188 25190 25027 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 516139036 18763776 390 33554432000 4194304 4287625 140736345302448 18446744073709551615 228244368911 0 0 4096 65536 4357444024886362111 0 0 17 1 0 0 0
/proc/25190/statm: 4581 390 341 23 0 91 0
[pid=25191] ppid=25190 vsize=809472 CPUtime=51.09 cores=1
/proc/25191/stat : 25191 (cryptominisat) R 25190 25190 25027 0 -1 4202496 83009 0 0 0 5090 19 0 0 25 0 1 0 516139037 828899328 13641 33554432000 4194304 4587354 140733314513376 18446744073709551615 4236714 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25191/statm: 202368 13641 337 96 0 198930 0
[pid=25192] ppid=25190 vsize=127684 CPUtime=51.09 cores=5
/proc/25192/stat : 25192 (clasp) R 25190 25190 25027 0 -1 4202496 30577 0 0 0 5101 8 0 0 25 0 1 0 516139037 130748416 29143 33554432000 4194304 4785740 140735968885280 18446744073709551615 4416856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25192/statm: 31921 29143 340 145 0 28966 0
[pid=25193] ppid=25190 vsize=464024 CPUtime=25.43 cores=7
/proc/25193/stat : 25193 (TNM) R 25190 25190 25027 0 -1 4202496 5103 0 0 0 2543 0 0 0 25 0 1 0 516139037 475160576 4999 33554432000 134512640 134534564 4293843280 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25193/statm: 116006 4999 95 6 0 114672 0
[pid=25194] ppid=25190 vsize=26760 CPUtime=51.09 cores=3

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

/proc/25195/statm: 20141 17099 173 34 0 18583 0
Current children cumulated CPU time (s) 3764.07
Current children cumulated vsize (KiB) 1839108

[startup+1002.31 s]
/proc/loadavg: 9.66 10.04 9.72 11/188 25299
/proc/meminfo: memFree=25631644/32951124 swapFree=67111364/67111528
[pid=25190] ppid=25188 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25190/stat : 25190 (ppfolio) S 25188 25190 25027 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 516139036 18763776 390 33554432000 4194304 4287625 140736345302448 18446744073709551615 228244368911 0 0 4096 65536 4357444024886362111 0 0 17 1 0 0 0
/proc/25190/statm: 4581 390 341 23 0 91 0
[pid=25191] ppid=25190 vsize=846076 CPUtime=1002.31 cores=1
/proc/25191/stat : 25191 (cryptominisat) R 25190 25190 25027 0 -1 4202496 607935 0 0 0 99990 241 0 0 25 0 1 0 516139037 866381824 20325 33554432000 4194304 4587354 140733314513376 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25191/statm: 211519 20325 337 96 0 208081 0
[pid=25192] ppid=25190 vsize=401696 CPUtime=1002.32 cores=5
/proc/25192/stat : 25192 (clasp) R 25190 25190 25027 0 -1 4202496 97842 0 0 0 100200 32 0 0 25 0 1 0 516139037 411336704 96408 33554432000 4194304 4785740 140735968885280 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25192/statm: 100424 96408 340 145 0 97469 0
[pid=25193] ppid=25190 vsize=464024 CPUtime=498.46 cores=7
/proc/25193/stat : 25193 (TNM) R 25190 25190 25027 0 -1 4202496 5103 0 0 0 49846 0 0 0 25 0 1 0 516139037 475160576 4999 33554432000 134512640 134534564 4293843280 18446744073709551615 134528273 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25193/statm: 116006 4999 95 6 0 114672 0
[pid=25194] ppid=25190 vsize=31368 CPUtime=1002.32 cores=3
/proc/25194/stat : 25194 (lingeling) R 25190 25190 25027 0 -1 4202496 9136 0 0 0 100231 1 0 0 25 0 1 0 516139037 32120832 7009 33554432000 4194304 4352236 140735525224496 18446744073709551615 4328423 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25194/statm: 7842 7009 127 39 0 6922 0
[pid=25195] ppid=25190 vsize=80696 CPUtime=498.37 cores=7
/proc/25195/stat : 25195 (march_hi) R 25190 25190 25027 0 -1 4202496 45000 0 0 0 49830 7 0 0 25 0 1 0 516139037 82632704 17131 33554432000 4194304 4331988 140736553512528 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25195/statm: 20174 17131 173 34 0 18616 0
Current children cumulated CPU time (s) 4003.78
Current children cumulated vsize (KiB) 1842184

[startup+1062.3 s]
/proc/loadavg: 10.05 10.07 9.75 11/188 25301
/proc/meminfo: memFree=25482748/32951124 swapFree=67111364/67111528
[pid=25190] ppid=25188 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25190/stat : 25190 (ppfolio) S 25188 25190 25027 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 516139036 18763776 390 33554432000 4194304 4287625 140736345302448 18446744073709551615 228244368911 0 0 4096 65536 4357444024886362111 0 0 17 1 0 0 0
/proc/25190/statm: 4581 390 341 23 0 91 0
[pid=25191] ppid=25190 vsize=850244 CPUtime=1062.3 cores=1
/proc/25191/stat : 25191 (cryptominisat) R 25190 25190 25027 0 -1 4202496 628863 0 0 0 105977 253 0 0 25 0 1 0 516139037 870649856 29028 33554432000 4194304 4587354 140733314513376 18446744073709551615 4238271 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25191/statm: 212561 29028 337 96 0 209123 0
[pid=25192] ppid=25190 vsize=419644 CPUtime=1062.31 cores=5
/proc/25192/stat : 25192 (clasp) R 25190 25190 25027 0 -1 4202496 102334 0 0 0 106198 33 0 0 25 0 1 0 516139037 429715456 100900 33554432000 4194304 4785740 140735968885280 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25192/statm: 104911 100900 340 145 0 101956 0
[pid=25193] ppid=25190 vsize=464024 CPUtime=528.28 cores=7
/proc/25193/stat : 25193 (TNM) R 25190 25190 25027 0 -1 4202496 5103 0 0 0 52828 0 0 0 25 0 1 0 516139037 475160576 4999 33554432000 134512640 134534564 4293843280 18446744073709551615 134529024 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25193/statm: 116006 4999 95 6 0 114672 0
[pid=25194] ppid=25190 vsize=31368 CPUtime=1062.31 cores=3
/proc/25194/stat : 25194 (lingeling) R 25190 25190 25027 0 -1 4202496 9136 0 0 0 106230 1 0 0 25 0 1 0 516139037 32120832 7009 33554432000 4194304 4352236 140735525224496 18446744073709551615 4207874 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25194/statm: 7842 7009 127 39 0 6922 0
[pid=25195] ppid=25190 vsize=80828 CPUtime=528.22 cores=7
/proc/25195/stat : 25195 (march_hi) R 25190 25190 25027 0 -1 4202496 45027 0 0 0 52815 7 0 0 25 0 1 0 516139037 82767872 17158 33554432000 4194304 4331988 140736553512528 18446744073709551615 4237171 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25195/statm: 20207 17158 173 34 0 18649 0
Current children cumulated CPU time (s) 4243.42
Current children cumulated vsize (KiB) 1864432

[startup+1122.3 s]
/proc/loadavg: 10.18 10.10 9.78 11/188 25303
/proc/meminfo: memFree=25475404/32951124 swapFree=67111364/67111528
[pid=25190] ppid=25188 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25190/stat : 25190 (ppfolio) S 25188 25190 25027 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 516139036 18763776 390 33554432000 4194304 4287625 140736345302448 18446744073709551615 228244368911 0 0 4096 65536 4357444024886362111 0 0 17 1 0 0 0
/proc/25190/statm: 4581 390 341 23 0 91 0
[pid=25191] ppid=25190 vsize=860424 CPUtime=1122.31 cores=1
/proc/25191/stat : 25191 (cryptominisat) R 25190 25190 25027 0 -1 4202496 664170 0 0 0 111962 269 0 0 25 0 1 0 516139037 881074176 21592 33554432000 4194304 4587354 140733314513376 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25191/statm: 215106 21592 337 96 0 211668 0
[pid=25192] ppid=25190 vsize=419644 CPUtime=1122.31 cores=5
/proc/25192/stat : 25192 (clasp) R 25190 25190 25027 0 -1 4202496 102349 0 0 0 112198 33 0 0 25 0 1 0 516139037 429715456 100915 33554432000 4194304 4785740 140735968885280 18446744073709551615 4546305 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25192/statm: 104911 100915 340 145 0 101956 0
[pid=25193] ppid=25190 vsize=464024 CPUtime=558.15 cores=7
/proc/25193/stat : 25193 (TNM) R 25190 25190 25027 0 -1 4202496 5103 0 0 0 55815 0 0 0 25 0 1 0 516139037 475160576 4999 33554432000 134512640 134534564 4293843280 18446744073709551615 134530126 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25193/statm: 116006 4999 95 6 0 114672 0
[pid=25194] ppid=25190 vsize=31368 CPUtime=1122.31 cores=3
/proc/25194/stat : 25194 (lingeling) R 25190 25190 25027 0 -1 4202496 9136 0 0 0 112230 1 0 0 25 0 1 0 516139037 32120832 7009 33554432000 4194304 4352236 140735525224496 18446744073709551615 4328116 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25194/statm: 7842 7009 127 39 0 6922 0
[pid=25195] ppid=25190 vsize=80960 CPUtime=558.03 cores=7
/proc/25195/stat : 25195 (march_hi) R 25190 25190 25027 0 -1 4202496 45053 0 0 0 55796 7 0 0 25 0 1 0 516139037 82903040 17184 33554432000 4194304 4331988 140736553512528 18446744073709551615 4263258 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25195/statm: 20240 17184 173 34 0 18682 0
Current children cumulated CPU time (s) 4483.11
Current children cumulated vsize (KiB) 1874744

[startup+1182.3 s]
/proc/loadavg: 10.20 10.11 9.80 11/188 25304
/proc/meminfo: memFree=25542076/32951124 swapFree=67111364/67111528
[pid=25190] ppid=25188 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25190/stat : 25190 (ppfolio) S 25188 25190 25027 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 516139036 18763776 390 33554432000 4194304 4287625 140736345302448 18446744073709551615 228244368911 0 0 4096 65536 4357444024886362111 0 0 17 1 0 0 0
/proc/25190/statm: 4581 390 341 23 0 91 0
[pid=25191] ppid=25190 vsize=870128 CPUtime=1182.31 cores=1
/proc/25191/stat : 25191 (cryptominisat) R 25190 25190 25027 0 -1 4202496 686154 0 0 0 117945 286 0 0 25 0 1 0 516139037 891011072 26127 33554432000 4194304 4587354 140733314513376 18446744073709551615 4230359 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25191/statm: 217532 26127 337 96 0 214094 0
[pid=25192] ppid=25190 vsize=419644 CPUtime=1182.31 cores=5
/proc/25192/stat : 25192 (clasp) R 25190 25190 25027 0 -1 4202496 102352 0 0 0 118198 33 0 0 25 0 1 0 516139037 429715456 100918 33554432000 4194304 4785740 140735968885280 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25192/statm: 104911 100918 340 145 0 101956 0
[pid=25193] ppid=25190 vsize=464024 CPUtime=587.95 cores=7
/proc/25193/stat : 25193 (TNM) R 25190 25190 25027 0 -1 4202496 5103 0 0 0 58795 0 0 0 25 0 1 0 516139037 475160576 4999 33554432000 134512640 134534564 4293843280 18446744073709551615 134530126 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25193/statm: 116006 4999 95 6 0 114672 0
[pid=25194] ppid=25190 vsize=31368 CPUtime=1182.31 cores=3
/proc/25194/stat : 25194 (lingeling) R 25190 25190 25027 0 -1 4202496 9136 0 0 0 118230 1 0 0 25 0 1 0 516139037 32120832 7009 33554432000 4194304 4352236 140735525224496 18446744073709551615 4231337 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25194/statm: 7842 7009 127 39 0 6922 0
[pid=25195] ppid=25190 vsize=80960 CPUtime=587.91 cores=7
/proc/25195/stat : 25195 (march_hi) R 25190 25190 25027 0 -1 4202496 45073 0 0 0 58784 7 0 0 25 0 1 0 516139037 82903040 17204 33554432000 4194304 4331988 140736553512528 18446744073709551615 4265328 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25195/statm: 20240 17204 173 34 0 18682 0
Current children cumulated CPU time (s) 4722.79
Current children cumulated vsize (KiB) 1884448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.21 10.12 9.81 11/188 25305
/proc/meminfo: memFree=25504620/32951124 swapFree=67111364/67111528
[pid=25190] ppid=25188 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25190/stat : 25190 (ppfolio) S 25188 25190 25027 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 516139036 18763776 390 33554432000 4194304 4287625 140736345302448 18446744073709551615 228244368911 0 0 4096 65536 4357444024886362111 0 0 17 1 0 0 0
/proc/25190/statm: 4581 390 341 23 0 91 0
[pid=25191] ppid=25190 vsize=861620 CPUtime=1201.71 cores=1
/proc/25191/stat : 25191 (cryptominisat) R 25190 25190 25027 0 -1 4202496 695655 0 0 0 119880 291 0 0 25 0 1 0 516139037 882298880 22392 33554432000 4194304 4587354 140733314513376 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25191/statm: 215405 22392 337 96 0 211967 0
[pid=25192] ppid=25190 vsize=419644 CPUtime=1201.72 cores=5
/proc/25192/stat : 25192 (clasp) R 25190 25190 25027 0 -1 4202496 102356 0 0 0 120139 33 0 0 25 0 1 0 516139037 429715456 100922 33554432000 4194304 4785740 140735968885280 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25192/statm: 104911 100922 340 145 0 101956 0
[pid=25193] ppid=25190 vsize=464024 CPUtime=597.63 cores=7
/proc/25193/stat : 25193 (TNM) R 25190 25190 25027 0 -1 4202496 5103 0 0 0 59763 0 0 0 25 0 1 0 516139037 475160576 4999 33554432000 134512640 134534564 4293843280 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25193/statm: 116006 4999 95 6 0 114672 0
[pid=25194] ppid=25190 vsize=31368 CPUtime=1201.72 cores=3
/proc/25194/stat : 25194 (lingeling) R 25190 25190 25027 0 -1 4202496 9136 0 0 0 120171 1 0 0 25 0 1 0 516139037 32120832 7009 33554432000 4194304 4352236 140735525224496 18446744073709551615 4294498 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25194/statm: 7842 7009 127 39 0 6922 0
[pid=25195] ppid=25190 vsize=81092 CPUtime=597.51 cores=7
/proc/25195/stat : 25195 (march_hi) R 25190 25190 25027 0 -1 4202496 45081 0 0 0 59744 7 0 0 25 0 1 0 516139037 83038208 17212 33554432000 4194304 4331988 140736553512528 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25195/statm: 20273 17212 173 34 0 18715 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 1876072

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1201.7 s]
/proc/loadavg: 10.21 10.12 9.81 11/188 25305
/proc/meminfo: memFree=25504620/32951124 swapFree=67111364/67111528
[pid=25190] ppid=25188 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25190/stat : 25190 (ppfolio) S 25188 25190 25027 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 516139036 18763776 390 33554432000 4194304 4287625 140736345302448 18446744073709551615 228244368911 0 0 4096 65536 4357444024886362111 0 0 17 1 0 0 0
/proc/25190/statm: 4581 390 341 23 0 91 0
[pid=25191] ppid=25190 vsize=861620 CPUtime=1201.71 cores=1
/proc/25191/stat : 25191 (cryptominisat) R 25190 25190 25027 0 -1 4202496 695655 0 0 0 119880 291 0 0 25 0 1 0 516139037 882298880 22392 33554432000 4194304 4587354 140733314513376 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25191/statm: 215405 22392 337 96 0 211967 0
[pid=25192] ppid=25190 vsize=419644 CPUtime=1201.72 cores=5
/proc/25192/stat : 25192 (clasp) R 25190 25190 25027 0 -1 4202496 102356 0 0 0 120139 33 0 0 25 0 1 0 516139037 429715456 100922 33554432000 4194304 4785740 140735968885280 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25192/statm: 104911 100922 340 145 0 101956 0
[pid=25193] ppid=25190 vsize=464024 CPUtime=597.63 cores=7
/proc/25193/stat : 25193 (TNM) R 25190 25190 25027 0 -1 4202496 5103 0 0 0 59763 0 0 0 25 0 1 0 516139037 475160576 4999 33554432000 134512640 134534564 4293843280 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25193/statm: 116006 4999 95 6 0 114672 0
[pid=25194] ppid=25190 vsize=31368 CPUtime=1201.72 cores=3
/proc/25194/stat : 25194 (lingeling) R 25190 25190 25027 0 -1 4202496 9136 0 0 0 120171 1 0 0 25 0 1 0 516139037 32120832 7009 33554432000 4194304 4352236 140735525224496 18446744073709551615 4294498 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25194/statm: 7842 7009 127 39 0 6922 0
[pid=25195] ppid=25190 vsize=81092 CPUtime=597.51 cores=7
/proc/25195/stat : 25195 (march_hi) R 25190 25190 25027 0 -1 4202496 45081 0 0 0 59744 7 0 0 25 0 1 0 516139037 83038208 17212 33554432000 4194304 4331988 140736553512528 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25195/statm: 20273 17212 173 34 0 18715 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 1876072

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25190 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=3999
# CPU time returned by wait4() is 0.005998
# while last known CPU time is 4800.29
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.71
CPU time (s): 4800.29
CPU user time (s): 4796.97
CPU system time (s): 3.32
CPU usage (%): 399.454
Max. virtual memory (cumulated for all children) (KiB): 2548884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
system time used= 0.003999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 523
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= 255
involuntary context switches= 6

runsolver used 1.80472 second user time and 4.76328 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 04:50:11
IDJOB=3190926
IDBENCH=82657
IDSOLVER=1612
FILE ID=node136/3190926-1304045411
RUNJOBID= node136-1304044537-25046
PBS_JOBID= 13170391
Free space on /tmp= 72320 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v30000-c126000-S926207202-053-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190926-1304045411/watcher-3190926-1304045411 -o /tmp/evaluation-result-3190926-1304045411/solver-3190926-1304045411 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190926-1304045411.cnf

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

MD5SUM BENCH= bd4912a5ba3146c46ac3a58d7861d9a6
RANDOM SEED=441206037

node136.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.809
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.61
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.809
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	: 5332.75
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.809
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.75
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.809
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.76
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.809
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.75
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.809
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.83
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.809
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.75
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25817156 kB
Buffers:       1053368 kB
Cached:        5011852 kB
SwapCached:        100 kB
Active:        1141248 kB
Inactive:      5441048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25817156 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           12380 kB
Writeback:          76 kB
AnonPages:      516528 kB
Mapped:          16764 kB
Slab:           486380 kB
PageTables:       5944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1176696 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= 72312 MiB
End job on node136 at 2011-04-29 05:10:14