Trace number 3285488

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.26 1201.72

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
MD5SUM5d1253e2dcc0e3e55992672756beadbc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2074.86
Satisfiable
(Un)Satisfiability was proved
Number of variables756832
Number of clauses4116966
Sum of the clauses size9765566
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 24082840
Number of clauses of size 3640
Number of clauses of size 4800
Number of clauses of size 5800
Number of clauses of size over 531040

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: 977)

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-3285488-1307633279/watcher-3285488-1307633279 -o /tmp/evaluation-result-3285488-1307633279/solver-3285488-1307633279 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3285488-1307633279.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: 0.00 0.00 0.00 6/182 1122
/proc/meminfo: memFree=31767776/32951124 swapFree=67050508/67111528
[pid=1122] ppid=1120 vsize=2712 CPUtime=0 cores=1,3,5,7
/proc/1122/stat : 1122 (ppfolio) S 1120 1122 1071 0 -1 4194304 83 0 0 0 0 0 0 0 21 0 1 0 874930683 2777088 36 33554432000 4194304 4287625 140733289476320 18446744073709551615 212431093383 0 2147483391 4096 0 18446744071699207358 0 0 17 3 0 0 0
/proc/1122/statm: 678 36 27 23 0 23 0

[startup+0.12391 s]
/proc/loadavg: 0.00 0.00 0.00 6/182 1122
/proc/meminfo: memFree=31767776/32951124 swapFree=67050508/67111528
[pid=1122] ppid=1120 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1122/stat : 1122 (ppfolio) R 1120 1122 1071 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 874930683 18763776 389 33554432000 4194304 4287625 140733289476320 18446744073709551615 212436037135 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/1122/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200896 s]
/proc/loadavg: 0.00 0.00 0.00 6/182 1122
/proc/meminfo: memFree=31767776/32951124 swapFree=67050508/67111528
[pid=1122] ppid=1120 vsize=18324 CPUtime=0.09 cores=1,3,5,7
/proc/1122/stat : 1122 (ppfolio) S 1120 1122 1071 0 -1 4202496 523 2115 0 0 0 0 8 1 25 0 1 0 874930683 18763776 390 33554432000 4194304 4287625 140733289476320 18446744073709551615 212436037135 0 0 4096 65536 9224195386380386304 0 0 17 3 0 0 0
/proc/1122/statm: 4581 390 342 23 0 91 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18324

[startup+0.300876 s]
/proc/loadavg: 0.00 0.00 0.00 6/182 1122
/proc/meminfo: memFree=31767776/32951124 swapFree=67050508/67111528
[pid=1122] ppid=1120 vsize=18324 CPUtime=0.09 cores=1,3,5,7
/proc/1122/stat : 1122 (ppfolio) S 1120 1122 1071 0 -1 4202496 523 2115 0 0 0 0 8 1 25 0 1 0 874930683 18763776 390 33554432000 4194304 4287625 140733289476320 18446744073709551615 212436037135 0 0 4096 65536 9224195386380386304 0 0 17 3 0 0 0
/proc/1122/statm: 4581 390 342 23 0 91 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18324

[startup+0.700799 s]
/proc/loadavg: 0.00 0.00 0.00 6/182 1122
/proc/meminfo: memFree=31767776/32951124 swapFree=67050508/67111528
[pid=1122] ppid=1120 vsize=18324 CPUtime=0.09 cores=1,3,5,7
/proc/1122/stat : 1122 (ppfolio) S 1120 1122 1071 0 -1 4202496 523 2115 0 0 0 0 8 1 25 0 1 0 874930683 18763776 390 33554432000 4194304 4287625 140733289476320 18446744073709551615 212436037135 0 0 4096 65536 9224195386380386304 0 0 17 3 0 0 0
/proc/1122/statm: 4581 390 342 23 0 91 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18324

