Trace number 3696753

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
pb2sat 2012-05-19? (TO) 1800.08 1800.51

General information on the benchmark

Name/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/
rand.newlist/normalized-rand18b530.cudf.paranoid.opb
MD5SUM7d47423dbe0b5ddfaa03904c8689e004
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6563
Best CPU time to get the best result obtained on this benchmark0.111982
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5740
Total number of constraints25674
Number of constraints which are clauses25378
Number of constraints which are cardinality constraints (but not clauses)296
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint553
Number of terms in the objective function 2129
Biggest coefficient in the objective function 1580
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 872158
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1580
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 872158
Number of bits of the biggest sum of numbers20
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.19	c model valid
0.00/0.19	c current solution ok
0.00/0.26	o 77796
0.00/0.26	c current bound: 38898
0.00/0.26	c fallback to adder encoding
655.25/655.41	c model valid
655.25/655.41	c current solution ok
655.25/655.42	o 38822
655.25/655.42	c current bound: 19411
655.25/655.42	c fallback to adder encoding
1029.97/1030.24	c model valid
1029.97/1030.24	c current solution ok
1029.97/1030.25	o 19411
1029.97/1030.25	c current bound: 9705
1029.97/1030.25	c fallback to adder encoding
1359.38/1359.75	c model valid
1359.38/1359.75	c current solution ok
1359.38/1359.76	o 8678
1359.38/1359.76	c current bound: 4339
1359.38/1359.76	c fallback to adder encoding
1362.57/1362.92	c current bound: 6509
1362.57/1362.92	c fallback to adder encoding
1461.13/1461.57	c current bound: 7594
1461.13/1461.57	c fallback to adder encoding
1491.53/1491.99	c model valid
1491.53/1491.99	c current solution ok
1491.53/1492.00	o 7034
1491.53/1492.00	c current bound: 6772
1491.53/1492.00	c fallback to adder encoding
1519.63/1520.01	c model valid
1519.63/1520.01	c current solution ok
1519.63/1520.02	o 6772
1519.63/1520.02	c current bound: 6641
1519.63/1520.02	c fallback to adder encoding
1646.37/1646.85	c model valid
1646.37/1646.85	c current solution ok
1646.37/1646.86	o 6641
1646.37/1646.86	c current bound: 6575
1646.37/1646.86	c fallback to adder encoding
1779.86/1780.32	c model valid
1779.86/1780.32	c current solution ok
1779.86/1780.33	o 6575
1779.86/1780.33	c current bound: 6542
1779.86/1780.33	c fallback to adder encoding
1800.05/1800.50	./satsolver.sh: line 5:  7518 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.05/1800.50	c error: unexpected solver exit code
1800.05/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-3696753-1338091378/watcher-3696753-1338091378 -o /tmp/evaluation-result-3696753-1338091378/solver-3696753-1338091378 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696753-1338091378.opb 224760923 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.95 1.99 2.01 3/180 7424
/proc/meminfo: memFree=27492524/32873844 swapFree=7384/7384
[pid=7424] ppid=7422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7424/stat : 7424 (runPb2sat.sh) S 7422 7424 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275263233 9367552 275 33554432000 4194304 5064252 140733235020368 140733235019280 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7424/statm: 2287 275 233 213 0 72 0

