Trace number 3703527

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.0? (TO) 1800.18 900.316

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-3.opb
MD5SUM473e2cd0e31e48ba0932d7bd34857dd0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 variables6352
Total number of constraints13473
Number of constraints which are clauses13473
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
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 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3703527-1338090134.opb.
0.00/0.00	c Instance file HOME/instance-3703527-1338090134.opb
0.00/0.00	c File size is 454704 bytes.
0.00/0.03	c Cost Offset: 0
0.00/0.03	c Highest Coefficient sum: 4
0.00/0.04	c ============================[ Problem Statistics ]=============================
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Parsing time:          0.04         s                                      |
0.00/0.04	c |  Number Variables:      6352                                                |
0.00/0.04	c |  Number Clauses:        13473                                               |
0.00/0.04	c |  Number Cardinality:    0                                                   |
0.00/0.04	c |  Number PB Constraints: 0                                                   |
0.00/0.04	c |                                                                             |
0.00/0.05	c |  Problem Type:          Optimization                                        |
0.00/0.05	c |  Objective Function:    PB Constraint                                       |
0.00/0.05	c |                                                                             |
0.00/0.05	c ===============================================================================
1800.18/900.31	c ===============================================================================
1800.18/900.31	c Wall Clock Time: 900.31 s
1800.18/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-3703527-1338090134/watcher-3703527-1338090134 -o /tmp/evaluation-result-3703527-1338090134/solver-3703527-1338090134 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703527-1338090134.opb 

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

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: 4.00 3.99 3.83 4/178 7434
/proc/meminfo: memFree=29439484/32873844 swapFree=7108/7108
[pid=7434] ppid=7432 vsize=6296 CPUtime=0 cores=1,3,5,7
/proc/7434/stat : 7434 (pwbo2.0) R 7432 7434 7054 0 -1 4202496 777 0 0 0 0 0 0 0 20 0 1 0 275141914 6447104 729 33554432000 4194304 5965102 140737198403792 140736011073272 4396446 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/7434/statm: 1574 729 162 433 0 1026 0

[startup+0.074048 s]
/proc/loadavg: 4.00 3.99 3.83 4/178 7434
/proc/meminfo: memFree=29439484/32873844 swapFree=7108/7108
[pid=7434] ppid=7432 vsize=167140 CPUtime=0.09 cores=1,3,5,7
/proc/7434/stat : 7434 (pwbo2.0) S 7432 7434 7054 0 -1 4202496 4380 0 0 0 9 0 0 0 20 0 3 0 275141914 171151360 3958 33554432000 4194304 5965102 140737198403792 140737198403312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7434/statm: 41785 3958 199 433 0 41349 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 167140

[startup+0.100239 s]
/proc/loadavg: 4.00 3.99 3.83 4/178 7434
/proc/meminfo: memFree=29439484/32873844 swapFree=7108/7108
[pid=7434] ppid=7432 vsize=167140 CPUtime=0.14 cores=1,3,5,7
/proc/7434/stat : 7434 (pwbo2.0) S 7432 7434 7054 0 -1 4202496 4535 0 0 0 14 0 0 0 20 0 3 0 275141914 171151360 4056 33554432000 4194304 5965102 140737198403792 140737198403312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7434/statm: 41785 4056 200 433 0 41349 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 167140

[startup+0.300147 s]
/proc/loadavg: 4.00 3.99 3.83 4/178 7434
/proc/meminfo: memFree=29439484/32873844 swapFree=7108/7108
[pid=7434] ppid=7432 vsize=167140 CPUtime=0.54 cores=1,3,5,7
/proc/7434/stat : 7434 (pwbo2.0) S 7432 7434 7054 0 -1 4202496 5421 0 0 0 54 0 0 0 20 0 3 0 275141914 171151360 4186 33554432000 4194304 5965102 140737198403792 140737198403312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7434/statm: 41785 4186 200 433 0 41349 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 167140

[startup+0.700164 s]
/proc/loadavg: 4.00 3.99 3.83 4/178 7434
/proc/meminfo: memFree=29439484/32873844 swapFree=7108/7108
[pid=7434] ppid=7432 vsize=167140 CPUtime=1.34 cores=1,3,5,7
/proc/7434/stat : 7434 (pwbo2.0) S 7432 7434 7054 0 -1 4202496 7258 0 0 0 133 1 0 0 20 0 3 0 275141914 171151360 4557 33554432000 4194304 5965102 140737198403792 140737198403312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7434/statm: 41785 4557 200 433 0 41349 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 167140

