Trace number 3285626

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

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
MD5SUM732b9c9b0d44d6a9e75489b2f5004165
Bench CategoryAPPLICATION (applications 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 variables95456
Number of clauses477186
Sum of the clauses size1137161
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2470925
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

Solver Data

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

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3285626-1304035205/watcher-3285626-1304035205 -o /tmp/evaluation-result-3285626-1304035205/solver-3285626-1304035205 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3285626-1304035205.cnf 

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

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


[startup+0 s]
/proc/loadavg: 10.04 10.08 9.89 8/182 28575
/proc/meminfo: memFree=26646312/32951124 swapFree=67088964/67111528
[pid=28575] ppid=28573 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28575/stat : 28575 (ppfolio) S 28573 28575 27869 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 515119081 18763776 390 33554432000 4194304 4287625 140737133356576 18446744073709551615 210204667407 0 0 4096 65536 2826088480816 0 0 17 1 0 0 0
/proc/28575/statm: 4581 390 341 23 0 91 0

[startup+0.037378 s]
/proc/loadavg: 10.04 10.08 9.89 8/182 28575
/proc/meminfo: memFree=26646312/32951124 swapFree=67088964/67111528
[pid=28575] ppid=28573 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28575/stat : 28575 (ppfolio) R 28573 28575 27869 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 515119081 18763776 390 33554432000 4194304 4287625 140737133356576 18446744073709551615 210204667407 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/28575/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.237346 s]
/proc/loadavg: 10.04 10.08 9.89 8/182 28575
/proc/meminfo: memFree=26646312/32951124 swapFree=67088964/67111528
[pid=28575] ppid=28573 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28575/stat : 28575 (ppfolio) S 28573 28575 27869 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 515119081 18763776 390 33554432000 4194304 4287625 140737133356576 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 1 0 0 0
/proc/28575/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30034 s]
/proc/loadavg: 10.04 10.08 9.89 8/182 28575
/proc/meminfo: memFree=26646312/32951124 swapFree=67088964/67111528
[pid=28575] ppid=28573 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28575/stat : 28575 (ppfolio) S 28573 28575 27869 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 515119081 18763776 390 33554432000 4194304 4287625 140737133356576 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 1 0 0 0
/proc/28575/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700274 s]
/proc/loadavg: 10.04 10.08 9.89 8/182 28575
/proc/meminfo: memFree=26646312/32951124 swapFree=67088964/67111528
[pid=28575] ppid=28573 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28575/stat : 28575 (ppfolio) S 28573 28575 27869 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 515119081 18763776 390 33554432000 4194304 4287625 140737133356576 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 1 0 0 0
/proc/28575/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50114 s]
/proc/loadavg: 10.04 10.08 9.89 12/188 28582
/proc/meminfo: memFree=26474404/32951124 swapFree=67088964/67111528
[pid=28575] ppid=28573 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28575/stat : 28575 (ppfolio) S 28573 28575 27869 0 -1 4202496 524 0 0 0 0 0 0 0 18 0 1 0 515119081 18763776 390 33554432000 4194304 4287625 140737133356576 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 1 0 0 0
/proc/28575/statm: 4581 390 341 23 0 91 0
[pid=28576] ppid=28575 vsize=70852 CPUtime=1.48 cores=1
/proc/28576/stat : 28576 (cryptominisat) R 28575 28575 27869 0 -1 4202496 11616 0 0 0 147 1 0 0 25 0 1 0 515119082 72552448 11399 33554432000 4194304 4587354 140737214085024 18446744073709551615 4421133 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28576/statm: 17713 11399 312 96 0 14275 0
[pid=28577] ppid=28575 vsize=51976 CPUtime=1.49 cores=5
/proc/28577/stat : 28577 (clasp) R 28575 28575 27869 0 -1 4202496 13798 0 0 0 147 2 0 0 25 0 1 0 515119082 53223424 10188 33554432000 4194304 4785740 140737327700592 18446744073709551615 4279296 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28577/statm: 12994 10188 340 145 0 10039 0
[pid=28578] ppid=28575 vsize=478660 CPUtime=0.72 cores=7
/proc/28578/stat : 28578 (TNM) R 28575 28575 27869 0 -1 4202496 9263 0 0 0 70 2 0 0 25 0 1 0 515119082 490147840 9159 33554432000 134512640 134534564 4288569520 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28578/statm: 119665 9159 91 6 0 118331 0
[pid=28579] ppid=28575 vsize=17948 CPUtime=1.49 cores=3
/proc/28579/stat : 28579 (lingeling) R 28575 28575 27869 0 -1 4202496 7539 0 0 0 148 1 0 0 25 0 1 0 515119082 18378752 3650 33554432000 4194304 4352236 140734715066096 18446744073709551615 4301372 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28579/statm: 4487 3650 125 39 0 3567 0
[pid=28580] ppid=28575 vsize=65296 CPUtime=0.76 cores=7
/proc/28580/stat : 28580 (march_hi) R 28575 28575 27869 0 -1 4194304 21831 0 0 0 73 3 0 0 25 0 1 0 515119082 66863104 9887 33554432000 4194304 4331988 140736974701536 18446744073709551615 4257036 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28580/statm: 16324 9887 129 34 0 14766 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 703056

