Trace number 3726314

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 NameAnswerobjective functionCPU timeWall clock time
pwbo 2.02? (TO) 1800.06 900.321

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-807456.opb
MD5SUM21cf0355c32a3177f2f6fa914b5dacc6
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1635
Total number of constraints840
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)840
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint9
Number of terms in the objective function 1635
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1635
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1635
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726314-1338658762.opb.
0.00/0.00	c Instance file HOME/instance-3726314-1338658762.opb
0.00/0.00	c File size is 59679 bytes.
0.00/0.01	c Cost Offset: 0
0.00/0.01	c Highest Coefficient sum: 10
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      1635                                                |
0.00/0.01	c |  Number Clauses:        876                                                 |
0.00/0.01	c |  Number Cardinality:    800                                                 |
0.00/0.01	c |  Number PB Constraints: 0                                                   |
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Problem Type:          Optimization                                        |
0.00/0.01	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.01	c |                                                                             |
0.00/0.01	c ===============================================================================
1800.06/900.31	c ===============================================================================
1800.06/900.31	c Wall Clock Time: 900.30 s
1800.06/900.31	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3726314-1338658762/watcher-3726314-1338658762 -o /tmp/evaluation-result-3726314-1338658762/solver-3726314-1338658762 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726314-1338658762.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 3.84 3.97 3.94 4/180 24868
/proc/meminfo: memFree=27602424/32873844 swapFree=7124/7124
[pid=24868] ppid=24866 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/24868/stat : 24868 (runsolver) D 24866 24868 22415 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 1 0 332001575 12095488 51 33554432000 4194304 5436572 140734068162800 140734068159096 4883175 0 0 4096 24578 18446744071579943789 0 0 17 4 0 0 0 0 0
/proc/24868/statm: 2953 51 31 304 0 2645 0

[startup+0.020755 s]
/proc/loadavg: 3.84 3.97 3.94 4/180 24868
/proc/meminfo: memFree=27602424/32873844 swapFree=7124/7124
[pid=24868] ppid=24866 vsize=163712 CPUtime=0.01 cores=0,2,4,6
/proc/24868/stat : 24868 (pwbo2.02) S 24866 24868 22415 0 -1 4202496 1604 0 0 0 1 0 0 0 20 0 3 0 332001575 167641088 1542 33554432000 4194304 5964478 140736596506928 140736596506448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24868/statm: 40928 1543 193 433 0 40492 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 163712

[startup+0.100247 s]
/proc/loadavg: 3.84 3.97 3.94 4/180 24868
/proc/meminfo: memFree=27602424/32873844 swapFree=7124/7124
[pid=24868] ppid=24866 vsize=163712 CPUtime=0.17 cores=0,2,4,6
/proc/24868/stat : 24868 (pwbo2.02) S 24866 24868 22415 0 -1 4202496 2202 0 0 0 17 0 0 0 20 0 3 0 332001575 167641088 2140 33554432000 4194304 5964478 140736596506928 140736596506448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24868/statm: 40928 2141 195 433 0 40492 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 163712

[startup+0.300193 s]
/proc/loadavg: 3.84 3.97 3.94 4/180 24868
/proc/meminfo: memFree=27602424/32873844 swapFree=7124/7124
[pid=24868] ppid=24866 vsize=163712 CPUtime=0.56 cores=0,2,4,6
/proc/24868/stat : 24868 (pwbo2.02) S 24866 24868 22415 0 -1 4202496 3521 0 0 0 56 0 0 0 20 0 3 0 332001575 167641088 3288 33554432000 4194304 5964478 140736596506928 140736596506448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24868/statm: 40928 3288 195 433 0 40492 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 163712

[startup+0.700165 s]
/proc/loadavg: 3.84 3.97 3.94 4/180 24868
/proc/meminfo: memFree=27602424/32873844 swapFree=7124/7124
[pid=24868] ppid=24866 vsize=164096 CPUtime=1.36 cores=0,2,4,6
/proc/24868/stat : 24868 (pwbo2.02) S 24866 24868 22415 0 -1 4202496 4271 0 0 0 136 0 0 0 20 0 3 0 332001575 168034304 3948 33554432000 4194304 5964478 140736596506928 140736596506448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24868/statm: 41024 3948 196 433 0 40588 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 164096

