Trace number 3703528

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.16 900.315

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-5.opb
MD5SUM0973e03eb27089eff6bc20e630a3ba01
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 constraints13501
Number of constraints which are clauses13501
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-3703528-1338090293.opb.
0.00/0.00	c Instance file HOME/instance-3703528-1338090293.opb
0.00/0.00	c File size is 455953 bytes.
0.00/0.04	c Cost Offset: 0
0.00/0.04	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:        13501                                               |
0.00/0.04	c |  Number Cardinality:    0                                                   |
0.00/0.04	c |  Number PB Constraints: 0                                                   |
0.00/0.04	c |                                                                             |
0.04/0.05	c |  Problem Type:          Optimization                                        |
0.04/0.05	c |  Objective Function:    PB Constraint                                       |
0.04/0.05	c |                                                                             |
0.04/0.05	c ===============================================================================
1800.16/900.31	c ===============================================================================
1800.16/900.31	c Wall Clock Time: 900.31 s
1800.16/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-3703528-1338090293/watcher-3703528-1338090293 -o /tmp/evaluation-result-3703528-1338090293/solver-3703528-1338090293 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703528-1338090293.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.02 3.99 3.61 1/171 12009
/proc/meminfo: memFree=31285896/32873844 swapFree=7364/7364
[pid=12009] ppid=12007 vsize=6296 CPUtime=0 cores=1,3,5,7
/proc/12009/stat : 12009 (pwbo2.0) R 12007 12009 11438 0 -1 4202496 745 0 0 0 0 0 0 0 20 0 1 0 275157908 6447104 697 33554432000 4194304 5965102 140734878675360 140737213868888 5180368 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/12009/statm: 1574 697 160 433 0 1026 0

[startup+0.052445 s]
/proc/loadavg: 4.02 3.99 3.61 1/171 12009
/proc/meminfo: memFree=31285896/32873844 swapFree=7364/7364
[pid=12009] ppid=12007 vsize=167728 CPUtime=0.04 cores=1,3,5,7
/proc/12009/stat : 12009 (pwbo2.0) S 12007 12009 11438 0 -1 4202496 3337 0 0 0 3 1 0 0 20 0 3 0 275157908 171753472 3177 33554432000 4194304 5965102 140734878675360 140734878674880 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12009/statm: 41932 3178 175 433 0 41496 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 167728

[startup+0.100237 s]
/proc/loadavg: 4.02 3.99 3.61 1/171 12009
/proc/meminfo: memFree=31285896/32873844 swapFree=7364/7364
[pid=12009] ppid=12007 vsize=167144 CPUtime=0.14 cores=1,3,5,7
/proc/12009/stat : 12009 (pwbo2.0) S 12007 12009 11438 0 -1 4202496 4515 0 0 0 13 1 0 0 20 0 3 0 275157908 171155456 4011 33554432000 4194304 5965102 140734878675360 140734878674880 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12009/statm: 41786 4011 200 433 0 41350 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 167144

[startup+0.300107 s]
/proc/loadavg: 4.02 3.99 3.61 1/171 12009
/proc/meminfo: memFree=31285896/32873844 swapFree=7364/7364
[pid=12009] ppid=12007 vsize=167144 CPUtime=0.53 cores=1,3,5,7
/proc/12009/stat : 12009 (pwbo2.0) S 12007 12009 11438 0 -1 4202496 5187 0 0 0 52 1 0 0 20 0 3 0 275157908 171155456 4129 33554432000 4194304 5965102 140734878675360 140734878674880 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12009/statm: 41786 4129 200 433 0 41350 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 167144

[startup+0.700111 s]
/proc/loadavg: 4.02 3.99 3.61 1/171 12009
/proc/meminfo: memFree=31285896/32873844 swapFree=7364/7364
[pid=12009] ppid=12007 vsize=167144 CPUtime=1.33 cores=1,3,5,7
/proc/12009/stat : 12009 (pwbo2.0) S 12007 12009 11438 0 -1 4202496 8135 0 0 0 131 2 0 0 20 0 3 0 275157908 171155456 4397 33554432000 4194304 5965102 140734878675360 140734878674880 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12009/statm: 41786 4397 200 433 0 41350 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 167144