[startup+1.50037 s]
/proc/loadavg: 4.00 3.99 3.83 5/181 7437
/proc/meminfo: memFree=29421200/32873844 swapFree=7108/7108
[pid=7434] ppid=7432 vsize=167140 CPUtime=2.94 cores=1,3,5,7
/proc/7434/stat : 7434 (pwbo2.0) S 7432 7434 7054 0 -1 4202496 11369 0 0 0 292 2 0 0 20 0 3 0 275141914 171151360 5274 33554432000 4194304 5965102 140737198403792 140737198403312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7434/statm: 41785 5274 200 433 0 41349 0
[pid=7434/tid=7436] ppid=7432 vsize=167140 CPUtime=1.44 cores=1,3,5,7
/proc/7434/task/7436/stat : 7436 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 8080 0 0 0 142 2 0 0 20 0 3 0 275141918 171151360 5274 33554432000 4194304 5965102 140737198403792 139740879403544 4446020 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=7434/tid=7437] ppid=7432 vsize=167140 CPUtime=1.44 cores=1,3,5,7
/proc/7434/task/7437/stat : 7437 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 1187 0 0 0 144 0 0 0 20 0 3 0 275141918 171151360 5274 33554432000 4194304 5965102 140737198403792 139740868913272 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 167140

[startup+3.1004 s]
/proc/loadavg: 4.00 3.99 3.83 5/181 7437
/proc/meminfo: memFree=29416240/32873844 swapFree=7108/7108
[pid=7434] ppid=7432 vsize=167140 CPUtime=6.14 cores=1,3,5,7
/proc/7434/stat : 7434 (pwbo2.0) S 7432 7434 7054 0 -1 4202496 22319 0 0 0 611 3 0 0 20 0 3 0 275141914 171151360 6818 33554432000 4194304 5965102 140737198403792 140737198403312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7434/statm: 41785 6818 200 433 0 41349 0
[pid=7434/tid=7436] ppid=7432 vsize=167140 CPUtime=3.03 cores=1,3,5,7
/proc/7434/task/7436/stat : 7436 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 18840 0 0 0 300 3 0 0 20 0 3 0 275141918 171151360 6818 33554432000 4194304 5965102 140737198403792 139740879403544 5143143 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=7434/tid=7437] ppid=7432 vsize=167140 CPUtime=3.04 cores=1,3,5,7
/proc/7434/task/7437/stat : 7437 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 1377 0 0 0 304 0 0 0 20 0 3 0 275141918 171151360 6818 33554432000 4194304 5965102 140737198403792 139740868913272 4400955 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 167140

[startup+6.30042 s]
/proc/loadavg: 4.00 3.99 3.83 5/181 7478
/proc/meminfo: memFree=30616544/32873844 swapFree=7108/7108
[pid=7434] ppid=7432 vsize=167140 CPUtime=12.54 cores=1,3,5,7
/proc/7434/stat : 7434 (pwbo2.0) S 7432 7434 7054 0 -1 4202496 39608 0 0 0 1247 7 0 0 20 0 3 0 275141914 171151360 10498 33554432000 4194304 5965102 140737198403792 140737198403312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7434/statm: 41785 10498 200 433 0 41349 0
[pid=7434/tid=7436] ppid=7432 vsize=167140 CPUtime=6.22 cores=1,3,5,7
/proc/7434/task/7436/stat : 7436 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 36000 0 0 0 615 7 0 0 20 0 3 0 275141918 171151360 10498 33554432000 4194304 5965102 140737198403792 139740879403352 4420454 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=7434/tid=7437] ppid=7432 vsize=167140 CPUtime=6.23 cores=1,3,5,7
/proc/7434/task/7437/stat : 7437 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 1506 0 0 0 623 0 0 0 20 0 3 0 275141918 171151360 10498 33554432000 4194304 5965102 140737198403792 139740868913272 4401865 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 167140

