Trace number 3704055

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.2 900.416

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_50null50mast_rapportOE2.0_TMAX120_K67_cod2.opb
MD5SUMd0d226c540b75eb8b7499ce62f8d731e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-11
Best CPU time to get the best result obtained on this benchmark25.8131
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 243
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 243
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 120
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 14476
Number of bits of the biggest sum of numbers14
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-3704055-1338098660.opb.
0.00/0.00	c Instance file HOME/instance-3704055-1338098660.opb
0.00/0.00	c File size is 2491878 bytes.
0.19/0.22	c Cost Offset: -243
0.19/0.22	c Highest Coefficient sum: 14476
0.19/0.22	c ============================[ Problem Statistics ]=============================
0.19/0.22	c |                                                                             |
0.19/0.22	c |  Parsing time:          0.23         s                                      |
0.19/0.22	c |  Number Variables:      40937                                               |
0.19/0.22	c |  Number Clauses:        40882                                               |
0.19/0.22	c |  Number Cardinality:    553                                                 |
0.19/0.22	c |  Number PB Constraints: 1                                                   |
0.19/0.22	c |                                                                             |
0.19/0.26	c |  Problem Type:          Optimization                                        |
0.19/0.26	c |  Objective Function:    Cardinality Constraint                              |
0.19/0.26	c |                                                                             |
0.19/0.26	c ===============================================================================
1800.20/900.41	c ===============================================================================
1800.20/900.41	c Wall Clock Time: 900.41 s
1800.20/900.41	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-3704055-1338098660/watcher-3704055-1338098660 -o /tmp/evaluation-result-3704055-1338098660/solver-3704055-1338098660 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704055-1338098660.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.04 4.02 4.00 4/178 26873
/proc/meminfo: memFree=29648364/32873648 swapFree=7108/7108
[pid=26873] ppid=26871 vsize=7332 CPUtime=0 cores=0,2,4,6
/proc/26873/stat : 26873 (pwbo2.0) R 26871 26873 25163 0 -1 4202496 529 0 0 0 0 0 0 0 20 0 1 0 275991463 7507968 481 33554432000 4194304 5965102 140733489669568 140736626446232 4351027 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/26873/statm: 1833 481 169 433 0 788 0

[startup+0.103006 s]
/proc/loadavg: 4.04 4.02 4.00 4/178 26873
/proc/meminfo: memFree=29648364/32873648 swapFree=7108/7108
[pid=26873] ppid=26871 vsize=22376 CPUtime=0.1 cores=0,2,4,6
/proc/26873/stat : 26873 (pwbo2.0) R 26871 26873 25163 0 -1 4202496 4378 0 0 0 9 1 0 0 20 0 1 0 275991463 22913024 4248 33554432000 4194304 5965102 140733489669568 140733489667592 5137146 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/26873/statm: 5594 4248 442 433 0 4549 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 22376

[startup+0.200219 s]
/proc/loadavg: 4.04 4.02 4.00 4/178 26873
/proc/meminfo: memFree=29648364/32873648 swapFree=7108/7108
[pid=26873] ppid=26871 vsize=34824 CPUtime=0.19 cores=0,2,4,6
/proc/26873/stat : 26873 (pwbo2.0) R 26871 26873 25163 0 -1 4202496 7758 0 0 0 18 1 0 0 20 0 1 0 275991463 35659776 7458 33554432000 4194304 5965102 140733489669568 140733489667592 5137146 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/26873/statm: 8706 7459 699 433 0 7661 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 34824

[startup+0.300205 s]
/proc/loadavg: 4.04 4.02 4.00 4/178 26873
/proc/meminfo: memFree=29648364/32873648 swapFree=7108/7108
[pid=26873] ppid=26871 vsize=205440 CPUtime=0.35 cores=0,2,4,6
/proc/26873/stat : 26873 (pwbo2.0) S 26871 26873 25163 0 -1 4202496 17006 0 0 0 32 3 0 0 20 0 3 0 275991463 210370560 16029 33554432000 4194304 5965102 140733489669568 140733489669088 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26873/statm: 51360 16033 189 433 0 50924 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 205440