[startup+3.10087 s]
/proc/loadavg: 10.12 10.10 9.89 12/188 28582
/proc/meminfo: memFree=26510612/32951124 swapFree=67088964/67111528
[pid=28575] ppid=28573 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28575/stat : 28575 (ppfolio) S 28573 28575 27869 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 515119081 18763776 390 33554432000 4194304 4287625 140737133356576 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 1 0 0 0
/proc/28575/statm: 4581 390 341 23 0 91 0
[pid=28576] ppid=28575 vsize=81756 CPUtime=3.08 cores=1
/proc/28576/stat : 28576 (cryptominisat) R 28575 28575 27869 0 -1 4202496 19225 0 0 0 306 2 0 0 25 0 1 0 515119082 83718144 14000 33554432000 4194304 4587354 140737214085024 18446744073709551615 4237684 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28576/statm: 20439 14000 330 96 0 17001 0
[pid=28577] ppid=28575 vsize=72952 CPUtime=3.08 cores=5
/proc/28577/stat : 28577 (clasp) R 28575 28575 27869 0 -1 4202496 19033 0 0 0 306 2 0 0 25 0 1 0 515119082 74702848 15423 33554432000 4194304 4785740 140737327700592 18446744073709551615 4278556 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28577/statm: 18238 15423 340 145 0 15283 0
[pid=28578] ppid=28575 vsize=488692 CPUtime=1.51 cores=7
/proc/28578/stat : 28578 (TNM) R 28575 28575 27869 0 -1 4202496 15174 0 0 0 149 2 0 0 25 0 1 0 515119082 500420608 15070 33554432000 134512640 134534564 4288569520 18446744073709551615 134530117 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28578/statm: 122173 15070 95 6 0 120839 0
[pid=28579] ppid=28575 vsize=18132 CPUtime=3.09 cores=3
/proc/28579/stat : 28579 (lingeling) R 28575 28575 27869 0 -1 4202496 7627 0 0 0 308 1 0 0 25 0 1 0 515119082 18567168 3701 33554432000 4194304 4352236 140734715066096 18446744073709551615 4207874 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28579/statm: 4533 3701 127 39 0 3613 0
[pid=28580] ppid=28575 vsize=72868 CPUtime=1.54 cores=7
/proc/28580/stat : 28580 (march_hi) R 28575 28575 27869 0 -1 4194304 39043 0 0 0 150 4 0 0 25 0 1 0 515119082 74616832 12102 33554432000 4194304 4331988 140736974701536 18446744073709551615 4252174 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28580/statm: 18217 12102 129 34 0 16659 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 752724