[startup+12.7004 s]
/proc/loadavg: 4.00 3.99 3.83 5/182 7560
/proc/meminfo: memFree=30567912/32873844 swapFree=7108/7108
[pid=7434] ppid=7432 vsize=167140 CPUtime=25.34 cores=1,3,5,7
/proc/7434/stat : 7434 (pwbo2.0) S 7432 7434 7054 0 -1 4202496 51794 0 0 0 2522 12 0 0 20 0 3 0 275141914 171151360 14291 33554432000 4194304 5965102 140737198403792 140737198403312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7434/statm: 41785 14291 200 433 0 41349 0
[pid=7434/tid=7436] ppid=7432 vsize=167140 CPUtime=12.6 cores=1,3,5,7
/proc/7434/task/7436/stat : 7436 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 47649 0 0 0 1250 10 0 0 20 0 3 0 275141918 171151360 14291 33554432000 4194304 5965102 140737198403792 139740879403544 4393958 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7437] ppid=7432 vsize=167140 CPUtime=12.61 cores=1,3,5,7
/proc/7434/task/7437/stat : 7437 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 2043 0 0 0 1260 1 0 0 20 0 3 0 275141918 171151360 14291 33554432000 4194304 5965102 140737198403792 139740868913512 4400952 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 167140

[startup+25.5004 s]
/proc/loadavg: 4.00 3.99 3.83 5/182 7560
/proc/meminfo: memFree=30521664/32873844 swapFree=7108/7108
[pid=7434] ppid=7432 vsize=167280 CPUtime=50.91 cores=1,3,5,7
/proc/7434/stat : 7434 (pwbo2.0) S 7432 7434 7054 0 -1 4202496 53856 0 0 0 5079 12 0 0 20 0 3 0 275141914 171294720 16465 33554432000 4194304 5965102 140737198403792 140737198403312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7434/statm: 41820 16465 200 433 0 41384 0
[pid=7434/tid=7436] ppid=7432 vsize=167280 CPUtime=25.36 cores=1,3,5,7
/proc/7434/task/7436/stat : 7436 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 49094 0 0 0 2525 11 0 0 20 0 3 0 275141918 171294720 16465 33554432000 4194304 5965102 140737198403792 139740879403104 4401544 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7437] ppid=7432 vsize=167280 CPUtime=25.37 cores=1,3,5,7
/proc/7434/task/7437/stat : 7437 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 2660 0 0 0 2536 1 0 0 20 0 3 0 275141918 171294720 16465 33554432000 4194304 5965102 140737198403792 139740868913272 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 167280

[startup+51.1004 s]
/proc/loadavg: 4.00 3.99 3.83 5/182 7560
/proc/meminfo: memFree=30467832/32873844 swapFree=7108/7108
[pid=7434] ppid=7432 vsize=168036 CPUtime=102.09 cores=1,3,5,7
/proc/7434/stat : 7434 (pwbo2.0) S 7432 7434 7054 0 -1 4202496 55256 0 0 0 10195 14 0 0 20 0 3 0 275141914 172068864 17853 33554432000 4194304 5965102 140737198403792 140737198403312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7434/statm: 42009 17853 200 433 0 41573 0
[pid=7434/tid=7436] ppid=7432 vsize=168036 CPUtime=50.88 cores=1,3,5,7
/proc/7434/task/7436/stat : 7436 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 49913 0 0 0 5076 12 0 0 20 0 3 0 275141918 172068864 17853 33554432000 4194304 5965102 140737198403792 139740879403048 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7437] ppid=7432 vsize=168036 CPUtime=50.91 cores=1,3,5,7
/proc/7434/task/7437/stat : 7437 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 3241 0 0 0 5089 2 0 0 20 0 3 0 275141918 172068864 17853 33554432000 4194304 5965102 140737198403792 139740868913272 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 168036

[startup+102.307 s]
/proc/loadavg: 4.00 3.99 3.84 5/181 7560
/proc/meminfo: memFree=30363500/32873844 swapFree=7108/7108
[pid=7434] ppid=7432 vsize=168908 CPUtime=204.48 cores=1,3,5,7
/proc/7434/stat : 7434 (pwbo2.0) S 7432 7434 7054 0 -1 4202496 59412 0 0 0 20429 19 0 0 20 0 3 0 275141914 172961792 23293 33554432000 4194304 5965102 140737198403792 140737198403312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7434/statm: 42227 23293 200 433 0 41791 0
[pid=7434/tid=7436] ppid=7432 vsize=168908 CPUtime=101.95 cores=1,3,5,7
/proc/7434/task/7436/stat : 7436 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 53206 0 0 0 10178 17 0 0 20 0 3 0 275141918 172961792 23293 33554432000 4194304 5965102 140737198403792 139740879403000 4400978 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7437] ppid=7432 vsize=168908 CPUtime=101.98 cores=1,3,5,7
/proc/7434/task/7437/stat : 7437 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 4104 0 0 0 10194 4 0 0 20 0 3 0 275141918 172961792 23293 33554432000 4194304 5965102 140737198403792 139740868913272 4400955 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 204.48
Current children cumulated vsize (KiB) 168908