[startup+0.700171 s]
/proc/loadavg: 4.04 4.02 4.00 4/178 26873
/proc/meminfo: memFree=29648364/32873648 swapFree=7108/7108
[pid=26873] ppid=26871 vsize=196716 CPUtime=1.14 cores=0,2,4,6
/proc/26873/stat : 26873 (pwbo2.0) S 26871 26873 25163 0 -1 4202496 21951 0 0 0 110 4 0 0 20 0 3 0 275991463 201437184 19048 33554432000 4194304 5965102 140733489669568 140733489669088 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26873/statm: 49179 19048 197 433 0 48743 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 196716

[startup+1.50022 s]
/proc/loadavg: 4.04 4.02 4.00 5/181 26876
/proc/meminfo: memFree=29571800/32873648 swapFree=7108/7108
[pid=26873] ppid=26871 vsize=196716 CPUtime=2.74 cores=0,2,4,6
/proc/26873/stat : 26873 (pwbo2.0) S 26871 26873 25163 0 -1 4202496 23029 0 0 0 270 4 0 0 20 0 3 0 275991463 201437184 20126 33554432000 4194304 5965102 140733489669568 140733489669088 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26873/statm: 49179 20126 197 433 0 48743 0
[pid=26873/tid=26875] ppid=26871 vsize=196716 CPUtime=1.26 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 10887 0 0 0 123 3 0 0 20 0 3 0 275991486 201437184 20126 33554432000 4194304 5965102 140733489669568 140403769682280 4393763 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26873/tid=26876] ppid=26871 vsize=196716 CPUtime=1.24 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 3278 0 0 0 124 0 0 0 20 0 3 0 275991486 201437184 20126 33554432000 4194304 5965102 140733489669568 140403759192376 4390187 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 196716

[startup+3.10022 s]
/proc/loadavg: 4.04 4.02 4.00 5/181 26876
/proc/meminfo: memFree=29569320/32873648 swapFree=7108/7108
[pid=26873] ppid=26871 vsize=196716 CPUtime=5.94 cores=0,2,4,6
/proc/26873/stat : 26873 (pwbo2.0) S 26871 26873 25163 0 -1 4202496 23853 0 0 0 590 4 0 0 20 0 3 0 275991463 201437184 20331 33554432000 4194304 5965102 140733489669568 140733489669088 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26873/statm: 49179 20331 197 433 0 48743 0
[pid=26873/tid=26875] ppid=26871 vsize=196716 CPUtime=2.85 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 11509 0 0 0 282 3 0 0 20 0 3 0 275991486 201437184 20331 33554432000 4194304 5965102 140733489669568 140403769682456 4395923 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26873/tid=26876] ppid=26871 vsize=196716 CPUtime=2.84 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 3480 0 0 0 284 0 0 0 20 0 3 0 275991486 201437184 20331 33554432000 4194304 5965102 140733489669568 140403759192424 4400960 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 196716

[startup+6.30022 s]
/proc/loadavg: 4.12 4.04 4.01 5/181 26876
/proc/meminfo: memFree=29566716/32873648 swapFree=7108/7108
[pid=26873] ppid=26871 vsize=196716 CPUtime=12.34 cores=0,2,4,6
/proc/26873/stat : 26873 (pwbo2.0) S 26871 26873 25163 0 -1 4202496 24078 0 0 0 1229 5 0 0 20 0 3 0 275991463 201437184 20556 33554432000 4194304 5965102 140733489669568 140733489669088 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26873/statm: 49179 20556 197 433 0 48743 0
[pid=26873/tid=26875] ppid=26871 vsize=196716 CPUtime=6.05 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 11509 0 0 0 602 3 0 0 20 0 3 0 275991486 201437184 20556 33554432000 4194304 5965102 140733489669568 140403769682456 4393736 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26873/tid=26876] ppid=26871 vsize=196716 CPUtime=6.03 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 3705 0 0 0 602 1 0 0 20 0 3 0 275991486 201437184 20556 33554432000 4194304 5965102 140733489669568 140403759192376 4400960 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 196716

