Trace number 3285672

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.03 1201.42

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
MD5SUM28233bedeee44da6e79e63b9febc4d1e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2999.44
Satisfiable
(Un)Satisfiability was proved
Number of variables133566
Number of clauses667976
Sum of the clauses size1591941
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2659295
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

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

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-3285672-1304035209/watcher-3285672-1304035209 -o /tmp/evaluation-result-3285672-1304035209/solver-3285672-1304035209 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3285672-1304035209.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: 4.12 5.04 7.12 1/171 29157
/proc/meminfo: memFree=20415700/32951124 swapFree=67111528/67111528
[pid=29157] ppid=29155 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29157/stat : 29157 (ppfolio) S 29155 29157 28368 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 247712220 18763776 390 33554432000 4194304 4287625 140736875692048 18446744073709551615 268660682255 0 0 4096 65536 4306620474281951231 0 0 17 2 0 0 0
/proc/29157/statm: 4581 390 341 23 0 91 0

[startup+0.219812 s]
/proc/loadavg: 4.12 5.04 7.12 1/171 29157
/proc/meminfo: memFree=20415700/32951124 swapFree=67111528/67111528
[pid=29157] ppid=29155 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29157/stat : 29157 (ppfolio) S 29155 29157 28368 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 247712220 18763776 390 33554432000 4194304 4287625 140736875692048 18446744073709551615 268660682255 0 0 4096 65536 4306620474281951231 0 0 17 2 0 0 0
/proc/29157/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300803 s]
/proc/loadavg: 4.12 5.04 7.12 1/171 29157
/proc/meminfo: memFree=20415700/32951124 swapFree=67111528/67111528
[pid=29157] ppid=29155 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29157/stat : 29157 (ppfolio) S 29155 29157 28368 0 -1 4202496 521 0 0 0 0 0 0 0 23 0 1 0 247712220 18763776 390 33554432000 4194304 4287625 140736875692048 18446744073709551615 268660682255 0 0 4096 65536 4306620474281951231 0 0 17 2 0 0 0
/proc/29157/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400785 s]
/proc/loadavg: 4.12 5.04 7.12 1/171 29157
/proc/meminfo: memFree=20415700/32951124 swapFree=67111528/67111528
[pid=29157] ppid=29155 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29157/stat : 29157 (ppfolio) S 29155 29157 28368 0 -1 4202496 521 0 0 0 0 0 0 0 23 0 1 0 247712220 18763776 390 33554432000 4194304 4287625 140736875692048 18446744073709551615 268660682255 0 0 4096 65536 4306620474281951231 0 0 17 2 0 0 0
/proc/29157/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700733 s]
/proc/loadavg: 4.12 5.04 7.12 1/171 29157
/proc/meminfo: memFree=20415700/32951124 swapFree=67111528/67111528
[pid=29157] ppid=29155 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29157/stat : 29157 (ppfolio) S 29155 29157 28368 0 -1 4202496 521 0 0 0 0 0 0 0 23 0 1 0 247712220 18763776 390 33554432000 4194304 4287625 140736875692048 18446744073709551615 268660682255 0 0 4096 65536 4306620474281951231 0 0 17 2 0 0 0
/proc/29157/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50063 s]
/proc/loadavg: 4.12 5.04 7.12 6/177 29163
/proc/meminfo: memFree=20169388/32951124 swapFree=67111528/67111528
[pid=29157] ppid=29155 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29157/stat : 29157 (ppfolio) S 29155 29157 28368 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 247712220 18763776 390 33554432000 4194304 4287625 140736875692048 18446744073709551615 268660682255 0 0 4096 65536 4306620474281951231 0 0 17 2 0 0 0
/proc/29157/statm: 4581 390 341 23 0 91 0
[pid=29158] ppid=29157 vsize=92768 CPUtime=1.48 cores=0
/proc/29158/stat : 29158 (cryptominisat) R 29157 29157 28368 0 -1 4202496 17579 0 0 0 146 2 0 0 25 0 1 0 247712220 94994432 17231 33554432000 4194304 4587354 140734292855216 18446744073709551615 4367348 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29158/statm: 23192 17231 312 96 0 19754 0
[pid=29159] ppid=29157 vsize=61824 CPUtime=1.49 cores=4
/proc/29159/stat : 29159 (clasp) R 29157 29157 28368 0 -1 4202496 18126 0 0 0 147 2 0 0 20 0 1 0 247712220 63307776 12491 33554432000 4194304 4785740 140737017629440 18446744073709551615 4276942 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29159/statm: 15456 12491 340 145 0 12501 0
[pid=29160] ppid=29157 vsize=489352 CPUtime=0.77 cores=6
/proc/29160/stat : 29160 (TNM) R 29157 29157 28368 0 -1 4202496 12873 0 0 0 76 1 0 0 25 0 1 0 247712220 501096448 12770 33554432000 134512640 134534564 4293960944 18446744073709551615 134524591 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29160/statm: 122338 12770 91 6 0 121004 0
[pid=29161] ppid=29157 vsize=26136 CPUtime=1.48 cores=2
/proc/29161/stat : 29161 (lingeling) R 29157 29157 28368 0 -1 4202496 13260 0 0 0 146 2 0 0 25 0 1 0 247712220 26763264 5688 33554432000 4194304 4352236 140733925568800 18446744073709551615 4319485 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29161/statm: 6534 5688 119 39 0 5614 0
[pid=29162] ppid=29157 vsize=105692 CPUtime=0.7 cores=6
/proc/29162/stat : 29162 (march_hi) R 29157 29157 28368 0 -1 4194304 27221 0 0 0 66 4 0 0 25 0 1 0 247712221 108228608 18433 33554432000 4194304 4331988 140734174876960 18446744073709551615 4252174 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29162/statm: 26423 18433 128 34 0 24865 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 794096