[startup+162.3 s]
/proc/loadavg: 4.00 3.99 3.84 5/181 7560
/proc/meminfo: memFree=30220680/32873844 swapFree=7108/7108
[pid=7434] ppid=7432 vsize=235216 CPUtime=324.45 cores=1,3,5,7
/proc/7434/stat : 7434 (pwbo2.0) S 7432 7434 7054 0 -1 4202496 62418 0 0 0 32422 23 0 0 20 0 3 0 275141914 240861184 26299 33554432000 4194304 5965102 140737198403792 140737198403312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7434/statm: 58804 26299 200 433 0 58368 0
[pid=7434/tid=7436] ppid=7432 vsize=235216 CPUtime=161.79 cores=1,3,5,7
/proc/7434/task/7436/stat : 7436 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 55797 0 0 0 16158 21 0 0 20 0 3 0 275141918 240861184 26299 33554432000 4194304 5965102 140737198403792 139740879403048 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7437] ppid=7432 vsize=235216 CPUtime=161.81 cores=1,3,5,7
/proc/7434/task/7437/stat : 7437 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 4519 0 0 0 16175 6 0 0 20 0 3 0 275141918 240861184 26299 33554432000 4194304 5965102 140737198403792 139740868913272 4401668 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 324.45
Current children cumulated vsize (KiB) 235216

[startup+222.3 s]
/proc/loadavg: 4.00 3.99 3.85 5/181 7560
/proc/meminfo: memFree=30120984/32873844 swapFree=7108/7108
[pid=7434] ppid=7432 vsize=235736 CPUtime=444.43 cores=1,3,5,7
/proc/7434/stat : 7434 (pwbo2.0) S 7432 7434 7054 0 -1 4202496 66713 0 0 0 44413 30 0 0 20 0 3 0 275141914 241393664 30596 33554432000 4194304 5965102 140737198403792 140737198403312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7434/statm: 58934 30596 200 433 0 58498 0
[pid=7434/tid=7436] ppid=7432 vsize=235736 CPUtime=221.64 cores=1,3,5,7
/proc/7434/task/7436/stat : 7436 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 59419 0 0 0 22136 28 0 0 20 0 3 0 275141918 241393664 30596 33554432000 4194304 5965102 140737198403792 139740879403000 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7437] ppid=7432 vsize=235736 CPUtime=221.66 cores=1,3,5,7
/proc/7434/task/7437/stat : 7437 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 5192 0 0 0 22159 7 0 0 20 0 3 0 275141918 241393664 30596 33554432000 4194304 5965102 140737198403792 139740868913272 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 444.43
Current children cumulated vsize (KiB) 235736

[startup+282.3 s]
/proc/loadavg: 4.00 3.99 3.86 5/180 7560
/proc/meminfo: memFree=30077548/32873844 swapFree=7108/7108
[pid=7434] ppid=7432 vsize=235952 CPUtime=564.39 cores=1,3,5,7
/proc/7434/stat : 7434 (pwbo2.0) S 7432 7434 7054 0 -1 4202496 67656 0 0 0 56407 32 0 0 20 0 3 0 275141914 241614848 31942 33554432000 4194304 5965102 140737198403792 140737198403312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7434/statm: 58988 31942 200 433 0 58552 0
[pid=7434/tid=7436] ppid=7432 vsize=235952 CPUtime=281.47 cores=1,3,5,7
/proc/7434/task/7436/stat : 7436 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 60145 0 0 0 28116 31 0 0 20 0 3 0 275141918 241614848 31942 33554432000 4194304 5965102 140737198403792 139740879402568 4401058 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7437] ppid=7432 vsize=235952 CPUtime=281.49 cores=1,3,5,7
/proc/7434/task/7437/stat : 7437 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 5409 0 0 0 28140 9 0 0 20 0 3 0 275141918 241614848 31942 33554432000 4194304 5965102 140737198403792 139740868913272 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 564.39
Current children cumulated vsize (KiB) 235952