[startup+1.50031 s]
/proc/loadavg: 4.02 3.99 3.61 5/181 12028
/proc/meminfo: memFree=31192176/32873844 swapFree=7364/7364
[pid=12009] ppid=12007 vsize=167144 CPUtime=2.94 cores=1,3,5,7
/proc/12009/stat : 12009 (pwbo2.0) S 12007 12009 11438 0 -1 4202496 14281 0 0 0 290 4 0 0 20 0 3 0 275157908 171155456 5153 33554432000 4194304 5965102 140734878675360 140734878674880 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12009/statm: 41786 5153 200 433 0 41350 0
[pid=12009/tid=12013] ppid=12007 vsize=167144 CPUtime=1.43 cores=1,3,5,7
/proc/12009/task/12013/stat : 12013 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 11035 0 0 0 140 3 0 0 20 0 3 0 275157912 171155456 5153 33554432000 4194304 5965102 140734878675360 140712710851096 5139774 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12014] ppid=12007 vsize=167144 CPUtime=1.44 cores=1,3,5,7
/proc/12009/task/12014/stat : 12014 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 1143 0 0 0 144 0 0 0 20 0 3 0 275157912 171155456 5153 33554432000 4194304 5965102 140734878675360 140712700360824 4221072 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 167144

[startup+3.10033 s]
/proc/loadavg: 4.02 3.99 3.61 5/181 12028
/proc/meminfo: memFree=31186324/32873844 swapFree=7364/7364
[pid=12009] ppid=12007 vsize=167144 CPUtime=6.13 cores=1,3,5,7
/proc/12009/stat : 12009 (pwbo2.0) S 12007 12009 11438 0 -1 4202496 26041 0 0 0 606 7 0 0 20 0 3 0 275157908 171155456 6845 33554432000 4194304 5965102 140734878675360 140734878674880 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12009/statm: 41786 6845 200 433 0 41350 0
[pid=12009/tid=12013] ppid=12007 vsize=167144 CPUtime=3.03 cores=1,3,5,7
/proc/12009/task/12013/stat : 12013 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 22551 0 0 0 297 6 0 0 20 0 3 0 275157912 171155456 6845 33554432000 4194304 5965102 140734878675360 140712710851096 4396187 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12014] ppid=12007 vsize=167144 CPUtime=3.03 cores=1,3,5,7
/proc/12009/task/12014/stat : 12014 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 1387 0 0 0 302 1 0 0 20 0 3 0 275157912 171155456 6845 33554432000 4194304 5965102 140734878675360 140712700361064 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 167144

[startup+6.30034 s]
/proc/loadavg: 4.02 3.99 3.61 5/181 12028
/proc/meminfo: memFree=31163632/32873844 swapFree=7364/7364
[pid=12009] ppid=12007 vsize=167144 CPUtime=12.53 cores=1,3,5,7
/proc/12009/stat : 12009 (pwbo2.0) S 12007 12009 11438 0 -1 4202496 41325 0 0 0 1242 11 0 0 20 0 3 0 275157908 171155456 10464 33554432000 4194304 5965102 140734878675360 140734878674880 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12009/statm: 41786 10464 200 433 0 41350 0
[pid=12009/tid=12013] ppid=12007 vsize=167144 CPUtime=6.22 cores=1,3,5,7
/proc/12009/task/12013/stat : 12013 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 37594 0 0 0 612 10 0 0 20 0 3 0 275157912 171155456 10464 33554432000 4194304 5965102 140734878675360 140712710851400 5139822 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12014] ppid=12007 vsize=167144 CPUtime=6.22 cores=1,3,5,7
/proc/12009/task/12014/stat : 12014 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 1628 0 0 0 621 1 0 0 20 0 3 0 275157912 171155456 10464 33554432000 4194304 5965102 140734878675360 140712700361016 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 167144