[startup+3.10031 s]
/proc/loadavg: 4.27 5.06 7.11 6/177 29163
/proc/meminfo: memFree=20159220/32951124 swapFree=67111528/67111528
[pid=29157] ppid=29155 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29157/stat : 29157 (ppfolio) S 29155 29157 28368 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 247712220 18763776 390 33554432000 4194304 4287625 140736875692048 18446744073709551615 268660682255 0 0 4096 65536 4306620474281951231 0 0 17 2 0 0 0
/proc/29157/statm: 4581 390 341 23 0 91 0
[pid=29158] ppid=29157 vsize=92768 CPUtime=3.08 cores=0
/proc/29158/stat : 29158 (cryptominisat) R 29157 29157 28368 0 -1 4202496 17579 0 0 0 306 2 0 0 25 0 1 0 247712220 94994432 17231 33554432000 4194304 4587354 140734292855216 18446744073709551615 4430346 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29158/statm: 23192 17231 312 96 0 19754 0
[pid=29159] ppid=29157 vsize=78904 CPUtime=3.09 cores=4
/proc/29159/stat : 29159 (clasp) R 29157 29157 28368 0 -1 4202496 22441 0 0 0 306 3 0 0 25 0 1 0 247712220 80797696 16806 33554432000 4194304 4785740 140737017629440 18446744073709551615 4304024 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29159/statm: 19726 16806 340 145 0 16771 0
[pid=29160] ppid=29157 vsize=509152 CPUtime=1.57 cores=6
/proc/29160/stat : 29160 (TNM) R 29157 29157 28368 0 -1 4202496 22896 0 0 0 155 2 0 0 25 0 1 0 247712220 521371648 22793 33554432000 134512640 134534564 4293960944 18446744073709551615 134529953 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29160/statm: 127288 22793 95 6 0 125954 0
[pid=29161] ppid=29157 vsize=26760 CPUtime=3.08 cores=2
/proc/29161/stat : 29161 (lingeling) R 29157 29157 28368 0 -1 4202496 13428 0 0 0 306 2 0 0 25 0 1 0 247712220 27402240 5856 33554432000 4194304 4352236 140733925568800 18446744073709551615 4208896 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29161/statm: 6690 5856 125 39 0 5770 0
[pid=29162] ppid=29157 vsize=104868 CPUtime=1.49 cores=6
/proc/29162/stat : 29162 (march_hi) R 29157 29157 28368 0 -1 4194304 47089 0 0 0 143 6 0 0 25 0 1 0 247712221 107384832 18260 33554432000 4194304 4331988 140734174876960 18446744073709551615 4252204 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29162/statm: 26217 18260 129 34 0 24659 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 830776

