Trace number 3695343

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.51

General information on the benchmark

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

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.15	c model valid
0.00/0.15	c current solution ok
0.00/0.28	o -32
0.00/0.28	c (debug) using card networks
0.00/0.54	c model valid
0.00/0.54	c current solution ok
0.00/0.55	o -34
0.00/0.55	c (debug) using card networks
0.00/0.86	c model valid
0.00/0.86	c current solution ok
0.00/0.86	o -38
0.00/0.86	c (debug) using card networks
1.26/1.32	c model valid
1.26/1.32	c current solution ok
1.26/1.32	o -40
1.26/1.32	c (debug) using card networks
2.45/2.50	c model valid
2.45/2.50	c current solution ok
2.45/2.50	o -41
2.45/2.50	c (debug) using card networks
5.17/5.20	c model valid
5.17/5.20	c current solution ok
5.17/5.20	o -42
5.17/5.20	c (debug) using card networks
6.75/6.82	c model valid
6.75/6.82	c current solution ok
6.75/6.87	o -43
6.75/6.87	c (debug) using card networks
6.79/7.38	c model valid
6.79/7.38	c current solution ok
6.79/7.38	o -44
6.79/7.38	c (debug) using card networks
26.89/27.04	c model valid
26.89/27.04	c current solution ok
26.89/27.04	o -45
26.89/27.04	c (debug) using card networks
82.07/82.22	c model valid
82.07/82.22	c current solution ok
82.07/82.22	o -46
82.07/82.22	c (debug) using card networks
149.45/149.61	c model valid
149.45/149.61	c current solution ok
149.45/149.61	o -47
149.45/149.61	c (debug) using card networks
470.97/471.26	c model valid
470.97/471.26	c current solution ok
470.97/471.26	o -48
470.97/471.26	c (debug) using card networks
629.94/630.27	c model valid
629.94/630.27	c current solution ok
629.94/630.27	o -49
629.94/630.27	c (debug) using card networks
996.57/996.92	c model valid
996.57/996.92	c current solution ok
996.57/996.93	o -50
996.57/996.93	c (debug) using card networks
1800.01/1800.51	./satsolver.sh: line 5: 21540 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.01/1800.51	c error: unexpected solver exit code
1800.01/1800.51	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-3695343-1338089726/watcher-3695343-1338089726 -o /tmp/evaluation-result-3695343-1338089726/solver-3695343-1338089726 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695343-1338089726.opb 1129558060 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: 1.84 1.98 1.92 3/171 18037
/proc/meminfo: memFree=29322540/32873648 swapFree=6864/6864
[pid=18037] ppid=18035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18037/stat : 18037 (runPb2satCp2.sh) S 18035 18037 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275098026 9367552 275 33554432000 4194304 5064252 140734939234288 140734939233200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18037/statm: 2287 275 233 213 0 72 0

[startup+0.0589999 s]
/proc/loadavg: 1.84 1.98 1.92 3/171 18037
/proc/meminfo: memFree=29322540/32873648 swapFree=6864/6864
[pid=18037] ppid=18035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18037/stat : 18037 (runPb2satCp2.sh) S 18035 18037 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275098026 9367552 275 33554432000 4194304 5064252 140734939234288 140734939233200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18037/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100201 s]
/proc/loadavg: 1.84 1.98 1.92 3/171 18037
/proc/meminfo: memFree=29322540/32873648 swapFree=6864/6864
[pid=18037] ppid=18035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18037/stat : 18037 (runPb2satCp2.sh) S 18035 18037 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275098026 9367552 275 33554432000 4194304 5064252 140734939234288 140734939233200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18037/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300133 s]
/proc/loadavg: 1.84 1.98 1.92 3/171 18037
/proc/meminfo: memFree=29322540/32873648 swapFree=6864/6864
[pid=18037] ppid=18035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18037/stat : 18037 (runPb2satCp2.sh) S 18035 18037 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275098026 9367552 275 33554432000 4194304 5064252 140734939234288 140734939233200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18037/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700155 s]
/proc/loadavg: 1.84 1.98 1.92 3/171 18037
/proc/meminfo: memFree=29322540/32873648 swapFree=6864/6864
[pid=18037] ppid=18035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18037/stat : 18037 (runPb2satCp2.sh) S 18035 18037 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275098026 9367552 275 33554432000 4194304 5064252 140734939234288 140734939233200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18037/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50021 s]
/proc/loadavg: 1.84 1.98 1.92 3/177 18103
/proc/meminfo: memFree=29287180/32873648 swapFree=6864/6864
[pid=18037] ppid=18035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18037/stat : 18037 (runPb2satCp2.sh) S 18035 18037 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275098026 9367552 275 33554432000 4194304 5064252 140734939234288 140734939233200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18037/statm: 2287 275 233 213 0 72 0
[pid=18038] ppid=18037 vsize=6600 CPUtime=1.3 cores=0,2,4,6
/proc/18038/stat : 18038 (pb2sat) S 18037 18037 18002 0 -1 4202496 3507 15373 0 0 9 10 107 4 20 0 1 0 275098026 6758400 1124 33554432000 4194304 5873084 140735221925744 140735221919560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18038/statm: 1650 1124 175 410 0 1232 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 15748

