Trace number 3694879

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.08 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-2.opb
MD5SUM62a6bdf0e089cd0b8a79007277394096
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-52
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -54
Optimality of the best value was proved NO
Number of variables1400
Total number of constraints109401
Number of constraints which are clauses109401
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 1400
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 1400
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1400
Number of bits of the biggest sum of numbers11
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.34	c model valid
0.00/0.34	c current solution ok
0.00/0.52	o 0
0.00/0.52	c (debug) using card networks
0.99/1.04	c model valid
0.99/1.04	c current solution ok
0.99/1.04	o -36
0.99/1.04	c (debug) using card networks
1.58/1.61	c model valid
1.58/1.61	c current solution ok
1.58/1.61	o -41
1.58/1.61	c (debug) using card networks
10.77/10.85	c model valid
10.77/10.85	c current solution ok
10.77/10.85	o -43
10.77/10.85	c (debug) using card networks
22.87/22.95	c model valid
22.87/22.95	c current solution ok
22.87/22.96	o -45
22.87/22.96	c (debug) using card networks
36.47/36.50	c model valid
36.47/36.50	c current solution ok
36.47/36.51	o -46
36.47/36.51	c (debug) using card networks
54.86/54.93	c model valid
54.86/54.93	c current solution ok
54.86/54.94	o -47
54.86/54.94	c (debug) using card networks
71.75/71.88	c model valid
71.75/71.88	c current solution ok
71.75/71.88	o -48
71.75/71.88	c (debug) using card networks
101.63/101.79	c model valid
101.63/101.79	c current solution ok
101.73/101.80	o -49
101.73/101.80	c (debug) using card networks
124.63/124.74	c model valid
124.63/124.74	c current solution ok
124.63/124.74	o -50
124.63/124.74	c (debug) using card networks
190.13/190.29	c model valid
190.13/190.29	c current solution ok
190.13/190.30	o -51
190.13/190.30	c (debug) using card networks
286.60/286.77	c model valid
286.60/286.77	c current solution ok
286.60/286.78	o -52
286.60/286.78	c (debug) using card networks
746.19/746.44	c model valid
746.19/746.44	c current solution ok
746.19/746.44	o -53
746.19/746.44	c (debug) using card networks
1800.04/1800.50	./satsolver.sh: line 5:  3850 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.04/1800.50	c error: unexpected solver exit code
1800.04/1800.50	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-3694879-1338061481/watcher-3694879-1338061481 -o /tmp/evaluation-result-3694879-1338061481/solver-3694879-1338061481 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694879-1338061481.opb 989404330 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.12 2.04 2.01 3/179 3729
/proc/meminfo: memFree=28171828/32873648 swapFree=7372/7372
[pid=3729] ppid=3727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3729/stat : 3729 (runPb2satCp2.sh) S 3727 3729 1501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272274091 9367552 274 33554432000 4194304 5064252 140735720190624 140735720189536 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3729/statm: 2287 274 233 213 0 72 0