[startup+1.50023 s]
/proc/loadavg: 3.84 3.97 3.94 5/183 24871
/proc/meminfo: memFree=27585884/32873844 swapFree=7124/7124
[pid=24868] ppid=24866 vsize=164228 CPUtime=2.97 cores=0,2,4,6
/proc/24868/stat : 24868 (pwbo2.02) S 24866 24868 22415 0 -1 4202496 5288 0 0 0 296 1 0 0 20 0 3 0 332001575 168169472 4965 33554432000 4194304 5964478 140736596506928 140736596506448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24868/statm: 41057 4965 196 433 0 40621 0
[pid=24868/tid=24870] ppid=24866 vsize=164228 CPUtime=1.47 cores=0,2,4,6
/proc/24868/task/24870/stat : 24870 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 3175 0 0 0 147 0 0 0 20 0 3 0 332001577 168169472 4965 33554432000 4194304 5964478 140736596506928 140391767361464 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=24868/tid=24871] ppid=24866 vsize=164228 CPUtime=1.47 cores=0,2,4,6
/proc/24868/task/24871/stat : 24871 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 996 0 0 0 147 0 0 0 20 0 3 0 332001577 168169472 4965 33554432000 4194304 5964478 140736596506928 140391756871800 4400416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 164228

[startup+3.10026 s]
/proc/loadavg: 3.84 3.97 3.94 5/183 24871
/proc/meminfo: memFree=27580552/32873844 swapFree=7124/7124
[pid=24868] ppid=24866 vsize=164640 CPUtime=6.17 cores=0,2,4,6
/proc/24868/stat : 24868 (pwbo2.02) S 24866 24868 22415 0 -1 4202496 6106 0 0 0 616 1 0 0 20 0 3 0 332001575 168591360 5691 33554432000 4194304 5964478 140736596506928 140736596506448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24868/statm: 41160 5691 196 433 0 40724 0
[pid=24868/tid=24870] ppid=24866 vsize=164640 CPUtime=3.06 cores=0,2,4,6
/proc/24868/task/24870/stat : 24870 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 3763 0 0 0 305 1 0 0 20 0 3 0 332001577 168591360 5691 33554432000 4194304 5964478 140736596506928 140391767361440 4400087 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=24868/tid=24871] ppid=24866 vsize=164640 CPUtime=3.06 cores=0,2,4,6
/proc/24868/task/24871/stat : 24871 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 1226 0 0 0 306 0 0 0 20 0 3 0 332001577 168591360 5691 33554432000 4194304 5964478 140736596506928 140391756871992 4431706 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 164640

[startup+6.30024 s]
/proc/loadavg: 3.93 3.98 3.95 5/183 24871
/proc/meminfo: memFree=27573980/32873844 swapFree=7124/7124
[pid=24868] ppid=24866 vsize=164976 CPUtime=12.57 cores=0,2,4,6
/proc/24868/stat : 24868 (pwbo2.02) S 24866 24868 22415 0 -1 4202496 7390 0 0 0 1255 2 0 0 20 0 3 0 332001575 168935424 6975 33554432000 4194304 5964478 140736596506928 140736596506448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24868/statm: 41244 6975 196 433 0 40808 0
[pid=24868/tid=24870] ppid=24866 vsize=164976 CPUtime=6.25 cores=0,2,4,6
/proc/24868/task/24870/stat : 24870 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 4626 0 0 0 624 1 0 0 20 0 3 0 332001577 168935424 6975 33554432000 4194304 5964478 140736596506928 140391767361336 4389160 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=24868/tid=24871] ppid=24866 vsize=164976 CPUtime=6.25 cores=0,2,4,6
/proc/24868/task/24871/stat : 24871 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 1647 0 0 0 625 0 0 0 20 0 3 0 332001577 168935424 6975 33554432000 4194304 5964478 140736596506928 140391756871992 4400056 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 164976

