Trace number 3695365

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.08 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_10_4.opb
MD5SUM431de611ddaca60ef9395e6cd3a99cf2
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark4.32434
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 11
Optimality of the best value was proved NO
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint11
Maximum length of a constraint19
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 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1258
Sum of products size (including duplicates)2516
Number of different products1258
Sum of products size2516

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.01	c model valid
0.00/0.01	c current solution ok
0.00/0.02	o 21
0.00/0.02	c (debug) using card networks
0.00/0.39	c model valid
0.00/0.39	c current solution ok
0.00/0.39	o 17
0.00/0.40	c model valid
0.00/0.40	c current solution ok
0.00/0.40	o 16
0.00/0.44	c model valid
0.00/0.44	c current solution ok
0.00/0.44	o 15
0.00/0.47	c model valid
0.00/0.47	c current solution ok
0.00/0.47	o 14
0.00/0.89	c model valid
0.00/0.89	c current solution ok
0.00/0.89	o 13
0.98/1.10	c model valid
0.98/1.10	c current solution ok
0.98/1.10	o 12
31.16/31.30	c model valid
31.16/31.30	c current solution ok
31.27/31.30	o 11
1800.04/1800.41	./satsolver.sh: line 5: 14878 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.04/1800.41	c error: unexpected solver exit code
1800.04/1800.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-3695365-1338080728/watcher-3695365-1338080728 -o /tmp/evaluation-result-3695365-1338080728/solver-3695365-1338080728 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695365-1338080728.opb 275626159 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.02 2.07 2.02 3/180 14850
/proc/meminfo: memFree=22077324/32873844 swapFree=7616/7616
[pid=14850] ppid=14848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14850/stat : 14850 (runPb2satCp2.sh) S 14848 14850 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274197129 9367552 275 33554432000 4194304 5064252 140735909151856 140735909150768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14850/statm: 2287 275 233 213 0 72 0

[startup+0.0304331 s]
/proc/loadavg: 2.02 2.07 2.02 3/180 14850
/proc/meminfo: memFree=22077324/32873844 swapFree=7616/7616
[pid=14850] ppid=14848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14850/stat : 14850 (runPb2satCp2.sh) S 14848 14850 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274197129 9367552 275 33554432000 4194304 5064252 140735909151856 140735909150768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14850/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100258 s]
/proc/loadavg: 2.02 2.07 2.02 3/180 14850
/proc/meminfo: memFree=22077324/32873844 swapFree=7616/7616
[pid=14850] ppid=14848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14850/stat : 14850 (runPb2satCp2.sh) S 14848 14850 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274197129 9367552 275 33554432000 4194304 5064252 140735909151856 140735909150768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14850/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30023 s]
/proc/loadavg: 2.02 2.07 2.02 3/180 14850
/proc/meminfo: memFree=22077324/32873844 swapFree=7616/7616
[pid=14850] ppid=14848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14850/stat : 14850 (runPb2satCp2.sh) S 14848 14850 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274197129 9367552 275 33554432000 4194304 5064252 140735909151856 140735909150768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14850/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700222 s]
/proc/loadavg: 2.02 2.07 2.02 3/180 14850
/proc/meminfo: memFree=22077324/32873844 swapFree=7616/7616
[pid=14850] ppid=14848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14850/stat : 14850 (runPb2satCp2.sh) S 14848 14850 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274197129 9367552 275 33554432000 4194304 5064252 140735909151856 140735909150768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14850/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.02 2.07 2.02 4/184 14872
/proc/meminfo: memFree=22072368/32873844 swapFree=7616/7616
[pid=14850] ppid=14848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14850/stat : 14850 (runPb2satCp2.sh) S 14848 14850 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274197129 9367552 275 33554432000 4194304 5064252 140735909151856 140735909150768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14850/statm: 2287 275 233 213 0 72 0
[pid=14851] ppid=14850 vsize=2440 CPUtime=1.08 cores=1,3,5,7
/proc/14851/stat : 14851 (pb2sat) S 14850 14850 10094 0 -1 4202496 1087 12805 0 0 1 1 104 2 20 0 1 0 274197129 2498560 325 33554432000 4194304 5873084 140734529155952 140734529149768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14851/statm: 610 325 175 410 0 192 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 11588