[startup+6.30034 s]
/proc/loadavg: 10.12 10.10 9.89 11/188 28582
/proc/meminfo: memFree=26440164/32951124 swapFree=67088964/67111528
[pid=28575] ppid=28573 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28575/stat : 28575 (ppfolio) S 28573 28575 27869 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 515119081 18763776 390 33554432000 4194304 4287625 140737133356576 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 1 0 0 0
/proc/28575/statm: 4581 390 341 23 0 91 0
[pid=28576] ppid=28575 vsize=81756 CPUtime=6.29 cores=1
/proc/28576/stat : 28576 (cryptominisat) R 28575 28575 27869 0 -1 4202496 20527 0 0 0 626 3 0 0 25 0 1 0 515119082 83718144 15296 33554432000 4194304 4587354 140737214085024 18446744073709551615 4236668 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28576/statm: 20439 15296 330 96 0 17001 0
[pid=28577] ppid=28575 vsize=119384 CPUtime=6.29 cores=5
/proc/28577/stat : 28577 (clasp) R 28575 28575 27869 0 -1 4202496 30645 0 0 0 624 5 0 0 25 0 1 0 515119082 122249216 27035 33554432000 4194304 4785740 140737327700592 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28577/statm: 29846 27035 340 145 0 26891 0
[pid=28578] ppid=28575 vsize=488692 CPUtime=3.11 cores=7
/proc/28578/stat : 28578 (TNM) R 28575 28575 27869 0 -1 4202496 15174 0 0 0 309 2 0 0 25 0 1 0 515119082 500420608 15070 33554432000 134512640 134534564 4288569520 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28578/statm: 122173 15070 95 6 0 120839 0
[pid=28579] ppid=28575 vsize=24848 CPUtime=6.29 cores=3
/proc/28579/stat : 28579 (lingeling) R 28575 28575 27869 0 -1 4202496 9307 0 0 0 628 1 0 0 25 0 1 0 515119082 25444352 5380 33554432000 4194304 4352236 140734715066096 18446744073709551615 4233979 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28579/statm: 6212 5380 127 39 0 5292 0
[pid=28580] ppid=28575 vsize=67208 CPUtime=3.13 cores=7
/proc/28580/stat : 28580 (march_hi) R 28575 28575 27869 0 -1 4194304 68375 0 0 0 304 9 0 0 25 0 1 0 515119082 68820992 10705 33554432000 4194304 4331988 140736974701536 18446744073709551615 4257024 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28580/statm: 16802 10705 129 34 0 15244 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 800212

[startup+12.7013 s]
/proc/loadavg: 10.11 10.09 9.90 11/188 28582
/proc/meminfo: memFree=26332416/32951124 swapFree=67088964/67111528
[pid=28575] ppid=28573 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28575/stat : 28575 (ppfolio) S 28573 28575 27869 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 515119081 18763776 390 33554432000 4194304 4287625 140737133356576 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 1 0 0 0
/proc/28575/statm: 4581 390 341 23 0 91 0
[pid=28576] ppid=28575 vsize=119260 CPUtime=12.68 cores=1
/proc/28576/stat : 28576 (cryptominisat) R 28575 28575 27869 0 -1 4202496 22915 0 0 0 1265 3 0 0 25 0 1 0 515119082 122122240 17682 33554432000 4194304 4587354 140737214085024 18446744073709551615 4236549 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28576/statm: 29815 17682 330 96 0 26377 0
[pid=28577] ppid=28575 vsize=179864 CPUtime=12.68 cores=5
/proc/28577/stat : 28577 (clasp) R 28575 28575 27869 0 -1 4202496 45677 0 0 0 1261 7 0 0 25 0 1 0 515119082 184180736 42067 33554432000 4194304 4785740 140737327700592 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28577/statm: 44966 42067 340 145 0 42011 0
[pid=28578] ppid=28575 vsize=488692 CPUtime=6.31 cores=7
/proc/28578/stat : 28578 (TNM) R 28575 28575 27869 0 -1 4202496 15174 0 0 0 629 2 0 0 25 0 1 0 515119082 500420608 15070 33554432000 134512640 134534564 4288569520 18446744073709551615 134530606 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28578/statm: 122173 15070 95 6 0 120839 0
[pid=28579] ppid=28575 vsize=35552 CPUtime=12.68 cores=3
/proc/28579/stat : 28579 (lingeling) R 28575 28575 27869 0 -1 4202496 12064 0 0 0 1267 1 0 0 25 0 1 0 515119082 36405248 8056 33554432000 4194304 4352236 140734715066096 18446744073709551615 4278601 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28579/statm: 8888 8056 127 39 0 7968 0
[pid=28580] ppid=28575 vsize=68648 CPUtime=6.29 cores=7
/proc/28580/stat : 28580 (march_hi) R 28575 28575 27869 0 -1 4202496 117001 0 0 0 614 15 0 0 25 0 1 0 515119082 70295552 10963 33554432000 4194304 4331988 140736974701536 18446744073709551615 4256805 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28580/statm: 17162 10963 151 34 0 15604 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 910340

