Trace number 3695333

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.06 1800.72

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_2.opb
MD5SUMa5ab0443a6669cc558112b6f5f13d1cd
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-69
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -72
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)150572
Sum of products size (including duplicates)301144
Number of different products75286
Sum of products size150572

Quality of the solution as a function of time


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

Solver Data

16.37/16.43	c model valid
16.37/16.43	c current solution ok
18.53/18.72	o -52
18.53/18.72	c (debug) using card networks
23.83/24.08	c model valid
23.83/24.08	c current solution ok
23.92/24.11	o -53
23.92/24.11	c (debug) using card networks
39.54/39.74	c model valid
39.54/39.74	c current solution ok
39.54/39.78	o -60
39.54/39.78	c (debug) using card networks
199.08/199.36	c model valid
199.08/199.36	c current solution ok
199.15/199.40	o -62
199.15/199.40	c (debug) using card networks
756.00/756.40	c model valid
756.00/756.40	c current solution ok
756.00/756.44	o -63
756.00/756.44	c (debug) using card networks
786.67/787.16	c model valid
786.67/787.16	c current solution ok
786.67/787.19	o -64
786.67/787.19	c (debug) using card networks
1033.09/1033.60	c model valid
1033.09/1033.60	c current solution ok
1033.09/1033.64	o -67
1033.09/1033.64	c (debug) using card networks
1800.03/1800.71	./satsolver.sh: line 5: 23506 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.03/1800.71	c error: unexpected solver exit code
1800.03/1800.71	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-3695333-1338085950/watcher-3695333-1338085950 -o /tmp/evaluation-result-3695333-1338085950/solver-3695333-1338085950 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695333-1338085950.opb 1579342638 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.01 2.00 3/175 23462
/proc/meminfo: memFree=28174868/32873852 swapFree=6848/6848
[pid=23462] ppid=23460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23462/stat : 23462 (runPb2satCp2.sh) S 23460 23462 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274720965 9367552 275 33554432000 4194304 5064252 140737448948704 140737448947616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23462/statm: 2287 275 233 213 0 72 0

