Trace number 3249455

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.18 1201.71

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-7x39.cnf
MD5SUMf717554c4e7f802b3078c48464dbcd9d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1092
Number of clauses64155
Sum of the clauses size253344
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21638
Number of clauses of size 30
Number of clauses of size 462517
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.10	This is pico-portfolio, a naive parallel portfolio
0.00/0.10	Copyright (C) 2011 Olivier Roussel
0.00/0.10	Using 4 processing units
0.00/0.10	This portfolio uses the following solvers:
0.00/0.10	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.10	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.10	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.10	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.10	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.10	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.10	Starting clasp 1.3.6 on core(s) 4
0.00/0.10	Starting TNM 2009 on core(s) 6
0.00/0.10	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.10	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-3249455-1304083980/watcher-3249455-1304083980 -o /tmp/evaluation-result-3249455-1304083980/solver-3249455-1304083980 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3249455-1304083980.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: 10.21 10.08 9.53 6/182 645
/proc/meminfo: memFree=31066200/32950928 swapFree=67111404/67111528
[pid=645] ppid=643 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/645/stat : 645 (ppfolio) R 643 645 32278 0 -1 4194304 450 0 0 0 0 0 0 0 25 0 1 0 519996762 18763776 387 33554432000 4194304 4287625 140736096125984 18446744073709551615 235594686869 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/645/statm: 4581 387 338 23 0 91 0

[startup+0.469014 s]
/proc/loadavg: 10.21 10.08 9.53 6/182 645
/proc/meminfo: memFree=31066200/32950928 swapFree=67111404/67111528
[pid=645] ppid=643 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/645/stat : 645 (ppfolio) S 643 645 32278 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 519996762 18763776 390 33554432000 4194304 4287625 140736096125984 18446744073709551615 235594886671 0 0 4096 65536 9766971689433825279 0 0 17 4 0 0 0
/proc/645/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.50101 s]
/proc/loadavg: 10.21 10.08 9.53 6/182 645
/proc/meminfo: memFree=31066200/32950928 swapFree=67111404/67111528
[pid=645] ppid=643 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/645/stat : 645 (ppfolio) S 643 645 32278 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 519996762 18763776 390 33554432000 4194304 4287625 140736096125984 18446744073709551615 235594886671 0 0 4096 65536 9766971689433825279 0 0 17 4 0 0 0
/proc/645/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.600992 s]
/proc/loadavg: 10.21 10.08 9.53 6/182 645
/proc/meminfo: memFree=31066200/32950928 swapFree=67111404/67111528
[pid=645] ppid=643 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/645/stat : 645 (ppfolio) S 643 645 32278 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 519996762 18763776 390 33554432000 4194304 4287625 140736096125984 18446744073709551615 235594886671 0 0 4096 65536 9766971689433825279 0 0 17 4 0 0 0
/proc/645/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700973 s]
/proc/loadavg: 10.21 10.08 9.53 6/182 645
/proc/meminfo: memFree=31066200/32950928 swapFree=67111404/67111528
[pid=645] ppid=643 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/645/stat : 645 (ppfolio) S 643 645 32278 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 519996762 18763776 390 33554432000 4194304 4287625 140736096125984 18446744073709551615 235594886671 0 0 4096 65536 9766971689433825279 0 0 17 4 0 0 0
/proc/645/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50683 s]
/proc/loadavg: 10.19 10.08 9.53 11/188 651
/proc/meminfo: memFree=31002912/32950928 swapFree=67111404/67111528
[pid=645] ppid=643 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/645/stat : 645 (ppfolio) S 643 645 32278 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 519996762 18763776 390 33554432000 4194304 4287625 140736096125984 18446744073709551615 235594886671 0 0 4096 65536 9766971689433825279 0 0 17 4 0 0 0
/proc/645/statm: 4581 390 341 23 0 91 0
[pid=646] ppid=645 vsize=54528 CPUtime=1.49 cores=0
/proc/646/stat : 646 (cryptominisat) R 645 645 32278 0 -1 4202496 12181 0 0 0 148 1 0 0 25 0 1 0 519996763 55836672 7796 33554432000 4194304 4587354 140734838649856 18446744073709551615 4388248 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/646/statm: 13632 7796 337 96 0 10194 0
[pid=647] ppid=645 vsize=26684 CPUtime=1.49 cores=4
/proc/647/stat : 647 (clasp) R 645 645 32278 0 -1 4202496 4485 0 0 0 149 0 0 0 25 0 1 0 519996763 27324416 3948 33554432000 4194304 4785740 140733477941584 18446744073709551615 4278073 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/647/statm: 6671 3948 340 145 0 3716 0
[pid=648] ppid=645 vsize=456748 CPUtime=0.74 cores=6
/proc/648/stat : 648 (TNM) R 645 645 32278 0 -1 4202496 1729 0 0 0 74 0 0 0 25 0 1 0 519996763 467709952 1625 33554432000 134512640 134534564 4290322544 18446744073709551615 134524541 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/648/statm: 114187 1625 91 6 0 112853 0
[pid=649] ppid=645 vsize=13244 CPUtime=1.5 cores=2
/proc/649/stat : 649 (lingeling) R 645 645 32278 0 -1 4202496 2853 0 0 0 150 0 0 0 25 0 1 0 519996763 13561856 2473 33554432000 4194304 4352236 140736976865424 18446744073709551615 4328568 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/649/statm: 3311 2473 127 39 0 2391 0
[pid=650] ppid=645 vsize=15412 CPUtime=0.73 cores=6
/proc/650/stat : 650 (march_hi) R 645 645 32278 0 -1 4202496 7538 0 0 0 73 0 0 0 25 0 1 0 519996763 15781888 1785 33554432000 4194304 4331988 140737241905088 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/650/statm: 3853 1785 150 34 0 2295 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 584940