[startup+12.7003 s]
/proc/loadavg: 4.11 4.04 4.00 5/181 26876
/proc/meminfo: memFree=29564932/32873648 swapFree=7108/7108
[pid=26873] ppid=26871 vsize=196716 CPUtime=25.14 cores=0,2,4,6
/proc/26873/stat : 26873 (pwbo2.0) S 26871 26873 25163 0 -1 4202496 24974 0 0 0 2509 5 0 0 20 0 3 0 275991463 201437184 21452 33554432000 4194304 5965102 140733489669568 140733489669088 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26873/statm: 49179 21452 197 433 0 48743 0
[pid=26873/tid=26875] ppid=26871 vsize=196716 CPUtime=12.43 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 11871 0 0 0 1240 3 0 0 20 0 3 0 275991486 201437184 21452 33554432000 4194304 5965102 140733489669568 140403769682264 4393763 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26873/tid=26876] ppid=26871 vsize=196716 CPUtime=12.41 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 4239 0 0 0 1240 1 0 0 20 0 3 0 275991486 201437184 21452 33554432000 4194304 5965102 140733489669568 140403759192376 4393958 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 196716

[startup+25.5004 s]
/proc/loadavg: 4.09 4.04 4.00 5/181 26876
/proc/meminfo: memFree=29556392/32873648 swapFree=7108/7108
[pid=26873] ppid=26871 vsize=196716 CPUtime=50.74 cores=0,2,4,6
/proc/26873/stat : 26873 (pwbo2.0) S 26871 26873 25163 0 -1 4202496 26324 0 0 0 5067 7 0 0 20 0 3 0 275991463 201437184 22802 33554432000 4194304 5965102 140733489669568 140733489669088 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26873/statm: 49179 22802 197 433 0 48743 0
[pid=26873/tid=26875] ppid=26871 vsize=196716 CPUtime=25.2 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 11871 0 0 0 2517 3 0 0 20 0 3 0 275991486 201437184 22802 33554432000 4194304 5965102 140733489669568 140403769682264 4393875 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26873/tid=26876] ppid=26871 vsize=196716 CPUtime=25.18 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 5589 0 0 0 2515 3 0 0 20 0 3 0 275991486 201437184 22802 33554432000 4194304 5965102 140733489669568 140403759192376 4400992 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 196716

[startup+51.1003 s]
/proc/loadavg: 4.06 4.03 4.00 5/181 26876
/proc/meminfo: memFree=29537876/32873648 swapFree=7108/7108
[pid=26873] ppid=26871 vsize=196716 CPUtime=101.92 cores=0,2,4,6
/proc/26873/stat : 26873 (pwbo2.0) S 26871 26873 25163 0 -1 4202496 30926 0 0 0 10183 9 0 0 20 0 3 0 275991463 201437184 27403 33554432000 4194304 5965102 140733489669568 140733489669088 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26873/statm: 49179 27403 197 433 0 48743 0
[pid=26873/tid=26875] ppid=26871 vsize=196716 CPUtime=50.73 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 14523 0 0 0 5070 3 0 0 20 0 3 0 275991486 201437184 27403 33554432000 4194304 5965102 140733489669568 140403769682296 4400952 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26873/tid=26876] ppid=26871 vsize=196716 CPUtime=50.71 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 7539 0 0 0 5066 5 0 0 20 0 3 0 275991486 201437184 27403 33554432000 4194304 5965102 140733489669568 140403759192376 4401718 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 196716

