Trace number 3282360

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.3 1201.91

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxor/maxor128.cnf
MD5SUMe050fe11c7c50ba82ac7126f49db3c10
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2982.37
Satisfiable
(Un)Satisfiability was proved
Number of variables200308
Number of clauses598619
Sum of the clauses size1396775
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399078
Number of clauses of size 3199539
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) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 4
0.00/0.00	Starting TNM 2009 on core(s) 6
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 6

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

running on 4 cores: 0,2,4,6

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: 3.42 4.98 6.50 6/182 27509
/proc/meminfo: memFree=25496860/32951124 swapFree=67111524/67111528
[pid=27509] ppid=27507 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27509/stat : 27509 (ppfolio) S 27507 27509 27036 0 -1 4202496 524 0 0 0 0 0 0 0 24 0 1 0 495695391 18763776 390 33554432000 4194304 4287625 140735984448624 18446744073709551615 220816256527 0 0 4096 65536 4586882139911356415 0 0 17 4 0 0 0
/proc/27509/statm: 4581 390 341 23 0 91 0

[startup+0.160983 s]
/proc/loadavg: 3.42 4.98 6.50 6/182 27509
/proc/meminfo: memFree=25496860/32951124 swapFree=67111524/67111528
[pid=27509] ppid=27507 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27509/stat : 27509 (ppfolio) S 27507 27509 27036 0 -1 4202496 524 0 0 0 0 0 0 0 24 0 1 0 495695391 18763776 390 33554432000 4194304 4287625 140735984448624 18446744073709551615 220816256527 0 0 4096 65536 4586882139911356415 0 0 17 4 0 0 0
/proc/27509/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200976 s]
/proc/loadavg: 3.42 4.98 6.50 6/182 27509
/proc/meminfo: memFree=25496860/32951124 swapFree=67111524/67111528
[pid=27509] ppid=27507 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27509/stat : 27509 (ppfolio) S 27507 27509 27036 0 -1 4202496 524 0 0 0 0 0 0 0 24 0 1 0 495695391 18763776 390 33554432000 4194304 4287625 140735984448624 18446744073709551615 220816256527 0 0 4096 65536 4586882139911356415 0 0 17 4 0 0 0
/proc/27509/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300958 s]
/proc/loadavg: 3.42 4.98 6.50 6/182 27509
/proc/meminfo: memFree=25496860/32951124 swapFree=67111524/67111528
[pid=27509] ppid=27507 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27509/stat : 27509 (ppfolio) S 27507 27509 27036 0 -1 4202496 524 0 0 0 0 0 0 0 22 0 1 0 495695391 18763776 390 33554432000 4194304 4287625 140735984448624 18446744073709551615 220816256527 0 0 4096 65536 4586882139911356415 0 0 17 4 0 0 0
/proc/27509/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700884 s]
/proc/loadavg: 3.42 4.98 6.50 6/182 27509
/proc/meminfo: memFree=25496860/32951124 swapFree=67111524/67111528
[pid=27509] ppid=27507 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27509/stat : 27509 (ppfolio) S 27507 27509 27036 0 -1 4202496 524 0 0 0 0 0 0 0 22 0 1 0 495695391 18763776 390 33554432000 4194304 4287625 140735984448624 18446744073709551615 220816256527 0 0 4096 65536 4586882139911356415 0 0 17 4 0 0 0
/proc/27509/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50074 s]
/proc/loadavg: 3.42 4.98 6.50 11/188 27515
/proc/meminfo: memFree=25072360/32951124 swapFree=67111524/67111528
[pid=27509] ppid=27507 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27509/stat : 27509 (ppfolio) S 27507 27509 27036 0 -1 4202496 524 0 0 0 0 0 0 0 22 0 1 0 495695391 18763776 390 33554432000 4194304 4287625 140735984448624 18446744073709551615 220816256527 0 0 4096 65536 4586882139911356415 0 0 17 4 0 0 0
/proc/27509/statm: 4581 390 341 23 0 91 0
[pid=27510] ppid=27509 vsize=89280 CPUtime=1.49 cores=0
/proc/27510/stat : 27510 (cryptominisat) R 27509 27509 27036 0 -1 4202496 17776 0 0 0 146 3 0 0 25 0 1 0 495695392 91422720 17239 33554432000 4194304 4587354 140733585913760 18446744073709551615 4230288 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27510/statm: 22320 17239 306 96 0 18882 0
[pid=27511] ppid=27509 vsize=139232 CPUtime=1.43 cores=4
/proc/27511/stat : 27511 (clasp) R 27509 27509 27036 0 -1 4202496 36460 0 0 0 139 4 0 0 25 0 1 0 495695392 142573568 31357 33554432000 4194304 4785740 140735938123712 18446744073709551615 220815897285 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27511/statm: 34808 31357 319 145 0 31853 0
[pid=27512] ppid=27509 vsize=487636 CPUtime=0.76 cores=6
/proc/27512/stat : 27512 (TNM) R 27509 27509 27036 0 -1 4202496 12511 0 0 0 74 2 0 0 25 0 1 0 495695392 499339264 12407 33554432000 134512640 134534564 4288021040 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27512/statm: 121909 12407 91 6 0 120575 0
[pid=27513] ppid=27509 vsize=44708 CPUtime=1.49 cores=2
/proc/27513/stat : 27513 (lingeling) R 27509 27509 27036 0 -1 4202496 21672 0 0 0 146 3 0 0 25 0 1 0 495695392 45780992 10328 33554432000 4194304 4352236 140737240977568 18446744073709551615 4257364 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/27513/statm: 11177 10328 116 39 0 10257 0
[pid=27514] ppid=27509 vsize=131696 CPUtime=0.71 cores=6
/proc/27514/stat : 27514 (march_hi) R 27509 27509 27036 0 -1 4194304 32005 0 0 0 67 4 0 0 25 0 1 0 495695392 134856704 25613 33554432000 4194304 4331988 140734753142800 18446744073709551615 4252204 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27514/statm: 32924 25613 127 34 0 31366 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 910876

