Trace number 3191087

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) 3893.43 1300.01

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S635440951-015.UNKNOWN.cnf
MD5SUM84865a406d2a10d67b7d2a7ac3e327ce
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

Solver Data

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

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-3191087-1304057510/watcher-3191087-1304057510 -o /tmp/evaluation-result-3191087-1304057510/solver-3191087-1304057510 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191087-1304057510.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: 8.15 8.34 8.54 6/181 31230
/proc/meminfo: memFree=27711884/32951124 swapFree=67111356/67111528
[pid=31230] ppid=31228 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31230/stat : 31230 (ppfolio) R 31228 31230 30345 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 517348742 18763776 390 33554432000 4194304 4287625 140737420448976 18446744073709551615 218905751055 0 0 4096 65536 0 0 0 17 0 0 0 0
/proc/31230/statm: 4581 390 341 23 0 91 0

[startup+0.023889 s]
/proc/loadavg: 8.15 8.34 8.54 6/181 31230
/proc/meminfo: memFree=27711884/32951124 swapFree=67111356/67111528
[pid=31230] ppid=31228 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31230/stat : 31230 (ppfolio) R 31228 31230 30345 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 517348742 18763776 390 33554432000 4194304 4287625 140737420448976 18446744073709551615 218905751055 0 0 4096 65536 0 0 0 17 0 0 0 0
/proc/31230/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100875 s]
/proc/loadavg: 8.15 8.34 8.54 6/181 31230
/proc/meminfo: memFree=27711884/32951124 swapFree=67111356/67111528
[pid=31230] ppid=31228 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31230/stat : 31230 (ppfolio) R 31228 31230 30345 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 517348742 18763776 390 33554432000 4194304 4287625 140737420448976 18446744073709551615 218905751055 0 0 4096 65536 0 0 0 17 0 0 0 0
/proc/31230/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300841 s]
/proc/loadavg: 8.15 8.34 8.54 6/181 31230
/proc/meminfo: memFree=27711884/32951124 swapFree=67111356/67111528
[pid=31230] ppid=31228 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31230/stat : 31230 (ppfolio) R 31228 31230 30345 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 517348742 18763776 390 33554432000 4194304 4287625 140737420448976 18446744073709551615 218905751055 0 0 4096 65536 0 0 0 17 0 0 0 0
/proc/31230/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700784 s]
/proc/loadavg: 8.15 8.34 8.54 6/181 31230
/proc/meminfo: memFree=27711884/32951124 swapFree=67111356/67111528
[pid=31230] ppid=31228 vsize=18324 CPUtime=0.3 cores=0,2,4,6
/proc/31230/stat : 31230 (ppfolio) S 31228 31230 30345 0 -1 4202496 524 1473 0 0 0 0 30 0 25 0 1 0 517348742 18763776 391 33554432000 4194304 4287625 140737420448976 18446744073709551615 218905751055 0 0 4096 65536 9224195386380386304 0 0 17 0 0 0 0
/proc/31230/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 18324

[startup+1.50064 s]
/proc/loadavg: 8.15 8.34 8.54 9/186 31236
/proc/meminfo: memFree=27703040/32951124 swapFree=67111356/67111528
[pid=31230] ppid=31228 vsize=18324 CPUtime=0.3 cores=0,2,4,6
/proc/31230/stat : 31230 (ppfolio) S 31228 31230 30345 0 -1 4202496 524 1473 0 0 0 0 30 0 15 0 1 0 517348742 18763776 391 33554432000 4194304 4287625 140737420448976 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639362 0 0 17 0 0 0 0
/proc/31230/statm: 4581 391 342 23 0 91 0
[pid=31232] ppid=31230 vsize=14908 CPUtime=1.49 cores=4
/proc/31232/stat : 31232 (clasp) R 31230 31230 30345 0 -1 4202496 1159 0 0 0 149 0 0 0 20 0 1 0 517348743 15265792 1050 33554432000 4194304 4785740 140734689148160 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31232/statm: 3727 1050 341 145 0 772 0
[pid=31233] ppid=31230 vsize=452656 CPUtime=0.79 cores=6
/proc/31233/stat : 31233 (TNM) R 31230 31230 30345 0 -1 4202496 451 0 0 0 79 0 0 0 25 0 1 0 517348743 463519744 347 33554432000 134512640 134534564 4288064240 18446744073709551615 134524698 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31233/statm: 113164 347 91 6 0 111830 0
[pid=31234] ppid=31230 vsize=7420 CPUtime=1.49 cores=2
/proc/31234/stat : 31234 (lingeling) R 31230 31230 30345 0 -1 4202496 1471 0 0 0 149 0 0 0 25 0 1 0 517348743 7598080 1018 33554432000 4194304 4352236 140734766894736 18446744073709551615 4328059 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31234/statm: 1855 1018 127 39 0 935 0
[pid=31235] ppid=31230 vsize=8072 CPUtime=0.68 cores=6
/proc/31235/stat : 31235 (march_hi) R 31230 31230 30345 0 -1 4202496 1513 0 0 0 68 0 0 0 25 0 1 0 517348743 8265728 519 33554432000 4194304 4331988 140736123600752 18446744073709551615 4299158 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31235/statm: 2018 519 174 34 0 460 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 501380