[startup+12.7003 s]
/proc/loadavg: 4.01 3.99 3.61 5/181 12028
/proc/meminfo: memFree=31130532/32873844 swapFree=7364/7364
[pid=12009] ppid=12007 vsize=167144 CPUtime=25.32 cores=1,3,5,7
/proc/12009/stat : 12009 (pwbo2.0) S 12007 12009 11438 0 -1 4202496 52819 0 0 0 2515 17 0 0 20 0 3 0 275157908 171155456 14351 33554432000 4194304 5965102 140734878675360 140734878674880 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12009/statm: 41786 14351 200 433 0 41350 0
[pid=12009/tid=12013] ppid=12007 vsize=167144 CPUtime=12.6 cores=1,3,5,7
/proc/12009/task/12013/stat : 12013 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 48689 0 0 0 1245 15 0 0 20 0 3 0 275157912 171155456 14351 33554432000 4194304 5965102 140734878675360 140712710851096 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12014] ppid=12007 vsize=167144 CPUtime=12.6 cores=1,3,5,7
/proc/12009/task/12014/stat : 12014 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 2027 0 0 0 1259 1 0 0 20 0 3 0 275157912 171155456 14351 33554432000 4194304 5965102 140734878675360 140712700361016 18446744073699066235 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 167144

[startup+25.5004 s]
/proc/loadavg: 4.01 3.99 3.62 5/181 12028
/proc/meminfo: memFree=31097100/32873844 swapFree=7364/7364
[pid=12009] ppid=12007 vsize=167768 CPUtime=50.91 cores=1,3,5,7
/proc/12009/stat : 12009 (pwbo2.0) S 12007 12009 11438 0 -1 4202496 56605 0 0 0 5070 21 0 0 20 0 3 0 275157908 171794432 18068 33554432000 4194304 5965102 140734878675360 140734878674880 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12009/statm: 41942 18068 200 433 0 41506 0
[pid=12009/tid=12013] ppid=12007 vsize=167768 CPUtime=25.36 cores=1,3,5,7
/proc/12009/task/12013/stat : 12013 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 51560 0 0 0 2518 18 0 0 20 0 3 0 275157912 171794432 18068 33554432000 4194304 5965102 140734878675360 140712710851096 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12014] ppid=12007 vsize=167768 CPUtime=25.37 cores=1,3,5,7
/proc/12009/task/12014/stat : 12014 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 2942 0 0 0 2535 2 0 0 20 0 3 0 275157912 171794432 18068 33554432000 4194304 5965102 140734878675360 140712700360952 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 167768

[startup+51.1004 s]
/proc/loadavg: 4.01 3.99 3.62 5/181 12028
/proc/meminfo: memFree=31044664/32873844 swapFree=7364/7364
[pid=12009] ppid=12007 vsize=233436 CPUtime=102.07 cores=1,3,5,7
/proc/12009/stat : 12009 (pwbo2.0) S 12007 12009 11438 0 -1 4202496 63557 0 0 0 10173 34 0 0 20 0 3 0 275157908 239038464 25001 33554432000 4194304 5965102 140734878675360 140734878674880 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12009/statm: 58359 25001 200 433 0 57923 0
[pid=12009/tid=12013] ppid=12007 vsize=233436 CPUtime=50.87 cores=1,3,5,7
/proc/12009/task/12013/stat : 12013 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 57699 0 0 0 5057 30 0 0 20 0 3 0 275157912 239038464 25001 33554432000 4194304 5965102 140734878675360 140712710850656 4390035 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12014] ppid=12007 vsize=233436 CPUtime=50.9 cores=1,3,5,7
/proc/12009/task/12014/stat : 12014 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 3755 0 0 0 5088 2 0 0 20 0 3 0 275157912 239038464 25001 33554432000 4194304 5965102 140734878675360 140712700360824 4382742 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 233436

[startup+102.307 s]
/proc/loadavg: 4.00 3.99 3.64 5/181 12028
/proc/meminfo: memFree=30996320/32873844 swapFree=7364/7364
[pid=12009] ppid=12007 vsize=234224 CPUtime=204.47 cores=1,3,5,7
/proc/12009/stat : 12009 (pwbo2.0) S 12007 12009 11438 0 -1 4202496 64108 0 0 0 20412 35 0 0 20 0 3 0 275157908 239845376 26049 33554432000 4194304 5965102 140734878675360 140734878674880 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12009/statm: 58556 26049 200 433 0 58120 0
[pid=12009/tid=12013] ppid=12007 vsize=234224 CPUtime=101.95 cores=1,3,5,7
/proc/12009/task/12013/stat : 12013 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 57706 0 0 0 10164 31 0 0 20 0 3 0 275157912 239845376 26049 33554432000 4194304 5965102 140734878675360 140712710850656 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12014] ppid=12007 vsize=234224 CPUtime=101.97 cores=1,3,5,7
/proc/12009/task/12014/stat : 12014 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 4299 0 0 0 10193 4 0 0 20 0 3 0 275157912 239845376 26049 33554432000 4194304 5965102 140734878675360 140712700360776 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 204.47
Current children cumulated vsize (KiB) 234224