[startup+3.10044 s]
/proc/loadavg: 3.95 5.06 6.52 11/188 27515
/proc/meminfo: memFree=25038136/32951124 swapFree=67111524/67111528
[pid=27509] ppid=27507 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27509/stat : 27509 (ppfolio) S 27507 27509 27036 0 -1 4202496 524 0 0 0 0 0 0 0 16 0 1 0 495695391 18763776 390 33554432000 4194304 4287625 140735984448624 18446744073709551615 220816256527 0 0 4096 65536 4586882139911356415 0 0 17 4 0 0 0
/proc/27509/statm: 4581 390 341 23 0 91 0
[pid=27510] ppid=27509 vsize=123496 CPUtime=3.09 cores=0
/proc/27510/stat : 27510 (cryptominisat) R 27509 27509 27036 0 -1 4202496 26366 0 0 0 305 4 0 0 25 0 1 0 495695392 126459904 25829 33554432000 4194304 4587354 140733585913760 18446744073709551615 4367364 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27510/statm: 30874 25829 312 96 0 27436 0
[pid=27511] ppid=27509 vsize=140552 CPUtime=3.04 cores=4
/proc/27511/stat : 27511 (clasp) R 27509 27509 27036 0 -1 4202496 36782 0 0 0 299 5 0 0 25 0 1 0 495695392 143925248 31679 33554432000 4194304 4785740 140735938123712 18446744073709551615 4495377 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27511/statm: 35138 31679 319 145 0 32183 0
[pid=27512] ppid=27509 vsize=493580 CPUtime=1.56 cores=6
/proc/27512/stat : 27512 (TNM) R 27509 27509 27036 0 -1 4202496 20728 0 0 0 153 3 0 0 25 0 1 0 495695392 505425920 20624 33554432000 134512640 134534564 4288021040 18446744073709551615 134529374 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27512/statm: 123395 20624 95 6 0 122061 0
[pid=27513] ppid=27509 vsize=44708 CPUtime=3.09 cores=2
/proc/27513/stat : 27513 (lingeling) R 27509 27509 27036 0 -1 4202496 21677 0 0 0 306 3 0 0 25 0 1 0 495695392 45780992 10333 33554432000 4194304 4352236 140737240977568 18446744073709551615 4287612 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/27513/statm: 11177 10333 121 39 0 10257 0
[pid=27514] ppid=27509 vsize=130904 CPUtime=1.5 cores=6
/proc/27514/stat : 27514 (march_hi) R 27509 27509 27036 0 -1 4202496 71440 0 0 0 141 9 0 0 25 0 1 0 495695392 134045696 25430 33554432000 4194304 4331988 140734753142800 18446744073709551615 4252211 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27514/statm: 32726 25430 140 34 0 31168 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 951564

