Trace number 3696165

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 NameAnswerCPU timeWall clock time
pb2sat 2012-05-19? (TO) 1800.08 1800.61

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat15_5_3_6_ic.opb
MD5SUMa269e9c33b53994688ddcd5a079e2567
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8489816
Best CPU time to get the best result obtained on this benchmark2.05469
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3435
Total number of constraints6802
Number of constraints which are clauses2970
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints3825
Minimum length of a constraint2
Maximum length of a constraint105
Number of terms in the objective function 645
Biggest coefficient in the objective function 155720872
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 3697226789
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 155720872
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 3697226789
Number of bits of the biggest sum of numbers32
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.13	c model valid
0.00/0.13	c current solution ok
0.00/0.22	o 162758996
0.00/0.22	c current bound: 81379505
0.00/0.22	c fallback to adder encoding
1.36/1.47	c model valid
1.36/1.47	c current solution ok
1.45/1.64	o 75336590
1.45/1.64	c current bound: 37668302
1.45/1.64	c fallback to adder encoding
8.30/8.56	c model valid
8.30/8.56	c current solution ok
8.30/8.56	o 34094490
8.30/8.56	c current bound: 17047252
8.30/8.56	c fallback to adder encoding
12.90/13.16	c model valid
12.90/13.16	c current solution ok
12.90/13.17	o 16854666
12.90/13.17	c current bound: 8427340
12.90/13.17	c fallback to adder encoding
102.27/102.56	c current bound: 12641011
102.27/102.56	c fallback to adder encoding
108.16/108.44	c model valid
108.16/108.44	c current solution ok
108.16/108.45	o 12347340
108.16/108.45	c current bound: 10387348
108.16/108.45	c fallback to adder encoding
112.77/113.04	c model valid
112.77/113.04	c current solution ok
112.77/113.04	o 9632032
112.77/113.04	c current bound: 9029694
112.77/113.04	c fallback to adder encoding
149.36/149.64	c model valid
149.36/149.64	c current solution ok
149.36/149.65	o 9003180
149.36/149.65	c current bound: 8715268
149.36/149.65	c fallback to adder encoding
292.53/292.88	c model valid
292.53/292.88	c current solution ok
292.53/292.89	o 8514136
292.53/292.89	c current bound: 8470746
292.53/292.89	c fallback to adder encoding
405.72/406.01	c current bound: 8492449
405.72/406.01	c fallback to adder encoding
860.91/861.35	c model valid
860.91/861.35	c current solution ok
860.91/861.36	o 8489816
860.91/861.36	c current bound: 8480289
860.91/861.36	c fallback to adder encoding
1800.04/1800.60	./satsolver.sh: line 5: 20754 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.04/1800.60	c error: unexpected solver exit code
1800.04/1800.60	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-3696165-1338176720/watcher-3696165-1338176720 -o /tmp/evaluation-result-3696165-1338176720/solver-3696165-1338176720 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696165-1338176720.opb 1551493008 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/181 20690
/proc/meminfo: memFree=27654136/32873844 swapFree=7124/7124
[pid=20690] ppid=20688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20690/stat : 20690 (runPb2sat.sh) S 20688 20690 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283797436 9367552 274 33554432000 4194304 5064252 140735464377296 140735464376208 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2287 274 233 213 0 72 0