[startup+3.10035 s]
/proc/loadavg: 8.15 8.34 8.54 9/186 31236
/proc/meminfo: memFree=27693004/32951124 swapFree=67111356/67111528
[pid=31230] ppid=31228 vsize=18324 CPUtime=0.3 cores=0,2,4,6
/proc/31230/stat : 31230 (ppfolio) S 31228 31230 30345 0 -1 4202496 524 1473 0 0 0 0 30 0 15 0 1 0 517348742 18763776 391 33554432000 4194304 4287625 140737420448976 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639362 0 0 17 0 0 0 0
/proc/31230/statm: 4581 391 342 23 0 91 0
[pid=31232] ppid=31230 vsize=15512 CPUtime=3.09 cores=4
/proc/31232/stat : 31232 (clasp) R 31230 31230 30345 0 -1 4202496 1326 0 0 0 309 0 0 0 25 0 1 0 517348743 15884288 1217 33554432000 4194304 4785740 140734689148160 18446744073709551615 4309691 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31232/statm: 3878 1217 341 145 0 923 0
[pid=31233] ppid=31230 vsize=456484 CPUtime=1.59 cores=6
/proc/31233/stat : 31233 (TNM) R 31230 31230 30345 0 -1 4202496 519 0 0 0 159 0 0 0 25 0 1 0 517348743 467439616 415 33554432000 134512640 134534564 4288064240 18446744073709551615 134528488 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31233/statm: 114121 415 95 6 0 112787 0
[pid=31234] ppid=31230 vsize=7936 CPUtime=3.09 cores=2
/proc/31234/stat : 31234 (lingeling) R 31230 31230 30345 0 -1 4202496 1840 0 0 0 309 0 0 0 25 0 1 0 517348743 8126464 1163 33554432000 4194304 4352236 140734766894736 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31234/statm: 1984 1163 127 39 0 1064 0
[pid=31235] ppid=31230 vsize=8260 CPUtime=1.48 cores=6
/proc/31235/stat : 31235 (march_hi) R 31230 31230 30345 0 -1 4202496 1535 0 0 0 148 0 0 0 25 0 1 0 517348743 8458240 541 33554432000 4194304 4331988 140736123600752 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31235/statm: 2065 541 174 34 0 507 0
Current children cumulated CPU time (s) 9.55
Current children cumulated vsize (KiB) 506516

[startup+6.30077 s]
/proc/loadavg: 8.13 8.34 8.53 9/186 31236
/proc/meminfo: memFree=27690152/32951124 swapFree=67111356/67111528
[pid=31230] ppid=31228 vsize=18324 CPUtime=0.3 cores=0,2,4,6
/proc/31230/stat : 31230 (ppfolio) S 31228 31230 30345 0 -1 4202496 524 1473 0 0 0 0 30 0 15 0 1 0 517348742 18763776 391 33554432000 4194304 4287625 140737420448976 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639362 0 0 17 0 0 0 0
/proc/31230/statm: 4581 391 342 23 0 91 0
[pid=31232] ppid=31230 vsize=16620 CPUtime=6.29 cores=4
/proc/31232/stat : 31232 (clasp) R 31230 31230 30345 0 -1 4202496 1573 0 0 0 629 0 0 0 25 0 1 0 517348743 17018880 1464 33554432000 4194304 4785740 140734689148160 18446744073709551615 4277630 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31232/statm: 4155 1464 341 145 0 1200 0
[pid=31233] ppid=31230 vsize=456484 CPUtime=3.19 cores=6
/proc/31233/stat : 31233 (TNM) R 31230 31230 30345 0 -1 4202496 519 0 0 0 319 0 0 0 25 0 1 0 517348743 467439616 415 33554432000 134512640 134534564 4288064240 18446744073709551615 134530126 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31233/statm: 114121 415 95 6 0 112787 0
[pid=31234] ppid=31230 vsize=8152 CPUtime=6.29 cores=2
/proc/31234/stat : 31234 (lingeling) R 31230 31230 30345 0 -1 4202496 2417 0 0 0 629 0 0 0 25 0 1 0 517348743 8347648 1233 33554432000 4194304 4352236 140734766894736 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31234/statm: 2038 1233 127 39 0 1118 0
[pid=31235] ppid=31230 vsize=8564 CPUtime=3.06 cores=6
/proc/31235/stat : 31235 (march_hi) R 31230 31230 30345 0 -1 4202496 1630 0 0 0 306 0 0 0 25 0 1 0 517348743 8769536 636 33554432000 4194304 4331988 140736123600752 18446744073709551615 4210430 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31235/statm: 2141 636 174 34 0 583 0
Current children cumulated CPU time (s) 19.13
Current children cumulated vsize (KiB) 508144

