Trace number 3695338

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.1 1800.62

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_1.opb
MD5SUMfd0cd32338d58e5da2d0a0f96e14ad7d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-15
Best CPU time to get the best result obtained on this benchmark1797.5
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -16
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6076
Sum of products size (including duplicates)12152
Number of different products3038
Sum of products size6076

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.21	c model valid
0.00/0.21	c current solution ok
0.00/0.31	o -10
0.00/0.31	c (debug) using card networks
0.00/0.62	c model valid
0.00/0.62	c current solution ok
0.00/0.62	o -11
0.00/0.62	c (debug) using card networks
0.00/0.79	c model valid
0.00/0.79	c current solution ok
0.00/0.79	o -12
0.00/0.79	c (debug) using card networks
1.65/1.78	c model valid
1.65/1.78	c current solution ok
1.65/1.78	o -13
1.65/1.78	c (debug) using card networks
7.74/7.82	c model valid
7.74/7.82	c current solution ok
7.74/7.82	o -14
7.74/7.82	c (debug) using card networks
359.65/359.84	c model valid
359.65/359.84	c current solution ok
359.65/359.85	o -15
359.65/359.85	c (debug) using card networks
1800.07/1800.61	./satsolver.sh: line 5: 12704 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.07/1800.61	c error: unexpected solver exit code
1800.07/1800.61	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-3695338-1338086824/watcher-3695338-1338086824 -o /tmp/evaluation-result-3695338-1338086824/solver-3695338-1338086824 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695338-1338086824.opb 780479194 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