[startup+0.062991 s]
/proc/loadavg: 2.12 2.04 2.01 3/179 3729
/proc/meminfo: memFree=28171828/32873648 swapFree=7372/7372
[pid=3729] ppid=3727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3729/stat : 3729 (runPb2satCp2.sh) S 3727 3729 1501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272274091 9367552 274 33554432000 4194304 5064252 140735720190624 140735720189536 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3729/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100157 s]
/proc/loadavg: 2.12 2.04 2.01 3/179 3729
/proc/meminfo: memFree=28171828/32873648 swapFree=7372/7372
[pid=3729] ppid=3727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3729/stat : 3729 (runPb2satCp2.sh) S 3727 3729 1501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272274091 9367552 274 33554432000 4194304 5064252 140735720190624 140735720189536 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3729/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300185 s]
/proc/loadavg: 2.12 2.04 2.01 3/179 3729
/proc/meminfo: memFree=28171828/32873648 swapFree=7372/7372
[pid=3729] ppid=3727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3729/stat : 3729 (runPb2satCp2.sh) S 3727 3729 1501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272274091 9367552 274 33554432000 4194304 5064252 140735720190624 140735720189536 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3729/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70022 s]
/proc/loadavg: 2.12 2.04 2.01 3/179 3729
/proc/meminfo: memFree=28171828/32873648 swapFree=7372/7372
[pid=3729] ppid=3727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3729/stat : 3729 (runPb2satCp2.sh) S 3727 3729 1501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272274091 9367552 274 33554432000 4194304 5064252 140735720190624 140735720189536 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3729/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.12 2.04 2.01 3/181 3736
/proc/meminfo: memFree=28155576/32873648 swapFree=7372/7372
[pid=3729] ppid=3727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3729/stat : 3729 (runPb2satCp2.sh) S 3727 3729 1501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272274091 9367552 274 33554432000 4194304 5064252 140735720190624 140735720189536 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3729/statm: 2287 274 233 213 0 72 0
[pid=3730] ppid=3729 vsize=13900 CPUtime=1.48 cores=0,2,4,6
/proc/3730/stat : 3730 (pb2sat) R 3729 3729 1501 0 -1 4202496 6193 21380 0 0 58 15 71 4 20 0 1 0 272274092 14233600 2712 33554432000 4194304 5873084 140735301433728 140735301427544 4212224 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3730/statm: 3475 2712 172 410 0 3057 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 23048

[startup+3.10031 s]
/proc/loadavg: 2.12 2.04 2.01 3/183 3742
/proc/meminfo: memFree=28119496/32873648 swapFree=7372/7372
[pid=3729] ppid=3727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3729/stat : 3729 (runPb2satCp2.sh) S 3727 3729 1501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272274091 9367552 274 33554432000 4194304 5064252 140735720190624 140735720189536 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3729/statm: 2287 274 233 213 0 72 0
[pid=3730] ppid=3729 vsize=13900 CPUtime=1.65 cores=0,2,4,6
/proc/3730/stat : 3730 (pb2sat) S 3729 3729 1501 0 -1 4202496 7657 21894 0 0 74 16 71 4 20 0 1 0 272274092 14233600 2712 33554432000 4194304 5873084 140735301433728 140735301427544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3730/statm: 3475 2712 172 410 0 3057 0
[pid=3741] ppid=3730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3741/stat : 3741 (satsolver.sh) S 3730 3729 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272274259 9367552 267 33554432000 4194304 5064252 140737044175536 140737044174448 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3741/statm: 2287 267 226 213 0 72 0
[pid=3742] ppid=3741 vsize=37600 CPUtime=1.41 cores=0,2,4,6
/proc/3742/stat : 3742 (glucose_static) R 3741 3729 1501 0 -1 4202496 9934 0 0 0 140 1 0 0 20 0 1 0 272274259 38502400 8211 33554432000 4194304 4896791 140734692105088 140734692102600 4224666 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3742/statm: 9400 8211 78 172 0 9226 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 69796

[startup+6.30037 s]
/proc/loadavg: 2.11 2.04 2.01 3/183 3742
/proc/meminfo: memFree=28116576/32873648 swapFree=7372/7372
[pid=3729] ppid=3727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3729/stat : 3729 (runPb2satCp2.sh) S 3727 3729 1501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272274091 9367552 274 33554432000 4194304 5064252 140735720190624 140735720189536 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3729/statm: 2287 274 233 213 0 72 0
[pid=3730] ppid=3729 vsize=13900 CPUtime=1.65 cores=0,2,4,6
/proc/3730/stat : 3730 (pb2sat) S 3729 3729 1501 0 -1 4202496 7657 21894 0 0 74 16 71 4 20 0 1 0 272274092 14233600 2712 33554432000 4194304 5873084 140735301433728 140735301427544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3730/statm: 3475 2712 172 410 0 3057 0
[pid=3741] ppid=3730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3741/stat : 3741 (satsolver.sh) S 3730 3729 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272274259 9367552 267 33554432000 4194304 5064252 140737044175536 140737044174448 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3741/statm: 2287 267 226 213 0 72 0
[pid=3742] ppid=3741 vsize=37840 CPUtime=4.61 cores=0,2,4,6
/proc/3742/stat : 3742 (glucose_static) R 3741 3729 1501 0 -1 4202496 13746 0 0 0 459 2 0 0 20 0 1 0 272274259 38748160 8339 33554432000 4194304 4896791 140734692105088 140734692102600 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3742/statm: 9460 8339 78 172 0 9286 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 70036