[startup+0.0666041 s]
/proc/loadavg: 1.95 1.99 2.01 3/180 7424
/proc/meminfo: memFree=27492524/32873844 swapFree=7384/7384
[pid=7424] ppid=7422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7424/stat : 7424 (runPb2sat.sh) S 7422 7424 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275263233 9367552 275 33554432000 4194304 5064252 140733235020368 140733235019280 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7424/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100299 s]
/proc/loadavg: 1.95 1.99 2.01 3/180 7424
/proc/meminfo: memFree=27492524/32873844 swapFree=7384/7384
[pid=7424] ppid=7422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7424/stat : 7424 (runPb2sat.sh) S 7422 7424 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275263233 9367552 275 33554432000 4194304 5064252 140733235020368 140733235019280 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7424/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300274 s]
/proc/loadavg: 1.95 1.99 2.01 3/180 7424
/proc/meminfo: memFree=27492524/32873844 swapFree=7384/7384
[pid=7424] ppid=7422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7424/stat : 7424 (runPb2sat.sh) S 7422 7424 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275263233 9367552 275 33554432000 4194304 5064252 140733235020368 140733235019280 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7424/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700195 s]
/proc/loadavg: 1.95 1.99 2.01 3/180 7424
/proc/meminfo: memFree=27492524/32873844 swapFree=7384/7384
[pid=7424] ppid=7422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7424/stat : 7424 (runPb2sat.sh) S 7422 7424 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275263233 9367552 275 33554432000 4194304 5064252 140733235020368 140733235019280 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7424/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 1.95 1.99 2.01 3/184 7431
/proc/meminfo: memFree=27431172/32873844 swapFree=7384/7384
[pid=7424] ppid=7422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7424/stat : 7424 (runPb2sat.sh) S 7422 7424 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275263233 9367552 275 33554432000 4194304 5064252 140733235020368 140733235019280 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7424/statm: 2287 275 233 213 0 72 0
[pid=7425] ppid=7424 vsize=22584 CPUtime=0.43 cores=1,3,5,7
/proc/7425/stat : 7425 (pb2sat) S 7424 7424 6783 0 -1 4202496 3770 2435 0 0 32 7 4 0 20 0 1 0 275263233 23126016 4341 33554432000 4194304 5873084 140736573826864 140736573820680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7425/statm: 5646 4341 179 410 0 5228 0
[pid=7430] ppid=7425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7430/stat : 7430 (satsolver.sh) S 7425 7424 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275263279 9367552 267 33554432000 4194304 5064252 140734936264608 140734936263520 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7430/statm: 2287 267 226 213 0 72 0
[pid=7431] ppid=7430 vsize=35980 CPUtime=1.02 cores=1,3,5,7
/proc/7431/stat : 7431 (glucose_static) R 7430 7424 6783 0 -1 4202496 9554 0 0 0 100 2 0 0 20 0 1 0 275263279 36843520 8130 33554432000 4194304 4896791 140733255326880 140733255324008 4203091 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7431/statm: 8995 8130 77 172 0 8821 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 76860

[startup+3.10044 s]
/proc/loadavg: 1.95 1.99 2.01 3/184 7431
/proc/meminfo: memFree=27430776/32873844 swapFree=7384/7384
[pid=7424] ppid=7422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7424/stat : 7424 (runPb2sat.sh) S 7422 7424 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275263233 9367552 275 33554432000 4194304 5064252 140733235020368 140733235019280 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7424/statm: 2287 275 233 213 0 72 0
[pid=7425] ppid=7424 vsize=22584 CPUtime=0.43 cores=1,3,5,7
/proc/7425/stat : 7425 (pb2sat) S 7424 7424 6783 0 -1 4202496 3770 2435 0 0 32 7 4 0 20 0 1 0 275263233 23126016 4341 33554432000 4194304 5873084 140736573826864 140736573820680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7425/statm: 5646 4341 179 410 0 5228 0
[pid=7430] ppid=7425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7430/stat : 7430 (satsolver.sh) S 7425 7424 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275263279 9367552 267 33554432000 4194304 5064252 140734936264608 140734936263520 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7430/statm: 2287 267 226 213 0 72 0
[pid=7431] ppid=7430 vsize=36820 CPUtime=2.62 cores=1,3,5,7
/proc/7431/stat : 7431 (glucose_static) R 7430 7424 6783 0 -1 4202496 10414 0 0 0 260 2 0 0 20 0 1 0 275263279 37703680 8519 33554432000 4194304 4896791 140733255326880 140733255324392 4203070 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7431/statm: 9205 8519 77 172 0 9031 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 77700