[startup+12.7003 s]
/proc/loadavg: 3.94 3.98 3.95 5/183 24871
/proc/meminfo: memFree=27555460/32873844 swapFree=7124/7124
[pid=24868] ppid=24866 vsize=165280 CPUtime=25.36 cores=0,2,4,6
/proc/24868/stat : 24868 (pwbo2.02) S 24866 24868 22415 0 -1 4202496 11561 0 0 0 2532 4 0 0 20 0 3 0 332001575 169246720 11017 33554432000 4194304 5964478 140736596506928 140736596506448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24868/statm: 41320 11017 196 433 0 40884 0
[pid=24868/tid=24870] ppid=24866 vsize=165280 CPUtime=12.63 cores=0,2,4,6
/proc/24868/task/24870/stat : 24870 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 7960 0 0 0 1260 3 0 0 20 0 3 0 332001577 169246720 11017 33554432000 4194304 5964478 140736596506928 140391767361632 4392863 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=24868/tid=24871] ppid=24866 vsize=165280 CPUtime=12.64 cores=0,2,4,6
/proc/24868/task/24871/stat : 24871 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 2484 0 0 0 1263 1 0 0 20 0 3 0 332001577 169246720 11017 33554432000 4194304 5964478 140736596506928 140391756871800 4400103 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 165280

[startup+25.5003 s]
/proc/loadavg: 3.95 3.98 3.95 5/183 24871
/proc/meminfo: memFree=27548004/32873844 swapFree=7124/7124
[pid=24868] ppid=24866 vsize=166392 CPUtime=50.96 cores=0,2,4,6
/proc/24868/stat : 24868 (pwbo2.02) S 24866 24868 22415 0 -1 4202496 12807 0 0 0 5091 5 0 0 20 0 3 0 332001575 170385408 12263 33554432000 4194304 5964478 140736596506928 140736596506448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24868/statm: 41598 12263 196 433 0 41162 0
[pid=24868/tid=24870] ppid=24866 vsize=166392 CPUtime=25.4 cores=0,2,4,6
/proc/24868/task/24870/stat : 24870 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 7976 0 0 0 2537 3 0 0 20 0 3 0 332001577 170385408 12263 33554432000 4194304 5964478 140736596506928 140391767361632 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24868/tid=24871] ppid=24866 vsize=166392 CPUtime=25.4 cores=0,2,4,6
/proc/24868/task/24871/stat : 24871 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 3714 0 0 0 2538 2 0 0 20 0 3 0 332001577 170385408 12263 33554432000 4194304 5964478 140736596506928 140391756871752 4400784 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 166392

[startup+51.1003 s]
/proc/loadavg: 3.81 3.95 3.94 4/179 24882
/proc/meminfo: memFree=28162168/32873844 swapFree=7124/7124
[pid=24868] ppid=24866 vsize=167976 CPUtime=102.15 cores=0,2,4,6
/proc/24868/stat : 24868 (pwbo2.02) S 24866 24868 22415 0 -1 4202496 18017 0 0 0 10205 10 0 0 20 0 3 0 332001575 172007424 17473 33554432000 4194304 5964478 140736596506928 140736596506448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24868/statm: 41994 17473 196 433 0 41558 0
[pid=24868/tid=24870] ppid=24866 vsize=167976 CPUtime=50.93 cores=0,2,4,6
/proc/24868/task/24870/stat : 24870 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 11542 0 0 0 5087 6 0 0 20 0 3 0 332001577 172007424 17473 33554432000 4194304 5964478 140736596506928 140391767361336 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24868/tid=24871] ppid=24866 vsize=167976 CPUtime=50.94 cores=0,2,4,6
/proc/24868/task/24871/stat : 24871 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 5358 0 0 0 5090 4 0 0 20 0 3 0 332001577 172007424 17473 33554432000 4194304 5964478 140736596506928 140391756871800 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 167976

[startup+102.307 s]
/proc/loadavg: 3.95 3.97 3.94 5/183 24915
/proc/meminfo: memFree=28042080/32873844 swapFree=7124/7124
[pid=24868] ppid=24866 vsize=169932 CPUtime=204.5 cores=0,2,4,6
/proc/24868/stat : 24868 (pwbo2.02) S 24866 24868 22415 0 -1 4202496 24478 0 0 0 20428 22 0 0 20 0 3 0 332001575 174010368 24312 33554432000 4194304 5964478 140736596506928 140736596506448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24868/statm: 42483 24312 196 433 0 42047 0
[pid=24868/tid=24870] ppid=24866 vsize=169932 CPUtime=101.98 cores=0,2,4,6
/proc/24868/task/24870/stat : 24870 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 16537 0 0 0 10180 18 0 0 20 0 3 0 332001577 174010368 24312 33554432000 4194304 5964478 140736596506928 140391767361528 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24868/tid=24871] ppid=24866 vsize=169932 CPUtime=102 cores=0,2,4,6
/proc/24868/task/24871/stat : 24871 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 6824 0 0 0 10195 5 0 0 20 0 3 0 332001577 174010368 24312 33554432000 4194304 5964478 140736596506928 140391756871752 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 204.5
Current children cumulated vsize (KiB) 169932