[startup+3.1002 s]
/proc/loadavg: 1.84 1.98 1.92 2/183 18225
/proc/meminfo: memFree=29295856/32873648 swapFree=6864/6864
[pid=18037] ppid=18035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18037/stat : 18037 (runPb2satCp2.sh) S 18035 18037 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275098026 9367552 275 33554432000 4194304 5064252 140734939234288 140734939233200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18037/statm: 2287 275 233 213 0 72 0
[pid=18038] ppid=18037 vsize=6600 CPUtime=2.47 cores=0,2,4,6
/proc/18038/stat : 18038 (pb2sat) S 18037 18037 18002 0 -1 4202496 3969 19558 0 0 10 10 222 5 20 0 1 0 275098026 6758400 1124 33554432000 4194304 5873084 140735221925744 140735221919560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18038/statm: 1650 1124 175 410 0 1232 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 15748
heavy processes:
  %CPU=12 pid=18268 uid=0 cmd=

[startup+6.30037 s]
/proc/loadavg: 1.85 1.98 1.92 2/183 18511
/proc/meminfo: memFree=29261816/32873648 swapFree=6864/6864
[pid=18037] ppid=18035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18037/stat : 18037 (runPb2satCp2.sh) S 18035 18037 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275098026 9367552 275 33554432000 4194304 5064252 140734939234288 140734939233200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18037/statm: 2287 275 233 213 0 72 0
[pid=18038] ppid=18037 vsize=6600 CPUtime=5.17 cores=0,2,4,6
/proc/18038/stat : 18038 (pb2sat) S 18037 18037 18002 0 -1 4202496 4451 24428 0 0 11 10 489 7 20 0 1 0 275098026 6758400 1125 33554432000 4194304 5873084 140735221925744 140735221919560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18038/statm: 1650 1125 175 410 0 1232 0
[pid=18509] ppid=18038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18509/stat : 18509 (satsolver.sh) S 18038 18037 18002 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275098547 9367552 267 33554432000 4194304 5064252 140735809947088 140735809946000 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18509/statm: 2287 267 226 213 0 72 0
[pid=18510] ppid=18509 vsize=15456 CPUtime=1.07 cores=0,2,4,6
/proc/18510/stat : 18510 (glucose_static) R 18509 18037 18002 0 -1 4202496 2946 0 0 0 107 0 0 0 20 0 1 0 275098547 15826944 3300 33554432000 4194304 4896791 140733872043296 140733872040504 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18510/statm: 3864 3300 78 172 0 3690 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 40352

[startup+12.7003 s]
/proc/loadavg: 1.87 1.98 1.92 2/183 18997
/proc/meminfo: memFree=29241372/32873648 swapFree=6864/6864
[pid=18037] ppid=18035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18037/stat : 18037 (runPb2satCp2.sh) S 18035 18037 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275098026 9367552 275 33554432000 4194304 5064252 140734939234288 140734939233200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18037/statm: 2287 275 233 213 0 72 0
[pid=18038] ppid=18037 vsize=6600 CPUtime=7.3 cores=0,2,4,6
/proc/18038/stat : 18038 (pb2sat) S 18037 18037 18002 0 -1 4202496 5373 32512 0 0 13 10 697 10 20 0 1 0 275098026 6758400 1125 33554432000 4194304 5873084 140735221925744 140735221919560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18038/statm: 1650 1125 175 410 0 1232 0
[pid=18636] ppid=18038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18636/stat : 18636 (satsolver.sh) S 18038 18037 18002 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275098765 9367552 267 33554432000 4194304 5064252 140733297649920 140733297648832 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18636/statm: 2287 267 226 213 0 72 0
[pid=18637] ppid=18636 vsize=16668 CPUtime=5.29 cores=0,2,4,6
/proc/18637/stat : 18637 (glucose_static) R 18636 18037 18002 0 -1 4202496 4746 0 0 0 528 1 0 0 20 0 1 0 275098765 17068032 3586 33554432000 4194304 4896791 140735741547856 140735741545064 4224752 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18637/statm: 4167 3586 78 172 0 3993 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 41564