[startup+342.3 s]
/proc/loadavg: 4.06 4.00 3.87 5/181 7561
/proc/meminfo: memFree=29973200/32873844 swapFree=7108/7108
[pid=7434] ppid=7432 vsize=236312 CPUtime=684.37 cores=1,3,5,7
/proc/7434/stat : 7434 (pwbo2.0) S 7432 7434 7054 0 -1 4202496 71306 0 0 0 68398 39 0 0 20 0 3 0 275141914 241983488 35601 33554432000 4194304 5965102 140737198403792 140737198403312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7434/statm: 59078 35601 200 433 0 58642 0

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

[pid=7434/tid=7437] ppid=7432 vsize=236312 CPUtime=341.34 cores=1,3,5,7
/proc/7434/task/7437/stat : 7437 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 6098 0 0 0 34123 11 0 0 20 0 3 0 275141918 241983488 35601 33554432000 4194304 5965102 140737198403792 139740868913272 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 684.37
Current children cumulated vsize (KiB) 236312

[startup+402.3 s]
/proc/loadavg: 4.02 4.00 3.87 5/181 7561
/proc/meminfo: memFree=29870308/32873844 swapFree=7108/7108
[pid=7434] ppid=7432 vsize=236312 CPUtime=804.35 cores=1,3,5,7
/proc/7434/stat : 7434 (pwbo2.0) S 7432 7434 7054 0 -1 4202496 73936 0 0 0 80392 43 0 0 20 0 3 0 275141914 241983488 38231 33554432000 4194304 5965102 140737198403792 140737198403312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7434/statm: 59078 38231 200 433 0 58642 0
[pid=7434/tid=7436] ppid=7432 vsize=236312 CPUtime=401.16 cores=1,3,5,7
/proc/7434/task/7436/stat : 7436 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 65671 0 0 0 40074 42 0 0 20 0 3 0 275141918 241983488 38231 33554432000 4194304 5965102 140737198403792 139740879403048 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7437] ppid=7432 vsize=236312 CPUtime=401.18 cores=1,3,5,7
/proc/7434/task/7437/stat : 7437 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 6163 0 0 0 40106 12 0 0 20 0 3 0 275141918 241983488 38231 33554432000 4194304 5965102 140737198403792 139740868913272 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 804.35
Current children cumulated vsize (KiB) 236312

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 3.88 5/181 7561
/proc/meminfo: memFree=29796436/32873844 swapFree=7108/7108
[pid=7434] ppid=7432 vsize=237336 CPUtime=924.33 cores=1,3,5,7
/proc/7434/stat : 7434 (pwbo2.0) S 7432 7434 7054 0 -1 4202496 75707 0 0 0 92388 45 0 0 20 0 3 0 275141914 243032064 40002 33554432000 4194304 5965102 140737198403792 140737198403312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7434/statm: 59334 40002 200 433 0 58898 0
[pid=7434/tid=7436] ppid=7432 vsize=237336 CPUtime=461 cores=1,3,5,7
/proc/7434/task/7436/stat : 7436 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 67266 0 0 0 46054 46 0 0 20 0 3 0 275141918 243032064 40002 33554432000 4194304 5965102 140737198403792 139740879403048 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7437] ppid=7432 vsize=237336 CPUtime=461.02 cores=1,3,5,7
/proc/7434/task/7437/stat : 7437 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 6339 0 0 0 46089 13 0 0 20 0 3 0 275141918 243032064 40002 33554432000 4194304 5965102 140737198403792 139740868913272 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 924.33
Current children cumulated vsize (KiB) 237336

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.88 5/182 7564
/proc/meminfo: memFree=29784260/32873844 swapFree=7108/7108
[pid=7434] ppid=7432 vsize=237968 CPUtime=1044.32 cores=1,3,5,7
/proc/7434/stat : 7434 (pwbo2.0) S 7432 7434 7054 0 -1 4202496 76238 0 0 0 104386 46 0 0 20 0 3 0 275141914 243679232 40532 33554432000 4194304 5965102 140737198403792 140737198403312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7434/statm: 59492 40532 200 433 0 59056 0
[pid=7434/tid=7436] ppid=7432 vsize=237968 CPUtime=520.85 cores=1,3,5,7
/proc/7434/task/7436/stat : 7436 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 67424 0 0 0 52039 46 0 0 20 0 3 0 275141918 243679232 40532 33554432000 4194304 5965102 140737198403792 139740879402912 4393747 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7437] ppid=7432 vsize=237968 CPUtime=520.86 cores=1,3,5,7
/proc/7434/task/7437/stat : 7437 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 6712 0 0 0 52073 13 0 0 20 0 3 0 275141918 243679232 40532 33554432000 4194304 5965102 140737198403792 139740868913568 4401041 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1044.32
Current children cumulated vsize (KiB) 237968

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.89 5/181 7564
/proc/meminfo: memFree=29734048/32873844 swapFree=7108/7108
[pid=7434] ppid=7432 vsize=238112 CPUtime=1164.3 cores=1,3,5,7
/proc/7434/stat : 7434 (pwbo2.0) S 7432 7434 7054 0 -1 4202496 77911 0 0 0 116380 50 0 0 20 0 3 0 275141914 243826688 42204 33554432000 4194304 5965102 140737198403792 140737198403312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7434/statm: 59528 42204 200 433 0 59092 0
[pid=7434/tid=7436] ppid=7432 vsize=238112 CPUtime=580.7 cores=1,3,5,7
/proc/7434/task/7436/stat : 7436 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 68956 0 0 0 58019 51 0 0 20 0 3 0 275141918 243826688 42204 33554432000 4194304 5965102 140737198403792 139740879403048 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7437] ppid=7432 vsize=238112 CPUtime=580.71 cores=1,3,5,7
/proc/7434/task/7437/stat : 7437 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 6853 0 0 0 58057 14 0 0 20 0 3 0 275141918 243826688 42204 33554432000 4194304 5965102 140737198403792 139740868913336 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1164.3
Current children cumulated vsize (KiB) 238112

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.90 5/181 7565
/proc/meminfo: memFree=29678372/32873844 swapFree=7108/7108
[pid=7434] ppid=7432 vsize=303932 CPUtime=1284.29 cores=1,3,5,7
/proc/7434/stat : 7434 (pwbo2.0) S 7432 7434 7054 0 -1 4202496 80898 0 0 0 128374 55 0 0 20 0 3 0 275141914 311226368 45191 33554432000 4194304 5965102 140737198403792 140737198403312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7434/statm: 75983 45191 200 433 0 75547 0
[pid=7434/tid=7436] ppid=7432 vsize=303932 CPUtime=640.55 cores=1,3,5,7
/proc/7434/task/7436/stat : 7436 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 71433 0 0 0 63998 57 0 0 20 0 3 0 275141918 311226368 45191 33554432000 4194304 5965102 140737198403792 139740879403000 4401137 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7437] ppid=7432 vsize=303932 CPUtime=640.56 cores=1,3,5,7
/proc/7434/task/7437/stat : 7437 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 7363 0 0 0 64040 16 0 0 20 0 3 0 275141918 311226368 45191 33554432000 4194304 5965102 140737198403792 139740868913464 4401046 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1284.29
Current children cumulated vsize (KiB) 303932

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.90 5/181 7565
/proc/meminfo: memFree=29653032/32873844 swapFree=7108/7108
[pid=7434] ppid=7432 vsize=303932 CPUtime=1404.23 cores=1,3,5,7
/proc/7434/stat : 7434 (pwbo2.0) S 7432 7434 7054 0 -1 4202496 83256 0 0 0 140363 60 0 0 20 0 3 0 275141914 311226368 47662 33554432000 4194304 5965102 140737198403792 140737198403312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7434/statm: 75983 47662 200 433 0 75547 0
[pid=7434/tid=7436] ppid=7432 vsize=303932 CPUtime=700.36 cores=1,3,5,7
/proc/7434/task/7436/stat : 7436 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 73748 0 0 0 69973 63 0 0 20 0 3 0 275141918 311226368 47662 33554432000 4194304 5965102 140737198403792 139740879403000 4401559 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7437] ppid=7432 vsize=303932 CPUtime=700.39 cores=1,3,5,7
/proc/7434/task/7437/stat : 7437 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 7406 0 0 0 70022 17 0 0 20 0 3 0 275141918 311226368 47662 33554432000 4194304 5965102 140737198403792 139740868913336 4382641 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1404.23
Current children cumulated vsize (KiB) 303932

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.91 5/181 7565
/proc/meminfo: memFree=29611784/32873844 swapFree=7108/7108
[pid=7434] ppid=7432 vsize=303932 CPUtime=1524.21 cores=1,3,5,7
/proc/7434/stat : 7434 (pwbo2.0) S 7432 7434 7054 0 -1 4202496 85487 0 0 0 152357 64 0 0 20 0 3 0 275141914 311226368 50048 33554432000 4194304 5965102 140737198403792 140737198403312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7434/statm: 75983 50048 200 433 0 75547 0
[pid=7434/tid=7436] ppid=7432 vsize=303932 CPUtime=760.21 cores=1,3,5,7
/proc/7434/task/7436/stat : 7436 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 75975 0 0 0 75953 68 0 0 20 0 3 0 275141918 311226368 50048 33554432000 4194304 5965102 140737198403792 139740879403000 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7437] ppid=7432 vsize=303932 CPUtime=760.24 cores=1,3,5,7
/proc/7434/task/7437/stat : 7437 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 7410 0 0 0 76006 18 0 0 20 0 3 0 275141918 311226368 50048 33554432000 4194304 5965102 140737198403792 139740868913336 4393869 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1524.21
Current children cumulated vsize (KiB) 303932