[startup+1.50065 s]
/proc/loadavg: 0.96 0.20 0.06 10/187 1128
/proc/meminfo: memFree=31102524/32951124 swapFree=67050508/67111528
[pid=1122] ppid=1120 vsize=18324 CPUtime=0.09 cores=1,3,5,7
/proc/1122/stat : 1122 (ppfolio) S 1120 1122 1071 0 -1 4202496 523 2115 0 0 0 0 8 1 18 0 1 0 874930683 18763776 390 33554432000 4194304 4287625 140733289476320 18446744073709551615 212436037135 0 0 4096 65536 9224195738567704576 0 0 17 3 0 0 0
/proc/1122/statm: 4581 390 342 23 0 91 0
[pid=1124] ppid=1122 vsize=351152 CPUtime=1.48 cores=1
/proc/1124/stat : 1124 (cryptominisat) R 1122 1122 1071 0 -1 4202496 78381 0 0 0 135 13 0 0 25 0 1 0 874930684 359579648 77222 33554432000 4194304 4587354 140733780803216 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1124/statm: 87788 77222 306 96 0 84350 0
[pid=1125] ppid=1122 vsize=169392 CPUtime=1.49 cores=5
/proc/1125/stat : 1125 (clasp) R 1122 1122 1071 0 -1 4202496 59536 0 0 0 141 8 0 0 25 0 1 0 874930684 173457408 38916 33554432000 4194304 4785740 140734780488512 18446744073709551615 4320719 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1125/statm: 42348 38916 321 145 0 39393 0
[pid=1127] ppid=1122 vsize=103820 CPUtime=1.48 cores=3
/proc/1127/stat : 1127 (lingeling) R 1122 1122 1071 0 -1 4202496 25327 0 0 0 142 6 0 0 25 0 1 0 874930684 106311680 25123 33554432000 4194304 4352236 140735482269600 18446744073709551615 212436016896 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1127/statm: 25955 25123 101 39 0 25035 0
[pid=1128] ppid=1122 vsize=209856 CPUtime=1.38 cores=7
/proc/1128/stat : 1128 (march_hi) R 1122 1122 1071 0 -1 4194304 48688 0 0 0 130 8 0 0 25 0 1 0 874930684 214892544 48583 33554432000 4194304 4331988 140733324044448 18446744073709551615 212435565145 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1128/statm: 52464 48583 113 34 0 50906 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 852544

[startup+3.10035 s]
/proc/loadavg: 0.96 0.20 0.06 10/187 1128
/proc/meminfo: memFree=30825632/32951124 swapFree=67050508/67111528
[pid=1122] ppid=1120 vsize=18324 CPUtime=0.09 cores=1,3,5,7
/proc/1122/stat : 1122 (ppfolio) S 1120 1122 1071 0 -1 4202496 523 2115 0 0 0 0 8 1 15 0 1 0 874930683 18763776 390 33554432000 4194304 4287625 140733289476320 18446744073709551615 212436037135 0 0 4096 65536 9224195742862639365 0 0 17 3 0 0 0
/proc/1122/statm: 4581 390 342 23 0 91 0
[pid=1124] ppid=1122 vsize=442392 CPUtime=3.08 cores=1
/proc/1124/stat : 1124 (cryptominisat) R 1122 1122 1071 0 -1 4202496 101157 0 0 0 292 16 0 0 25 0 1 0 874930684 453009408 99998 33554432000 4194304 4587354 140733780803216 18446744073709551615 212435677893 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1124/statm: 110598 99998 309 96 0 107160 0
[pid=1125] ppid=1122 vsize=176960 CPUtime=3.08 cores=5
/proc/1125/stat : 1125 (clasp) R 1122 1122 1071 0 -1 4202496 61481 0 0 0 300 8 0 0 25 0 1 0 874930684 181207040 40861 33554432000 4194304 4785740 140734780488512 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1125/statm: 44240 40861 335 145 0 41285 0
[pid=1127] ppid=1122 vsize=120432 CPUtime=3.08 cores=3
/proc/1127/stat : 1127 (lingeling) R 1122 1122 1071 0 -1 4202496 35342 0 0 0 300 8 0 0 25 0 1 0 874930684 123322368 29289 33554432000 4194304 4352236 140735482269600 18446744073709551615 4258971 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1127/statm: 30108 29289 114 39 0 29188 0
[pid=1128] ppid=1122 vsize=520844 CPUtime=2.97 cores=7
/proc/1128/stat : 1128 (march_hi) R 1122 1122 1071 0 -1 4194304 88633 0 0 0 282 15 0 0 25 0 1 0 874930684 533344256 88525 33554432000 4194304 4331988 140733324044448 18446744073709551615 4256838 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1128/statm: 130211 88525 116 34 0 128653 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 1278952

