Trace number 3695101

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
pb2satCp2 2012-05-19? (TO) 1800.03 1800.51

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/manquinho/
areaDelay/normalized-f20c10b_028_area_delay.opb
MD5SUM90e87da5616dfecdb140ca6fb2adc54e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark5.46017
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 23
Optimality of the best value was proved YES
Number of variables16435
Total number of constraints118985
Number of constraints which are clauses118985
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 constraint254
Number of terms in the objective function 8074
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 8074
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8074
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.59	c model valid
0.00/0.59	c current solution ok
0.00/0.84	o 337
0.00/0.84	c fallback to adder encoding
127.86/127.97	c model valid
127.86/127.97	c current solution ok
127.86/127.99	o 336
127.86/127.99	c fallback to adder encoding
319.32/319.45	c model valid
319.32/319.45	c current solution ok
319.32/319.47	o 335
319.32/319.47	c fallback to adder encoding
498.89/499.05	c model valid
498.89/499.05	c current solution ok
498.89/499.07	o 334
498.89/499.07	c fallback to adder encoding
646.85/647.01	c model valid
646.85/647.01	c current solution ok
646.85/647.02	o 333
646.85/647.02	c fallback to adder encoding
743.45/743.77	c model valid
743.45/743.77	c current solution ok
743.45/743.79	o 281
743.45/743.79	c fallback to adder encoding
871.63/871.94	c model valid
871.63/871.94	c current solution ok
871.63/871.96	o 279
871.63/871.96	c fallback to adder encoding
1004.89/1005.28	c model valid
1004.89/1005.28	c current solution ok
1004.89/1005.30	o 278
1004.89/1005.30	c fallback to adder encoding
1123.37/1123.77	c model valid
1123.37/1123.77	c current solution ok
1123.37/1123.78	o 277
1123.37/1123.78	c fallback to adder encoding
1248.05/1248.44	c model valid
1248.05/1248.44	c current solution ok
1248.05/1248.45	o 209
1248.05/1248.45	c fallback to adder encoding
1346.63/1347.00	c model valid
1346.63/1347.00	c current solution ok
1346.63/1347.01	o 208
1346.63/1347.01	c fallback to adder encoding
1467.40/1467.89	c model valid
1467.40/1467.89	c current solution ok
1467.50/1467.91	o 153
1467.50/1467.91	c fallback to adder encoding
1557.98/1558.49	c model valid
1557.98/1558.49	c current solution ok
1558.06/1558.50	o 152
1558.06/1558.50	c fallback to adder encoding
1700.33/1700.85	c model valid
1700.33/1700.85	c current solution ok
1700.33/1700.87	o 148
1700.33/1700.87	c fallback to adder encoding
1800.03/1800.51	c error: unexpected solver exit code
1800.03/1800.51	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-3695101-1338075238/watcher-3695101-1338075238 -o /tmp/evaluation-result-3695101-1338075238/solver-3695101-1338075238 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695101-1338075238.opb 2130925776 HOME HOME 

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: 2.00 2.03 2.00 3/179 9883
/proc/meminfo: memFree=26840684/32873844 swapFree=7116/7116
[pid=9883] ppid=9881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9883/stat : 9883 (runPb2satCp2.sh) S 9881 9883 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273648904 9367552 275 33554432000 4194304 5064252 140737032275984 140737032274896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9883/statm: 2287 275 233 213 0 72 0