[startup+25.5011 s]
/proc/loadavg: 10.15 10.10 9.90 12/188 28582
/proc/meminfo: memFree=26116236/32951124 swapFree=67088964/67111528
[pid=28575] ppid=28573 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28575/stat : 28575 (ppfolio) S 28573 28575 27869 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 515119081 18763776 390 33554432000 4194304 4287625 140737133356576 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 1 0 0 0
/proc/28575/statm: 4581 390 341 23 0 91 0
[pid=28576] ppid=28575 vsize=119260 CPUtime=25.48 cores=1
/proc/28576/stat : 28576 (cryptominisat) R 28575 28575 27869 0 -1 4202496 26709 0 0 0 2544 4 0 0 25 0 1 0 515119082 122122240 21467 33554432000 4194304 4587354 140737214085024 18446744073709551615 4236668 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28576/statm: 29815 21467 330 96 0 26377 0
[pid=28577] ppid=28575 vsize=286648 CPUtime=25.48 cores=5
/proc/28577/stat : 28577 (clasp) R 28575 28575 27869 0 -1 4202496 72379 0 0 0 2536 12 0 0 25 0 1 0 515119082 293527552 68769 33554432000 4194304 4785740 140737327700592 18446744073709551615 4309545 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28577/statm: 71662 68769 340 145 0 68707 0
[pid=28578] ppid=28575 vsize=488692 CPUtime=12.64 cores=7
/proc/28578/stat : 28578 (TNM) R 28575 28575 27869 0 -1 4202496 15174 0 0 0 1262 2 0 0 25 0 1 0 515119082 500420608 15070 33554432000 134512640 134534564 4288569520 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28578/statm: 122173 15070 95 6 0 120839 0
[pid=28579] ppid=28575 vsize=36564 CPUtime=25.48 cores=3
/proc/28579/stat : 28579 (lingeling) R 28575 28575 27869 0 -1 4202496 12320 0 0 0 2547 1 0 0 25 0 1 0 515119082 37441536 8309 33554432000 4194304 4352236 140734715066096 18446744073709551615 4278601 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28579/statm: 9141 8309 127 39 0 8221 0
[pid=28580] ppid=28575 vsize=193136 CPUtime=12.7 cores=7
/proc/28580/stat : 28580 (march_hi) R 28575 28575 27869 0 -1 4202496 140077 0 0 0 1251 19 0 0 25 0 1 0 515119082 197771264 21249 33554432000 4194304 4331988 140736974701536 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28580/statm: 48284 21249 175 34 0 46726 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 1142624

[startup+51.1009 s]
/proc/loadavg: 10.10 10.09 9.90 12/188 28582
/proc/meminfo: memFree=25975304/32951124 swapFree=67088964/67111528
[pid=28575] ppid=28573 vsize=18324 CPUtime=0.04 cores=1,3,5,7
/proc/28575/stat : 28575 (ppfolio) S 28573 28575 27869 0 -1 4202496 524 0 0 0 0 4 0 0 15 0 1 0 515119081 18763776 390 33554432000 4194304 4287625 140737133356576 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 1 0 0 0
/proc/28575/statm: 4581 390 341 23 0 91 0
[pid=28576] ppid=28575 vsize=1708684 CPUtime=51.04 cores=1
/proc/28576/stat : 28576 (cryptominisat) R 28575 28575 27869 0 -1 4202496 35509 0 0 0 5093 11 0 0 25 0 1 0 515119082 1749692416 21694 33554432000 4194304 4587354 140737214085024 18446744073709551615 4502735 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28576/statm: 427171 21694 335 96 0 423733 0
[pid=28577] ppid=28575 vsize=286648 CPUtime=51.08 cores=5
/proc/28577/stat : 28577 (clasp) R 28575 28575 27869 0 -1 4202496 72415 0 0 0 5096 12 0 0 25 0 1 0 515119082 293527552 68805 33554432000 4194304 4785740 140737327700592 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28577/statm: 71662 68805 340 145 0 68707 0
[pid=28578] ppid=28575 vsize=488692 CPUtime=25.4 cores=7
/proc/28578/stat : 28578 (TNM) R 28575 28575 27869 0 -1 4202496 15174 0 0 0 2538 2 0 0 25 0 1 0 515119082 500420608 15070 33554432000 134512640 134534564 4288569520 18446744073709551615 134530614 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28578/statm: 122173 15070 95 6 0 120839 0
[pid=28579] ppid=28575 vsize=54976 CPUtime=51.08 cores=3

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

/proc/28580/statm: 52928 25171 175 34 0 51370 0
Current children cumulated CPU time (s) 3524.37
Current children cumulated vsize (KiB) 3813288