[startup+102.3 s]
/proc/loadavg: 4.06 4.04 4.00 5/180 26876
/proc/meminfo: memFree=29513512/32873648 swapFree=7108/7108
[pid=26873] ppid=26871 vsize=196716 CPUtime=204.32 cores=0,2,4,6
/proc/26873/stat : 26873 (pwbo2.0) S 26871 26873 25163 0 -1 4202496 32591 0 0 0 20421 11 0 0 20 0 3 0 275991463 201437184 29068 33554432000 4194304 5965102 140733489669568 140733489669088 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26873/statm: 49179 29068 197 433 0 48743 0
[pid=26873/tid=26875] ppid=26871 vsize=196716 CPUtime=101.8 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 14885 0 0 0 10177 3 0 0 20 0 3 0 275991486 201437184 29068 33554432000 4194304 5965102 140733489669568 140403769682264 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26873/tid=26876] ppid=26871 vsize=196716 CPUtime=101.78 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 8842 0 0 0 10170 8 0 0 20 0 3 0 275991486 201437184 29068 33554432000 4194304 5965102 140733489669568 140403759192424 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 204.32
Current children cumulated vsize (KiB) 196716

[startup+162.3 s]
/proc/loadavg: 4.07 4.04 4.00 5/181 26877
/proc/meminfo: memFree=29494940/32873648 swapFree=7108/7108
[pid=26873] ppid=26871 vsize=196716 CPUtime=324.29 cores=0,2,4,6
/proc/26873/stat : 26873 (pwbo2.0) S 26871 26873 25163 0 -1 4202496 37042 0 0 0 32413 16 0 0 20 0 3 0 275991463 201437184 33519 33554432000 4194304 5965102 140733489669568 140733489669088 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26873/statm: 49179 33519 197 433 0 48743 0
[pid=26873/tid=26875] ppid=26871 vsize=196716 CPUtime=161.64 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 15211 0 0 0 16160 4 0 0 20 0 3 0 275991486 201437184 33519 33554432000 4194304 5965102 140733489669568 140403769681720 4390210 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26873/tid=26876] ppid=26871 vsize=196716 CPUtime=161.62 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 12967 0 0 0 16149 13 0 0 20 0 3 0 275991486 201437184 33519 33554432000 4194304 5965102 140733489669568 140403759192376 4390169 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 324.29
Current children cumulated vsize (KiB) 196716

[startup+222.307 s]
/proc/loadavg: 4.07 4.05 4.00 5/181 26877
/proc/meminfo: memFree=29483888/32873648 swapFree=7108/7108
[pid=26873] ppid=26871 vsize=197528 CPUtime=444.29 cores=0,2,4,6
/proc/26873/stat : 26873 (pwbo2.0) S 26871 26873 25163 0 -1 4202496 39482 0 0 0 44410 19 0 0 20 0 3 0 275991463 202268672 35959 33554432000 4194304 5965102 140733489669568 140733489669088 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26873/statm: 49382 35959 197 433 0 48946 0
[pid=26873/tid=26875] ppid=26871 vsize=197528 CPUtime=221.49 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 17416 0 0 0 22141 8 0 0 20 0 3 0 275991486 202268672 35959 33554432000 4194304 5965102 140733489669568 140403769681960 4404383 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26873/tid=26876] ppid=26871 vsize=197528 CPUtime=221.47 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 13202 0 0 0 22133 14 0 0 20 0 3 0 275991486 202268672 35959 33554432000 4194304 5965102 140733489669568 140403759192136 4404717 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 444.29
Current children cumulated vsize (KiB) 197528

[startup+282.3 s]
/proc/loadavg: 4.07 4.05 4.00 5/181 26878
/proc/meminfo: memFree=29440088/32873648 swapFree=7108/7108
[pid=26873] ppid=26871 vsize=264516 CPUtime=564.26 cores=0,2,4,6
/proc/26873/stat : 26873 (pwbo2.0) S 26871 26873 25163 0 -1 4202496 43706 0 0 0 56401 25 0 0 20 0 3 0 275991463 270864384 40183 33554432000 4194304 5965102 140733489669568 140733489669088 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26873/statm: 66129 40183 197 433 0 65693 0
[pid=26873/tid=26875] ppid=26871 vsize=264516 CPUtime=281.33 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 20255 0 0 0 28120 13 0 0 20 0 3 0 275991486 270864384 40183 33554432000 4194304 5965102 140733489669568 140403769681720 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26873/tid=26876] ppid=26871 vsize=264516 CPUtime=281.3 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 14587 0 0 0 28112 18 0 0 20 0 3 0 275991486 270864384 40183 33554432000 4194304 5965102 140733489669568 140403759192376 4383069 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 564.26
Current children cumulated vsize (KiB) 264516