[startup+3.10055 s]
/proc/loadavg: 10.19 10.08 9.53 11/188 651
/proc/meminfo: memFree=30984192/32950928 swapFree=67111404/67111528
[pid=645] ppid=643 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/645/stat : 645 (ppfolio) S 643 645 32278 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 519996762 18763776 390 33554432000 4194304 4287625 140736096125984 18446744073709551615 235594886671 0 0 4096 65536 9766971689433825279 0 0 17 4 0 0 0
/proc/645/statm: 4581 390 341 23 0 91 0
[pid=646] ppid=645 vsize=84616 CPUtime=3.09 cores=0
/proc/646/stat : 646 (cryptominisat) R 645 645 32278 0 -1 4202496 14686 0 0 0 307 2 0 0 25 0 1 0 519996763 86646784 7650 33554432000 4194304 4587354 140734838649856 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/646/statm: 21154 7650 337 96 0 17716 0
[pid=647] ppid=645 vsize=34512 CPUtime=3.09 cores=4
/proc/647/stat : 647 (clasp) R 645 645 32278 0 -1 4202496 6415 0 0 0 309 0 0 0 25 0 1 0 519996763 35340288 5878 33554432000 4194304 4785740 140733477941584 18446744073709551615 4286919 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/647/statm: 8628 5878 340 145 0 5673 0
[pid=648] ppid=645 vsize=461776 CPUtime=1.54 cores=6
/proc/648/stat : 648 (TNM) R 645 645 32278 0 -1 4202496 2394 0 0 0 154 0 0 0 25 0 1 0 519996763 472858624 2290 33554432000 134512640 134534564 4290322544 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/648/statm: 115444 2290 95 6 0 114110 0
[pid=649] ppid=645 vsize=10956 CPUtime=3.09 cores=2
/proc/649/stat : 649 (lingeling) R 645 645 32278 0 -1 4202496 3077 0 0 0 309 0 0 0 25 0 1 0 519996763 11218944 1901 33554432000 4194304 4352236 140736976865424 18446744073709551615 4270864 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/649/statm: 2739 1901 127 39 0 1819 0
[pid=650] ppid=645 vsize=22040 CPUtime=1.52 cores=6
/proc/650/stat : 650 (march_hi) R 645 645 32278 0 -1 4202496 8938 0 0 0 152 0 0 0 25 0 1 0 519996763 22568960 2632 33554432000 4194304 4331988 140737241905088 18446744073709551615 4228339 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/650/statm: 5510 2632 164 34 0 3952 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 632224