[startup+12.7004 s]
/proc/loadavg: 2.11 2.03 2.01 3/183 3745
/proc/meminfo: memFree=28145272/32873648 swapFree=7372/7372
[pid=3729] ppid=3727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3729/stat : 3729 (runPb2satCp2.sh) S 3727 3729 1501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272274091 9367552 274 33554432000 4194304 5064252 140735720190624 140735720189536 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3729/statm: 2287 274 233 213 0 72 0
[pid=3730] ppid=3729 vsize=13900 CPUtime=10.88 cores=0,2,4,6
/proc/3730/stat : 3730 (pb2sat) S 3729 3729 1501 0 -1 4202496 9708 40959 0 0 91 16 973 8 20 0 1 0 272274092 14233600 2712 33554432000 4194304 5873084 140735301433728 140735301427544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3730/statm: 3475 2712 172 410 0 3057 0
[pid=3744] ppid=3730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3744/stat : 3744 (satsolver.sh) S 3730 3729 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272275183 9367552 267 33554432000 4194304 5064252 140735739917488 140735739916400 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3744/statm: 2287 267 226 213 0 72 0
[pid=3745] ppid=3744 vsize=37644 CPUtime=1.77 cores=0,2,4,6
/proc/3745/stat : 3745 (glucose_static) R 3744 3729 1501 0 -1 4202496 10469 0 0 0 176 1 0 0 20 0 1 0 272275183 38547456 8228 33554432000 4194304 4896791 140733951327808 140733951325320 4224827 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3745/statm: 9411 8228 76 172 0 9237 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 69840

[startup+25.5003 s]
/proc/loadavg: 2.08 2.03 2.01 3/183 3748
/proc/meminfo: memFree=28132436/32873648 swapFree=7372/7372
[pid=3729] ppid=3727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3729/stat : 3729 (runPb2satCp2.sh) S 3727 3729 1501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272274091 9367552 274 33554432000 4194304 5064252 140735720190624 140735720189536 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3729/statm: 2287 274 233 213 0 72 0
[pid=3730] ppid=3729 vsize=13900 CPUtime=22.98 cores=0,2,4,6
/proc/3730/stat : 3730 (pb2sat) S 3729 3729 1501 0 -1 4202496 11757 62865 0 0 108 17 2160 13 20 0 1 0 272274092 14233600 2712 33554432000 4194304 5873084 140735301433728 140735301427544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3730/statm: 3475 2712 172 410 0 3057 0
[pid=3747] ppid=3730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3747/stat : 3747 (satsolver.sh) S 3730 3729 1501 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272276393 9367552 267 33554432000 4194304 5064252 140735120467664 140735120466576 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3747/statm: 2287 267 226 213 0 72 0
[pid=3748] ppid=3747 vsize=37668 CPUtime=2.47 cores=0,2,4,6
/proc/3748/stat : 3748 (glucose_static) R 3747 3729 1501 0 -1 4202496 11313 0 0 0 245 2 0 0 20 0 1 0 272276393 38572032 8243 33554432000 4194304 4896791 140735181462784 140735181460296 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3748/statm: 9417 8243 76 172 0 9243 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 69864