[startup+162.3 s]
/proc/loadavg: 3.98 3.97 3.94 5/183 24915
/proc/meminfo: memFree=27929656/32873844 swapFree=7124/7124
[pid=24868] ppid=24866 vsize=237256 CPUtime=324.46 cores=0,2,4,6
/proc/24868/stat : 24868 (pwbo2.02) S 24866 24868 22415 0 -1 4202496 37043 0 0 0 32402 44 0 0 20 0 3 0 332001575 242950144 38048 33554432000 4194304 5964478 140736596506928 140736596506448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24868/statm: 59314 38048 196 433 0 58878 0
[pid=24868/tid=24870] ppid=24866 vsize=237256 CPUtime=161.81 cores=0,2,4,6
/proc/24868/task/24870/stat : 24870 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 26524 0 0 0 16143 38 0 0 20 0 3 0 332001577 242950144 38048 33554432000 4194304 5964478 140736596506928 140391767361576 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24868/tid=24871] ppid=24866 vsize=237256 CPUtime=161.84 cores=0,2,4,6
/proc/24868/task/24871/stat : 24871 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 9402 0 0 0 16175 9 0 0 20 0 3 0 332001577 242950144 38048 33554432000 4194304 5964478 140736596506928 140391756871992 4399932 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 324.46
Current children cumulated vsize (KiB) 237256

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.94 5/183 24915
/proc/meminfo: memFree=27843136/32873844 swapFree=7124/7124
[pid=24868] ppid=24866 vsize=304800 CPUtime=444.45 cores=0,2,4,6
/proc/24868/stat : 24868 (pwbo2.02) S 24866 24868 22415 0 -1 4202496 47781 0 0 0 44379 66 0 0 20 0 3 0 332001575 312115200 48786 33554432000 4194304 5964478 140736596506928 140736596506448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24868/statm: 76200 48787 196 433 0 75764 0
[pid=24868/tid=24870] ppid=24866 vsize=304800 CPUtime=221.66 cores=0,2,4,6
/proc/24868/task/24870/stat : 24870 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 36568 0 0 0 22105 61 0 0 20 0 3 0 332001577 312115200 48787 33554432000 4194304 5964478 140736596506928 140391767361528 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24868/tid=24871] ppid=24866 vsize=304800 CPUtime=221.69 cores=0,2,4,6
/proc/24868/task/24871/stat : 24871 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 10097 0 0 0 22159 10 0 0 20 0 3 0 332001577 312115200 48787 33554432000 4194304 5964478 140736596506928 140391756871752 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 444.45
Current children cumulated vsize (KiB) 304800

[startup+282.3 s]
/proc/loadavg: 3.99 3.97 3.94 5/183 24916
/proc/meminfo: memFree=27761672/32873844 swapFree=7124/7124
[pid=24868] ppid=24866 vsize=306820 CPUtime=564.41 cores=0,2,4,6
/proc/24868/stat : 24868 (pwbo2.02) S 24866 24868 22415 0 -1 4202496 59325 0 0 0 56359 82 0 0 20 0 3 0 332001575 314183680 60506 33554432000 4194304 5964478 140736596506928 140736596506448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24868/statm: 76705 60506 196 433 0 76269 0
[pid=24868/tid=24870] ppid=24866 vsize=306820 CPUtime=281.49 cores=0,2,4,6
/proc/24868/task/24870/stat : 24870 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 46603 0 0 0 28073 76 0 0 20 0 3 0 332001577 314183680 60506 33554432000 4194304 5964478 140736596506928 140391767361336 4399952 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24868/tid=24871] ppid=24866 vsize=306820 CPUtime=281.53 cores=0,2,4,6
/proc/24868/task/24871/stat : 24871 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 11605 0 0 0 28140 13 0 0 20 0 3 0 332001577 314183680 60506 33554432000 4194304 5964478 140736596506928 140391756871800 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 564.41
Current children cumulated vsize (KiB) 306820