[startup+12.7006 s]
/proc/loadavg: 8.12 8.33 8.53 9/186 31236
/proc/meminfo: memFree=27685236/32951124 swapFree=67111356/67111528
[pid=31230] ppid=31228 vsize=18324 CPUtime=0.3 cores=0,2,4,6
/proc/31230/stat : 31230 (ppfolio) S 31228 31230 30345 0 -1 4202496 524 1473 0 0 0 0 30 0 15 0 1 0 517348742 18763776 391 33554432000 4194304 4287625 140737420448976 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639362 0 0 17 0 0 0 0
/proc/31230/statm: 4581 391 342 23 0 91 0
[pid=31232] ppid=31230 vsize=18212 CPUtime=12.69 cores=4
/proc/31232/stat : 31232 (clasp) R 31230 31230 30345 0 -1 4202496 1920 0 0 0 1269 0 0 0 25 0 1 0 517348743 18649088 1811 33554432000 4194304 4785740 140734689148160 18446744073709551615 4287186 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31232/statm: 4553 1811 341 145 0 1598 0
[pid=31233] ppid=31230 vsize=456484 CPUtime=6.39 cores=6
/proc/31233/stat : 31233 (TNM) R 31230 31230 30345 0 -1 4202496 519 0 0 0 639 0 0 0 25 0 1 0 517348743 467439616 415 33554432000 134512640 134534564 4288064240 18446744073709551615 134528926 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31233/statm: 114121 415 95 6 0 112787 0
[pid=31234] ppid=31230 vsize=10584 CPUtime=12.69 cores=2
/proc/31234/stat : 31234 (lingeling) R 31230 31230 30345 0 -1 4202496 4049 0 0 0 1269 0 0 0 25 0 1 0 517348743 10838016 1841 33554432000 4194304 4352236 140734766894736 18446744073709551615 4328345 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31234/statm: 2646 1841 127 39 0 1726 0
[pid=31235] ppid=31230 vsize=8944 CPUtime=6.22 cores=6
/proc/31235/stat : 31235 (march_hi) R 31230 31230 30345 0 -1 4202496 1720 0 0 0 622 0 0 0 25 0 1 0 517348743 9158656 726 33554432000 4194304 4331988 140736123600752 18446744073709551615 4210438 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31235/statm: 2236 726 175 34 0 678 0
Current children cumulated CPU time (s) 38.29
Current children cumulated vsize (KiB) 512548

[startup+25.5003 s]
/proc/loadavg: 8.16 8.33 8.53 9/186 31237
/proc/meminfo: memFree=27680392/32951124 swapFree=67111356/67111528
[pid=31230] ppid=31228 vsize=18324 CPUtime=0.3 cores=0,2,4,6
/proc/31230/stat : 31230 (ppfolio) S 31228 31230 30345 0 -1 4202496 524 1473 0 0 0 0 30 0 15 0 1 0 517348742 18763776 391 33554432000 4194304 4287625 140737420448976 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639362 0 0 17 0 0 0 0
/proc/31230/statm: 4581 391 342 23 0 91 0
[pid=31232] ppid=31230 vsize=20184 CPUtime=25.49 cores=4
/proc/31232/stat : 31232 (clasp) R 31230 31230 30345 0 -1 4202496 2351 0 0 0 2549 0 0 0 25 0 1 0 517348743 20668416 2242 33554432000 4194304 4785740 140734689148160 18446744073709551615 4287096 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31232/statm: 5046 2242 341 145 0 2091 0
[pid=31233] ppid=31230 vsize=456484 CPUtime=12.73 cores=6
/proc/31233/stat : 31233 (TNM) R 31230 31230 30345 0 -1 4202496 519 0 0 0 1273 0 0 0 25 0 1 0 517348743 467439616 415 33554432000 134512640 134534564 4288064240 18446744073709551615 134528730 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31233/statm: 114121 415 95 6 0 112787 0
[pid=31234] ppid=31230 vsize=11140 CPUtime=25.48 cores=2
/proc/31234/stat : 31234 (lingeling) R 31230 31230 30345 0 -1 4202496 6108 0 0 0 2548 0 0 0 25 0 1 0 517348743 11407360 1980 33554432000 4194304 4352236 140734766894736 18446744073709551615 4329024 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31234/statm: 2785 1980 127 39 0 1865 0
[pid=31235] ppid=31230 vsize=9796 CPUtime=12.62 cores=6
/proc/31235/stat : 31235 (march_hi) R 31230 31230 30345 0 -1 4202496 1897 0 0 0 1262 0 0 0 25 0 1 0 517348743 10031104 903 33554432000 4194304 4331988 140736123600752 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31235/statm: 2449 903 175 34 0 891 0
Current children cumulated CPU time (s) 76.62
Current children cumulated vsize (KiB) 515928

