Trace number 3695336

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_1.opb
MD5SUM8c398fbb12ba7dbf676dd8375a76e0de
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-28
Best CPU time to get the best result obtained on this benchmark1789.76
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2496
Sum of products size (including duplicates)4992
Number of different products1248
Sum of products size2496

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.03	c model valid
0.00/0.03	c current solution ok
0.00/0.09	o -19
0.00/0.09	c (debug) using card networks
0.00/0.20	c model valid
0.00/0.20	c current solution ok
0.00/0.20	o -20
0.00/0.20	c (debug) using card networks
0.00/0.39	c model valid
0.00/0.39	c current solution ok
0.00/0.39	o -21
0.00/0.39	c (debug) using card networks
0.00/0.66	c model valid
0.00/0.66	c current solution ok
0.00/0.66	o -22
0.00/0.66	c (debug) using card networks
3.66/3.71	c model valid
3.66/3.71	c current solution ok
3.66/3.71	o -23
3.66/3.71	c (debug) using card networks
4.66/4.72	c model valid
4.66/4.72	c current solution ok
4.70/4.91	o -24
4.70/4.91	c (debug) using card networks
95.86/96.19	c model valid
95.86/96.19	c current solution ok
95.96/96.20	o -25
95.96/96.20	c (debug) using card networks
120.94/121.24	c model valid
120.94/121.24	c current solution ok
120.94/121.24	o -26
120.94/121.24	c (debug) using card networks
967.65/968.12	c model valid
967.65/968.12	c current solution ok
967.65/968.13	o -27
967.65/968.13	c (debug) using card networks
1800.08/1800.71	./satsolver.sh: line 5:  6506 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.08/1800.71	c error: unexpected solver exit code
1800.08/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-3695336-1338087596/watcher-3695336-1338087596 -o /tmp/evaluation-result-3695336-1338087596/solver-3695336-1338087596 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695336-1338087596.opb 1379608336 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.95 1.46 1.37 3/179 6378
/proc/meminfo: memFree=28437192/32873844 swapFree=7100/7100
[pid=6378] ppid=6376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6378/stat : 6378 (runPb2satCp2.sh) S 6376 6378 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274886601 9367552 275 33554432000 4194304 5064252 140733808119840 140733808118752 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2287 275 233 213 0 72 0

[startup+0.0362551 s]
/proc/loadavg: 1.95 1.46 1.37 3/179 6378
/proc/meminfo: memFree=28437192/32873844 swapFree=7100/7100
[pid=6378] ppid=6376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6378/stat : 6378 (runPb2satCp2.sh) S 6376 6378 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274886601 9367552 275 33554432000 4194304 5064252 140733808119840 140733808118752 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100192 s]
/proc/loadavg: 1.95 1.46 1.37 3/179 6378
/proc/meminfo: memFree=28437192/32873844 swapFree=7100/7100
[pid=6378] ppid=6376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6378/stat : 6378 (runPb2satCp2.sh) S 6376 6378 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274886601 9367552 275 33554432000 4194304 5064252 140733808119840 140733808118752 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300262 s]
/proc/loadavg: 1.95 1.46 1.37 3/179 6378
/proc/meminfo: memFree=28437192/32873844 swapFree=7100/7100
[pid=6378] ppid=6376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6378/stat : 6378 (runPb2satCp2.sh) S 6376 6378 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274886601 9367552 275 33554432000 4194304 5064252 140733808119840 140733808118752 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700235 s]
/proc/loadavg: 1.95 1.46 1.37 3/179 6378
/proc/meminfo: memFree=28437192/32873844 swapFree=7100/7100
[pid=6378] ppid=6376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6378/stat : 6378 (runPb2satCp2.sh) S 6376 6378 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274886601 9367552 275 33554432000 4194304 5064252 140733808119840 140733808118752 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 1.95 1.46 1.37 3/183 6394
/proc/meminfo: memFree=28425352/32873844 swapFree=7100/7100
[pid=6378] ppid=6376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6378/stat : 6378 (runPb2satCp2.sh) S 6376 6378 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274886601 9367552 275 33554432000 4194304 5064252 140733808119840 140733808118752 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2287 275 233 213 0 72 0
[pid=6379] ppid=6378 vsize=3636 CPUtime=0.64 cores=1,3,5,7
/proc/6379/stat : 6379 (pb2sat) S 6378 6378 6267 0 -1 4202496 1555 9950 0 0 4 4 54 2 20 0 1 0 274886601 3723264 578 33554432000 4194304 5873084 140736549926240 140736549920056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6379/statm: 909 578 175 410 0 491 0
[pid=6393] ppid=6379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6393/stat : 6393 (satsolver.sh) S 6379 6378 6267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274886667 9367552 267 33554432000 4194304 5064252 140736628334704 140736628333616 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6393/statm: 2287 267 226 213 0 72 0
[pid=6394] ppid=6393 vsize=7744 CPUtime=0.82 cores=1,3,5,7
/proc/6394/stat : 6394 (glucose_static) R 6393 6378 6267 0 -1 4202496 1978 0 0 0 82 0 0 0 20 0 1 0 274886668 7929856 1599 33554432000 4194304 4896791 140736134295936 140736133244728 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6394/statm: 1936 1599 78 172 0 1762 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 29676