[startup+342.3 s]
/proc/loadavg: 3.99 3.97 3.94 5/183 24916
/proc/meminfo: memFree=27705484/32873844 swapFree=7124/7124
[pid=24868] ppid=24866 vsize=374496 CPUtime=684.34 cores=0,2,4,6
/proc/24868/stat : 24868 (pwbo2.02) S 24866 24868 22415 0 -1 4202496 66560 0 0 0 68339 95 0 0 20 0 3 0 332001575 383483904 68078 33554432000 4194304 5964478 140736596506928 140736596506448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24868/statm: 93624 68078 196 433 0 93188 0

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

[pid=24868/tid=24871] ppid=24866 vsize=374496 CPUtime=341.37 cores=0,2,4,6
/proc/24868/task/24871/stat : 24871 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 11869 0 0 0 34123 14 0 0 20 0 3 0 332001577 383483904 68078 33554432000 4194304 5964478 140736596506928 140391756871752 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 684.34
Current children cumulated vsize (KiB) 374496

[startup+402.3 s]
/proc/loadavg: 3.99 3.97 3.94 5/183 24916
/proc/meminfo: memFree=27633780/32873844 swapFree=7124/7124
[pid=24868] ppid=24866 vsize=376572 CPUtime=804.31 cores=0,2,4,6
/proc/24868/stat : 24868 (pwbo2.02) S 24866 24868 22415 0 -1 4202496 77849 0 0 0 80320 111 0 0 20 0 3 0 332001575 385609728 79436 33554432000 4194304 5964478 140736596506928 140736596506448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24868/statm: 94143 79436 196 433 0 93707 0
[pid=24868/tid=24870] ppid=24866 vsize=376572 CPUtime=401.13 cores=0,2,4,6
/proc/24868/task/24870/stat : 24870 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 64006 0 0 0 40007 106 0 0 20 0 3 0 332001577 385609728 79436 33554432000 4194304 5964478 140736596506928 140391767361528 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24868/tid=24871] ppid=24866 vsize=376572 CPUtime=401.21 cores=0,2,4,6
/proc/24868/task/24871/stat : 24871 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 12726 0 0 0 40105 16 0 0 20 0 3 0 332001577 385609728 79436 33554432000 4194304 5964478 140736596506928 140391756871800 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 804.31
Current children cumulated vsize (KiB) 376572

[startup+462.3 s]
/proc/loadavg: 3.99 3.97 3.94 5/183 24916
/proc/meminfo: memFree=27582620/32873844 swapFree=7124/7124
[pid=24868] ppid=24866 vsize=443656 CPUtime=924.29 cores=0,2,4,6
/proc/24868/stat : 24868 (pwbo2.02) S 24866 24868 22415 0 -1 4202496 82899 0 0 0 92310 119 0 0 20 0 3 0 332001575 454303744 84483 33554432000 4194304 5964478 140736596506928 140736596506448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24868/statm: 110914 84483 196 433 0 110478 0
[pid=24868/tid=24870] ppid=24866 vsize=443656 CPUtime=460.97 cores=0,2,4,6
/proc/24868/task/24870/stat : 24870 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 67158 0 0 0 45987 110 0 0 20 0 3 0 332001577 454303744 84483 33554432000 4194304 5964478 140736596506928 140391767361336 4389147 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24868/tid=24871] ppid=24866 vsize=443656 CPUtime=461.06 cores=0,2,4,6
/proc/24868/task/24871/stat : 24871 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 14624 0 0 0 46084 22 0 0 20 0 3 0 332001577 454303744 84483 33554432000 4194304 5964478 140736596506928 140391756871800 4400115 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 924.29
Current children cumulated vsize (KiB) 443656

[startup+522.3 s]
/proc/loadavg: 3.99 3.97 3.94 5/183 24916
/proc/meminfo: memFree=27578584/32873844 swapFree=7124/7124
[pid=24868] ppid=24866 vsize=444528 CPUtime=1044.27 cores=0,2,4,6
/proc/24868/stat : 24868 (pwbo2.02) S 24866 24868 22415 0 -1 4202496 87257 0 0 0 104301 126 0 0 20 0 3 0 332001575 455196672 88839 33554432000 4194304 5964478 140736596506928 140736596506448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24868/statm: 111132 88839 196 433 0 110696 0
[pid=24868/tid=24870] ppid=24866 vsize=444528 CPUtime=520.82 cores=0,2,4,6
/proc/24868/task/24870/stat : 24870 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 71142 0 0 0 51964 118 0 0 20 0 3 0 332001577 455196672 88839 33554432000 4194304 5964478 140736596506928 140391767361336 4400542 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24868/tid=24871] ppid=24866 vsize=444528 CPUtime=520.9 cores=0,2,4,6
/proc/24868/task/24871/stat : 24871 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 14998 0 0 0 52068 22 0 0 20 0 3 0 332001577 455196672 88839 33554432000 4194304 5964478 140736596506928 140391756871992 4392918 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1044.27
Current children cumulated vsize (KiB) 444528