[startup+51.1006 s]
/proc/loadavg: 8.16 8.32 8.52 9/186 31237
/proc/meminfo: memFree=27670184/32951124 swapFree=67111356/67111528
[pid=31230] ppid=31228 vsize=18324 CPUtime=0.3 cores=0,2,4,6
/proc/31230/stat : 31230 (ppfolio) S 31228 31230 30345 0 -1 4202496 524 1473 0 0 0 0 30 0 15 0 1 0 517348742 18763776 391 33554432000 4194304 4287625 140737420448976 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639362 0 0 17 0 0 0 0
/proc/31230/statm: 4581 391 342 23 0 91 0
[pid=31232] ppid=31230 vsize=22968 CPUtime=51.08 cores=4
/proc/31232/stat : 31232 (clasp) R 31230 31230 30345 0 -1 4202496 3000 0 0 0 5108 0 0 0 25 0 1 0 517348743 23519232 2891 33554432000 4194304 4785740 140734689148160 18446744073709551615 4553375 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31232/statm: 5742 2891 341 145 0 2787 0
[pid=31233] ppid=31230 vsize=456484 CPUtime=25.49 cores=6
/proc/31233/stat : 31233 (TNM) R 31230 31230 30345 0 -1 4202496 519 0 0 0 2549 0 0 0 25 0 1 0 517348743 467439616 415 33554432000 134512640 134534564 4288064240 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31233/statm: 114121 415 95 6 0 112787 0
[pid=31234] ppid=31230 vsize=15876 CPUtime=51.08 cores=2
/proc/31234/stat : 31234 (lingeling) R 31230 31230 30345 0 -1 4202496 10844 0 0 0 5107 1 0 0 25 0 1 0 517348743 16257024 3164 33554432000 4194304 4352236 140734766894736 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31234/statm: 3969 3164 127 39 0 3049 0
[pid=31235] ppid=31230 vsize=11712 CPUtime=25.32 cores=6
/proc/31235/stat : 31235 (march_hi) R 31230 31230 30345 0 -1 4202496 2237 0 0 0 2532 0 0 0 25 0 1 0 517348743 11993088 1243 33554432000 4194304 4331988 140736123600752 18446744073709551615 4239596 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31235/statm: 2928 1243 175 34 0 1370 0
Current children cumulated CPU time (s) 153.27
Current children cumulated vsize (KiB) 525364

[startup+102.306 s]
/proc/loadavg: 8.18 8.30 8.50 9/186 31239
/proc/meminfo: memFree=27657516/32951124 swapFree=67111356/67111528
[pid=31230] ppid=31228 vsize=18324 CPUtime=0.3 cores=0,2,4,6
/proc/31230/stat : 31230 (ppfolio) S 31228 31230 30345 0 -1 4202496 524 1473 0 0 0 0 30 0 15 0 1 0 517348742 18763776 391 33554432000 4194304 4287625 140737420448976 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639362 0 0 17 0 0 0 0
/proc/31230/statm: 4581 391 342 23 0 91 0
[pid=31232] ppid=31230 vsize=25768 CPUtime=102.29 cores=4
/proc/31232/stat : 31232 (clasp) R 31230 31230 30345 0 -1 4202496 3627 0 0 0 10229 0 0 0 25 0 1 0 517348743 26386432 3518 33554432000 4194304 4785740 140734689148160 18446744073709551615 4287024 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31232/statm: 6442 3518 341 145 0 3487 0
[pid=31233] ppid=31230 vsize=456484 CPUtime=50.92 cores=6

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