[startup+6.30099 s]
/proc/loadavg: 10.18 10.08 9.53 11/188 651
/proc/meminfo: memFree=30966468/32950928 swapFree=67111404/67111528
[pid=645] ppid=643 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/645/stat : 645 (ppfolio) S 643 645 32278 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 519996762 18763776 390 33554432000 4194304 4287625 140736096125984 18446744073709551615 235594886671 0 0 4096 65536 9766971689433825279 0 0 17 4 0 0 0
/proc/645/statm: 4581 390 341 23 0 91 0
[pid=646] ppid=645 vsize=97068 CPUtime=6.29 cores=0
/proc/646/stat : 646 (cryptominisat) R 645 645 32278 0 -1 4202496 22375 0 0 0 626 3 0 0 25 0 1 0 519996763 99397632 12764 33554432000 4194304 4587354 140734838649856 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/646/statm: 24267 12764 337 96 0 20829 0
[pid=647] ppid=645 vsize=39904 CPUtime=6.29 cores=4
/proc/647/stat : 647 (clasp) R 645 645 32278 0 -1 4202496 7712 0 0 0 628 1 0 0 25 0 1 0 519996763 40861696 7175 33554432000 4194304 4785740 140733477941584 18446744073709551615 4286927 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/647/statm: 9976 7175 340 145 0 7021 0
[pid=648] ppid=645 vsize=461776 CPUtime=3.14 cores=6
/proc/648/stat : 648 (TNM) R 645 645 32278 0 -1 4202496 2394 0 0 0 314 0 0 0 25 0 1 0 519996763 472858624 2290 33554432000 134512640 134534564 4290322544 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/648/statm: 115444 2290 95 6 0 114110 0
[pid=649] ppid=645 vsize=12144 CPUtime=6.29 cores=2
/proc/649/stat : 649 (lingeling) R 645 645 32278 0 -1 4202496 3505 0 0 0 629 0 0 0 25 0 1 0 519996763 12435456 2201 33554432000 4194304 4352236 140736976865424 18446744073709551615 4328184 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/649/statm: 3036 2201 127 39 0 2116 0
[pid=650] ppid=645 vsize=22040 CPUtime=3.1 cores=6
/proc/650/stat : 650 (march_hi) R 645 645 32278 0 -1 4202496 8938 0 0 0 310 0 0 0 25 0 1 0 519996763 22568960 2632 33554432000 4194304 4331988 140737241905088 18446744073709551615 4265477 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/650/statm: 5510 2632 164 34 0 3952 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 651256

[startup+12.7009 s]
/proc/loadavg: 10.16 10.08 9.54 11/188 651
/proc/meminfo: memFree=30929292/32950928 swapFree=67111404/67111528
[pid=645] ppid=643 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/645/stat : 645 (ppfolio) S 643 645 32278 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 519996762 18763776 390 33554432000 4194304 4287625 140736096125984 18446744073709551615 235594886671 0 0 4096 65536 9766971689433825279 0 0 17 4 0 0 0
/proc/645/statm: 4581 390 341 23 0 91 0
[pid=646] ppid=645 vsize=116152 CPUtime=12.69 cores=0
/proc/646/stat : 646 (cryptominisat) R 645 645 32278 0 -1 4202496 27225 0 0 0 1265 4 0 0 25 0 1 0 519996763 118939648 17613 33554432000 4194304 4587354 140734838649856 18446744073709551615 4388352 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/646/statm: 29038 17613 337 96 0 25600 0
[pid=647] ppid=645 vsize=47148 CPUtime=12.69 cores=4
/proc/647/stat : 647 (clasp) R 645 645 32278 0 -1 4202496 9422 0 0 0 1268 1 0 0 25 0 1 0 519996763 48279552 8885 33554432000 4194304 4785740 140733477941584 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/647/statm: 11787 8885 340 145 0 8832 0
[pid=648] ppid=645 vsize=461776 CPUtime=6.31 cores=6
/proc/648/stat : 648 (TNM) R 645 645 32278 0 -1 4202496 2394 0 0 0 631 0 0 0 25 0 1 0 519996763 472858624 2290 33554432000 134512640 134534564 4290322544 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/648/statm: 115444 2290 95 6 0 114110 0
[pid=649] ppid=645 vsize=12532 CPUtime=12.69 cores=2
/proc/649/stat : 649 (lingeling) R 645 645 32278 0 -1 4202496 4047 0 0 0 1269 0 0 0 25 0 1 0 519996763 12832768 2295 33554432000 4194304 4352236 140736976865424 18446744073709551615 4267912 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/649/statm: 3133 2295 127 39 0 2213 0
[pid=650] ppid=645 vsize=22040 CPUtime=6.3 cores=6
/proc/650/stat : 650 (march_hi) R 645 645 32278 0 -1 4202496 8938 0 0 0 630 0 0 0 25 0 1 0 519996763 22568960 2632 33554432000 4194304 4331988 140737241905088 18446744073709551615 235598410441 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/650/statm: 5510 2632 164 34 0 3952 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 677972