[startup+582.3 s]
/proc/loadavg: 4.04 3.99 3.95 5/183 24917
/proc/meminfo: memFree=27548552/32873844 swapFree=7124/7124
[pid=24868] ppid=24866 vsize=446632 CPUtime=1164.25 cores=0,2,4,6
/proc/24868/stat : 24868 (pwbo2.02) S 24866 24868 22415 0 -1 4202496 93947 0 0 0 116287 138 0 0 20 0 3 0 332001575 457351168 95504 33554432000 4194304 5964478 140736596506928 140736596506448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24868/statm: 111658 95504 196 433 0 111222 0
[pid=24868/tid=24870] ppid=24866 vsize=446632 CPUtime=580.66 cores=0,2,4,6
/proc/24868/task/24870/stat : 24870 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 77652 0 0 0 57936 130 0 0 20 0 3 0 332001577 457351168 95504 33554432000 4194304 5964478 140736596506928 140391767361336 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24868/tid=24871] ppid=24866 vsize=446632 CPUtime=580.75 cores=0,2,4,6
/proc/24868/task/24871/stat : 24871 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 15178 0 0 0 58052 23 0 0 20 0 3 0 332001577 457351168 95504 33554432000 4194304 5964478 140736596506928 140391756871752 4400056 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1164.25
Current children cumulated vsize (KiB) 446632

[startup+642.3 s]
/proc/loadavg: 4.01 3.99 3.95 5/184 24920
/proc/meminfo: memFree=27521308/32873844 swapFree=7124/7124
[pid=24868] ppid=24866 vsize=450260 CPUtime=1284.22 cores=0,2,4,6
/proc/24868/stat : 24868 (pwbo2.02) S 24866 24868 22415 0 -1 4202496 97778 0 0 0 128275 147 0 0 20 0 3 0 332001575 461066240 99816 33554432000 4194304 5964478 140736596506928 140736596506448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24868/statm: 112565 99816 196 433 0 112129 0
[pid=24868/tid=24870] ppid=24866 vsize=450260 CPUtime=640.49 cores=0,2,4,6
/proc/24868/task/24870/stat : 24870 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 81267 0 0 0 63909 140 0 0 20 0 3 0 332001577 461066240 99816 33554432000 4194304 5964478 140736596506928 140391767361528 4222464 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24868/tid=24871] ppid=24866 vsize=450260 CPUtime=640.6 cores=0,2,4,6
/proc/24868/task/24871/stat : 24871 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 15394 0 0 0 64036 24 0 0 20 0 3 0 332001577 461066240 99816 33554432000 4194304 5964478 140736596506928 140391756871864 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1284.22
Current children cumulated vsize (KiB) 450260