[startup+6.30074 s]
/proc/loadavg: 1.60 0.35 0.11 10/187 1128
/proc/meminfo: memFree=30503324/32951124 swapFree=67050508/67111528
[pid=1122] ppid=1120 vsize=18324 CPUtime=0.09 cores=1,3,5,7
/proc/1122/stat : 1122 (ppfolio) S 1120 1122 1071 0 -1 4202496 523 2115 0 0 0 0 8 1 15 0 1 0 874930683 18763776 390 33554432000 4194304 4287625 140733289476320 18446744073709551615 212436037135 0 0 4096 65536 9224195742862639365 0 0 17 3 0 0 0
/proc/1122/statm: 4581 390 342 23 0 91 0
[pid=1124] ppid=1122 vsize=461268 CPUtime=6.28 cores=1
/proc/1124/stat : 1124 (cryptominisat) R 1122 1122 1071 0 -1 4202496 105859 0 0 0 611 17 0 0 25 0 1 0 874930684 472338432 104700 33554432000 4194304 4587354 140733780803216 18446744073709551615 4365236 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1124/statm: 115317 104700 310 96 0 111879 0
[pid=1125] ppid=1122 vsize=185360 CPUtime=6.29 cores=5
/proc/1125/stat : 1125 (clasp) R 1122 1122 1071 0 -1 4202496 63600 0 0 0 620 9 0 0 25 0 1 0 874930684 189808640 42980 33554432000 4194304 4785740 140734780488512 18446744073709551615 4290592 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1125/statm: 46340 42980 336 145 0 43385 0
[pid=1127] ppid=1122 vsize=149876 CPUtime=6.29 cores=3
/proc/1127/stat : 1127 (lingeling) R 1122 1122 1071 0 -1 4202496 69235 0 0 0 616 13 0 0 25 0 1 0 874930684 153473024 36625 33554432000 4194304 4352236 140735482269600 18446744073709551615 4287533 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1127/statm: 37469 36625 121 39 0 36549 0
[pid=1128] ppid=1122 vsize=606248 CPUtime=6.15 cores=7
/proc/1128/stat : 1128 (march_hi) R 1122 1122 1071 0 -1 4194304 162511 0 0 0 592 23 0 0 25 0 1 0 874930684 620797952 109740 33554432000 4194304 4331988 140733324044448 18446744073709551615 4252197 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1128/statm: 151562 109740 128 34 0 150004 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 1421076

[startup+12.7005 s]
/proc/loadavg: 2.20 0.49 0.16 10/187 1128
/proc/meminfo: memFree=30260308/32951124 swapFree=67050508/67111528
[pid=1122] ppid=1120 vsize=18324 CPUtime=0.09 cores=1,3,5,7
/proc/1122/stat : 1122 (ppfolio) S 1120 1122 1071 0 -1 4202496 523 2115 0 0 0 0 8 1 15 0 1 0 874930683 18763776 390 33554432000 4194304 4287625 140733289476320 18446744073709551615 212436037135 0 0 4096 65536 9224195742862639365 0 0 17 3 0 0 0
/proc/1122/statm: 4581 390 342 23 0 91 0
[pid=1124] ppid=1122 vsize=621704 CPUtime=12.67 cores=1
/proc/1124/stat : 1124 (cryptominisat) R 1122 1122 1071 0 -1 4202496 173157 0 0 0 1242 25 0 0 25 0 1 0 874930684 636624896 138887 33554432000 4194304 4587354 140733780803216 18446744073709551615 212435677893 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1124/statm: 155426 138887 316 96 0 151988 0
[pid=1125] ppid=1122 vsize=196092 CPUtime=12.69 cores=5
/proc/1125/stat : 1125 (clasp) R 1122 1122 1071 0 -1 4202496 66271 0 0 0 1259 10 0 0 25 0 1 0 874930684 200798208 45651 33554432000 4194304 4785740 140734780488512 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1125/statm: 49023 45651 336 145 0 46068 0
[pid=1127] ppid=1122 vsize=149876 CPUtime=12.69 cores=3
/proc/1127/stat : 1127 (lingeling) R 1122 1122 1071 0 -1 4202496 69235 0 0 0 1256 13 0 0 25 0 1 0 874930684 153473024 36625 33554432000 4194304 4352236 140735482269600 18446744073709551615 4283925 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1127/statm: 37469 36625 121 39 0 36549 0
[pid=1128] ppid=1122 vsize=527224 CPUtime=12.52 cores=7
/proc/1128/stat : 1128 (march_hi) R 1122 1122 1071 0 -1 4194304 262092 0 0 0 1215 37 0 0 25 0 1 0 874930684 539877376 90167 33554432000 4194304 4331988 140733324044448 18446744073709551615 4256864 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1128/statm: 131806 90167 129 34 0 130248 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 1513220