[startup+0 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 12678
/proc/meminfo: memFree=28875960/32873844 swapFree=7116/7116
[pid=12678] ppid=12676 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/12678/stat : 12678 (runsolver) R 12676 6780 6780 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 1 0 274807364 12095488 43 33554432000 4194304 5436572 140733712955984 140733712952280 4304352 0 0 4096 24578 0 0 0 17 7 0 0 0 0 0
/proc/12678/statm: 2953 43 24 304 0 2645 0
Current StackSize limit: 10240 KiB


[startup+0.0468201 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 12678
/proc/meminfo: memFree=28875960/32873844 swapFree=7116/7116
[pid=12678] ppid=12676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12678/stat : 12678 (runPb2satCp2.sh) S 12676 12678 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274807364 9367552 274 33554432000 4194304 5064252 140735628452128 140735628451040 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12678/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100213 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 12678
/proc/meminfo: memFree=28875960/32873844 swapFree=7116/7116
[pid=12678] ppid=12676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12678/stat : 12678 (runPb2satCp2.sh) S 12676 12678 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274807364 9367552 274 33554432000 4194304 5064252 140735628452128 140735628451040 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12678/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300171 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 12678
/proc/meminfo: memFree=28875960/32873844 swapFree=7116/7116
[pid=12678] ppid=12676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12678/stat : 12678 (runPb2satCp2.sh) S 12676 12678 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274807364 9367552 274 33554432000 4194304 5064252 140735628452128 140735628451040 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12678/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700134 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 12678
/proc/meminfo: memFree=28875960/32873844 swapFree=7116/7116
[pid=12678] ppid=12676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12678/stat : 12678 (runPb2satCp2.sh) S 12676 12678 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274807364 9367552 274 33554432000 4194304 5064252 140735628452128 140735628451040 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12678/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 1.99 1.99 1.99 3/183 12691
/proc/meminfo: memFree=28864440/32873844 swapFree=7116/7116
[pid=12678] ppid=12676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12678/stat : 12678 (runPb2satCp2.sh) S 12676 12678 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274807364 9367552 274 33554432000 4194304 5064252 140735628452128 140735628451040 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12678/statm: 2287 274 233 213 0 72 0
[pid=12680] ppid=12678 vsize=4232 CPUtime=0.77 cores=1,3,5,7
/proc/12680/stat : 12680 (pb2sat) S 12678 12678 6780 0 -1 4202496 1821 8403 0 0 5 7 62 3 20 0 1 0 274807365 4333568 686 33554432000 4194304 5873084 140735637902272 140735637896088 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12680/statm: 1058 686 175 410 0 640 0
[pid=12690] ppid=12680 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12690/stat : 12690 (satsolver.sh) S 12680 12678 6780 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274807444 9367552 267 33554432000 4194304 5064252 140733413991808 140733413990720 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12690/statm: 2287 267 226 213 0 72 0
[pid=12691] ppid=12690 vsize=9332 CPUtime=0.68 cores=1,3,5,7
/proc/12691/stat : 12691 (glucose_static) R 12690 12678 6780 0 -1 4202496 2102 0 0 0 68 0 0 0 20 0 1 0 274807444 9555968 1919 33554432000 4194304 4896791 140735401132304 140735401129880 4224947 0 0 4096 0 0 0 0 17 7 0 0 0 0 0
/proc/12691/statm: 2333 1919 78 172 0 2159 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 31860

[startup+3.1003 s]
/proc/loadavg: 1.99 1.99 1.99 3/183 12694
/proc/meminfo: memFree=28861712/32873844 swapFree=7116/7116
[pid=12678] ppid=12676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12678/stat : 12678 (runPb2satCp2.sh) S 12676 12678 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274807364 9367552 274 33554432000 4194304 5064252 140735628452128 140735628451040 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12678/statm: 2287 274 233 213 0 72 0
[pid=12680] ppid=12678 vsize=4232 CPUtime=1.74 cores=1,3,5,7
/proc/12680/stat : 12680 (pb2sat) S 12678 12678 6780 0 -1 4202496 2094 11731 0 0 6 7 158 3 20 0 1 0 274807365 4333568 686 33554432000 4194304 5873084 140735637902272 140735637896088 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12680/statm: 1058 686 175 410 0 640 0
[pid=12693] ppid=12680 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12693/stat : 12693 (satsolver.sh) S 12680 12678 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274807543 9367552 267 33554432000 4194304 5064252 140735491489168 140735491488080 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12693/statm: 2287 267 226 213 0 72 0
[pid=12694] ppid=12693 vsize=10496 CPUtime=1.29 cores=1,3,5,7
/proc/12694/stat : 12694 (glucose_static) R 12693 12678 6780 0 -1 4202496 2597 0 0 0 129 0 0 0 20 0 1 0 274807543 10747904 2133 33554432000 4194304 4896791 140736541837680 140736541835208 4223840 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12694/statm: 2624 2133 78 172 0 2450 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 33024

[startup+6.30031 s]
/proc/loadavg: 1.99 1.99 1.99 3/183 12694
/proc/meminfo: memFree=28862836/32873844 swapFree=7116/7116
[pid=12678] ppid=12676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12678/stat : 12678 (runPb2satCp2.sh) S 12676 12678 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274807364 9367552 274 33554432000 4194304 5064252 140735628452128 140735628451040 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12678/statm: 2287 274 233 213 0 72 0
[pid=12680] ppid=12678 vsize=4232 CPUtime=1.74 cores=1,3,5,7
/proc/12680/stat : 12680 (pb2sat) S 12678 12678 6780 0 -1 4202496 2094 11731 0 0 6 7 158 3 20 0 1 0 274807365 4333568 686 33554432000 4194304 5873084 140735637902272 140735637896088 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12680/statm: 1058 686 175 410 0 640 0
[pid=12693] ppid=12680 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12693/stat : 12693 (satsolver.sh) S 12680 12678 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274807543 9367552 267 33554432000 4194304 5064252 140735491489168 140735491488080 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12693/statm: 2287 267 226 213 0 72 0
[pid=12694] ppid=12693 vsize=12960 CPUtime=4.49 cores=1,3,5,7
/proc/12694/stat : 12694 (glucose_static) R 12693 12678 6780 0 -1 4202496 4990 0 0 0 449 0 0 0 20 0 1 0 274807543 13271040 2851 33554432000 4194304 4896791 140736541837680 140736541834888 4230803 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12694/statm: 3240 2851 78 172 0 3066 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 35488

[startup+12.7003 s]
/proc/loadavg: 1.99 1.99 1.99 3/183 12697
/proc/meminfo: memFree=28859300/32873844 swapFree=7116/7116
[pid=12678] ppid=12676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12678/stat : 12678 (runPb2satCp2.sh) S 12676 12678 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274807364 9367552 274 33554432000 4194304 5064252 140735628452128 140735628451040 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12678/statm: 2287 274 233 213 0 72 0
[pid=12680] ppid=12678 vsize=4232 CPUtime=7.79 cores=1,3,5,7
/proc/12680/stat : 12680 (pb2sat) S 12678 12678 6780 0 -1 4202496 2368 19136 0 0 7 7 759 6 20 0 1 0 274807365 4333568 686 33554432000 4194304 5873084 140735637902272 140735637896088 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12680/statm: 1058 686 175 410 0 640 0
[pid=12696] ppid=12680 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12696/stat : 12696 (satsolver.sh) S 12680 12678 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274808147 9367552 267 33554432000 4194304 5064252 140734004279920 140734004278832 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12696/statm: 2287 267 226 213 0 72 0
[pid=12697] ppid=12696 vsize=15588 CPUtime=4.86 cores=1,3,5,7
/proc/12697/stat : 12697 (glucose_static) R 12696 12678 6780 0 -1 4202496 4912 0 0 0 485 1 0 0 20 0 1 0 274808147 15962112 3045 33554432000 4194304 4896791 140733489931856 140733489929176 4224924 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12697/statm: 3897 3045 78 172 0 3723 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 38116

[startup+25.5004 s]
/proc/loadavg: 1.99 1.99 1.99 3/183 12697
/proc/meminfo: memFree=28846084/32873844 swapFree=7116/7116
[pid=12678] ppid=12676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12678/stat : 12678 (runPb2satCp2.sh) S 12676 12678 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274807364 9367552 274 33554432000 4194304 5064252 140735628452128 140735628451040 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12678/statm: 2287 274 233 213 0 72 0
[pid=12680] ppid=12678 vsize=4232 CPUtime=7.79 cores=1,3,5,7
/proc/12680/stat : 12680 (pb2sat) S 12678 12678 6780 0 -1 4202496 2368 19136 0 0 7 7 759 6 20 0 1 0 274807365 4333568 686 33554432000 4194304 5873084 140735637902272 140735637896088 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12680/statm: 1058 686 175 410 0 640 0
[pid=12696] ppid=12680 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12696/stat : 12696 (satsolver.sh) S 12680 12678 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274808147 9367552 267 33554432000 4194304 5064252 140734004279920 140734004278832 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12696/statm: 2287 267 226 213 0 72 0
[pid=12697] ppid=12696 vsize=16992 CPUtime=17.66 cores=1,3,5,7
/proc/12697/stat : 12697 (glucose_static) R 12696 12678 6780 0 -1 4202496 13613 0 0 0 1762 4 0 0 20 0 1 0 274808147 17399808 3273 33554432000 4194304 4896791 140733489931856 140733489929064 4224816 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12697/statm: 4248 3274 78 172 0 4074 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 39520

[startup+51.1004 s]
/proc/loadavg: 1.99 1.99 1.99 3/183 12697
/proc/meminfo: memFree=28838312/32873844 swapFree=7116/7116
[pid=12678] ppid=12676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12678/stat : 12678 (runPb2satCp2.sh) S 12676 12678 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274807364 9367552 274 33554432000 4194304 5064252 140735628452128 140735628451040 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12678/statm: 2287 274 233 213 0 72 0
[pid=12680] ppid=12678 vsize=4232 CPUtime=7.79 cores=1,3,5,7
/proc/12680/stat : 12680 (pb2sat) S 12678 12678 6780 0 -1 4202496 2368 19136 0 0 7 7 759 6 20 0 1 0 274807365 4333568 686 33554432000 4194304 5873084 140735637902272 140735637896088 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12680/statm: 1058 686 175 410 0 640 0
[pid=12696] ppid=12680 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12696/stat : 12696 (satsolver.sh) S 12680 12678 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274808147 9367552 267 33554432000 4194304 5064252 140734004279920 140734004278832 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12696/statm: 2287 267 226 213 0 72 0
[pid=12697] ppid=12696 vsize=30696 CPUtime=43.24 cores=1,3,5,7
/proc/12697/stat : 12697 (glucose_static) R 12696 12678 6780 0 -1 4202496 22513 0 0 0 4317 7 0 0 20 0 1 0 274808147 31432704 6424 33554432000 4194304 4896791 140733489931856 140733489929064 4225002 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12697/statm: 7674 6424 78 172 0 7500 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 53224

[startup+102.307 s]
/proc/loadavg: 1.99 1.99 1.99 3/183 12697
/proc/meminfo: memFree=28817676/32873844 swapFree=7116/7116
[pid=12678] ppid=12676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12678/stat : 12678 (runPb2satCp2.sh) S 12676 12678 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274807364 9367552 274 33554432000 4194304 5064252 140735628452128 140735628451040 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12678/statm: 2287 274 233 213 0 72 0
[pid=12680] ppid=12678 vsize=4232 CPUtime=7.79 cores=1,3,5,7
/proc/12680/stat : 12680 (pb2sat) S 12678 12678 6780 0 -1 4202496 2368 19136 0 0 7 7 759 6 20 0 1 0 274807365 4333568 686 33554432000 4194304 5873084 140735637902272 140735637896088 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12680/statm: 1058 686 175 410 0 640 0
[pid=12696] ppid=12680 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12696/stat : 12696 (satsolver.sh) S 12680 12678 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274808147 9367552 267 33554432000 4194304 5064252 140734004279920 140734004278832 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12696/statm: 2287 267 226 213 0 72 0
[pid=12697] ppid=12696 vsize=33476 CPUtime=94.44 cores=1,3,5,7
/proc/12697/stat : 12697 (glucose_static) R 12696 12678 6780 0 -1 4202496 34732 0 0 0 9432 12 0 0 20 0 1 0 274808147 34279424 7801 33554432000 4194304 4896791 140733489931856 140733489927592 4203806 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12697/statm: 8369 7801 78 172 0 8195 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 56004

[startup+162.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/183 12697
/proc/meminfo: memFree=28815484/32873844 swapFree=7116/7116
[pid=12678] ppid=12676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12678/stat : 12678 (runPb2satCp2.sh) S 12676 12678 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274807364 9367552 274 33554432000 4194304 5064252 140735628452128 140735628451040 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12678/statm: 2287 274 233 213 0 72 0
[pid=12680] ppid=12678 vsize=4232 CPUtime=7.79 cores=1,3,5,7
/proc/12680/stat : 12680 (pb2sat) S 12678 12678 6780 0 -1 4202496 2368 19136 0 0 7 7 759 6 20 0 1 0 274807365 4333568 686 33554432000 4194304 5873084 140735637902272 140735637896088 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12680/statm: 1058 686 175 410 0 640 0
[pid=12696] ppid=12680 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/183 12732
/proc/meminfo: memFree=28696776/32873844 swapFree=7116/7116
[pid=12678] ppid=12676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12678/stat : 12678 (runPb2satCp2.sh) S 12676 12678 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274807364 9367552 274 33554432000 4194304 5064252 140735628452128 140735628451040 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12678/statm: 2287 274 233 213 0 72 0
[pid=12680] ppid=12678 vsize=4232 CPUtime=359.71 cores=1,3,5,7
/proc/12680/stat : 12680 (pb2sat) S 12678 12678 6780 0 -1 4202496 2657 84161 0 0 7 7 35919 38 20 0 1 0 274807365 4333568 687 33554432000 4194304 5873084 140735637902272 140735637896088 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12680/statm: 1058 687 175 410 0 640 0
[pid=12703] ppid=12680 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12703/stat : 12703 (satsolver.sh) S 12680 12678 6780 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274843350 9367552 266 33554432000 4194304 5064252 140735028564608 140735028563520 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12703/statm: 2287 266 226 213 0 72 0
[pid=12704] ppid=12703 vsize=93064 CPUtime=1002.18 cores=1,3,5,7
/proc/12704/stat : 12704 (glucose_static) R 12703 12678 6780 0 -1 4202496 88811 0 0 0 100157 61 0 0 20 0 1 0 274843350 95297536 21536 33554432000 4194304 4896791 140735998355488 140735998352696 4205040 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12704/statm: 23266 21536 78 172 0 23092 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 115592

[startup+1422.31 s]
/proc/loadavg: 2.01 2.04 2.00 3/184 12735
/proc/meminfo: memFree=28694408/32873844 swapFree=7116/7116
[pid=12678] ppid=12676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12678/stat : 12678 (runPb2satCp2.sh) S 12676 12678 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274807364 9367552 274 33554432000 4194304 5064252 140735628452128 140735628451040 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12678/statm: 2287 274 233 213 0 72 0
[pid=12680] ppid=12678 vsize=4232 CPUtime=359.71 cores=1,3,5,7
/proc/12680/stat : 12680 (pb2sat) S 12678 12678 6780 0 -1 4202496 2657 84161 0 0 7 7 35919 38 20 0 1 0 274807365 4333568 687 33554432000 4194304 5873084 140735637902272 140735637896088 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12680/statm: 1058 687 175 410 0 640 0
[pid=12703] ppid=12680 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12703/stat : 12703 (satsolver.sh) S 12680 12678 6780 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274843350 9367552 266 33554432000 4194304 5064252 140735028564608 140735028563520 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12703/statm: 2287 266 226 213 0 72 0
[pid=12704] ppid=12703 vsize=125344 CPUtime=1062.17 cores=1,3,5,7
/proc/12704/stat : 12704 (glucose_static) R 12703 12678 6780 0 -1 4202496 91714 0 0 0 106153 64 0 0 20 0 1 0 274843350 128352256 24293 33554432000 4194304 4896791 140735998355488 140735998353016 4224887 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12704/statm: 31336 24293 78 172 0 31162 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 147872

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 12736
/proc/meminfo: memFree=28716356/32873844 swapFree=7116/7116
[pid=12678] ppid=12676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12678/stat : 12678 (runPb2satCp2.sh) S 12676 12678 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274807364 9367552 274 33554432000 4194304 5064252 140735628452128 140735628451040 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12678/statm: 2287 274 233 213 0 72 0
[pid=12680] ppid=12678 vsize=4232 CPUtime=359.71 cores=1,3,5,7
/proc/12680/stat : 12680 (pb2sat) S 12678 12678 6780 0 -1 4202496 2657 84161 0 0 7 7 35919 38 20 0 1 0 274807365 4333568 687 33554432000 4194304 5873084 140735637902272 140735637896088 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12680/statm: 1058 687 175 410 0 640 0
[pid=12703] ppid=12680 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12703/stat : 12703 (satsolver.sh) S 12680 12678 6780 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274843350 9367552 266 33554432000 4194304 5064252 140735028564608 140735028563520 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12703/statm: 2287 266 226 213 0 72 0
[pid=12704] ppid=12703 vsize=95328 CPUtime=1122.16 cores=1,3,5,7
/proc/12704/stat : 12704 (glucose_static) R 12703 12678 6780 0 -1 4202496 95238 0 0 0 112149 67 0 0 20 0 1 0 274843350 97615872 19888 33554432000 4194304 4896791 140735998355488 140735998353016 4225029 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12704/statm: 23832 19888 78 172 0 23658 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 117856

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 12736
/proc/meminfo: memFree=28681144/32873844 swapFree=7116/7116
[pid=12678] ppid=12676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12678/stat : 12678 (runPb2satCp2.sh) S 12676 12678 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274807364 9367552 274 33554432000 4194304 5064252 140735628452128 140735628451040 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12678/statm: 2287 274 233 213 0 72 0
[pid=12680] ppid=12678 vsize=4232 CPUtime=359.71 cores=1,3,5,7
/proc/12680/stat : 12680 (pb2sat) S 12678 12678 6780 0 -1 4202496 2657 84161 0 0 7 7 35919 38 20 0 1 0 274807365 4333568 687 33554432000 4194304 5873084 140735637902272 140735637896088 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12680/statm: 1058 687 175 410 0 640 0
[pid=12703] ppid=12680 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12703/stat : 12703 (satsolver.sh) S 12680 12678 6780 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274843350 9367552 266 33554432000 4194304 5064252 140735028564608 140735028563520 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12703/statm: 2287 266 226 213 0 72 0
[pid=12704] ppid=12703 vsize=97188 CPUtime=1182.14 cores=1,3,5,7
/proc/12704/stat : 12704 (glucose_static) R 12703 12678 6780 0 -1 4202496 97243 0 0 0 118145 69 0 0 20 0 1 0 274843350 99520512 23362 33554432000 4194304 4896791 140735998355488 140735998352696 4203886 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12704/statm: 24297 23362 78 172 0 24123 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 119716

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 12736
/proc/meminfo: memFree=28632720/32873844 swapFree=7120/7120
[pid=12678] ppid=12676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12678/stat : 12678 (runPb2satCp2.sh) S 12676 12678 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274807364 9367552 274 33554432000 4194304 5064252 140735628452128 140735628451040 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12678/statm: 2287 274 233 213 0 72 0
[pid=12680] ppid=12678 vsize=4232 CPUtime=359.71 cores=1,3,5,7
/proc/12680/stat : 12680 (pb2sat) S 12678 12678 6780 0 -1 4202496 2657 84161 0 0 7 7 35919 38 20 0 1 0 274807365 4333568 687 33554432000 4194304 5873084 140735637902272 140735637896088 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12680/statm: 1058 687 175 410 0 640 0
[pid=12703] ppid=12680 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12703/stat : 12703 (satsolver.sh) S 12680 12678 6780 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274843350 9367552 266 33554432000 4194304 5064252 140735028564608 140735028563520 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12703/statm: 2287 266 226 213 0 72 0
[pid=12704] ppid=12703 vsize=128320 CPUtime=1242.12 cores=1,3,5,7
/proc/12704/stat : 12704 (glucose_static) R 12703 12678 6780 0 -1 4202496 100044 0 0 0 124141 71 0 0 20 0 1 0 274843350 131399680 25603 33554432000 4194304 4896791 140735998355488 140735998353016 4225029 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12704/statm: 32080 25603 78 172 0 31906 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 150848

[startup+1662.3 s]
/proc/loadavg: 1.62 1.92 1.97 2/174 12761
/proc/meminfo: memFree=28800144/32873844 swapFree=7116/7116
[pid=12678] ppid=12676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12678/stat : 12678 (runPb2satCp2.sh) S 12676 12678 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274807364 9367552 274 33554432000 4194304 5064252 140735628452128 140735628451040 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12678/statm: 2287 274 233 213 0 72 0
[pid=12680] ppid=12678 vsize=4232 CPUtime=359.71 cores=1,3,5,7
/proc/12680/stat : 12680 (pb2sat) S 12678 12678 6780 0 -1 4202496 2657 84161 0 0 7 7 35919 38 20 0 1 0 274807365 4333568 687 33554432000 4194304 5873084 140735637902272 140735637896088 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12680/statm: 1058 687 175 410 0 640 0
[pid=12703] ppid=12680 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12703/stat : 12703 (satsolver.sh) S 12680 12678 6780 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274843350 9367552 266 33554432000 4194304 5064252 140735028564608 140735028563520 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12703/statm: 2287 266 226 213 0 72 0
[pid=12704] ppid=12703 vsize=130336 CPUtime=1302.1 cores=1,3,5,7
/proc/12704/stat : 12704 (glucose_static) R 12703 12678 6780 0 -1 4202496 102179 0 0 0 130137 73 0 0 20 0 1 0 274843350 133464064 27144 33554432000 4194304 4896791 140735998355488 140735998352744 4225029 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12704/statm: 32584 27144 78 172 0 32410 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 152864

[startup+1722.3 s]
/proc/loadavg: 1.27 1.76 1.91 2/174 12761
/proc/meminfo: memFree=28818784/32873844 swapFree=7116/7116
[pid=12678] ppid=12676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12678/stat : 12678 (runPb2satCp2.sh) S 12676 12678 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274807364 9367552 274 33554432000 4194304 5064252 140735628452128 140735628451040 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12678/statm: 2287 274 233 213 0 72 0
[pid=12680] ppid=12678 vsize=4232 CPUtime=359.71 cores=1,3,5,7
/proc/12680/stat : 12680 (pb2sat) S 12678 12678 6780 0 -1 4202496 2657 84161 0 0 7 7 35919 38 20 0 1 0 274807365 4333568 687 33554432000 4194304 5873084 140735637902272 140735637896088 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12680/statm: 1058 687 175 410 0 640 0
[pid=12703] ppid=12680 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12703/stat : 12703 (satsolver.sh) S 12680 12678 6780 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274843350 9367552 266 33554432000 4194304 5064252 140735028564608 140735028563520 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12703/statm: 2287 266 226 213 0 72 0
[pid=12704] ppid=12703 vsize=100244 CPUtime=1362.08 cores=1,3,5,7
/proc/12704/stat : 12704 (glucose_static) R 12703 12678 6780 0 -1 4202496 105528 0 0 0 136131 77 0 0 20 0 1 0 274843350 102649856 21538 33554432000 4194304 4896791 140735998355488 140735998351160 4225201 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12704/statm: 25061 21538 78 172 0 24887 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 122772

[startup+1782.3 s]
/proc/loadavg: 1.10 1.62 1.85 2/174 12762
/proc/meminfo: memFree=28814984/32873844 swapFree=7116/7116
[pid=12678] ppid=12676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12678/stat : 12678 (runPb2satCp2.sh) S 12676 12678 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274807364 9367552 274 33554432000 4194304 5064252 140735628452128 140735628451040 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12678/statm: 2287 274 233 213 0 72 0
[pid=12680] ppid=12678 vsize=4232 CPUtime=359.71 cores=1,3,5,7
/proc/12680/stat : 12680 (pb2sat) S 12678 12678 6780 0 -1 4202496 2657 84161 0 0 7 7 35919 38 20 0 1 0 274807365 4333568 687 33554432000 4194304 5873084 140735637902272 140735637896088 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12680/statm: 1058 687 175 410 0 640 0
[pid=12703] ppid=12680 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12703/stat : 12703 (satsolver.sh) S 12680 12678 6780 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274843350 9367552 266 33554432000 4194304 5064252 140735028564608 140735028563520 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12703/statm: 2287 266 226 213 0 72 0
[pid=12704] ppid=12703 vsize=100972 CPUtime=1422.05 cores=1,3,5,7
/proc/12704/stat : 12704 (glucose_static) R 12703 12678 6780 0 -1 4202496 107525 0 0 0 142126 79 0 0 20 0 1 0 274843350 103395328 23485 33554432000 4194304 4896791 140735998355488 140735998352696 4225201 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12704/statm: 25243 23485 78 172 0 25069 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 123500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.08 1.59 1.84 2/174 12762
/proc/meminfo: memFree=28796340/32873844 swapFree=7116/7116
[pid=12678] ppid=12676 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12678/stat : 12678 (runPb2satCp2.sh) S 12676 12678 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274807364 9367552 274 33554432000 4194304 5064252 140735628452128 140735628451040 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12678/statm: 2287 274 233 213 0 72 0
[pid=12680] ppid=12678 vsize=4232 CPUtime=359.71 cores=1,3,5,7
/proc/12680/stat : 12680 (pb2sat) S 12678 12678 6780 0 -1 4202496 2657 84161 0 0 7 7 35919 38 20 0 1 0 274807365 4333568 687 33554432000 4194304 5873084 140735637902272 140735637896088 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12680/statm: 1058 687 175 410 0 640 0
[pid=12703] ppid=12680 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12703/stat : 12703 (satsolver.sh) S 12680 12678 6780 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274843350 9367552 266 33554432000 4194304 5064252 140735028564608 140735028563520 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12703/statm: 2287 266 226 213 0 72 0
[pid=12704] ppid=12703 vsize=131792 CPUtime=1440.36 cores=1,3,5,7
/proc/12704/stat : 12704 (glucose_static) R 12703 12678 6780 0 -1 4202496 108084 0 0 0 143956 80 0 0 20 0 1 0 274843350 134955008 28114 33554432000 4194304 4896791 140735998355488 140735998353016 4203772 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12704/statm: 32948 28114 78 172 0 32774 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 154320

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.1
CPU user time (s): 1798.83
CPU system time (s): 1.26281
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (KiB): 172796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.83
system time used= 1.26281
maximum resident set size= 145756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195890
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 276
involuntary context switches= 3377

runsolver used 3.2725 second user time and 8.69068 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 04:47:04
IDJOB=3695338
IDBENCH=48243
IDSOLVER=2273
FILE ID=node146/3695338-1338086824
RUNJOBID= node146-1338052923-6797
PBS_JOBID= 14624393
Free space on /tmp= 71176 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_25_1.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695338-1338086824/watcher-3695338-1338086824 -o /tmp/evaluation-result-3695338-1338086824/solver-3695338-1338086824 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3695338-1338086824.opb 780479194 HOME HOME

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

MD5SUM BENCH= fd0cd32338d58e5da2d0a0f96e14ad7d
RANDOM SEED=780479194

node146.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.034
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.06
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.034
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.92
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.034
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.034
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.034
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.034
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.034
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.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28876968 kB
Buffers:          313648 kB
Cached:          2842132 kB
SwapCached:         2616 kB
Active:           967612 kB
Inactive:        2219956 kB
Active(anon):      30632 kB
Inactive(anon):     3384 kB
Active(file):     936980 kB
Inactive(file):  2216572 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100396 kB
Dirty:             10688 kB
Writeback:             0 kB
AnonPages:         85712 kB
Mapped:             9000 kB
Shmem:                 0 kB
Slab:             670136 kB
SReclaimable:     111592 kB
SUnreclaim:       558544 kB
KernelStack:        1520 kB
PageTables:         4204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     156412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 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= 71176 MiB
End job on node146 at 2012-05-27 05:17:05