[startup+342.3 s]
/proc/loadavg: 4.07 4.06 4.00 5/182 26881
/proc/meminfo: memFree=29372188/32873648 swapFree=7108/7108
[pid=26873] ppid=26871 vsize=265444 CPUtime=684.24 cores=0,2,4,6
/proc/26873/stat : 26873 (pwbo2.0) S 26871 26873 25163 0 -1 4202496 53541 0 0 0 68392 32 0 0 20 0 3 0 275991463 271814656 50016 33554432000 4194304 5965102 140733489669568 140733489669088 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26873/statm: 66361 50016 197 433 0 65925 0

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

[pid=26873/tid=26876] ppid=26871 vsize=265444 CPUtime=341.14 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 17705 0 0 0 34091 23 0 0 20 0 3 0 275991486 271814656 50016 33554432000 4194304 5965102 140733489669568 140403759192136 4401701 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 684.24
Current children cumulated vsize (KiB) 265444

[startup+402.3 s]
/proc/loadavg: 4.07 4.06 4.00 5/181 26881
/proc/meminfo: memFree=29339772/32873648 swapFree=7108/7108
[pid=26873] ppid=26871 vsize=332128 CPUtime=804.22 cores=0,2,4,6
/proc/26873/stat : 26873 (pwbo2.0) S 26871 26873 25163 0 -1 4202496 57334 0 0 0 80385 37 0 0 20 0 3 0 275991463 340099072 53809 33554432000 4194304 5965102 140733489669568 140733489669088 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26873/statm: 83032 53809 197 433 0 82596 0
[pid=26873/tid=26875] ppid=26871 vsize=332128 CPUtime=401.02 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 27032 0 0 0 40084 18 0 0 20 0 3 0 275991486 340099072 53809 33554432000 4194304 5965102 140733489669568 140403769682016 4401064 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26873/tid=26876] ppid=26871 vsize=332128 CPUtime=400.99 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 21438 0 0 0 40070 29 0 0 20 0 3 0 275991486 340099072 53809 33554432000 4194304 5965102 140733489669568 140403759192376 4401155 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 804.22
Current children cumulated vsize (KiB) 332128

[startup+462.3 s]
/proc/loadavg: 4.07 4.06 4.00 5/181 26881
/proc/meminfo: memFree=29298152/32873648 swapFree=7108/7108
[pid=26873] ppid=26871 vsize=334316 CPUtime=924.2 cores=0,2,4,6
/proc/26873/stat : 26873 (pwbo2.0) S 26871 26873 25163 0 -1 4202496 61135 0 0 0 92379 41 0 0 20 0 3 0 275991463 342339584 57610 33554432000 4194304 5965102 140733489669568 140733489669088 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26873/statm: 83579 57610 197 433 0 83143 0
[pid=26873/tid=26875] ppid=26871 vsize=334316 CPUtime=460.87 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 27036 0 0 0 46068 19 0 0 20 0 3 0 275991486 342339584 57610 33554432000 4194304 5965102 140733489669568 140403769682016 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26873/tid=26876] ppid=26871 vsize=334316 CPUtime=460.83 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 25235 0 0 0 46049 34 0 0 20 0 3 0 275991486 342339584 57610 33554432000 4194304 5965102 140733489669568 140403759192288 4401146 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 924.2
Current children cumulated vsize (KiB) 334316