[startup+3.10035 s]
/proc/loadavg: 1.95 1.46 1.37 3/183 6394
/proc/meminfo: memFree=28425540/32873844 swapFree=7100/7100
[pid=6378] ppid=6376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6378/stat : 6378 (runPb2satCp2.sh) S 6376 6378 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274886601 9367552 275 33554432000 4194304 5064252 140733808119840 140733808118752 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2287 275 233 213 0 72 0
[pid=6379] ppid=6378 vsize=3636 CPUtime=0.64 cores=1,3,5,7
/proc/6379/stat : 6379 (pb2sat) S 6378 6378 6267 0 -1 4202496 1555 9950 0 0 4 4 54 2 20 0 1 0 274886601 3723264 578 33554432000 4194304 5873084 140736549926240 140736549920056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6379/statm: 909 578 175 410 0 491 0
[pid=6393] ppid=6379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6393/stat : 6393 (satsolver.sh) S 6379 6378 6267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274886667 9367552 267 33554432000 4194304 5064252 140736628334704 140736628333616 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6393/statm: 2287 267 226 213 0 72 0
[pid=6394] ppid=6393 vsize=9332 CPUtime=2.42 cores=1,3,5,7
/proc/6394/stat : 6394 (glucose_static) R 6393 6378 6267 0 -1 4202496 3418 0 0 0 242 0 0 0 20 0 1 0 274886668 9555968 1822 33554432000 4194304 4896791 140736134295936 140736134293464 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6394/statm: 2333 1822 78 172 0 2159 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 31264

[startup+6.30034 s]
/proc/loadavg: 1.95 1.47 1.37 3/184 6403
/proc/meminfo: memFree=28433224/32873844 swapFree=7100/7100
[pid=6378] ppid=6376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6378/stat : 6378 (runPb2satCp2.sh) S 6376 6378 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274886601 9367552 275 33554432000 4194304 5064252 140733808119840 140733808118752 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2287 275 233 213 0 72 0
[pid=6379] ppid=6378 vsize=3636 CPUtime=4.71 cores=1,3,5,7
/proc/6379/stat : 6379 (pb2sat) S 6378 6378 6267 0 -1 4202496 2005 18494 0 0 5 4 457 5 20 0 1 0 274886601 3723264 579 33554432000 4194304 5873084 140736549926240 140736549920056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6379/statm: 909 579 175 410 0 491 0
[pid=6402] ppid=6379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6402/stat : 6402 (satsolver.sh) S 6379 6378 6267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274887092 9367552 267 33554432000 4194304 5064252 140733398525920 140733398524832 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6402/statm: 2287 267 226 213 0 72 0
[pid=6403] ppid=6402 vsize=7996 CPUtime=1.37 cores=1,3,5,7
/proc/6403/stat : 6403 (glucose_static) R 6402 6378 6267 0 -1 4202496 2596 0 0 0 137 0 0 0 20 0 1 0 274887093 8187904 1628 33554432000 4194304 4896791 140734255964416 140734255961624 4224929 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6403/statm: 1999 1628 78 172 0 1825 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 29928