[startup+6.30085 s]
/proc/loadavg: 3.95 5.06 6.52 11/188 27515
/proc/meminfo: memFree=24887568/32951124 swapFree=67111524/67111528
[pid=27509] ppid=27507 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27509/stat : 27509 (ppfolio) S 27507 27509 27036 0 -1 4202496 524 0 0 0 0 0 0 0 16 0 1 0 495695391 18763776 390 33554432000 4194304 4287625 140735984448624 18446744073709551615 220816256527 0 0 4096 65536 4586882139911356415 0 0 17 4 0 0 0
/proc/27509/statm: 4581 390 341 23 0 91 0
[pid=27510] ppid=27509 vsize=123496 CPUtime=6.29 cores=0
/proc/27510/stat : 27510 (cryptominisat) R 27509 27509 27036 0 -1 4202496 26366 0 0 0 625 4 0 0 25 0 1 0 495695392 126459904 25829 33554432000 4194304 4587354 140733585913760 18446744073709551615 4421127 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27510/statm: 30874 25829 312 96 0 27436 0
[pid=27511] ppid=27509 vsize=133436 CPUtime=6.24 cores=4
/proc/27511/stat : 27511 (clasp) R 27509 27509 27036 0 -1 4202496 38382 0 0 0 619 5 0 0 25 0 1 0 495695392 136638464 30152 33554432000 4194304 4785740 140735938123712 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27511/statm: 33359 30152 340 145 0 30404 0
[pid=27512] ppid=27509 vsize=493580 CPUtime=3.15 cores=6
/proc/27512/stat : 27512 (TNM) R 27509 27509 27036 0 -1 4202496 20728 0 0 0 312 3 0 0 25 0 1 0 495695392 505425920 20624 33554432000 134512640 134534564 4288021040 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27512/statm: 123395 20624 95 6 0 122061 0
[pid=27513] ppid=27509 vsize=69088 CPUtime=6.28 cores=2
/proc/27513/stat : 27513 (lingeling) R 27509 27509 27036 0 -1 4202496 27782 0 0 0 624 4 0 0 25 0 1 0 495695392 70746112 16438 33554432000 4194304 4352236 140737240977568 18446744073709551615 4300253 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/27513/statm: 17272 16438 125 39 0 16352 0
[pid=27514] ppid=27509 vsize=122340 CPUtime=3.1 cores=6
/proc/27514/stat : 27514 (march_hi) R 27509 27509 27036 0 -1 4202496 129856 0 0 0 293 17 0 0 25 0 1 0 495695392 125276160 23264 33554432000 4194304 4331988 140734753142800 18446744073709551615 4308317 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27514/statm: 30585 23264 146 34 0 29027 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 960264

[startup+12.7007 s]
/proc/loadavg: 4.88 5.22 6.55 11/188 27515
/proc/meminfo: memFree=24621492/32951124 swapFree=67111524/67111528
[pid=27509] ppid=27507 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27509/stat : 27509 (ppfolio) S 27507 27509 27036 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 495695391 18763776 390 33554432000 4194304 4287625 140735984448624 18446744073709551615 220816256527 0 0 4096 65536 4586882139911356415 0 0 17 4 0 0 0
/proc/27509/statm: 4581 390 341 23 0 91 0
[pid=27510] ppid=27509 vsize=281284 CPUtime=12.69 cores=0
/proc/27510/stat : 27510 (cryptominisat) R 27509 27509 27036 0 -1 4202496 62544 0 0 0 1259 10 0 0 25 0 1 0 495695392 288034816 57546 33554432000 4194304 4587354 140733585913760 18446744073709551615 4372590 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27510/statm: 70321 57547 317 96 0 66883 0
[pid=27511] ppid=27509 vsize=133436 CPUtime=12.64 cores=4
/proc/27511/stat : 27511 (clasp) R 27509 27509 27036 0 -1 4202496 38382 0 0 0 1259 5 0 0 25 0 1 0 495695392 136638464 30152 33554432000 4194304 4785740 140735938123712 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27511/statm: 33359 30152 340 145 0 30404 0
[pid=27512] ppid=27509 vsize=493580 CPUtime=6.34 cores=6
/proc/27512/stat : 27512 (TNM) R 27509 27509 27036 0 -1 4202496 20728 0 0 0 631 3 0 0 25 0 1 0 495695392 505425920 20624 33554432000 134512640 134534564 4288021040 18446744073709551615 134529957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27512/statm: 123395 20624 95 6 0 122061 0
[pid=27513] ppid=27509 vsize=68532 CPUtime=12.68 cores=2
/proc/27513/stat : 27513 (lingeling) R 27509 27509 27036 0 -1 4202496 27784 0 0 0 1264 4 0 0 25 0 1 0 495695392 70176768 16301 33554432000 4194304 4352236 140737240977568 18446744073709551615 4231284 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/27513/statm: 17133 16301 127 39 0 16213 0
[pid=27514] ppid=27509 vsize=384356 CPUtime=6.27 cores=6
/proc/27514/stat : 27514 (march_hi) R 27509 27509 27036 0 -1 4202496 171335 0 0 0 605 22 0 0 25 0 1 0 495695392 393580544 45636 33554432000 4194304 4331988 140734753142800 18446744073709551615 4211493 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27514/statm: 96089 45636 169 34 0 94531 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 1379512