[pid=31232] ppid=31230 vsize=40732 CPUtime=882.24 cores=4
/proc/31232/stat : 31232 (clasp) R 31230 31230 30345 0 -1 4202496 7037 0 0 0 88223 1 0 0 25 0 1 0 517348743 41709568 6844 33554432000 4194304 4785740 140734689148160 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31232/statm: 10183 6844 341 145 0 7228 0
[pid=31233] ppid=31230 vsize=456484 CPUtime=438.82 cores=6
/proc/31233/stat : 31233 (TNM) R 31230 31230 30345 0 -1 4202496 519 0 0 0 43882 0 0 0 25 0 1 0 517348743 467439616 415 33554432000 134512640 134534564 4288064240 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31233/statm: 114121 415 95 6 0 112787 0
[pid=31234] ppid=31230 vsize=36588 CPUtime=882.31 cores=2
/proc/31234/stat : 31234 (lingeling) R 31230 31230 30345 0 -1 4202496 73486 0 0 0 88221 10 0 0 25 0 1 0 517348743 37466112 8342 33554432000 4194304 4352236 140734766894736 18446744073709551615 4328085 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31234/statm: 9147 8342 127 39 0 8227 0
[pid=31235] ppid=31230 vsize=68084 CPUtime=438.71 cores=6
/proc/31235/stat : 31235 (march_hi) R 31230 31230 30345 0 -1 4202496 12322 0 0 0 43866 5 0 0 25 0 1 0 517348743 69718016 11328 33554432000 4194304 4331988 140736123600752 18446744073709551615 4210430 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31235/statm: 17021 11328 175 34 0 15463 0
Current children cumulated CPU time (s) 2642.38
Current children cumulated vsize (KiB) 620212

[startup+942.301 s]
/proc/loadavg: 4.27 6.30 7.56 5/176 31279
/proc/meminfo: memFree=27692472/32951124 swapFree=67111356/67111528
[pid=31230] ppid=31228 vsize=18324 CPUtime=0.3 cores=0,2,4,6
/proc/31230/stat : 31230 (ppfolio) S 31228 31230 30345 0 -1 4202496 524 1473 0 0 0 0 30 0 15 0 1 0 517348742 18763776 391 33554432000 4194304 4287625 140737420448976 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639362 0 0 17 0 0 0 0
/proc/31230/statm: 4581 391 342 23 0 91 0
[pid=31232] ppid=31230 vsize=41556 CPUtime=942.23 cores=4
/proc/31232/stat : 31232 (clasp) R 31230 31230 30345 0 -1 4202496 7238 0 0 0 94222 1 0 0 25 0 1 0 517348743 42553344 7045 33554432000 4194304 4785740 140734689148160 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31232/statm: 10389 7045 341 145 0 7434 0
[pid=31233] ppid=31230 vsize=456484 CPUtime=468.69 cores=6
/proc/31233/stat : 31233 (TNM) R 31230 31230 30345 0 -1 4202496 519 0 0 0 46869 0 0 0 25 0 1 0 517348743 467439616 415 33554432000 134512640 134534564 4288064240 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31233/statm: 114121 415 95 6 0 112787 0
[pid=31234] ppid=31230 vsize=37360 CPUtime=942.31 cores=2
/proc/31234/stat : 31234 (lingeling) R 31230 31230 30345 0 -1 4202496 76751 0 0 0 94221 10 0 0 25 0 1 0 517348743 38256640 8535 33554432000 4194304 4352236 140734766894736 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31234/statm: 9340 8535 127 39 0 8420 0
[pid=31235] ppid=31230 vsize=68084 CPUtime=468.54 cores=6
/proc/31235/stat : 31235 (march_hi) R 31230 31230 30345 0 -1 4202496 12994 0 0 0 46849 5 0 0 25 0 1 0 517348743 69718016 12000 33554432000 4194304 4331988 140736123600752 18446744073709551615 4299194 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31235/statm: 17021 12000 175 34 0 15463 0
Current children cumulated CPU time (s) 2822.07
Current children cumulated vsize (KiB) 621808

[startup+1002.3 s]
/proc/loadavg: 4.19 5.91 7.34 5/176 31281
/proc/meminfo: memFree=27687464/32951124 swapFree=67111356/67111528
[pid=31230] ppid=31228 vsize=18324 CPUtime=0.3 cores=0,2,4,6
/proc/31230/stat : 31230 (ppfolio) S 31228 31230 30345 0 -1 4202496 524 1473 0 0 0 0 30 0 15 0 1 0 517348742 18763776 391 33554432000 4194304 4287625 140737420448976 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639362 0 0 17 0 0 0 0
/proc/31230/statm: 4581 391 342 23 0 91 0
[pid=31232] ppid=31230 vsize=41844 CPUtime=1002.23 cores=4
/proc/31232/stat : 31232 (clasp) R 31230 31230 30345 0 -1 4202496 7329 0 0 0 100222 1 0 0 25 0 1 0 517348743 42848256 7136 33554432000 4194304 4785740 140734689148160 18446744073709551615 4309494 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31232/statm: 10461 7136 341 145 0 7506 0
[pid=31233] ppid=31230 vsize=456484 CPUtime=498.51 cores=6
/proc/31233/stat : 31233 (TNM) R 31230 31230 30345 0 -1 4202496 519 0 0 0 49851 0 0 0 25 0 1 0 517348743 467439616 415 33554432000 134512640 134534564 4288064240 18446744073709551615 134530736 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31233/statm: 114121 415 95 6 0 112787 0
[pid=31234] ppid=31230 vsize=33264 CPUtime=1002.32 cores=2
/proc/31234/stat : 31234 (lingeling) R 31230 31230 30345 0 -1 4202496 80335 0 0 0 100221 11 0 0 25 0 1 0 517348743 34062336 7511 33554432000 4194304 4352236 140734766894736 18446744073709551615 4328304 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31234/statm: 8316 7511 127 39 0 7396 0
[pid=31235] ppid=31230 vsize=68084 CPUtime=498.41 cores=6
/proc/31235/stat : 31235 (march_hi) R 31230 31230 30345 0 -1 4202496 13698 0 0 0 49836 5 0 0 25 0 1 0 517348743 69718016 12704 33554432000 4194304 4331988 140736123600752 18446744073709551615 4226295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31235/statm: 17021 12704 175 34 0 15463 0
Current children cumulated CPU time (s) 3001.77
Current children cumulated vsize (KiB) 618000

