Trace number 3750104

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
npSolver 1.0 (fixed)? (TO) 1800.11 1800.62

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat15_5_3_0_ic.opb
MD5SUMf2f3c2f48d6893b638576945c3e9afc6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5767234
Best CPU time to get the best result obtained on this benchmark2.02269
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 80621568
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 2887186803
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 80621568
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 2887186803
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.03	c old isEQ: 0, new EQ is 1
0.00/0.03	c old isEQ: 32, new EQ is 1
0.00/0.04	c old isEQ: 1, new EQ is 1
0.00/0.05	c run usual solver
0.00/0.42	c model valid
0.00/0.42	c current solution ok
0.00/0.48	o 188380624
0.00/0.48	c current bound: 94190319
0.00/0.48	c fallback to adder encoding
9.72/9.97	c model valid
9.72/9.97	c current solution ok
9.72/9.97	o 68361596
9.72/9.97	c current bound: 34180805
9.72/9.97	c fallback to adder encoding
10.29/10.54	c model valid
10.29/10.54	c current solution ok
10.29/10.54	o 27476656
10.29/10.54	c current bound: 13738335
10.29/10.54	c fallback to adder encoding
11.35/11.62	c model valid
11.35/11.62	c current solution ok
11.35/11.62	o 13035806
11.35/11.62	c current bound: 6517910
11.35/11.62	c fallback to adder encoding
95.18/95.49	c model valid
95.18/95.49	c current solution ok
95.18/95.49	o 6401982
95.18/95.49	c current bound: 3200998
95.18/95.49	c fallback to adder encoding
95.47/95.72	c current bound: 4801498
95.47/95.72	c fallback to adder encoding
218.25/218.56	c current bound: 5601748
218.25/218.56	c fallback to adder encoding
361.30/361.63	c current bound: 6001873
361.30/361.63	c fallback to adder encoding
853.61/854.03	c model valid
853.61/854.03	c current solution ok
853.61/854.04	o 5985344
853.61/854.04	c current bound: 5793554
853.61/854.04	c fallback to adder encoding
1104.58/1105.09	c model valid
1104.58/1105.09	c current solution ok
1104.70/1105.10	o 5767234
1104.70/1105.10	c current bound: 5684499
1104.70/1105.10	c fallback to adder encoding
1450.13/1450.65	c current bound: 5725874
1450.13/1450.65	c fallback to adder encoding
1629.60/1630.16	c current bound: 5746562
1629.60/1630.16	c fallback to adder encoding
1800.06/1800.61	./satsolver.sh: line 5:  2341 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1800.61	c error: unexpected solver exit code
1800.06/1800.61	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-3750104-1339181932/watcher-3750104-1339181932 -o /tmp/evaluation-result-3750104-1339181932/solver-3750104-1339181932 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750104-1339181932.opb 193792483 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.04 2.02 2.00 3/177 2181
/proc/meminfo: memFree=30453244/32873852 swapFree=7632/7632
[pid=2181] ppid=2179 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2181/stat : 2181 (npSolver-pbo.sh) S 2179 2181 982 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384318702 9367552 275 33554432000 4194304 5064252 140733304853168 140733304852080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2181/statm: 2287 275 233 213 0 72 0