[startup+6.30075 s]
/proc/loadavg: 4.27 5.06 7.11 6/177 29163
/proc/meminfo: memFree=20020960/32951124 swapFree=67111528/67111528
[pid=29157] ppid=29155 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29157/stat : 29157 (ppfolio) S 29155 29157 28368 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 247712220 18763776 390 33554432000 4194304 4287625 140736875692048 18446744073709551615 268660682255 0 0 4096 65536 4306620474281951231 0 0 17 2 0 0 0
/proc/29157/statm: 4581 390 341 23 0 91 0
[pid=29158] ppid=29157 vsize=120116 CPUtime=6.29 cores=0
/proc/29158/stat : 29158 (cryptominisat) R 29157 29157 28368 0 -1 4202496 32686 0 0 0 624 5 0 0 25 0 1 0 247712220 122998784 24369 33554432000 4194304 4587354 140734292855216 18446744073709551615 4244171 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29158/statm: 30029 24369 330 96 0 26591 0
[pid=29159] ppid=29157 vsize=135328 CPUtime=6.29 cores=4
/proc/29159/stat : 29159 (clasp) R 29157 29157 28368 0 -1 4202496 36575 0 0 0 624 5 0 0 25 0 1 0 247712220 138575872 30940 33554432000 4194304 4785740 140737017629440 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29159/statm: 33832 30940 340 145 0 30877 0
[pid=29160] ppid=29157 vsize=509152 CPUtime=3.16 cores=6
/proc/29160/stat : 29160 (TNM) R 29157 29157 28368 0 -1 4202496 22896 0 0 0 314 2 0 0 25 0 1 0 247712220 521371648 22793 33554432000 134512640 134534564 4293960944 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29160/statm: 127288 22793 95 6 0 125954 0
[pid=29161] ppid=29157 vsize=26572 CPUtime=6.28 cores=2
/proc/29161/stat : 29161 (lingeling) R 29157 29157 28368 0 -1 4202496 13430 0 0 0 626 2 0 0 25 0 1 0 247712220 27209728 5811 33554432000 4194304 4352236 140733925568800 18446744073709551615 4278717 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29161/statm: 6643 5811 127 39 0 5723 0
[pid=29162] ppid=29157 vsize=92760 CPUtime=3.09 cores=6
/proc/29162/stat : 29162 (march_hi) R 29157 29157 28368 0 -1 4194304 81029 0 0 0 299 10 0 0 25 0 1 0 247712221 94986240 15236 33554432000 4194304 4331988 140734174876960 18446744073709551615 4251471 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29162/statm: 23190 15236 129 34 0 21632 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 902252

[startup+12.7007 s]
/proc/loadavg: 4.47 5.07 7.10 6/177 29163
/proc/meminfo: memFree=19919436/32951124 swapFree=67111528/67111528
[pid=29157] ppid=29155 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29157/stat : 29157 (ppfolio) S 29155 29157 28368 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 247712220 18763776 390 33554432000 4194304 4287625 140736875692048 18446744073709551615 268660682255 0 0 4096 65536 4306620474281951231 0 0 17 2 0 0 0
/proc/29157/statm: 4581 390 341 23 0 91 0
[pid=29158] ppid=29157 vsize=157620 CPUtime=12.69 cores=0
/proc/29158/stat : 29158 (cryptominisat) R 29157 29157 28368 0 -1 4202496 34363 0 0 0 1264 5 0 0 25 0 1 0 247712220 161402880 26043 33554432000 4194304 4587354 140734292855216 18446744073709551615 4236870 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29158/statm: 39405 26043 330 96 0 35967 0
[pid=29159] ppid=29157 vsize=237752 CPUtime=12.68 cores=4
/proc/29159/stat : 29159 (clasp) R 29157 29157 28368 0 -1 4202496 62146 0 0 0 1258 10 0 0 25 0 1 0 247712220 243458048 56511 33554432000 4194304 4785740 140737017629440 18446744073709551615 4279309 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29159/statm: 59438 56511 340 145 0 56483 0
[pid=29160] ppid=29157 vsize=509152 CPUtime=6.33 cores=6
/proc/29160/stat : 29160 (TNM) R 29157 29157 28368 0 -1 4202496 22896 0 0 0 631 2 0 0 25 0 1 0 247712220 521371648 22793 33554432000 134512640 134534564 4293960944 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29160/statm: 127288 22793 95 6 0 125954 0
[pid=29161] ppid=29157 vsize=28188 CPUtime=12.68 cores=2
/proc/29161/stat : 29161 (lingeling) R 29157 29157 28368 0 -1 4202496 13834 0 0 0 1266 2 0 0 25 0 1 0 247712220 28864512 6215 33554432000 4194304 4352236 140733925568800 18446744073709551615 4281201 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29161/statm: 7047 6215 127 39 0 6127 0
[pid=29162] ppid=29157 vsize=92636 CPUtime=6.3 cores=6
/proc/29162/stat : 29162 (march_hi) R 29157 29157 28368 0 -1 4194304 143215 0 0 0 611 19 0 0 25 0 1 0 247712221 94859264 15205 33554432000 4194304 4331988 140734174876960 18446744073709551615 4257036 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29162/statm: 23159 15205 129 34 0 21601 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 1043672