[startup+25.5011 s]
/proc/loadavg: 3.70 0.90 0.30 10/187 1129
/proc/meminfo: memFree=30236264/32951124 swapFree=67050508/67111528
[pid=1122] ppid=1120 vsize=18324 CPUtime=0.09 cores=1,3,5,7
/proc/1122/stat : 1122 (ppfolio) S 1120 1122 1071 0 -1 4202496 523 2115 0 0 0 0 8 1 15 0 1 0 874930683 18763776 390 33554432000 4194304 4287625 140733289476320 18446744073709551615 212436037135 0 0 4096 65536 9224195738567704576 0 0 17 3 0 0 0
/proc/1122/statm: 4581 390 342 23 0 91 0
[pid=1124] ppid=1122 vsize=676076 CPUtime=25.48 cores=1
/proc/1124/stat : 1124 (cryptominisat) R 1122 1122 1071 0 -1 4202496 226288 0 0 0 2514 34 0 0 25 0 1 0 874930684 692301824 148046 33554432000 4194304 4587354 140733780803216 18446744073709551615 212435713803 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1124/statm: 169019 148046 330 96 0 165581 0
[pid=1125] ppid=1122 vsize=215820 CPUtime=25.48 cores=5
/proc/1125/stat : 1125 (clasp) R 1122 1122 1071 0 -1 4202496 71167 0 0 0 2537 11 0 0 25 0 1 0 874930684 220999680 50547 33554432000 4194304 4785740 140734780488512 18446744073709551615 4304000 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1125/statm: 53955 50547 336 145 0 51000 0
[pid=1127] ppid=1122 vsize=149876 CPUtime=25.49 cores=3
/proc/1127/stat : 1127 (lingeling) R 1122 1122 1071 0 -1 4202496 69245 0 0 0 2536 13 0 0 25 0 1 0 874930684 153473024 36635 33554432000 4194304 4352236 140735482269600 18446744073709551615 4207619 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1127/statm: 37469 36635 125 39 0 36549 0
[pid=1128] ppid=1122 vsize=532932 CPUtime=25.24 cores=7
/proc/1128/stat : 1128 (march_hi) R 1122 1122 1071 0 -1 4194304 435541 0 0 0 2464 60 0 0 25 0 1 0 874930684 545722368 91570 33554432000 4194304 4331988 140733324044448 18446744073709551615 4257036 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1128/statm: 133233 91570 129 34 0 131675 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 1593028

[startup+51.1013 s]
/proc/loadavg: 5.65 1.59 0.54 10/187 1129
/proc/meminfo: memFree=30132092/32951124 swapFree=67050508/67111528
[pid=1122] ppid=1120 vsize=18324 CPUtime=0.09 cores=1,3,5,7
/proc/1122/stat : 1122 (ppfolio) S 1120 1122 1071 0 -1 4202496 523 2115 0 0 0 0 8 1 15 0 1 0 874930683 18763776 390 33554432000 4194304 4287625 140733289476320 18446744073709551615 212436037135 0 0 4096 65536 9224195742862639365 0 0 17 3 0 0 0
/proc/1122/statm: 4581 390 342 23 0 91 0
[pid=1124] ppid=1122 vsize=826080 CPUtime=51.07 cores=1
/proc/1124/stat : 1124 (cryptominisat) R 1122 1122 1071 0 -1 4202496 239023 0 0 0 5069 38 0 0 25 0 1 0 874930684 845905920 160775 33554432000 4194304 4587354 140733780803216 18446744073709551615 4236870 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1124/statm: 206520 160775 330 96 0 203082 0
[pid=1125] ppid=1122 vsize=254840 CPUtime=51.09 cores=5
/proc/1125/stat : 1125 (clasp) R 1122 1122 1071 0 -1 4202496 80935 0 0 0 5095 14 0 0 25 0 1 0 874930684 260956160 60315 33554432000 4194304 4785740 140734780488512 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1125/statm: 63710 60315 336 145 0 60755 0
[pid=1127] ppid=1122 vsize=149876 CPUtime=51.09 cores=3
/proc/1127/stat : 1127 (lingeling) R 1122 1122 1071 0 -1 4202496 69245 0 0 0 5096 13 0 0 25 0 1 0 874930684 153473024 36635 33554432000 4194304 4352236 140735482269600 18446744073709551615 4207619 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1127/statm: 37469 36635 125 39 0 36549 0
[pid=1128] ppid=1122 vsize=537684 CPUtime=50.68 cores=7
/proc/1128/stat : 1128 (march_hi) R 1122 1122 1071 0 -1 4202496 840747 0 0 0 4953 115 0 0 25 0 1 0 874930684 550588416 91299 33554432000 4194304 4331988 140733324044448 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1128/statm: 134421 91299 153 34 0 132863 0
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (KiB) 1786804

[startup+102.301 s]
/proc/loadavg: 7.69 2.76 0.99 10/187 1131
/proc/meminfo: memFree=29696372/32951124 swapFree=67050508/67111528
[pid=1122] ppid=1120 vsize=18324 CPUtime=0.09 cores=1,3,5,7
/proc/1122/stat : 1122 (ppfolio) S 1120 1122 1071 0 -1 4202496 523 2115 0 0 0 0 8 1 15 0 1 0 874930683 18763776 390 33554432000 4194304 4287625 140733289476320 18446744073709551615 212436037135 0 0 4096 65536 9224195742862639365 0 0 17 3 0 0 0
/proc/1122/statm: 4581 390 342 23 0 91 0
[pid=1124] ppid=1122 vsize=802468 CPUtime=102.28 cores=1
/proc/1124/stat : 1124 (cryptominisat) R 1122 1122 1071 0 -1 4202496 268264 0 0 0 10181 47 0 0 25 0 1 0 874930684 821727232 152484 33554432000 4194304 4587354 140733780803216 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1124/statm: 200617 152484 330 96 0 197179 0
[pid=1125] ppid=1122 vsize=304888 CPUtime=102.29 cores=5

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