[startup+12.7003 s]
/proc/loadavg: 1.96 1.48 1.37 3/184 6403
/proc/meminfo: memFree=28426976/32873844 swapFree=7100/7100
[pid=6378] ppid=6376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6378/stat : 6378 (runPb2satCp2.sh) S 6376 6378 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274886601 9367552 275 33554432000 4194304 5064252 140733808119840 140733808118752 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2287 275 233 213 0 72 0
[pid=6379] ppid=6378 vsize=3636 CPUtime=4.71 cores=1,3,5,7
/proc/6379/stat : 6379 (pb2sat) S 6378 6378 6267 0 -1 4202496 2005 18494 0 0 5 4 457 5 20 0 1 0 274886601 3723264 579 33554432000 4194304 5873084 140736549926240 140736549920056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6379/statm: 909 579 175 410 0 491 0
[pid=6402] ppid=6379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6402/stat : 6402 (satsolver.sh) S 6379 6378 6267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274887092 9367552 267 33554432000 4194304 5064252 140733398525920 140733398524832 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6402/statm: 2287 267 226 213 0 72 0
[pid=6403] ppid=6402 vsize=11940 CPUtime=7.77 cores=1,3,5,7
/proc/6403/stat : 6403 (glucose_static) R 6402 6378 6267 0 -1 4202496 7414 0 0 0 776 1 0 0 20 0 1 0 274887093 12226560 2436 33554432000 4194304 4896791 140734255964416 140734255961944 4205675 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6403/statm: 2985 2436 78 172 0 2811 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 33872

[startup+25.5004 s]
/proc/loadavg: 1.97 1.51 1.38 3/184 6403
/proc/meminfo: memFree=28422460/32873844 swapFree=7100/7100
[pid=6378] ppid=6376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6378/stat : 6378 (runPb2satCp2.sh) S 6376 6378 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274886601 9367552 275 33554432000 4194304 5064252 140733808119840 140733808118752 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2287 275 233 213 0 72 0
[pid=6379] ppid=6378 vsize=3636 CPUtime=4.71 cores=1,3,5,7
/proc/6379/stat : 6379 (pb2sat) S 6378 6378 6267 0 -1 4202496 2005 18494 0 0 5 4 457 5 20 0 1 0 274886601 3723264 579 33554432000 4194304 5873084 140736549926240 140736549920056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6379/statm: 909 579 175 410 0 491 0
[pid=6402] ppid=6379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6402/stat : 6402 (satsolver.sh) S 6379 6378 6267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274887092 9367552 267 33554432000 4194304 5064252 140733398525920 140733398524832 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6402/statm: 2287 267 226 213 0 72 0
[pid=6403] ppid=6402 vsize=13584 CPUtime=20.56 cores=1,3,5,7
/proc/6403/stat : 6403 (glucose_static) R 6402 6378 6267 0 -1 4202496 14472 0 0 0 2053 3 0 0 20 0 1 0 274887093 13910016 3025 33554432000 4194304 4896791 140734255964416 140734255961624 4230803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6403/statm: 3396 3025 78 172 0 3222 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 35516

[startup+51.1004 s]
/proc/loadavg: 1.90 1.53 1.39 3/184 6464
/proc/meminfo: memFree=28423764/32873844 swapFree=7100/7100
[pid=6378] ppid=6376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6378/stat : 6378 (runPb2satCp2.sh) S 6376 6378 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274886601 9367552 275 33554432000 4194304 5064252 140733808119840 140733808118752 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2287 275 233 213 0 72 0
[pid=6379] ppid=6378 vsize=3636 CPUtime=4.71 cores=1,3,5,7
/proc/6379/stat : 6379 (pb2sat) S 6378 6378 6267 0 -1 4202496 2005 18494 0 0 5 4 457 5 20 0 1 0 274886601 3723264 579 33554432000 4194304 5873084 140736549926240 140736549920056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6379/statm: 909 579 175 410 0 491 0
[pid=6402] ppid=6379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6402/stat : 6402 (satsolver.sh) S 6379 6378 6267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274887092 9367552 267 33554432000 4194304 5064252 140733398525920 140733398524832 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6402/statm: 2287 267 226 213 0 72 0
[pid=6403] ppid=6402 vsize=18692 CPUtime=46.16 cores=1,3,5,7
/proc/6403/stat : 6403 (glucose_static) R 6402 6378 6267 0 -1 4202496 23392 0 0 0 4609 7 0 0 20 0 1 0 274887093 19140608 4206 33554432000 4194304 4896791 140734255964416 140734255961944 4224640 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6403/statm: 4673 4206 78 172 0 4499 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 40624