[startup+942.301 s]
/proc/loadavg: 10.25 10.18 10.06 11/188 28682
/proc/meminfo: memFree=25254860/32951124 swapFree=67088964/67111528
[pid=28575] ppid=28573 vsize=18324 CPUtime=0.05 cores=1,3,5,7
/proc/28575/stat : 28575 (ppfolio) S 28573 28575 27869 0 -1 4202496 524 0 0 0 0 5 0 0 15 0 1 0 515119081 18763776 390 33554432000 4194304 4287625 140737133356576 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 1 0 0 0
/proc/28575/statm: 4581 390 341 23 0 91 0
[pid=28576] ppid=28575 vsize=1876828 CPUtime=942.24 cores=1
/proc/28576/stat : 28576 (cryptominisat) R 28575 28575 27869 0 -1 4202496 525732 0 0 0 94041 183 0 0 25 0 1 0 515119082 1921871872 68485 33554432000 4194304 4587354 140737214085024 18446744073709551615 4241114 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28576/statm: 469207 68485 340 96 0 465769 0
[pid=28577] ppid=28575 vsize=1287256 CPUtime=942.3 cores=5
/proc/28577/stat : 28577 (clasp) R 28575 28575 27869 0 -1 4202496 321470 0 0 0 94160 70 0 0 25 0 1 0 515119082 1318150144 317860 33554432000 4194304 4785740 140737327700592 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28577/statm: 321814 317860 340 145 0 318859 0
[pid=28578] ppid=28575 vsize=488692 CPUtime=468.54 cores=7
/proc/28578/stat : 28578 (TNM) R 28575 28575 27869 0 -1 4202496 15174 0 0 0 46852 2 0 0 25 0 1 0 515119082 500420608 15070 33554432000 134512640 134534564 4288569520 18446744073709551615 134525904 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28578/statm: 122173 15070 95 6 0 120839 0
[pid=28579] ppid=28575 vsize=116324 CPUtime=942.3 cores=3
/proc/28579/stat : 28579 (lingeling) R 28575 28575 27869 0 -1 4202496 241863 0 0 0 94200 30 0 0 25 0 1 0 515119082 119115776 28249 33554432000 4194304 4352236 140734715066096 18446744073709551615 4277008 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28579/statm: 29081 28249 127 39 0 28161 0
[pid=28580] ppid=28575 vsize=211712 CPUtime=468.61 cores=7
/proc/28580/stat : 28580 (march_hi) R 28575 28575 27869 0 -1 4202496 144136 0 0 0 46841 20 0 0 25 0 1 0 515119082 216793088 25245 33554432000 4194304 4331988 140736974701536 18446744073709551615 4263139 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28580/statm: 52928 25245 175 34 0 51370 0
Current children cumulated CPU time (s) 3764.04
Current children cumulated vsize (KiB) 3999136

[startup+1002.3 s]
/proc/loadavg: 10.22 10.18 10.06 11/188 28684
/proc/meminfo: memFree=25108152/32951124 swapFree=67088964/67111528
[pid=28575] ppid=28573 vsize=18324 CPUtime=0.05 cores=1,3,5,7
/proc/28575/stat : 28575 (ppfolio) S 28573 28575 27869 0 -1 4202496 524 0 0 0 0 5 0 0 15 0 1 0 515119081 18763776 390 33554432000 4194304 4287625 140737133356576 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 1 0 0 0
/proc/28575/statm: 4581 390 341 23 0 91 0
[pid=28576] ppid=28575 vsize=1868952 CPUtime=1002.24 cores=1
/proc/28576/stat : 28576 (cryptominisat) R 28575 28575 27869 0 -1 4202496 551053 0 0 0 100028 196 0 0 25 0 1 0 515119082 1913806848 62869 33554432000 4194304 4587354 140737214085024 18446744073709551615 4236522 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28576/statm: 467238 62869 340 96 0 463800 0
[pid=28577] ppid=28575 vsize=1396812 CPUtime=1002.3 cores=5
/proc/28577/stat : 28577 (clasp) R 28575 28575 27869 0 -1 4202496 348834 0 0 0 100155 75 0 0 25 0 1 0 515119082 1430335488 345224 33554432000 4194304 4785740 140737327700592 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28577/statm: 349203 345224 340 145 0 346248 0
[pid=28578] ppid=28575 vsize=488692 CPUtime=498.4 cores=7
/proc/28578/stat : 28578 (TNM) R 28575 28575 27869 0 -1 4202496 15174 0 0 0 49838 2 0 0 25 0 1 0 515119082 500420608 15070 33554432000 134512640 134534564 4288569520 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28578/statm: 122173 15070 95 6 0 120839 0
[pid=28579] ppid=28575 vsize=153184 CPUtime=1002.3 cores=3
/proc/28579/stat : 28579 (lingeling) R 28575 28575 27869 0 -1 4202496 261319 0 0 0 100198 32 0 0 25 0 1 0 515119082 156860416 37464 33554432000 4194304 4352236 140734715066096 18446744073709551615 4328068 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28579/statm: 38296 37464 127 39 0 37376 0
[pid=28580] ppid=28575 vsize=211712 CPUtime=498.42 cores=7
/proc/28580/stat : 28580 (march_hi) R 28575 28575 27869 0 -1 4202496 144217 0 0 0 49822 20 0 0 25 0 1 0 515119082 216793088 25326 33554432000 4194304 4331988 140736974701536 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28580/statm: 52928 25326 175 34 0 51370 0
Current children cumulated CPU time (s) 4003.71
Current children cumulated vsize (KiB) 4137676