[startup+882.307 s]
/proc/loadavg: 9.13 8.66 5.61 11/187 1196
/proc/meminfo: memFree=28962592/32951124 swapFree=67050508/67111528
[pid=1122] ppid=1120 vsize=18324 CPUtime=0.34 cores=1,3,5,7
/proc/1122/stat : 1122 (ppfolio) S 1120 1122 1071 0 -1 4202496 523 2115 0 0 4 21 8 1 15 0 1 0 874930683 18763776 390 33554432000 4194304 4287625 140733289476320 18446744073709551615 212436037135 0 0 4096 65536 9224195742862639365 0 0 17 3 0 0 0
/proc/1122/statm: 4581 390 342 23 0 91 0
[pid=1124] ppid=1122 vsize=876240 CPUtime=882.28 cores=1
/proc/1124/stat : 1124 (cryptominisat) R 1122 1122 1071 0 -1 4202496 69131182 0 0 0 78951 9277 0 0 25 0 1 0 874930684 897269760 168122 33554432000 4194304 4587354 140733780803216 18446744073709551615 4423566 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1124/statm: 219060 168134 335 96 0 215622 0
[pid=1125] ppid=1122 vsize=917600 CPUtime=882.33 cores=5
/proc/1125/stat : 1125 (clasp) R 1122 1122 1071 0 -1 4202496 246468 0 0 0 88177 56 0 0 25 0 1 0 874930684 939622400 225848 33554432000 4194304 4785740 140734780488512 18446744073709551615 4290592 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1125/statm: 229400 225848 336 145 0 226445 0
[pid=1127] ppid=1122 vsize=193784 CPUtime=882.05 cores=3
/proc/1127/stat : 1127 (lingeling) R 1122 1122 1071 0 -1 4202496 131357 0 0 0 88180 25 0 0 25 0 1 0 874930684 198434816 47614 33554432000 4194304 4352236 140735482269600 18446744073709551615 4328991 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1127/statm: 48446 47614 127 39 0 47526 0
[pid=1128] ppid=1122 vsize=1621344 CPUtime=877.38 cores=7
/proc/1128/stat : 1128 (march_hi) R 1122 1122 1071 0 -1 4202496 1106242 0 0 0 87588 150 0 0 25 0 1 0 874930684 1660256256 186277 33554432000 4194304 4331988 140733324044448 18446744073709551615 4228226 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1128/statm: 405336 186277 178 34 0 403778 0
Current children cumulated CPU time (s) 3524.38
Current children cumulated vsize (KiB) 3627292

[startup+942.301 s]
/proc/loadavg: 9.05 8.72 5.82 10/187 1197
/proc/meminfo: memFree=28944936/32951124 swapFree=67050508/67111528
[pid=1122] ppid=1120 vsize=18324 CPUtime=0.37 cores=1,3,5,7
/proc/1122/stat : 1122 (ppfolio) S 1120 1122 1071 0 -1 4202496 523 2115 0 0 5 23 8 1 15 0 1 0 874930683 18763776 390 33554432000 4194304 4287625 140733289476320 18446744073709551615 212436037135 0 0 4096 65536 9224195738567704576 0 0 17 3 0 0 0
/proc/1122/statm: 4581 390 342 23 0 91 0
[pid=1124] ppid=1122 vsize=876240 CPUtime=942.28 cores=1
/proc/1124/stat : 1124 (cryptominisat) R 1122 1122 1071 0 -1 4202496 74659552 0 0 0 84201 10027 0 0 25 0 1 0 874930684 897269760 173260 33554432000 4194304 4587354 140733780803216 18446744073709551615 4280768 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1124/statm: 219060 173260 335 96 0 215622 0
[pid=1125] ppid=1122 vsize=931104 CPUtime=942.32 cores=5
/proc/1125/stat : 1125 (clasp) R 1122 1122 1071 0 -1 4202496 249860 0 0 0 94175 57 0 0 25 0 1 0 874930684 953450496 229240 33554432000 4194304 4785740 140734780488512 18446744073709551615 4290592 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1125/statm: 232776 229240 336 145 0 229821 0
[pid=1127] ppid=1122 vsize=193632 CPUtime=942.03 cores=3
/proc/1127/stat : 1127 (lingeling) R 1122 1122 1071 0 -1 4202496 139550 0 0 0 94177 26 0 0 25 0 1 0 874930684 198279168 47576 33554432000 4194304 4352236 140735482269600 18446744073709551615 4276395 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1127/statm: 48408 47576 127 39 0 47488 0
[pid=1128] ppid=1122 vsize=1621344 CPUtime=937.05 cores=7
/proc/1128/stat : 1128 (march_hi) R 1122 1122 1071 0 -1 4202496 1106248 0 0 0 93555 150 0 0 25 0 1 0 874930684 1660256256 186283 33554432000 4194304 4331988 140733324044448 18446744073709551615 4228243 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1128/statm: 405336 186283 178 34 0 403778 0
Current children cumulated CPU time (s) 3764.05
Current children cumulated vsize (KiB) 3640644