[startup+25.5064 s]
/proc/loadavg: 4.55 5.07 7.07 6/177 29164
/proc/meminfo: memFree=19685856/32951124 swapFree=67111528/67111528
[pid=29157] ppid=29155 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29157/stat : 29157 (ppfolio) S 29155 29157 28368 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 247712220 18763776 390 33554432000 4194304 4287625 140736875692048 18446744073709551615 268660682255 0 0 4096 65536 4306620474281951231 0 0 17 2 0 0 0
/proc/29157/statm: 4581 390 341 23 0 91 0
[pid=29158] ppid=29157 vsize=157620 CPUtime=25.49 cores=0
/proc/29158/stat : 29158 (cryptominisat) R 29157 29157 28368 0 -1 4202496 38117 0 0 0 2543 6 0 0 25 0 1 0 247712220 161402880 29793 33554432000 4194304 4587354 140734292855216 18446744073709551615 4236561 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29158/statm: 39405 29793 330 96 0 35967 0
[pid=29159] ppid=29157 vsize=377268 CPUtime=25.49 cores=4
/proc/29159/stat : 29159 (clasp) R 29157 29157 28368 0 -1 4202496 96950 0 0 0 2532 17 0 0 25 0 1 0 247712220 386322432 91315 33554432000 4194304 4785740 140737017629440 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29159/statm: 94317 91315 340 145 0 91362 0
[pid=29160] ppid=29157 vsize=509152 CPUtime=12.7 cores=6
/proc/29160/stat : 29160 (TNM) R 29157 29157 28368 0 -1 4202496 22896 0 0 0 1268 2 0 0 25 0 1 0 247712220 521371648 22793 33554432000 134512640 134534564 4293960944 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29160/statm: 127288 22793 95 6 0 125954 0
[pid=29161] ppid=29157 vsize=42876 CPUtime=25.49 cores=2
/proc/29161/stat : 29161 (lingeling) R 29157 29157 28368 0 -1 4202496 17674 0 0 0 2546 3 0 0 25 0 1 0 247712220 43905024 9887 33554432000 4194304 4352236 140733925568800 18446744073709551615 4278708 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29161/statm: 10719 9887 127 39 0 9799 0
[pid=29162] ppid=29157 vsize=271836 CPUtime=12.67 cores=6
/proc/29162/stat : 29162 (march_hi) R 29157 29157 28368 0 -1 4202496 261227 0 0 0 1231 36 0 0 25 0 1 0 247712221 278360064 29639 33554432000 4194304 4331988 140734174876960 18446744073709551615 4239899 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29162/statm: 67959 29639 172 34 0 66401 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 1377076

[startup+51.1009 s]
/proc/loadavg: 4.70 5.06 7.02 6/177 29164
/proc/meminfo: memFree=19358948/32951124 swapFree=67111528/67111528
[pid=29157] ppid=29155 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29157/stat : 29157 (ppfolio) S 29155 29157 28368 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 247712220 18763776 390 33554432000 4194304 4287625 140736875692048 18446744073709551615 268660682255 0 0 4096 65536 4306620474281951231 0 0 17 2 0 0 0
/proc/29157/statm: 4581 390 341 23 0 91 0
[pid=29158] ppid=29157 vsize=307624 CPUtime=51.09 cores=0
/proc/29158/stat : 29158 (cryptominisat) R 29157 29157 28368 0 -1 4202496 43533 0 0 0 5101 8 0 0 25 0 1 0 247712220 315006976 35190 33554432000 4194304 4587354 140734292855216 18446744073709551615 4236606 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29158/statm: 76906 35190 330 96 0 73468 0
[pid=29159] ppid=29157 vsize=673532 CPUtime=51.09 cores=4
/proc/29159/stat : 29159 (clasp) R 29157 29157 28368 0 -1 4202496 170877 0 0 0 5078 31 0 0 25 0 1 0 247712220 689696768 165242 33554432000 4194304 4785740 140737017629440 18446744073709551615 4279309 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29159/statm: 168383 165242 340 145 0 165428 0
[pid=29160] ppid=29157 vsize=509152 CPUtime=25.46 cores=6
/proc/29160/stat : 29160 (TNM) R 29157 29157 28368 0 -1 4202496 22896 0 0 0 2544 2 0 0 25 0 1 0 247712220 521371648 22793 33554432000 134512640 134534564 4293960944 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29160/statm: 127288 22793 95 6 0 125954 0
[pid=29161] ppid=29157 vsize=49040 CPUtime=51.08 cores=2

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