[startup+25.5006 s]
/proc/loadavg: 10.21 10.09 9.55 11/188 651
/proc/meminfo: memFree=30895404/32950928 swapFree=67111404/67111528
[pid=645] ppid=643 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/645/stat : 645 (ppfolio) S 643 645 32278 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 519996762 18763776 390 33554432000 4194304 4287625 140736096125984 18446744073709551615 235594886671 0 0 4096 65536 9766971689433825279 0 0 17 4 0 0 0
/proc/645/statm: 4581 390 341 23 0 91 0
[pid=646] ppid=645 vsize=144240 CPUtime=25.49 cores=0
/proc/646/stat : 646 (cryptominisat) R 645 645 32278 0 -1 4202496 30212 0 0 0 2545 4 0 0 25 0 1 0 519996763 147701760 20596 33554432000 4194304 4587354 140734838649856 18446744073709551615 4388352 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/646/statm: 36060 20596 337 96 0 32622 0
[pid=647] ppid=645 vsize=56768 CPUtime=25.49 cores=4
/proc/647/stat : 647 (clasp) R 645 645 32278 0 -1 4202496 11765 0 0 0 2547 2 0 0 25 0 1 0 519996763 58130432 11228 33554432000 4194304 4785740 140733477941584 18446744073709551615 4286927 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/647/statm: 14192 11228 340 145 0 11237 0
[pid=648] ppid=645 vsize=461776 CPUtime=12.64 cores=6
/proc/648/stat : 648 (TNM) R 645 645 32278 0 -1 4202496 2394 0 0 0 1264 0 0 0 25 0 1 0 519996763 472858624 2290 33554432000 134512640 134534564 4290322544 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/648/statm: 115444 2290 95 6 0 114110 0
[pid=649] ppid=645 vsize=14580 CPUtime=25.49 cores=2
/proc/649/stat : 649 (lingeling) R 645 645 32278 0 -1 4202496 5231 0 0 0 2549 0 0 0 25 0 1 0 519996763 14929920 2810 33554432000 4194304 4352236 140736976865424 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/649/statm: 3645 2810 127 39 0 2725 0
[pid=650] ppid=645 vsize=22040 CPUtime=12.7 cores=6
/proc/650/stat : 650 (march_hi) R 645 645 32278 0 -1 4202496 8938 0 0 0 1270 0 0 0 25 0 1 0 519996763 22568960 2632 33554432000 4194304 4331988 140737241905088 18446744073709551615 4265477 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/650/statm: 5510 2632 164 34 0 3952 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 717728

[startup+51.1011 s]
/proc/loadavg: 10.26 10.11 9.57 11/188 652
/proc/meminfo: memFree=30865464/32950928 swapFree=67111404/67111528
[pid=645] ppid=643 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/645/stat : 645 (ppfolio) S 643 645 32278 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 519996762 18763776 390 33554432000 4194304 4287625 140736096125984 18446744073709551615 235594886671 0 0 4096 65536 9766971689433825279 0 0 17 4 0 0 0
/proc/645/statm: 4581 390 341 23 0 91 0
[pid=646] ppid=645 vsize=151644 CPUtime=51.09 cores=0
/proc/646/stat : 646 (cryptominisat) R 645 645 32278 0 -1 4202496 40991 0 0 0 5103 6 0 0 25 0 1 0 519996763 155283456 21310 33554432000 4194304 4587354 140734838649856 18446744073709551615 4388345 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/646/statm: 37911 21310 337 96 0 34473 0
[pid=647] ppid=645 vsize=68028 CPUtime=51.09 cores=4
/proc/647/stat : 647 (clasp) R 645 645 32278 0 -1 4202496 14271 0 0 0 5107 2 0 0 25 0 1 0 519996763 69660672 13734 33554432000 4194304 4785740 140733477941584 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/647/statm: 17007 13734 340 145 0 14052 0
[pid=648] ppid=645 vsize=461776 CPUtime=25.4 cores=6
/proc/648/stat : 648 (TNM) R 645 645 32278 0 -1 4202496 2394 0 0 0 2540 0 0 0 25 0 1 0 519996763 472858624 2290 33554432000 134512640 134534564 4290322544 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/648/statm: 115444 2290 95 6 0 114110 0
[pid=649] ppid=645 vsize=14580 CPUtime=51.09 cores=2

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