[startup+0.0320779 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 20690
/proc/meminfo: memFree=27654136/32873844 swapFree=7124/7124
[pid=20690] ppid=20688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20690/stat : 20690 (runPb2sat.sh) S 20688 20690 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283797436 9367552 274 33554432000 4194304 5064252 140735464377296 140735464376208 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100232 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 20690
/proc/meminfo: memFree=27654136/32873844 swapFree=7124/7124
[pid=20690] ppid=20688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20690/stat : 20690 (runPb2sat.sh) S 20688 20690 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283797436 9367552 274 33554432000 4194304 5064252 140735464377296 140735464376208 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300233 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 20690
/proc/meminfo: memFree=27654136/32873844 swapFree=7124/7124
[pid=20690] ppid=20688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20690/stat : 20690 (runPb2sat.sh) S 20688 20690 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283797436 9367552 274 33554432000 4194304 5064252 140735464377296 140735464376208 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70027 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 20690
/proc/meminfo: memFree=27654136/32873844 swapFree=7124/7124
[pid=20690] ppid=20688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20690/stat : 20690 (runPb2sat.sh) S 20688 20690 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283797436 9367552 274 33554432000 4194304 5064252 140735464377296 140735464376208 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 20706
/proc/meminfo: memFree=27619408/32873844 swapFree=7124/7124
[pid=20690] ppid=20688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20690/stat : 20690 (runPb2sat.sh) S 20688 20690 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283797436 9367552 274 33554432000 4194304 5064252 140735464377296 140735464376208 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2287 274 233 213 0 72 0
[pid=20691] ppid=20690 vsize=14016 CPUtime=1.45 cores=1,3,5,7
/proc/20691/stat : 20691 (pb2sat) S 20690 20690 17634 0 -1 4202496 4239 9633 0 0 16 9 118 2 20 0 1 0 283797437 14352384 2638 33554432000 4194304 5873084 140733229007360 140733229001672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20691/statm: 3504 2638 179 410 0 3086 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 23164

[startup+3.10042 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 20712
/proc/meminfo: memFree=27613148/32873844 swapFree=7124/7124
[pid=20690] ppid=20688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20690/stat : 20690 (runPb2sat.sh) S 20688 20690 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283797436 9367552 274 33554432000 4194304 5064252 140735464377296 140735464376208 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2287 274 233 213 0 72 0
[pid=20691] ppid=20690 vsize=21556 CPUtime=1.55 cores=1,3,5,7
/proc/20691/stat : 20691 (pb2sat) S 20690 20690 17634 0 -1 4202496 6326 10146 0 0 24 10 118 3 20 0 1 0 283797437 22073344 4379 33554432000 4194304 5873084 140733229007360 140733229001176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20691/statm: 5389 4379 179 410 0 4971 0
[pid=20709] ppid=20691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20709/stat : 20709 (satsolver.sh) S 20691 20690 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283797611 9367552 266 33554432000 4194304 5064252 140735559954096 140735559953008 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20709/statm: 2287 266 226 213 0 72 0
[pid=20710] ppid=20709 vsize=25832 CPUtime=1.34 cores=1,3,5,7
/proc/20710/stat : 20710 (glucose_static) R 20709 20690 17634 0 -1 4202496 6135 0 0 0 133 1 0 0 20 0 1 0 283797611 26451968 5288 33554432000 4194304 4896791 140735412009792 140735412007000 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20710/statm: 6458 5288 78 172 0 6284 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 65684

[startup+6.30037 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 20712
/proc/meminfo: memFree=27604992/32873844 swapFree=7124/7124
[pid=20690] ppid=20688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20690/stat : 20690 (runPb2sat.sh) S 20688 20690 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283797436 9367552 274 33554432000 4194304 5064252 140735464377296 140735464376208 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2287 274 233 213 0 72 0
[pid=20691] ppid=20690 vsize=21556 CPUtime=1.55 cores=1,3,5,7
/proc/20691/stat : 20691 (pb2sat) S 20690 20690 17634 0 -1 4202496 6326 10146 0 0 24 10 118 3 20 0 1 0 283797437 22073344 4379 33554432000 4194304 5873084 140733229007360 140733229001176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20691/statm: 5389 4379 179 410 0 4971 0
[pid=20709] ppid=20691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20709/stat : 20709 (satsolver.sh) S 20691 20690 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283797611 9367552 266 33554432000 4194304 5064252 140735559954096 140735559953008 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20709/statm: 2287 266 226 213 0 72 0
[pid=20710] ppid=20709 vsize=26404 CPUtime=4.54 cores=1,3,5,7
/proc/20710/stat : 20710 (glucose_static) R 20709 20690 17634 0 -1 4202496 6676 0 0 0 453 1 0 0 20 0 1 0 283797611 27037696 5816 33554432000 4194304 4896791 140735412009792 140735412007112 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20710/statm: 6601 5816 78 172 0 6427 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 66256

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 20715
/proc/meminfo: memFree=27606520/32873844 swapFree=7124/7124
[pid=20690] ppid=20688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20690/stat : 20690 (runPb2sat.sh) S 20688 20690 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283797436 9367552 274 33554432000 4194304 5064252 140735464377296 140735464376208 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2287 274 233 213 0 72 0
[pid=20691] ppid=20690 vsize=21556 CPUtime=8.46 cores=1,3,5,7
/proc/20691/stat : 20691 (pb2sat) S 20690 20690 17634 0 -1 4202496 8714 18562 0 0 33 11 796 6 20 0 1 0 283797437 22073344 4380 33554432000 4194304 5873084 140733229007360 140733229001176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20691/statm: 5389 4380 180 410 0 4971 0
[pid=20714] ppid=20691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20714/stat : 20714 (satsolver.sh) S 20691 20690 17634 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283798301 9367552 266 33554432000 4194304 5064252 140734424321328 140734424320240 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20714/statm: 2287 266 226 213 0 72 0
[pid=20715] ppid=20714 vsize=22952 CPUtime=4.04 cores=1,3,5,7
/proc/20715/stat : 20715 (glucose_static) R 20714 20690 17634 0 -1 4202496 6242 0 0 0 403 1 0 0 20 0 1 0 283798302 23502848 4990 33554432000 4194304 4896791 140734633234352 140734633231928 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20715/statm: 5738 4990 78 172 0 5564 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 62804

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 20718
/proc/meminfo: memFree=27609132/32873844 swapFree=7124/7124
[pid=20690] ppid=20688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20690/stat : 20690 (runPb2sat.sh) S 20688 20690 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283797436 9367552 274 33554432000 4194304 5064252 140735464377296 140735464376208 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2287 274 233 213 0 72 0
[pid=20691] ppid=20690 vsize=21556 CPUtime=13.05 cores=1,3,5,7
/proc/20691/stat : 20691 (pb2sat) S 20690 20690 17634 0 -1 4202496 11149 25937 0 0 41 12 1244 8 20 0 1 0 283797437 22073344 4381 33554432000 4194304 5873084 140733229007360 140733229001176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20691/statm: 5389 4381 180 410 0 4971 0
[pid=20717] ppid=20691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20717/stat : 20717 (satsolver.sh) S 20691 20690 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283798761 9367552 267 33554432000 4194304 5064252 140734531160416 140734531159328 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20717/statm: 2287 267 226 213 0 72 0
[pid=20718] ppid=20717 vsize=20376 CPUtime=12.24 cores=1,3,5,7
/proc/20718/stat : 20718 (glucose_static) R 20717 20690 17634 0 -1 4202496 5970 0 0 0 1223 1 0 0 20 0 1 0 283798761 20865024 4743 33554432000 4194304 4896791 140735847341296 140735847338696 4224706 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20718/statm: 5094 4743 78 172 0 4920 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 60228

[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 20718
/proc/meminfo: memFree=27600492/32873844 swapFree=7124/7124
[pid=20690] ppid=20688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20690/stat : 20690 (runPb2sat.sh) S 20688 20690 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283797436 9367552 274 33554432000 4194304 5064252 140735464377296 140735464376208 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2287 274 233 213 0 72 0
[pid=20691] ppid=20690 vsize=21556 CPUtime=13.05 cores=1,3,5,7
/proc/20691/stat : 20691 (pb2sat) S 20690 20690 17634 0 -1 4202496 11149 25937 0 0 41 12 1244 8 20 0 1 0 283797437 22073344 4381 33554432000 4194304 5873084 140733229007360 140733229001176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20691/statm: 5389 4381 180 410 0 4971 0
[pid=20717] ppid=20691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20717/stat : 20717 (satsolver.sh) S 20691 20690 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283798761 9367552 267 33554432000 4194304 5064252 140734531160416 140734531159328 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20717/statm: 2287 267 226 213 0 72 0
[pid=20718] ppid=20717 vsize=28364 CPUtime=37.83 cores=1,3,5,7
/proc/20718/stat : 20718 (glucose_static) R 20717 20690 17634 0 -1 4202496 9267 0 0 0 3780 3 0 0 20 0 1 0 283798761 29044736 6217 33554432000 4194304 4896791 140735847341296 140735847338824 4203715 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20718/statm: 7091 6217 78 172 0 6917 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 68216

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 20719
/proc/meminfo: memFree=27597856/32873844 swapFree=7124/7124
[pid=20690] ppid=20688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20690/stat : 20690 (runPb2sat.sh) S 20688 20690 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283797436 9367552 274 33554432000 4194304 5064252 140735464377296 140735464376208 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2287 274 233 213 0 72 0
[pid=20691] ppid=20690 vsize=21556 CPUtime=13.05 cores=1,3,5,7
/proc/20691/stat : 20691 (pb2sat) S 20690 20690 17634 0 -1 4202496 11149 25937 0 0 41 12 1244 8 20 0 1 0 283797437 22073344 4381 33554432000 4194304 5873084 140733229007360 140733229001176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20691/statm: 5389 4381 180 410 0 4971 0
[pid=20717] ppid=20691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20717/stat : 20717 (satsolver.sh) S 20691 20690 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283798761 9367552 267 33554432000 4194304 5064252 140734531160416 140734531159328 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20717/statm: 2287 267 226 213 0 72 0
[pid=20718] ppid=20717 vsize=30308 CPUtime=89.03 cores=1,3,5,7
/proc/20718/stat : 20718 (glucose_static) R 20717 20690 17634 0 -1 4202496 16823 0 0 0 8896 7 0 0 20 0 1 0 283798761 31035392 6162 33554432000 4194304 4896791 140735847341296 140735847338808 4225011 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20718/statm: 7577 6162 78 172 0 7403 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 70160

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 20731
/proc/meminfo: memFree=27593336/32873844 swapFree=7124/7124
[pid=20690] ppid=20688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20690/stat : 20690 (runPb2sat.sh) S 20688 20690 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283797436 9367552 274 33554432000 4194304 5064252 140735464377296 140735464376208 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2287 274 233 213 0 72 0
[pid=20691] ppid=20690 vsize=21556 CPUtime=149.5 cores=1,3,5,7
/proc/20691/stat : 20691 (pb2sat) S 20690 20690 17634 0 -1 4202496 20504 70712 0 0 73 15 14835 27 20 0 1 0 283797437 22073344 4381 33554432000 4194304 5873084 140733229007360 140733229001176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20691/statm: 5389 4381 180 410 0 4971 0
[pid=20730] ppid=20691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20730/stat : 20730 (satsolver.sh) S 20691 20690 17634 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283812409 9367552 266 33554432000 4194304 5064252 140733344140304 140733344139216 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20730/statm: 2287 266 226 213 0 72 0
[pid=20731] ppid=20730 vsize=23672 CPUtime=12.56 cores=1,3,5,7
/proc/20731/stat : 20731 (glucose_static) R 20730 20690 17634 0 -1 4202496 6486 0 0 0 1255 1 0 0 20 0 1 0 283812409 24240128 5408 33554432000 4194304 4896791 140737355885632 140737355883144 4224960 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20731/statm: 5918 5408 78 172 0 5744 0
Current children cumulated CPU time (s) 162.06

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/185 20785
/proc/meminfo: memFree=27573992/32873844 swapFree=7124/7124
[pid=20690] ppid=20688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20690/stat : 20690 (runPb2sat.sh) S 20688 20690 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283797436 9367552 274 33554432000 4194304 5064252 140735464377296 140735464376208 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2287 274 233 213 0 72 0
[pid=20691] ppid=20690 vsize=21556 CPUtime=861.06 cores=1,3,5,7
/proc/20691/stat : 20691 (pb2sat) S 20690 20690 17634 0 -1 4202496 27496 140797 0 0 96 17 85929 64 20 0 1 0 283797437 22073344 4381 33554432000 4194304 5873084 140733229007360 140733229001176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20691/statm: 5389 4381 180 410 0 4971 0
[pid=20753] ppid=20691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20753/stat : 20753 (satsolver.sh) S 20691 20690 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283883580 9367552 267 33554432000 4194304 5064252 140734774829312 140734774828224 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20753/statm: 2287 267 226 213 0 72 0
[pid=20754] ppid=20753 vsize=36656 CPUtime=560.75 cores=1,3,5,7
/proc/20754/stat : 20754 (glucose_static) R 20753 20690 17634 0 -1 4202496 29359 0 0 0 56056 19 0 0 20 0 1 0 283883581 37535744 8742 33554432000 4194304 4896791 140737127321920 140737127319320 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20754/statm: 9164 8742 78 172 0 8990 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 76508

[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/186 20788
/proc/meminfo: memFree=27569724/32873844 swapFree=7124/7124
[pid=20690] ppid=20688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20690/stat : 20690 (runPb2sat.sh) S 20688 20690 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283797436 9367552 274 33554432000 4194304 5064252 140735464377296 140735464376208 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2287 274 233 213 0 72 0
[pid=20691] ppid=20690 vsize=21556 CPUtime=861.06 cores=1,3,5,7
/proc/20691/stat : 20691 (pb2sat) S 20690 20690 17634 0 -1 4202496 27496 140797 0 0 96 17 85929 64 20 0 1 0 283797437 22073344 4381 33554432000 4194304 5873084 140733229007360 140733229001176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20691/statm: 5389 4381 180 410 0 4971 0
[pid=20753] ppid=20691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20753/stat : 20753 (satsolver.sh) S 20691 20690 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283883580 9367552 267 33554432000 4194304 5064252 140734774829312 140734774828224 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20753/statm: 2287 267 226 213 0 72 0
[pid=20754] ppid=20753 vsize=36836 CPUtime=620.73 cores=1,3,5,7
/proc/20754/stat : 20754 (glucose_static) R 20753 20690 17634 0 -1 4202496 29902 0 0 0 62054 19 0 0 20 0 1 0 283883581 37720064 8789 33554432000 4194304 4896791 140737127321920 140737127319432 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20754/statm: 9209 8789 78 172 0 9035 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 76688

[startup+1542.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/185 20788
/proc/meminfo: memFree=27567740/32873844 swapFree=7124/7124
[pid=20690] ppid=20688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20690/stat : 20690 (runPb2sat.sh) S 20688 20690 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283797436 9367552 274 33554432000 4194304 5064252 140735464377296 140735464376208 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2287 274 233 213 0 72 0
[pid=20691] ppid=20690 vsize=21556 CPUtime=861.06 cores=1,3,5,7
/proc/20691/stat : 20691 (pb2sat) S 20690 20690 17634 0 -1 4202496 27496 140797 0 0 96 17 85929 64 20 0 1 0 283797437 22073344 4381 33554432000 4194304 5873084 140733229007360 140733229001176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20691/statm: 5389 4381 180 410 0 4971 0
[pid=20753] ppid=20691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20753/stat : 20753 (satsolver.sh) S 20691 20690 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283883580 9367552 267 33554432000 4194304 5064252 140734774829312 140734774828224 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20753/statm: 2287 267 226 213 0 72 0
[pid=20754] ppid=20753 vsize=45052 CPUtime=680.73 cores=1,3,5,7
/proc/20754/stat : 20754 (glucose_static) R 20753 20690 17634 0 -1 4202496 30652 0 0 0 68053 20 0 0 20 0 1 0 283883581 46133248 9123 33554432000 4194304 4896791 140737127321920 140737127319448 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20754/statm: 11263 9123 78 172 0 11089 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 84904

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/185 20789
/proc/meminfo: memFree=27563276/32873844 swapFree=7124/7124
[pid=20690] ppid=20688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20690/stat : 20690 (runPb2sat.sh) S 20688 20690 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283797436 9367552 274 33554432000 4194304 5064252 140735464377296 140735464376208 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2287 274 233 213 0 72 0
[pid=20691] ppid=20690 vsize=21556 CPUtime=861.06 cores=1,3,5,7
/proc/20691/stat : 20691 (pb2sat) S 20690 20690 17634 0 -1 4202496 27496 140797 0 0 96 17 85929 64 20 0 1 0 283797437 22073344 4381 33554432000 4194304 5873084 140733229007360 140733229001176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20691/statm: 5389 4381 180 410 0 4971 0
[pid=20753] ppid=20691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20753/stat : 20753 (satsolver.sh) S 20691 20690 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283883580 9367552 267 33554432000 4194304 5064252 140734774829312 140734774828224 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20753/statm: 2287 267 226 213 0 72 0
[pid=20754] ppid=20753 vsize=46032 CPUtime=740.71 cores=1,3,5,7
/proc/20754/stat : 20754 (glucose_static) R 20753 20690 17634 0 -1 4202496 32452 0 0 0 74050 21 0 0 20 0 1 0 283883581 47136768 9881 33554432000 4194304 4896791 140737127321920 140737127319448 4225103 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20754/statm: 11508 9881 78 172 0 11334 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 85884

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 20789
/proc/meminfo: memFree=27564356/32873844 swapFree=7124/7124
[pid=20690] ppid=20688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20690/stat : 20690 (runPb2sat.sh) S 20688 20690 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283797436 9367552 274 33554432000 4194304 5064252 140735464377296 140735464376208 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2287 274 233 213 0 72 0
[pid=20691] ppid=20690 vsize=21556 CPUtime=861.06 cores=1,3,5,7
/proc/20691/stat : 20691 (pb2sat) S 20690 20690 17634 0 -1 4202496 27496 140797 0 0 96 17 85929 64 20 0 1 0 283797437 22073344 4381 33554432000 4194304 5873084 140733229007360 140733229001176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20691/statm: 5389 4381 180 410 0 4971 0
[pid=20753] ppid=20691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20753/stat : 20753 (satsolver.sh) S 20691 20690 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283883580 9367552 267 33554432000 4194304 5064252 140734774829312 140734774828224 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20753/statm: 2287 267 226 213 0 72 0
[pid=20754] ppid=20753 vsize=46376 CPUtime=800.69 cores=1,3,5,7
/proc/20754/stat : 20754 (glucose_static) R 20753 20690 17634 0 -1 4202496 33929 0 0 0 80047 22 0 0 20 0 1 0 283883581 47489024 9439 33554432000 4194304 4896791 140737127321920 140737127319448 4225148 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20754/statm: 11594 9439 78 172 0 11420 0
Current children cumulated CPU time (s) 1661.75
Current children cumulated vsize (KiB) 86228

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 20789
/proc/meminfo: memFree=27564676/32873844 swapFree=7124/7124
[pid=20690] ppid=20688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20690/stat : 20690 (runPb2sat.sh) S 20688 20690 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283797436 9367552 274 33554432000 4194304 5064252 140735464377296 140735464376208 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2287 274 233 213 0 72 0
[pid=20691] ppid=20690 vsize=21556 CPUtime=861.06 cores=1,3,5,7
/proc/20691/stat : 20691 (pb2sat) S 20690 20690 17634 0 -1 4202496 27496 140797 0 0 96 17 85929 64 20 0 1 0 283797437 22073344 4381 33554432000 4194304 5873084 140733229007360 140733229001176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20691/statm: 5389 4381 180 410 0 4971 0
[pid=20753] ppid=20691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20753/stat : 20753 (satsolver.sh) S 20691 20690 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283883580 9367552 267 33554432000 4194304 5064252 140734774829312 140734774828224 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20753/statm: 2287 267 226 213 0 72 0
[pid=20754] ppid=20753 vsize=39576 CPUtime=860.68 cores=1,3,5,7
/proc/20754/stat : 20754 (glucose_static) R 20753 20690 17634 0 -1 4202496 34969 0 0 0 86045 23 0 0 20 0 1 0 283883581 40525824 9069 33554432000 4194304 4896791 140737127321920 140737127319496 4225008 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20754/statm: 9894 9069 78 172 0 9720 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 79428

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 20789
/proc/meminfo: memFree=27548580/32873844 swapFree=7124/7124
[pid=20690] ppid=20688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20690/stat : 20690 (runPb2sat.sh) S 20688 20690 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283797436 9367552 274 33554432000 4194304 5064252 140735464377296 140735464376208 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2287 274 233 213 0 72 0
[pid=20691] ppid=20690 vsize=21556 CPUtime=861.06 cores=1,3,5,7
/proc/20691/stat : 20691 (pb2sat) S 20690 20690 17634 0 -1 4202496 27496 140797 0 0 96 17 85929 64 20 0 1 0 283797437 22073344 4381 33554432000 4194304 5873084 140733229007360 140733229001176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20691/statm: 5389 4381 180 410 0 4971 0
[pid=20753] ppid=20691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20753/stat : 20753 (satsolver.sh) S 20691 20690 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283883580 9367552 267 33554432000 4194304 5064252 140734774829312 140734774828224 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20753/statm: 2287 267 226 213 0 72 0
[pid=20754] ppid=20753 vsize=58580 CPUtime=920.68 cores=1,3,5,7
/proc/20754/stat : 20754 (glucose_static) R 20753 20690 17634 0 -1 4202496 35957 0 0 0 92043 25 0 0 20 0 1 0 283883581 59985920 12042 33554432000 4194304 4896791 140737127321920 140737127319128 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20754/statm: 14645 12042 78 172 0 14471 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 98432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 20831
/proc/meminfo: memFree=27595384/32873844 swapFree=7124/7124
[pid=20690] ppid=20688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20690/stat : 20690 (runPb2sat.sh) S 20688 20690 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283797436 9367552 274 33554432000 4194304 5064252 140735464377296 140735464376208 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2287 274 233 213 0 72 0
[pid=20691] ppid=20690 vsize=21556 CPUtime=861.06 cores=1,3,5,7
/proc/20691/stat : 20691 (pb2sat) S 20690 20690 17634 0 -1 4202496 27496 140797 0 0 96 17 85929 64 20 0 1 0 283797437 22073344 4381 33554432000 4194304 5873084 140733229007360 140733229001176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20691/statm: 5389 4381 180 410 0 4971 0
[pid=20753] ppid=20691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20753/stat : 20753 (satsolver.sh) S 20691 20690 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283883580 9367552 267 33554432000 4194304 5064252 140734774829312 140734774828224 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20753/statm: 2287 267 226 213 0 72 0
[pid=20754] ppid=20753 vsize=39964 CPUtime=938.98 cores=1,3,5,7
/proc/20754/stat : 20754 (glucose_static) R 20753 20690 17634 0 -1 4202496 36016 0 0 0 93873 25 0 0 20 0 1 0 283883581 40923136 9206 33554432000 4194304 4896791 140737127321920 140737127319496 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20754/statm: 9991 9206 78 172 0 9817 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 79816

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 20831
/proc/meminfo: memFree=27595384/32873844 swapFree=7124/7124
[pid=20690] ppid=20688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20690/stat : 20690 (runPb2sat.sh) S 20688 20690 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283797436 9367552 274 33554432000 4194304 5064252 140735464377296 140735464376208 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2287 274 233 213 0 72 0
[pid=20691] ppid=20690 vsize=21556 CPUtime=861.06 cores=1,3,5,7
/proc/20691/stat : 20691 (pb2sat) S 20690 20690 17634 0 -1 4202496 27496 140797 0 0 96 17 85929 64 20 0 1 0 283797437 22073344 4381 33554432000 4194304 5873084 140733229007360 140733229001176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20691/statm: 5389 4381 180 410 0 4971 0
[pid=20753] ppid=20691 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20753/stat : 20753 (satsolver.sh) S 20691 20690 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283883580 9367552 267 33554432000 4194304 5064252 140734774829312 140734774828224 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20753/statm: 2287 267 226 213 0 72 0
[pid=20754] ppid=20753 vsize=39964 CPUtime=938.98 cores=1,3,5,7
/proc/20754/stat : 20754 (glucose_static) R 20753 20690 17634 0 -1 4202496 36016 0 0 0 93873 25 0 0 20 0 1 0 283883581 40923136 9206 33554432000 4194304 4896791 140737127321920 140737127319496 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20754/statm: 9991 9206 78 172 0 9817 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 79816

Child status: 0
Real time (s): 1800.61
CPU time (s): 1800.08
CPU user time (s): 1798.99
CPU system time (s): 1.08583
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 110168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 1.08583
maximum resident set size= 60652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205298
page faults= 0
swaps= 0
block input operations= 0
block output operations= 126736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 250
involuntary context switches= 1908

runsolver used 7.31389 second user time and 20.6239 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-28 05:45:20
IDJOB=3696165
IDBENCH=92766
IDSOLVER=2274
FILE ID=node134/3696165-1338176720
RUNJOBID= node134-1338158703-17652
PBS_JOBID= 14624546
Free space on /tmp= 70996 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat15_5_3_6_ic.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696165-1338176720/watcher-3696165-1338176720 -o /tmp/evaluation-result-3696165-1338176720/solver-3696165-1338176720 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696165-1338176720.opb 1551493008 HOME HOME

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

MD5SUM BENCH= a269e9c33b53994688ddcd5a079e2567
RANDOM SEED=1551493008

node134.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.278
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.55
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.278
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	: 5332.56
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.278
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.55
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.278
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	: 5332.59
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.278
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	: 5332.55
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.278
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	: 5332.55
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.278
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	: 5332.57
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.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27653764 kB
Buffers:          439760 kB
Cached:          3878188 kB
SwapCached:            0 kB
Active:          1637920 kB
Inactive:        2725096 kB
Active(anon):      41184 kB
Inactive(anon):     5996 kB
Active(file):    1596736 kB
Inactive(file):  2719100 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             25044 kB
Writeback:             0 kB
AnonPages:        104744 kB
Mapped:            15340 kB
Shmem:               212 kB
Slab:             717404 kB
SReclaimable:     159288 kB
SUnreclaim:       558116 kB
KernelStack:        1536 kB
PageTables:         3744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     164892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 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= 70984 MiB
End job on node134 at 2012-05-28 06:15:21