[startup+162.3 s]
/proc/loadavg: 4.00 3.99 3.66 5/181 12028
/proc/meminfo: memFree=30972292/32873844 swapFree=7364/7364
[pid=12009] ppid=12007 vsize=234364 CPUtime=324.43 cores=1,3,5,7
/proc/12009/stat : 12009 (pwbo2.0) S 12007 12009 11438 0 -1 4202496 65151 0 0 0 32407 36 0 0 20 0 3 0 275157908 239988736 27091 33554432000 4194304 5965102 140734878675360 140734878674880 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12009/statm: 58591 27091 200 433 0 58155 0
[pid=12009/tid=12013] ppid=12007 vsize=234364 CPUtime=161.79 cores=1,3,5,7
/proc/12009/task/12013/stat : 12013 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 57719 0 0 0 16147 32 0 0 20 0 3 0 275157912 239988736 27091 33554432000 4194304 5965102 140734878675360 140712710850464 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12014] ppid=12007 vsize=234364 CPUtime=161.81 cores=1,3,5,7
/proc/12009/task/12014/stat : 12014 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 5329 0 0 0 16174 7 0 0 20 0 3 0 275157912 239988736 27091 33554432000 4194304 5965102 140734878675360 140712700360824 4404383 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 324.43
Current children cumulated vsize (KiB) 234364

[startup+222.3 s]
/proc/loadavg: 4.00 3.99 3.68 5/181 12029
/proc/meminfo: memFree=30923776/32873844 swapFree=7364/7364
[pid=12009] ppid=12007 vsize=235716 CPUtime=444.41 cores=1,3,5,7
/proc/12009/stat : 12009 (pwbo2.0) S 12007 12009 11438 0 -1 4202496 67207 0 0 0 44401 40 0 0 20 0 3 0 275157908 241373184 29342 33554432000 4194304 5965102 140734878675360 140734878674880 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12009/statm: 58929 29342 200 433 0 58493 0
[pid=12009/tid=12013] ppid=12007 vsize=235716 CPUtime=221.63 cores=1,3,5,7
/proc/12009/task/12013/stat : 12013 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 59519 0 0 0 22126 37 0 0 20 0 3 0 275157912 241373184 29342 33554432000 4194304 5965102 140734878675360 140712710850552 4400952 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12014] ppid=12007 vsize=235716 CPUtime=221.65 cores=1,3,5,7
/proc/12009/task/12014/stat : 12014 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 5585 0 0 0 22157 8 0 0 20 0 3 0 275157912 241373184 29342 33554432000 4194304 5965102 140734878675360 140712700361064 4383308 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 444.41
Current children cumulated vsize (KiB) 235716

[startup+282.3 s]
/proc/loadavg: 4.00 3.99 3.70 5/181 12029
/proc/meminfo: memFree=30837332/32873844 swapFree=7364/7364
[pid=12009] ppid=12007 vsize=236264 CPUtime=564.38 cores=1,3,5,7
/proc/12009/stat : 12009 (pwbo2.0) S 12007 12009 11438 0 -1 4202496 68427 0 0 0 56397 41 0 0 20 0 3 0 275157908 241934336 31138 33554432000 4194304 5965102 140734878675360 140734878674880 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12009/statm: 59066 31138 200 433 0 58630 0
[pid=12009/tid=12013] ppid=12007 vsize=236264 CPUtime=281.47 cores=1,3,5,7
/proc/12009/task/12013/stat : 12013 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 60026 0 0 0 28108 39 0 0 20 0 3 0 275157912 241934336 31138 33554432000 4194304 5965102 140734878675360 140712710850360 4401559 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12014] ppid=12007 vsize=236264 CPUtime=281.5 cores=1,3,5,7
/proc/12009/task/12014/stat : 12014 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 6298 0 0 0 28140 10 0 0 20 0 3 0 275157912 241934336 31138 33554432000 4194304 5965102 140734878675360 140712700360824 4401009 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 564.38
Current children cumulated vsize (KiB) 236264