[startup+102.307 s]
/proc/loadavg: 1.95 1.60 1.42 3/184 6491
/proc/meminfo: memFree=28411556/32873844 swapFree=7100/7100
[pid=6378] ppid=6376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6378/stat : 6378 (runPb2satCp2.sh) S 6376 6378 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274886601 9367552 275 33554432000 4194304 5064252 140733808119840 140733808118752 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2287 275 233 213 0 72 0
[pid=6379] ppid=6378 vsize=3636 CPUtime=95.96 cores=1,3,5,7
/proc/6379/stat : 6379 (pb2sat) S 6378 6378 6267 0 -1 4202496 2232 51894 0 0 5 4 9569 18 20 0 1 0 274886601 3723264 579 33554432000 4194304 5873084 140736549926240 140736549920056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6379/statm: 909 579 175 410 0 491 0
[pid=6490] ppid=6379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6490/stat : 6490 (satsolver.sh) S 6379 6378 6267 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274896221 9367552 266 33554432000 4194304 5064252 140733932962048 140733932960960 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6490/statm: 2287 266 226 213 0 72 0
[pid=6491] ppid=6490 vsize=11628 CPUtime=6.09 cores=1,3,5,7
/proc/6491/stat : 6491 (glucose_static) R 6490 6378 6267 0 -1 4202496 6385 0 0 0 607 2 0 0 20 0 1 0 274896221 11907072 2519 33554432000 4194304 4896791 140735161473472 140735161471000 4224718 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6491/statm: 2907 2519 78 172 0 2733 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 33560