[startup+1002.3 s]
/proc/loadavg: 9.11 8.80 6.02 10/187 1199
/proc/meminfo: memFree=28869092/32951124 swapFree=67050508/67111528
[pid=1122] ppid=1120 vsize=18324 CPUtime=0.39 cores=1,3,5,7
/proc/1122/stat : 1122 (ppfolio) S 1120 1122 1071 0 -1 4202496 523 2115 0 0 5 25 8 1 15 0 1 0 874930683 18763776 390 33554432000 4194304 4287625 140733289476320 18446744073709551615 212436037135 0 0 4096 65536 9224195742862639365 0 0 17 3 0 0 0
/proc/1122/statm: 4581 390 342 23 0 91 0
[pid=1124] ppid=1122 vsize=827984 CPUtime=1002.28 cores=1
/proc/1124/stat : 1124 (cryptominisat) R 1122 1122 1071 0 -1 4202496 80171280 0 0 0 89459 10769 0 0 25 0 1 0 874930684 847855616 161757 33554432000 4194304 4587354 140733780803216 18446744073709551615 4263281 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1124/statm: 206996 161761 335 96 0 203558 0
[pid=1125] ppid=1122 vsize=968956 CPUtime=1002.32 cores=5
/proc/1125/stat : 1125 (clasp) R 1122 1122 1071 0 -1 4202496 259338 0 0 0 100173 59 0 0 25 0 1 0 874930684 992210944 238718 33554432000 4194304 4785740 140734780488512 18446744073709551615 4290592 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1125/statm: 242239 238718 336 145 0 239284 0
[pid=1127] ppid=1122 vsize=197728 CPUtime=1002.01 cores=3
/proc/1127/stat : 1127 (lingeling) R 1122 1122 1071 0 -1 4202496 140574 0 0 0 100175 26 0 0 25 0 1 0 874930684 202473472 48600 33554432000 4194304 4352236 140735482269600 18446744073709551615 4207597 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1127/statm: 49432 48600 127 39 0 48512 0
[pid=1128] ppid=1122 vsize=1621344 CPUtime=996.72 cores=7
/proc/1128/stat : 1128 (march_hi) R 1122 1122 1071 0 -1 4202496 1106254 0 0 0 99522 150 0 0 25 0 1 0 874930684 1660256256 186289 33554432000 4194304 4331988 140733324044448 18446744073709551615 4210418 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1128/statm: 405336 186289 178 34 0 403778 0
Current children cumulated CPU time (s) 4003.72
Current children cumulated vsize (KiB) 3634336

[startup+1062.3 s]
/proc/loadavg: 9.18 8.86 6.22 11/187 1200
/proc/meminfo: memFree=28816956/32951124 swapFree=67050508/67111528
[pid=1122] ppid=1120 vsize=18324 CPUtime=0.41 cores=1,3,5,7
/proc/1122/stat : 1122 (ppfolio) S 1120 1122 1071 0 -1 4202496 523 2115 0 0 5 27 8 1 15 0 1 0 874930683 18763776 390 33554432000 4194304 4287625 140733289476320 18446744073709551615 212436037135 0 0 4096 65536 9224195742862639365 0 0 17 3 0 0 0
/proc/1122/statm: 4581 390 342 23 0 91 0
[pid=1124] ppid=1122 vsize=827984 CPUtime=1062.28 cores=1
/proc/1124/stat : 1124 (cryptominisat) R 1122 1122 1071 0 -1 4202496 85655406 0 0 0 94717 11511 0 0 25 0 1 0 874930684 847855616 161274 33554432000 4194304 4587354 140733780803216 18446744073709551615 4263281 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1124/statm: 206996 161279 335 96 0 203558 0
[pid=1125] ppid=1122 vsize=1005292 CPUtime=1062.33 cores=5
/proc/1125/stat : 1125 (clasp) R 1122 1122 1071 0 -1 4202496 268426 0 0 0 106172 61 0 0 25 0 1 0 874930684 1029419008 247806 33554432000 4194304 4785740 140734780488512 18446744073709551615 4290592 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1125/statm: 251323 247806 336 145 0 248368 0
[pid=1127] ppid=1122 vsize=197728 CPUtime=1061.99 cores=3
/proc/1127/stat : 1127 (lingeling) R 1122 1122 1071 0 -1 4202496 140574 0 0 0 106173 26 0 0 25 0 1 0 874930684 202473472 48600 33554432000 4194304 4352236 140735482269600 18446744073709551615 4276741 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1127/statm: 49432 48600 127 39 0 48512 0
[pid=1128] ppid=1122 vsize=1621344 CPUtime=1056.4 cores=7
/proc/1128/stat : 1128 (march_hi) R 1122 1122 1071 0 -1 4202496 1106260 0 0 0 105490 150 0 0 25 0 1 0 874930684 1660256256 186295 33554432000 4194304 4331988 140733324044448 18446744073709551615 4228243 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1128/statm: 405336 186295 178 34 0 403778 0
Current children cumulated CPU time (s) 4243.41
Current children cumulated vsize (KiB) 3670672