/proc/29162/statm: 73501 35065 185 34 0 71943 0
Current children cumulated CPU time (s) 3525.09
Current children cumulated vsize (KiB) 3339512

[startup+942.3 s]
/proc/loadavg: 5.07 5.08 5.80 6/177 29197
/proc/meminfo: memFree=17943772/32951124 swapFree=67111528/67111528
[pid=29157] ppid=29155 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29157/stat : 29157 (ppfolio) S 29155 29157 28368 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 247712220 18763776 390 33554432000 4194304 4287625 140736875692048 18446744073709551615 268660682255 0 0 4096 65536 4306620474281951231 0 0 17 2 0 0 0
/proc/29157/statm: 4581 390 341 23 0 91 0
[pid=29158] ppid=29157 vsize=507956 CPUtime=942.31 cores=0
/proc/29158/stat : 29158 (cryptominisat) R 29157 29157 28368 0 -1 4202496 576871 0 0 0 94032 199 0 0 25 0 1 0 247712220 520146944 58256 33554432000 4194304 4587354 140734292855216 18446744073709551615 4236866 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29158/statm: 126989 58256 340 96 0 123551 0
[pid=29159] ppid=29157 vsize=1889680 CPUtime=942.31 cores=4
/proc/29159/stat : 29159 (clasp) R 29157 29157 28368 0 -1 4202496 473618 0 0 0 94139 92 0 0 25 0 1 0 247712220 1935032320 467983 33554432000 4194304 4785740 140737017629440 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29159/statm: 472420 467983 340 145 0 469465 0
[pid=29160] ppid=29157 vsize=509152 CPUtime=468.95 cores=6
/proc/29160/stat : 29160 (TNM) R 29157 29157 28368 0 -1 4202496 22896 0 0 0 46893 2 0 0 25 0 1 0 247712220 521371648 22793 33554432000 134512640 134534564 4293960944 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29160/statm: 127288 22793 95 6 0 125954 0
[pid=29161] ppid=29157 vsize=137984 CPUtime=942.29 cores=2
/proc/29161/stat : 29161 (lingeling) R 29157 29157 28368 0 -1 4202496 81996 0 0 0 94219 10 0 0 25 0 1 0 247712220 141295616 33664 33554432000 4194304 4352236 140733925568800 18446744073709551615 4328336 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29161/statm: 34496 33664 127 39 0 33576 0
[pid=29162] ppid=29157 vsize=294004 CPUtime=468.93 cores=6
/proc/29162/stat : 29162 (march_hi) R 29157 29157 28368 0 -1 4202496 266765 0 0 0 46855 38 0 0 25 0 1 0 247712221 301060096 35106 33554432000 4194304 4331988 140734174876960 18446744073709551615 4226457 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29162/statm: 73501 35106 178 34 0 71943 0
Current children cumulated CPU time (s) 3764.79
Current children cumulated vsize (KiB) 3357100