[startup+6.30044 s]
/proc/loadavg: 1.95 1.99 2.01 3/184 7431
/proc/meminfo: memFree=27429040/32873844 swapFree=7384/7384
[pid=7424] ppid=7422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7424/stat : 7424 (runPb2sat.sh) S 7422 7424 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275263233 9367552 275 33554432000 4194304 5064252 140733235020368 140733235019280 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7424/statm: 2287 275 233 213 0 72 0
[pid=7425] ppid=7424 vsize=22584 CPUtime=0.43 cores=1,3,5,7
/proc/7425/stat : 7425 (pb2sat) S 7424 7424 6783 0 -1 4202496 3770 2435 0 0 32 7 4 0 20 0 1 0 275263233 23126016 4341 33554432000 4194304 5873084 140736573826864 140736573820680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7425/statm: 5646 4341 179 410 0 5228 0
[pid=7430] ppid=7425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7430/stat : 7430 (satsolver.sh) S 7425 7424 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275263279 9367552 267 33554432000 4194304 5064252 140734936264608 140734936263520 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7430/statm: 2287 267 226 213 0 72 0
[pid=7431] ppid=7430 vsize=42088 CPUtime=5.82 cores=1,3,5,7
/proc/7431/stat : 7431 (glucose_static) R 7430 7424 6783 0 -1 4202496 11597 0 0 0 580 2 0 0 20 0 1 0 275263279 43098112 9356 33554432000 4194304 4896791 140733255326880 140733255324392 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7431/statm: 10522 9356 77 172 0 10348 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 82968

[startup+12.7004 s]
/proc/loadavg: 1.96 1.99 2.01 3/184 7431
/proc/meminfo: memFree=27425232/32873844 swapFree=7384/7384
[pid=7424] ppid=7422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7424/stat : 7424 (runPb2sat.sh) S 7422 7424 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275263233 9367552 275 33554432000 4194304 5064252 140733235020368 140733235019280 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7424/statm: 2287 275 233 213 0 72 0
[pid=7425] ppid=7424 vsize=22584 CPUtime=0.43 cores=1,3,5,7
/proc/7425/stat : 7425 (pb2sat) S 7424 7424 6783 0 -1 4202496 3770 2435 0 0 32 7 4 0 20 0 1 0 275263233 23126016 4341 33554432000 4194304 5873084 140736573826864 140736573820680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7425/statm: 5646 4341 179 410 0 5228 0
[pid=7430] ppid=7425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7430/stat : 7430 (satsolver.sh) S 7425 7424 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275263279 9367552 267 33554432000 4194304 5064252 140734936264608 140734936263520 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7430/statm: 2287 267 226 213 0 72 0
[pid=7431] ppid=7430 vsize=43808 CPUtime=12.21 cores=1,3,5,7
/proc/7431/stat : 7431 (glucose_static) R 7430 7424 6783 0 -1 4202496 12882 0 0 0 1219 2 0 0 20 0 1 0 275263279 44859392 9586 33554432000 4194304 4896791 140733255326880 140733255324392 4203755 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7431/statm: 10952 9586 77 172 0 10778 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 84688

[startup+25.5005 s]
/proc/loadavg: 1.97 1.99 2.01 3/184 7431
/proc/meminfo: memFree=27420036/32873844 swapFree=7384/7384
[pid=7424] ppid=7422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7424/stat : 7424 (runPb2sat.sh) S 7422 7424 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275263233 9367552 275 33554432000 4194304 5064252 140733235020368 140733235019280 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7424/statm: 2287 275 233 213 0 72 0
[pid=7425] ppid=7424 vsize=22584 CPUtime=0.43 cores=1,3,5,7
/proc/7425/stat : 7425 (pb2sat) S 7424 7424 6783 0 -1 4202496 3770 2435 0 0 32 7 4 0 20 0 1 0 275263233 23126016 4341 33554432000 4194304 5873084 140736573826864 140736573820680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7425/statm: 5646 4341 179 410 0 5228 0
[pid=7430] ppid=7425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7430/stat : 7430 (satsolver.sh) S 7425 7424 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275263279 9367552 267 33554432000 4194304 5064252 140734936264608 140734936263520 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7430/statm: 2287 267 226 213 0 72 0
[pid=7431] ppid=7430 vsize=44864 CPUtime=25.01 cores=1,3,5,7
/proc/7431/stat : 7431 (glucose_static) R 7430 7424 6783 0 -1 4202496 13962 0 0 0 2498 3 0 0 20 0 1 0 275263279 45940736 10338 33554432000 4194304 4896791 140733255326880 140733255322616 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7431/statm: 11216 10338 78 172 0 11042 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 85744