[startup+1062.3 s]
/proc/loadavg: 10.19 10.17 10.07 11/188 28686
/proc/meminfo: memFree=24980128/32951124 swapFree=67088964/67111528
[pid=28575] ppid=28573 vsize=18324 CPUtime=0.05 cores=1,3,5,7
/proc/28575/stat : 28575 (ppfolio) S 28573 28575 27869 0 -1 4202496 524 0 0 0 0 5 0 0 15 0 1 0 515119081 18763776 390 33554432000 4194304 4287625 140737133356576 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 1 0 0 0
/proc/28575/statm: 4581 390 341 23 0 91 0
[pid=28576] ppid=28575 vsize=1836984 CPUtime=1062.24 cores=1
/proc/28576/stat : 28576 (cryptominisat) R 28575 28575 27869 0 -1 4202496 565695 0 0 0 106020 204 0 0 25 0 1 0 515119082 1881071616 67545 33554432000 4194304 4587354 140737214085024 18446744073709551615 4244594 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28576/statm: 459246 67545 340 96 0 455808 0
[pid=28577] ppid=28575 vsize=1396812 CPUtime=1062.3 cores=5
/proc/28577/stat : 28577 (clasp) R 28575 28575 27869 0 -1 4202496 348855 0 0 0 106155 75 0 0 25 0 1 0 515119082 1430335488 345245 33554432000 4194304 4785740 140737327700592 18446744073709551615 4278573 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28577/statm: 349203 345245 340 145 0 346248 0
[pid=28578] ppid=28575 vsize=488692 CPUtime=528.23 cores=7
/proc/28578/stat : 28578 (TNM) R 28575 28575 27869 0 -1 4202496 15174 0 0 0 52821 2 0 0 25 0 1 0 515119082 500420608 15070 33554432000 134512640 134534564 4288569520 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28578/statm: 122173 15070 95 6 0 120839 0
[pid=28579] ppid=28575 vsize=128608 CPUtime=1062.3 cores=3
/proc/28579/stat : 28579 (lingeling) R 28575 28575 27869 0 -1 4202496 277703 0 0 0 106196 34 0 0 25 0 1 0 515119082 131694592 31320 33554432000 4194304 4352236 140734715066096 18446744073709551615 4278679 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28579/statm: 32152 31320 127 39 0 31232 0
[pid=28580] ppid=28575 vsize=211712 CPUtime=528.27 cores=7
/proc/28580/stat : 28580 (march_hi) R 28575 28575 27869 0 -1 4202496 144366 0 0 0 52806 21 0 0 25 0 1 0 515119082 216793088 25475 33554432000 4194304 4331988 140736974701536 18446744073709551615 210204343776 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28580/statm: 52928 25475 175 34 0 51370 0
Current children cumulated CPU time (s) 4243.39
Current children cumulated vsize (KiB) 4081132