[startup+1002.31 s]
/proc/loadavg: 5.06 5.08 5.75 6/177 29199
/proc/meminfo: memFree=17893668/32951124 swapFree=67111528/67111528
[pid=29157] ppid=29155 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29157/stat : 29157 (ppfolio) S 29155 29157 28368 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 247712220 18763776 390 33554432000 4194304 4287625 140736875692048 18446744073709551615 268660682255 0 0 4096 65536 4306620474281951231 0 0 17 2 0 0 0
/proc/29157/statm: 4581 390 341 23 0 91 0
[pid=29158] ppid=29157 vsize=442568 CPUtime=1002.31 cores=0
/proc/29158/stat : 29158 (cryptominisat) R 29157 29157 28368 0 -1 4202496 604234 0 0 0 100020 211 0 0 25 0 1 0 247712220 453189632 66486 33554432000 4194304 4587354 140734292855216 18446744073709551615 4236680 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29158/statm: 110642 66487 340 96 0 107204 0
[pid=29159] ppid=29157 vsize=1889680 CPUtime=1002.32 cores=4
/proc/29159/stat : 29159 (clasp) R 29157 29157 28368 0 -1 4202496 473634 0 0 0 100140 92 0 0 25 0 1 0 247712220 1935032320 467999 33554432000 4194304 4785740 140737017629440 18446744073709551615 4278577 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29159/statm: 472420 467999 340 145 0 469465 0
[pid=29160] ppid=29157 vsize=509152 CPUtime=498.82 cores=6
/proc/29160/stat : 29160 (TNM) R 29157 29157 28368 0 -1 4202496 22896 0 0 0 49880 2 0 0 25 0 1 0 247712220 521371648 22793 33554432000 134512640 134534564 4293960944 18446744073709551615 134530664 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29160/statm: 127288 22793 95 6 0 125954 0
[pid=29161] ppid=29157 vsize=154376 CPUtime=1002.3 cores=2
/proc/29161/stat : 29161 (lingeling) R 29157 29157 28368 0 -1 4202496 102478 0 0 0 100217 13 0 0 25 0 1 0 247712220 158081024 37762 33554432000 4194304 4352236 140733925568800 18446744073709551615 4278588 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29161/statm: 38594 37762 127 39 0 37674 0
[pid=29162] ppid=29157 vsize=294004 CPUtime=498.78 cores=6
/proc/29162/stat : 29162 (march_hi) R 29157 29157 28368 0 -1 4202496 266822 0 0 0 49840 38 0 0 25 0 1 0 247712221 301060096 35163 33554432000 4194304 4331988 140734174876960 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29162/statm: 73501 35163 178 34 0 71943 0
Current children cumulated CPU time (s) 4004.53
Current children cumulated vsize (KiB) 3308104

[startup+1062.3 s]
/proc/loadavg: 5.10 5.09 5.71 6/177 29200
/proc/meminfo: memFree=17731464/32951124 swapFree=67111528/67111528
[pid=29157] ppid=29155 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29157/stat : 29157 (ppfolio) S 29155 29157 28368 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 247712220 18763776 390 33554432000 4194304 4287625 140736875692048 18446744073709551615 268660682255 0 0 4096 65536 4306620474281951231 0 0 17 2 0 0 0
/proc/29157/statm: 4581 390 341 23 0 91 0
[pid=29158] ppid=29157 vsize=473200 CPUtime=1062.31 cores=0
/proc/29158/stat : 29158 (cryptominisat) R 29157 29157 28368 0 -1 4202496 642167 0 0 0 106008 223 0 0 25 0 1 0 247712220 484556800 58160 33554432000 4194304 4587354 140734292855216 18446744073709551615 4236549 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29158/statm: 118300 58160 340 96 0 114862 0
[pid=29159] ppid=29157 vsize=2086020 CPUtime=1062.31 cores=4
/proc/29159/stat : 29159 (clasp) R 29157 29157 28368 0 -1 4202496 522614 0 0 0 106131 100 0 0 25 0 1 0 247712220 2136084480 516979 33554432000 4194304 4785740 140737017629440 18446744073709551615 4278600 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29159/statm: 521505 516979 340 145 0 518550 0
[pid=29160] ppid=29157 vsize=509152 CPUtime=528.7 cores=6
/proc/29160/stat : 29160 (TNM) R 29157 29157 28368 0 -1 4202496 22896 0 0 0 52868 2 0 0 25 0 1 0 247712220 521371648 22793 33554432000 134512640 134534564 4293960944 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29160/statm: 127288 22793 95 6 0 125954 0
[pid=29161] ppid=29157 vsize=154368 CPUtime=1062.3 cores=2
/proc/29161/stat : 29161 (lingeling) R 29157 29157 28368 0 -1 4202496 112718 0 0 0 106216 14 0 0 25 0 1 0 247712220 158072832 37760 33554432000 4194304 4352236 140733925568800 18446744073709551615 4331514 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29161/statm: 38592 37760 127 39 0 37672 0
[pid=29162] ppid=29157 vsize=294004 CPUtime=528.62 cores=6
/proc/29162/stat : 29162 (march_hi) R 29157 29157 28368 0 -1 4202496 266904 0 0 0 52824 38 0 0 25 0 1 0 247712221 301060096 35245 33554432000 4194304 4331988 140734174876960 18446744073709551615 4226448 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29162/statm: 73501 35245 178 34 0 71943 0
Current children cumulated CPU time (s) 4244.24
Current children cumulated vsize (KiB) 3535068