[startup+1062.3 s]
/proc/loadavg: 4.12 5.57 7.14 5/176 31282
/proc/meminfo: memFree=27683968/32951124 swapFree=67111356/67111528
[pid=31230] ppid=31228 vsize=18324 CPUtime=0.3 cores=0,2,4,6
/proc/31230/stat : 31230 (ppfolio) S 31228 31230 30345 0 -1 4202496 524 1473 0 0 0 0 30 0 15 0 1 0 517348742 18763776 391 33554432000 4194304 4287625 140737420448976 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639362 0 0 17 0 0 0 0
/proc/31230/statm: 4581 391 342 23 0 91 0
[pid=31232] ppid=31230 vsize=42708 CPUtime=1062.22 cores=4
/proc/31232/stat : 31232 (clasp) R 31230 31230 30345 0 -1 4202496 7502 0 0 0 106221 1 0 0 25 0 1 0 517348743 43732992 7309 33554432000 4194304 4785740 140734689148160 18446744073709551615 4286919 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31232/statm: 10677 7309 341 145 0 7722 0
[pid=31233] ppid=31230 vsize=456484 CPUtime=528.38 cores=6
/proc/31233/stat : 31233 (TNM) R 31230 31230 30345 0 -1 4202496 519 0 0 0 52838 0 0 0 25 0 1 0 517348743 467439616 415 33554432000 134512640 134534564 4288064240 18446744073709551615 134528864 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31233/statm: 114121 415 95 6 0 112787 0
[pid=31234] ppid=31230 vsize=39408 CPUtime=1062.31 cores=2
/proc/31234/stat : 31234 (lingeling) R 31230 31230 30345 0 -1 4202496 83407 0 0 0 106220 11 0 0 25 0 1 0 517348743 40353792 9047 33554432000 4194304 4352236 140734766894736 18446744073709551615 4329036 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31234/statm: 9852 9047 127 39 0 8932 0
[pid=31235] ppid=31230 vsize=68084 CPUtime=528.23 cores=6
/proc/31235/stat : 31235 (march_hi) R 31230 31230 30345 0 -1 4202496 14339 0 0 0 52818 5 0 0 25 0 1 0 517348743 69718016 13345 33554432000 4194304 4331988 140736123600752 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31235/statm: 17021 13345 175 34 0 15463 0
Current children cumulated CPU time (s) 3181.44
Current children cumulated vsize (KiB) 625008

[startup+1122.3 s]
/proc/loadavg: 4.08 5.30 6.94 5/176 31284
/proc/meminfo: memFree=27681220/32951124 swapFree=67111356/67111528
[pid=31230] ppid=31228 vsize=18324 CPUtime=0.3 cores=0,2,4,6
/proc/31230/stat : 31230 (ppfolio) S 31228 31230 30345 0 -1 4202496 524 1473 0 0 0 0 30 0 15 0 1 0 517348742 18763776 391 33554432000 4194304 4287625 140737420448976 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639362 0 0 17 0 0 0 0
/proc/31230/statm: 4581 391 342 23 0 91 0
[pid=31232] ppid=31230 vsize=42804 CPUtime=1122.22 cores=4
/proc/31232/stat : 31232 (clasp) R 31230 31230 30345 0 -1 4202496 7565 0 0 0 112221 1 0 0 25 0 1 0 517348743 43831296 7324 33554432000 4194304 4785740 140734689148160 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31232/statm: 10701 7324 341 145 0 7746 0
[pid=31233] ppid=31230 vsize=456484 CPUtime=558.21 cores=6
/proc/31233/stat : 31233 (TNM) R 31230 31230 30345 0 -1 4202496 519 0 0 0 55821 0 0 0 25 0 1 0 517348743 467439616 415 33554432000 134512640 134534564 4288064240 18446744073709551615 134528864 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31233/statm: 114121 415 95 6 0 112787 0
[pid=31234] ppid=31230 vsize=39152 CPUtime=1122.32 cores=2
/proc/31234/stat : 31234 (lingeling) R 31230 31230 30345 0 -1 4202496 86479 0 0 0 112220 12 0 0 25 0 1 0 517348743 40091648 8983 33554432000 4194304 4352236 140734766894736 18446744073709551615 4328109 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31234/statm: 9788 8983 127 39 0 8868 0
[pid=31235] ppid=31230 vsize=68084 CPUtime=558.1 cores=6
/proc/31235/stat : 31235 (march_hi) R 31230 31230 30345 0 -1 4202496 15026 0 0 0 55804 6 0 0 25 0 1 0 517348743 69718016 14032 33554432000 4194304 4331988 140736123600752 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31235/statm: 17021 14032 175 34 0 15463 0
Current children cumulated CPU time (s) 3361.15
Current children cumulated vsize (KiB) 624848