[startup+342.3 s]
/proc/loadavg: 4.00 3.99 3.71 5/182 12032
/proc/meminfo: memFree=30756568/32873844 swapFree=7364/7364
[pid=12009] ppid=12007 vsize=236264 CPUtime=684.36 cores=1,3,5,7
/proc/12009/stat : 12009 (pwbo2.0) S 12007 12009 11438 0 -1 4202496 71381 0 0 0 68389 47 0 0 20 0 3 0 275157908 241934336 34092 33554432000 4194304 5965102 140734878675360 140734878674880 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12009/statm: 59066 34092 200 433 0 58630 0

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

[pid=12009/tid=12014] ppid=12007 vsize=236264 CPUtime=341.34 cores=1,3,5,7
/proc/12009/task/12014/stat : 12014 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 6521 0 0 0 34123 11 0 0 20 0 3 0 275157912 241934336 34092 33554432000 4194304 5965102 140734878675360 140712700360824 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 684.36
Current children cumulated vsize (KiB) 236264

[startup+402.3 s]
/proc/loadavg: 4.00 3.99 3.73 5/181 12032
/proc/meminfo: memFree=30706396/32873844 swapFree=7364/7364
[pid=12009] ppid=12007 vsize=236264 CPUtime=804.35 cores=1,3,5,7
/proc/12009/stat : 12009 (pwbo2.0) S 12007 12009 11438 0 -1 4202496 73683 0 0 0 80384 51 0 0 20 0 3 0 275157908 241934336 36394 33554432000 4194304 5965102 140734878675360 140734878674880 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12009/statm: 59066 36394 200 433 0 58630 0
[pid=12009/tid=12013] ppid=12007 vsize=236264 CPUtime=401.17 cores=1,3,5,7
/proc/12009/task/12013/stat : 12013 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 64996 0 0 0 40068 49 0 0 20 0 3 0 275157912 241934336 36394 33554432000 4194304 5965102 140734878675360 140712710850552 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12014] ppid=12007 vsize=236264 CPUtime=401.19 cores=1,3,5,7
/proc/12009/task/12014/stat : 12014 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 6584 0 0 0 40107 12 0 0 20 0 3 0 275157912 241934336 36394 33554432000 4194304 5965102 140734878675360 140712700360824 4400960 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) 236264

[startup+462.3 s]
/proc/loadavg: 4.00 3.99 3.74 5/181 12032
/proc/meminfo: memFree=30672420/32873844 swapFree=7364/7364
[pid=12009] ppid=12007 vsize=237140 CPUtime=924.33 cores=1,3,5,7
/proc/12009/stat : 12009 (pwbo2.0) S 12007 12009 11438 0 -1 4202496 74973 0 0 0 92380 53 0 0 20 0 3 0 275157908 242831360 37682 33554432000 4194304 5965102 140734878675360 140734878674880 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12009/statm: 59285 37682 200 433 0 58849 0
[pid=12009/tid=12013] ppid=12007 vsize=237140 CPUtime=461.01 cores=1,3,5,7
/proc/12009/task/12013/stat : 12013 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 65932 0 0 0 46049 52 0 0 20 0 3 0 275157912 242831360 37682 33554432000 4194304 5965102 140734878675360 140712710850360 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12014] ppid=12007 vsize=237140 CPUtime=461.03 cores=1,3,5,7
/proc/12009/task/12014/stat : 12014 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 6938 0 0 0 46089 14 0 0 20 0 3 0 275157912 242831360 37682 33554432000 4194304 5965102 140734878675360 140712700361064 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) 237140