[startup+25.5067 s]
/proc/loadavg: 1.83 1.96 1.91 3/182 19409
/proc/meminfo: memFree=29287512/32873648 swapFree=6864/6864
[pid=18037] ppid=18035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18037/stat : 18037 (runPb2satCp2.sh) S 18035 18037 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275098026 9367552 275 33554432000 4194304 5064252 140734939234288 140734939233200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18037/statm: 2287 275 233 213 0 72 0
[pid=18038] ppid=18037 vsize=6600 CPUtime=7.3 cores=0,2,4,6
/proc/18038/stat : 18038 (pb2sat) S 18037 18037 18002 0 -1 4202496 5373 32512 0 0 13 10 697 10 20 0 1 0 275098026 6758400 1125 33554432000 4194304 5873084 140735221925744 140735221919560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18038/statm: 1650 1125 175 410 0 1232 0
[pid=18636] ppid=18038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18636/stat : 18636 (satsolver.sh) S 18038 18037 18002 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275098765 9367552 267 33554432000 4194304 5064252 140733297649920 140733297648832 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18636/statm: 2287 267 226 213 0 72 0
[pid=18637] ppid=18636 vsize=26100 CPUtime=18.1 cores=0,2,4,6
/proc/18637/stat : 18637 (glucose_static) R 18636 18037 18002 0 -1 4202496 9024 0 0 0 1806 4 0 0 20 0 1 0 275098765 26726400 5210 33554432000 4194304 4896791 140735741547856 140735741545384 4230803 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18637/statm: 6525 5210 78 172 0 6351 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 50996

[startup+51.1002 s]
/proc/loadavg: 1.89 1.97 1.91 3/184 19528
/proc/meminfo: memFree=29274208/32873648 swapFree=6864/6864
[pid=18037] ppid=18035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18037/stat : 18037 (runPb2satCp2.sh) S 18035 18037 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275098026 9367552 275 33554432000 4194304 5064252 140734939234288 140734939233200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18037/statm: 2287 275 233 213 0 72 0
[pid=18038] ppid=18037 vsize=6600 CPUtime=26.95 cores=0,2,4,6
/proc/18038/stat : 18038 (pb2sat) S 18037 18037 18002 0 -1 4202496 5855 43508 0 0 14 10 2656 15 20 0 1 0 275098026 6758400 1125 33554432000 4194304 5873084 140735221925744 140735221919560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18038/statm: 1650 1125 175 410 0 1232 0
[pid=19446] ppid=18038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19446/stat : 19446 (satsolver.sh) S 18038 18037 18002 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275100731 9367552 266 33554432000 4194304 5064252 140736523172624 140736523171536 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19446/statm: 2287 266 226 213 0 72 0
[pid=19447] ppid=19446 vsize=26796 CPUtime=24.03 cores=0,2,4,6
/proc/19447/stat : 19447 (glucose_static) R 19446 18037 18002 0 -1 4202496 12534 0 0 0 2400 3 0 0 20 0 1 0 275100731 27439104 5543 33554432000 4194304 4896791 140733849056656 140733849053864 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19447/statm: 6699 5543 78 172 0 6525 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 51692