[startup+1182.3 s]
/proc/loadavg: 4.07 5.07 6.76 5/176 31285
/proc/meminfo: memFree=27663088/32951124 swapFree=67111356/67111528
[pid=31230] ppid=31228 vsize=18324 CPUtime=0.3 cores=0,2,4,6
/proc/31230/stat : 31230 (ppfolio) S 31228 31230 30345 0 -1 4202496 524 1473 0 0 0 0 30 0 15 0 1 0 517348742 18763776 391 33554432000 4194304 4287625 140737420448976 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639362 0 0 17 0 0 0 0
/proc/31230/statm: 4581 391 342 23 0 91 0
[pid=31232] ppid=31230 vsize=43380 CPUtime=1182.22 cores=4
/proc/31232/stat : 31232 (clasp) R 31230 31230 30345 0 -1 4202496 7682 0 0 0 118221 1 0 0 25 0 1 0 517348743 44421120 7441 33554432000 4194304 4785740 140734689148160 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31232/statm: 10845 7441 341 145 0 7890 0
[pid=31233] ppid=31230 vsize=456484 CPUtime=588.08 cores=6
/proc/31233/stat : 31233 (TNM) R 31230 31230 30345 0 -1 4202496 519 0 0 0 58808 0 0 0 25 0 1 0 517348743 467439616 415 33554432000 134512640 134534564 4288064240 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31233/statm: 114121 415 95 6 0 112787 0
[pid=31234] ppid=31230 vsize=54512 CPUtime=1182.32 cores=2
/proc/31234/stat : 31234 (lingeling) R 31230 31230 30345 0 -1 4202496 93455 0 0 0 118219 13 0 0 25 0 1 0 517348743 55820288 12823 33554432000 4194304 4352236 140734766894736 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31234/statm: 13628 12823 127 39 0 12708 0
[pid=31235] ppid=31230 vsize=68972 CPUtime=587.92 cores=6
/proc/31235/stat : 31235 (march_hi) R 31230 31230 30345 0 -1 4202496 15678 0 0 0 58786 6 0 0 25 0 1 0 517348743 70627328 14684 33554432000 4194304 4331988 140736123600752 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31235/statm: 17243 14684 175 34 0 15685 0
Current children cumulated CPU time (s) 3540.84
Current children cumulated vsize (KiB) 641672