[startup+162.3 s]
/proc/loadavg: 2.03 1.68 1.46 3/183 6494
/proc/meminfo: memFree=28399364/32873844 swapFree=7100/7100
[pid=6378] ppid=6376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6378/stat : 6378 (runPb2satCp2.sh) S 6376 6378 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274886601 9367552 275 33554432000 4194304 5064252 140733808119840 140733808118752 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2287 275 233 213 0 72 0
[pid=6379] ppid=6378 vsize=3636 CPUtime=121 cores=1,3,5,7
/proc/6379/stat : 6379 (pb2sat) S 6378 6378 6267 0 -1 4202496 2461 69789 0 0 5 4 12067 24 20 0 1 0 274886601 3723264 579 33554432000 4194304 5873084 140736549926240 140736549920056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6379/statm: 909 579 175 410 0 491 0
[pid=6493] ppid=6379 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.85 3/183 6514
/proc/meminfo: memFree=28355456/32873844 swapFree=7100/7100
[pid=6378] ppid=6376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6378/stat : 6378 (runPb2satCp2.sh) S 6376 6378 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274886601 9367552 275 33554432000 4194304 5064252 140733808119840 140733808118752 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2287 275 233 213 0 72 0
[pid=6379] ppid=6378 vsize=3636 CPUtime=967.7 cores=1,3,5,7
/proc/6379/stat : 6379 (pb2sat) S 6378 6378 6267 0 -1 4202496 2688 175180 0 0 6 4 96661 99 20 0 1 0 274886601 3723264 579 33554432000 4194304 5873084 140736549926240 140736549920056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6379/statm: 909 579 175 410 0 491 0
[pid=6505] ppid=6379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6505/stat : 6505 (satsolver.sh) S 6379 6378 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274983414 9367552 267 33554432000 4194304 5064252 140735089254752 140735089253664 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6505/statm: 2287 267 226 213 0 72 0
[pid=6506] ppid=6505 vsize=58784 CPUtime=454.06 cores=1,3,5,7
/proc/6506/stat : 6506 (glucose_static) R 6505 6378 6267 0 -1 4202496 76407 0 0 0 45360 46 0 0 20 0 1 0 274983414 60194816 12636 33554432000 4194304 4896791 140733907548032 140733907545560 4225344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 14696 12636 78 172 0 14522 0
Current children cumulated CPU time (s) 1421.76
Current children cumulated vsize (KiB) 80716

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.85 3/183 6514
/proc/meminfo: memFree=28351572/32873844 swapFree=7100/7100
[pid=6378] ppid=6376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6378/stat : 6378 (runPb2satCp2.sh) S 6376 6378 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274886601 9367552 275 33554432000 4194304 5064252 140733808119840 140733808118752 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2287 275 233 213 0 72 0
[pid=6379] ppid=6378 vsize=3636 CPUtime=967.7 cores=1,3,5,7
/proc/6379/stat : 6379 (pb2sat) S 6378 6378 6267 0 -1 4202496 2688 175180 0 0 6 4 96661 99 20 0 1 0 274886601 3723264 579 33554432000 4194304 5873084 140736549926240 140736549920056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6379/statm: 909 579 175 410 0 491 0
[pid=6505] ppid=6379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6505/stat : 6505 (satsolver.sh) S 6379 6378 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274983414 9367552 267 33554432000 4194304 5064252 140735089254752 140735089253664 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6505/statm: 2287 267 226 213 0 72 0
[pid=6506] ppid=6505 vsize=64196 CPUtime=514.03 cores=1,3,5,7
/proc/6506/stat : 6506 (glucose_static) R 6505 6378 6267 0 -1 4202496 81077 0 0 0 51354 49 0 0 20 0 1 0 274983414 65736704 14197 33554432000 4194304 4896791 140733907548032 140733907545240 4204488 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 16049 14197 78 172 0 15875 0
Current children cumulated CPU time (s) 1481.73
Current children cumulated vsize (KiB) 86128

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/183 6514
/proc/meminfo: memFree=28306864/32873844 swapFree=7100/7100
[pid=6378] ppid=6376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6378/stat : 6378 (runPb2satCp2.sh) S 6376 6378 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274886601 9367552 275 33554432000 4194304 5064252 140733808119840 140733808118752 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2287 275 233 213 0 72 0
[pid=6379] ppid=6378 vsize=3636 CPUtime=967.7 cores=1,3,5,7
/proc/6379/stat : 6379 (pb2sat) S 6378 6378 6267 0 -1 4202496 2688 175180 0 0 6 4 96661 99 20 0 1 0 274886601 3723264 579 33554432000 4194304 5873084 140736549926240 140736549920056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6379/statm: 909 579 175 410 0 491 0
[pid=6505] ppid=6379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6505/stat : 6505 (satsolver.sh) S 6379 6378 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274983414 9367552 267 33554432000 4194304 5064252 140735089254752 140735089253664 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6505/statm: 2287 267 226 213 0 72 0
[pid=6506] ppid=6505 vsize=115784 CPUtime=574.01 cores=1,3,5,7
/proc/6506/stat : 6506 (glucose_static) R 6505 6378 6267 0 -1 4202496 86017 0 0 0 57348 53 0 0 20 0 1 0 274983414 118562816 22761 33554432000 4194304 4896791 140733907548032 140733907545560 4225002 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 28946 22761 78 172 0 28772 0
Current children cumulated CPU time (s) 1541.71
Current children cumulated vsize (KiB) 137716

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/183 6514
/proc/meminfo: memFree=28311172/32873844 swapFree=7100/7100
[pid=6378] ppid=6376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6378/stat : 6378 (runPb2satCp2.sh) S 6376 6378 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274886601 9367552 275 33554432000 4194304 5064252 140733808119840 140733808118752 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2287 275 233 213 0 72 0
[pid=6379] ppid=6378 vsize=3636 CPUtime=967.7 cores=1,3,5,7
/proc/6379/stat : 6379 (pb2sat) S 6378 6378 6267 0 -1 4202496 2688 175180 0 0 6 4 96661 99 20 0 1 0 274886601 3723264 579 33554432000 4194304 5873084 140736549926240 140736549920056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6379/statm: 909 579 175 410 0 491 0
[pid=6505] ppid=6379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6505/stat : 6505 (satsolver.sh) S 6379 6378 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274983414 9367552 267 33554432000 4194304 5064252 140735089254752 140735089253664 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6505/statm: 2287 267 226 213 0 72 0
[pid=6506] ppid=6505 vsize=117160 CPUtime=634 cores=1,3,5,7
/proc/6506/stat : 6506 (glucose_static) R 6505 6378 6267 0 -1 4202496 89565 0 0 0 63343 57 0 0 20 0 1 0 274983414 119971840 22029 33554432000 4194304 4896791 140733907548032 140733907545560 4225559 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 29290 22029 78 172 0 29116 0
Current children cumulated CPU time (s) 1601.7
Current children cumulated vsize (KiB) 139092

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/183 6515
/proc/meminfo: memFree=28314824/32873844 swapFree=7100/7100
[pid=6378] ppid=6376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6378/stat : 6378 (runPb2satCp2.sh) S 6376 6378 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274886601 9367552 275 33554432000 4194304 5064252 140733808119840 140733808118752 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2287 275 233 213 0 72 0
[pid=6379] ppid=6378 vsize=3636 CPUtime=967.7 cores=1,3,5,7
/proc/6379/stat : 6379 (pb2sat) S 6378 6378 6267 0 -1 4202496 2688 175180 0 0 6 4 96661 99 20 0 1 0 274886601 3723264 579 33554432000 4194304 5873084 140736549926240 140736549920056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6379/statm: 909 579 175 410 0 491 0
[pid=6505] ppid=6379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6505/stat : 6505 (satsolver.sh) S 6379 6378 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274983414 9367552 267 33554432000 4194304 5064252 140735089254752 140735089253664 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6505/statm: 2287 267 226 213 0 72 0
[pid=6506] ppid=6505 vsize=117724 CPUtime=693.99 cores=1,3,5,7
/proc/6506/stat : 6506 (glucose_static) R 6505 6378 6267 0 -1 4202496 92938 0 0 0 69339 60 0 0 20 0 1 0 274983414 120549376 22676 33554432000 4194304 4896791 140733907548032 140733907545560 4225420 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 29431 22676 78 172 0 29257 0
Current children cumulated CPU time (s) 1661.69
Current children cumulated vsize (KiB) 139656

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/183 6515
/proc/meminfo: memFree=28280828/32873844 swapFree=7100/7100
[pid=6378] ppid=6376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6378/stat : 6378 (runPb2satCp2.sh) S 6376 6378 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274886601 9367552 275 33554432000 4194304 5064252 140733808119840 140733808118752 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2287 275 233 213 0 72 0
[pid=6379] ppid=6378 vsize=3636 CPUtime=967.7 cores=1,3,5,7
/proc/6379/stat : 6379 (pb2sat) S 6378 6378 6267 0 -1 4202496 2688 175180 0 0 6 4 96661 99 20 0 1 0 274886601 3723264 579 33554432000 4194304 5873084 140736549926240 140736549920056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6379/statm: 909 579 175 410 0 491 0
[pid=6505] ppid=6379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6505/stat : 6505 (satsolver.sh) S 6379 6378 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274983414 9367552 267 33554432000 4194304 5064252 140735089254752 140735089253664 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6505/statm: 2287 267 226 213 0 72 0
[pid=6506] ppid=6505 vsize=88096 CPUtime=753.98 cores=1,3,5,7
/proc/6506/stat : 6506 (glucose_static) R 6505 6378 6267 0 -1 4202496 95946 0 0 0 75335 63 0 0 20 0 1 0 274983414 90210304 19965 33554432000 4194304 4896791 140733907548032 140733907545240 4205537 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 22024 19965 78 172 0 21850 0
Current children cumulated CPU time (s) 1721.68
Current children cumulated vsize (KiB) 110028

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/183 6515
/proc/meminfo: memFree=28331828/32873844 swapFree=7100/7100
[pid=6378] ppid=6376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6378/stat : 6378 (runPb2satCp2.sh) S 6376 6378 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274886601 9367552 275 33554432000 4194304 5064252 140733808119840 140733808118752 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2287 275 233 213 0 72 0
[pid=6379] ppid=6378 vsize=3636 CPUtime=967.7 cores=1,3,5,7
/proc/6379/stat : 6379 (pb2sat) S 6378 6378 6267 0 -1 4202496 2688 175180 0 0 6 4 96661 99 20 0 1 0 274886601 3723264 579 33554432000 4194304 5873084 140736549926240 140736549920056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6379/statm: 909 579 175 410 0 491 0
[pid=6505] ppid=6379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6505/stat : 6505 (satsolver.sh) S 6379 6378 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274983414 9367552 267 33554432000 4194304 5064252 140735089254752 140735089253664 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6505/statm: 2287 267 226 213 0 72 0
[pid=6506] ppid=6505 vsize=72208 CPUtime=813.96 cores=1,3,5,7
/proc/6506/stat : 6506 (glucose_static) R 6505 6378 6267 0 -1 4202496 99637 0 0 0 81329 67 0 0 20 0 1 0 274983414 73940992 17404 33554432000 4194304 4896791 140733907548032 140733907545560 4225417 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 18052 17404 78 172 0 17878 0
Current children cumulated CPU time (s) 1781.66
Current children cumulated vsize (KiB) 94140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 1.88 3/183 6515
/proc/meminfo: memFree=28284856/32873844 swapFree=7100/7100
[pid=6378] ppid=6376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6378/stat : 6378 (runPb2satCp2.sh) S 6376 6378 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274886601 9367552 275 33554432000 4194304 5064252 140733808119840 140733808118752 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2287 275 233 213 0 72 0
[pid=6379] ppid=6378 vsize=3636 CPUtime=967.7 cores=1,3,5,7
/proc/6379/stat : 6379 (pb2sat) S 6378 6378 6267 0 -1 4202496 2688 175180 0 0 6 4 96661 99 20 0 1 0 274886601 3723264 579 33554432000 4194304 5873084 140736549926240 140736549920056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6379/statm: 909 579 175 410 0 491 0
[pid=6505] ppid=6379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6505/stat : 6505 (satsolver.sh) S 6379 6378 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274983414 9367552 267 33554432000 4194304 5064252 140735089254752 140735089253664 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6505/statm: 2287 267 226 213 0 72 0
[pid=6506] ppid=6505 vsize=122592 CPUtime=832.38 cores=1,3,5,7
/proc/6506/stat : 6506 (glucose_static) R 6505 6378 6267 0 -1 4202496 100547 0 0 0 83169 69 0 0 20 0 1 0 274983414 125534208 23417 33554432000 4194304 4896791 140733907548032 140733907543704 4225379 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 30648 23417 78 172 0 30474 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 144524

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 1.88 3/183 6515
/proc/meminfo: memFree=28284856/32873844 swapFree=7100/7100
[pid=6378] ppid=6376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6378/stat : 6378 (runPb2satCp2.sh) S 6376 6378 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274886601 9367552 275 33554432000 4194304 5064252 140733808119840 140733808118752 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6378/statm: 2287 275 233 213 0 72 0
[pid=6379] ppid=6378 vsize=3636 CPUtime=967.7 cores=1,3,5,7
/proc/6379/stat : 6379 (pb2sat) S 6378 6378 6267 0 -1 4202496 2688 175180 0 0 6 4 96661 99 20 0 1 0 274886601 3723264 579 33554432000 4194304 5873084 140736549926240 140736549920056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6379/statm: 909 579 175 410 0 491 0
[pid=6505] ppid=6379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6505/stat : 6505 (satsolver.sh) S 6379 6378 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274983414 9367552 267 33554432000 4194304 5064252 140735089254752 140735089253664 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6505/statm: 2287 267 226 213 0 72 0
[pid=6506] ppid=6505 vsize=122592 CPUtime=832.38 cores=1,3,5,7
/proc/6506/stat : 6506 (glucose_static) R 6505 6378 6267 0 -1 4202496 100547 0 0 0 83169 69 0 0 20 0 1 0 274983414 125534208 23417 33554432000 4194304 4896791 140733907548032 140733907543704 4225379 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 30648 23417 78 172 0 30474 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 144524