[startup+0.0179041 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 2181
/proc/meminfo: memFree=30453244/32873852 swapFree=7632/7632
[pid=2181] ppid=2179 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2181/stat : 2181 (npSolver-pbo.sh) S 2179 2181 982 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384318702 9367552 275 33554432000 4194304 5064252 140733304853168 140733304852080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2181/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100269 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 2181
/proc/meminfo: memFree=30453244/32873852 swapFree=7632/7632
[pid=2181] ppid=2179 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2181/stat : 2181 (npSolver-pbo.sh) S 2179 2181 982 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384318702 9367552 275 33554432000 4194304 5064252 140733304853168 140733304852080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2181/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300272 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 2181
/proc/meminfo: memFree=30453244/32873852 swapFree=7632/7632
[pid=2181] ppid=2179 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2181/stat : 2181 (npSolver-pbo.sh) S 2179 2181 982 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384318702 9367552 275 33554432000 4194304 5064252 140733304853168 140733304852080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2181/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700304 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 2181
/proc/meminfo: memFree=30453244/32873852 swapFree=7632/7632
[pid=2181] ppid=2179 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2181/stat : 2181 (npSolver-pbo.sh) S 2179 2181 982 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384318702 9367552 275 33554432000 4194304 5064252 140733304853168 140733304852080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2181/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 2195
/proc/meminfo: memFree=30407996/32873852 swapFree=7632/7632
[pid=2181] ppid=2179 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2181/stat : 2181 (npSolver-pbo.sh) S 2179 2181 982 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384318702 9367552 275 33554432000 4194304 5064252 140733304853168 140733304852080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2181/statm: 2287 275 233 213 0 72 0
[pid=2182] ppid=2181 vsize=22528 CPUtime=0.56 cores=1,3,5,7
/proc/2182/stat : 2182 (npSolver-pbo) S 2181 2181 982 0 -1 4202496 5500 9397 0 0 14 7 32 3 20 0 1 0 384318702 23068672 4590 33554432000 4194304 6004724 140734635204016 140734635196368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 13 0 0
/proc/2182/statm: 5632 4590 180 442 0 5186 0
[pid=2194] ppid=2182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2194/stat : 2194 (satsolver.sh) S 2182 2181 982 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384318775 9367552 267 33554432000 4194304 5064252 140736449147888 140736449146800 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2194/statm: 2287 267 226 213 0 72 0
[pid=2195] ppid=2194 vsize=25796 CPUtime=0.76 cores=1,3,5,7
/proc/2195/stat : 2195 (glucose) R 2194 2181 982 0 -1 4202496 6292 0 0 0 75 1 0 0 20 0 1 0 384318775 26415104 5409 33554432000 4194304 5208918 140735388201504 140736449146824 4231508 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2195/statm: 6449 5409 96 248 0 6198 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 66620

[startup+3.10041 s]
/proc/loadavg: 2.12 2.04 2.01 3/181 2195
/proc/meminfo: memFree=30416368/32873852 swapFree=7632/7632
[pid=2181] ppid=2179 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2181/stat : 2181 (npSolver-pbo.sh) S 2179 2181 982 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384318702 9367552 275 33554432000 4194304 5064252 140733304853168 140733304852080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2181/statm: 2287 275 233 213 0 72 0
[pid=2182] ppid=2181 vsize=22528 CPUtime=0.56 cores=1,3,5,7
/proc/2182/stat : 2182 (npSolver-pbo) S 2181 2181 982 0 -1 4202496 5500 9397 0 0 14 7 32 3 20 0 1 0 384318702 23068672 4590 33554432000 4194304 6004724 140734635204016 140734635196368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 13 0 0
/proc/2182/statm: 5632 4590 180 442 0 5186 0
[pid=2194] ppid=2182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2194/stat : 2194 (satsolver.sh) S 2182 2181 982 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384318775 9367552 267 33554432000 4194304 5064252 140736449147888 140736449146800 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2194/statm: 2287 267 226 213 0 72 0
[pid=2195] ppid=2194 vsize=25928 CPUtime=2.36 cores=1,3,5,7
/proc/2195/stat : 2195 (glucose) R 2194 2181 982 0 -1 4202496 6667 0 0 0 235 1 0 0 20 0 1 0 384318775 26550272 5779 33554432000 4194304 5208918 140735388201504 140735388199352 4231508 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2195/statm: 6482 5779 96 248 0 6231 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 66752

[startup+6.30041 s]
/proc/loadavg: 2.12 2.04 2.01 3/181 2195
/proc/meminfo: memFree=30413516/32873852 swapFree=7632/7632
[pid=2181] ppid=2179 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2181/stat : 2181 (npSolver-pbo.sh) S 2179 2181 982 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384318702 9367552 275 33554432000 4194304 5064252 140733304853168 140733304852080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2181/statm: 2287 275 233 213 0 72 0
[pid=2182] ppid=2181 vsize=22528 CPUtime=0.56 cores=1,3,5,7
/proc/2182/stat : 2182 (npSolver-pbo) S 2181 2181 982 0 -1 4202496 5500 9397 0 0 14 7 32 3 20 0 1 0 384318702 23068672 4590 33554432000 4194304 6004724 140734635204016 140734635196368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 13 0 0
/proc/2182/statm: 5632 4590 180 442 0 5186 0
[pid=2194] ppid=2182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2194/stat : 2194 (satsolver.sh) S 2182 2181 982 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384318775 9367552 267 33554432000 4194304 5064252 140736449147888 140736449146800 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2194/statm: 2287 267 226 213 0 72 0
[pid=2195] ppid=2194 vsize=26256 CPUtime=5.56 cores=1,3,5,7
/proc/2195/stat : 2195 (glucose) R 2194 2181 982 0 -1 4202496 7488 0 0 0 554 2 0 0 20 0 1 0 384318775 26886144 6099 33554432000 4194304 5208918 140735388201504 140735388199464 4211572 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2195/statm: 6564 6099 96 248 0 6313 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 67080

[startup+12.7004 s]
/proc/loadavg: 2.10 2.04 2.01 3/181 2216
/proc/meminfo: memFree=30419664/32873852 swapFree=7632/7632
[pid=2181] ppid=2179 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2181/stat : 2181 (npSolver-pbo.sh) S 2179 2181 982 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384318702 9367552 275 33554432000 4194304 5064252 140733304853168 140733304852080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2181/statm: 2287 275 233 213 0 72 0
[pid=2182] ppid=2181 vsize=22528 CPUtime=11.49 cores=1,3,5,7
/proc/2182/stat : 2182 (npSolver-pbo) S 2181 2181 982 0 -1 4202496 12304 39336 0 0 39 10 1082 18 20 0 1 0 384318702 23068672 4591 33554432000 4194304 6004724 140734635204016 140734635196368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 13 0 0
/proc/2182/statm: 5632 4591 181 442 0 5186 0
[pid=2215] ppid=2182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2215/stat : 2215 (satsolver.sh) S 2182 2181 982 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384319871 9367552 267 33554432000 4194304 5064252 140736065730496 140736065729408 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2215/statm: 2287 267 226 213 0 72 0
[pid=2216] ppid=2215 vsize=21196 CPUtime=1 cores=1,3,5,7
/proc/2216/stat : 2216 (glucose) R 2215 2181 982 0 -1 4202496 4696 0 0 0 99 1 0 0 20 0 1 0 384319872 21704704 4360 33554432000 4194304 5208918 140735527394432 140735527392184 4212869 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2216/statm: 5299 4360 104 248 0 5048 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 62020

[startup+25.5004 s]
/proc/loadavg: 2.08 2.04 2.01 3/181 2216
/proc/meminfo: memFree=30402900/32873852 swapFree=7632/7632
[pid=2181] ppid=2179 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2181/stat : 2181 (npSolver-pbo.sh) S 2179 2181 982 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384318702 9367552 275 33554432000 4194304 5064252 140733304853168 140733304852080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2181/statm: 2287 275 233 213 0 72 0
[pid=2182] ppid=2181 vsize=22528 CPUtime=11.49 cores=1,3,5,7
/proc/2182/stat : 2182 (npSolver-pbo) S 2181 2181 982 0 -1 4202496 12304 39336 0 0 39 10 1082 18 20 0 1 0 384318702 23068672 4591 33554432000 4194304 6004724 140734635204016 140734635196368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 13 0 0
/proc/2182/statm: 5632 4591 181 442 0 5186 0
[pid=2215] ppid=2182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2215/stat : 2215 (satsolver.sh) S 2182 2181 982 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384319871 9367552 267 33554432000 4194304 5064252 140736065730496 140736065729408 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2215/statm: 2287 267 226 213 0 72 0
[pid=2216] ppid=2215 vsize=33160 CPUtime=13.79 cores=1,3,5,7
/proc/2216/stat : 2216 (glucose) R 2215 2181 982 0 -1 4202496 6655 0 0 0 1378 1 0 0 20 0 1 0 384319872 33955840 7545 33554432000 4194304 5208918 140735527394432 140735527392296 4211390 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2216/statm: 8290 7545 105 248 0 8039 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 73984

[startup+51.1005 s]
/proc/loadavg: 2.06 2.03 2.00 3/181 2216
/proc/meminfo: memFree=30358408/32873852 swapFree=7632/7632
[pid=2181] ppid=2179 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2181/stat : 2181 (npSolver-pbo.sh) S 2179 2181 982 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384318702 9367552 275 33554432000 4194304 5064252 140733304853168 140733304852080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2181/statm: 2287 275 233 213 0 72 0
[pid=2182] ppid=2181 vsize=22528 CPUtime=11.49 cores=1,3,5,7
/proc/2182/stat : 2182 (npSolver-pbo) S 2181 2181 982 0 -1 4202496 12304 39336 0 0 39 10 1082 18 20 0 1 0 384318702 23068672 4591 33554432000 4194304 6004724 140734635204016 140734635196368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 13 0 0
/proc/2182/statm: 5632 4591 181 442 0 5186 0
[pid=2215] ppid=2182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2215/stat : 2215 (satsolver.sh) S 2182 2181 982 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384319871 9367552 267 33554432000 4194304 5064252 140736065730496 140736065729408 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2215/statm: 2287 267 226 213 0 72 0
[pid=2216] ppid=2215 vsize=40300 CPUtime=39.39 cores=1,3,5,7
/proc/2216/stat : 2216 (glucose) R 2215 2181 982 0 -1 4202496 7460 0 0 0 3938 1 0 0 20 0 1 0 384319872 41267200 9333 33554432000 4194304 5208918 140735527394432 140735527392296 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2216/statm: 10075 9333 105 248 0 9824 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 81124

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/182 2233
/proc/meminfo: memFree=30362224/32873852 swapFree=7632/7632
[pid=2181] ppid=2179 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2181/stat : 2181 (npSolver-pbo.sh) S 2179 2181 982 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384318702 9367552 275 33554432000 4194304 5064252 140733304853168 140733304852080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2181/statm: 2287 275 233 213 0 72 0
[pid=2182] ppid=2181 vsize=22528 CPUtime=95.57 cores=1,3,5,7
/proc/2182/stat : 2182 (npSolver-pbo) S 2181 2181 982 0 -1 4202496 16583 58797 0 0 52 11 9469 25 20 0 1 0 384318702 23068672 4591 33554432000 4194304 6004724 140734635204016 140734635196368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 13 0 0
/proc/2182/statm: 5632 4591 181 442 0 5186 0
[pid=2232] ppid=2182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2232/stat : 2232 (satsolver.sh) S 2182 2181 982 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384328281 9367552 266 33554432000 4194304 5064252 140736198533120 140736198532032 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2232/statm: 2287 266 226 213 0 72 0
[pid=2233] ppid=2232 vsize=19776 CPUtime=6.5 cores=1,3,5,7
/proc/2233/stat : 2233 (glucose) R 2232 2181 982 0 -1 4202496 5128 0 0 0 649 1 0 0 20 0 1 0 384328282 20250624 4183 33554432000 4194304 5208918 140735775551232 140735775549064 4212435 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2233/statm: 4944 4183 104 248 0 4693 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 60600

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 2256
/proc/meminfo: memFree=30364112/32873852 swapFree=7632/7632
[pid=2181] ppid=2179 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2181/stat : 2181 (npSolver-pbo.sh) S 2179 2181 982 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384318702 9367552 275 33554432000 4194304 5064252 140733304853168 140733304852080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2181/statm: 2287 275 233 213 0 72 0
[pid=2182] ppid=2181 vsize=22528 CPUtime=95.57 cores=1,3,5,7
/proc/2182/stat : 2182 (npSolver-pbo) S 2181 2181 982 0 -1 4202496 16583 58797 0 0 52 11 9469 25 20 0 1 0 384318702 23068672 4591 33554432000 4194304 6004724 140734635204016 140734635196368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 13 0 0
/proc/2182/statm: 5632 4591 181 442 0 5186 0
[pid=2232] ppid=2182 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/181 2301
/proc/meminfo: memFree=30251336/32873852 swapFree=7632/7632
[pid=2181] ppid=2179 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2181/stat : 2181 (npSolver-pbo.sh) S 2179 2181 982 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384318702 9367552 275 33554432000 4194304 5064252 140733304853168 140733304852080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2181/statm: 2287 275 233 213 0 72 0
[pid=2182] ppid=2181 vsize=22528 CPUtime=1104.77 cores=1,3,5,7
/proc/2182/stat : 2182 (npSolver-pbo) S 2181 2181 982 0 -1 4202496 25292 107094 0 0 79 15 110337 46 20 0 1 0 384318702 23068672 4591 33554432000 4194304 6004724 140734635204016 140734635196368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 13 0 0
/proc/2182/statm: 5632 4591 181 442 0 5186 0
[pid=2296] ppid=2182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2296/stat : 2296 (satsolver.sh) S 2182 2181 982 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384429219 9367552 267 33554432000 4194304 5064252 140734579532880 140734579531792 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2296/statm: 2287 267 226 213 0 72 0
[pid=2297] ppid=2296 vsize=59540 CPUtime=257.07 cores=1,3,5,7
/proc/2297/stat : 2297 (glucose) R 2296 2181 982 0 -1 4202496 10626 0 0 0 25704 3 0 0 20 0 1 0 384429219 60968960 13546 33554432000 4194304 5208918 140735698810848 140735698807224 4229344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2297/statm: 14885 13546 105 248 0 14634 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 100364

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 2301
/proc/meminfo: memFree=30280300/32873852 swapFree=7632/7632
[pid=2181] ppid=2179 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2181/stat : 2181 (npSolver-pbo.sh) S 2179 2181 982 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384318702 9367552 275 33554432000 4194304 5064252 140733304853168 140733304852080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2181/statm: 2287 275 233 213 0 72 0
[pid=2182] ppid=2181 vsize=22528 CPUtime=1104.77 cores=1,3,5,7
/proc/2182/stat : 2182 (npSolver-pbo) S 2181 2181 982 0 -1 4202496 25292 107094 0 0 79 15 110337 46 20 0 1 0 384318702 23068672 4591 33554432000 4194304 6004724 140734635204016 140734635196368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 13 0 0
/proc/2182/statm: 5632 4591 181 442 0 5186 0
[pid=2296] ppid=2182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2296/stat : 2296 (satsolver.sh) S 2182 2181 982 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384429219 9367552 267 33554432000 4194304 5064252 140734579532880 140734579531792 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2296/statm: 2287 267 226 213 0 72 0
[pid=2297] ppid=2296 vsize=89888 CPUtime=317.07 cores=1,3,5,7
/proc/2297/stat : 2297 (glucose) R 2296 2181 982 0 -1 4202496 11203 0 0 0 31703 4 0 0 20 0 1 0 384429219 92045312 15363 33554432000 4194304 5208918 140735698810848 140735698808792 4212601 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2297/statm: 22472 15363 105 248 0 22221 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 130712

[startup+1482.3 s]
/proc/loadavg: 1.40 1.85 1.94 2/172 2334
/proc/meminfo: memFree=30635660/32873852 swapFree=7632/7632
[pid=2181] ppid=2179 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2181/stat : 2181 (npSolver-pbo.sh) S 2179 2181 982 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384318702 9367552 275 33554432000 4194304 5064252 140733304853168 140733304852080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2181/statm: 2287 275 233 213 0 72 0
[pid=2182] ppid=2181 vsize=22528 CPUtime=1450.25 cores=1,3,5,7
/proc/2182/stat : 2182 (npSolver-pbo) S 2181 2181 982 0 -1 4202496 27413 121433 0 0 85 15 144873 52 20 0 1 0 384318702 23068672 4591 33554432000 4194304 6004724 140734635204016 140734635196368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 13 0 0
/proc/2182/statm: 5632 4591 181 442 0 5186 0
[pid=2333] ppid=2182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2333/stat : 2333 (satsolver.sh) S 2182 2181 982 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384463774 9367552 266 33554432000 4194304 5064252 140736006241216 140736006240128 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2333/statm: 2287 266 226 213 0 72 0
[pid=2334] ppid=2333 vsize=33308 CPUtime=31.56 cores=1,3,5,7
/proc/2334/stat : 2334 (glucose) R 2333 2181 982 0 -1 4202496 6660 0 0 0 3155 1 0 0 20 0 1 0 384463774 34107392 7536 33554432000 4194304 5208918 140735503454832 140735503451208 4229311 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2334/statm: 8327 7536 105 248 0 8076 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 74132

[startup+1542.3 s]
/proc/loadavg: 1.13 1.68 1.87 2/172 2334
/proc/meminfo: memFree=30628024/32873852 swapFree=7632/7632
[pid=2181] ppid=2179 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2181/stat : 2181 (npSolver-pbo.sh) S 2179 2181 982 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384318702 9367552 275 33554432000 4194304 5064252 140733304853168 140733304852080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2181/statm: 2287 275 233 213 0 72 0
[pid=2182] ppid=2181 vsize=22528 CPUtime=1450.25 cores=1,3,5,7
/proc/2182/stat : 2182 (npSolver-pbo) S 2181 2181 982 0 -1 4202496 27413 121433 0 0 85 15 144873 52 20 0 1 0 384318702 23068672 4591 33554432000 4194304 6004724 140734635204016 140734635196368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 13 0 0
/proc/2182/statm: 5632 4591 181 442 0 5186 0
[pid=2333] ppid=2182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2333/stat : 2333 (satsolver.sh) S 2182 2181 982 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384463774 9367552 266 33554432000 4194304 5064252 140736006241216 140736006240128 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2333/statm: 2287 266 226 213 0 72 0
[pid=2334] ppid=2333 vsize=40448 CPUtime=91.55 cores=1,3,5,7
/proc/2334/stat : 2334 (glucose) R 2333 2181 982 0 -1 4202496 8018 0 0 0 9153 2 0 0 20 0 1 0 384463774 41418752 9409 33554432000 4194304 5208918 140735503454832 140735503451144 4229311 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2334/statm: 10112 9409 105 248 0 9861 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 81272

[startup+1602.3 s]
/proc/loadavg: 1.05 1.56 1.82 2/172 2334
/proc/meminfo: memFree=30634660/32873852 swapFree=7632/7632
[pid=2181] ppid=2179 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2181/stat : 2181 (npSolver-pbo.sh) S 2179 2181 982 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384318702 9367552 275 33554432000 4194304 5064252 140733304853168 140733304852080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2181/statm: 2287 275 233 213 0 72 0
[pid=2182] ppid=2181 vsize=22528 CPUtime=1450.25 cores=1,3,5,7
/proc/2182/stat : 2182 (npSolver-pbo) S 2181 2181 982 0 -1 4202496 27413 121433 0 0 85 15 144873 52 20 0 1 0 384318702 23068672 4591 33554432000 4194304 6004724 140734635204016 140734635196368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 13 0 0
/proc/2182/statm: 5632 4591 181 442 0 5186 0
[pid=2333] ppid=2182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2333/stat : 2333 (satsolver.sh) S 2182 2181 982 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384463774 9367552 266 33554432000 4194304 5064252 140736006241216 140736006240128 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2333/statm: 2287 266 226 213 0 72 0
[pid=2334] ppid=2333 vsize=33516 CPUtime=151.54 cores=1,3,5,7
/proc/2334/stat : 2334 (glucose) R 2333 2181 982 0 -1 4202496 8280 0 0 0 15152 2 0 0 20 0 1 0 384463774 34320384 7689 33554432000 4194304 5208918 140735503454832 140735503452664 4229354 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2334/statm: 8379 7689 105 248 0 8128 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 74340

[startup+1662.3 s]
/proc/loadavg: 1.02 1.45 1.76 2/172 2341
/proc/meminfo: memFree=30628956/32873852 swapFree=7632/7632
[pid=2181] ppid=2179 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2181/stat : 2181 (npSolver-pbo.sh) S 2179 2181 982 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384318702 9367552 275 33554432000 4194304 5064252 140733304853168 140733304852080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2181/statm: 2287 275 233 213 0 72 0
[pid=2182] ppid=2181 vsize=22528 CPUtime=1629.72 cores=1,3,5,7
/proc/2182/stat : 2182 (npSolver-pbo) S 2181 2181 982 0 -1 4202496 29534 133547 0 0 91 16 162809 56 20 0 1 0 384318702 23068672 4591 33554432000 4194304 6004724 140734635204016 140734635196368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 13 0 0
/proc/2182/statm: 5632 4591 181 442 0 5186 0
[pid=2340] ppid=2182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2340/stat : 2340 (satsolver.sh) S 2182 2181 982 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384481725 9367552 267 33554432000 4194304 5064252 140734673197360 140734673196272 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2340/statm: 2287 267 226 213 0 72 0
[pid=2341] ppid=2340 vsize=37568 CPUtime=32.05 cores=1,3,5,7
/proc/2341/stat : 2341 (glucose) R 2340 2181 982 0 -1 4202496 6665 0 0 0 3203 2 0 0 20 0 1 0 384481726 38469632 8672 33554432000 4194304 5208918 140733757814576 140733757812440 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2341/statm: 9392 8672 105 248 0 9141 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 78392

[startup+1722.3 s]
/proc/loadavg: 1.05 1.39 1.72 2/172 2341
/proc/meminfo: memFree=30628328/32873852 swapFree=7632/7632
[pid=2181] ppid=2179 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2181/stat : 2181 (npSolver-pbo.sh) S 2179 2181 982 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384318702 9367552 275 33554432000 4194304 5064252 140733304853168 140733304852080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2181/statm: 2287 275 233 213 0 72 0
[pid=2182] ppid=2181 vsize=22528 CPUtime=1629.72 cores=1,3,5,7
/proc/2182/stat : 2182 (npSolver-pbo) S 2181 2181 982 0 -1 4202496 29534 133547 0 0 91 16 162809 56 20 0 1 0 384318702 23068672 4591 33554432000 4194304 6004724 140734635204016 140734635196368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 13 0 0
/proc/2182/statm: 5632 4591 181 442 0 5186 0
[pid=2340] ppid=2182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2340/stat : 2340 (satsolver.sh) S 2182 2181 982 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384481725 9367552 267 33554432000 4194304 5064252 140734673197360 140734673196272 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2340/statm: 2287 267 226 213 0 72 0
[pid=2341] ppid=2340 vsize=40288 CPUtime=92.04 cores=1,3,5,7
/proc/2341/stat : 2341 (glucose) R 2340 2181 982 0 -1 4202496 7370 0 0 0 9201 3 0 0 20 0 1 0 384481726 41254912 9368 33554432000 4194304 5208918 140733757814576 140733757812440 4213073 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2341/statm: 10072 9368 105 248 0 9821 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 81112

[startup+1782.3 s]
/proc/loadavg: 1.01 1.31 1.67 2/172 2342
/proc/meminfo: memFree=30628328/32873852 swapFree=7632/7632
[pid=2181] ppid=2179 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2181/stat : 2181 (npSolver-pbo.sh) S 2179 2181 982 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384318702 9367552 275 33554432000 4194304 5064252 140733304853168 140733304852080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2181/statm: 2287 275 233 213 0 72 0
[pid=2182] ppid=2181 vsize=22528 CPUtime=1629.72 cores=1,3,5,7
/proc/2182/stat : 2182 (npSolver-pbo) S 2181 2181 982 0 -1 4202496 29534 133547 0 0 91 16 162809 56 20 0 1 0 384318702 23068672 4591 33554432000 4194304 6004724 140734635204016 140734635196368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 13 0 0
/proc/2182/statm: 5632 4591 181 442 0 5186 0
[pid=2340] ppid=2182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2340/stat : 2340 (satsolver.sh) S 2182 2181 982 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384481725 9367552 267 33554432000 4194304 5064252 140734673197360 140734673196272 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2340/statm: 2287 267 226 213 0 72 0
[pid=2341] ppid=2340 vsize=40288 CPUtime=152.03 cores=1,3,5,7
/proc/2341/stat : 2341 (glucose) R 2340 2181 982 0 -1 4202496 7370 0 0 0 15200 3 0 0 20 0 1 0 384481726 41254912 9368 33554432000 4194304 5208918 140733757814576 140733757812440 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2341/statm: 10072 9368 105 248 0 9821 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 81112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.01 1.29 1.66 2/172 2342
/proc/meminfo: memFree=30628328/32873852 swapFree=7636/7636
[pid=2181] ppid=2179 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2181/stat : 2181 (npSolver-pbo.sh) S 2179 2181 982 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384318702 9367552 275 33554432000 4194304 5064252 140733304853168 140733304852080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2181/statm: 2287 275 233 213 0 72 0
[pid=2182] ppid=2181 vsize=22528 CPUtime=1629.72 cores=1,3,5,7
/proc/2182/stat : 2182 (npSolver-pbo) S 2181 2181 982 0 -1 4202496 29534 133547 0 0 91 16 162809 56 20 0 1 0 384318702 23068672 4591 33554432000 4194304 6004724 140734635204016 140734635196368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 13 0 0
/proc/2182/statm: 5632 4591 181 442 0 5186 0
[pid=2340] ppid=2182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2340/stat : 2340 (satsolver.sh) S 2182 2181 982 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384481725 9367552 267 33554432000 4194304 5064252 140734673197360 140734673196272 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2340/statm: 2287 267 226 213 0 72 0
[pid=2341] ppid=2340 vsize=40288 CPUtime=170.34 cores=1,3,5,7
/proc/2341/stat : 2341 (glucose) R 2340 2181 982 0 -1 4202496 7370 0 0 0 17031 3 0 0 20 0 1 0 384481726 41254912 9368 33554432000 4194304 5208918 140733757814576 140733757812440 4228965 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2341/statm: 10072 9368 105 248 0 9821 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 81112

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.11
CPU user time (s): 1799.34
CPU system time (s): 0.771882
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (KiB): 130744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.34
system time used= 0.771882
maximum resident set size= 78220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171444
page faults= 0
swaps= 0
block input operations= 0
block output operations= 124040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 686
involuntary context switches= 1986

runsolver used 3.24651 second user time and 9.2296 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-08 20:58:52
IDJOB=3750104
IDBENCH=92776
IDSOLVER=2334
FILE ID=node131/3750104-1339181932
RUNJOBID= node131-1339170236-999
PBS_JOBID= 14643840
Free space on /tmp= 70972 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat15_5_3_0_ic.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750104-1339181932/watcher-3750104-1339181932 -o /tmp/evaluation-result-3750104-1339181932/solver-3750104-1339181932 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750104-1339181932.opb 193792483 HOME HOME

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

MD5SUM BENCH= f2f3c2f48d6893b638576945c3e9afc6
RANDOM SEED=193792483

node131.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        30453880 kB
Buffers:          296836 kB
Cached:          1043504 kB
SwapCached:         8248 kB
Active:           648724 kB
Inactive:         890816 kB
Active(anon):     193920 kB
Inactive(anon):     7424 kB
Active(file):     454804 kB
Inactive(file):   883392 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67093240 kB
Dirty:              8564 kB
Writeback:             0 kB
AnonPages:        219820 kB
Mapped:             9852 kB
Shmem:                 0 kB
Slab:             740176 kB
SReclaimable:     181172 kB
SUnreclaim:       559004 kB
KernelStack:        1504 kB
PageTables:         4364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     341696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 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= 71004 MiB
End job on node131 at 2012-06-08 21:28:53