[startup+822.3 s]
/proc/loadavg: 4.06 4.02 3.91 5/181 7565
/proc/meminfo: memFree=29573292/32873844 swapFree=7108/7108
[pid=7434] ppid=7432 vsize=305140 CPUtime=1644.19 cores=1,3,5,7
/proc/7434/stat : 7434 (pwbo2.0) S 7432 7434 7054 0 -1 4202496 87696 0 0 0 164351 68 0 0 20 0 3 0 275141914 312463360 52257 33554432000 4194304 5965102 140737198403792 140737198403312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7434/statm: 76285 52257 200 433 0 75849 0
[pid=7434/tid=7436] ppid=7432 vsize=305140 CPUtime=820.05 cores=1,3,5,7
/proc/7434/task/7436/stat : 7436 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 78062 0 0 0 81932 73 0 0 20 0 3 0 275141918 312463360 52257 33554432000 4194304 5965102 140737198403792 139740879403000 4404383 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7437] ppid=7432 vsize=305140 CPUtime=820.08 cores=1,3,5,7
/proc/7434/task/7437/stat : 7437 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 7532 0 0 0 81989 19 0 0 20 0 3 0 275141918 312463360 52257 33554432000 4194304 5965102 140737198403792 139740868913272 4380356 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1644.19
Current children cumulated vsize (KiB) 305140