Child status: 0
Real time (s): 1800.72
CPU time (s): 1800.11
CPU user time (s): 1798.37
CPU system time (s): 1.74273
CPU usage (%): 99.9664
Max. virtual memory (cumulated for all children) (KiB): 161112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.37
system time used= 1.74273
maximum resident set size= 121080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 279404
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 279
involuntary context switches= 1888

runsolver used 3.33049 second user time and 8.66268 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-27 04:59:56
IDJOB=3695336
IDBENCH=48251
IDSOLVER=2273
FILE ID=node111/3695336-1338087596
RUNJOBID= node111-1338087406-6284
PBS_JOBID= 14624442
Free space on /tmp= 71680 MiB

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

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

MD5SUM BENCH= 8c398fbb12ba7dbf676dd8375a76e0de
RANDOM SEED=1379608336

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28438168 kB
Buffers:          304516 kB
Cached:          3272392 kB
SwapCached:            0 kB
Active:           942780 kB
Inactive:        2676404 kB
Active(anon):      44452 kB
Inactive(anon):        0 kB
Active(file):     898328 kB
Inactive(file):  2676404 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8560 kB
Writeback:             0 kB
AnonPages:         65140 kB
Mapped:            15492 kB
Shmem:               200 kB
Slab:             677056 kB
SReclaimable:     119660 kB
SUnreclaim:       557396 kB
KernelStack:        1520 kB
PageTables:         4404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     165432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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= 71664 MiB
End job on node111 at 2012-05-27 05:29:57