[startup+1122.3 s]
/proc/loadavg: 10.18 10.17 10.07 11/188 28687
/proc/meminfo: memFree=25103848/32951124 swapFree=67088964/67111528
[pid=28575] ppid=28573 vsize=18324 CPUtime=0.05 cores=1,3,5,7
/proc/28575/stat : 28575 (ppfolio) S 28573 28575 27869 0 -1 4202496 524 0 0 0 0 5 0 0 15 0 1 0 515119081 18763776 390 33554432000 4194304 4287625 140737133356576 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 1 0 0 0
/proc/28575/statm: 4581 390 341 23 0 91 0
[pid=28576] ppid=28575 vsize=1820376 CPUtime=1122.24 cores=1
/proc/28576/stat : 28576 (cryptominisat) R 28575 28575 27869 0 -1 4202496 586374 0 0 0 112007 217 0 0 25 0 1 0 515119082 1864065024 63354 33554432000 4194304 4587354 140737214085024 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28576/statm: 455094 63354 340 96 0 451656 0
[pid=28577] ppid=28575 vsize=1396812 CPUtime=1122.3 cores=5
/proc/28577/stat : 28577 (clasp) R 28575 28575 27869 0 -1 4202496 348875 0 0 0 112155 75 0 0 25 0 1 0 515119082 1430335488 345265 33554432000 4194304 4785740 140737327700592 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28577/statm: 349203 345265 340 145 0 346248 0
[pid=28578] ppid=28575 vsize=488692 CPUtime=558.06 cores=7
/proc/28578/stat : 28578 (TNM) R 28575 28575 27869 0 -1 4202496 15174 0 0 0 55804 2 0 0 25 0 1 0 515119082 500420608 15070 33554432000 134512640 134534564 4288569520 18446744073709551615 11736507 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28578/statm: 122173 15070 95 6 0 120839 0
[pid=28579] ppid=28575 vsize=112224 CPUtime=1122.3 cores=3
/proc/28579/stat : 28579 (lingeling) R 28575 28575 27869 0 -1 4202496 293063 0 0 0 112193 37 0 0 25 0 1 0 515119082 114917376 27224 33554432000 4194304 4352236 140734715066096 18446744073709551615 4231009 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28579/statm: 28056 27224 127 39 0 27136 0
[pid=28580] ppid=28575 vsize=211712 CPUtime=558.12 cores=7
/proc/28580/stat : 28580 (march_hi) R 28575 28575 27869 0 -1 4202496 144446 0 0 0 55791 21 0 0 25 0 1 0 515119082 216793088 25555 33554432000 4194304 4331988 140736974701536 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28580/statm: 52928 25555 175 34 0 51370 0
Current children cumulated CPU time (s) 4483.07
Current children cumulated vsize (KiB) 4048140