[startup+882.3 s]
/proc/loadavg: 4.02 4.01 3.91 5/181 7565
/proc/meminfo: memFree=29544864/32873844 swapFree=7108/7108
[pid=7434] ppid=7432 vsize=305948 CPUtime=1764.17 cores=1,3,5,7
/proc/7434/stat : 7434 (pwbo2.0) S 7432 7434 7054 0 -1 4202496 88949 0 0 0 176346 71 0 0 20 0 3 0 275141914 313290752 53509 33554432000 4194304 5965102 140737198403792 140737198403312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7434/statm: 76487 53509 200 433 0 76051 0
[pid=7434/tid=7436] ppid=7432 vsize=305948 CPUtime=879.9 cores=1,3,5,7
/proc/7434/task/7436/stat : 7436 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 79272 0 0 0 87914 76 0 0 20 0 3 0 275141918 313290752 53509 33554432000 4194304 5965102 140737198403792 139740879403000 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7437] ppid=7432 vsize=305948 CPUtime=879.92 cores=1,3,5,7
/proc/7434/task/7437/stat : 7437 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 7575 0 0 0 87972 20 0 0 20 0 3 0 275141918 313290752 53509 33554432000 4194304 5965102 140737198403792 139740868913336 4393903 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1764.17
Current children cumulated vsize (KiB) 305948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.3 s]
/proc/loadavg: 4.02 4.01 3.91 5/181 7566
/proc/meminfo: memFree=29533300/32873844 swapFree=7108/7108
[pid=7434] ppid=7432 vsize=305948 CPUtime=1800.18 cores=1,3,5,7
/proc/7434/stat : 7434 (pwbo2.0) S 7432 7434 7054 0 -1 4202496 88982 0 0 0 179947 71 0 0 20 0 3 0 275141914 313290752 53542 33554432000 4194304 5965102 140737198403792 140737198403312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7434/statm: 76487 53542 200 433 0 76051 0
[pid=7434/tid=7436] ppid=7432 vsize=305948 CPUtime=897.86 cores=1,3,5,7
/proc/7434/task/7436/stat : 7436 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 79297 0 0 0 89710 76 0 0 20 0 3 0 275141918 313290752 53542 33554432000 4194304 5965102 140737198403792 139740879402808 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7437] ppid=7432 vsize=305948 CPUtime=897.88 cores=1,3,5,7
/proc/7434/task/7437/stat : 7437 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 7583 0 0 0 89768 20 0 0 20 0 3 0 275141918 313290752 53542 33554432000 4194304 5965102 140737198403792 139740868913336 4393785 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 305948

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.02 4.01 3.91 5/181 7566
/proc/meminfo: memFree=29533300/32873844 swapFree=7108/7108
[pid=7434] ppid=7432 vsize=305948 CPUtime=1800.18 cores=1,3,5,7
/proc/7434/stat : 7434 (pwbo2.0) S 7432 7434 7054 0 -1 4202496 88982 0 0 0 179947 71 0 0 20 0 3 0 275141914 313290752 53542 33554432000 4194304 5965102 140737198403792 140737198403312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7434/statm: 76487 53542 200 433 0 76051 0
[pid=7434/tid=7436] ppid=7432 vsize=305948 CPUtime=897.86 cores=1,3,5,7
/proc/7434/task/7436/stat : 7436 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 79297 0 0 0 89710 76 0 0 20 0 3 0 275141918 313290752 53542 33554432000 4194304 5965102 140737198403792 139740879402808 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7437] ppid=7432 vsize=305948 CPUtime=897.88 cores=1,3,5,7
/proc/7434/task/7437/stat : 7437 (pwbo2.0) R 7432 7434 7054 0 -1 4202560 7583 0 0 0 89768 20 0 0 20 0 3 0 275141918 313290752 53542 33554432000 4194304 5965102 140737198403792 139740868913336 4393785 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 305948

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7434 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=836143
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=979851
# CPU time returned by wait4() is 1795.82
# while last known CPU time is 1800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.316
CPU time (s): 1800.18
CPU user time (s): 1799.47
CPU system time (s): 0.71
CPU usage (%): 199.95
Max. virtual memory (cumulated for all children) (KiB): 305948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.84
system time used= 0.979851
maximum resident set size= 214172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88983
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= 524
involuntary context switches= 1895