[startup+702.3 s]
/proc/loadavg: 4.00 3.99 3.95 5/183 24920
/proc/meminfo: memFree=27448712/32873844 swapFree=7124/7124
[pid=24868] ppid=24866 vsize=518368 CPUtime=1404.13 cores=0,2,4,6
/proc/24868/stat : 24868 (pwbo2.02) S 24866 24868 22415 0 -1 4202496 113689 0 0 0 140233 180 0 0 20 0 3 0 332001575 530808832 116009 33554432000 4194304 5964478 140736596506928 140736596506448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24868/statm: 129592 116009 196 433 0 129156 0
[pid=24868/tid=24870] ppid=24866 vsize=518368 CPUtime=700.27 cores=0,2,4,6
/proc/24868/task/24870/stat : 24870 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 96347 0 0 0 69854 173 0 0 20 0 3 0 332001577 530808832 116009 33554432000 4194304 5964478 140736596506928 140391767361336 4379008 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24868/tid=24871] ppid=24866 vsize=518368 CPUtime=700.44 cores=0,2,4,6
/proc/24868/task/24871/stat : 24871 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 16225 0 0 0 70018 26 0 0 20 0 3 0 332001577 530808832 116009 33554432000 4194304 5964478 140736596506928 140391756871800 4400528 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1404.13
Current children cumulated vsize (KiB) 518368

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.95 5/183 24920
/proc/meminfo: memFree=27414720/32873844 swapFree=7124/7124
[pid=24868] ppid=24866 vsize=587792 CPUtime=1524.12 cores=0,2,4,6
/proc/24868/stat : 24868 (pwbo2.02) S 24866 24868 22415 0 -1 4202496 121903 0 0 0 152216 196 0 0 20 0 3 0 332001575 601899008 124373 33554432000 4194304 5964478 140736596506928 140736596506448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24868/statm: 146948 124373 196 433 0 146512 0
[pid=24868/tid=24870] ppid=24866 vsize=587792 CPUtime=760.12 cores=0,2,4,6
/proc/24868/task/24870/stat : 24870 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 103664 0 0 0 75822 190 0 0 20 0 3 0 332001577 601899008 124374 33554432000 4194304 5964478 140736596506928 140391767361528 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24868/tid=24871] ppid=24866 vsize=587792 CPUtime=760.29 cores=0,2,4,6
/proc/24868/task/24871/stat : 24871 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 17123 0 0 0 76002 27 0 0 20 0 3 0 332001577 601899008 124374 33554432000 4194304 5964478 140736596506928 140391756871800 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1524.12
Current children cumulated vsize (KiB) 587792

[startup+822.3 s]
/proc/loadavg: 4.00 3.99 3.95 5/183 24920
/proc/meminfo: memFree=27387796/32873844 swapFree=7124/7124
[pid=24868] ppid=24866 vsize=590804 CPUtime=1644.07 cores=0,2,4,6
/proc/24868/stat : 24868 (pwbo2.02) S 24866 24868 22415 0 -1 4202496 127815 0 0 0 164203 204 0 0 20 0 3 0 332001575 604983296 130373 33554432000 4194304 5964478 140736596506928 140736596506448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24868/statm: 147701 130373 196 433 0 147265 0
[pid=24868/tid=24870] ppid=24866 vsize=590804 CPUtime=819.96 cores=0,2,4,6
/proc/24868/task/24870/stat : 24870 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 106919 0 0 0 81799 197 0 0 20 0 3 0 332001577 604983296 130373 33554432000 4194304 5964478 140736596506928 140391767361528 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24868/tid=24871] ppid=24866 vsize=590804 CPUtime=820.12 cores=0,2,4,6
/proc/24868/task/24871/stat : 24871 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 19779 0 0 0 81981 31 0 0 20 0 3 0 332001577 604983296 130373 33554432000 4194304 5964478 140736596506928 140391756871992 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1644.07
Current children cumulated vsize (KiB) 590804

[startup+882.3 s]
/proc/loadavg: 4.00 3.99 3.95 5/183 24921
/proc/meminfo: memFree=27362676/32873844 swapFree=7124/7124
[pid=24868] ppid=24866 vsize=591780 CPUtime=1764.06 cores=0,2,4,6
/proc/24868/stat : 24868 (pwbo2.02) S 24866 24868 22415 0 -1 4202496 128118 0 0 0 176202 204 0 0 20 0 3 0 332001575 605982720 130675 33554432000 4194304 5964478 140736596506928 140736596506448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24868/statm: 147945 130675 196 433 0 147509 0
[pid=24868/tid=24870] ppid=24866 vsize=591780 CPUtime=879.81 cores=0,2,4,6
/proc/24868/task/24870/stat : 24870 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 106924 0 0 0 87783 198 0 0 20 0 3 0 332001577 605982720 130675 33554432000 4194304 5964478 140736596506928 140391767361528 4400087 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24868/tid=24871] ppid=24866 vsize=591780 CPUtime=879.97 cores=0,2,4,6
/proc/24868/task/24871/stat : 24871 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 20077 0 0 0 87965 32 0 0 20 0 3 0 332001577 605982720 130675 33554432000 4194304 5964478 140736596506928 140391756871752 4400837 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1764.06
Current children cumulated vsize (KiB) 591780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.3 s]
/proc/loadavg: 4.00 3.99 3.95 5/183 24921
/proc/meminfo: memFree=27359924/32873844 swapFree=7124/7124
[pid=24868] ppid=24866 vsize=592428 CPUtime=1800.06 cores=0,2,4,6
/proc/24868/stat : 24868 (pwbo2.02) S 24866 24868 22415 0 -1 4202496 128269 0 0 0 179802 204 0 0 20 0 3 0 332001575 606646272 130826 33554432000 4194304 5964478 140736596506928 140736596506448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24868/statm: 148107 130826 196 433 0 147671 0
[pid=24868/tid=24870] ppid=24866 vsize=592428 CPUtime=897.77 cores=0,2,4,6
/proc/24868/task/24870/stat : 24870 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 106931 0 0 0 89579 198 0 0 20 0 3 0 332001577 606646272 130826 33554432000 4194304 5964478 140736596506928 140391767361528 4400067 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24868/tid=24871] ppid=24866 vsize=592428 CPUtime=897.93 cores=0,2,4,6
/proc/24868/task/24871/stat : 24871 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 20221 0 0 0 89761 32 0 0 20 0 3 0 332001577 606646272 130826 33554432000 4194304 5964478 140736596506928 140391756871800 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 592428

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

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