[startup+1182.3 s]
/proc/loadavg: 10.16 10.17 10.08 11/188 28689
/proc/meminfo: memFree=24975828/32951124 swapFree=67088964/67111528
[pid=28575] ppid=28573 vsize=18324 CPUtime=0.05 cores=1,3,5,7
/proc/28575/stat : 28575 (ppfolio) S 28573 28575 27869 0 -1 4202496 524 0 0 0 0 5 0 0 15 0 1 0 515119081 18763776 390 33554432000 4194304 4287625 140737133356576 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 1 0 0 0
/proc/28575/statm: 4581 390 341 23 0 91 0
[pid=28576] ppid=28575 vsize=1850848 CPUtime=1182.24 cores=1
/proc/28576/stat : 28576 (cryptominisat) R 28575 28575 27869 0 -1 4202496 609721 0 0 0 117995 229 0 0 25 0 1 0 515119082 1895268352 67061 33554432000 4194304 4587354 140737214085024 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28576/statm: 462712 67061 340 96 0 459274 0
[pid=28577] ppid=28575 vsize=1396812 CPUtime=1182.3 cores=5
/proc/28577/stat : 28577 (clasp) R 28575 28575 27869 0 -1 4202496 348877 0 0 0 118155 75 0 0 25 0 1 0 515119082 1430335488 345267 33554432000 4194304 4785740 140737327700592 18446744073709551615 4278587 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28577/statm: 349203 345267 340 145 0 346248 0
[pid=28578] ppid=28575 vsize=488692 CPUtime=587.92 cores=7
/proc/28578/stat : 28578 (TNM) R 28575 28575 27869 0 -1 4202496 15174 0 0 0 58790 2 0 0 25 0 1 0 515119082 500420608 15070 33554432000 134512640 134534564 4288569520 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28578/statm: 122173 15070 95 6 0 120839 0
[pid=28579] ppid=28575 vsize=218720 CPUtime=1182.3 cores=3
/proc/28579/stat : 28579 (lingeling) R 28575 28575 27869 0 -1 4202496 331975 0 0 0 118189 41 0 0 25 0 1 0 515119082 223969280 53848 33554432000 4194304 4352236 140734715066096 18446744073709551615 4280965 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28579/statm: 54680 53848 127 39 0 53760 0
[pid=28580] ppid=28575 vsize=213436 CPUtime=587.93 cores=7
/proc/28580/stat : 28580 (march_hi) R 28575 28575 27869 0 -1 4202496 144524 0 0 0 58772 21 0 0 25 0 1 0 515119082 218558464 25633 33554432000 4194304 4331988 140736974701536 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28580/statm: 53359 25633 175 34 0 51801 0
Current children cumulated CPU time (s) 4722.74
Current children cumulated vsize (KiB) 4186832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.11 10.16 10.07 11/188 28690
/proc/meminfo: memFree=25028136/32951124 swapFree=67088964/67111528
[pid=28575] ppid=28573 vsize=18324 CPUtime=0.05 cores=1,3,5,7
/proc/28575/stat : 28575 (ppfolio) S 28573 28575 27869 0 -1 4202496 524 0 0 0 0 5 0 0 15 0 1 0 515119081 18763776 390 33554432000 4194304 4287625 140737133356576 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 1 0 0 0
/proc/28575/statm: 4581 390 341 23 0 91 0
[pid=28576] ppid=28575 vsize=1838844 CPUtime=1201.65 cores=1
/proc/28576/stat : 28576 (cryptominisat) R 28575 28575 27869 0 -1 4202496 615830 0 0 0 119932 233 0 0 25 0 1 0 515119082 1882976256 65866 33554432000 4194304 4587354 140737214085024 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28576/statm: 459711 65866 340 96 0 456273 0
[pid=28577] ppid=28575 vsize=1396812 CPUtime=1201.71 cores=5
/proc/28577/stat : 28577 (clasp) R 28575 28575 27869 0 -1 4202496 348880 0 0 0 120096 75 0 0 25 0 1 0 515119082 1430335488 345270 33554432000 4194304 4785740 140737327700592 18446744073709551615 4309555 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28577/statm: 349203 345270 340 145 0 346248 0
[pid=28578] ppid=28575 vsize=488692 CPUtime=597.53 cores=7
/proc/28578/stat : 28578 (TNM) R 28575 28575 27869 0 -1 4202496 15174 0 0 0 59751 2 0 0 25 0 1 0 515119082 500420608 15070 33554432000 134512640 134534564 4288569520 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28578/statm: 122173 15070 95 6 0 120839 0
[pid=28579] ppid=28575 vsize=153184 CPUtime=1201.7 cores=3
/proc/28579/stat : 28579 (lingeling) R 28575 28575 27869 0 -1 4202496 336071 0 0 0 120129 41 0 0 25 0 1 0 515119082 156860416 37464 33554432000 4194304 4352236 140734715066096 18446744073709551615 4231408 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28579/statm: 38296 37464 127 39 0 37376 0
[pid=28580] ppid=28575 vsize=213436 CPUtime=597.61 cores=7
/proc/28580/stat : 28580 (march_hi) R 28575 28575 27869 0 -1 4202496 144556 0 0 0 59740 21 0 0 25 0 1 0 515119082 218558464 25665 33554432000 4194304 4331988 140736974701536 18446744073709551615 4263185 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28580/statm: 53359 25665 175 34 0 51801 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 4109292

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 28575 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=56991
# CPU time returned by wait4() is 0.05899
# while last known CPU time is 4800.25
#
# 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.25
CPU user time (s): 4796.48
CPU system time (s): 3.77
CPU usage (%): 399.451
Max. virtual memory (cumulated for all children) (KiB): 5164988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
system time used= 0.056991
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= 13358
involuntary context switches= 7

runsolver used 1.75473 second user time and 4.80927 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-29 02:00:06
IDJOB=3285626
IDBENCH=82390
IDSOLVER=1612
FILE ID=node130/3285626-1304035205
RUNJOBID= node130-1304032676-28257
PBS_JOBID= 13170322
Free space on /tmp= 71952 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285626-1304035205/watcher-3285626-1304035205 -o /tmp/evaluation-result-3285626-1304035205/solver-3285626-1304035205 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3285626-1304035205.cnf

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

MD5SUM BENCH= 732b9c9b0d44d6a9e75489b2f5004165
RANDOM SEED=1653347842

node130.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.838
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.838
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.83
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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.81
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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26646592 kB
Buffers:       1126636 kB
Cached:        3979752 kB
SwapCached:      22432 kB
Active:        1015324 kB
Inactive:      4864256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26646592 kB
SwapTotal:    67111528 kB
SwapFree:     67088964 kB
Dirty:           42332 kB
Writeback:           0 kB
AnonPages:      750964 kB
Mapped:          16728 kB
Slab:           358564 kB
PageTables:       6256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1571180 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= 71964 MiB
End job on node130 at 2011-04-29 02:20:10