[startup+1122.3 s]
/proc/loadavg: 5.18 5.12 5.68 6/177 29202
/proc/meminfo: memFree=17764324/32951124 swapFree=67111528/67111528
[pid=29157] ppid=29155 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29157/stat : 29157 (ppfolio) S 29155 29157 28368 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 247712220 18763776 390 33554432000 4194304 4287625 140736875692048 18446744073709551615 268660682255 0 0 4096 65536 4306620474281951231 0 0 17 2 0 0 0
/proc/29157/statm: 4581 390 341 23 0 91 0
[pid=29158] ppid=29157 vsize=439672 CPUtime=1122.31 cores=0
/proc/29158/stat : 29158 (cryptominisat) R 29157 29157 28368 0 -1 4202496 671456 0 0 0 111996 235 0 0 25 0 1 0 247712220 450224128 49654 33554432000 4194304 4587354 140734292855216 18446744073709551615 4243061 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29158/statm: 109918 49654 340 96 0 106480 0
[pid=29159] ppid=29157 vsize=2086020 CPUtime=1122.31 cores=4
/proc/29159/stat : 29159 (clasp) R 29157 29157 28368 0 -1 4202496 522617 0 0 0 112131 100 0 0 25 0 1 0 247712220 2136084480 516982 33554432000 4194304 4785740 140737017629440 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29159/statm: 521505 516982 340 145 0 518550 0
[pid=29160] ppid=29157 vsize=509152 CPUtime=558.54 cores=6
/proc/29160/stat : 29160 (TNM) R 29157 29157 28368 0 -1 4202496 22896 0 0 0 55851 3 0 0 25 0 1 0 247712220 521371648 22793 33554432000 134512640 134534564 4293960944 18446744073709551615 134526136 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29160/statm: 127288 22793 95 6 0 125954 0
[pid=29161] ppid=29157 vsize=154368 CPUtime=1122.3 cores=2
/proc/29161/stat : 29161 (lingeling) R 29157 29157 28368 0 -1 4202496 122958 0 0 0 112215 15 0 0 25 0 1 0 247712220 158072832 37760 33554432000 4194304 4352236 140733925568800 18446744073709551615 4241440 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29161/statm: 38592 37760 127 39 0 37672 0
[pid=29162] ppid=29157 vsize=294004 CPUtime=558.51 cores=6
/proc/29162/stat : 29162 (march_hi) R 29157 29157 28368 0 -1 4202496 266966 0 0 0 55813 38 0 0 25 0 1 0 247712221 301060096 35307 33554432000 4194304 4331988 140734174876960 18446744073709551615 4299847 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29162/statm: 73501 35307 178 34 0 71943 0
Current children cumulated CPU time (s) 4483.97
Current children cumulated vsize (KiB) 3501540