[startup+51.1003 s]
/proc/loadavg: 1.98 1.99 2.01 3/184 7432
/proc/meminfo: memFree=27417308/32873844 swapFree=7384/7384
[pid=7424] ppid=7422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7424/stat : 7424 (runPb2sat.sh) S 7422 7424 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275263233 9367552 275 33554432000 4194304 5064252 140733235020368 140733235019280 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7424/statm: 2287 275 233 213 0 72 0
[pid=7425] ppid=7424 vsize=22584 CPUtime=0.43 cores=1,3,5,7
/proc/7425/stat : 7425 (pb2sat) S 7424 7424 6783 0 -1 4202496 3770 2435 0 0 32 7 4 0 20 0 1 0 275263233 23126016 4341 33554432000 4194304 5873084 140736573826864 140736573820680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7425/statm: 5646 4341 179 410 0 5228 0
[pid=7430] ppid=7425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7430/stat : 7430 (satsolver.sh) S 7425 7424 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275263279 9367552 267 33554432000 4194304 5064252 140734936264608 140734936263520 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7430/statm: 2287 267 226 213 0 72 0
[pid=7431] ppid=7430 vsize=47108 CPUtime=50.61 cores=1,3,5,7
/proc/7431/stat : 7431 (glucose_static) R 7430 7424 6783 0 -1 4202496 16262 0 0 0 5057 4 0 0 20 0 1 0 275263279 48238592 11041 33554432000 4194304 4896791 140733255326880 140733255324088 4203891 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7431/statm: 11777 11041 78 172 0 11603 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 87988

[startup+102.307 s]
/proc/loadavg: 1.99 1.99 2.00 3/183 7432
/proc/meminfo: memFree=27403216/32873844 swapFree=7384/7384
[pid=7424] ppid=7422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7424/stat : 7424 (runPb2sat.sh) S 7422 7424 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275263233 9367552 275 33554432000 4194304 5064252 140733235020368 140733235019280 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7424/statm: 2287 275 233 213 0 72 0
[pid=7425] ppid=7424 vsize=22584 CPUtime=0.43 cores=1,3,5,7
/proc/7425/stat : 7425 (pb2sat) S 7424 7424 6783 0 -1 4202496 3770 2435 0 0 32 7 4 0 20 0 1 0 275263233 23126016 4341 33554432000 4194304 5873084 140736573826864 140736573820680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7425/statm: 5646 4341 179 410 0 5228 0
[pid=7430] ppid=7425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7430/stat : 7430 (satsolver.sh) S 7425 7424 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275263279 9367552 267 33554432000 4194304 5064252 140734936264608 140734936263520 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7430/statm: 2287 267 226 213 0 72 0
[pid=7431] ppid=7430 vsize=58568 CPUtime=101.81 cores=1,3,5,7
/proc/7431/stat : 7431 (glucose_static) R 7430 7424 6783 0 -1 4202496 19949 0 0 0 10174 7 0 0 20 0 1 0 275263279 59973632 13494 33554432000 4194304 4896791 140733255326880 140733255324088 4203856 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7431/statm: 14642 13494 78 172 0 14468 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 99448