runsolver used 2.46062 second user time and 5.2562 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-27 05:42:14
IDJOB=3703527
IDBENCH=2109
IDSOLVER=2279
FILE ID=node102/3703527-1338090134
RUNJOBID= node102-1338087425-7071
PBS_JOBID= 14624443
Free space on /tmp= 71528 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-3.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3703527-1338090134/watcher-3703527-1338090134 -o /tmp/evaluation-result-3703527-1338090134/solver-3703527-1338090134 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703527-1338090134.opb

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

MD5SUM BENCH= 473e2cd0e31e48ba0932d7bd34857dd0
RANDOM SEED=174533703

node102.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.178
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.35
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.178
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	: 5331.90
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.178
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	: 5331.91
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.178
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	: 5331.91
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.178
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	: 5331.91
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.178
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	: 5438.54
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.178
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	: 5331.91
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.178
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29439112 kB
Buffers:          311920 kB
Cached:          1068980 kB
SwapCached:            0 kB
Active:          2038944 kB
Inactive:         568992 kB
Active(anon):    1217852 kB
Inactive(anon):    11040 kB
Active(file):     821092 kB
Inactive(file):   557952 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5840 kB
Writeback:             0 kB
AnonPages:       1233280 kB
Mapped:            15148 kB
Shmem:               200 kB
Slab:             685844 kB
SReclaimable:     128048 kB
SUnreclaim:       557796 kB
KernelStack:        1464 kB
PageTables:         6104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     237880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    753664 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= 71528 MiB
End job on node102 at 2012-05-27 05:57:16