[startup+522.3 s]
/proc/loadavg: 4.00 3.99 3.75 5/181 12033
/proc/meminfo: memFree=30670840/32873844 swapFree=7364/7364
[pid=12009] ppid=12007 vsize=237140 CPUtime=1044.29 cores=1,3,5,7
/proc/12009/stat : 12009 (pwbo2.0) S 12007 12009 11438 0 -1 4202496 75227 0 0 0 104376 53 0 0 20 0 3 0 275157908 242831360 38064 33554432000 4194304 5965102 140734878675360 140734878674880 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12009/statm: 59285 38064 200 433 0 58849 0
[pid=12009/tid=12013] ppid=12007 vsize=237140 CPUtime=520.84 cores=1,3,5,7
/proc/12009/task/12013/stat : 12013 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 65950 0 0 0 52032 52 0 0 20 0 3 0 275157912 242831360 38064 33554432000 4194304 5965102 140734878675360 140712710850360 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12014] ppid=12007 vsize=237140 CPUtime=520.88 cores=1,3,5,7
/proc/12009/task/12014/stat : 12014 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 7174 0 0 0 52074 14 0 0 20 0 3 0 275157912 242831360 38064 33554432000 4194304 5965102 140734878675360 140712700360888 4400978 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1044.29
Current children cumulated vsize (KiB) 237140

[startup+582.3 s]
/proc/loadavg: 4.00 3.99 3.77 5/181 12033
/proc/meminfo: memFree=30659708/32873844 swapFree=7364/7364
[pid=12009] ppid=12007 vsize=237140 CPUtime=1164.27 cores=1,3,5,7
/proc/12009/stat : 12009 (pwbo2.0) S 12007 12009 11438 0 -1 4202496 77746 0 0 0 116368 59 0 0 20 0 3 0 275157908 242831360 40730 33554432000 4194304 5965102 140734878675360 140734878674880 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12009/statm: 59285 40730 200 433 0 58849 0
[pid=12009/tid=12013] ppid=12007 vsize=237140 CPUtime=580.69 cores=1,3,5,7
/proc/12009/task/12013/stat : 12013 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 67908 0 0 0 58012 57 0 0 20 0 3 0 275157912 242831360 40730 33554432000 4194304 5965102 140734878675360 140712710850552 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12014] ppid=12007 vsize=237140 CPUtime=580.72 cores=1,3,5,7
/proc/12009/task/12014/stat : 12014 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 7735 0 0 0 58056 16 0 0 20 0 3 0 275157912 242831360 40730 33554432000 4194304 5965102 140734878675360 140712700361016 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1164.27
Current children cumulated vsize (KiB) 237140

[startup+642.3 s]
/proc/loadavg: 4.00 3.99 3.78 5/181 12033
/proc/meminfo: memFree=30649948/32873844 swapFree=7364/7364
[pid=12009] ppid=12007 vsize=237140 CPUtime=1284.27 cores=1,3,5,7
/proc/12009/stat : 12009 (pwbo2.0) S 12007 12009 11438 0 -1 4202496 79768 0 0 0 128365 62 0 0 20 0 3 0 275157908 242831360 42751 33554432000 4194304 5965102 140734878675360 140734878674880 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12009/statm: 59285 42751 200 433 0 58849 0
[pid=12009/tid=12013] ppid=12007 vsize=237140 CPUtime=640.54 cores=1,3,5,7
/proc/12009/task/12013/stat : 12013 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 69917 0 0 0 63993 61 0 0 20 0 3 0 275157912 242831360 42751 33554432000 4194304 5965102 140734878675360 140712710850424 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12014] ppid=12007 vsize=237140 CPUtime=640.57 cores=1,3,5,7
/proc/12009/task/12014/stat : 12014 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 7748 0 0 0 64040 17 0 0 20 0 3 0 275157912 242831360 42751 33554432000 4194304 5965102 140734878675360 140712700361016 4400992 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1284.27
Current children cumulated vsize (KiB) 237140

