Trace number 3695346

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.13 1800.61

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_25_2.opb
MD5SUM219f407da86957d900e068170e9af8b6
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-33
Best CPU time to get the best result obtained on this benchmark1796.73
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -32
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12440
Sum of products size (including duplicates)24880
Number of different products6220
Sum of products size12440

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.43	o -20
0.00/0.43	c (debug) using card networks
0.00/0.79	c model valid
0.00/0.79	c current solution ok
0.00/0.80	o -21
0.00/0.80	c (debug) using card networks
0.00/1.08	c model valid
0.00/1.08	c current solution ok
0.00/1.09	o -22
0.00/1.09	c (debug) using card networks
1.38/1.40	c model valid
1.38/1.40	c current solution ok
1.38/1.40	o -23
1.38/1.40	c (debug) using card networks
2.65/2.73	c model valid
2.65/2.73	c current solution ok
2.65/2.74	o -24
2.65/2.74	c (debug) using card networks
2.73/3.28	c model valid
2.73/3.28	c current solution ok
3.27/3.32	o -25
3.27/3.32	c (debug) using card networks
17.04/17.19	c model valid
17.04/17.19	c current solution ok
17.04/17.19	o -26
17.04/17.19	c (debug) using card networks
39.43/39.56	c model valid
39.43/39.56	c current solution ok
39.43/39.56	o -27
39.43/39.56	c (debug) using card networks
161.80/161.93	c model valid
161.80/161.93	c current solution ok
161.80/161.94	o -28
161.80/161.94	c (debug) using card networks
1487.96/1488.45	c model valid
1487.96/1488.45	c current solution ok
1487.96/1488.46	o -29
1487.96/1488.46	c (debug) using card networks
1800.07/1800.60	./satsolver.sh: line 5: 16467 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.07/1800.60	c error: unexpected solver exit code
1800.07/1800.60	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-3695346-1338086354/watcher-3695346-1338086354 -o /tmp/evaluation-result-3695346-1338086354/solver-3695346-1338086354 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695346-1338086354.opb 2086752495 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16327
/proc/meminfo: memFree=28946128/32873844 swapFree=7612/7612
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (runPb2satCp2.sh) S 16325 16327 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274759792 9367552 275 33554432000 4194304 5064252 140735638557632 140735638556544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 275 233 213 0 72 0

