Trace number 3694868

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pb2satCp2 2012-05-19? (TO) 1800.06 1800.72

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-3.opb
MD5SUM49f1950e042362832bbb830f499dd3e3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-45
Best CPU time to get the best result obtained on this benchmark106.029
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -44
Optimality of the best value was proved NO
Number of variables945
Total number of constraints58245
Number of constraints which are clauses58245
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 945
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 945
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 945
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.18	c model valid
0.00/0.18	c current solution ok
0.00/0.28	o 0
0.00/0.28	c (debug) using card networks
0.00/0.50	c model valid
0.00/0.50	c current solution ok
0.00/0.50	o -29
0.00/0.50	c (debug) using card networks
0.98/1.06	c model valid
0.98/1.06	c current solution ok
0.98/1.06	o -31
0.98/1.06	c (debug) using card networks
1.78/1.84	c model valid
1.78/1.84	c current solution ok
1.78/1.85	o -33
1.78/1.85	c (debug) using card networks
4.96/5.08	c model valid
4.96/5.08	c current solution ok
5.06/5.22	o -34
5.06/5.22	c (debug) using card networks
8.34/8.55	c model valid
8.34/8.55	c current solution ok
8.34/8.56	o -35
8.34/8.56	c (debug) using card networks
12.34/12.57	c model valid
12.34/12.57	c current solution ok
12.34/12.57	o -36
12.34/12.57	c (debug) using card networks
17.14/17.36	c model valid
17.14/17.36	c current solution ok
17.14/17.36	o -38
17.14/17.36	c (debug) using card networks
22.14/22.33	c model valid
22.14/22.33	c current solution ok
22.17/22.40	o -39
22.17/22.40	c (debug) using card networks
30.36/30.69	c model valid
30.36/30.69	c current solution ok
30.36/30.69	o -40
30.36/30.69	c (debug) using card networks
36.96/37.26	c model valid
36.96/37.26	c current solution ok
36.96/37.26	o -41
36.96/37.26	c (debug) using card networks
56.65/56.90	c model valid
56.65/56.90	c current solution ok
56.65/56.91	o -42
56.65/56.91	c (debug) using card networks
107.94/108.27	c model valid
107.94/108.27	c current solution ok
107.94/108.28	o -43
107.94/108.28	c (debug) using card networks
1800.02/1800.71	./satsolver.sh: line 5:  8132 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.02/1800.71	c error: unexpected solver exit code
1800.02/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-3694868-1338061928/watcher-3694868-1338061928 -o /tmp/evaluation-result-3694868-1338061928/solver-3694868-1338061928 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694868-1338061928.opb 1316363549 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8007
/proc/meminfo: memFree=28836384/32873844 swapFree=7116/7116
[pid=8007] ppid=8005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8007/stat : 8007 (runPb2satCp2.sh) S 8005 8007 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272317725 9367552 274 33554432000 4194304 5064252 140735573602736 140735573601648 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8007/statm: 2287 274 233 213 0 72 0