[startup+1122.3 s]
/proc/loadavg: 9.19 8.92 6.40 10/187 1202
/proc/meminfo: memFree=28772144/32951124 swapFree=67050508/67111528
[pid=1122] ppid=1120 vsize=18324 CPUtime=0.43 cores=1,3,5,7
/proc/1122/stat : 1122 (ppfolio) S 1120 1122 1071 0 -1 4202496 523 2115 0 0 6 28 8 1 15 0 1 0 874930683 18763776 390 33554432000 4194304 4287625 140733289476320 18446744073709551615 212436037135 0 0 4096 65536 9224195742862639365 0 0 17 3 0 0 0
/proc/1122/statm: 4581 390 342 23 0 91 0
[pid=1124] ppid=1122 vsize=827984 CPUtime=1122.28 cores=1
/proc/1124/stat : 1124 (cryptominisat) R 1122 1122 1071 0 -1 4202496 91063270 0 0 0 99983 12245 0 0 25 0 1 0 874930684 847855616 161778 33554432000 4194304 4587354 140733780803216 18446744073709551615 4263281 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1124/statm: 206996 161783 335 96 0 203558 0
[pid=1125] ppid=1122 vsize=1049308 CPUtime=1122.33 cores=5
/proc/1125/stat : 1125 (clasp) R 1122 1122 1071 0 -1 4202496 279441 0 0 0 112168 65 0 0 25 0 1 0 874930684 1074491392 258821 33554432000 4194304 4785740 140734780488512 18446744073709551615 4290633 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1125/statm: 262327 258821 336 145 0 259372 0
[pid=1127] ppid=1122 vsize=197640 CPUtime=1121.98 cores=3
/proc/1127/stat : 1127 (lingeling) R 1122 1122 1071 0 -1 4202496 140574 0 0 0 112171 27 0 0 25 0 1 0 874930684 202383360 48578 33554432000 4194304 4352236 140735482269600 18446744073709551615 4256386 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1127/statm: 49410 48578 127 39 0 48490 0
[pid=1128] ppid=1122 vsize=1621344 CPUtime=1116.07 cores=7
/proc/1128/stat : 1128 (march_hi) R 1122 1122 1071 0 -1 4202496 1106265 0 0 0 111457 150 0 0 25 0 1 0 874930684 1660256256 186300 33554432000 4194304 4331988 140733324044448 18446744073709551615 4239663 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1128/statm: 405336 186300 178 34 0 403778 0
Current children cumulated CPU time (s) 4483.09
Current children cumulated vsize (KiB) 3714600