[startup+702.3 s]
/proc/loadavg: 4.00 3.99 3.79 5/181 12033
/proc/meminfo: memFree=30641492/32873844 swapFree=7364/7364
[pid=12009] ppid=12007 vsize=302676 CPUtime=1404.23 cores=1,3,5,7
/proc/12009/stat : 12009 (pwbo2.0) S 12007 12009 11438 0 -1 4202496 81907 0 0 0 140358 65 0 0 20 0 3 0 275157908 309940224 44887 33554432000 4194304 5965102 140734878675360 140734878674880 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12009/statm: 75669 44887 200 433 0 75233 0
[pid=12009/tid=12013] ppid=12007 vsize=302676 CPUtime=700.38 cores=1,3,5,7
/proc/12009/task/12013/stat : 12013 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 71879 0 0 0 69972 66 0 0 20 0 3 0 275157912 309940224 44887 33554432000 4194304 5965102 140734878675360 140712710850600 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12014] ppid=12007 vsize=302676 CPUtime=700.41 cores=1,3,5,7
/proc/12009/task/12014/stat : 12014 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 7925 0 0 0 70023 18 0 0 20 0 3 0 275157912 309940224 44887 33554432000 4194304 5965102 140734878675360 140712700360888 4400960 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) 302676

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.80 5/181 12033
/proc/meminfo: memFree=30634424/32873844 swapFree=7364/7364
[pid=12009] ppid=12007 vsize=302812 CPUtime=1524.23 cores=1,3,5,7
/proc/12009/stat : 12009 (pwbo2.0) S 12007 12009 11438 0 -1 4202496 83704 0 0 0 152355 68 0 0 20 0 3 0 275157908 310079488 46684 33554432000 4194304 5965102 140734878675360 140734878674880 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12009/statm: 75703 46684 200 433 0 75267 0
[pid=12009/tid=12013] ppid=12007 vsize=302812 CPUtime=760.24 cores=1,3,5,7
/proc/12009/task/12013/stat : 12013 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 73559 0 0 0 75954 70 0 0 20 0 3 0 275157912 310079488 46684 33554432000 4194304 5965102 140734878675360 140712710850552 4400978 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12014] ppid=12007 vsize=302812 CPUtime=760.27 cores=1,3,5,7
/proc/12009/task/12014/stat : 12014 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 8042 0 0 0 76008 19 0 0 20 0 3 0 275157912 310079488 46684 33554432000 4194304 5965102 140734878675360 140712700360824 4400981 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1524.23
Current children cumulated vsize (KiB) 302812

[startup+822.3 s]
/proc/loadavg: 4.00 3.99 3.81 5/181 12034
/proc/meminfo: memFree=30627480/32873844 swapFree=7364/7364
[pid=12009] ppid=12007 vsize=303860 CPUtime=1644.2 cores=1,3,5,7
/proc/12009/stat : 12009 (pwbo2.0) S 12007 12009 11438 0 -1 4202496 85425 0 0 0 164348 72 0 0 20 0 3 0 275157908 311152640 48403 33554432000 4194304 5965102 140734878675360 140734878674880 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12009/statm: 75965 48403 200 433 0 75529 0
[pid=12009/tid=12013] ppid=12007 vsize=303860 CPUtime=820.08 cores=1,3,5,7
/proc/12009/task/12013/stat : 12013 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 75097 0 0 0 81934 74 0 0 20 0 3 0 275157912 311152640 48403 33554432000 4194304 5965102 140734878675360 140712710850552 4400972 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12014] ppid=12007 vsize=303860 CPUtime=820.11 cores=1,3,5,7
/proc/12009/task/12014/stat : 12014 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 8225 0 0 0 81990 21 0 0 20 0 3 0 275157912 311152640 48403 33554432000 4194304 5965102 140734878675360 140712700360888 4393958 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1644.2
Current children cumulated vsize (KiB) 303860