[startup+3.10039 s]
/proc/loadavg: 2.01 2.07 2.02 3/184 14875
/proc/meminfo: memFree=22069028/32873844 swapFree=7616/7616
[pid=14850] ppid=14848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14850/stat : 14850 (runPb2satCp2.sh) S 14848 14850 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274197129 9367552 275 33554432000 4194304 5064252 140735909151856 140735909150768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14850/statm: 2287 275 233 213 0 72 0
[pid=14851] ppid=14850 vsize=2440 CPUtime=1.08 cores=1,3,5,7
/proc/14851/stat : 14851 (pb2sat) S 14850 14850 10094 0 -1 4202496 1087 12805 0 0 1 1 104 2 20 0 1 0 274197129 2498560 325 33554432000 4194304 5873084 140734529155952 140734529149768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14851/statm: 610 325 175 410 0 192 0
[pid=14874] ppid=14851 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14874/stat : 14874 (satsolver.sh) S 14851 14850 10094 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274197240 9367552 267 33554432000 4194304 5064252 140734031631344 140734031630256 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14874/statm: 2287 267 226 213 0 72 0
[pid=14875] ppid=14874 vsize=5928 CPUtime=1.98 cores=1,3,5,7
/proc/14875/stat : 14875 (glucose_static) R 14874 14850 10094 0 -1 4202496 3316 0 0 0 198 0 0 0 20 0 1 0 274197240 6070272 997 33554432000 4194304 4896791 140733298065440 140733298062968 4225014 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14875/statm: 1482 997 77 172 0 1308 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 26664

[startup+6.30038 s]
/proc/loadavg: 2.01 2.07 2.02 3/184 14875
/proc/meminfo: memFree=22059972/32873844 swapFree=7616/7616
[pid=14850] ppid=14848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14850/stat : 14850 (runPb2satCp2.sh) S 14848 14850 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274197129 9367552 275 33554432000 4194304 5064252 140735909151856 140735909150768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14850/statm: 2287 275 233 213 0 72 0
[pid=14851] ppid=14850 vsize=2440 CPUtime=1.08 cores=1,3,5,7
/proc/14851/stat : 14851 (pb2sat) S 14850 14850 10094 0 -1 4202496 1087 12805 0 0 1 1 104 2 20 0 1 0 274197129 2498560 325 33554432000 4194304 5873084 140734529155952 140734529149768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14851/statm: 610 325 175 410 0 192 0
[pid=14874] ppid=14851 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14874/stat : 14874 (satsolver.sh) S 14851 14850 10094 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274197240 9367552 267 33554432000 4194304 5064252 140734031631344 140734031630256 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14874/statm: 2287 267 226 213 0 72 0
[pid=14875] ppid=14874 vsize=9728 CPUtime=5.18 cores=1,3,5,7
/proc/14875/stat : 14875 (glucose_static) R 14874 14850 10094 0 -1 4202496 5805 0 0 0 518 0 0 0 20 0 1 0 274197240 9961472 1641 33554432000 4194304 4896791 140733298065440 140733298062808 4225662 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14875/statm: 2432 1641 77 172 0 2258 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 30464

[startup+12.7004 s]
/proc/loadavg: 2.01 2.07 2.02 3/184 14875
/proc/meminfo: memFree=22049948/32873844 swapFree=7616/7616
[pid=14850] ppid=14848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14850/stat : 14850 (runPb2satCp2.sh) S 14848 14850 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274197129 9367552 275 33554432000 4194304 5064252 140735909151856 140735909150768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14850/statm: 2287 275 233 213 0 72 0
[pid=14851] ppid=14850 vsize=2440 CPUtime=1.08 cores=1,3,5,7
/proc/14851/stat : 14851 (pb2sat) S 14850 14850 10094 0 -1 4202496 1087 12805 0 0 1 1 104 2 20 0 1 0 274197129 2498560 325 33554432000 4194304 5873084 140734529155952 140734529149768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14851/statm: 610 325 175 410 0 192 0
[pid=14874] ppid=14851 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14874/stat : 14874 (satsolver.sh) S 14851 14850 10094 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274197240 9367552 267 33554432000 4194304 5064252 140734031631344 140734031630256 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14874/statm: 2287 267 226 213 0 72 0
[pid=14875] ppid=14874 vsize=10792 CPUtime=11.58 cores=1,3,5,7
/proc/14875/stat : 14875 (glucose_static) R 14874 14850 10094 0 -1 4202496 9780 0 0 0 1157 1 0 0 20 0 1 0 274197240 11051008 1942 33554432000 4194304 4896791 140733298065440 140733298063016 4225191 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14875/statm: 2698 1942 77 172 0 2524 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 31528