[startup+25.5013 s]
/proc/loadavg: 5.75 5.40 6.59 11/188 27516
/proc/meminfo: memFree=24469080/32951124 swapFree=67111524/67111528
[pid=27509] ppid=27507 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27509/stat : 27509 (ppfolio) S 27507 27509 27036 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 495695391 18763776 390 33554432000 4194304 4287625 140735984448624 18446744073709551615 220816256527 0 0 4096 65536 4586882139911356415 0 0 17 4 0 0 0
/proc/27509/statm: 4581 390 341 23 0 91 0
[pid=27510] ppid=27509 vsize=261352 CPUtime=25.49 cores=0
/proc/27510/stat : 27510 (cryptominisat) R 27509 27509 27036 0 -1 4202496 66307 0 0 0 2538 11 0 0 25 0 1 0 495695392 267624448 54410 33554432000 4194304 4587354 140733585913760 18446744073709551615 4237740 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27510/statm: 65338 54410 329 96 0 61900 0
[pid=27511] ppid=27509 vsize=137192 CPUtime=25.44 cores=4
/proc/27511/stat : 27511 (clasp) R 27509 27509 27036 0 -1 4202496 39413 0 0 0 2538 6 0 0 25 0 1 0 495695392 140484608 31183 33554432000 4194304 4785740 140735938123712 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27511/statm: 34298 31183 340 145 0 31343 0
[pid=27512] ppid=27509 vsize=493580 CPUtime=12.74 cores=6
/proc/27512/stat : 27512 (TNM) R 27509 27509 27036 0 -1 4202496 20728 0 0 0 1271 3 0 0 25 0 1 0 495695392 505425920 20624 33554432000 134512640 134534564 4288021040 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27512/statm: 123395 20624 95 6 0 122061 0
[pid=27513] ppid=27509 vsize=72628 CPUtime=25.48 cores=2
/proc/27513/stat : 27513 (lingeling) R 27509 27509 27036 0 -1 4202496 28808 0 0 0 2544 4 0 0 25 0 1 0 495695392 74371072 17325 33554432000 4194304 4352236 140737240977568 18446744073709551615 4234253 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/27513/statm: 18157 17325 127 39 0 17237 0
[pid=27514] ppid=27509 vsize=384356 CPUtime=12.6 cores=6
/proc/27514/stat : 27514 (march_hi) R 27509 27509 27036 0 -1 4202496 171385 0 0 0 1238 22 0 0 25 0 1 0 495695392 393580544 45686 33554432000 4194304 4331988 140734753142800 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27514/statm: 96089 45686 169 34 0 94531 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 1367432

[startup+51.1006 s]
/proc/loadavg: 7.26 5.78 6.69 11/188 27516
/proc/meminfo: memFree=24289524/32951124 swapFree=67111524/67111528
[pid=27509] ppid=27507 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27509/stat : 27509 (ppfolio) S 27507 27509 27036 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 495695391 18763776 390 33554432000 4194304 4287625 140735984448624 18446744073709551615 220816256527 0 0 4096 65536 4586882139911356415 0 0 17 4 0 0 0
/proc/27509/statm: 4581 390 341 23 0 91 0
[pid=27510] ppid=27509 vsize=278184 CPUtime=51.09 cores=0
/proc/27510/stat : 27510 (cryptominisat) R 27509 27509 27036 0 -1 4202496 73183 0 0 0 5097 12 0 0 25 0 1 0 495695392 284860416 61140 33554432000 4194304 4587354 140733585913760 18446744073709551615 4239534 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27510/statm: 69546 61140 338 96 0 66108 0
[pid=27511] ppid=27509 vsize=173700 CPUtime=51.04 cores=4
/proc/27511/stat : 27511 (clasp) R 27509 27509 27036 0 -1 4202496 48533 0 0 0 5094 10 0 0 25 0 1 0 495695392 177868800 40303 33554432000 4194304 4785740 140735938123712 18446744073709551615 4290633 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27511/statm: 43425 40303 340 145 0 40470 0
[pid=27512] ppid=27509 vsize=493580 CPUtime=25.44 cores=6
/proc/27512/stat : 27512 (TNM) R 27509 27509 27036 0 -1 4202496 20728 0 0 0 2541 3 0 0 25 0 1 0 495695392 505425920 20624 33554432000 134512640 134534564 4288021040 18446744073709551615 134529359 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27512/statm: 123395 20624 95 6 0 122061 0
[pid=27513] ppid=27509 vsize=72628 CPUtime=51.08 cores=2

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