[startup+162.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 7432
/proc/meminfo: memFree=27392660/32873844 swapFree=7384/7384
[pid=7424] ppid=7422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7424/stat : 7424 (runPb2sat.sh) S 7422 7424 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275263233 9367552 275 33554432000 4194304 5064252 140733235020368 140733235019280 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7424/statm: 2287 275 233 213 0 72 0
[pid=7425] ppid=7424 vsize=22584 CPUtime=0.43 cores=1,3,5,7
/proc/7425/stat : 7425 (pb2sat) S 7424 7424 6783 0 -1 4202496 3770 2435 0 0 32 7 4 0 20 0 1 0 275263233 23126016 4341 33554432000 4194304 5873084 140736573826864 140736573820680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7425/statm: 5646 4341 179 410 0 5228 0
[pid=7430] ppid=7425 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7499
/proc/meminfo: memFree=28979628/32873844 swapFree=7384/7384
[pid=7424] ppid=7422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7424/stat : 7424 (runPb2sat.sh) S 7422 7424 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275263233 9367552 275 33554432000 4194304 5064252 140733235020368 140733235019280 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7424/statm: 2287 275 233 213 0 72 0
[pid=7425] ppid=7424 vsize=38020 CPUtime=1362.76 cores=1,3,5,7
/proc/7425/stat : 7425 (pb2sat) S 7424 7424 6783 0 -1 4202496 16093 101299 0 0 105 16 136103 52 20 0 1 0 275263233 38932480 7439 33554432000 4194304 5873084 140736573826864 140736573820680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7425/statm: 9505 7439 179 410 0 9087 0
[pid=7498] ppid=7425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7498/stat : 7498 (satsolver.sh) S 7425 7424 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275399541 9367552 267 33554432000 4194304 5064252 140734239824144 140734239823056 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7498/statm: 2287 267 226 213 0 72 0
[pid=7499] ppid=7498 vsize=50272 CPUtime=59.19 cores=1,3,5,7
/proc/7499/stat : 7499 (glucose_static) R 7498 7424 6783 0 -1 4202496 15703 0 0 0 5915 4 0 0 20 0 1 0 275399541 51478528 10765 33554432000 4194304 4896791 140737389154368 140737389151880 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7499/statm: 12568 10765 78 172 0 12394 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 106588

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 7502
/proc/meminfo: memFree=28963924/32873844 swapFree=7384/7384
[pid=7424] ppid=7422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7424/stat : 7424 (runPb2sat.sh) S 7422 7424 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275263233 9367552 275 33554432000 4194304 5064252 140733235020368 140733235019280 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7424/statm: 2287 275 233 213 0 72 0
[pid=7425] ppid=7424 vsize=38020 CPUtime=1461.39 cores=1,3,5,7
/proc/7425/stat : 7425 (pb2sat) S 7424 7424 6783 0 -1 4202496 18890 122247 0 0 120 18 145941 60 20 0 1 0 275263233 38932480 7439 33554432000 4194304 5873084 140736573826864 140736573820680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7425/statm: 9505 7439 179 410 0 9087 0
[pid=7501] ppid=7425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7501/stat : 7501 (satsolver.sh) S 7425 7424 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275409406 9367552 266 33554432000 4194304 5064252 140735132573200 140735132572112 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7501/statm: 2287 266 226 213 0 72 0
[pid=7502] ppid=7501 vsize=43576 CPUtime=20.54 cores=1,3,5,7
/proc/7502/stat : 7502 (glucose_static) R 7501 7424 6783 0 -1 4202496 15131 0 0 0 2051 3 0 0 20 0 1 0 275409406 44621824 9728 33554432000 4194304 4896791 140735070597264 140735070594472 4203856 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7502/statm: 10894 9728 78 172 0 10720 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 99892

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 7508
/proc/meminfo: memFree=28986876/32873844 swapFree=7384/7384
[pid=7424] ppid=7422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7424/stat : 7424 (runPb2sat.sh) S 7422 7424 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275263233 9367552 275 33554432000 4194304 5064252 140733235020368 140733235019280 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7424/statm: 2287 275 233 213 0 72 0
[pid=7425] ppid=7424 vsize=38020 CPUtime=1519.82 cores=1,3,5,7
/proc/7425/stat : 7425 (pb2sat) S 7424 7424 6783 0 -1 4202496 25236 157900 0 0 156 23 151731 72 20 0 1 0 275263233 38932480 7439 33554432000 4194304 5873084 140736573826864 140736573820680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7425/statm: 9505 7439 179 410 0 9087 0
[pid=7507] ppid=7425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7507/stat : 7507 (satsolver.sh) S 7425 7424 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275415252 9367552 267 33554432000 4194304 5064252 140736029635856 140736029634768 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7507/statm: 2287 267 226 213 0 72 0
[pid=7508] ppid=7507 vsize=42868 CPUtime=22.08 cores=1,3,5,7
/proc/7508/stat : 7508 (glucose_static) R 7507 7424 6783 0 -1 4202496 13015 0 0 0 2204 4 0 0 20 0 1 0 275415252 43896832 8865 33554432000 4194304 4896791 140735965929904 140735965925640 4203877 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7508/statm: 10717 8865 77 172 0 10543 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 99184

[startup+1602.3 s]
/proc/loadavg: 2.17 2.05 2.01 3/183 7509
/proc/meminfo: memFree=28955716/32873844 swapFree=7384/7384
[pid=7424] ppid=7422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7424/stat : 7424 (runPb2sat.sh) S 7422 7424 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275263233 9367552 275 33554432000 4194304 5064252 140733235020368 140733235019280 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7424/statm: 2287 275 233 213 0 72 0
[pid=7425] ppid=7424 vsize=38020 CPUtime=1519.82 cores=1,3,5,7
/proc/7425/stat : 7425 (pb2sat) S 7424 7424 6783 0 -1 4202496 25236 157900 0 0 156 23 151731 72 20 0 1 0 275263233 38932480 7439 33554432000 4194304 5873084 140736573826864 140736573820680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7425/statm: 9505 7439 179 410 0 9087 0
[pid=7507] ppid=7425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7507/stat : 7507 (satsolver.sh) S 7425 7424 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275415252 9367552 267 33554432000 4194304 5064252 140736029635856 140736029634768 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7507/statm: 2287 267 226 213 0 72 0
[pid=7508] ppid=7507 vsize=53592 CPUtime=82.07 cores=1,3,5,7
/proc/7508/stat : 7508 (glucose_static) R 7507 7424 6783 0 -1 4202496 18383 0 0 0 8199 8 0 0 20 0 1 0 275415252 54878208 11332 33554432000 4194304 4896791 140735965929904 140735965927416 4223980 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7508/statm: 13398 11332 78 172 0 13224 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 109908

[startup+1662.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/184 7515
/proc/meminfo: memFree=28982860/32873844 swapFree=7384/7384
[pid=7424] ppid=7422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7424/stat : 7424 (runPb2sat.sh) S 7422 7424 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275263233 9367552 275 33554432000 4194304 5064252 140733235020368 140733235019280 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7424/statm: 2287 275 233 213 0 72 0
[pid=7425] ppid=7424 vsize=38020 CPUtime=1646.61 cores=1,3,5,7
/proc/7425/stat : 7425 (pb2sat) S 7424 7424 6783 0 -1 4202496 28361 180051 0 0 174 25 164379 83 20 0 1 0 275263233 38932480 7439 33554432000 4194304 5873084 140736573826864 140736573820680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7425/statm: 9505 7439 179 410 0 9087 0
[pid=7514] ppid=7425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7514/stat : 7514 (satsolver.sh) S 7425 7424 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275427935 9367552 267 33554432000 4194304 5064252 140733659892336 140733659891248 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7514/statm: 2287 267 226 213 0 72 0
[pid=7515] ppid=7514 vsize=40012 CPUtime=15.25 cores=1,3,5,7
/proc/7515/stat : 7515 (glucose_static) R 7514 7424 6783 0 -1 4202496 11355 0 0 0 1523 2 0 0 20 0 1 0 275427936 40972288 8629 33554432000 4194304 4896791 140735374195744 140735374192952 4203775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7515/statm: 10003 8629 78 172 0 9829 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 96328

[startup+1722.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/183 7515
/proc/meminfo: memFree=28957276/32873844 swapFree=7384/7384
[pid=7424] ppid=7422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7424/stat : 7424 (runPb2sat.sh) S 7422 7424 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275263233 9367552 275 33554432000 4194304 5064252 140733235020368 140733235019280 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7424/statm: 2287 275 233 213 0 72 0
[pid=7425] ppid=7424 vsize=38020 CPUtime=1646.61 cores=1,3,5,7
/proc/7425/stat : 7425 (pb2sat) S 7424 7424 6783 0 -1 4202496 28361 180051 0 0 174 25 164379 83 20 0 1 0 275263233 38932480 7439 33554432000 4194304 5873084 140736573826864 140736573820680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7425/statm: 9505 7439 179 410 0 9087 0
[pid=7514] ppid=7425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7514/stat : 7514 (satsolver.sh) S 7425 7424 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275427935 9367552 267 33554432000 4194304 5064252 140733659892336 140733659891248 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7514/statm: 2287 267 226 213 0 72 0
[pid=7515] ppid=7514 vsize=50440 CPUtime=75.24 cores=1,3,5,7
/proc/7515/stat : 7515 (glucose_static) R 7514 7424 6783 0 -1 4202496 15538 0 0 0 7520 4 0 0 20 0 1 0 275427936 51650560 10583 33554432000 4194304 4896791 140735374195744 140735374193256 4203968 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7515/statm: 12610 10583 78 172 0 12436 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 106756

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 7518
/proc/meminfo: memFree=28993588/32873844 swapFree=7384/7384
[pid=7424] ppid=7422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7424/stat : 7424 (runPb2sat.sh) S 7422 7424 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275263233 9367552 275 33554432000 4194304 5064252 140733235020368 140733235019280 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7424/statm: 2287 275 233 213 0 72 0
[pid=7425] ppid=7424 vsize=38020 CPUtime=1780.06 cores=1,3,5,7
/proc/7425/stat : 7425 (pb2sat) S 7424 7424 6783 0 -1 4202496 31586 200887 0 0 193 27 177695 91 20 0 1 0 275263233 38932480 7439 33554432000 4194304 5873084 140736573826864 140736573820680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7425/statm: 9505 7439 179 410 0 9087 0
[pid=7517] ppid=7425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7517/stat : 7517 (satsolver.sh) S 7425 7424 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275441282 9367552 267 33554432000 4194304 5064252 140737275943568 140737275942480 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7517/statm: 2287 267 226 213 0 72 0
[pid=7518] ppid=7517 vsize=33208 CPUtime=1.79 cores=1,3,5,7
/proc/7518/stat : 7518 (glucose_static) R 7517 7424 6783 0 -1 4202496 8470 0 0 0 177 2 0 0 20 0 1 0 275441283 34004992 6897 33554432000 4194304 4896791 140736540039232 140736540036744 4225514 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7518/statm: 8302 6897 77 172 0 8128 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 89524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 7518
/proc/meminfo: memFree=28978368/32873844 swapFree=7384/7384
[pid=7424] ppid=7422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7424/stat : 7424 (runPb2sat.sh) S 7422 7424 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275263233 9367552 275 33554432000 4194304 5064252 140733235020368 140733235019280 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7424/statm: 2287 275 233 213 0 72 0
[pid=7425] ppid=7424 vsize=38020 CPUtime=1780.06 cores=1,3,5,7
/proc/7425/stat : 7425 (pb2sat) S 7424 7424 6783 0 -1 4202496 31586 200887 0 0 193 27 177695 91 20 0 1 0 275263233 38932480 7439 33554432000 4194304 5873084 140736573826864 140736573820680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7425/statm: 9505 7439 179 410 0 9087 0
[pid=7517] ppid=7425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7517/stat : 7517 (satsolver.sh) S 7425 7424 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275441282 9367552 267 33554432000 4194304 5064252 140737275943568 140737275942480 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7517/statm: 2287 267 226 213 0 72 0
[pid=7518] ppid=7517 vsize=36520 CPUtime=19.99 cores=1,3,5,7
/proc/7518/stat : 7518 (glucose_static) R 7517 7424 6783 0 -1 4202496 12025 0 0 0 1996 3 0 0 20 0 1 0 275441283 37396480 8057 33554432000 4194304 4896791 140736540039232 140736540036808 4203806 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7518/statm: 9130 8057 78 172 0 8956 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 92836

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.01 2.03 2.00 3/183 7518
/proc/meminfo: memFree=28978368/32873844 swapFree=7384/7384
[pid=7424] ppid=7422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7424/stat : 7424 (runPb2sat.sh) S 7422 7424 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275263233 9367552 275 33554432000 4194304 5064252 140733235020368 140733235019280 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7424/statm: 2287 275 233 213 0 72 0
[pid=7425] ppid=7424 vsize=38020 CPUtime=1780.06 cores=1,3,5,7
/proc/7425/stat : 7425 (pb2sat) S 7424 7424 6783 0 -1 4202496 31586 200887 0 0 193 27 177695 91 20 0 1 0 275263233 38932480 7439 33554432000 4194304 5873084 140736573826864 140736573820680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7425/statm: 9505 7439 179 410 0 9087 0
[pid=7517] ppid=7425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7517/stat : 7517 (satsolver.sh) S 7425 7424 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275441282 9367552 267 33554432000 4194304 5064252 140737275943568 140737275942480 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7517/statm: 2287 267 226 213 0 72 0
[pid=7518] ppid=7517 vsize=36520 CPUtime=19.99 cores=1,3,5,7
/proc/7518/stat : 7518 (glucose_static) R 7517 7424 6783 0 -1 4202496 12025 0 0 0 1996 3 0 0 20 0 1 0 275441283 37396480 8057 33554432000 4194304 4896791 140736540039232 140736540036808 4203806 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7518/statm: 9130 8057 78 172 0 8956 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 92836

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.08
CPU user time (s): 1798.86
CPU system time (s): 1.22781
CPU usage (%): 99.9762
Max. virtual memory (cumulated for all children) (KiB): 174148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.86
system time used= 1.22781
maximum resident set size= 117928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245489
page faults= 0
swaps= 0
block input operations= 0
block output operations= 207456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 245
involuntary context switches= 2683

runsolver used 3.38049 second user time and 8.73867 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-27 06:02:58
IDJOB=3696753
IDBENCH=72091
IDSOLVER=2274
FILE ID=node136/3696753-1338091378
RUNJOBID= node136-1338088237-6800
PBS_JOBID= 14624456
Free space on /tmp= 71292 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/rand.newlist/normalized-rand18b530.cudf.paranoid.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696753-1338091378/watcher-3696753-1338091378 -o /tmp/evaluation-result-3696753-1338091378/solver-3696753-1338091378 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696753-1338091378.opb 224760923 HOME HOME

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

MD5SUM BENCH= 7d47423dbe0b5ddfaa03904c8689e004
RANDOM SEED=224760923

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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.90
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.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
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.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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:       32873844 kB
MemFree:        27493060 kB
Buffers:          386420 kB
Cached:          2815712 kB
SwapCached:        24460 kB
Active:          2536952 kB
Inactive:        2012232 kB
Active(anon):    1321584 kB
Inactive(anon):    25096 kB
Active(file):    1215368 kB
Inactive(file):  1987136 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:              9676 kB
Writeback:             8 kB
AnonPages:       1328272 kB
Mapped:            10640 kB
Shmem:                 0 kB
Slab:             686724 kB
SReclaimable:     128512 kB
SUnreclaim:       558212 kB
KernelStack:        1480 kB
PageTables:         6708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1793636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    671744 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= 71628 MiB
End job on node136 at 2012-05-27 06:32:58