[startup+1242.3 s]
/proc/loadavg: 4.10 4.91 6.60 5/176 31287
/proc/meminfo: memFree=27662456/32951124 swapFree=67111356/67111528
[pid=31230] ppid=31228 vsize=18324 CPUtime=0.3 cores=0,2,4,6
/proc/31230/stat : 31230 (ppfolio) S 31228 31230 30345 0 -1 4202496 524 1473 0 0 0 0 30 0 15 0 1 0 517348742 18763776 391 33554432000 4194304 4287625 140737420448976 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639362 0 0 17 0 0 0 0
/proc/31230/statm: 4581 391 342 23 0 91 0
[pid=31232] ppid=31230 vsize=43476 CPUtime=1242.22 cores=4
/proc/31232/stat : 31232 (clasp) R 31230 31230 30345 0 -1 4202496 7763 0 0 0 124221 1 0 0 25 0 1 0 517348743 44519424 7474 33554432000 4194304 4785740 140734689148160 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31232/statm: 10869 7474 341 145 0 7914 0
[pid=31233] ppid=31230 vsize=456484 CPUtime=617.89 cores=6
/proc/31233/stat : 31233 (TNM) R 31230 31230 30345 0 -1 4202496 519 0 0 0 61789 0 0 0 25 0 1 0 517348743 467439616 415 33554432000 134512640 134534564 4288064240 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31233/statm: 114121 415 95 6 0 112787 0
[pid=31234] ppid=31230 vsize=51952 CPUtime=1242.32 cores=2
/proc/31234/stat : 31234 (lingeling) R 31230 31230 30345 0 -1 4202496 96015 0 0 0 124219 13 0 0 25 0 1 0 517348743 53198848 12183 33554432000 4194304 4352236 140734766894736 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31234/statm: 12988 12183 127 39 0 12068 0
[pid=31235] ppid=31230 vsize=68972 CPUtime=617.81 cores=6
/proc/31235/stat : 31235 (march_hi) R 31230 31230 30345 0 -1 4202496 16295 0 0 0 61774 7 0 0 25 0 1 0 517348743 70627328 15301 33554432000 4194304 4331988 140736123600752 18446744073709551615 4239622 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31235/statm: 17243 15301 175 34 0 15685 0
Current children cumulated CPU time (s) 3720.54
Current children cumulated vsize (KiB) 639208



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.15 4.77 6.44 5/176 31289
/proc/meminfo: memFree=27659708/32951124 swapFree=67111356/67111528
[pid=31230] ppid=31228 vsize=18324 CPUtime=0.3 cores=0,2,4,6
/proc/31230/stat : 31230 (ppfolio) S 31228 31230 30345 0 -1 4202496 524 1473 0 0 0 0 30 0 15 0 1 0 517348742 18763776 391 33554432000 4194304 4287625 140737420448976 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639362 0 0 17 0 0 0 0
/proc/31230/statm: 4581 391 342 23 0 91 0
[pid=31232] ppid=31230 vsize=43668 CPUtime=1299.93 cores=4
/proc/31232/stat : 31232 (clasp) R 31230 31230 30345 0 -1 4202496 7882 0 0 0 129992 1 0 0 25 0 1 0 517348743 44716032 7497 33554432000 4194304 4785740 140734689148160 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31232/statm: 10917 7497 341 145 0 7962 0
[pid=31233] ppid=31230 vsize=456484 CPUtime=646.59 cores=6
/proc/31233/stat : 31233 (TNM) R 31230 31230 30345 0 -1 4202496 519 0 0 0 64659 0 0 0 25 0 1 0 517348743 467439616 415 33554432000 134512640 134534564 4288064240 18446744073709551615 134528893 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31233/statm: 114121 415 95 6 0 112787 0
[pid=31234] ppid=31230 vsize=51952 CPUtime=1300.03 cores=2
/proc/31234/stat : 31234 (lingeling) R 31230 31230 30345 0 -1 4202496 99215 0 0 0 129990 13 0 0 25 0 1 0 517348743 53198848 12183 33554432000 4194304 4352236 140734766894736 18446744073709551615 4276782 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31234/statm: 12988 12183 127 39 0 12068 0
[pid=31235] ppid=31230 vsize=98440 CPUtime=646.51 cores=6
/proc/31235/stat : 31235 (march_hi) R 31230 31230 30345 0 -1 4202496 16875 0 0 0 64644 7 0 0 25 0 1 0 517348743 100802560 15881 33554432000 4194304 4331988 140736123600752 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31235/statm: 24610 15881 175 34 0 23052 0
Current children cumulated CPU time (s) 3893.36
Current children cumulated vsize (KiB) 668868

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

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

Child status: 0
Real time (s): 1300.01
CPU time (s): 3893.43
CPU user time (s): 3893.18
CPU system time (s): 0.246962
CPU usage (%): 299.492
Max. virtual memory (cumulated for all children) (KiB): 675268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3893.18
system time used= 0.246962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126521
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= 406
involuntary context switches= 33128

runsolver used 2.32665 second user time and 4.5893 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 08:11:50
IDJOB=3191087
IDBENCH=82818
IDSOLVER=1612
FILE ID=node137/3191087-1304057510
RUNJOBID= node137-1304055758-30696
PBS_JOBID= 13170416
Free space on /tmp= 71612 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S635440951-015.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191087-1304057510/watcher-3191087-1304057510 -o /tmp/evaluation-result-3191087-1304057510/solver-3191087-1304057510 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191087-1304057510.cnf

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

MD5SUM BENCH= 84865a406d2a10d67b7d2a7ac3e327ce
RANDOM SEED=1436121149

node137.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.844
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.68
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.844
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.844
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.74
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.844
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.74
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.844
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.844
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.844
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.83
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.844
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:      27712048 kB
Buffers:        898300 kB
Cached:        3731444 kB
SwapCached:         56 kB
Active:         362192 kB
Inactive:      4410164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27712048 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           10060 kB
Writeback:           0 kB
AnonPages:      142320 kB
Mapped:          16508 kB
Slab:           401788 kB
PageTables:       5228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   753364 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= 71612 MiB
End job on node137 at 2011-04-29 08:33:30