[startup+25.5004 s]
/proc/loadavg: 2.01 2.07 2.02 3/184 14875
/proc/meminfo: memFree=22029348/32873844 swapFree=7616/7616
[pid=14850] ppid=14848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14850/stat : 14850 (runPb2satCp2.sh) S 14848 14850 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274197129 9367552 275 33554432000 4194304 5064252 140735909151856 140735909150768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14850/statm: 2287 275 233 213 0 72 0
[pid=14851] ppid=14850 vsize=2440 CPUtime=1.08 cores=1,3,5,7
/proc/14851/stat : 14851 (pb2sat) S 14850 14850 10094 0 -1 4202496 1087 12805 0 0 1 1 104 2 20 0 1 0 274197129 2498560 325 33554432000 4194304 5873084 140734529155952 140734529149768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14851/statm: 610 325 175 410 0 192 0
[pid=14874] ppid=14851 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14874/stat : 14874 (satsolver.sh) S 14851 14850 10094 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274197240 9367552 267 33554432000 4194304 5064252 140734031631344 140734031630256 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14874/statm: 2287 267 226 213 0 72 0
[pid=14875] ppid=14874 vsize=19832 CPUtime=24.38 cores=1,3,5,7
/proc/14875/stat : 14875 (glucose_static) R 14874 14850 10094 0 -1 4202496 14549 0 0 0 2435 3 0 0 20 0 1 0 274197240 20307968 3437 33554432000 4194304 4896791 140733298065440 140733298062648 4230803 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14875/statm: 4958 3437 77 172 0 4784 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 40568

[startup+51.1004 s]
/proc/loadavg: 2.00 2.06 2.02 3/184 14878
/proc/meminfo: memFree=22011840/32873844 swapFree=7616/7616
[pid=14850] ppid=14848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14850/stat : 14850 (runPb2satCp2.sh) S 14848 14850 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274197129 9367552 275 33554432000 4194304 5064252 140735909151856 140735909150768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14850/statm: 2287 275 233 213 0 72 0
[pid=14851] ppid=14850 vsize=2440 CPUtime=31.27 cores=1,3,5,7
/proc/14851/stat : 14851 (pb2sat) S 14850 14850 10094 0 -1 4202496 1185 30374 0 0 1 1 3118 7 20 0 1 0 274197129 2498560 325 33554432000 4194304 5873084 140734529155952 140734529149768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14851/statm: 610 325 175 410 0 192 0
[pid=14877] ppid=14851 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14877/stat : 14877 (satsolver.sh) S 14851 14850 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274200259 9367552 267 33554432000 4194304 5064252 140736373303696 140736373302608 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14877/statm: 2287 267 226 213 0 72 0
[pid=14878] ppid=14877 vsize=16200 CPUtime=19.79 cores=1,3,5,7
/proc/14878/stat : 14878 (glucose_static) R 14877 14850 10094 0 -1 4202496 13088 0 0 0 1976 3 0 0 20 0 1 0 274200260 16588800 2963 33554432000 4194304 4896791 140733265931440 140733265928968 4224929 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14878/statm: 4050 2963 77 172 0 3876 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 36936

[startup+102.307 s]
/proc/loadavg: 2.00 2.05 2.01 3/184 14878
/proc/meminfo: memFree=21968636/32873844 swapFree=7616/7616
[pid=14850] ppid=14848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14850/stat : 14850 (runPb2satCp2.sh) S 14848 14850 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274197129 9367552 275 33554432000 4194304 5064252 140735909151856 140735909150768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14850/statm: 2287 275 233 213 0 72 0
[pid=14851] ppid=14850 vsize=2440 CPUtime=31.27 cores=1,3,5,7
/proc/14851/stat : 14851 (pb2sat) S 14850 14850 10094 0 -1 4202496 1185 30374 0 0 1 1 3118 7 20 0 1 0 274197129 2498560 325 33554432000 4194304 5873084 140734529155952 140734529149768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14851/statm: 610 325 175 410 0 192 0
[pid=14877] ppid=14851 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14877/stat : 14877 (satsolver.sh) S 14851 14850 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274200259 9367552 267 33554432000 4194304 5064252 140736373303696 140736373302608 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14877/statm: 2287 267 226 213 0 72 0
[pid=14878] ppid=14877 vsize=23492 CPUtime=70.99 cores=1,3,5,7
/proc/14878/stat : 14878 (glucose_static) R 14877 14850 10094 0 -1 4202496 25592 0 0 0 7091 8 0 0 20 0 1 0 274200260 24055808 4967 33554432000 4194304 4896791 140733265931440 140733265928968 4225783 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14878/statm: 5873 4967 77 172 0 5699 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 44228