/proc/27514/statm: 98863 49970 172 34 0 97305 0
Current children cumulated CPU time (s) 3523.59
Current children cumulated vsize (KiB) 2118192

[startup+942.301 s]
/proc/loadavg: 10.25 9.98 8.84 11/188 27543
/proc/meminfo: memFree=23109760/32951124 swapFree=67111524/67111528
[pid=27509] ppid=27507 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27509/stat : 27509 (ppfolio) S 27507 27509 27036 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 495695391 18763776 390 33554432000 4194304 4287625 140735984448624 18446744073709551615 220816256527 0 0 4096 65536 4586882139911356415 0 0 17 4 0 0 0
/proc/27509/statm: 4581 390 341 23 0 91 0
[pid=27510] ppid=27509 vsize=773920 CPUtime=942.17 cores=0
/proc/27510/stat : 27510 (cryptominisat) R 27509 27509 27036 0 -1 4202496 263417 0 0 0 94148 69 0 0 25 0 1 0 495695392 792494080 64999 33554432000 4194304 4587354 140733585913760 18446744073709551615 4248764 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27510/statm: 193480 64999 338 96 0 190042 0
[pid=27511] ppid=27509 vsize=557668 CPUtime=942.25 cores=4
/proc/27511/stat : 27511 (clasp) R 27509 27509 27036 0 -1 4202496 143563 0 0 0 94178 47 0 0 25 0 1 0 495695392 571052032 135333 33554432000 4194304 4785740 140735938123712 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27511/statm: 139417 135333 340 145 0 136462 0
[pid=27512] ppid=27509 vsize=493580 CPUtime=468.64 cores=6
/proc/27512/stat : 27512 (TNM) R 27509 27509 27036 0 -1 4202496 20728 0 0 0 46861 3 0 0 25 0 1 0 495695392 505425920 20624 33554432000 134512640 134534564 4288021040 18446744073709551615 134526114 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27512/statm: 123395 20624 95 6 0 122061 0
[pid=27513] ppid=27509 vsize=97200 CPUtime=941.66 cores=2
/proc/27513/stat : 27513 (lingeling) R 27509 27509 27036 0 -1 4202496 39049 0 0 0 94160 6 0 0 25 0 1 0 495695392 99532800 23468 33554432000 4194304 4352236 140737240977568 18446744073709551615 4294930 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/27513/statm: 24300 23468 127 39 0 23380 0
[pid=27514] ppid=27509 vsize=395452 CPUtime=468.53 cores=6
/proc/27514/stat : 27514 (march_hi) R 27509 27509 27036 0 -1 4202496 175669 0 0 0 46830 23 0 0 25 0 1 0 495695392 404942848 49970 33554432000 4194304 4331988 140734753142800 18446744073709551615 4229439 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27514/statm: 98863 49970 172 34 0 97305 0
Current children cumulated CPU time (s) 3763.25
Current children cumulated vsize (KiB) 2336144