[startup+51.1003 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 3751
/proc/meminfo: memFree=28139256/32873648 swapFree=7372/7372
[pid=3729] ppid=3727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3729/stat : 3729 (runPb2satCp2.sh) S 3727 3729 1501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272274091 9367552 274 33554432000 4194304 5064252 140735720190624 140735720189536 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3729/statm: 2287 274 233 213 0 72 0
[pid=3730] ppid=3729 vsize=13900 CPUtime=36.54 cores=0,2,4,6
/proc/3730/stat : 3730 (pb2sat) S 3729 3729 1501 0 -1 4202496 13808 85340 0 0 125 18 3493 18 20 0 1 0 272274092 14233600 2712 33554432000 4194304 5873084 140735301433728 140735301427544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3730/statm: 3475 2712 172 410 0 3057 0
[pid=3750] ppid=3730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3750/stat : 3750 (satsolver.sh) S 3730 3729 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272277748 9367552 267 33554432000 4194304 5064252 140736495660464 140736495659376 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3750/statm: 2287 267 226 213 0 72 0
[pid=3751] ppid=3750 vsize=43988 CPUtime=14.52 cores=0,2,4,6
/proc/3751/stat : 3751 (glucose_static) R 3750 3729 1501 0 -1 4202496 21147 0 0 0 1448 4 0 0 20 0 1 0 272277749 45043712 9380 33554432000 4194304 4896791 140734623376528 140734623373928 4225171 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3751/statm: 10997 9380 78 172 0 10823 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 76184

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 3761
/proc/meminfo: memFree=28133048/32873648 swapFree=7372/7372
[pid=3729] ppid=3727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3729/stat : 3729 (runPb2satCp2.sh) S 3727 3729 1501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272274091 9367552 274 33554432000 4194304 5064252 140735720190624 140735720189536 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3729/statm: 2287 274 233 213 0 72 0
[pid=3730] ppid=3729 vsize=13900 CPUtime=101.78 cores=0,2,4,6
/proc/3730/stat : 3730 (pb2sat) S 3729 3729 1501 0 -1 4202496 20167 165783 0 0 176 19 9946 37 20 0 1 0 272274092 14233600 2712 33554432000 4194304 5873084 140735301433728 140735301427544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3730/statm: 3475 2712 172 410 0 3057 0
[pid=3760] ppid=3730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3760/stat : 3760 (satsolver.sh) S 3730 3729 1501 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272284277 9367552 267 33554432000 4194304 5064252 140733735102352 140733735101264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3760/statm: 2287 267 226 213 0 72 0
[pid=3761] ppid=3760 vsize=37516 CPUtime=0.44 cores=0,2,4,6
/proc/3761/stat : 3761 (glucose_static) R 3760 3729 1501 0 -1 4202496 8832 0 0 0 43 1 0 0 20 0 1 0 272284277 38416384 8173 33554432000 4194304 4896791 140736694368128 140733735101288 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3761/statm: 9379 8173 76 172 0 9205 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 69712

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 3764
/proc/meminfo: memFree=28103172/32873648 swapFree=7372/7372
[pid=3729] ppid=3727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3729/stat : 3729 (runPb2satCp2.sh) S 3727 3729 1501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272274091 9367552 274 33554432000 4194304 5064252 140735720190624 140735720189536 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3729/statm: 2287 274 233 213 0 72 0
[pid=3730] ppid=3729 vsize=13900 CPUtime=124.74 cores=0,2,4,6
/proc/3730/stat : 3730 (pb2sat) S 3729 3729 1501 0 -1 4202496 22322 194149 0 0 194 20 12216 44 20 0 1 0 272274092 14233600 2712 33554432000 4194304 5873084 140735301433728 140735301427544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3730/statm: 3475 2712 172 410 0 3057 0
[pid=3763] ppid=3730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3763/stat : 3763 (satsolver.sh) S 3730 3729 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272286572 9367552 267 33554432000 4194304 5064252 140736522268032 140736522266944 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3763/statm: 2287 267 226 213 0 72 0
[pid=3764] ppid=3763 vsize=45968 CPUtime=37.47 cores=0,2,4,6
/proc/3764/stat : 3764 (glucose_static) R 3763 3729 1501 0 -1 4202496 29831 0 0 0 3741 6 0 0 20 0 1 0 272286572 47071232 10574 33554432000 4194304 4896791 140735825533600 140735825531128 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3764/statm: 11492 10574 78 172 0 11318 0
Current children cumulated CPU time (s) 162.21

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


[startup+1422.31 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 3882
/proc/meminfo: memFree=28400096/32873648 swapFree=7372/7372
[pid=3729] ppid=3727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3729/stat : 3729 (runPb2satCp2.sh) S 3727 3729 1501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272274091 9367552 274 33554432000 4194304 5064252 140735720190624 140735720189536 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3729/statm: 2287 274 233 213 0 72 0
[pid=3730] ppid=3729 vsize=13900 CPUtime=746.3 cores=0,2,4,6
/proc/3730/stat : 3730 (pb2sat) S 3729 3729 1501 0 -1 4202496 28577 352646 0 0 246 22 74253 109 20 0 1 0 272274092 14233600 2712 33554432000 4194304 5873084 140735301433728 140735301427544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3730/statm: 3475 2712 172 410 0 3057 0
[pid=3849] ppid=3730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3849/stat : 3849 (satsolver.sh) S 3730 3729 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272348742 9367552 267 33554432000 4194304 5064252 140734079133168 140734079132080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3849/statm: 2287 267 226 213 0 72 0
[pid=3850] ppid=3849 vsize=114440 CPUtime=675.62 cores=0,2,4,6
/proc/3850/stat : 3850 (glucose_static) R 3849 3729 1501 0 -1 4202496 91905 0 0 0 67516 46 0 0 20 0 1 0 272348742 117186560 26658 33554432000 4194304 4896791 140733915712608 140733915709816 4225148 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3850/statm: 28610 26658 78 172 0 28436 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 146636

[startup+1482.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 3882
/proc/meminfo: memFree=28430844/32873648 swapFree=7372/7372
[pid=3729] ppid=3727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3729/stat : 3729 (runPb2satCp2.sh) S 3727 3729 1501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272274091 9367552 274 33554432000 4194304 5064252 140735720190624 140735720189536 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3729/statm: 2287 274 233 213 0 72 0
[pid=3730] ppid=3729 vsize=13900 CPUtime=746.3 cores=0,2,4,6
/proc/3730/stat : 3730 (pb2sat) S 3729 3729 1501 0 -1 4202496 28577 352646 0 0 246 22 74253 109 20 0 1 0 272274092 14233600 2712 33554432000 4194304 5873084 140735301433728 140735301427544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3730/statm: 3475 2712 172 410 0 3057 0
[pid=3849] ppid=3730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3849/stat : 3849 (satsolver.sh) S 3730 3729 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272348742 9367552 267 33554432000 4194304 5064252 140734079133168 140734079132080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3849/statm: 2287 267 226 213 0 72 0
[pid=3850] ppid=3849 vsize=96868 CPUtime=735.61 cores=0,2,4,6
/proc/3850/stat : 3850 (glucose_static) R 3849 3729 1501 0 -1 4202496 97224 0 0 0 73512 49 0 0 20 0 1 0 272348742 99192832 20847 33554432000 4194304 4896791 140733915712608 140733915710136 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3850/statm: 24217 20847 78 172 0 24043 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 129064

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/184 3885
/proc/meminfo: memFree=28381940/32873648 swapFree=7372/7372
[pid=3729] ppid=3727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3729/stat : 3729 (runPb2satCp2.sh) S 3727 3729 1501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272274091 9367552 274 33554432000 4194304 5064252 140735720190624 140735720189536 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3729/statm: 2287 274 233 213 0 72 0
[pid=3730] ppid=3729 vsize=13900 CPUtime=746.3 cores=0,2,4,6
/proc/3730/stat : 3730 (pb2sat) S 3729 3729 1501 0 -1 4202496 28577 352646 0 0 246 22 74253 109 20 0 1 0 272274092 14233600 2712 33554432000 4194304 5873084 140735301433728 140735301427544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3730/statm: 3475 2712 172 410 0 3057 0
[pid=3849] ppid=3730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3849/stat : 3849 (satsolver.sh) S 3730 3729 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272348742 9367552 267 33554432000 4194304 5064252 140734079133168 140734079132080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3849/statm: 2287 267 226 213 0 72 0
[pid=3850] ppid=3849 vsize=148404 CPUtime=795.6 cores=0,2,4,6
/proc/3850/stat : 3850 (glucose_static) R 3849 3729 1501 0 -1 4202496 100784 0 0 0 79508 52 0 0 20 0 1 0 272348742 151965696 30097 33554432000 4194304 4896791 140733915712608 140733915710136 4224752 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3850/statm: 37101 30097 78 172 0 36927 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 180600

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 3885
/proc/meminfo: memFree=28383960/32873648 swapFree=7372/7372
[pid=3729] ppid=3727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3729/stat : 3729 (runPb2satCp2.sh) S 3727 3729 1501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272274091 9367552 274 33554432000 4194304 5064252 140735720190624 140735720189536 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3729/statm: 2287 274 233 213 0 72 0
[pid=3730] ppid=3729 vsize=13900 CPUtime=746.3 cores=0,2,4,6
/proc/3730/stat : 3730 (pb2sat) S 3729 3729 1501 0 -1 4202496 28577 352646 0 0 246 22 74253 109 20 0 1 0 272274092 14233600 2712 33554432000 4194304 5873084 140735301433728 140735301427544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3730/statm: 3475 2712 172 410 0 3057 0
[pid=3849] ppid=3730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3849/stat : 3849 (satsolver.sh) S 3730 3729 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272348742 9367552 267 33554432000 4194304 5064252 140734079133168 140734079132080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3849/statm: 2287 267 226 213 0 72 0
[pid=3850] ppid=3849 vsize=119656 CPUtime=855.59 cores=0,2,4,6
/proc/3850/stat : 3850 (glucose_static) R 3849 3729 1501 0 -1 4202496 104691 0 0 0 85504 55 0 0 20 0 1 0 272348742 122527744 27891 33554432000 4194304 4896791 140733915712608 140733915709816 4225002 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3850/statm: 29914 27891 78 172 0 29740 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 151852

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 3886
/proc/meminfo: memFree=28382916/32873648 swapFree=7372/7372
[pid=3729] ppid=3727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3729/stat : 3729 (runPb2satCp2.sh) S 3727 3729 1501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272274091 9367552 274 33554432000 4194304 5064252 140735720190624 140735720189536 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3729/statm: 2287 274 233 213 0 72 0
[pid=3730] ppid=3729 vsize=13900 CPUtime=746.3 cores=0,2,4,6
/proc/3730/stat : 3730 (pb2sat) S 3729 3729 1501 0 -1 4202496 28577 352646 0 0 246 22 74253 109 20 0 1 0 272274092 14233600 2712 33554432000 4194304 5873084 140735301433728 140735301427544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3730/statm: 3475 2712 172 410 0 3057 0
[pid=3849] ppid=3730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3849/stat : 3849 (satsolver.sh) S 3730 3729 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272348742 9367552 267 33554432000 4194304 5064252 140734079133168 140734079132080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3849/statm: 2287 267 226 213 0 72 0
[pid=3850] ppid=3849 vsize=120820 CPUtime=915.57 cores=0,2,4,6
/proc/3850/stat : 3850 (glucose_static) R 3849 3729 1501 0 -1 4202496 109115 0 0 0 91499 58 0 0 20 0 1 0 272348742 123719680 27199 33554432000 4194304 4896791 140733915712608 140733915710136 4207101 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3850/statm: 30205 27199 78 172 0 30031 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 153016

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 3886
/proc/meminfo: memFree=28390036/32873648 swapFree=7372/7372
[pid=3729] ppid=3727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3729/stat : 3729 (runPb2satCp2.sh) S 3727 3729 1501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272274091 9367552 274 33554432000 4194304 5064252 140735720190624 140735720189536 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3729/statm: 2287 274 233 213 0 72 0
[pid=3730] ppid=3729 vsize=13900 CPUtime=746.3 cores=0,2,4,6
/proc/3730/stat : 3730 (pb2sat) S 3729 3729 1501 0 -1 4202496 28577 352646 0 0 246 22 74253 109 20 0 1 0 272274092 14233600 2712 33554432000 4194304 5873084 140735301433728 140735301427544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3730/statm: 3475 2712 172 410 0 3057 0
[pid=3849] ppid=3730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3849/stat : 3849 (satsolver.sh) S 3730 3729 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272348742 9367552 267 33554432000 4194304 5064252 140734079133168 140734079132080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3849/statm: 2287 267 226 213 0 72 0
[pid=3850] ppid=3849 vsize=102680 CPUtime=975.56 cores=0,2,4,6
/proc/3850/stat : 3850 (glucose_static) R 3849 3729 1501 0 -1 4202496 112852 0 0 0 97495 61 0 0 20 0 1 0 272348742 105144320 24364 33554432000 4194304 4896791 140733915712608 140733915708344 4225148 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3850/statm: 25670 24364 78 172 0 25496 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 134876

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3886
/proc/meminfo: memFree=28353652/32873648 swapFree=7372/7372
[pid=3729] ppid=3727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3729/stat : 3729 (runPb2satCp2.sh) S 3727 3729 1501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272274091 9367552 274 33554432000 4194304 5064252 140735720190624 140735720189536 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3729/statm: 2287 274 233 213 0 72 0
[pid=3730] ppid=3729 vsize=13900 CPUtime=746.3 cores=0,2,4,6
/proc/3730/stat : 3730 (pb2sat) S 3729 3729 1501 0 -1 4202496 28577 352646 0 0 246 22 74253 109 20 0 1 0 272274092 14233600 2712 33554432000 4194304 5873084 140735301433728 140735301427544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3730/statm: 3475 2712 172 410 0 3057 0
[pid=3849] ppid=3730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3849/stat : 3849 (satsolver.sh) S 3730 3729 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272348742 9367552 267 33554432000 4194304 5064252 140734079133168 140734079132080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3849/statm: 2287 267 226 213 0 72 0
[pid=3850] ppid=3849 vsize=153900 CPUtime=1035.54 cores=0,2,4,6
/proc/3850/stat : 3850 (glucose_static) R 3849 3729 1501 0 -1 4202496 116306 0 0 0 103491 63 0 0 20 0 1 0 272348742 157593600 33308 33554432000 4194304 4896791 140733915712608 140733915710120 4225008 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3850/statm: 38475 33308 78 172 0 38301 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 186096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3886
/proc/meminfo: memFree=28382456/32873648 swapFree=7372/7372
[pid=3729] ppid=3727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3729/stat : 3729 (runPb2satCp2.sh) S 3727 3729 1501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272274091 9367552 274 33554432000 4194304 5064252 140735720190624 140735720189536 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3729/statm: 2287 274 233 213 0 72 0
[pid=3730] ppid=3729 vsize=13900 CPUtime=746.3 cores=0,2,4,6
/proc/3730/stat : 3730 (pb2sat) S 3729 3729 1501 0 -1 4202496 28577 352646 0 0 246 22 74253 109 20 0 1 0 272274092 14233600 2712 33554432000 4194304 5873084 140735301433728 140735301427544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3730/statm: 3475 2712 172 410 0 3057 0
[pid=3849] ppid=3730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3849/stat : 3849 (satsolver.sh) S 3730 3729 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272348742 9367552 267 33554432000 4194304 5064252 140734079133168 140734079132080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3849/statm: 2287 267 226 213 0 72 0
[pid=3850] ppid=3849 vsize=123160 CPUtime=1053.74 cores=0,2,4,6
/proc/3850/stat : 3850 (glucose_static) R 3849 3729 1501 0 -1 4202496 117272 0 0 0 105310 64 0 0 20 0 1 0 272348742 126115840 28665 33554432000 4194304 4896791 140733915712608 140733915710136 4225002 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3850/statm: 30790 28665 78 172 0 30616 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 155356

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 2.00 3/183 3886
/proc/meminfo: memFree=28382456/32873648 swapFree=7372/7372
[pid=3729] ppid=3727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3729/stat : 3729 (runPb2satCp2.sh) S 3727 3729 1501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272274091 9367552 274 33554432000 4194304 5064252 140735720190624 140735720189536 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3729/statm: 2287 274 233 213 0 72 0
[pid=3730] ppid=3729 vsize=13900 CPUtime=746.3 cores=0,2,4,6
/proc/3730/stat : 3730 (pb2sat) S 3729 3729 1501 0 -1 4202496 28577 352646 0 0 246 22 74253 109 20 0 1 0 272274092 14233600 2712 33554432000 4194304 5873084 140735301433728 140735301427544 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3730/statm: 3475 2712 172 410 0 3057 0
[pid=3849] ppid=3730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3849/stat : 3849 (satsolver.sh) S 3730 3729 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272348742 9367552 267 33554432000 4194304 5064252 140734079133168 140734079132080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3849/statm: 2287 267 226 213 0 72 0
[pid=3850] ppid=3849 vsize=123160 CPUtime=1053.74 cores=0,2,4,6
/proc/3850/stat : 3850 (glucose_static) R 3849 3729 1501 0 -1 4202496 117272 0 0 0 105310 64 0 0 20 0 1 0 272348742 126115840 28665 33554432000 4194304 4896791 140733915712608 140733915710136 4225002 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3850/statm: 30790 28665 78 172 0 30616 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 155356

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.08
CPU user time (s): 1798.1
CPU system time (s): 1.9707
CPU usage (%): 99.9758
Max. virtual memory (cumulated for all children) (KiB): 216448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.1
system time used= 1.9707
maximum resident set size= 157000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 499483
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 313
involuntary context switches= 1976

runsolver used 3.3135 second user time and 9.04162 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-26 21:44:41
IDJOB=3694879
IDBENCH=2248
IDSOLVER=2273
FILE ID=node122/3694879-1338061481
RUNJOBID= node122-1338050676-1517
PBS_JOBID= 14624380
Free space on /tmp= 71296 MiB

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

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

MD5SUM BENCH= 62a6bdf0e089cd0b8a79007277394096
RANDOM SEED=989404330

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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.533
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.533
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.533
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:        28172532 kB
Buffers:          254304 kB
Cached:          3219752 kB
SwapCached:            0 kB
Active:          1823292 kB
Inactive:        2097212 kB
Active(anon):     437548 kB
Inactive(anon):    11052 kB
Active(file):    1385744 kB
Inactive(file):  2086160 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             11352 kB
Writeback:             0 kB
AnonPages:        453164 kB
Mapped:            14768 kB
Shmem:               200 kB
Slab:             641360 kB
SReclaimable:      85520 kB
SUnreclaim:       555840 kB
KernelStack:        1496 kB
PageTables:         4748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     604000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    284672 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= 71296 MiB
End job on node122 at 2012-05-26 22:14:42