[startup+522.3 s]
/proc/loadavg: 4.10 4.08 4.01 5/181 26881
/proc/meminfo: memFree=29288280/32873648 swapFree=7108/7108
[pid=26873] ppid=26871 vsize=334988 CPUtime=1044.16 cores=0,2,4,6
/proc/26873/stat : 26873 (pwbo2.0) S 26871 26873 25163 0 -1 4202496 61340 0 0 0 104375 41 0 0 20 0 3 0 275991463 343027712 58544 33554432000 4194304 5965102 140733489669568 140733489669088 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26873/statm: 83747 58544 197 433 0 83311 0
[pid=26873/tid=26875] ppid=26871 vsize=334988 CPUtime=520.71 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 27043 0 0 0 52052 19 0 0 20 0 3 0 275991486 343027712 58544 33554432000 4194304 5965102 140733489669568 140403769681824 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26873/tid=26876] ppid=26871 vsize=334988 CPUtime=520.65 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 25433 0 0 0 52031 34 0 0 20 0 3 0 275991486 343027712 58544 33554432000 4194304 5965102 140733489669568 140403759192136 4390140 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1044.16
Current children cumulated vsize (KiB) 334988

[startup+582.3 s]
/proc/loadavg: 4.02 4.06 4.00 5/181 26923
/proc/meminfo: memFree=30050016/32873648 swapFree=7108/7108
[pid=26873] ppid=26871 vsize=335684 CPUtime=1164.11 cores=0,2,4,6
/proc/26873/stat : 26873 (pwbo2.0) S 26871 26873 25163 0 -1 4202496 61595 0 0 0 116369 42 0 0 20 0 3 0 275991463 343740416 58988 33554432000 4194304 5965102 140733489669568 140733489669088 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26873/statm: 83921 58988 197 433 0 83485 0
[pid=26873/tid=26875] ppid=26871 vsize=335684 CPUtime=580.54 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 27125 0 0 0 58034 20 0 0 20 0 3 0 275991486 343740416 58988 33554432000 4194304 5965102 140733489669568 140403769682016 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26873/tid=26876] ppid=26871 vsize=335684 CPUtime=580.48 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 25606 0 0 0 58013 35 0 0 20 0 3 0 275991486 343740416 58988 33554432000 4194304 5965102 140733489669568 140403759192136 4393922 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1164.11
Current children cumulated vsize (KiB) 335684

[startup+642.3 s]
/proc/loadavg: 4.01 4.05 4.00 5/181 26923
/proc/meminfo: memFree=29946652/32873648 swapFree=7108/7108
[pid=26873] ppid=26871 vsize=336572 CPUtime=1284.07 cores=0,2,4,6
/proc/26873/stat : 26873 (pwbo2.0) S 26871 26873 25163 0 -1 4202496 69288 0 0 0 128360 47 0 0 20 0 3 0 275991463 344649728 67124 33554432000 4194304 5965102 140733489669568 140733489669088 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26873/statm: 84143 67124 197 433 0 83707 0
[pid=26873/tid=26875] ppid=26871 vsize=336572 CPUtime=640.37 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 30585 0 0 0 64014 23 0 0 20 0 3 0 275991486 344649728 67124 33554432000 4194304 5965102 140733489669568 140403769682872 4394032 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26873/tid=26876] ppid=26871 vsize=336572 CPUtime=640.32 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 29839 0 0 0 63992 40 0 0 20 0 3 0 275991486 344649728 67124 33554432000 4194304 5965102 140733489669568 140403759192376 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1284.07
Current children cumulated vsize (KiB) 336572

[startup+702.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/181 26923
/proc/meminfo: memFree=29865748/32873648 swapFree=7108/7108
[pid=26873] ppid=26871 vsize=338228 CPUtime=1404.06 cores=0,2,4,6
/proc/26873/stat : 26873 (pwbo2.0) S 26871 26873 25163 0 -1 4202496 72201 0 0 0 140356 50 0 0 20 0 3 0 275991463 346345472 70037 33554432000 4194304 5965102 140733489669568 140733489669088 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26873/statm: 84557 70037 197 433 0 84121 0
[pid=26873/tid=26875] ppid=26871 vsize=338228 CPUtime=700.22 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 30600 0 0 0 69998 24 0 0 20 0 3 0 275991486 346345472 70037 33554432000 4194304 5965102 140733489669568 140403769682872 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26873/tid=26876] ppid=26871 vsize=338228 CPUtime=700.16 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 32737 0 0 0 69972 44 0 0 20 0 3 0 275991486 346345472 70037 33554432000 4194304 5965102 140733489669568 140403759192184 4382778 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1404.06
Current children cumulated vsize (KiB) 338228