[startup+1002.3 s]
/proc/loadavg: 10.25 10.03 8.93 11/188 27545
/proc/meminfo: memFree=23048492/32951124 swapFree=67111524/67111528
[pid=27509] ppid=27507 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27509/stat : 27509 (ppfolio) S 27507 27509 27036 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 495695391 18763776 390 33554432000 4194304 4287625 140735984448624 18446744073709551615 220816256527 0 0 4096 65536 4586882139911356415 0 0 17 4 0 0 0
/proc/27509/statm: 4581 390 341 23 0 91 0
[pid=27510] ppid=27509 vsize=289544 CPUtime=1002.18 cores=0
/proc/27510/stat : 27510 (cryptominisat) R 27509 27509 27036 0 -1 4202496 276206 0 0 0 100145 73 0 0 25 0 1 0 495695392 296493056 63141 33554432000 4194304 4587354 140733585913760 18446744073709551615 4238442 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27510/statm: 72386 63141 338 96 0 68948 0
[pid=27511] ppid=27509 vsize=557668 CPUtime=1002.25 cores=4
/proc/27511/stat : 27511 (clasp) R 27509 27509 27036 0 -1 4202496 143565 0 0 0 100178 47 0 0 25 0 1 0 495695392 571052032 135335 33554432000 4194304 4785740 140735938123712 18446744073709551615 4277627 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27511/statm: 139417 135335 340 145 0 136462 0
[pid=27512] ppid=27509 vsize=493580 CPUtime=498.47 cores=6
/proc/27512/stat : 27512 (TNM) R 27509 27509 27036 0 -1 4202496 20728 0 0 0 49844 3 0 0 25 0 1 0 495695392 505425920 20624 33554432000 134512640 134534564 4288021040 18446744073709551615 134529944 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27512/statm: 123395 20624 95 6 0 122061 0
[pid=27513] ppid=27509 vsize=97200 CPUtime=1001.66 cores=2
/proc/27513/stat : 27513 (lingeling) R 27509 27509 27036 0 -1 4202496 39049 0 0 0 100160 6 0 0 25 0 1 0 495695392 99532800 23468 33554432000 4194304 4352236 140737240977568 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/27513/statm: 24300 23468 127 39 0 23380 0
[pid=27514] ppid=27509 vsize=395452 CPUtime=498.38 cores=6
/proc/27514/stat : 27514 (march_hi) R 27509 27509 27036 0 -1 4202496 175669 0 0 0 49815 23 0 0 25 0 1 0 495695392 404942848 49970 33554432000 4194304 4331988 140734753142800 18446744073709551615 4263238 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27514/statm: 98863 49970 172 34 0 97305 0
Current children cumulated CPU time (s) 4002.94
Current children cumulated vsize (KiB) 1851768

[startup+1062.3 s]
/proc/loadavg: 10.23 10.05 9.00 11/188 27546
/proc/meminfo: memFree=23072656/32951124 swapFree=67111524/67111528
[pid=27509] ppid=27507 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27509/stat : 27509 (ppfolio) S 27507 27509 27036 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 495695391 18763776 390 33554432000 4194304 4287625 140735984448624 18446744073709551615 220816256527 0 0 4096 65536 4586882139911356415 0 0 17 4 0 0 0
/proc/27509/statm: 4581 390 341 23 0 91 0
[pid=27510] ppid=27509 vsize=501184 CPUtime=1062.18 cores=0
/proc/27510/stat : 27510 (cryptominisat) R 27509 27509 27036 0 -1 4202496 280151 0 0 0 106142 76 0 0 25 0 1 0 495695392 513212416 67017 33554432000 4194304 4587354 140733585913760 18446744073709551615 4230176 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27510/statm: 125296 67017 338 96 0 121858 0
[pid=27511] ppid=27509 vsize=557668 CPUtime=1062.25 cores=4
/proc/27511/stat : 27511 (clasp) R 27509 27509 27036 0 -1 4202496 143565 0 0 0 106178 47 0 0 25 0 1 0 495695392 571052032 135335 33554432000 4194304 4785740 140735938123712 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27511/statm: 139417 135335 340 145 0 136462 0
[pid=27512] ppid=27509 vsize=493580 CPUtime=528.3 cores=6
/proc/27512/stat : 27512 (TNM) R 27509 27509 27036 0 -1 4202496 20728 0 0 0 52827 3 0 0 25 0 1 0 495695392 505425920 20624 33554432000 134512640 134534564 4288021040 18446744073709551615 134529651 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27512/statm: 123395 20624 95 6 0 122061 0
[pid=27513] ppid=27509 vsize=97200 CPUtime=1061.66 cores=2
/proc/27513/stat : 27513 (lingeling) R 27509 27509 27036 0 -1 4202496 39049 0 0 0 106160 6 0 0 25 0 1 0 495695392 99532800 23468 33554432000 4194304 4352236 140737240977568 18446744073709551615 4208085 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/27513/statm: 24300 23468 127 39 0 23380 0
[pid=27514] ppid=27509 vsize=395452 CPUtime=528.23 cores=6
/proc/27514/stat : 27514 (march_hi) R 27509 27509 27036 0 -1 4202496 175669 0 0 0 52800 23 0 0 25 0 1 0 495695392 404942848 49970 33554432000 4194304 4331988 140734753142800 18446744073709551615 4263225 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27514/statm: 98863 49970 172 34 0 97305 0
Current children cumulated CPU time (s) 4242.62
Current children cumulated vsize (KiB) 2063408