[startup+1182.3 s]
/proc/loadavg: 5.14 5.11 5.64 6/177 29203
/proc/meminfo: memFree=17716204/32951124 swapFree=67111528/67111528
[pid=29157] ppid=29155 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29157/stat : 29157 (ppfolio) S 29155 29157 28368 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 247712220 18763776 390 33554432000 4194304 4287625 140736875692048 18446744073709551615 268660682255 0 0 4096 65536 4306620474281951231 0 0 17 2 0 0 0
/proc/29157/statm: 4581 390 341 23 0 91 0
[pid=29158] ppid=29157 vsize=466816 CPUtime=1182.31 cores=0
/proc/29158/stat : 29158 (cryptominisat) R 29157 29157 28368 0 -1 4202496 710465 0 0 0 117979 252 0 0 25 0 1 0 247712220 478019584 63780 33554432000 4194304 4587354 140734292855216 18446744073709551615 4236496 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29158/statm: 116704 63780 340 96 0 113266 0
[pid=29159] ppid=29157 vsize=2086020 CPUtime=1182.31 cores=4
/proc/29159/stat : 29159 (clasp) R 29157 29157 28368 0 -1 4202496 522666 0 0 0 118131 100 0 0 25 0 1 0 247712220 2136084480 517031 33554432000 4194304 4785740 140737017629440 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29159/statm: 521505 517031 340 145 0 518550 0
[pid=29160] ppid=29157 vsize=509152 CPUtime=588.42 cores=6
/proc/29160/stat : 29160 (TNM) R 29157 29157 28368 0 -1 4202496 22896 0 0 0 58839 3 0 0 25 0 1 0 247712220 521371648 22793 33554432000 134512640 134534564 4293960944 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29160/statm: 127288 22793 95 6 0 125954 0
[pid=29161] ppid=29157 vsize=146620 CPUtime=1182.3 cores=2
/proc/29161/stat : 29161 (lingeling) R 29157 29157 28368 0 -1 4202496 129215 0 0 0 118214 16 0 0 25 0 1 0 247712220 150138880 35823 33554432000 4194304 4352236 140733925568800 18446744073709551615 4328429 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29161/statm: 36655 35823 127 39 0 35735 0
[pid=29162] ppid=29157 vsize=296304 CPUtime=588.35 cores=6
/proc/29162/stat : 29162 (march_hi) R 29157 29157 28368 0 -1 4202496 267055 0 0 0 58797 38 0 0 25 0 1 0 247712221 303415296 35396 33554432000 4194304 4331988 140734174876960 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29162/statm: 74076 35396 178 34 0 72518 0
Current children cumulated CPU time (s) 4723.69
Current children cumulated vsize (KiB) 3523236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.41 s]
/proc/loadavg: 5.10 5.10 5.62 7/177 29204
/proc/meminfo: memFree=17669084/32951124 swapFree=67111528/67111528
[pid=29157] ppid=29155 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29157/stat : 29157 (ppfolio) S 29155 29157 28368 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 247712220 18763776 390 33554432000 4194304 4287625 140736875692048 18446744073709551615 268660682255 0 0 4096 65536 4306620474281951231 0 0 17 2 0 0 0
/proc/29157/statm: 4581 390 341 23 0 91 0
[pid=29158] ppid=29157 vsize=466816 CPUtime=1201.42 cores=0
/proc/29158/stat : 29158 (cryptominisat) R 29157 29157 28368 0 -1 4202496 719391 0 0 0 119886 256 0 0 25 0 1 0 247712220 478019584 72699 33554432000 4194304 4587354 140734292855216 18446744073709551615 4250280 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29158/statm: 116704 72699 340 96 0 113266 0
[pid=29159] ppid=29157 vsize=2086020 CPUtime=1201.42 cores=4
/proc/29159/stat : 29159 (clasp) R 29157 29157 28368 0 -1 4202496 522666 0 0 0 120042 100 0 0 25 0 1 0 247712220 2136084480 517031 33554432000 4194304 4785740 140737017629440 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29159/statm: 521505 517031 340 145 0 518550 0
[pid=29160] ppid=29157 vsize=509152 CPUtime=597.91 cores=6
/proc/29160/stat : 29160 (TNM) R 29157 29157 28368 0 -1 4202496 22896 0 0 0 59788 3 0 0 25 0 1 0 247712220 521371648 22793 33554432000 134512640 134534564 4293960944 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29160/statm: 127288 22793 95 6 0 125954 0
[pid=29161] ppid=29157 vsize=154812 CPUtime=1201.41 cores=2
/proc/29161/stat : 29161 (lingeling) R 29157 29157 28368 0 -1 4202496 131263 0 0 0 120125 16 0 0 25 0 1 0 247712220 158527488 37871 33554432000 4194304 4352236 140733925568800 18446744073709551615 4207627 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29161/statm: 38703 37871 127 39 0 37783 0
[pid=29162] ppid=29157 vsize=300848 CPUtime=597.87 cores=6
/proc/29162/stat : 29162 (march_hi) R 29157 29157 28368 0 -1 4202496 267657 0 0 0 59749 38 0 0 25 0 1 0 247712221 308068352 35998 33554432000 4194304 4331988 140734174876960 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29162/statm: 75212 35998 214 34 0 73654 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 3535972

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 29157 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=5999
# CPU time returned by wait4() is 0.006998
# while last known CPU time is 4800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.42
CPU time (s): 4800.03
CPU user time (s): 4795.9
CPU system time (s): 4.13
CPU usage (%): 399.53
Max. virtual memory (cumulated for all children) (KiB): 3767344

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

runsolver used 1.91871 second user time and 3.72443 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-29 02:00:10
IDJOB=3285672
IDBENCH=82392
IDSOLVER=1612
FILE ID=node107/3285672-1304035209
RUNJOBID= node107-1304032485-28748
PBS_JOBID= 13170345
Free space on /tmp= 71788 MiB

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

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

MD5SUM BENCH= 28233bedeee44da6e79e63b9febc4d1e
RANDOM SEED=749138034

node107.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.829
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.65
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.829
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20415988 kB
Buffers:       2024904 kB
Cached:        9967944 kB
SwapCached:          0 kB
Active:        4815932 kB
Inactive:      7239872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20415988 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           21804 kB
Writeback:           0 kB
AnonPages:       62476 kB
Mapped:          14548 kB
Slab:           416916 kB
PageTables:       4428 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   182792 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= 71780 MiB
End job on node107 at 2011-04-29 02:20:13