[startup+762.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/181 26923
/proc/meminfo: memFree=29751076/32873648 swapFree=7108/7108
[pid=26873] ppid=26871 vsize=338628 CPUtime=1524.05 cores=0,2,4,6
/proc/26873/stat : 26873 (pwbo2.0) S 26871 26873 25163 0 -1 4202496 72312 0 0 0 152355 50 0 0 20 0 3 0 275991463 346755072 70148 33554432000 4194304 5965102 140733489669568 140733489669088 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26873/statm: 84657 70148 197 433 0 84221 0
[pid=26873/tid=26875] ppid=26871 vsize=338628 CPUtime=760.07 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 30606 0 0 0 75982 25 0 0 20 0 3 0 275991486 346755072 70148 33554432000 4194304 5965102 140733489669568 140403769682872 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26873/tid=26876] ppid=26871 vsize=338628 CPUtime=760.01 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 32842 0 0 0 75956 45 0 0 20 0 3 0 275991486 346755072 70148 33554432000 4194304 5965102 140733489669568 140403759192136 4382742 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1524.05
Current children cumulated vsize (KiB) 338628

[startup+822.3 s]
/proc/loadavg: 4.07 4.04 4.00 5/181 26923
/proc/meminfo: memFree=29703080/32873648 swapFree=7108/7108
[pid=26873] ppid=26871 vsize=339216 CPUtime=1644.02 cores=0,2,4,6
/proc/26873/stat : 26873 (pwbo2.0) S 26871 26873 25163 0 -1 4202496 72450 0 0 0 164352 50 0 0 20 0 3 0 275991463 347357184 69141 33554432000 4194304 5965102 140733489669568 140733489669088 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26873/statm: 84804 69141 197 433 0 84368 0
[pid=26873/tid=26875] ppid=26871 vsize=339216 CPUtime=819.91 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 30613 0 0 0 81965 26 0 0 20 0 3 0 275991486 347357184 69141 33554432000 4194304 5965102 140733489669568 140403769682760 4401041 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26873/tid=26876] ppid=26871 vsize=339216 CPUtime=819.85 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 32973 0 0 0 81939 46 0 0 20 0 3 0 275991486 347357184 69141 33554432000 4194304 5965102 140733489669568 140403759192136 4390172 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1644.02
Current children cumulated vsize (KiB) 339216

[startup+882.307 s]
/proc/loadavg: 4.02 4.03 4.00 5/181 26924
/proc/meminfo: memFree=29671248/32873648 swapFree=7108/7108
[pid=26873] ppid=26871 vsize=341768 CPUtime=1764.01 cores=0,2,4,6
/proc/26873/stat : 26873 (pwbo2.0) S 26871 26873 25163 0 -1 4202496 74087 0 0 0 176350 51 0 0 20 0 3 0 275991463 349970432 70771 33554432000 4194304 5965102 140733489669568 140733489669088 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26873/statm: 85442 70771 197 433 0 85006 0
[pid=26873/tid=26875] ppid=26871 vsize=341768 CPUtime=879.76 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 30621 0 0 0 87949 27 0 0 20 0 3 0 275991486 349970432 70771 33554432000 4194304 5965102 140733489669568 140403769682016 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26873/tid=26876] ppid=26871 vsize=341768 CPUtime=879.69 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 34602 0 0 0 87921 48 0 0 20 0 3 0 275991486 349970432 70771 33554432000 4194304 5965102 140733489669568 140403759192376 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1764.01
Current children cumulated vsize (KiB) 341768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.4 s]
/proc/loadavg: 4.02 4.02 4.00 5/181 26924
/proc/meminfo: memFree=29640184/32873648 swapFree=7108/7108
[pid=26873] ppid=26871 vsize=408384 CPUtime=1800.2 cores=0,2,4,6
/proc/26873/stat : 26873 (pwbo2.0) S 26871 26873 25163 0 -1 4202496 77462 0 0 0 179966 54 0 0 20 0 3 0 275991463 418185216 74153 33554432000 4194304 5965102 140733489669568 140733489669088 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26873/statm: 102096 74153 197 433 0 101660 0
[pid=26873/tid=26875] ppid=26871 vsize=408384 CPUtime=897.82 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 30623 0 0 0 89755 27 0 0 20 0 3 0 275991486 418185216 74153 33554432000 4194304 5965102 140733489669568 140403769682016 4393922 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26873/tid=26876] ppid=26871 vsize=408384 CPUtime=897.74 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 37975 0 0 0 89724 50 0 0 20 0 3 0 275991486 418185216 74153 33554432000 4194304 5965102 140733489669568 140403759192376 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 408384

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

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