[startup+1122.3 s]
/proc/loadavg: 10.13 10.06 9.07 11/188 27548
/proc/meminfo: memFree=23057628/32951124 swapFree=67111524/67111528
[pid=27509] ppid=27507 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27509/stat : 27509 (ppfolio) S 27507 27509 27036 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 495695391 18763776 390 33554432000 4194304 4287625 140735984448624 18446744073709551615 220816256527 0 0 4096 65536 4586882139911356415 0 0 17 4 0 0 0
/proc/27509/statm: 4581 390 341 23 0 91 0
[pid=27510] ppid=27509 vsize=730828 CPUtime=1122.18 cores=0
/proc/27510/stat : 27510 (cryptominisat) R 27509 27509 27036 0 -1 4202496 309807 0 0 0 112137 81 0 0 25 0 1 0 495695392 748367872 70263 33554432000 4194304 4587354 140733585913760 18446744073709551615 4238258 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27510/statm: 182707 70263 338 96 0 179269 0
[pid=27511] ppid=27509 vsize=557668 CPUtime=1122.26 cores=4
/proc/27511/stat : 27511 (clasp) R 27509 27509 27036 0 -1 4202496 143571 0 0 0 112179 47 0 0 25 0 1 0 495695392 571052032 135341 33554432000 4194304 4785740 140735938123712 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27511/statm: 139417 135341 340 145 0 136462 0
[pid=27512] ppid=27509 vsize=493580 CPUtime=558.16 cores=6
/proc/27512/stat : 27512 (TNM) R 27509 27509 27036 0 -1 4202496 20728 0 0 0 55813 3 0 0 25 0 1 0 495695392 505425920 20624 33554432000 134512640 134534564 4288021040 18446744073709551615 134530614 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27512/statm: 123395 20624 95 6 0 122061 0
[pid=27513] ppid=27509 vsize=97200 CPUtime=1121.66 cores=2
/proc/27513/stat : 27513 (lingeling) R 27509 27509 27036 0 -1 4202496 39049 0 0 0 112160 6 0 0 25 0 1 0 495695392 99532800 23468 33554432000 4194304 4352236 140737240977568 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/27513/statm: 24300 23468 127 39 0 23380 0
[pid=27514] ppid=27509 vsize=395452 CPUtime=558.04 cores=6
/proc/27514/stat : 27514 (march_hi) R 27509 27509 27036 0 -1 4202496 175669 0 0 0 55781 23 0 0 25 0 1 0 495695392 404942848 49970 33554432000 4194304 4331988 140734753142800 18446744073709551615 4229294 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27514/statm: 98863 49970 172 34 0 97305 0
Current children cumulated CPU time (s) 4482.3
Current children cumulated vsize (KiB) 2293052