[startup+0.10441 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16327
/proc/meminfo: memFree=28946128/32873844 swapFree=7612/7612
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (runPb2satCp2.sh) S 16325 16327 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274759792 9367552 275 33554432000 4194304 5064252 140735638557632 140735638556544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200324 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16327
/proc/meminfo: memFree=28946128/32873844 swapFree=7612/7612
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (runPb2satCp2.sh) S 16325 16327 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274759792 9367552 275 33554432000 4194304 5064252 140735638557632 140735638556544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300291 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16327
/proc/meminfo: memFree=28946128/32873844 swapFree=7612/7612
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (runPb2satCp2.sh) S 16325 16327 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274759792 9367552 275 33554432000 4194304 5064252 140735638557632 140735638556544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16327
/proc/meminfo: memFree=28946128/32873844 swapFree=7612/7612
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (runPb2satCp2.sh) S 16325 16327 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274759792 9367552 275 33554432000 4194304 5064252 140735638557632 140735638556544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 16339
/proc/meminfo: memFree=28934236/32873844 swapFree=7612/7612
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (runPb2satCp2.sh) S 16325 16327 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274759792 9367552 275 33554432000 4194304 5064252 140735638557632 140735638556544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 275 233 213 0 72 0
[pid=16328] ppid=16327 vsize=7852 CPUtime=1.38 cores=0,2,4,6
/proc/16328/stat : 16328 (pb2sat) S 16327 16327 9863 0 -1 4202496 4155 17295 0 0 14 17 103 4 20 0 1 0 274759792 8040448 1569 33554432000 4194304 5873084 140734015659008 140734015652824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16328/statm: 1963 1569 175 410 0 1545 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 17000

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16343
/proc/meminfo: memFree=28917368/32873844 swapFree=7612/7612
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (runPb2satCp2.sh) S 16325 16327 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274759792 9367552 275 33554432000 4194304 5064252 140735638557632 140735638556544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 275 233 213 0 72 0
[pid=16328] ppid=16327 vsize=7852 CPUtime=2.73 cores=0,2,4,6
/proc/16328/stat : 16328 (pb2sat) S 16327 16327 9863 0 -1 4202496 4749 22021 0 0 16 17 234 6 20 0 1 0 274759792 8040448 1569 33554432000 4194304 5873084 140734015659008 140734015652824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16328/statm: 1963 1569 175 410 0 1545 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 17000

[startup+6.30034 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16349
/proc/meminfo: memFree=28909304/32873844 swapFree=7612/7612
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (runPb2satCp2.sh) S 16325 16327 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274759792 9367552 275 33554432000 4194304 5064252 140735638557632 140735638556544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 275 233 213 0 72 0
[pid=16328] ppid=16327 vsize=7852 CPUtime=3.27 cores=0,2,4,6
/proc/16328/stat : 16328 (pb2sat) S 16327 16327 9863 0 -1 4202496 5342 27037 0 0 17 17 286 7 20 0 1 0 274759792 8040448 1569 33554432000 4194304 5873084 140734015659008 140734015652824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16328/statm: 1963 1569 175 410 0 1545 0
[pid=16348] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16348/stat : 16348 (satsolver.sh) S 16328 16327 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274760124 9367552 267 33554432000 4194304 5064252 140733291308112 140733291307024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16348/statm: 2287 267 226 213 0 72 0
[pid=16349] ppid=16348 vsize=19512 CPUtime=2.98 cores=0,2,4,6
/proc/16349/stat : 16349 (glucose_static) R 16348 16327 9863 0 -1 4202496 4558 0 0 0 297 1 0 0 20 0 1 0 274760124 19980288 3962 33554432000 4194304 4896791 140733923725584 140733923722792 4224960 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16349/statm: 4878 3962 78 172 0 4704 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 45660

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16349
/proc/meminfo: memFree=28898540/32873844 swapFree=7612/7612
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (runPb2satCp2.sh) S 16325 16327 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274759792 9367552 275 33554432000 4194304 5064252 140735638557632 140735638556544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 275 233 213 0 72 0
[pid=16328] ppid=16327 vsize=7852 CPUtime=3.27 cores=0,2,4,6
/proc/16328/stat : 16328 (pb2sat) S 16327 16327 9863 0 -1 4202496 5342 27037 0 0 17 17 286 7 20 0 1 0 274759792 8040448 1569 33554432000 4194304 5873084 140734015659008 140734015652824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16328/statm: 1963 1569 175 410 0 1545 0
[pid=16348] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16348/stat : 16348 (satsolver.sh) S 16328 16327 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274760124 9367552 267 33554432000 4194304 5064252 140733291308112 140733291307024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16348/statm: 2287 267 226 213 0 72 0
[pid=16349] ppid=16348 vsize=20520 CPUtime=9.38 cores=0,2,4,6
/proc/16349/stat : 16349 (glucose_static) R 16348 16327 9863 0 -1 4202496 6843 0 0 0 936 2 0 0 20 0 1 0 274760124 21012480 4308 33554432000 4194304 4896791 140733923725584 140733923723160 4224924 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16349/statm: 5130 4308 78 172 0 4956 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 46668

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16352
/proc/meminfo: memFree=28879744/32873844 swapFree=7612/7612
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (runPb2satCp2.sh) S 16325 16327 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274759792 9367552 275 33554432000 4194304 5064252 140735638557632 140735638556544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 275 233 213 0 72 0
[pid=16328] ppid=16327 vsize=7852 CPUtime=17.15 cores=0,2,4,6
/proc/16328/stat : 16328 (pb2sat) S 16327 16327 9863 0 -1 4202496 5936 35911 0 0 18 17 1669 11 20 0 1 0 274759792 8040448 1569 33554432000 4194304 5873084 140734015659008 140734015652824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16328/statm: 1963 1569 175 410 0 1545 0
[pid=16351] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16351/stat : 16351 (satsolver.sh) S 16328 16327 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274761512 9367552 267 33554432000 4194304 5064252 140735521699632 140735521698544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16351/statm: 2287 267 226 213 0 72 0
[pid=16352] ppid=16351 vsize=20240 CPUtime=8.28 cores=0,2,4,6
/proc/16352/stat : 16352 (glucose_static) R 16351 16327 9863 0 -1 4202496 6605 0 0 0 827 1 0 0 20 0 1 0 274761513 20725760 4486 33554432000 4194304 4896791 140736404091696 140736404088840 4224983 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16352/statm: 5060 4486 78 172 0 4886 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 46388

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 16358
/proc/meminfo: memFree=28952472/32873844 swapFree=7612/7612
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (runPb2satCp2.sh) S 16325 16327 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274759792 9367552 275 33554432000 4194304 5064252 140735638557632 140735638556544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 275 233 213 0 72 0
[pid=16328] ppid=16327 vsize=7852 CPUtime=39.51 cores=0,2,4,6
/proc/16328/stat : 16328 (pb2sat) S 16327 16327 9863 0 -1 4202496 6530 45831 0 0 19 17 3902 13 20 0 1 0 274759792 8040448 1569 33554432000 4194304 5873084 140734015659008 140734015652824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16328/statm: 1963 1569 175 410 0 1545 0
[pid=16354] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16354/stat : 16354 (satsolver.sh) S 16328 16327 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274763749 9367552 266 33554432000 4194304 5064252 140734004318672 140734004317584 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16354/statm: 2287 266 226 213 0 72 0
[pid=16355] ppid=16354 vsize=20500 CPUtime=11.52 cores=0,2,4,6
/proc/16355/stat : 16355 (glucose_static) R 16354 16327 9863 0 -1 4202496 5981 0 0 0 1151 1 0 0 20 0 1 0 274763750 20992000 4486 33554432000 4194304 4896791 140734306476224 140734306473800 4224898 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16355/statm: 5125 4486 78 172 0 4951 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 46648

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 16358
/proc/meminfo: memFree=28839464/32873844 swapFree=7612/7612
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (runPb2satCp2.sh) S 16325 16327 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274759792 9367552 275 33554432000 4194304 5064252 140735638557632 140735638556544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 275 233 213 0 72 0
[pid=16328] ppid=16327 vsize=7852 CPUtime=39.51 cores=0,2,4,6
/proc/16328/stat : 16328 (pb2sat) S 16327 16327 9863 0 -1 4202496 6530 45831 0 0 19 17 3902 13 20 0 1 0 274759792 8040448 1569 33554432000 4194304 5873084 140734015659008 140734015652824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16328/statm: 1963 1569 175 410 0 1545 0
[pid=16354] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16354/stat : 16354 (satsolver.sh) S 16328 16327 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274763749 9367552 266 33554432000 4194304 5064252 140734004318672 140734004317584 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16354/statm: 2287 266 226 213 0 72 0
[pid=16355] ppid=16354 vsize=38672 CPUtime=62.71 cores=0,2,4,6
/proc/16355/stat : 16355 (glucose_static) R 16354 16327 9863 0 -1 4202496 12723 0 0 0 6266 5 0 0 20 0 1 0 274763750 39600128 8996 33554432000 4194304 4896791 140734306476224 140734306473752 4224990 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16355/statm: 9668 8996 78 172 0 9494 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 64820

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16359
/proc/meminfo: memFree=28839560/32873844 swapFree=7612/7612
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (runPb2satCp2.sh) S 16325 16327 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274759792 9367552 275 33554432000 4194304 5064252 140735638557632 140735638556544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 275 233 213 0 72 0
[pid=16328] ppid=16327 vsize=7852 CPUtime=161.86 cores=0,2,4,6
/proc/16328/stat : 16328 (pb2sat) S 16327 16327 9863 0 -1 4202496 7094 66402 0 0 21 17 16124 24 20 0 1 0 274759792 8040448 1569 33554432000 4194304 5873084 140734015659008 140734015652824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16328/statm: 1963 1569 175 410 0 1545 0
Current children cumulated CPU time (s) 161.86
Current children cumulated vsize (KiB) 17000

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16362
/proc/meminfo: memFree=28882804/32873844 swapFree=7612/7612
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (runPb2satCp2.sh) S 16325 16327 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274759792 9367552 275 33554432000 4194304 5064252 140735638557632 140735638556544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 275 233 213 0 72 0
[pid=16328] ppid=16327 vsize=7852 CPUtime=161.86 cores=0,2,4,6
/proc/16328/stat : 16328 (pb2sat) S 16327 16327 9863 0 -1 4202496 7094 66402 0 0 21 17 16124 24 20 0 1 0 274759792 8040448 1569 33554432000 4194304 5873084 140734015659008 140734015652824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16328/statm: 1963 1569 175 410 0 1545 0
[pid=16361] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 16464
/proc/meminfo: memFree=28888312/32873844 swapFree=7612/7612
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (runPb2satCp2.sh) S 16325 16327 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274759792 9367552 275 33554432000 4194304 5064252 140735638557632 140735638556544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 275 233 213 0 72 0
[pid=16328] ppid=16327 vsize=7852 CPUtime=161.86 cores=0,2,4,6
/proc/16328/stat : 16328 (pb2sat) S 16327 16327 9863 0 -1 4202496 7094 66402 0 0 21 17 16124 24 20 0 1 0 274759792 8040448 1569 33554432000 4194304 5873084 140734015659008 140734015652824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16328/statm: 1963 1569 175 410 0 1545 0
[pid=16361] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16361/stat : 16361 (satsolver.sh) S 16328 16327 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274775987 9367552 267 33554432000 4194304 5064252 140734658181632 140734658180544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16361/statm: 2287 267 226 213 0 72 0
[pid=16362] ppid=16361 vsize=133676 CPUtime=1260.03 cores=0,2,4,6
/proc/16362/stat : 16362 (glucose_static) R 16361 16327 9863 0 -1 4202496 76487 0 0 0 125938 65 0 0 20 0 1 0 274775988 136884224 28259 33554432000 4194304 4896791 140734067149184 140734067144920 4224666 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16362/statm: 33419 28259 78 172 0 33245 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 159824

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 16464
/proc/meminfo: memFree=28915696/32873844 swapFree=7612/7612
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (runPb2satCp2.sh) S 16325 16327 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274759792 9367552 275 33554432000 4194304 5064252 140735638557632 140735638556544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 275 233 213 0 72 0
[pid=16328] ppid=16327 vsize=7852 CPUtime=161.86 cores=0,2,4,6
/proc/16328/stat : 16328 (pb2sat) S 16327 16327 9863 0 -1 4202496 7094 66402 0 0 21 17 16124 24 20 0 1 0 274759792 8040448 1569 33554432000 4194304 5873084 140734015659008 140734015652824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16328/statm: 1963 1569 175 410 0 1545 0
[pid=16361] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16361/stat : 16361 (satsolver.sh) S 16328 16327 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274775987 9367552 267 33554432000 4194304 5064252 140734658181632 140734658180544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16361/statm: 2287 267 226 213 0 72 0
[pid=16362] ppid=16361 vsize=84876 CPUtime=1320.01 cores=0,2,4,6
/proc/16362/stat : 16362 (glucose_static) R 16361 16327 9863 0 -1 4202496 77604 0 0 0 131933 68 0 0 20 0 1 0 274775988 86913024 20229 33554432000 4194304 4896791 140734067149184 140734067146760 4224975 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16362/statm: 21219 20229 78 172 0 21045 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 111024

[startup+1542.31 s]
/proc/loadavg: 2.11 2.04 2.01 3/183 16467
/proc/meminfo: memFree=28983392/32873844 swapFree=7612/7612
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (runPb2satCp2.sh) S 16325 16327 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274759792 9367552 275 33554432000 4194304 5064252 140735638557632 140735638556544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 275 233 213 0 72 0
[pid=16328] ppid=16327 vsize=7852 CPUtime=1488.02 cores=0,2,4,6
/proc/16328/stat : 16328 (pb2sat) S 16327 16327 9863 0 -1 4202496 7687 145722 0 0 22 17 148670 93 20 0 1 0 274759792 8040448 1569 33554432000 4194304 5873084 140734015659008 140734015652824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16328/statm: 1963 1569 175 410 0 1545 0
[pid=16466] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16466/stat : 16466 (satsolver.sh) S 16328 16327 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274908639 9367552 267 33554432000 4194304 5064252 140737284505088 140737284504000 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16466/statm: 2287 267 226 213 0 72 0
[pid=16467] ppid=16466 vsize=31272 CPUtime=53.81 cores=0,2,4,6
/proc/16467/stat : 16467 (glucose_static) R 16466 16327 9863 0 -1 4202496 16567 0 0 0 5376 5 0 0 20 0 1 0 274908639 32022528 6391 33554432000 4194304 4896791 140736679251792 140736679249320 4224921 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16467/statm: 7818 6391 78 172 0 7644 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 57420

[startup+1602.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 16467
/proc/meminfo: memFree=28924648/32873844 swapFree=7612/7612
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (runPb2satCp2.sh) S 16325 16327 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274759792 9367552 275 33554432000 4194304 5064252 140735638557632 140735638556544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 275 233 213 0 72 0
[pid=16328] ppid=16327 vsize=7852 CPUtime=1488.02 cores=0,2,4,6
/proc/16328/stat : 16328 (pb2sat) S 16327 16327 9863 0 -1 4202496 7687 145722 0 0 22 17 148670 93 20 0 1 0 274759792 8040448 1569 33554432000 4194304 5873084 140734015659008 140734015652824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16328/statm: 1963 1569 175 410 0 1545 0
[pid=16466] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16466/stat : 16466 (satsolver.sh) S 16328 16327 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274908639 9367552 267 33554432000 4194304 5064252 140737284505088 140737284504000 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16466/statm: 2287 267 226 213 0 72 0
[pid=16467] ppid=16466 vsize=35220 CPUtime=113.79 cores=0,2,4,6
/proc/16467/stat : 16467 (glucose_static) R 16466 16327 9863 0 -1 4202496 25937 0 0 0 11370 9 0 0 20 0 1 0 274908639 36065280 7230 33554432000 4194304 4896791 140736679251792 140736679249368 4224983 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16467/statm: 8805 7230 78 172 0 8631 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 61368

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 16468
/proc/meminfo: memFree=28941060/32873844 swapFree=7612/7612
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (runPb2satCp2.sh) S 16325 16327 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274759792 9367552 275 33554432000 4194304 5064252 140735638557632 140735638556544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 275 233 213 0 72 0
[pid=16328] ppid=16327 vsize=7852 CPUtime=1488.02 cores=0,2,4,6
/proc/16328/stat : 16328 (pb2sat) S 16327 16327 9863 0 -1 4202496 7687 145722 0 0 22 17 148670 93 20 0 1 0 274759792 8040448 1569 33554432000 4194304 5873084 140734015659008 140734015652824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16328/statm: 1963 1569 175 410 0 1545 0
[pid=16466] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16466/stat : 16466 (satsolver.sh) S 16328 16327 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274908639 9367552 267 33554432000 4194304 5064252 140737284505088 140737284504000 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16466/statm: 2287 267 226 213 0 72 0
[pid=16467] ppid=16466 vsize=56324 CPUtime=173.78 cores=0,2,4,6
/proc/16467/stat : 16467 (glucose_static) R 16466 16327 9863 0 -1 4202496 30912 0 0 0 17367 11 0 0 20 0 1 0 274908639 57675776 13498 33554432000 4194304 4896791 140736679251792 140736679249320 4224983 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16467/statm: 14081 13498 78 172 0 13907 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 82472

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 16468
/proc/meminfo: memFree=28932032/32873844 swapFree=7612/7612
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (runPb2satCp2.sh) S 16325 16327 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274759792 9367552 275 33554432000 4194304 5064252 140735638557632 140735638556544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 275 233 213 0 72 0
[pid=16328] ppid=16327 vsize=7852 CPUtime=1488.02 cores=0,2,4,6
/proc/16328/stat : 16328 (pb2sat) S 16327 16327 9863 0 -1 4202496 7687 145722 0 0 22 17 148670 93 20 0 1 0 274759792 8040448 1569 33554432000 4194304 5873084 140734015659008 140734015652824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16328/statm: 1963 1569 175 410 0 1545 0
[pid=16466] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16466/stat : 16466 (satsolver.sh) S 16328 16327 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274908639 9367552 267 33554432000 4194304 5064252 140737284505088 140737284504000 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16466/statm: 2287 267 226 213 0 72 0
[pid=16467] ppid=16466 vsize=47240 CPUtime=233.77 cores=0,2,4,6
/proc/16467/stat : 16467 (glucose_static) R 16466 16327 9863 0 -1 4202496 36276 0 0 0 23362 15 0 0 20 0 1 0 274908639 48373760 9988 33554432000 4194304 4896791 140736679251792 140736679249320 4224706 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16467/statm: 11810 9988 78 172 0 11636 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 73388

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 16468
/proc/meminfo: memFree=28906040/32873844 swapFree=7612/7612
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (runPb2satCp2.sh) S 16325 16327 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274759792 9367552 275 33554432000 4194304 5064252 140735638557632 140735638556544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 275 233 213 0 72 0
[pid=16328] ppid=16327 vsize=7852 CPUtime=1488.02 cores=0,2,4,6
/proc/16328/stat : 16328 (pb2sat) S 16327 16327 9863 0 -1 4202496 7687 145722 0 0 22 17 148670 93 20 0 1 0 274759792 8040448 1569 33554432000 4194304 5873084 140734015659008 140734015652824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16328/statm: 1963 1569 175 410 0 1545 0
[pid=16466] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16466/stat : 16466 (satsolver.sh) S 16328 16327 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274908639 9367552 267 33554432000 4194304 5064252 140737284505088 140737284504000 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16466/statm: 2287 267 226 213 0 72 0
[pid=16467] ppid=16466 vsize=41648 CPUtime=293.75 cores=0,2,4,6
/proc/16467/stat : 16467 (glucose_static) R 16466 16327 9863 0 -1 4202496 40330 0 0 0 29357 18 0 0 20 0 1 0 274908639 42647552 9712 33554432000 4194304 4896791 140736679251792 140736679249368 4223776 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16467/statm: 10412 9712 78 172 0 10238 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 67796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 16468
/proc/meminfo: memFree=28933336/32873844 swapFree=7612/7612
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (runPb2satCp2.sh) S 16325 16327 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274759792 9367552 275 33554432000 4194304 5064252 140735638557632 140735638556544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 275 233 213 0 72 0
[pid=16328] ppid=16327 vsize=7852 CPUtime=1488.02 cores=0,2,4,6
/proc/16328/stat : 16328 (pb2sat) S 16327 16327 9863 0 -1 4202496 7687 145722 0 0 22 17 148670 93 20 0 1 0 274759792 8040448 1569 33554432000 4194304 5873084 140734015659008 140734015652824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16328/statm: 1963 1569 175 410 0 1545 0
[pid=16466] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16466/stat : 16466 (satsolver.sh) S 16328 16327 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274908639 9367552 267 33554432000 4194304 5064252 140737284505088 140737284504000 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16466/statm: 2287 267 226 213 0 72 0
[pid=16467] ppid=16466 vsize=79872 CPUtime=312.05 cores=0,2,4,6
/proc/16467/stat : 16467 (glucose_static) R 16466 16327 9863 0 -1 4202496 41304 0 0 0 31186 19 0 0 20 0 1 0 274908639 81788928 14765 33554432000 4194304 4896791 140736679251792 140736679247528 4225376 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16467/statm: 19968 14765 78 172 0 19794 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 106020

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.6 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 16468
/proc/meminfo: memFree=28933336/32873844 swapFree=7612/7612
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (runPb2satCp2.sh) S 16325 16327 9863 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274759792 9367552 275 33554432000 4194304 5064252 140735638557632 140735638556544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 275 233 213 0 72 0
[pid=16328] ppid=16327 vsize=7852 CPUtime=1488.02 cores=0,2,4,6
/proc/16328/stat : 16328 (pb2sat) S 16327 16327 9863 0 -1 4202496 7687 145722 0 0 22 17 148670 93 20 0 1 0 274759792 8040448 1569 33554432000 4194304 5873084 140734015659008 140734015652824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16328/statm: 1963 1569 175 410 0 1545 0
[pid=16466] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16466/stat : 16466 (satsolver.sh) S 16328 16327 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274908639 9367552 267 33554432000 4194304 5064252 140737284505088 140737284504000 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16466/statm: 2287 267 226 213 0 72 0
[pid=16467] ppid=16466 vsize=79872 CPUtime=312.05 cores=0,2,4,6
/proc/16467/stat : 16467 (glucose_static) R 16466 16327 9863 0 -1 4202496 41304 0 0 0 31186 19 0 0 20 0 1 0 274908639 81788928 14765 33554432000 4194304 4896791 140736679251792 140736679247528 4225376 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16467/statm: 19968 14765 78 172 0 19794 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 106020

Child status: 0
Real time (s): 1800.61
CPU time (s): 1800.13
CPU user time (s): 1798.81
CPU system time (s): 1.3208
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 322640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.81
system time used= 1.3208
maximum resident set size= 209492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195702
page faults= 0
swaps= 0
block input operations= 0
block output operations= 58152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 269
involuntary context switches= 2126

runsolver used 3.73743 second user time and 8.41172 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-27 04:39:14
IDJOB=3695346
IDBENCH=48238
IDSOLVER=2273
FILE ID=node143/3695346-1338086354
RUNJOBID= node143-1338052948-9879
PBS_JOBID= 14624405
Free space on /tmp= 71652 MiB

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

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

MD5SUM BENCH= 219f407da86957d900e068170e9af8b6
RANDOM SEED=2086752495

node143.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.787
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.57
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.787
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.787
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		: 2666.787
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		: 2666.787
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.90
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.787
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	: 5298.57
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.787
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		: 2666.787
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:        28946764 kB
Buffers:          322900 kB
Cached:          2656100 kB
SwapCached:            0 kB
Active:           735964 kB
Inactive:        2377144 kB
Active(anon):     136640 kB
Inactive(anon):        0 kB
Active(file):     599324 kB
Inactive(file):  2377144 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8572 kB
Writeback:             0 kB
AnonPages:        227416 kB
Mapped:            15232 kB
Shmem:               200 kB
Slab:             666592 kB
SReclaimable:     109232 kB
SUnreclaim:       557360 kB
KernelStack:        1520 kB
PageTables:         4380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     280592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 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= 71644 MiB
End job on node143 at 2012-05-27 05:09:15