[startup+0.0528231 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8007
/proc/meminfo: memFree=28836384/32873844 swapFree=7116/7116
[pid=8007] ppid=8005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8007/stat : 8007 (runPb2satCp2.sh) S 8005 8007 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272317725 9367552 274 33554432000 4194304 5064252 140735573602736 140735573601648 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8007/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100209 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8007
/proc/meminfo: memFree=28836384/32873844 swapFree=7116/7116
[pid=8007] ppid=8005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8007/stat : 8007 (runPb2satCp2.sh) S 8005 8007 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272317725 9367552 274 33554432000 4194304 5064252 140735573602736 140735573601648 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8007/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300113 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8007
/proc/meminfo: memFree=28836384/32873844 swapFree=7116/7116
[pid=8007] ppid=8005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8007/stat : 8007 (runPb2satCp2.sh) S 8005 8007 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272317725 9367552 274 33554432000 4194304 5064252 140735573602736 140735573601648 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8007/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700237 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8007
/proc/meminfo: memFree=28836384/32873844 swapFree=7116/7116
[pid=8007] ppid=8005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8007/stat : 8007 (runPb2satCp2.sh) S 8005 8007 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272317725 9367552 274 33554432000 4194304 5064252 140735573602736 140735573601648 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8007/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8018
/proc/meminfo: memFree=28813356/32873844 swapFree=7116/7116
[pid=8007] ppid=8005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8007/stat : 8007 (runPb2satCp2.sh) S 8005 8007 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272317725 9367552 274 33554432000 4194304 5064252 140735573602736 140735573601648 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8007/statm: 2287 274 233 213 0 72 0
[pid=8008] ppid=8007 vsize=7876 CPUtime=1.06 cores=1,3,5,7
/proc/8008/stat : 8008 (pb2sat) S 8007 8007 6780 0 -1 4202496 4405 12717 0 0 36 9 58 3 20 0 1 0 272317725 8065024 1358 33554432000 4194304 5873084 140736352056864 140736352050680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8008/statm: 1969 1358 172 410 0 1551 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 17024

[startup+3.10037 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8024
/proc/meminfo: memFree=28810176/32873844 swapFree=7116/7116
[pid=8007] ppid=8005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8007/stat : 8007 (runPb2satCp2.sh) S 8005 8007 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272317725 9367552 274 33554432000 4194304 5064252 140735573602736 140735573601648 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8007/statm: 2287 274 233 213 0 72 0
[pid=8008] ppid=8007 vsize=7876 CPUtime=1.85 cores=1,3,5,7
/proc/8008/stat : 8008 (pb2sat) S 8007 8007 6780 0 -1 4202496 5630 18227 0 0 45 9 126 5 20 0 1 0 272317725 8065024 1358 33554432000 4194304 5873084 140736352056864 140736352050680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8008/statm: 1969 1358 172 410 0 1551 0
[pid=8023] ppid=8008 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8023/stat : 8023 (satsolver.sh) S 8008 8007 6780 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272317912 9367552 266 33554432000 4194304 5064252 140733986110960 140733986109872 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8023/statm: 2287 266 226 213 0 72 0
[pid=8024] ppid=8023 vsize=19036 CPUtime=1.21 cores=1,3,5,7
/proc/8024/stat : 8024 (glucose_static) R 8023 8007 6780 0 -1 4202496 5300 0 0 0 120 1 0 0 20 0 1 0 272317913 19492864 4219 33554432000 4194304 4896791 140735053080512 140735053078024 4224706 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8024/statm: 4759 4219 76 172 0 4585 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 45208

[startup+6.30039 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8027
/proc/meminfo: memFree=28808260/32873844 swapFree=7116/7116
[pid=8007] ppid=8005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8007/stat : 8007 (runPb2satCp2.sh) S 8005 8007 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272317725 9367552 274 33554432000 4194304 5064252 140735573602736 140735573601648 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8007/statm: 2287 274 233 213 0 72 0
[pid=8008] ppid=8007 vsize=7876 CPUtime=5.08 cores=1,3,5,7
/proc/8008/stat : 8008 (pb2sat) S 8007 8007 6780 0 -1 4202496 6855 25757 0 0 53 9 439 7 20 0 1 0 272317725 8065024 1358 33554432000 4194304 5873084 140736352056864 140736352050680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8008/statm: 1969 1358 172 410 0 1551 0
[pid=8026] ppid=8008 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8026/stat : 8026 (satsolver.sh) S 8008 8007 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272318247 9367552 267 33554432000 4194304 5064252 140736661874832 140736661873744 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8026/statm: 2287 267 226 213 0 72 0
[pid=8027] ppid=8026 vsize=19028 CPUtime=1.04 cores=1,3,5,7
/proc/8027/stat : 8027 (glucose_static) R 8026 8007 6780 0 -1 4202496 5173 0 0 0 104 0 0 0 20 0 1 0 272318247 19484672 4190 33554432000 4194304 4896791 140736886260224 140736886257736 4225148 0 0 4096 0 0 0 0 17 1 0 0 2 0 0
/proc/8027/statm: 4757 4190 76 172 0 4583 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 45200

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8030
/proc/meminfo: memFree=28801428/32873844 swapFree=7116/7116
[pid=8007] ppid=8005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8007/stat : 8007 (runPb2satCp2.sh) S 8005 8007 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272317725 9367552 274 33554432000 4194304 5064252 140735573602736 140735573601648 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8007/statm: 2287 274 233 213 0 72 0
[pid=8008] ppid=8007 vsize=7876 CPUtime=12.45 cores=1,3,5,7
/proc/8008/stat : 8008 (pb2sat) S 8007 8007 6780 0 -1 4202496 9231 41158 0 0 70 10 1154 11 20 0 1 0 272317725 8065024 1358 33554432000 4194304 5873084 140736352056864 140736352050680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8008/statm: 1969 1358 172 410 0 1551 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 17024

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8039
/proc/meminfo: memFree=28789636/32873844 swapFree=7116/7116
[pid=8007] ppid=8005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8007/stat : 8007 (runPb2satCp2.sh) S 8005 8007 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272317725 9367552 274 33554432000 4194304 5064252 140735573602736 140735573601648 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8007/statm: 2287 274 233 213 0 72 0
[pid=8008] ppid=8007 vsize=7876 CPUtime=22.2 cores=1,3,5,7
/proc/8008/stat : 8008 (pb2sat) S 8007 8007 6780 0 -1 4202496 11681 58040 0 0 87 11 2107 15 20 0 1 0 272317725 8065024 1358 33554432000 4194304 5873084 140736352056864 140736352050680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8008/statm: 1969 1358 172 410 0 1551 0
[pid=8038] ppid=8008 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8038/stat : 8038 (satsolver.sh) S 8008 8007 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272319968 9367552 267 33554432000 4194304 5064252 140737138272672 140737138271584 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8038/statm: 2287 267 226 213 0 72 0
[pid=8039] ppid=8038 vsize=19504 CPUtime=3.06 cores=1,3,5,7
/proc/8039/stat : 8039 (glucose_static) R 8038 8007 6780 0 -1 4202496 6342 0 0 0 305 1 0 0 20 0 1 0 272319968 19972096 4275 33554432000 4194304 4896791 140734541546016 140734541543416 4224960 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8039/statm: 4876 4275 78 172 0 4702 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 45676

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8111
/proc/meminfo: memFree=28921156/32873844 swapFree=7116/7116
[pid=8007] ppid=8005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8007/stat : 8007 (runPb2satCp2.sh) S 8005 8007 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272317725 9367552 274 33554432000 4194304 5064252 140735573602736 140735573601648 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8007/statm: 2287 274 233 213 0 72 0
[pid=8008] ppid=8007 vsize=7876 CPUtime=37.06 cores=1,3,5,7
/proc/8008/stat : 8008 (pb2sat) S 8007 8007 6780 0 -1 4202496 14057 80084 0 0 104 11 3569 22 20 0 1 0 272317725 8065024 1358 33554432000 4194304 5873084 140736352056864 140736352050680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8008/statm: 1969 1358 172 410 0 1551 0
[pid=8101] ppid=8008 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8101/stat : 8101 (satsolver.sh) S 8008 8007 6780 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272321454 9367552 266 33554432000 4194304 5064252 140736669469456 140736669468368 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8101/statm: 2287 266 226 213 0 72 0
[pid=8102] ppid=8101 vsize=24564 CPUtime=13.79 cores=1,3,5,7
/proc/8102/stat : 8102 (glucose_static) R 8101 8007 6780 0 -1 4202496 11853 0 0 0 1376 3 0 0 20 0 1 0 272321454 25153536 5210 33554432000 4194304 4896791 140737472950576 140737472948152 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8102/statm: 6141 5210 78 172 0 5967 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 50736

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8129
/proc/meminfo: memFree=28909848/32873844 swapFree=7116/7116
[pid=8007] ppid=8005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8007/stat : 8007 (runPb2satCp2.sh) S 8005 8007 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272317725 9367552 274 33554432000 4194304 5064252 140735573602736 140735573601648 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8007/statm: 2287 274 233 213 0 72 0
[pid=8008] ppid=8007 vsize=7876 CPUtime=56.7 cores=1,3,5,7
/proc/8008/stat : 8008 (pb2sat) S 8007 8007 6780 0 -1 4202496 15208 95340 0 0 112 12 5519 27 20 0 1 0 272317725 8065024 1358 33554432000 4194304 5873084 140736352056864 140736352050680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8008/statm: 1969 1358 172 410 0 1551 0
[pid=8116] ppid=8008 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8116/stat : 8116 (satsolver.sh) S 8008 8007 6780 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272323418 9367552 266 33554432000 4194304 5064252 140736769387984 140736769386896 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8116/statm: 2287 266 226 213 0 72 0
[pid=8117] ppid=8116 vsize=40220 CPUtime=45.35 cores=1,3,5,7
/proc/8117/stat : 8117 (glucose_static) R 8116 8007 6780 0 -1 4202496 20666 0 0 0 4526 9 0 0 20 0 1 0 272323419 41185280 7829 33554432000 4194304 4896791 140734069404864 140734069402072 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8117/statm: 10055 7829 78 172 0 9881 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 66392

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 8132
/proc/meminfo: memFree=28898876/32873844 swapFree=7116/7116
[pid=8007] ppid=8005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8007/stat : 8007 (runPb2satCp2.sh) S 8005 8007 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272317725 9367552 274 33554432000 4194304 5064252 140735573602736 140735573601648 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8007/statm: 2287 274 233 213 0 72 0
[pid=8008] ppid=8007 vsize=7876 CPUtime=108.06 cores=1,3,5,7
/proc/8008/stat : 8008 (pb2sat) S 8007 8007 6780 0 -1 4202496 16433 118383 0 0 121 12 10635 38 20 0 1 0 272317725 8065024 1358 33554432000 4194304 5873084 140736352056864 140736352050680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8008/statm: 1969 1358 172 410 0 1551 0
[pid=8131] ppid=8008 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8131/stat : 8131 (satsolver.sh) S 8008 8007 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272328556 9367552 267 33554432000 4194304 5064252 140734827229520 140734827228432 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8131/statm: 2287 267 226 213 0 72 0
[pid=8132] ppid=8131 vsize=29460 CPUtime=53.96 cores=1,3,5,7
/proc/8132/stat : 8132 (glucose_static) R 8131 8007 6780 0 -1 4202496 23089 0 0 0 5388 8 0 0 20 0 1 0 272328556 30167040 6809 33554432000 4194304 4896791 140736811868048 140736811865624 4224802 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8132/statm: 7365 6809 78 172 0 7191 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 55632

[startup+222.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 8133
/proc/meminfo: memFree=28866804/32873844 swapFree=7116/7116
[pid=8007] ppid=8005 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.06 2.08 2.01 3/183 8169
/proc/meminfo: memFree=28748256/32873844 swapFree=7116/7116
[pid=8007] ppid=8005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8007/stat : 8007 (runPb2satCp2.sh) S 8005 8007 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272317725 9367552 274 33554432000 4194304 5064252 140735573602736 140735573601648 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8007/statm: 2287 274 233 213 0 72 0
[pid=8008] ppid=8007 vsize=7876 CPUtime=108.06 cores=1,3,5,7
/proc/8008/stat : 8008 (pb2sat) S 8007 8007 6780 0 -1 4202496 16433 118383 0 0 121 12 10635 38 20 0 1 0 272317725 8065024 1358 33554432000 4194304 5873084 140736352056864 140736352050680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8008/statm: 1969 1358 172 410 0 1551 0
[pid=8131] ppid=8008 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8131/stat : 8131 (satsolver.sh) S 8008 8007 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272328556 9367552 267 33554432000 4194304 5064252 140734827229520 140734827228432 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8131/statm: 2287 267 226 213 0 72 0
[pid=8132] ppid=8131 vsize=108884 CPUtime=1313.65 cores=1,3,5,7
/proc/8132/stat : 8132 (glucose_static) R 8131 8007 6780 0 -1 4202496 115982 0 0 0 131283 82 0 0 20 0 1 0 272328556 111497216 25510 33554432000 4194304 4896791 140736811868048 140736811865256 4224975 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8132/statm: 27221 25510 78 172 0 27047 0
Current children cumulated CPU time (s) 1421.71
Current children cumulated vsize (KiB) 135056

[startup+1482.3 s]
/proc/loadavg: 2.05 2.07 2.01 3/183 8169
/proc/meminfo: memFree=28794872/32873844 swapFree=7116/7116
[pid=8007] ppid=8005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8007/stat : 8007 (runPb2satCp2.sh) S 8005 8007 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272317725 9367552 274 33554432000 4194304 5064252 140735573602736 140735573601648 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8007/statm: 2287 274 233 213 0 72 0
[pid=8008] ppid=8007 vsize=7876 CPUtime=108.06 cores=1,3,5,7
/proc/8008/stat : 8008 (pb2sat) S 8007 8007 6780 0 -1 4202496 16433 118383 0 0 121 12 10635 38 20 0 1 0 272317725 8065024 1358 33554432000 4194304 5873084 140736352056864 140736352050680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8008/statm: 1969 1358 172 410 0 1551 0
[pid=8131] ppid=8008 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8131/stat : 8131 (satsolver.sh) S 8008 8007 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272328556 9367552 267 33554432000 4194304 5064252 140734827229520 140734827228432 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8131/statm: 2287 267 226 213 0 72 0
[pid=8132] ppid=8131 vsize=91004 CPUtime=1373.64 cores=1,3,5,7
/proc/8132/stat : 8132 (glucose_static) R 8131 8007 6780 0 -1 4202496 119372 0 0 0 137278 86 0 0 20 0 1 0 272328556 93188096 19865 33554432000 4194304 4896791 140736811868048 140736811865576 4206044 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8132/statm: 22751 19865 78 172 0 22577 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 117176

[startup+1542.3 s]
/proc/loadavg: 2.05 2.07 2.01 3/183 8170
/proc/meminfo: memFree=28754204/32873844 swapFree=7116/7116
[pid=8007] ppid=8005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8007/stat : 8007 (runPb2satCp2.sh) S 8005 8007 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272317725 9367552 274 33554432000 4194304 5064252 140735573602736 140735573601648 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8007/statm: 2287 274 233 213 0 72 0
[pid=8008] ppid=8007 vsize=7876 CPUtime=108.06 cores=1,3,5,7
/proc/8008/stat : 8008 (pb2sat) S 8007 8007 6780 0 -1 4202496 16433 118383 0 0 121 12 10635 38 20 0 1 0 272317725 8065024 1358 33554432000 4194304 5873084 140736352056864 140736352050680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8008/statm: 1969 1358 172 410 0 1551 0
[pid=8131] ppid=8008 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8131/stat : 8131 (satsolver.sh) S 8008 8007 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272328556 9367552 267 33554432000 4194304 5064252 140734827229520 140734827228432 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8131/statm: 2287 267 226 213 0 72 0
[pid=8132] ppid=8131 vsize=110296 CPUtime=1433.62 cores=1,3,5,7
/proc/8132/stat : 8132 (glucose_static) R 8131 8007 6780 0 -1 4202496 121805 0 0 0 143274 88 0 0 20 0 1 0 272328556 112943104 24115 33554432000 4194304 4896791 140736811868048 140736811865336 4225124 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8132/statm: 27574 24115 78 172 0 27400 0
Current children cumulated CPU time (s) 1541.68
Current children cumulated vsize (KiB) 136468

[startup+1602.3 s]
/proc/loadavg: 2.05 2.07 2.01 3/183 8170
/proc/meminfo: memFree=28770160/32873844 swapFree=7116/7116
[pid=8007] ppid=8005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8007/stat : 8007 (runPb2satCp2.sh) S 8005 8007 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272317725 9367552 274 33554432000 4194304 5064252 140735573602736 140735573601648 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8007/statm: 2287 274 233 213 0 72 0
[pid=8008] ppid=8007 vsize=7876 CPUtime=108.06 cores=1,3,5,7
/proc/8008/stat : 8008 (pb2sat) S 8007 8007 6780 0 -1 4202496 16433 118383 0 0 121 12 10635 38 20 0 1 0 272317725 8065024 1358 33554432000 4194304 5873084 140736352056864 140736352050680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8008/statm: 1969 1358 172 410 0 1551 0
[pid=8131] ppid=8008 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8131/stat : 8131 (satsolver.sh) S 8008 8007 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272328556 9367552 267 33554432000 4194304 5064252 140734827229520 140734827228432 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8131/statm: 2287 267 226 213 0 72 0
[pid=8132] ppid=8131 vsize=142272 CPUtime=1493.6 cores=1,3,5,7
/proc/8132/stat : 8132 (glucose_static) R 8131 8007 6780 0 -1 4202496 124402 0 0 0 149270 90 0 0 20 0 1 0 272328556 145686528 27530 33554432000 4194304 4896791 140736811868048 140736811865336 4224706 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8132/statm: 35568 27530 78 172 0 35394 0
Current children cumulated CPU time (s) 1601.66
Current children cumulated vsize (KiB) 168444

[startup+1662.3 s]
/proc/loadavg: 2.08 2.08 2.02 3/183 8170
/proc/meminfo: memFree=28775596/32873844 swapFree=7116/7116
[pid=8007] ppid=8005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8007/stat : 8007 (runPb2satCp2.sh) S 8005 8007 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272317725 9367552 274 33554432000 4194304 5064252 140735573602736 140735573601648 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8007/statm: 2287 274 233 213 0 72 0
[pid=8008] ppid=8007 vsize=7876 CPUtime=108.06 cores=1,3,5,7
/proc/8008/stat : 8008 (pb2sat) S 8007 8007 6780 0 -1 4202496 16433 118383 0 0 121 12 10635 38 20 0 1 0 272317725 8065024 1358 33554432000 4194304 5873084 140736352056864 140736352050680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8008/statm: 1969 1358 172 410 0 1551 0
[pid=8131] ppid=8008 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8131/stat : 8131 (satsolver.sh) S 8008 8007 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272328556 9367552 267 33554432000 4194304 5064252 140734827229520 140734827228432 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8131/statm: 2287 267 226 213 0 72 0
[pid=8132] ppid=8131 vsize=92696 CPUtime=1553.59 cores=1,3,5,7
/proc/8132/stat : 8132 (glucose_static) R 8131 8007 6780 0 -1 4202496 126483 0 0 0 155267 92 0 0 20 0 1 0 272328556 94920704 20846 33554432000 4194304 4896791 140736811868048 140736811865624 4225417 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8132/statm: 23174 20846 78 172 0 23000 0
Current children cumulated CPU time (s) 1661.65
Current children cumulated vsize (KiB) 118868

[startup+1722.3 s]
/proc/loadavg: 2.14 2.10 2.02 3/184 8173
/proc/meminfo: memFree=28755732/32873844 swapFree=7116/7116
[pid=8007] ppid=8005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8007/stat : 8007 (runPb2satCp2.sh) S 8005 8007 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272317725 9367552 274 33554432000 4194304 5064252 140735573602736 140735573601648 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8007/statm: 2287 274 233 213 0 72 0
[pid=8008] ppid=8007 vsize=7876 CPUtime=108.06 cores=1,3,5,7
/proc/8008/stat : 8008 (pb2sat) S 8007 8007 6780 0 -1 4202496 16433 118383 0 0 121 12 10635 38 20 0 1 0 272317725 8065024 1358 33554432000 4194304 5873084 140736352056864 140736352050680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8008/statm: 1969 1358 172 410 0 1551 0
[pid=8131] ppid=8008 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8131/stat : 8131 (satsolver.sh) S 8008 8007 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272328556 9367552 267 33554432000 4194304 5064252 140734827229520 140734827228432 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8131/statm: 2287 267 226 213 0 72 0
[pid=8132] ppid=8131 vsize=112892 CPUtime=1613.57 cores=1,3,5,7
/proc/8132/stat : 8132 (glucose_static) R 8131 8007 6780 0 -1 4202496 129219 0 0 0 161262 95 0 0 20 0 1 0 272328556 115601408 22716 33554432000 4194304 4896791 140736811868048 140736811865576 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8132/statm: 28223 22716 78 172 0 28049 0
Current children cumulated CPU time (s) 1721.63
Current children cumulated vsize (KiB) 139064

[startup+1782.3 s]
/proc/loadavg: 2.09 2.09 2.02 3/183 8173
/proc/meminfo: memFree=28730344/32873844 swapFree=7116/7116
[pid=8007] ppid=8005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8007/stat : 8007 (runPb2satCp2.sh) S 8005 8007 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272317725 9367552 274 33554432000 4194304 5064252 140735573602736 140735573601648 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8007/statm: 2287 274 233 213 0 72 0
[pid=8008] ppid=8007 vsize=7876 CPUtime=108.06 cores=1,3,5,7
/proc/8008/stat : 8008 (pb2sat) S 8007 8007 6780 0 -1 4202496 16433 118383 0 0 121 12 10635 38 20 0 1 0 272317725 8065024 1358 33554432000 4194304 5873084 140736352056864 140736352050680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8008/statm: 1969 1358 172 410 0 1551 0
[pid=8131] ppid=8008 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8131/stat : 8131 (satsolver.sh) S 8008 8007 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272328556 9367552 267 33554432000 4194304 5064252 140734827229520 140734827228432 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8131/statm: 2287 267 226 213 0 72 0
[pid=8132] ppid=8131 vsize=114340 CPUtime=1673.56 cores=1,3,5,7
/proc/8132/stat : 8132 (glucose_static) R 8131 8007 6780 0 -1 4202496 130852 0 0 0 167259 97 0 0 20 0 1 0 272328556 117084160 26131 33554432000 4194304 4896791 140736811868048 140736811865576 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8132/statm: 28585 26131 78 172 0 28411 0
Current children cumulated CPU time (s) 1781.62
Current children cumulated vsize (KiB) 140512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.06 2.08 2.02 3/183 8173
/proc/meminfo: memFree=28738000/32873844 swapFree=7116/7116
[pid=8007] ppid=8005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8007/stat : 8007 (runPb2satCp2.sh) S 8005 8007 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272317725 9367552 274 33554432000 4194304 5064252 140735573602736 140735573601648 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8007/statm: 2287 274 233 213 0 72 0
[pid=8008] ppid=8007 vsize=7876 CPUtime=108.06 cores=1,3,5,7
/proc/8008/stat : 8008 (pb2sat) S 8007 8007 6780 0 -1 4202496 16433 118383 0 0 121 12 10635 38 20 0 1 0 272317725 8065024 1358 33554432000 4194304 5873084 140736352056864 140736352050680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8008/statm: 1969 1358 172 410 0 1551 0
[pid=8131] ppid=8008 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8131/stat : 8131 (satsolver.sh) S 8008 8007 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272328556 9367552 267 33554432000 4194304 5064252 140734827229520 140734827228432 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8131/statm: 2287 267 226 213 0 72 0
[pid=8132] ppid=8131 vsize=145160 CPUtime=1691.96 cores=1,3,5,7
/proc/8132/stat : 8132 (glucose_static) R 8131 8007 6780 0 -1 4202496 131376 0 0 0 169099 97 0 0 20 0 1 0 272328556 148643840 30227 33554432000 4194304 4896791 140736811868048 140736811863064 4223809 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8132/statm: 36290 30227 78 172 0 36116 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 171332

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.06 2.08 2.02 3/183 8173
/proc/meminfo: memFree=28738000/32873844 swapFree=7116/7116
[pid=8007] ppid=8005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8007/stat : 8007 (runPb2satCp2.sh) S 8005 8007 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272317725 9367552 274 33554432000 4194304 5064252 140735573602736 140735573601648 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8007/statm: 2287 274 233 213 0 72 0
[pid=8008] ppid=8007 vsize=7876 CPUtime=108.06 cores=1,3,5,7
/proc/8008/stat : 8008 (pb2sat) S 8007 8007 6780 0 -1 4202496 16433 118383 0 0 121 12 10635 38 20 0 1 0 272317725 8065024 1358 33554432000 4194304 5873084 140736352056864 140736352050680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8008/statm: 1969 1358 172 410 0 1551 0
[pid=8131] ppid=8008 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8131/stat : 8131 (satsolver.sh) S 8008 8007 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272328556 9367552 267 33554432000 4194304 5064252 140734827229520 140734827228432 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8131/statm: 2287 267 226 213 0 72 0
[pid=8132] ppid=8131 vsize=145160 CPUtime=1691.96 cores=1,3,5,7
/proc/8132/stat : 8132 (glucose_static) R 8131 8007 6780 0 -1 4202496 131376 0 0 0 169099 97 0 0 20 0 1 0 272328556 148643840 30227 33554432000 4194304 4896791 140736811868048 140736811863064 4223809 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8132/statm: 36290 30227 78 172 0 36116 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 171332

Child status: 0
Real time (s): 1800.72
CPU time (s): 1800.06
CPU user time (s): 1798.56
CPU system time (s): 1.49477
CPU usage (%): 99.9634
Max. virtual memory (cumulated for all children) (KiB): 199008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.56
system time used= 1.49477
maximum resident set size= 140056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267182
page faults= 0
swaps= 0
block input operations= 0
block output operations= 58464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 389
involuntary context switches= 2061

runsolver used 3.3135 second user time and 9.67553 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-26 21:52:08
IDJOB=3694868
IDBENCH=2250
IDSOLVER=2273
FILE ID=node146/3694868-1338061928
RUNJOBID= node146-1338052923-6797
PBS_JOBID= 14624393
Free space on /tmp= 71152 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-3.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694868-1338061928/watcher-3694868-1338061928 -o /tmp/evaluation-result-3694868-1338061928/solver-3694868-1338061928 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694868-1338061928.opb 1316363549 HOME HOME

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

MD5SUM BENCH= 49f1950e042362832bbb830f499dd3e3
RANDOM SEED=1316363549

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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		: 2667.034
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		: 2667.034
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		: 2667.034
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		: 2667.034
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:        28836276 kB
Buffers:          272780 kB
Cached:          2841788 kB
SwapCached:         2348 kB
Active:          1022988 kB
Inactive:        2219368 kB
Active(anon):     126784 kB
Inactive(anon):     3064 kB
Active(file):     896204 kB
Inactive(file):  2216304 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:              9728 kB
Writeback:             0 kB
AnonPages:        192084 kB
Mapped:             8844 kB
Shmem:                 0 kB
Slab:             644164 kB
SReclaimable:      85748 kB
SUnreclaim:       558416 kB
KernelStack:        1512 kB
PageTables:         4296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     273448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 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= 71144 MiB
End job on node146 at 2012-05-26 22:22:09