[startup+102.3 s]
/proc/loadavg: 1.95 1.97 1.91 3/183 19552
/proc/meminfo: memFree=29277704/32873648 swapFree=6864/6864
[pid=18037] ppid=18035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18037/stat : 18037 (runPb2satCp2.sh) S 18035 18037 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275098026 9367552 275 33554432000 4194304 5064252 140734939234288 140734939233200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18037/statm: 2287 275 233 213 0 72 0
[pid=18038] ppid=18037 vsize=6600 CPUtime=82.12 cores=0,2,4,6
/proc/18038/stat : 18038 (pb2sat) S 18037 18037 18002 0 -1 4202496 6333 65618 0 0 15 10 8165 22 20 0 1 0 275098026 6758400 1125 33554432000 4194304 5873084 140735221925744 140735221919560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18038/statm: 1650 1125 175 410 0 1232 0
[pid=19545] ppid=18038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19545/stat : 19545 (satsolver.sh) S 18038 18037 18002 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 275106249 9367552 266 33554432000 4194304 5064252 140735572142896 140735572141808 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19545/statm: 2287 266 226 213 0 72 0
[pid=19546] ppid=19545 vsize=21800 CPUtime=20.04 cores=0,2,4,6
/proc/19546/stat : 19546 (glucose_static) R 19545 18037 18002 0 -1 4202496 10495 0 0 0 2002 2 0 0 20 0 1 0 275106249 22323200 4785 33554432000 4194304 4896791 140737416545696 140737416543224 4225662 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19546/statm: 5450 4785 78 172 0 5276 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 46696

[startup+162.3 s]
/proc/loadavg: 2.05 1.99 1.92 3/183 19736
/proc/meminfo: memFree=29279116/32873648 swapFree=6864/6864
[pid=18037] ppid=18035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18037/stat : 18037 (runPb2satCp2.sh) S 18035 18037 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275098026 9367552 275 33554432000 4194304 5064252 140734939234288 140734939233200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18037/statm: 2287 275 233 213 0 72 0
[pid=18038] ppid=18037 vsize=6600 CPUtime=149.48 cores=0,2,4,6
/proc/18038/stat : 18038 (pb2sat) S 18037 18037 18002 0 -1 4202496 6813 88181 0 0 15 11 14892 30 20 0 1 0 275098026 6758400 1125 33554432000 4194304 5873084 140735221925744 140735221919560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18038/statm: 1650 1125 175 410 0 1232 0
[pid=19729] ppid=18038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19729/stat : 19729 (satsolver.sh) S 18038 18037 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275112988 9367552 267 33554432000 4194304 5064252 140733804843984 140733804842896 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19729/statm: 2287 267 226 213 0 72 0
[pid=19730] ppid=19729 vsize=20788 CPUtime=12.66 cores=0,2,4,6
/proc/19730/stat : 19730 (glucose_static) R 19729 18037 18002 0 -1 4202496 6629 0 0 0 1265 1 0 0 20 0 1 0 275112988 21286912 4540 33554432000 4194304 4896791 140736756284464 140736756280136 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19730/statm: 5197 4540 78 172 0 5023 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 45684

[startup+222.3 s]
/proc/loadavg: 1.98 1.97 1.91 3/183 20127

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