[startup+882.3 s]
/proc/loadavg: 4.00 3.99 3.82 5/181 12034
/proc/meminfo: memFree=30600856/32873844 swapFree=7364/7364
[pid=12009] ppid=12007 vsize=304400 CPUtime=1764.17 cores=1,3,5,7
/proc/12009/stat : 12009 (pwbo2.0) S 12007 12009 11438 0 -1 4202496 86267 0 0 0 176344 73 0 0 20 0 3 0 275157908 311705600 49359 33554432000 4194304 5965102 140734878675360 140734878674880 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12009/statm: 76100 49359 200 433 0 75664 0
[pid=12009/tid=12013] ppid=12007 vsize=304400 CPUtime=879.91 cores=1,3,5,7
/proc/12009/task/12013/stat : 12013 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 75390 0 0 0 87915 76 0 0 20 0 3 0 275157912 311705600 49359 33554432000 4194304 5965102 140734878675360 140712710850360 4401456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12014] ppid=12007 vsize=304400 CPUtime=879.95 cores=1,3,5,7
/proc/12009/task/12014/stat : 12014 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 8774 0 0 0 87973 22 0 0 20 0 3 0 275157912 311705600 49359 33554432000 4194304 5965102 140734878675360 140712700361016 4401582 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) 304400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.3 s]
/proc/loadavg: 4.00 3.99 3.82 5/181 12034
/proc/meminfo: memFree=30588136/32873844 swapFree=7364/7364
[pid=12009] ppid=12007 vsize=304400 CPUtime=1800.16 cores=1,3,5,7
/proc/12009/stat : 12009 (pwbo2.0) S 12007 12009 11438 0 -1 4202496 86714 0 0 0 179943 73 0 0 20 0 3 0 275157908 311705600 49922 33554432000 4194304 5965102 140734878675360 140734878674880 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12009/statm: 76100 49922 200 433 0 75664 0
[pid=12009/tid=12013] ppid=12007 vsize=304400 CPUtime=897.86 cores=1,3,5,7
/proc/12009/task/12013/stat : 12013 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 75395 0 0 0 89710 76 0 0 20 0 3 0 275157912 311705600 49922 33554432000 4194304 5965102 140734878675360 140712710850360 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12014] ppid=12007 vsize=304400 CPUtime=897.91 cores=1,3,5,7
/proc/12009/task/12014/stat : 12014 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 9216 0 0 0 89768 23 0 0 20 0 3 0 275157912 311705600 49922 33554432000 4194304 5965102 140734878675360 140712700361016 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 304400

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.82 5/181 12034
/proc/meminfo: memFree=30588136/32873844 swapFree=7364/7364
[pid=12009] ppid=12007 vsize=304400 CPUtime=1800.16 cores=1,3,5,7
/proc/12009/stat : 12009 (pwbo2.0) S 12007 12009 11438 0 -1 4202496 86714 0 0 0 179943 73 0 0 20 0 3 0 275157908 311705600 49922 33554432000 4194304 5965102 140734878675360 140734878674880 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12009/statm: 76100 49922 200 433 0 75664 0
[pid=12009/tid=12013] ppid=12007 vsize=304400 CPUtime=897.86 cores=1,3,5,7
/proc/12009/task/12013/stat : 12013 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 75395 0 0 0 89710 76 0 0 20 0 3 0 275157912 311705600 49922 33554432000 4194304 5965102 140734878675360 140712710850360 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12014] ppid=12007 vsize=304400 CPUtime=897.91 cores=1,3,5,7
/proc/12009/task/12014/stat : 12014 (pwbo2.0) R 12007 12009 11438 0 -1 4202560 9216 0 0 0 89768 23 0 0 20 0 3 0 275157912 311705600 49922 33554432000 4194304 5965102 140734878675360 140712700361016 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 304400

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12009 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=844142
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=13845
# CPU time returned by wait4() is 1795.86
# while last known CPU time is 1800.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.315
CPU time (s): 1800.16
CPU user time (s): 1799.43
CPU system time (s): 0.73
CPU usage (%): 199.948
Max. virtual memory (cumulated for all children) (KiB): 304400

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

runsolver used 2.31165 second user time and 5.30519 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-27 05:44:53
IDJOB=3703528
IDBENCH=2167
IDSOLVER=2279
FILE ID=node109/3703528-1338090293
RUNJOBID= node109-1338088487-11455
PBS_JOBID= 14624462
Free space on /tmp= 71352 MiB

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

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

MD5SUM BENCH= 0973e03eb27089eff6bc20e630a3ba01
RANDOM SEED=596388578

node109.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.264
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.52
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.264
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.91
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.264
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.264
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.264
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.264
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	: 5331.91
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.264
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.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31286440 kB
Buffers:          249068 kB
Cached:           536568 kB
SwapCached:            0 kB
Active:           675964 kB
Inactive:         121220 kB
Active(anon):       2392 kB
Inactive(anon):    10916 kB
Active(file):     673572 kB
Inactive(file):   110304 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5632 kB
Writeback:             0 kB
AnonPages:         17492 kB
Mapped:            13588 kB
Shmem:               200 kB
Slab:             651460 kB
SReclaimable:      93060 kB
SUnreclaim:       558400 kB
KernelStack:        1400 kB
PageTables:         3404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     102976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71340 MiB
End job on node109 at 2012-05-27 05:59:56