/proc/650/statm: 5510 2632 164 34 0 3952 0
Current children cumulated CPU time (s) 3763.99
Current children cumulated vsize (KiB) 871656

[startup+1002.3 s]
/proc/loadavg: 10.15 10.16 9.93 11/188 710
/proc/meminfo: memFree=30848316/32950928 swapFree=67111404/67111528
[pid=645] ppid=643 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/645/stat : 645 (ppfolio) S 643 645 32278 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 519996762 18763776 390 33554432000 4194304 4287625 140736096125984 18446744073709551615 235594886671 0 0 4096 65536 9766971689433825279 0 0 17 4 0 0 0
/proc/645/statm: 4581 390 341 23 0 91 0
[pid=646] ppid=645 vsize=203172 CPUtime=1002.31 cores=0
/proc/646/stat : 646 (cryptominisat) R 645 645 32278 0 -1 4202496 391940 0 0 0 100125 106 0 0 25 0 1 0 519996763 208048128 41938 33554432000 4194304 4587354 140734838649856 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/646/statm: 50793 41938 337 96 0 47355 0
[pid=647] ppid=645 vsize=171248 CPUtime=1002.3 cores=4
/proc/647/stat : 647 (clasp) R 645 645 32278 0 -1 4202496 37798 0 0 0 100223 7 0 0 25 0 1 0 519996763 175357952 37261 33554432000 4194304 4785740 140733477941584 18446744073709551615 4553423 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/647/statm: 42812 37261 340 145 0 39857 0
[pid=648] ppid=645 vsize=461776 CPUtime=498.41 cores=6
/proc/648/stat : 648 (TNM) R 645 645 32278 0 -1 4202496 2394 0 0 0 49841 0 0 0 25 0 1 0 519996763 472858624 2290 33554432000 134512640 134534564 4290322544 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/648/statm: 115444 2290 95 6 0 114110 0
[pid=649] ppid=645 vsize=30336 CPUtime=1002.22 cores=2
/proc/649/stat : 649 (lingeling) R 645 645 32278 0 -1 4202496 59375 0 0 0 100214 8 0 0 25 0 1 0 519996763 31064064 6746 33554432000 4194304 4352236 140736976865424 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/649/statm: 7584 6746 127 39 0 6664 0
[pid=650] ppid=645 vsize=22040 CPUtime=498.42 cores=6
/proc/650/stat : 650 (march_hi) R 645 645 32278 0 -1 4202496 8938 0 0 0 49842 0 0 0 25 0 1 0 519996763 22568960 2632 33554432000 4194304 4331988 140737241905088 18446744073709551615 4265456 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/650/statm: 5510 2632 164 34 0 3952 0
Current children cumulated CPU time (s) 4003.66
Current children cumulated vsize (KiB) 906896