[startup+1422.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/183 21541
/proc/meminfo: memFree=28732420/32873648 swapFree=6864/6864
[pid=18037] ppid=18035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18037/stat : 18037 (runPb2satCp2.sh) S 18035 18037 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275098026 9367552 275 33554432000 4194304 5064252 140734939234288 140734939233200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18037/statm: 2287 275 233 213 0 72 0
[pid=18038] ppid=18037 vsize=6600 CPUtime=996.61 cores=0,2,4,6
/proc/18038/stat : 18038 (pb2sat) S 18037 18037 18002 0 -1 4202496 8159 213352 0 0 18 11 99538 94 20 0 1 0 275098026 6758400 1125 33554432000 4194304 5873084 140735221925744 140735221919560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18038/statm: 1650 1125 175 410 0 1232 0
[pid=21539] ppid=18038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21539/stat : 21539 (satsolver.sh) S 18038 18037 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275197719 9367552 267 33554432000 4194304 5064252 140735946672336 140735946671248 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21539/statm: 2287 267 226 213 0 72 0
[pid=21540] ppid=21539 vsize=75452 CPUtime=425.27 cores=0,2,4,6
/proc/21540/stat : 21540 (glucose_static) R 21539 18037 18002 0 -1 4202496 44395 0 0 0 42502 25 0 0 20 0 1 0 275197719 77262848 16734 33554432000 4194304 4896791 140734369328592 140734369326120 4225151 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21540/statm: 18863 16734 78 172 0 18689 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 100348

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/184 21545
/proc/meminfo: memFree=28702056/32873648 swapFree=6864/6864
[pid=18037] ppid=18035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18037/stat : 18037 (runPb2satCp2.sh) S 18035 18037 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275098026 9367552 275 33554432000 4194304 5064252 140734939234288 140734939233200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18037/statm: 2287 275 233 213 0 72 0
[pid=18038] ppid=18037 vsize=6600 CPUtime=996.61 cores=0,2,4,6
/proc/18038/stat : 18038 (pb2sat) S 18037 18037 18002 0 -1 4202496 8159 213352 0 0 18 11 99538 94 20 0 1 0 275098026 6758400 1125 33554432000 4194304 5873084 140735221925744 140735221919560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18038/statm: 1650 1125 175 410 0 1232 0
[pid=21539] ppid=18038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21539/stat : 21539 (satsolver.sh) S 18038 18037 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275197719 9367552 267 33554432000 4194304 5064252 140735946672336 140735946671248 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21539/statm: 2287 267 226 213 0 72 0
[pid=21540] ppid=21539 vsize=127904 CPUtime=485.26 cores=0,2,4,6
/proc/21540/stat : 21540 (glucose_static) R 21539 18037 18002 0 -1 4202496 47913 0 0 0 48498 28 0 0 20 0 1 0 275197719 130973696 25272 33554432000 4194304 4896791 140734369328592 140734369324328 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21540/statm: 31976 25272 78 172 0 31802 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 152800

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/184 21568
/proc/meminfo: memFree=28714020/32873648 swapFree=6864/6864
[pid=18037] ppid=18035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18037/stat : 18037 (runPb2satCp2.sh) S 18035 18037 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275098026 9367552 275 33554432000 4194304 5064252 140734939234288 140734939233200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18037/statm: 2287 275 233 213 0 72 0
[pid=18038] ppid=18037 vsize=6600 CPUtime=996.61 cores=0,2,4,6
/proc/18038/stat : 18038 (pb2sat) S 18037 18037 18002 0 -1 4202496 8159 213352 0 0 18 11 99538 94 20 0 1 0 275098026 6758400 1125 33554432000 4194304 5873084 140735221925744 140735221919560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18038/statm: 1650 1125 175 410 0 1232 0
[pid=21539] ppid=18038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21539/stat : 21539 (satsolver.sh) S 18038 18037 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275197719 9367552 267 33554432000 4194304 5064252 140735946672336 140735946671248 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21539/statm: 2287 267 226 213 0 72 0
[pid=21540] ppid=21539 vsize=99592 CPUtime=545.25 cores=0,2,4,6
/proc/21540/stat : 21540 (glucose_static) R 21539 18037 18002 0 -1 4202496 51505 0 0 0 54494 31 0 0 20 0 1 0 275197719 101982208 23828 33554432000 4194304 4896791 140734369328592 140734369326120 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21540/statm: 24898 23828 78 172 0 24724 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 124488

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/183 21568
/proc/meminfo: memFree=28713328/32873648 swapFree=6864/6864
[pid=18037] ppid=18035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18037/stat : 18037 (runPb2satCp2.sh) S 18035 18037 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275098026 9367552 275 33554432000 4194304 5064252 140734939234288 140734939233200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18037/statm: 2287 275 233 213 0 72 0
[pid=18038] ppid=18037 vsize=6600 CPUtime=996.61 cores=0,2,4,6
/proc/18038/stat : 18038 (pb2sat) S 18037 18037 18002 0 -1 4202496 8159 213352 0 0 18 11 99538 94 20 0 1 0 275098026 6758400 1125 33554432000 4194304 5873084 140735221925744 140735221919560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18038/statm: 1650 1125 175 410 0 1232 0
[pid=21539] ppid=18038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21539/stat : 21539 (satsolver.sh) S 18038 18037 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275197719 9367552 267 33554432000 4194304 5064252 140735946672336 140735946671248 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21539/statm: 2287 267 226 213 0 72 0
[pid=21540] ppid=21539 vsize=84608 CPUtime=605.24 cores=0,2,4,6
/proc/21540/stat : 21540 (glucose_static) R 21539 18037 18002 0 -1 4202496 55014 0 0 0 60490 34 0 0 20 0 1 0 275197719 86638592 20259 33554432000 4194304 4896791 140734369328592 140734369324328 4224848 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21540/statm: 21152 20259 78 172 0 20978 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 109504

[startup+1662.31 s]
/proc/loadavg: 2.01 2.00 1.94 3/183 21568
/proc/meminfo: memFree=28700628/32873648 swapFree=6864/6864
[pid=18037] ppid=18035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18037/stat : 18037 (runPb2satCp2.sh) S 18035 18037 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275098026 9367552 275 33554432000 4194304 5064252 140734939234288 140734939233200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18037/statm: 2287 275 233 213 0 72 0
[pid=18038] ppid=18037 vsize=6600 CPUtime=996.61 cores=0,2,4,6
/proc/18038/stat : 18038 (pb2sat) S 18037 18037 18002 0 -1 4202496 8159 213352 0 0 18 11 99538 94 20 0 1 0 275098026 6758400 1125 33554432000 4194304 5873084 140735221925744 140735221919560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18038/statm: 1650 1125 175 410 0 1232 0
[pid=21539] ppid=18038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21539/stat : 21539 (satsolver.sh) S 18038 18037 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275197719 9367552 267 33554432000 4194304 5064252 140735946672336 140735946671248 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21539/statm: 2287 267 226 213 0 72 0
[pid=21540] ppid=21539 vsize=105516 CPUtime=665.23 cores=0,2,4,6
/proc/21540/stat : 21540 (glucose_static) R 21539 18037 18002 0 -1 4202496 57826 0 0 0 66487 36 0 0 20 0 1 0 275197719 108048384 25460 33554432000 4194304 4896791 140734369328592 140734369324328 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21540/statm: 26379 25460 78 172 0 26205 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 130412

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 21568
/proc/meminfo: memFree=28688668/32873648 swapFree=6864/6864
[pid=18037] ppid=18035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18037/stat : 18037 (runPb2satCp2.sh) S 18035 18037 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275098026 9367552 275 33554432000 4194304 5064252 140734939234288 140734939233200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18037/statm: 2287 275 233 213 0 72 0
[pid=18038] ppid=18037 vsize=6600 CPUtime=996.61 cores=0,2,4,6
/proc/18038/stat : 18038 (pb2sat) S 18037 18037 18002 0 -1 4202496 8159 213352 0 0 18 11 99538 94 20 0 1 0 275098026 6758400 1125 33554432000 4194304 5873084 140735221925744 140735221919560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18038/statm: 1650 1125 175 410 0 1232 0
[pid=21539] ppid=18038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21539/stat : 21539 (satsolver.sh) S 18038 18037 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275197719 9367552 267 33554432000 4194304 5064252 140735946672336 140735946671248 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21539/statm: 2287 267 226 213 0 72 0
[pid=21540] ppid=21539 vsize=137752 CPUtime=725.21 cores=0,2,4,6
/proc/21540/stat : 21540 (glucose_static) R 21539 18037 18002 0 -1 4202496 60644 0 0 0 72481 40 0 0 20 0 1 0 275197719 141058048 31389 33554432000 4194304 4896791 140734369328592 140734369324328 4225011 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21540/statm: 34438 31389 78 172 0 34264 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 162648

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 21569
/proc/meminfo: memFree=28664976/32873648 swapFree=6864/6864
[pid=18037] ppid=18035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18037/stat : 18037 (runPb2satCp2.sh) S 18035 18037 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275098026 9367552 275 33554432000 4194304 5064252 140734939234288 140734939233200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18037/statm: 2287 275 233 213 0 72 0
[pid=18038] ppid=18037 vsize=6600 CPUtime=996.61 cores=0,2,4,6
/proc/18038/stat : 18038 (pb2sat) S 18037 18037 18002 0 -1 4202496 8159 213352 0 0 18 11 99538 94 20 0 1 0 275098026 6758400 1125 33554432000 4194304 5873084 140735221925744 140735221919560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18038/statm: 1650 1125 175 410 0 1232 0
[pid=21539] ppid=18038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21539/stat : 21539 (satsolver.sh) S 18038 18037 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275197719 9367552 267 33554432000 4194304 5064252 140735946672336 140735946671248 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21539/statm: 2287 267 226 213 0 72 0
[pid=21540] ppid=21539 vsize=139496 CPUtime=785.2 cores=0,2,4,6
/proc/21540/stat : 21540 (glucose_static) R 21539 18037 18002 0 -1 4202496 63646 0 0 0 78476 44 0 0 20 0 1 0 275197719 142843904 33870 33554432000 4194304 4896791 140734369328592 140734369325800 4225445 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21540/statm: 34874 33870 78 172 0 34700 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 164392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 21569
/proc/meminfo: memFree=28697488/32873648 swapFree=6864/6864
[pid=18037] ppid=18035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18037/stat : 18037 (runPb2satCp2.sh) S 18035 18037 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275098026 9367552 275 33554432000 4194304 5064252 140734939234288 140734939233200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18037/statm: 2287 275 233 213 0 72 0
[pid=18038] ppid=18037 vsize=6600 CPUtime=996.61 cores=0,2,4,6
/proc/18038/stat : 18038 (pb2sat) S 18037 18037 18002 0 -1 4202496 8159 213352 0 0 18 11 99538 94 20 0 1 0 275098026 6758400 1125 33554432000 4194304 5873084 140735221925744 140735221919560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18038/statm: 1650 1125 175 410 0 1232 0
[pid=21539] ppid=18038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21539/stat : 21539 (satsolver.sh) S 18038 18037 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275197719 9367552 267 33554432000 4194304 5064252 140735946672336 140735946671248 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21539/statm: 2287 267 226 213 0 72 0
[pid=21540] ppid=21539 vsize=109732 CPUtime=803.4 cores=0,2,4,6
/proc/21540/stat : 21540 (glucose_static) R 21539 18037 18002 0 -1 4202496 65841 0 0 0 80294 46 0 0 20 0 1 0 275197719 112365568 24305 33554432000 4194304 4896791 140734369328592 140734369323672 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21540/statm: 27433 24305 78 172 0 27259 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 134628

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 21569
/proc/meminfo: memFree=28697488/32873648 swapFree=6864/6864
[pid=18037] ppid=18035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18037/stat : 18037 (runPb2satCp2.sh) S 18035 18037 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275098026 9367552 275 33554432000 4194304 5064252 140734939234288 140734939233200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18037/statm: 2287 275 233 213 0 72 0
[pid=18038] ppid=18037 vsize=6600 CPUtime=996.61 cores=0,2,4,6
/proc/18038/stat : 18038 (pb2sat) S 18037 18037 18002 0 -1 4202496 8159 213352 0 0 18 11 99538 94 20 0 1 0 275098026 6758400 1125 33554432000 4194304 5873084 140735221925744 140735221919560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18038/statm: 1650 1125 175 410 0 1232 0
[pid=21539] ppid=18038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21539/stat : 21539 (satsolver.sh) S 18038 18037 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275197719 9367552 267 33554432000 4194304 5064252 140735946672336 140735946671248 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21539/statm: 2287 267 226 213 0 72 0
[pid=21540] ppid=21539 vsize=109732 CPUtime=803.4 cores=0,2,4,6
/proc/21540/stat : 21540 (glucose_static) R 21539 18037 18002 0 -1 4202496 65841 0 0 0 80294 46 0 0 20 0 1 0 275197719 112365568 24305 33554432000 4194304 4896791 140734369328592 140734369323672 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21540/statm: 27433 24305 78 172 0 27259 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 134628

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.06
CPU user time (s): 1798.52
CPU system time (s): 1.53577
CPU usage (%): 99.9748
Max. virtual memory (cumulated for all children) (KiB): 215408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.52
system time used= 1.53577
maximum resident set size= 159980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 288342
page faults= 0
swaps= 0
block input operations= 0
block output operations= 54704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 216
involuntary context switches= 2745

runsolver used 3.44848 second user time and 8.82466 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-27 05:35:26
IDJOB=3695343
IDBENCH=48283
IDSOLVER=2273
FILE ID=node125/3695343-1338089726
RUNJOBID= node125-1338089726-18018
PBS_JOBID= 14624468
Free space on /tmp= 71260 MiB

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

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

MD5SUM BENCH= 74165f17686851db36d48a05683565a5
RANDOM SEED=1129558060

node125.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.373
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.74
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.373
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.373
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.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
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:       32873648 kB
MemFree:        29323152 kB
Buffers:          309856 kB
Cached:          2394732 kB
SwapCached:         2336 kB
Active:          1239100 kB
Inactive:        1475060 kB
Active(anon):       2340 kB
Inactive(anon):     9552 kB
Active(file):    1236760 kB
Inactive(file):  1465508 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102552 kB
Dirty:             34932 kB
Writeback:             0 kB
AnonPages:         14132 kB
Mapped:            13332 kB
Shmem:               104 kB
Slab:             696308 kB
SReclaimable:     139792 kB
SUnreclaim:       556516 kB
KernelStack:        1352 kB
PageTables:         4412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71180 MiB
End job on node125 at 2012-05-27 06:05:27