[startup+900.4 s]
/proc/loadavg: 4.02 4.02 4.00 5/181 26924
/proc/meminfo: memFree=29640184/32873648 swapFree=7108/7108
[pid=26873] ppid=26871 vsize=408384 CPUtime=1800.2 cores=0,2,4,6
/proc/26873/stat : 26873 (pwbo2.0) S 26871 26873 25163 0 -1 4202496 77462 0 0 0 179966 54 0 0 20 0 3 0 275991463 418185216 74153 33554432000 4194304 5965102 140733489669568 140733489669088 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26873/statm: 102096 74153 197 433 0 101660 0
[pid=26873/tid=26875] ppid=26871 vsize=408384 CPUtime=897.82 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 30623 0 0 0 89755 27 0 0 20 0 3 0 275991486 418185216 74153 33554432000 4194304 5965102 140733489669568 140403769682016 4393922 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26873/tid=26876] ppid=26871 vsize=408384 CPUtime=897.74 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (pwbo2.0) R 26871 26873 25163 0 -1 4202560 37975 0 0 0 89724 50 0 0 20 0 3 0 275991486 418185216 74153 33554432000 4194304 5965102 140733489669568 140403759192376 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 408384

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26873 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=18115
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=817875
# CPU time returned by wait4() is 1795.84
# while last known CPU time is 1800.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.416
CPU time (s): 1800.2
CPU user time (s): 1799.66
CPU system time (s): 0.54
CPU usage (%): 199.93
Max. virtual memory (cumulated for all children) (KiB): 408384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.02
system time used= 0.817875
maximum resident set size= 296620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77464
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= 1108
involuntary context switches= 2045

runsolver used 1.92971 second user time and 4.99624 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-27 08:04:20
IDJOB=3704055
IDBENCH=90490
IDSOLVER=2279
FILE ID=node123/3704055-1338098660
RUNJOBID= node123-1338088025-25179
PBS_JOBID= 14624452
Free space on /tmp= 71680 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_50null50mast_rapportOE2.0_TMAX120_K67_cod2.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704055-1338098660/watcher-3704055-1338098660 -o /tmp/evaluation-result-3704055-1338098660/solver-3704055-1338098660 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704055-1338098660.opb

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

MD5SUM BENCH= d0d226c540b75eb8b7499ce62f8d731e
RANDOM SEED=2138951703

node123.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.217
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.43
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.217
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.217
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.92
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.217
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.217
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.217
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.217
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.217
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:       32873648 kB
MemFree:        29649000 kB
Buffers:          276532 kB
Cached:          1375792 kB
SwapCached:         1808 kB
Active:          1451120 kB
Inactive:         973960 kB
Active(anon):     763672 kB
Inactive(anon):    10968 kB
Active(file):     687448 kB
Inactive(file):   962992 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67104820 kB
Dirty:              7792 kB
Writeback:             0 kB
AnonPages:        777764 kB
Mapped:            15044 kB
Shmem:               100 kB
Slab:             658036 kB
SReclaimable:     102472 kB
SUnreclaim:       555564 kB
KernelStack:        1472 kB
PageTables:         5560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     201768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71676 MiB
End job on node123 at 2012-05-27 08:19:22