[startup+1182.3 s]
/proc/loadavg: 9.24 8.98 6.58 11/187 1204
/proc/meminfo: memFree=28697416/32951124 swapFree=67050508/67111528
[pid=1122] ppid=1120 vsize=18324 CPUtime=0.45 cores=1,3,5,7
/proc/1122/stat : 1122 (ppfolio) S 1120 1122 1071 0 -1 4202496 523 2115 0 0 6 30 8 1 15 0 1 0 874930683 18763776 390 33554432000 4194304 4287625 140733289476320 18446744073709551615 212436037135 0 0 4096 65536 9224195738567704576 0 0 17 3 0 0 0
/proc/1122/statm: 4581 390 342 23 0 91 0
[pid=1124] ppid=1122 vsize=876240 CPUtime=1182.28 cores=1
/proc/1124/stat : 1124 (cryptominisat) R 1122 1122 1071 0 -1 4202496 96559362 0 0 0 105253 12975 0 0 25 0 1 0 874930684 897269760 173262 33554432000 4194304 4587354 140733780803216 18446744073709551615 4510925 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1124/statm: 219060 173262 335 96 0 215622 0
[pid=1125] ppid=1122 vsize=1077252 CPUtime=1182.33 cores=5
/proc/1125/stat : 1125 (clasp) R 1122 1122 1071 0 -1 4202496 286437 0 0 0 118166 67 0 0 25 0 1 0 874930684 1103106048 265817 33554432000 4194304 4785740 140734780488512 18446744073709551615 4290595 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1125/statm: 269313 265817 336 145 0 266358 0
[pid=1127] ppid=1122 vsize=205832 CPUtime=1181.96 cores=3
/proc/1127/stat : 1127 (lingeling) R 1122 1122 1071 0 -1 4202496 150815 0 0 0 118168 28 0 0 25 0 1 0 874930684 210771968 50626 33554432000 4194304 4352236 140735482269600 18446744073709551615 4327907 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1127/statm: 51458 50626 127 39 0 50538 0
[pid=1128] ppid=1122 vsize=1621344 CPUtime=1175.75 cores=7
/proc/1128/stat : 1128 (march_hi) R 1122 1122 1071 0 -1 4202496 1106271 0 0 0 117425 150 0 0 25 0 1 0 874930684 1660256256 186306 33554432000 4194304 4331988 140733324044448 18446744073709551615 4265477 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1128/statm: 405336 186306 178 34 0 403778 0
Current children cumulated CPU time (s) 4722.77
Current children cumulated vsize (KiB) 3798992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 9.17 8.98 6.63 10/187 1204
/proc/meminfo: memFree=28688488/32951124 swapFree=67050508/67111528
[pid=1122] ppid=1120 vsize=18324 CPUtime=0.45 cores=1,3,5,7
/proc/1122/stat : 1122 (ppfolio) S 1120 1122 1071 0 -1 4202496 523 2115 0 0 6 30 8 1 15 0 1 0 874930683 18763776 390 33554432000 4194304 4287625 140733289476320 18446744073709551615 212436037135 0 0 4096 65536 9224195738567704576 0 0 17 3 0 0 0
/proc/1122/statm: 4581 390 342 23 0 91 0
[pid=1124] ppid=1122 vsize=876240 CPUtime=1201.68 cores=1
/proc/1124/stat : 1124 (cryptominisat) R 1122 1122 1071 0 -1 4202496 98394002 0 0 0 106955 13213 0 0 25 0 1 0 874930684 897269760 173262 33554432000 4194304 4587354 140733780803216 18446744073709551615 4280778 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1124/statm: 219060 173262 335 96 0 215622 0
[pid=1125] ppid=1122 vsize=1081292 CPUtime=1201.73 cores=5
/proc/1125/stat : 1125 (clasp) R 1122 1122 1071 0 -1 4202496 287423 0 0 0 120106 67 0 0 25 0 1 0 874930684 1107243008 266803 33554432000 4194304 4785740 140734780488512 18446744073709551615 4290586 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1125/statm: 270323 266803 336 145 0 267368 0
[pid=1127] ppid=1122 vsize=205832 CPUtime=1201.36 cores=3
/proc/1127/stat : 1127 (lingeling) R 1122 1122 1071 0 -1 4202496 150815 0 0 0 120108 28 0 0 25 0 1 0 874930684 210771968 50626 33554432000 4194304 4352236 140735482269600 18446744073709551615 4278712 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1127/statm: 51458 50626 127 39 0 50538 0
[pid=1128] ppid=1122 vsize=1621344 CPUtime=1195.04 cores=7
/proc/1128/stat : 1128 (march_hi) R 1122 1122 1071 0 -1 4202496 1106273 0 0 0 119354 150 0 0 25 0 1 0 874930684 1660256256 186308 33554432000 4194304 4331988 140733324044448 18446744073709551615 4239530 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1128/statm: 405336 186308 178 34 0 403778 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 3803032

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

Real time (s): 1201.72
CPU time (s): 4800.26
CPU user time (s): 4665.37
CPU system time (s): 134.89
CPU usage (%): 399.451
Max. virtual memory (cumulated for all children) (KiB): 3803032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.150977
system time used= 0.32495
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2638
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= 34010
involuntary context switches= 9

runsolver used 1.79773 second user time and 4.76628 second system time

The end

Launcher Data

Begin job on node102 at 2011-06-09 17:28:03
IDJOB=3285488
IDBENCH=82387
IDSOLVER=1612
FILE ID=node102/3285488-1307633279
RUNJOBID= node102-1307633278-1090
PBS_JOBID= 13549389
Free space on /tmp= 74108 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285488-1307633279/watcher-3285488-1307633279 -o /tmp/evaluation-result-3285488-1307633279/solver-3285488-1307633279 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3285488-1307633279.cnf

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

MD5SUM BENCH= 5d1253e2dcc0e3e55992672756beadbc
RANDOM SEED=2112848629

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31768676 kB
Buffers:        202052 kB
Cached:         528416 kB
SwapCached:      25184 kB
Active:         639316 kB
Inactive:       331268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31768676 kB
SwapTotal:    67111528 kB
SwapFree:     67050508 kB
Dirty:          103296 kB
Writeback:           0 kB
AnonPages:      237208 kB
Mapped:          10604 kB
Slab:           145380 kB
PageTables:       5448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   876052 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= 74092 MiB
End job on node102 at 2011-06-09 17:48:07