[startup+162.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/184 14878
/proc/meminfo: memFree=21931652/32873844 swapFree=7616/7616
[pid=14850] ppid=14848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14850/stat : 14850 (runPb2satCp2.sh) S 14848 14850 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274197129 9367552 275 33554432000 4194304 5064252 140735909151856 140735909150768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14850/statm: 2287 275 233 213 0 72 0
[pid=14851] ppid=14850 vsize=2440 CPUtime=31.27 cores=1,3,5,7
/proc/14851/stat : 14851 (pb2sat) S 14850 14850 10094 0 -1 4202496 1185 30374 0 0 1 1 3118 7 20 0 1 0 274197129 2498560 325 33554432000 4194304 5873084 140734529155952 140734529149768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14851/statm: 610 325 175 410 0 192 0
[pid=14877] ppid=14851 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14877/stat : 14877 (satsolver.sh) S 14851 14850 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274200259 9367552 267 33554432000 4194304 5064252 140736373303696 140736373302608 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14877/statm: 2287 267 226 213 0 72 0
[pid=14878] ppid=14877 vsize=29620 CPUtime=130.97 cores=1,3,5,7
/proc/14878/stat : 14878 (glucose_static) R 14877 14850 10094 0 -1 4202496 38578 0 0 0 13085 12 0 0 20 0 1 0 274200260 30330880 6597 33554432000 4194304 4896791 140733265931440 140733265928968 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14878/statm: 7405 6597 77 172 0 7231 0
Current children cumulated CPU time (s) 162.24

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 15100
/proc/meminfo: memFree=19982792/32873844 swapFree=7616/7616
[pid=14850] ppid=14848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14850/stat : 14850 (runPb2satCp2.sh) S 14848 14850 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274197129 9367552 275 33554432000 4194304 5064252 140735909151856 140735909150768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14850/statm: 2287 275 233 213 0 72 0
[pid=14851] ppid=14850 vsize=2440 CPUtime=31.27 cores=1,3,5,7
/proc/14851/stat : 14851 (pb2sat) S 14850 14850 10094 0 -1 4202496 1185 30374 0 0 1 1 3118 7 20 0 1 0 274197129 2498560 325 33554432000 4194304 5873084 140734529155952 140734529149768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14851/statm: 610 325 175 410 0 192 0
[pid=14877] ppid=14851 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14877/stat : 14877 (satsolver.sh) S 14851 14850 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274200259 9367552 267 33554432000 4194304 5064252 140736373303696 140736373302608 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14877/statm: 2287 267 226 213 0 72 0
[pid=14878] ppid=14877 vsize=100848 CPUtime=1330.76 cores=1,3,5,7
/proc/14878/stat : 14878 (glucose_static) R 14877 14850 10094 0 -1 4202496 112041 0 0 0 133019 57 0 0 20 0 1 0 274200260 103268352 22839 33554432000 4194304 4896791 140733265931440 140733265928696 4224990 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14878/statm: 25212 22839 77 172 0 25038 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 121584

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15101
/proc/meminfo: memFree=19980896/32873844 swapFree=7616/7616
[pid=14850] ppid=14848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14850/stat : 14850 (runPb2satCp2.sh) S 14848 14850 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274197129 9367552 275 33554432000 4194304 5064252 140735909151856 140735909150768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14850/statm: 2287 275 233 213 0 72 0
[pid=14851] ppid=14850 vsize=2440 CPUtime=31.27 cores=1,3,5,7
/proc/14851/stat : 14851 (pb2sat) S 14850 14850 10094 0 -1 4202496 1185 30374 0 0 1 1 3118 7 20 0 1 0 274197129 2498560 325 33554432000 4194304 5873084 140734529155952 140734529149768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14851/statm: 610 325 175 410 0 192 0
[pid=14877] ppid=14851 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14877/stat : 14877 (satsolver.sh) S 14851 14850 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274200259 9367552 267 33554432000 4194304 5064252 140736373303696 140736373302608 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14877/statm: 2287 267 226 213 0 72 0
[pid=14878] ppid=14877 vsize=102056 CPUtime=1390.76 cores=1,3,5,7
/proc/14878/stat : 14878 (glucose_static) R 14877 14850 10094 0 -1 4202496 114203 0 0 0 139016 60 0 0 20 0 1 0 274200260 104505344 20928 33554432000 4194304 4896791 140733265931440 140733265928968 4224975 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14878/statm: 25514 20928 77 172 0 25340 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 122792

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 15323
/proc/meminfo: memFree=28128004/32873844 swapFree=7616/7616
[pid=14850] ppid=14848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14850/stat : 14850 (runPb2satCp2.sh) S 14848 14850 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274197129 9367552 275 33554432000 4194304 5064252 140735909151856 140735909150768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14850/statm: 2287 275 233 213 0 72 0
[pid=14851] ppid=14850 vsize=2440 CPUtime=31.27 cores=1,3,5,7
/proc/14851/stat : 14851 (pb2sat) S 14850 14850 10094 0 -1 4202496 1185 30374 0 0 1 1 3118 7 20 0 1 0 274197129 2498560 325 33554432000 4194304 5873084 140734529155952 140734529149768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14851/statm: 610 325 175 410 0 192 0
[pid=14877] ppid=14851 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14877/stat : 14877 (satsolver.sh) S 14851 14850 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274200259 9367552 267 33554432000 4194304 5064252 140736373303696 140736373302608 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14877/statm: 2287 267 226 213 0 72 0
[pid=14878] ppid=14877 vsize=103424 CPUtime=1450.74 cores=1,3,5,7
/proc/14878/stat : 14878 (glucose_static) R 14877 14850 10094 0 -1 4202496 116110 0 0 0 145013 61 0 0 20 0 1 0 274200260 105906176 22737 33554432000 4194304 4896791 140733265931440 140733265928872 4225417 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14878/statm: 25856 22737 77 172 0 25682 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 124160

[startup+1542.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/183 15335
/proc/meminfo: memFree=28109888/32873844 swapFree=7616/7616
[pid=14850] ppid=14848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14850/stat : 14850 (runPb2satCp2.sh) S 14848 14850 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274197129 9367552 275 33554432000 4194304 5064252 140735909151856 140735909150768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14850/statm: 2287 275 233 213 0 72 0
[pid=14851] ppid=14850 vsize=2440 CPUtime=31.27 cores=1,3,5,7
/proc/14851/stat : 14851 (pb2sat) S 14850 14850 10094 0 -1 4202496 1185 30374 0 0 1 1 3118 7 20 0 1 0 274197129 2498560 325 33554432000 4194304 5873084 140734529155952 140734529149768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14851/statm: 610 325 175 410 0 192 0
[pid=14877] ppid=14851 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14877/stat : 14877 (satsolver.sh) S 14851 14850 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274200259 9367552 267 33554432000 4194304 5064252 140736373303696 140736373302608 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14877/statm: 2287 267 226 213 0 72 0
[pid=14878] ppid=14877 vsize=104936 CPUtime=1510.73 cores=1,3,5,7
/proc/14878/stat : 14878 (glucose_static) R 14877 14850 10094 0 -1 4202496 117344 0 0 0 151010 63 0 0 20 0 1 0 274200260 107454464 23066 33554432000 4194304 4896791 140733265931440 140733265928648 4224877 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14878/statm: 26234 23066 77 172 0 26060 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 125672

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 15335
/proc/meminfo: memFree=28103964/32873844 swapFree=7616/7616
[pid=14850] ppid=14848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14850/stat : 14850 (runPb2satCp2.sh) S 14848 14850 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274197129 9367552 275 33554432000 4194304 5064252 140735909151856 140735909150768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14850/statm: 2287 275 233 213 0 72 0
[pid=14851] ppid=14850 vsize=2440 CPUtime=31.27 cores=1,3,5,7
/proc/14851/stat : 14851 (pb2sat) S 14850 14850 10094 0 -1 4202496 1185 30374 0 0 1 1 3118 7 20 0 1 0 274197129 2498560 325 33554432000 4194304 5873084 140734529155952 140734529149768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14851/statm: 610 325 175 410 0 192 0
[pid=14877] ppid=14851 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14877/stat : 14877 (satsolver.sh) S 14851 14850 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274200259 9367552 267 33554432000 4194304 5064252 140736373303696 140736373302608 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14877/statm: 2287 267 226 213 0 72 0
[pid=14878] ppid=14877 vsize=106020 CPUtime=1570.71 cores=1,3,5,7
/proc/14878/stat : 14878 (glucose_static) R 14877 14850 10094 0 -1 4202496 119331 0 0 0 157006 65 0 0 20 0 1 0 274200260 108564480 23370 33554432000 4194304 4896791 140733265931440 140733265928872 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14878/statm: 26505 23370 77 172 0 26331 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 126756

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/184 15336
/proc/meminfo: memFree=28092804/32873844 swapFree=7616/7616
[pid=14850] ppid=14848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14850/stat : 14850 (runPb2satCp2.sh) S 14848 14850 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274197129 9367552 275 33554432000 4194304 5064252 140735909151856 140735909150768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14850/statm: 2287 275 233 213 0 72 0
[pid=14851] ppid=14850 vsize=2440 CPUtime=31.27 cores=1,3,5,7
/proc/14851/stat : 14851 (pb2sat) S 14850 14850 10094 0 -1 4202496 1185 30374 0 0 1 1 3118 7 20 0 1 0 274197129 2498560 325 33554432000 4194304 5873084 140734529155952 140734529149768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14851/statm: 610 325 175 410 0 192 0
[pid=14877] ppid=14851 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14877/stat : 14877 (satsolver.sh) S 14851 14850 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274200259 9367552 267 33554432000 4194304 5064252 140736373303696 140736373302608 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14877/statm: 2287 267 226 213 0 72 0
[pid=14878] ppid=14877 vsize=106836 CPUtime=1630.7 cores=1,3,5,7
/proc/14878/stat : 14878 (glucose_static) R 14877 14850 10094 0 -1 4202496 120930 0 0 0 163003 67 0 0 20 0 1 0 274200260 109400064 24331 33554432000 4194304 4896791 140733265931440 140733265928648 4225038 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14878/statm: 26709 24331 77 172 0 26535 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 127572

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15337
/proc/meminfo: memFree=28081116/32873844 swapFree=7616/7616
[pid=14850] ppid=14848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14850/stat : 14850 (runPb2satCp2.sh) S 14848 14850 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274197129 9367552 275 33554432000 4194304 5064252 140735909151856 140735909150768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14850/statm: 2287 275 233 213 0 72 0
[pid=14851] ppid=14850 vsize=2440 CPUtime=31.27 cores=1,3,5,7
/proc/14851/stat : 14851 (pb2sat) S 14850 14850 10094 0 -1 4202496 1185 30374 0 0 1 1 3118 7 20 0 1 0 274197129 2498560 325 33554432000 4194304 5873084 140734529155952 140734529149768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14851/statm: 610 325 175 410 0 192 0
[pid=14877] ppid=14851 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14877/stat : 14877 (satsolver.sh) S 14851 14850 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274200259 9367552 267 33554432000 4194304 5064252 140736373303696 140736373302608 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14877/statm: 2287 267 226 213 0 72 0
[pid=14878] ppid=14877 vsize=108048 CPUtime=1690.68 cores=1,3,5,7
/proc/14878/stat : 14878 (glucose_static) R 14877 14850 10094 0 -1 4202496 122608 0 0 0 168999 69 0 0 20 0 1 0 274200260 110641152 24636 33554432000 4194304 4896791 140733265931440 140733265928696 4205455 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14878/statm: 27012 24636 77 172 0 26838 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 128784

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15337
/proc/meminfo: memFree=28065752/32873844 swapFree=7616/7616
[pid=14850] ppid=14848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14850/stat : 14850 (runPb2satCp2.sh) S 14848 14850 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274197129 9367552 275 33554432000 4194304 5064252 140735909151856 140735909150768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14850/statm: 2287 275 233 213 0 72 0
[pid=14851] ppid=14850 vsize=2440 CPUtime=31.27 cores=1,3,5,7
/proc/14851/stat : 14851 (pb2sat) S 14850 14850 10094 0 -1 4202496 1185 30374 0 0 1 1 3118 7 20 0 1 0 274197129 2498560 325 33554432000 4194304 5873084 140734529155952 140734529149768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14851/statm: 610 325 175 410 0 192 0
[pid=14877] ppid=14851 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14877/stat : 14877 (satsolver.sh) S 14851 14850 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274200259 9367552 267 33554432000 4194304 5064252 140736373303696 140736373302608 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14877/statm: 2287 267 226 213 0 72 0
[pid=14878] ppid=14877 vsize=109120 CPUtime=1750.67 cores=1,3,5,7
/proc/14878/stat : 14878 (glucose_static) R 14877 14850 10094 0 -1 4202496 124251 0 0 0 174996 71 0 0 20 0 1 0 274200260 111738880 24350 33554432000 4194304 4896791 140733265931440 140733265928872 4225397 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14878/statm: 27280 24350 77 172 0 27106 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 129856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15337
/proc/meminfo: memFree=28080652/32873844 swapFree=7616/7616
[pid=14850] ppid=14848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14850/stat : 14850 (runPb2satCp2.sh) S 14848 14850 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274197129 9367552 275 33554432000 4194304 5064252 140735909151856 140735909150768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14850/statm: 2287 275 233 213 0 72 0
[pid=14851] ppid=14850 vsize=2440 CPUtime=31.27 cores=1,3,5,7
/proc/14851/stat : 14851 (pb2sat) S 14850 14850 10094 0 -1 4202496 1185 30374 0 0 1 1 3118 7 20 0 1 0 274197129 2498560 325 33554432000 4194304 5873084 140734529155952 140734529149768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14851/statm: 610 325 175 410 0 192 0
[pid=14877] ppid=14851 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14877/stat : 14877 (satsolver.sh) S 14851 14850 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274200259 9367552 267 33554432000 4194304 5064252 140736373303696 140736373302608 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14877/statm: 2287 267 226 213 0 72 0
[pid=14878] ppid=14877 vsize=97444 CPUtime=1768.77 cores=1,3,5,7
/proc/14878/stat : 14878 (glucose_static) R 14877 14850 10094 0 -1 4202496 125110 0 0 0 176805 72 0 0 20 0 1 0 274200260 99782656 21275 33554432000 4194304 4896791 140733265931440 140733265929016 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14878/statm: 24361 21275 77 172 0 24187 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 118180

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.41
CPU time (s): 1800.08
CPU user time (s): 1799.26
CPU system time (s): 0.824874
CPU usage (%): 99.9816
Max. virtual memory (cumulated for all children) (KiB): 167500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.26
system time used= 0.824874
maximum resident set size= 118900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157658
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126
involuntary context switches= 2013

runsolver used 3.54146 second user time and 9.44656 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-27 03:05:28
IDJOB=3695365
IDBENCH=48105
IDSOLVER=2273
FILE ID=node141/3695365-1338080728
RUNJOBID= node141-1338052046-10111
PBS_JOBID= 14624387
Free space on /tmp= 69868 MiB

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

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

MD5SUM BENCH= 431de611ddaca60ef9395e6cd3a99cf2
RANDOM SEED=275626159

node141.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		: 2666.744
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	: 5333.48
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		: 2666.744
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		: 2666.744
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.93
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		: 2666.744
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.92
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		: 2666.744
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.92
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		: 2666.744
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		: 2666.744
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		: 2666.744
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:        22077216 kB
Buffers:          311656 kB
Cached:          5213372 kB
SwapCached:            0 kB
Active:          6765768 kB
Inactive:        3176440 kB
Active(anon):    4419752 kB
Inactive(anon):        0 kB
Active(file):    2346016 kB
Inactive(file):  3176440 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8516 kB
Writeback:             0 kB
AnonPages:       4395772 kB
Mapped:            15300 kB
Shmem:               200 kB
Slab:             705264 kB
SReclaimable:     147812 kB
SUnreclaim:       557452 kB
KernelStack:        1520 kB
PageTables:        12952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    5859844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2664448 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= 71536 MiB
End job on node141 at 2012-05-27 03:35:28