[startup+1182.3 s]
/proc/loadavg: 10.12 10.06 9.13 11/188 27549
/proc/meminfo: memFree=22939932/32951124 swapFree=67111524/67111528
[pid=27509] ppid=27507 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27509/stat : 27509 (ppfolio) S 27507 27509 27036 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 495695391 18763776 390 33554432000 4194304 4287625 140735984448624 18446744073709551615 220816256527 0 0 4096 65536 4586882139911356415 0 0 17 4 0 0 0
/proc/27509/statm: 4581 390 341 23 0 91 0
[pid=27510] ppid=27509 vsize=730828 CPUtime=1182.18 cores=0
/proc/27510/stat : 27510 (cryptominisat) R 27509 27509 27036 0 -1 4202496 313461 0 0 0 118135 83 0 0 25 0 1 0 495695392 748367872 73861 33554432000 4194304 4587354 140733585913760 18446744073709551615 4236508 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27510/statm: 182707 73861 338 96 0 179269 0
[pid=27511] ppid=27509 vsize=560480 CPUtime=1182.26 cores=4
/proc/27511/stat : 27511 (clasp) R 27509 27509 27036 0 -1 4202496 144326 0 0 0 118178 48 0 0 25 0 1 0 495695392 573931520 136096 33554432000 4194304 4785740 140735938123712 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27511/statm: 140120 136096 340 145 0 137165 0
[pid=27512] ppid=27509 vsize=493580 CPUtime=587.96 cores=6
/proc/27512/stat : 27512 (TNM) R 27509 27509 27036 0 -1 4202496 20728 0 0 0 58793 3 0 0 25 0 1 0 495695392 505425920 20624 33554432000 134512640 134534564 4288021040 18446744073709551615 134530476 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27512/statm: 123395 20624 95 6 0 122061 0
[pid=27513] ppid=27509 vsize=97196 CPUtime=1181.66 cores=2
/proc/27513/stat : 27513 (lingeling) R 27509 27509 27036 0 -1 4202496 39049 0 0 0 118160 6 0 0 25 0 1 0 495695392 99528704 23467 33554432000 4194304 4352236 140737240977568 18446744073709551615 4328066 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/27513/statm: 24299 23467 127 39 0 23379 0
[pid=27514] ppid=27509 vsize=395452 CPUtime=587.92 cores=6
/proc/27514/stat : 27514 (march_hi) R 27509 27509 27036 0 -1 4202496 175669 0 0 0 58769 23 0 0 25 0 1 0 495695392 404942848 49970 33554432000 4194304 4331988 140734753142800 18446744073709551615 4229533 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27514/statm: 98863 49970 172 34 0 97305 0
Current children cumulated CPU time (s) 4721.98
Current children cumulated vsize (KiB) 2295860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 9.68 9.97 9.12 6/181 27551
/proc/meminfo: memFree=24393268/32951124 swapFree=67111524/67111528
[pid=27509] ppid=27507 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27509/stat : 27509 (ppfolio) S 27507 27509 27036 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 495695391 18763776 390 33554432000 4194304 4287625 140735984448624 18446744073709551615 220816256527 0 0 4096 65536 4586882139911356415 0 0 17 4 0 0 0
/proc/27509/statm: 4581 390 341 23 0 91 0
[pid=27510] ppid=27509 vsize=730828 CPUtime=1201.79 cores=0
/proc/27510/stat : 27510 (cryptominisat) R 27509 27509 27036 0 -1 4202496 314652 0 0 0 120095 84 0 0 25 0 1 0 495695392 748367872 75037 33554432000 4194304 4587354 140733585913760 18446744073709551615 220815933084 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27510/statm: 182707 75037 338 96 0 179269 0
[pid=27511] ppid=27509 vsize=560480 CPUtime=1201.87 cores=4
/proc/27511/stat : 27511 (clasp) R 27509 27509 27036 0 -1 4202496 144326 0 0 0 120139 48 0 0 25 0 1 0 495695392 573931520 136096 33554432000 4194304 4785740 140735938123712 18446744073709551615 4278121 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27511/statm: 140120 136096 340 145 0 137165 0
[pid=27512] ppid=27509 vsize=493580 CPUtime=597.75 cores=6
/proc/27512/stat : 27512 (TNM) R 27509 27509 27036 0 -1 4202496 20728 0 0 0 59772 3 0 0 25 0 1 0 495695392 505425920 20624 33554432000 134512640 134534564 4288021040 18446744073709551615 134528730 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27512/statm: 123395 20624 95 6 0 122061 0
[pid=27513] ppid=27509 vsize=97196 CPUtime=1201.27 cores=2
/proc/27513/stat : 27513 (lingeling) R 27509 27509 27036 0 -1 4202496 39049 0 0 0 120121 6 0 0 25 0 1 0 495695392 99528704 23467 33554432000 4194304 4352236 140737240977568 18446744073709551615 4328109 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/27513/statm: 24299 23467 127 39 0 23379 0
[pid=27514] ppid=27509 vsize=395452 CPUtime=597.62 cores=6
/proc/27514/stat : 27514 (march_hi) R 27509 27509 27036 0 -1 4202496 175669 0 0 0 59739 23 0 0 25 0 1 0 495695392 404942848 49970 33554432000 4194304 4331988 140734753142800 18446744073709551615 4229539 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27514/statm: 98863 49970 172 34 0 97305 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 2295860

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27509 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=999
# CPU time returned by wait4() is 0.002998
# while last known CPU time is 4800.3
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.91
CPU time (s): 4800.3
CPU user time (s): 4798.66
CPU system time (s): 1.64
CPU usage (%): 399.388
Max. virtual memory (cumulated for all children) (KiB): 3040260

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

runsolver used 1.78973 second user time and 4.77327 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-29 01:19:55
IDJOB=3282360
IDBENCH=70808
IDSOLVER=1612
FILE ID=node147/3282360-1304032794
RUNJOBID= node147-1304032794-27484
PBS_JOBID= 13170305
Free space on /tmp= 72636 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxor/maxor128.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282360-1304032794/watcher-3282360-1304032794 -o /tmp/evaluation-result-3282360-1304032794/solver-3282360-1304032794 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3282360-1304032794.cnf

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

MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
RANDOM SEED=1210010839

node147.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.836
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.67
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.836
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.836
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.836
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.75
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.836
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.82
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.836
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.76
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.836
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.836
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:      25497140 kB
Buffers:       1020184 kB
Cached:        5804820 kB
SwapCached:          4 kB
Active:        1394000 kB
Inactive:      5614588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25497140 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           35440 kB
Writeback:           0 kB
AnonPages:      182964 kB
Mapped:          16432 kB
Slab:           381556 kB
PageTables:       5520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   784096 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= 72628 MiB
End job on node147 at 2011-04-29 01:39:59