[startup+0.0975159 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 9883
/proc/meminfo: memFree=26840684/32873844 swapFree=7116/7116
[pid=9883] ppid=9881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9883/stat : 9883 (runPb2satCp2.sh) S 9881 9883 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273648904 9367552 275 33554432000 4194304 5064252 140737032275984 140737032274896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9883/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100169 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 9883
/proc/meminfo: memFree=26840684/32873844 swapFree=7116/7116
[pid=9883] ppid=9881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9883/stat : 9883 (runPb2satCp2.sh) S 9881 9883 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273648904 9367552 275 33554432000 4194304 5064252 140737032275984 140737032274896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9883/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300238 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 9883
/proc/meminfo: memFree=26840684/32873844 swapFree=7116/7116
[pid=9883] ppid=9881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9883/stat : 9883 (runPb2satCp2.sh) S 9881 9883 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273648904 9367552 275 33554432000 4194304 5064252 140737032275984 140737032274896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9883/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700229 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 9883
/proc/meminfo: memFree=26840684/32873844 swapFree=7116/7116
[pid=9883] ppid=9881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9883/stat : 9883 (runPb2satCp2.sh) S 9881 9883 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273648904 9367552 275 33554432000 4194304 5064252 140737032275984 140737032274896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9883/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.00 2.03 2.00 3/181 9888
/proc/meminfo: memFree=26811260/32873844 swapFree=7116/7116
[pid=9883] ppid=9881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9883/stat : 9883 (runPb2satCp2.sh) S 9881 9883 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273648904 9367552 275 33554432000 4194304 5064252 140737032275984 140737032274896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9883/statm: 2287 275 233 213 0 72 0
[pid=9884] ppid=9883 vsize=48440 CPUtime=1.26 cores=1,3,5,7
/proc/9884/stat : 9884 (pb2sat) S 9883 9883 7219 0 -1 4202496 6333 3425 0 0 95 26 4 1 20 0 1 0 273648904 49602560 10078 33554432000 4194304 5873084 140733682446928 140733682440744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9884/statm: 12110 10078 179 410 0 11692 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 57588

[startup+3.10046 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 9890
/proc/meminfo: memFree=26697560/32873844 swapFree=7116/7116
[pid=9883] ppid=9881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9883/stat : 9883 (runPb2satCp2.sh) S 9881 9883 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273648904 9367552 275 33554432000 4194304 5064252 140737032275984 140737032274896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9883/statm: 2287 275 233 213 0 72 0
[pid=9884] ppid=9883 vsize=48440 CPUtime=1.26 cores=1,3,5,7
/proc/9884/stat : 9884 (pb2sat) S 9883 9883 7219 0 -1 4202496 6333 3425 0 0 95 26 4 1 20 0 1 0 273648904 49602560 10078 33554432000 4194304 5873084 140733682446928 140733682440744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9884/statm: 12110 10078 179 410 0 11692 0
[pid=9889] ppid=9884 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9889/stat : 9889 (satsolver.sh) S 9884 9883 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273649032 9367552 267 33554432000 4194304 5064252 140737002796256 140737002795168 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9889/statm: 2287 267 226 213 0 72 0
[pid=9890] ppid=9889 vsize=79764 CPUtime=1.8 cores=1,3,5,7
/proc/9890/stat : 9890 (glucose_static) R 9889 9883 7219 0 -1 4202496 18115 0 0 0 175 5 0 0 20 0 1 0 273649032 81678336 17599 33554432000 4194304 4896791 140736498438592 140736498436136 4224706 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9890/statm: 19941 17599 77 172 0 19767 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 146500

[startup+6.30044 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 9890
/proc/meminfo: memFree=26699280/32873844 swapFree=7116/7116
[pid=9883] ppid=9881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9883/stat : 9883 (runPb2satCp2.sh) S 9881 9883 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273648904 9367552 275 33554432000 4194304 5064252 140737032275984 140737032274896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9883/statm: 2287 275 233 213 0 72 0
[pid=9884] ppid=9883 vsize=48440 CPUtime=1.26 cores=1,3,5,7
/proc/9884/stat : 9884 (pb2sat) S 9883 9883 7219 0 -1 4202496 6333 3425 0 0 95 26 4 1 20 0 1 0 273648904 49602560 10078 33554432000 4194304 5873084 140733682446928 140733682440744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9884/statm: 12110 10078 179 410 0 11692 0
[pid=9889] ppid=9884 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9889/stat : 9889 (satsolver.sh) S 9884 9883 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273649032 9367552 267 33554432000 4194304 5064252 140737002796256 140737002795168 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9889/statm: 2287 267 226 213 0 72 0
[pid=9890] ppid=9889 vsize=80332 CPUtime=5 cores=1,3,5,7
/proc/9890/stat : 9890 (glucose_static) R 9889 9883 7219 0 -1 4202496 18238 0 0 0 495 5 0 0 20 0 1 0 273649032 82259968 18233 33554432000 4194304 4896791 140736498438592 140736498435736 4224975 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9890/statm: 20083 18233 78 172 0 19909 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 147068

[startup+12.7004 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 9890
/proc/meminfo: memFree=26696752/32873844 swapFree=7112/7112
[pid=9883] ppid=9881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9883/stat : 9883 (runPb2satCp2.sh) S 9881 9883 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273648904 9367552 275 33554432000 4194304 5064252 140737032275984 140737032274896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9883/statm: 2287 275 233 213 0 72 0
[pid=9884] ppid=9883 vsize=48440 CPUtime=1.26 cores=1,3,5,7
/proc/9884/stat : 9884 (pb2sat) S 9883 9883 7219 0 -1 4202496 6333 3425 0 0 95 26 4 1 20 0 1 0 273648904 49602560 10078 33554432000 4194304 5873084 140733682446928 140733682440744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9884/statm: 12110 10078 179 410 0 11692 0
[pid=9889] ppid=9884 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9889/stat : 9889 (satsolver.sh) S 9884 9883 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273649032 9367552 267 33554432000 4194304 5064252 140737002796256 140737002795168 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9889/statm: 2287 267 226 213 0 72 0
[pid=9890] ppid=9889 vsize=80624 CPUtime=11.4 cores=1,3,5,7
/proc/9890/stat : 9890 (glucose_static) R 9889 9883 7219 0 -1 4202496 18309 0 0 0 1135 5 0 0 20 0 1 0 273649032 82558976 18304 33554432000 4194304 4896791 140736498438592 140736498435640 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9890/statm: 20156 18304 78 172 0 19982 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 147360

[startup+25.5005 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 9890
/proc/meminfo: memFree=26696488/32873844 swapFree=7116/7116
[pid=9883] ppid=9881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9883/stat : 9883 (runPb2satCp2.sh) S 9881 9883 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273648904 9367552 275 33554432000 4194304 5064252 140737032275984 140737032274896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9883/statm: 2287 275 233 213 0 72 0
[pid=9884] ppid=9883 vsize=48440 CPUtime=1.26 cores=1,3,5,7
/proc/9884/stat : 9884 (pb2sat) S 9883 9883 7219 0 -1 4202496 6333 3425 0 0 95 26 4 1 20 0 1 0 273648904 49602560 10078 33554432000 4194304 5873084 140733682446928 140733682440744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9884/statm: 12110 10078 179 410 0 11692 0
[pid=9889] ppid=9884 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9889/stat : 9889 (satsolver.sh) S 9884 9883 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273649032 9367552 267 33554432000 4194304 5064252 140737002796256 140737002795168 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9889/statm: 2287 267 226 213 0 72 0
[pid=9890] ppid=9889 vsize=81632 CPUtime=24.21 cores=1,3,5,7
/proc/9890/stat : 9890 (glucose_static) R 9889 9883 7219 0 -1 4202496 18583 0 0 0 2415 6 0 0 20 0 1 0 273649032 83591168 18578 33554432000 4194304 4896791 140736498438592 140736498435848 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9890/statm: 20408 18578 78 172 0 20234 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 148368

[startup+51.1005 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 9890
/proc/meminfo: memFree=26688828/32873844 swapFree=7116/7116
[pid=9883] ppid=9881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9883/stat : 9883 (runPb2satCp2.sh) S 9881 9883 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273648904 9367552 275 33554432000 4194304 5064252 140737032275984 140737032274896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9883/statm: 2287 275 233 213 0 72 0
[pid=9884] ppid=9883 vsize=48440 CPUtime=1.26 cores=1,3,5,7
/proc/9884/stat : 9884 (pb2sat) S 9883 9883 7219 0 -1 4202496 6333 3425 0 0 95 26 4 1 20 0 1 0 273648904 49602560 10078 33554432000 4194304 5873084 140733682446928 140733682440744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9884/statm: 12110 10078 179 410 0 11692 0
[pid=9889] ppid=9884 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9889/stat : 9889 (satsolver.sh) S 9884 9883 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273649032 9367552 267 33554432000 4194304 5064252 140737002796256 140737002795168 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9889/statm: 2287 267 226 213 0 72 0
[pid=9890] ppid=9889 vsize=95928 CPUtime=49.8 cores=1,3,5,7
/proc/9890/stat : 9890 (glucose_static) R 9889 9883 7219 0 -1 4202496 19812 0 0 0 4974 6 0 0 20 0 1 0 273649032 98230272 20268 33554432000 4194304 4896791 140736498438592 140736498435800 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9890/statm: 23982 20268 78 172 0 23808 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 162664

[startup+102.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 9890
/proc/meminfo: memFree=26687256/32873844 swapFree=7116/7116
[pid=9883] ppid=9881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9883/stat : 9883 (runPb2satCp2.sh) S 9881 9883 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273648904 9367552 275 33554432000 4194304 5064252 140737032275984 140737032274896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9883/statm: 2287 275 233 213 0 72 0
[pid=9884] ppid=9883 vsize=48440 CPUtime=1.26 cores=1,3,5,7
/proc/9884/stat : 9884 (pb2sat) S 9883 9883 7219 0 -1 4202496 6333 3425 0 0 95 26 4 1 20 0 1 0 273648904 49602560 10078 33554432000 4194304 5873084 140733682446928 140733682440744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9884/statm: 12110 10078 179 410 0 11692 0
[pid=9889] ppid=9884 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9889/stat : 9889 (satsolver.sh) S 9884 9883 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273649032 9367552 267 33554432000 4194304 5064252 140737002796256 140737002795168 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9889/statm: 2287 267 226 213 0 72 0
[pid=9890] ppid=9889 vsize=98148 CPUtime=101 cores=1,3,5,7
/proc/9890/stat : 9890 (glucose_static) R 9889 9883 7219 0 -1 4202496 20549 0 0 0 10093 7 0 0 20 0 1 0 273649032 100503552 20060 33554432000 4194304 4896791 140736498438592 140736498435800 4203765 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9890/statm: 24537 20060 78 172 0 24363 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 164884

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 9894
/proc/meminfo: memFree=26663792/32873844 swapFree=7116/7116
[pid=9883] ppid=9881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9883/stat : 9883 (runPb2satCp2.sh) S 9881 9883 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273648904 9367552 275 33554432000 4194304 5064252 140737032275984 140737032274896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9883/statm: 2287 275 233 213 0 72 0
[pid=9884] ppid=9883 vsize=78204 CPUtime=128.37 cores=1,3,5,7
/proc/9884/stat : 9884 (pb2sat) S 9883 9883 7219 0 -1 4202496 11154 25895 0 0 148 32 12646 11 20 0 1 0 273648904 80080896 17511 33554432000 4194304 5873084 140733682446928 140733682440744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9884/statm: 19551 17511 179 410 0 19133 0
[pid=9893] ppid=9884 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9893/stat : 9893 (satsolver.sh) S 9884 9883 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273661745 9367552 266 33554432000 4194304 5064252 140736967745232 140736967744144 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9893/statm: 2287 266 226 213 0 72 0
[pid=9894] ppid=9893 vsize=81624 CPUtime=33.87 cores=1,3,5,7
/proc/9894/stat : 9894 (glucose_static) R 9893 9883 7219 0 -1 4202496 17668 0 0 0 3383 4 0 0 20 0 1 0 273661746 83582976 18467 33554432000 4194304 4896791 140735305781376 140735305778584 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9894/statm: 20406 18467 77 172 0 20232 0
Current children cumulated CPU time (s) 162.24

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

/proc/10031/stat : 10031 (glucose_static) R 10030 9883 7219 0 -1 4202496 15925 0 0 0 7484 5 0 0 20 0 1 0 273783644 82472960 17503 33554432000 4194304 4896791 140735494586864 140735494584072 4203098 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10031/statm: 20135 17503 77 172 0 19961 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 177040

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10041
/proc/meminfo: memFree=29213216/32873844 swapFree=7116/7116
[pid=9883] ppid=9881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9883/stat : 9883 (runPb2satCp2.sh) S 9881 9883 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273648904 9367552 275 33554432000 4194304 5064252 140737032275984 140737032274896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9883/statm: 2287 275 233 213 0 72 0
[pid=9884] ppid=9883 vsize=78204 CPUtime=1467.88 cores=1,3,5,7
/proc/9884/stat : 9884 (pb2sat) S 9883 9883 7219 0 -1 4202496 57915 229415 0 0 682 78 145931 97 20 0 1 0 273648904 80080896 16487 33554432000 4194304 5873084 140733682446928 140733682440744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/9884/statm: 19551 16487 179 410 0 19133 0
[pid=10040] ppid=9884 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10040/stat : 10040 (satsolver.sh) S 9884 9883 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273795732 9367552 267 33554432000 4194304 5064252 140736980178624 140736980177536 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10040/statm: 2287 267 226 213 0 72 0
[pid=10041] ppid=10040 vsize=78388 CPUtime=14 cores=1,3,5,7
/proc/10041/stat : 10041 (glucose_static) R 10040 9883 7219 0 -1 4202496 16981 0 0 0 1396 4 0 0 20 0 1 0 273795733 80269312 16573 33554432000 4194304 4896791 140736591307552 140736591304808 4202736 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10041/statm: 19597 16573 77 172 0 19423 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 174888

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10044
/proc/meminfo: memFree=29209164/32873844 swapFree=7116/7116
[pid=9883] ppid=9881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9883/stat : 9883 (runPb2satCp2.sh) S 9881 9883 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273648904 9367552 275 33554432000 4194304 5064252 140737032275984 140737032274896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9883/statm: 2287 275 233 213 0 72 0
[pid=9884] ppid=9883 vsize=78204 CPUtime=1467.88 cores=1,3,5,7
/proc/9884/stat : 9884 (pb2sat) S 9883 9883 7219 0 -1 4202496 57915 229415 0 0 682 78 145931 97 20 0 1 0 273648904 80080896 16487 33554432000 4194304 5873084 140733682446928 140733682440744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/9884/statm: 19551 16487 179 410 0 19133 0
[pid=10040] ppid=9884 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10040/stat : 10040 (satsolver.sh) S 9884 9883 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273795732 9367552 267 33554432000 4194304 5064252 140736980178624 140736980177536 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10040/statm: 2287 267 226 213 0 72 0
[pid=10041] ppid=10040 vsize=92612 CPUtime=73.98 cores=1,3,5,7
/proc/10041/stat : 10041 (glucose_static) R 10040 9883 7219 0 -1 4202496 18021 0 0 0 7394 4 0 0 20 0 1 0 273795733 94834688 18137 33554432000 4194304 4896791 140736591307552 140736591305080 4224921 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10041/statm: 23153 18137 78 172 0 22979 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 189112

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 10053
/proc/meminfo: memFree=29216556/32873844 swapFree=7116/7116
[pid=9883] ppid=9881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9883/stat : 9883 (runPb2satCp2.sh) S 9881 9883 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273648904 9367552 275 33554432000 4194304 5064252 140737032275984 140737032274896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9883/statm: 2287 275 233 213 0 72 0
[pid=9884] ppid=9883 vsize=78204 CPUtime=1558.46 cores=1,3,5,7
/proc/9884/stat : 9884 (pb2sat) S 9883 9883 7219 0 -1 4202496 62117 249078 0 0 732 82 154927 105 20 0 1 0 273648904 80080896 16487 33554432000 4194304 5873084 140733682446928 140733682440744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/9884/statm: 19551 16487 179 410 0 19133 0
[pid=10046] ppid=9884 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10046/stat : 10046 (satsolver.sh) S 9884 9883 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273804792 9367552 267 33554432000 4194304 5064252 140733821271728 140733821270640 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10046/statm: 2287 267 226 213 0 72 0
[pid=10047] ppid=10046 vsize=77576 CPUtime=43.41 cores=1,3,5,7
/proc/10047/stat : 10047 (glucose_static) R 10046 9883 7219 0 -1 4202496 16608 0 0 0 4337 4 0 0 20 0 1 0 273804792 79437824 16788 33554432000 4194304 4896791 140734799977024 140734799974392 4224921 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10047/statm: 19394 16788 77 172 0 19220 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 174076

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 10076
/proc/meminfo: memFree=29201632/32873844 swapFree=7116/7116
[pid=9883] ppid=9881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9883/stat : 9883 (runPb2satCp2.sh) S 9881 9883 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273648904 9367552 275 33554432000 4194304 5064252 140737032275984 140737032274896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9883/statm: 2287 275 233 213 0 72 0
[pid=9884] ppid=9883 vsize=78204 CPUtime=1558.46 cores=1,3,5,7
/proc/9884/stat : 9884 (pb2sat) S 9883 9883 7219 0 -1 4202496 62117 249078 0 0 732 82 154927 105 20 0 1 0 273648904 80080896 16487 33554432000 4194304 5873084 140733682446928 140733682440744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/9884/statm: 19551 16487 179 410 0 19133 0
[pid=10046] ppid=9884 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10046/stat : 10046 (satsolver.sh) S 9884 9883 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273804792 9367552 267 33554432000 4194304 5064252 140733821271728 140733821270640 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10046/statm: 2287 267 226 213 0 72 0
[pid=10047] ppid=10046 vsize=80184 CPUtime=103.38 cores=1,3,5,7
/proc/10047/stat : 10047 (glucose_static) R 10046 9883 7219 0 -1 4202496 17253 0 0 0 10334 4 0 0 20 0 1 0 273804792 82108416 18420 33554432000 4194304 4896791 140734799977024 140734799974168 4203968 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10047/statm: 20046 18420 78 172 0 19872 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 176684

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10082
/proc/meminfo: memFree=29211300/32873844 swapFree=7116/7116
[pid=9883] ppid=9881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9883/stat : 9883 (runPb2satCp2.sh) S 9881 9883 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273648904 9367552 275 33554432000 4194304 5064252 140737032275984 140737032274896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9883/statm: 2287 275 233 213 0 72 0
[pid=9884] ppid=9883 vsize=78204 CPUtime=1700.79 cores=1,3,5,7
/proc/9884/stat : 9884 (pb2sat) S 9883 9883 7219 0 -1 4202496 66319 268783 0 0 782 86 169099 112 20 0 1 0 273648904 80080896 16487 33554432000 4194304 5873084 140733682446928 140733682440744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/9884/statm: 19551 16487 179 410 0 19133 0
[pid=10081] ppid=9884 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10081/stat : 10081 (satsolver.sh) S 9884 9883 7219 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273819029 9367552 266 33554432000 4194304 5064252 140733541334352 140733541333264 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10081/statm: 2287 266 226 213 0 72 0
[pid=10082] ppid=10081 vsize=77664 CPUtime=21.03 cores=1,3,5,7
/proc/10082/stat : 10082 (glucose_static) R 10081 9883 7219 0 -1 4202496 14473 0 0 0 2100 3 0 0 20 0 1 0 273819029 79527936 16225 33554432000 4194304 4896791 140735518516736 140735518513944 4203041 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10082/statm: 19416 16225 77 172 0 19242 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 174164

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10086
/proc/meminfo: memFree=29210768/32873844 swapFree=7116/7116
[pid=9883] ppid=9881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9883/stat : 9883 (runPb2satCp2.sh) S 9881 9883 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273648904 9367552 275 33554432000 4194304 5064252 140737032275984 140737032274896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9883/statm: 2287 275 233 213 0 72 0
[pid=9884] ppid=9883 vsize=78204 CPUtime=1700.79 cores=1,3,5,7
/proc/9884/stat : 9884 (pb2sat) S 9883 9883 7219 0 -1 4202496 66319 268783 0 0 782 86 169099 112 20 0 1 0 273648904 80080896 16487 33554432000 4194304 5873084 140733682446928 140733682440744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/9884/statm: 19551 16487 179 410 0 19133 0
[pid=10081] ppid=9884 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10081/stat : 10081 (satsolver.sh) S 9884 9883 7219 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273819029 9367552 266 33554432000 4194304 5064252 140733541334352 140733541333264 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10081/statm: 2287 266 226 213 0 72 0
[pid=10082] ppid=10081 vsize=80152 CPUtime=81.03 cores=1,3,5,7
/proc/10082/stat : 10082 (glucose_static) R 10081 9883 7219 0 -1 4202496 15095 0 0 0 8099 4 0 0 20 0 1 0 273819029 82075648 17358 33554432000 4194304 4896791 140735518516736 140735518513784 4203052 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10082/statm: 20038 17358 77 172 0 19864 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 176652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10086
/proc/meminfo: memFree=29206232/32873844 swapFree=7116/7116
[pid=9883] ppid=9881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9883/stat : 9883 (runPb2satCp2.sh) S 9881 9883 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273648904 9367552 275 33554432000 4194304 5064252 140737032275984 140737032274896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9883/statm: 2287 275 233 213 0 72 0
[pid=9884] ppid=9883 vsize=78204 CPUtime=1700.79 cores=1,3,5,7
/proc/9884/stat : 9884 (pb2sat) S 9883 9883 7219 0 -1 4202496 66319 268783 0 0 782 86 169099 112 20 0 1 0 273648904 80080896 16487 33554432000 4194304 5873084 140733682446928 140733682440744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/9884/statm: 19551 16487 179 410 0 19133 0
[pid=10081] ppid=9884 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10081/stat : 10081 (satsolver.sh) S 9884 9883 7219 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273819029 9367552 266 33554432000 4194304 5064252 140733541334352 140733541333264 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10081/statm: 2287 266 226 213 0 72 0
[pid=10082] ppid=10081 vsize=80416 CPUtime=99.24 cores=1,3,5,7
/proc/10082/stat : 10082 (glucose_static) R 10081 9883 7219 0 -1 4202496 15373 0 0 0 9920 4 0 0 20 0 1 0 273819029 82345984 17493 33554432000 4194304 4896791 140735518516736 140735518514248 4202992 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10082/statm: 20104 17493 78 172 0 19930 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 176916

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10086
/proc/meminfo: memFree=29206232/32873844 swapFree=7116/7116
[pid=9883] ppid=9881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9883/stat : 9883 (runPb2satCp2.sh) S 9881 9883 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273648904 9367552 275 33554432000 4194304 5064252 140737032275984 140737032274896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9883/statm: 2287 275 233 213 0 72 0
[pid=9884] ppid=9883 vsize=78204 CPUtime=1700.79 cores=1,3,5,7
/proc/9884/stat : 9884 (pb2sat) S 9883 9883 7219 0 -1 4202496 66319 268783 0 0 782 86 169099 112 20 0 1 0 273648904 80080896 16487 33554432000 4194304 5873084 140733682446928 140733682440744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/9884/statm: 19551 16487 179 410 0 19133 0
[pid=10081] ppid=9884 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10081/stat : 10081 (satsolver.sh) S 9884 9883 7219 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273819029 9367552 266 33554432000 4194304 5064252 140733541334352 140733541333264 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10081/statm: 2287 266 226 213 0 72 0
[pid=10082] ppid=10081 vsize=80416 CPUtime=99.24 cores=1,3,5,7
/proc/10082/stat : 10082 (glucose_static) R 10081 9883 7219 0 -1 4202496 15373 0 0 0 9920 4 0 0 20 0 1 0 273819029 82345984 17493 33554432000 4194304 4896791 140735518516736 140735518514248 4202992 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10082/statm: 20104 17493 78 172 0 19930 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 176916

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9883 and gives
#  childrusage.ru_utime.tv_sec=1698
#  childrusage.ru_utime.tv_usec=822739
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=994696
# CPU time returned by wait4() is 1700.82
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.03
CPU user time (s): 1798.01
CPU system time (s): 2.02
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 215216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1698.82
system time used= 1.9947
maximum resident set size= 110864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 336078
page faults= 0
swaps= 0
block input operations= 8
block output operations= 771920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 284
involuntary context switches= 1843

runsolver used 3.52146 second user time and 8.68068 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-27 01:33:58
IDJOB=3695101
IDBENCH=24972
IDSOLVER=2273
FILE ID=node138/3695101-1338075238
RUNJOBID= node138-1338052933-7236
PBS_JOBID= 14624399
Free space on /tmp= 71136 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/manquinho/areaDelay/normalized-f20c10b_028_area_delay.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695101-1338075238/watcher-3695101-1338075238 -o /tmp/evaluation-result-3695101-1338075238/solver-3695101-1338075238 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3695101-1338075238.opb 2130925776 HOME HOME

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

MD5SUM BENCH= 90e87da5616dfecdb140ca6fb2adc54e
RANDOM SEED=2130925776

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26841328 kB
Buffers:          306256 kB
Cached:          2603460 kB
SwapCached:          232 kB
Active:          3423152 kB
Inactive:        1788216 kB
Active(anon):    2291312 kB
Inactive(anon):    12604 kB
Active(file):    1131840 kB
Inactive(file):  1775612 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108624 kB
Dirty:             12628 kB
Writeback:             0 kB
AnonPages:       2308352 kB
Mapped:            15120 kB
Shmem:               200 kB
Slab:             679492 kB
SReclaimable:     121240 kB
SUnreclaim:       558252 kB
KernelStack:        1520 kB
PageTables:         8460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2679592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    700416 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= 71452 MiB
End job on node138 at 2012-05-27 02:03:59