[startup+1062.3 s]
/proc/loadavg: 10.16 10.16 9.94 11/188 712
/proc/meminfo: memFree=30879472/32950928 swapFree=67111404/67111528
[pid=645] ppid=643 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/645/stat : 645 (ppfolio) S 643 645 32278 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 519996762 18763776 390 33554432000 4194304 4287625 140736096125984 18446744073709551615 235594886671 0 0 4096 65536 9766971689433825279 0 0 17 4 0 0 0
/proc/645/statm: 4581 390 341 23 0 91 0
[pid=646] ppid=645 vsize=176124 CPUtime=1062.31 cores=0
/proc/646/stat : 646 (cryptominisat) R 645 645 32278 0 -1 4202496 412603 0 0 0 106119 112 0 0 25 0 1 0 519996763 180350976 32771 33554432000 4194304 4587354 140734838649856 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/646/statm: 44031 32771 337 96 0 40593 0
[pid=647] ppid=645 vsize=172528 CPUtime=1062.31 cores=4
/proc/647/stat : 647 (clasp) R 645 645 32278 0 -1 4202496 38097 0 0 0 106224 7 0 0 25 0 1 0 519996763 176668672 37560 33554432000 4194304 4785740 140733477941584 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/647/statm: 43132 37560 340 145 0 40177 0
[pid=648] ppid=645 vsize=461776 CPUtime=528.26 cores=6
/proc/648/stat : 648 (TNM) R 645 645 32278 0 -1 4202496 2394 0 0 0 52826 0 0 0 25 0 1 0 519996763 472858624 2290 33554432000 134512640 134534564 4290322544 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/648/statm: 115444 2290 95 6 0 114110 0
[pid=649] ppid=645 vsize=34432 CPUtime=1062.21 cores=2
/proc/649/stat : 649 (lingeling) R 645 645 32278 0 -1 4202496 64015 0 0 0 106213 8 0 0 25 0 1 0 519996763 35258368 7770 33554432000 4194304 4352236 140736976865424 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/649/statm: 8608 7770 127 39 0 7688 0
[pid=650] ppid=645 vsize=22040 CPUtime=528.25 cores=6
/proc/650/stat : 650 (march_hi) R 645 645 32278 0 -1 4202496 8938 0 0 0 52825 0 0 0 25 0 1 0 519996763 22568960 2632 33554432000 4194304 4331988 140737241905088 18446744073709551615 4265367 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/650/statm: 5510 2632 164 34 0 3952 0
Current children cumulated CPU time (s) 4243.34
Current children cumulated vsize (KiB) 885224

[startup+1122.3 s]
/proc/loadavg: 10.18 10.17 9.95 11/188 714
/proc/meminfo: memFree=30718572/32950928 swapFree=67111404/67111528
[pid=645] ppid=643 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/645/stat : 645 (ppfolio) S 643 645 32278 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 519996762 18763776 390 33554432000 4194304 4287625 140736096125984 18446744073709551615 235594886671 0 0 4096 65536 9766971689433825279 0 0 17 4 0 0 0
/proc/645/statm: 4581 390 341 23 0 91 0
[pid=646] ppid=645 vsize=161976 CPUtime=1122.32 cores=0
/proc/646/stat : 646 (cryptominisat) R 645 645 32278 0 -1 4202496 429493 0 0 0 112115 117 0 0 25 0 1 0 519996763 165863424 25837 33554432000 4194304 4587354 140734838649856 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/646/statm: 40494 25837 337 96 0 37056 0
[pid=647] ppid=645 vsize=174092 CPUtime=1122.31 cores=4
/proc/647/stat : 647 (clasp) R 645 645 32278 0 -1 4202496 38453 0 0 0 112224 7 0 0 25 0 1 0 519996763 178270208 37916 33554432000 4194304 4785740 140733477941584 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/647/statm: 43523 37916 340 145 0 40568 0
[pid=648] ppid=645 vsize=461776 CPUtime=558.07 cores=6
/proc/648/stat : 648 (TNM) R 645 645 32278 0 -1 4202496 2394 0 0 0 55807 0 0 0 25 0 1 0 519996763 472858624 2290 33554432000 134512640 134534564 4290322544 18446744073709551615 134528348 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/648/statm: 115444 2290 95 6 0 114110 0
[pid=649] ppid=645 vsize=31872 CPUtime=1122.21 cores=2
/proc/649/stat : 649 (lingeling) R 645 645 32278 0 -1 4202496 66767 0 0 0 112212 9 0 0 25 0 1 0 519996763 32636928 7130 33554432000 4194304 4352236 140736976865424 18446744073709551615 4278721 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/649/statm: 7968 7130 127 39 0 7048 0
[pid=650] ppid=645 vsize=22040 CPUtime=558.11 cores=6
/proc/650/stat : 650 (march_hi) R 645 645 32278 0 -1 4202496 8938 0 0 0 55811 0 0 0 25 0 1 0 519996763 22568960 2632 33554432000 4194304 4331988 140737241905088 18446744073709551615 4228327 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/650/statm: 5510 2632 164 34 0 3952 0
Current children cumulated CPU time (s) 4483.02
Current children cumulated vsize (KiB) 870080