[startup+900.3 s]
/proc/loadavg: 4.00 3.99 3.95 5/183 24921
/proc/meminfo: memFree=27359924/32873844 swapFree=7124/7124
[pid=24868] ppid=24866 vsize=592428 CPUtime=1800.06 cores=0,2,4,6
/proc/24868/stat : 24868 (pwbo2.02) S 24866 24868 22415 0 -1 4202496 128269 0 0 0 179802 204 0 0 20 0 3 0 332001575 606646272 130826 33554432000 4194304 5964478 140736596506928 140736596506448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24868/statm: 148107 130826 196 433 0 147671 0
[pid=24868/tid=24870] ppid=24866 vsize=592428 CPUtime=897.77 cores=0,2,4,6
/proc/24868/task/24870/stat : 24870 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 106931 0 0 0 89579 198 0 0 20 0 3 0 332001577 606646272 130826 33554432000 4194304 5964478 140736596506928 140391767361528 4400067 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24868/tid=24871] ppid=24866 vsize=592428 CPUtime=897.93 cores=0,2,4,6
/proc/24868/task/24871/stat : 24871 (pwbo2.02) R 24866 24868 22415 0 -1 4202560 20221 0 0 0 89761 32 0 0 20 0 3 0 332001577 606646272 130826 33554432000 4194304 5964478 140736596506928 140391756871800 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 592428

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24868 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=424358
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=320647
# CPU time returned by wait4() is 1795.74
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.321
CPU time (s): 1800.06
CPU user time (s): 1798.02
CPU system time (s): 2.04
CPU usage (%): 199.935
Max. virtual memory (cumulated for all children) (KiB): 592428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.42
system time used= 2.32065
maximum resident set size= 523312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128271
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= 302
involuntary context switches= 2015

runsolver used 2.56161 second user time and 4.34334 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-02 19:39:22
IDJOB=3726314
IDBENCH=89856
IDSOLVER=2309
FILE ID=node134/3726314-1338658762
RUNJOBID= node134-1338651430-23916
PBS_JOBID= 14636446
Free space on /tmp= 70348 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-807456.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726314-1338658762/watcher-3726314-1338658762 -o /tmp/evaluation-result-3726314-1338658762/solver-3726314-1338658762 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726314-1338658762.opb

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

MD5SUM BENCH= 21cf0355c32a3177f2f6fa914b5dacc6
RANDOM SEED=1939772050

node134.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27602788 kB
Buffers:          457484 kB
Cached:          3280248 kB
SwapCached:           76 kB
Active:          2355872 kB
Inactive:        2021024 kB
Active(anon):     630720 kB
Inactive(anon):    10508 kB
Active(file):    1725152 kB
Inactive(file):  2010516 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67107756 kB
Dirty:              5448 kB
Writeback:             0 kB
AnonPages:        647968 kB
Mapped:            11876 kB
Shmem:                96 kB
Slab:             753908 kB
SReclaimable:     195588 kB
SUnreclaim:       558320 kB
KernelStack:        1480 kB
PageTables:         5244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     284356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    405504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70348 MiB
End job on node134 at 2012-06-02 19:54:24