[startup+0.101671 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 23462
/proc/meminfo: memFree=28174868/32873852 swapFree=6848/6848
[pid=23462] ppid=23460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23462/stat : 23462 (runPb2satCp2.sh) S 23460 23462 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274720965 9367552 275 33554432000 4194304 5064252 140737448948704 140737448947616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23462/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.20029 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 23462
/proc/meminfo: memFree=28174868/32873852 swapFree=6848/6848
[pid=23462] ppid=23460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23462/stat : 23462 (runPb2satCp2.sh) S 23460 23462 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274720965 9367552 275 33554432000 4194304 5064252 140737448948704 140737448947616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23462/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300301 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 23462
/proc/meminfo: memFree=28174868/32873852 swapFree=6848/6848
[pid=23462] ppid=23460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23462/stat : 23462 (runPb2satCp2.sh) S 23460 23462 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274720965 9367552 275 33554432000 4194304 5064252 140737448948704 140737448947616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23462/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700279 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 23462
/proc/meminfo: memFree=28174868/32873852 swapFree=6848/6848
[pid=23462] ppid=23460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23462/stat : 23462 (runPb2satCp2.sh) S 23460 23462 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274720965 9367552 275 33554432000 4194304 5064252 140737448948704 140737448947616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23462/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 23469
/proc/meminfo: memFree=27898704/32873852 swapFree=6848/6848
[pid=23462] ppid=23460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23462/stat : 23462 (runPb2satCp2.sh) S 23460 23462 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274720965 9367552 275 33554432000 4194304 5064252 140737448948704 140737448947616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23462/statm: 2287 275 233 213 0 72 0
[pid=23463] ppid=23462 vsize=49988 CPUtime=0.6 cores=0,2,4,6
/proc/23463/stat : 23463 (pb2sat) S 23462 23462 18174 0 -1 4202496 7366 0 0 0 56 4 0 0 20 0 1 0 274720965 51187712 9433 33554432000 4194304 5873084 140733999443104 140733999439528 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23463/statm: 12497 9433 167 410 0 12079 0
[pid=23468] ppid=23463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23468/stat : 23468 (satsolver.sh) S 23463 23462 18174 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274721027 9367552 267 33554432000 4194304 5064252 140736194724928 140736194723840 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23468/statm: 2287 267 226 213 0 72 0
[pid=23469] ppid=23468 vsize=125652 CPUtime=0.87 cores=0,2,4,6
/proc/23469/stat : 23469 (glucose_static) R 23468 23462 18174 0 -1 4202496 24022 0 0 0 83 4 0 0 20 0 1 0 274721027 128667648 26173 33554432000 4194304 4896791 140733733451776 140733733449080 4224840 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23469/statm: 31413 26173 77 172 0 31239 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 193936

[startup+3.1004 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 23469
/proc/meminfo: memFree=27892780/32873852 swapFree=6848/6848
[pid=23462] ppid=23460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23462/stat : 23462 (runPb2satCp2.sh) S 23460 23462 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274720965 9367552 275 33554432000 4194304 5064252 140737448948704 140737448947616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23462/statm: 2287 275 233 213 0 72 0
[pid=23463] ppid=23462 vsize=49988 CPUtime=0.6 cores=0,2,4,6
/proc/23463/stat : 23463 (pb2sat) S 23462 23462 18174 0 -1 4202496 7366 0 0 0 56 4 0 0 20 0 1 0 274720965 51187712 9433 33554432000 4194304 5873084 140733999443104 140733999439528 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23463/statm: 12497 9433 167 410 0 12079 0
[pid=23468] ppid=23463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23468/stat : 23468 (satsolver.sh) S 23463 23462 18174 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274721027 9367552 267 33554432000 4194304 5064252 140736194724928 140736194723840 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23468/statm: 2287 267 226 213 0 72 0
[pid=23469] ppid=23468 vsize=127236 CPUtime=2.47 cores=0,2,4,6
/proc/23469/stat : 23469 (glucose_static) R 23468 23462 18174 0 -1 4202496 24425 0 0 0 243 4 0 0 20 0 1 0 274721027 130289664 26576 33554432000 4194304 4896791 140733733451776 140733733449080 4224831 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23469/statm: 31809 26576 77 172 0 31635 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 195520

[startup+6.30041 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 23469
/proc/meminfo: memFree=27887696/32873852 swapFree=6848/6848
[pid=23462] ppid=23460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23462/stat : 23462 (runPb2satCp2.sh) S 23460 23462 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274720965 9367552 275 33554432000 4194304 5064252 140737448948704 140737448947616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23462/statm: 2287 275 233 213 0 72 0
[pid=23463] ppid=23462 vsize=49988 CPUtime=0.6 cores=0,2,4,6
/proc/23463/stat : 23463 (pb2sat) S 23462 23462 18174 0 -1 4202496 7366 0 0 0 56 4 0 0 20 0 1 0 274720965 51187712 9433 33554432000 4194304 5873084 140733999443104 140733999439528 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23463/statm: 12497 9433 167 410 0 12079 0
[pid=23468] ppid=23463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23468/stat : 23468 (satsolver.sh) S 23463 23462 18174 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274721027 9367552 267 33554432000 4194304 5064252 140736194724928 140736194723840 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23468/statm: 2287 267 226 213 0 72 0
[pid=23469] ppid=23468 vsize=128820 CPUtime=5.68 cores=0,2,4,6
/proc/23469/stat : 23469 (glucose_static) R 23468 23462 18174 0 -1 4202496 24900 0 0 0 563 5 0 0 20 0 1 0 274721027 131911680 27047 33554432000 4194304 4896791 140733733451776 140733733449080 4225008 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23469/statm: 32205 27047 78 172 0 32031 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 197104

[startup+12.7005 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 23469
/proc/meminfo: memFree=27886524/32873852 swapFree=6848/6848
[pid=23462] ppid=23460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23462/stat : 23462 (runPb2satCp2.sh) S 23460 23462 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274720965 9367552 275 33554432000 4194304 5064252 140737448948704 140737448947616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23462/statm: 2287 275 233 213 0 72 0
[pid=23463] ppid=23462 vsize=49988 CPUtime=0.6 cores=0,2,4,6
/proc/23463/stat : 23463 (pb2sat) S 23462 23462 18174 0 -1 4202496 7366 0 0 0 56 4 0 0 20 0 1 0 274720965 51187712 9433 33554432000 4194304 5873084 140733999443104 140733999439528 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23463/statm: 12497 9433 167 410 0 12079 0
[pid=23468] ppid=23463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23468/stat : 23468 (satsolver.sh) S 23463 23462 18174 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274721027 9367552 267 33554432000 4194304 5064252 140736194724928 140736194723840 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23468/statm: 2287 267 226 213 0 72 0
[pid=23469] ppid=23468 vsize=129624 CPUtime=12.08 cores=0,2,4,6
/proc/23469/stat : 23469 (glucose_static) R 23468 23462 18174 0 -1 4202496 25155 0 0 0 1203 5 0 0 20 0 1 0 274721027 132734976 27808 33554432000 4194304 4896791 140733733451776 140733733448984 4224864 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23469/statm: 32406 27808 78 172 0 32232 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 197908

[startup+25.5005 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 23476
/proc/meminfo: memFree=27843980/32873852 swapFree=6848/6848
[pid=23462] ppid=23460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23462/stat : 23462 (runPb2satCp2.sh) S 23460 23462 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274720965 9367552 275 33554432000 4194304 5064252 140737448948704 140737448947616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23462/statm: 2287 275 233 213 0 72 0
[pid=23463] ppid=23462 vsize=63412 CPUtime=23.98 cores=0,2,4,6
/proc/23463/stat : 23463 (pb2sat) S 23462 23462 18174 0 -1 4202496 13276 54410 0 0 106 191 2080 21 20 0 1 0 274720965 64933888 12714 33554432000 4194304 5873084 140733999443104 140733999436920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/23463/statm: 15853 12714 177 410 0 15435 0
[pid=23475] ppid=23463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23475/stat : 23475 (satsolver.sh) S 23463 23462 18174 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274723380 9367552 267 33554432000 4194304 5064252 140733316607696 140733316606608 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23475/statm: 2287 267 226 213 0 72 0
[pid=23476] ppid=23475 vsize=132380 CPUtime=1.34 cores=0,2,4,6
/proc/23476/stat : 23476 (glucose_static) R 23475 23462 18174 0 -1 4202496 26450 0 0 0 131 3 0 0 20 0 1 0 274723380 135557120 29560 33554432000 4194304 4896791 140733771558848 140733771555992 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23476/statm: 33095 29560 76 172 0 32921 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 214088

[startup+51.1004 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 23479
/proc/meminfo: memFree=27842488/32873852 swapFree=6848/6848
[pid=23462] ppid=23460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23462/stat : 23462 (runPb2satCp2.sh) S 23460 23462 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274720965 9367552 275 33554432000 4194304 5064252 140737448948704 140737448947616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23462/statm: 2287 275 233 213 0 72 0
[pid=23463] ppid=23462 vsize=63412 CPUtime=39.63 cores=0,2,4,6
/proc/23463/stat : 23463 (pb2sat) S 23462 23462 18174 0 -1 4202496 16175 82599 0 0 118 192 3624 29 20 0 1 0 274720965 64933888 12714 33554432000 4194304 5873084 140733999443104 140733999436920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 13 0 0
/proc/23463/statm: 15853 12714 177 410 0 15435 0
[pid=23478] ppid=23463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23478/stat : 23478 (satsolver.sh) S 23463 23462 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274724946 9367552 267 33554432000 4194304 5064252 140736705385008 140736705383920 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23478/statm: 2287 267 226 213 0 72 0
[pid=23479] ppid=23478 vsize=133696 CPUtime=11.27 cores=0,2,4,6
/proc/23479/stat : 23479 (glucose_static) R 23478 23462 18174 0 -1 4202496 27169 0 0 0 1121 6 0 0 20 0 1 0 274724946 136904704 29813 33554432000 4194304 4896791 140733678099696 140733678096904 4224706 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23479/statm: 33424 29813 78 172 0 33250 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 215404

[startup+102.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 23482
/proc/meminfo: memFree=27838616/32873852 swapFree=6848/6848
[pid=23462] ppid=23460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23462/stat : 23462 (runPb2satCp2.sh) S 23460 23462 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274720965 9367552 275 33554432000 4194304 5064252 140737448948704 140737448947616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23462/statm: 2287 275 233 213 0 72 0
[pid=23463] ppid=23462 vsize=63412 CPUtime=39.63 cores=0,2,4,6
/proc/23463/stat : 23463 (pb2sat) S 23462 23462 18174 0 -1 4202496 16175 82599 0 0 118 192 3624 29 20 0 1 0 274720965 64933888 12714 33554432000 4194304 5873084 140733999443104 140733999436920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 13 0 0
/proc/23463/statm: 15853 12714 177 410 0 15435 0
[pid=23478] ppid=23463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23478/stat : 23478 (satsolver.sh) S 23463 23462 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274724946 9367552 267 33554432000 4194304 5064252 140736705385008 140736705383920 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23478/statm: 2287 267 226 213 0 72 0
[pid=23479] ppid=23478 vsize=135884 CPUtime=62.47 cores=0,2,4,6
/proc/23479/stat : 23479 (glucose_static) R 23478 23462 18174 0 -1 4202496 27731 0 0 0 6240 7 0 0 20 0 1 0 274724946 139145216 30880 33554432000 4194304 4896791 140733678099696 140733678096904 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23479/statm: 33971 30880 78 172 0 33797 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 217592

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 23482
/proc/meminfo: memFree=27828924/32873852 swapFree=6848/6848
[pid=23462] ppid=23460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23462/stat : 23462 (runPb2satCp2.sh) S 23460 23462 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274720965 9367552 275 33554432000 4194304 5064252 140737448948704 140737448947616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23462/statm: 2287 275 233 213 0 72 0
[pid=23463] ppid=23462 vsize=63412 CPUtime=39.63 cores=0,2,4,6
/proc/23463/stat : 23463 (pb2sat) S 23462 23462 18174 0 -1 4202496 16175 82599 0 0 118 192 3624 29 20 0 1 0 274720965 64933888 12714 33554432000 4194304 5873084 140733999443104 140733999436920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 13 0 0
/proc/23463/statm: 15853 12714 177 410 0 15435 0
[pid=23478] ppid=23463 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 23510
/proc/meminfo: memFree=27811660/32873852 swapFree=6848/6848
[pid=23462] ppid=23460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23462/stat : 23462 (runPb2satCp2.sh) S 23460 23462 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274720965 9367552 275 33554432000 4194304 5064252 140737448948704 140737448947616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23462/statm: 2287 275 233 213 0 72 0
[pid=23463] ppid=23462 vsize=63412 CPUtime=1033.15 cores=0,2,4,6
/proc/23463/stat : 23463 (pb2sat) S 23462 23462 18174 0 -1 4202496 27637 203207 0 0 168 194 102872 81 20 0 1 0 274720965 64933888 12714 33554432000 4194304 5873084 140733999443104 140733999436920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/23463/statm: 15853 12714 177 410 0 15435 0
[pid=23505] ppid=23463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23505/stat : 23505 (satsolver.sh) S 23463 23462 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274824332 9367552 266 33554432000 4194304 5064252 140735125950768 140735125949680 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 2287 266 226 213 0 72 0
[pid=23506] ppid=23505 vsize=142596 CPUtime=328.54 cores=0,2,4,6
/proc/23506/stat : 23506 (glucose_static) R 23505 23462 18174 0 -1 4202496 29774 0 0 0 32847 7 0 0 20 0 1 0 274824332 146018304 33878 33554432000 4194304 4896791 140733489979232 140733489976376 4224802 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23506/statm: 35649 33878 78 172 0 35475 0
Current children cumulated CPU time (s) 1361.69
Current children cumulated vsize (KiB) 224304

[startup+1422.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 23513
/proc/meminfo: memFree=27821548/32873852 swapFree=6848/6848
[pid=23462] ppid=23460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23462/stat : 23462 (runPb2satCp2.sh) S 23460 23462 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274720965 9367552 275 33554432000 4194304 5064252 140737448948704 140737448947616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23462/statm: 2287 275 233 213 0 72 0
[pid=23463] ppid=23462 vsize=63412 CPUtime=1033.15 cores=0,2,4,6
/proc/23463/stat : 23463 (pb2sat) S 23462 23462 18174 0 -1 4202496 27637 203207 0 0 168 194 102872 81 20 0 1 0 274720965 64933888 12714 33554432000 4194304 5873084 140733999443104 140733999436920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/23463/statm: 15853 12714 177 410 0 15435 0
[pid=23505] ppid=23463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23505/stat : 23505 (satsolver.sh) S 23463 23462 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274824332 9367552 266 33554432000 4194304 5064252 140735125950768 140735125949680 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 2287 266 226 213 0 72 0
[pid=23506] ppid=23505 vsize=143752 CPUtime=388.53 cores=0,2,4,6
/proc/23506/stat : 23506 (glucose_static) R 23505 23462 18174 0 -1 4202496 30001 0 0 0 38846 7 0 0 20 0 1 0 274824332 147202048 34615 33554432000 4194304 4896791 140733489979232 140733489976440 4223862 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23506/statm: 35938 34615 78 172 0 35764 0
Current children cumulated CPU time (s) 1421.68
Current children cumulated vsize (KiB) 225460

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23513
/proc/meminfo: memFree=27816984/32873852 swapFree=6848/6848
[pid=23462] ppid=23460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23462/stat : 23462 (runPb2satCp2.sh) S 23460 23462 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274720965 9367552 275 33554432000 4194304 5064252 140737448948704 140737448947616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23462/statm: 2287 275 233 213 0 72 0
[pid=23463] ppid=23462 vsize=63412 CPUtime=1033.15 cores=0,2,4,6
/proc/23463/stat : 23463 (pb2sat) S 23462 23462 18174 0 -1 4202496 27637 203207 0 0 168 194 102872 81 20 0 1 0 274720965 64933888 12714 33554432000 4194304 5873084 140733999443104 140733999436920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/23463/statm: 15853 12714 177 410 0 15435 0
[pid=23505] ppid=23463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23505/stat : 23505 (satsolver.sh) S 23463 23462 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274824332 9367552 266 33554432000 4194304 5064252 140735125950768 140735125949680 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 2287 266 226 213 0 72 0
[pid=23506] ppid=23505 vsize=144812 CPUtime=448.52 cores=0,2,4,6
/proc/23506/stat : 23506 (glucose_static) R 23505 23462 18174 0 -1 4202496 30893 0 0 0 44843 9 0 0 20 0 1 0 274824332 148287488 34136 33554432000 4194304 4896791 140733489979232 140733489976760 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23506/statm: 36203 34136 78 172 0 36029 0
Current children cumulated CPU time (s) 1481.67
Current children cumulated vsize (KiB) 226520

[startup+1542.31 s]
/proc/loadavg: 1.85 1.97 1.99 2/172 23538
/proc/meminfo: memFree=28047948/32873852 swapFree=6848/6848
[pid=23462] ppid=23460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23462/stat : 23462 (runPb2satCp2.sh) S 23460 23462 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274720965 9367552 275 33554432000 4194304 5064252 140737448948704 140737448947616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23462/statm: 2287 275 233 213 0 72 0
[pid=23463] ppid=23462 vsize=63412 CPUtime=1033.15 cores=0,2,4,6
/proc/23463/stat : 23463 (pb2sat) S 23462 23462 18174 0 -1 4202496 27637 203207 0 0 168 194 102872 81 20 0 1 0 274720965 64933888 12714 33554432000 4194304 5873084 140733999443104 140733999436920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/23463/statm: 15853 12714 177 410 0 15435 0
[pid=23505] ppid=23463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23505/stat : 23505 (satsolver.sh) S 23463 23462 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274824332 9367552 266 33554432000 4194304 5064252 140735125950768 140735125949680 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 2287 266 226 213 0 72 0
[pid=23506] ppid=23505 vsize=145600 CPUtime=508.52 cores=0,2,4,6
/proc/23506/stat : 23506 (glucose_static) R 23505 23462 18174 0 -1 4202496 31260 0 0 0 50843 9 0 0 20 0 1 0 274824332 149094400 35009 33554432000 4194304 4896791 140733489979232 140733489976440 4224781 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23506/statm: 36400 35009 78 172 0 36226 0
Current children cumulated CPU time (s) 1541.67
Current children cumulated vsize (KiB) 227308

[startup+1602.3 s]
/proc/loadavg: 1.38 1.80 1.93 2/172 23539
/proc/meminfo: memFree=28042196/32873852 swapFree=6848/6848
[pid=23462] ppid=23460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23462/stat : 23462 (runPb2satCp2.sh) S 23460 23462 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274720965 9367552 275 33554432000 4194304 5064252 140737448948704 140737448947616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23462/statm: 2287 275 233 213 0 72 0
[pid=23463] ppid=23462 vsize=63412 CPUtime=1033.15 cores=0,2,4,6
/proc/23463/stat : 23463 (pb2sat) S 23462 23462 18174 0 -1 4202496 27637 203207 0 0 168 194 102872 81 20 0 1 0 274720965 64933888 12714 33554432000 4194304 5873084 140733999443104 140733999436920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/23463/statm: 15853 12714 177 410 0 15435 0
[pid=23505] ppid=23463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23505/stat : 23505 (satsolver.sh) S 23463 23462 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274824332 9367552 266 33554432000 4194304 5064252 140735125950768 140735125949680 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 2287 266 226 213 0 72 0
[pid=23506] ppid=23505 vsize=165720 CPUtime=568.51 cores=0,2,4,6
/proc/23506/stat : 23506 (glucose_static) R 23505 23462 18174 0 -1 4202496 32262 0 0 0 56841 10 0 0 20 0 1 0 274824332 169697280 36490 33554432000 4194304 4896791 140733489979232 140733489976440 4223862 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23506/statm: 41430 36490 78 172 0 41256 0
Current children cumulated CPU time (s) 1601.66
Current children cumulated vsize (KiB) 247428

[startup+1662.3 s]
/proc/loadavg: 1.14 1.66 1.87 2/173 23542
/proc/meminfo: memFree=28046808/32873852 swapFree=6848/6848
[pid=23462] ppid=23460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23462/stat : 23462 (runPb2satCp2.sh) S 23460 23462 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274720965 9367552 275 33554432000 4194304 5064252 140737448948704 140737448947616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23462/statm: 2287 275 233 213 0 72 0
[pid=23463] ppid=23462 vsize=63412 CPUtime=1033.15 cores=0,2,4,6
/proc/23463/stat : 23463 (pb2sat) S 23462 23462 18174 0 -1 4202496 27637 203207 0 0 168 194 102872 81 20 0 1 0 274720965 64933888 12714 33554432000 4194304 5873084 140733999443104 140733999436920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/23463/statm: 15853 12714 177 410 0 15435 0
[pid=23505] ppid=23463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23505/stat : 23505 (satsolver.sh) S 23463 23462 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274824332 9367552 266 33554432000 4194304 5064252 140735125950768 140735125949680 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 2287 266 226 213 0 72 0
[pid=23506] ppid=23505 vsize=147672 CPUtime=628.49 cores=0,2,4,6
/proc/23506/stat : 23506 (glucose_static) R 23505 23462 18174 0 -1 4202496 32547 0 0 0 62838 11 0 0 20 0 1 0 274824332 151216128 35328 33554432000 4194304 4896791 140733489979232 140733489976440 4223862 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23506/statm: 36918 35328 78 172 0 36744 0
Current children cumulated CPU time (s) 1661.64
Current children cumulated vsize (KiB) 229380

[startup+1722.3 s]
/proc/loadavg: 1.05 1.53 1.81 2/173 23565
/proc/meminfo: memFree=28042584/32873852 swapFree=6848/6848
[pid=23462] ppid=23460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23462/stat : 23462 (runPb2satCp2.sh) S 23460 23462 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274720965 9367552 275 33554432000 4194304 5064252 140737448948704 140737448947616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23462/statm: 2287 275 233 213 0 72 0
[pid=23463] ppid=23462 vsize=63412 CPUtime=1033.15 cores=0,2,4,6
/proc/23463/stat : 23463 (pb2sat) S 23462 23462 18174 0 -1 4202496 27637 203207 0 0 168 194 102872 81 20 0 1 0 274720965 64933888 12714 33554432000 4194304 5873084 140733999443104 140733999436920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/23463/statm: 15853 12714 177 410 0 15435 0
[pid=23505] ppid=23463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23505/stat : 23505 (satsolver.sh) S 23463 23462 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274824332 9367552 266 33554432000 4194304 5064252 140735125950768 140735125949680 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 2287 266 226 213 0 72 0
[pid=23506] ppid=23505 vsize=167692 CPUtime=688.47 cores=0,2,4,6
/proc/23506/stat : 23506 (glucose_static) R 23505 23462 18174 0 -1 4202496 33666 0 0 0 68836 11 0 0 20 0 1 0 274824332 171716608 36412 33554432000 4194304 4896791 140733489979232 140733489974968 4223797 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23506/statm: 41923 36412 78 172 0 41749 0
Current children cumulated CPU time (s) 1721.62
Current children cumulated vsize (KiB) 249400

[startup+1782.3 s]
/proc/loadavg: 1.02 1.43 1.76 2/172 23565
/proc/meminfo: memFree=28036884/32873852 swapFree=6848/6848
[pid=23462] ppid=23460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23462/stat : 23462 (runPb2satCp2.sh) S 23460 23462 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274720965 9367552 275 33554432000 4194304 5064252 140737448948704 140737448947616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23462/statm: 2287 275 233 213 0 72 0
[pid=23463] ppid=23462 vsize=63412 CPUtime=1033.15 cores=0,2,4,6
/proc/23463/stat : 23463 (pb2sat) S 23462 23462 18174 0 -1 4202496 27637 203207 0 0 168 194 102872 81 20 0 1 0 274720965 64933888 12714 33554432000 4194304 5873084 140733999443104 140733999436920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/23463/statm: 15853 12714 177 410 0 15435 0
[pid=23505] ppid=23463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23505/stat : 23505 (satsolver.sh) S 23463 23462 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274824332 9367552 266 33554432000 4194304 5064252 140735125950768 140735125949680 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 2287 266 226 213 0 72 0
[pid=23506] ppid=23505 vsize=168344 CPUtime=748.47 cores=0,2,4,6
/proc/23506/stat : 23506 (glucose_static) R 23505 23462 18174 0 -1 4202496 33944 0 0 0 74835 12 0 0 20 0 1 0 274824332 172384256 37703 33554432000 4194304 4896791 140733489979232 140733489974968 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23506/statm: 42086 37703 78 172 0 41912 0
Current children cumulated CPU time (s) 1781.62
Current children cumulated vsize (KiB) 250052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 1.01 1.40 1.74 2/172 23565
/proc/meminfo: memFree=28034564/32873852 swapFree=6848/6848
[pid=23462] ppid=23460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23462/stat : 23462 (runPb2satCp2.sh) S 23460 23462 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274720965 9367552 275 33554432000 4194304 5064252 140737448948704 140737448947616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23462/statm: 2287 275 233 213 0 72 0
[pid=23463] ppid=23462 vsize=63412 CPUtime=1033.15 cores=0,2,4,6
/proc/23463/stat : 23463 (pb2sat) S 23462 23462 18174 0 -1 4202496 27637 203207 0 0 168 194 102872 81 20 0 1 0 274720965 64933888 12714 33554432000 4194304 5873084 140733999443104 140733999436920 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/23463/statm: 15853 12714 177 410 0 15435 0
[pid=23505] ppid=23463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23505/stat : 23505 (satsolver.sh) S 23463 23462 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274824332 9367552 266 33554432000 4194304 5064252 140735125950768 140735125949680 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23505/statm: 2287 266 226 213 0 72 0
[pid=23506] ppid=23505 vsize=168604 CPUtime=766.88 cores=0,2,4,6
/proc/23506/stat : 23506 (glucose_static) R 23505 23462 18174 0 -1 4202496 34012 0 0 0 76676 12 0 0 20 0 1 0 274824332 172650496 38274 33554432000 4194304 4896791 140733489979232 140733489976440 4224898 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23506/statm: 42151 38274 78 172 0 41977 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 250312

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.72
CPU time (s): 1800.06
CPU user time (s): 1797.17
CPU system time (s): 2.89056
CPU usage (%): 99.9636
Max. virtual memory (cumulated for all children) (KiB): 278568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.17
system time used= 2.89056
maximum resident set size= 175572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 265845
page faults= 0
swaps= 0
block input operations= 0
block output operations= 423016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 274
involuntary context switches= 2700

runsolver used 2.68159 second user time and 7.17691 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-27 04:32:31
IDJOB=3695333
IDBENCH=48230
IDSOLVER=2273
FILE ID=node128/3695333-1338085950
RUNJOBID= node128-1338053110-18190
PBS_JOBID= 14624418
Free space on /tmp= 71308 MiB

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

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

MD5SUM BENCH= a5ab0443a6669cc558112b6f5f13d1cd
RANDOM SEED=1579342638

node128.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.389
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	: 5332.77
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.389
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.389
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	: 5438.56
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.389
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.389
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		: 2666.389
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.389
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.389
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:       32873852 kB
MemFree:        28048932 kB
Buffers:          352740 kB
Cached:          3462604 kB
SwapCached:            0 kB
Active:          1168112 kB
Inactive:        2838592 kB
Active(anon):     193500 kB
Inactive(anon):        0 kB
Active(file):     974612 kB
Inactive(file):  2838592 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             12832 kB
Writeback:             0 kB
AnonPages:        277488 kB
Mapped:            15232 kB
Shmem:               204 kB
Slab:             679368 kB
SReclaimable:     121940 kB
SUnreclaim:       557428 kB
KernelStack:        1504 kB
PageTables:         4192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     324852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 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= 71308 MiB
End job on node128 at 2012-05-27 05:02:31