[startup+1182.3 s]
/proc/loadavg: 10.15 10.17 9.96 11/188 715
/proc/meminfo: memFree=30635532/32950928 swapFree=67111404/67111528
[pid=645] ppid=643 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/645/stat : 645 (ppfolio) S 643 645 32278 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 519996762 18763776 390 33554432000 4194304 4287625 140736096125984 18446744073709551615 235594886671 0 0 4096 65536 9766971689433825279 0 0 17 4 0 0 0
/proc/645/statm: 4581 390 341 23 0 91 0
[pid=646] ppid=645 vsize=205572 CPUtime=1182.31 cores=0
/proc/646/stat : 646 (cryptominisat) R 645 645 32278 0 -1 4202496 456997 0 0 0 118106 125 0 0 25 0 1 0 519996763 210505728 38861 33554432000 4194304 4587354 140734838649856 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/646/statm: 51393 38861 337 96 0 47955 0
[pid=647] ppid=645 vsize=175160 CPUtime=1182.31 cores=4
/proc/647/stat : 647 (clasp) R 645 645 32278 0 -1 4202496 38729 0 0 0 118224 7 0 0 25 0 1 0 519996763 179363840 38192 33554432000 4194304 4785740 140733477941584 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/647/statm: 43790 38192 340 145 0 40835 0
[pid=648] ppid=645 vsize=461776 CPUtime=587.94 cores=6
/proc/648/stat : 648 (TNM) R 645 645 32278 0 -1 4202496 2394 0 0 0 58794 0 0 0 25 0 1 0 519996763 472858624 2290 33554432000 134512640 134534564 4290322544 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/648/statm: 115444 2290 95 6 0 114110 0
[pid=649] ppid=645 vsize=28036 CPUtime=1182.21 cores=2
/proc/649/stat : 649 (lingeling) R 645 645 32278 0 -1 4202496 68688 0 0 0 118212 9 0 0 25 0 1 0 519996763 28708864 6171 33554432000 4194304 4352236 140736976865424 18446744073709551615 4329024 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/649/statm: 7009 6171 127 39 0 6089 0
[pid=650] ppid=645 vsize=22040 CPUtime=587.91 cores=6
/proc/650/stat : 650 (march_hi) R 645 645 32278 0 -1 4202496 8938 0 0 0 58791 0 0 0 25 0 1 0 519996763 22568960 2632 33554432000 4194304 4331988 140737241905088 18446744073709551615 4265345 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/650/statm: 5510 2632 164 34 0 3952 0
Current children cumulated CPU time (s) 4722.68
Current children cumulated vsize (KiB) 910908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.34 10.21 9.98 11/188 716
/proc/meminfo: memFree=30672328/32950928 swapFree=67111404/67111528
[pid=645] ppid=643 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/645/stat : 645 (ppfolio) S 643 645 32278 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 519996762 18763776 390 33554432000 4194304 4287625 140736096125984 18446744073709551615 235594886671 0 0 4096 65536 9766971689433825279 0 0 17 4 0 0 0
/proc/645/statm: 4581 390 341 23 0 91 0
[pid=646] ppid=645 vsize=121336 CPUtime=1201.72 cores=0
/proc/646/stat : 646 (cryptominisat) R 645 645 32278 0 -1 4202496 463436 0 0 0 120045 127 0 0 25 0 1 0 519996763 124248064 27019 33554432000 4194304 4587354 140734838649856 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/646/statm: 30334 27019 337 96 0 26896 0
[pid=647] ppid=645 vsize=175160 CPUtime=1201.71 cores=4
/proc/647/stat : 647 (clasp) R 645 645 32278 0 -1 4202496 38729 0 0 0 120164 7 0 0 25 0 1 0 519996763 179363840 38192 33554432000 4194304 4785740 140733477941584 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/647/statm: 43790 38192 340 145 0 40835 0
[pid=648] ppid=645 vsize=461776 CPUtime=597.55 cores=6
/proc/648/stat : 648 (TNM) R 645 645 32278 0 -1 4202496 2394 0 0 0 59755 0 0 0 25 0 1 0 519996763 472858624 2290 33554432000 134512640 134534564 4290322544 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/648/statm: 115444 2290 95 6 0 114110 0
[pid=649] ppid=645 vsize=32388 CPUtime=1201.6 cores=2
/proc/649/stat : 649 (lingeling) R 645 645 32278 0 -1 4202496 69776 0 0 0 120151 9 0 0 25 0 1 0 519996763 33165312 7259 33554432000 4194304 4352236 140736976865424 18446744073709551615 4278701 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/649/statm: 8097 7259 127 39 0 7177 0
[pid=650] ppid=645 vsize=22040 CPUtime=597.6 cores=6
/proc/650/stat : 650 (march_hi) R 645 645 32278 0 -1 4202496 8938 0 0 0 59760 0 0 0 25 0 1 0 519996763 22568960 2632 33554432000 4194304 4331988 140737241905088 18446744073709551615 4299872 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/650/statm: 5510 2632 164 34 0 3952 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 831024

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.34 10.21 9.98 11/188 716
/proc/meminfo: memFree=30672328/32950928 swapFree=67111404/67111528
[pid=645] ppid=643 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/645/stat : 645 (ppfolio) S 643 645 32278 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 519996762 18763776 390 33554432000 4194304 4287625 140736096125984 18446744073709551615 235594886671 0 0 4096 65536 9766971689433825279 0 0 17 4 0 0 0
/proc/645/statm: 4581 390 341 23 0 91 0
[pid=646] ppid=645 vsize=121336 CPUtime=1201.72 cores=0
/proc/646/stat : 646 (cryptominisat) R 645 645 32278 0 -1 4202496 463436 0 0 0 120045 127 0 0 25 0 1 0 519996763 124248064 27019 33554432000 4194304 4587354 140734838649856 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/646/statm: 30334 27019 337 96 0 26896 0
[pid=647] ppid=645 vsize=175160 CPUtime=1201.71 cores=4
/proc/647/stat : 647 (clasp) R 645 645 32278 0 -1 4202496 38729 0 0 0 120164 7 0 0 25 0 1 0 519996763 179363840 38192 33554432000 4194304 4785740 140733477941584 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/647/statm: 43790 38192 340 145 0 40835 0
[pid=648] ppid=645 vsize=461776 CPUtime=597.55 cores=6
/proc/648/stat : 648 (TNM) R 645 645 32278 0 -1 4202496 2394 0 0 0 59755 0 0 0 25 0 1 0 519996763 472858624 2290 33554432000 134512640 134534564 4290322544 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/648/statm: 115444 2290 95 6 0 114110 0
[pid=649] ppid=645 vsize=32388 CPUtime=1201.6 cores=2
/proc/649/stat : 649 (lingeling) R 645 645 32278 0 -1 4202496 69776 0 0 0 120151 9 0 0 25 0 1 0 519996763 33165312 7259 33554432000 4194304 4352236 140736976865424 18446744073709551615 4278701 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/649/statm: 8097 7259 127 39 0 7177 0
[pid=650] ppid=645 vsize=22040 CPUtime=597.6 cores=6
/proc/650/stat : 650 (march_hi) R 645 645 32278 0 -1 4202496 8938 0 0 0 59760 0 0 0 25 0 1 0 519996763 22568960 2632 33554432000 4194304 4331988 140737241905088 18446744073709551615 4299872 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/650/statm: 5510 2632 164 34 0 3952 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 831024

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 645 and gives
#  childrusage.ru_utime.tv_sec=1799
#  childrusage.ru_utime.tv_usec=77498
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=114982
# CPU time returned by wait4() is 1799.19
# while last known CPU time is 4800.18
#
# 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.18
CPU user time (s): 4798.75
CPU system time (s): 1.43
CPU usage (%): 399.445
Max. virtual memory (cumulated for all children) (KiB): 980836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 0.114982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72695
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= 335
involuntary context switches= 16933

runsolver used 1.86871 second user time and 4.69429 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-29 15:33:00
IDJOB=3249455
IDBENCH=83170
IDSOLVER=1612
FILE ID=node120/3249455-1304083980
RUNJOBID= node120-1304078919-32296
PBS_JOBID= 13170527
Free space on /tmp= 72064 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-7x39.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249455-1304083980/watcher-3249455-1304083980 -o /tmp/evaluation-result-3249455-1304083980/solver-3249455-1304083980 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3249455-1304083980.cnf

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

MD5SUM BENCH= f717554c4e7f802b3078c48464dbcd9d
RANDOM SEED=1549356190

node120.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	: 5226.07
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.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.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.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.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.78
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.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.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.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.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31066364 kB
Buffers:        465068 kB
Cached:         614376 kB
SwapCached:          8 kB
Active:         797620 kB
Inactive:       726828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31066364 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:           11288 kB
Writeback:           0 kB
AnonPages:      444384 kB
Mapped:          16920 kB
Slab:           296100 kB
PageTables:       5888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2987580 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= 72052 MiB
End job on node120 at 2011-04-29 15:53:04