Trace number 3750691

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

General information on the benchmark

Name/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/
rand.biglist/normalized-rand4bf850.cudf.paranoid.opb
MD5SUMa8309936b1d78278af68f39ea49fb649
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10949
Best CPU time to get the best result obtained on this benchmark1.12583
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6130
Total number of constraints27104
Number of constraints which are clauses26814
Number of constraints which are cardinality constraints (but not clauses)290
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 2292
Biggest coefficient in the objective function 1743
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 962134
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1743
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 962134
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.10	c run usual solver
0.00/0.28	c model valid
0.00/0.28	c current solution ok
0.00/0.30	o 44122
0.00/0.30	c current bound: 22061
0.00/0.30	c fallback to adder encoding
419.80/419.90	c model valid
419.80/419.90	c current solution ok
419.80/419.90	o 21957
419.80/419.90	c current bound: 10978
419.80/419.90	c fallback to adder encoding
448.77/449.04	c model valid
448.77/449.04	c current solution ok
448.77/449.04	o 10978
448.77/449.04	c current bound: 5489
448.77/449.04	c fallback to adder encoding
451.04/451.25	c current bound: 8234
451.04/451.25	c fallback to adder encoding
514.45/514.64	c current bound: 9606
514.45/514.64	c fallback to adder encoding
516.45/516.63	c current bound: 10292
516.45/516.63	c fallback to adder encoding
521.67/521.99	c current bound: 10635
521.67/521.99	c fallback to adder encoding
934.80/935.25	c current bound: 10807
934.80/935.25	c fallback to adder encoding
1187.86/1188.38	c current bound: 10893
1187.86/1188.38	c fallback to adder encoding
1207.06/1207.51	c current bound: 10936
1207.06/1207.51	c fallback to adder encoding
1229.03/1229.58	c current bound: 10957
1229.03/1229.58	c fallback to adder encoding
1562.49/1563.05	c model valid
1562.49/1563.05	c current solution ok
1562.49/1563.05	o 10957
1562.49/1563.05	c current bound: 10947
1562.49/1563.05	c fallback to adder encoding
1701.76/1702.37	c current bound: 10952
1701.76/1702.37	c fallback to adder encoding
1724.07/1724.62	c model valid
1724.07/1724.62	c current solution ok
1724.07/1724.62	o 10952
1724.07/1724.62	c current bound: 10950
1724.07/1724.62	c fallback to adder encoding
1750.46/1751.02	c model valid
1750.46/1751.02	c current solution ok
1750.46/1751.02	o 10950
1750.46/1751.02	c current bound: 10949
1750.46/1751.02	c fallback to adder encoding
1800.05/1800.61	./satsolver.sh: line 5: 17829 Terminated              ./glucose $1 > $2 2> /dev/null
1800.05/1800.61	c error: unexpected solver exit code
1800.05/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-3750691-1339160076/watcher-3750691-1339160076 -o /tmp/evaluation-result-3750691-1339160076/solver-3750691-1339160076 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750691-1339160076.opb 35751988 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.98 1.53 1.47 3/179 17542
/proc/meminfo: memFree=30207408/32873648 swapFree=7628/7628
[pid=17542] ppid=17540 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17542/stat : 17542 (npSolver-pbo.sh) S 17540 17542 12494 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382133562 9367552 275 33554432000 4194304 5064252 140734449481888 140734449480800 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 2287 275 233 213 0 72 0

[startup+0.070172 s]
/proc/loadavg: 1.98 1.53 1.47 3/179 17542
/proc/meminfo: memFree=30207408/32873648 swapFree=7628/7628
[pid=17542] ppid=17540 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17542/stat : 17542 (npSolver-pbo.sh) S 17540 17542 12494 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382133562 9367552 275 33554432000 4194304 5064252 140734449481888 140734449480800 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100339 s]
/proc/loadavg: 1.98 1.53 1.47 3/179 17542
/proc/meminfo: memFree=30207408/32873648 swapFree=7628/7628
[pid=17542] ppid=17540 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17542/stat : 17542 (npSolver-pbo.sh) S 17540 17542 12494 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382133562 9367552 275 33554432000 4194304 5064252 140734449481888 140734449480800 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300157 s]
/proc/loadavg: 1.98 1.53 1.47 3/179 17542
/proc/meminfo: memFree=30207408/32873648 swapFree=7628/7628
[pid=17542] ppid=17540 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17542/stat : 17542 (npSolver-pbo.sh) S 17540 17542 12494 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382133562 9367552 275 33554432000 4194304 5064252 140734449481888 140734449480800 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700294 s]
/proc/loadavg: 1.98 1.53 1.47 3/179 17542
/proc/meminfo: memFree=30207408/32873648 swapFree=7628/7628
[pid=17542] ppid=17540 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17542/stat : 17542 (npSolver-pbo.sh) S 17540 17542 12494 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382133562 9367552 275 33554432000 4194304 5064252 140734449481888 140734449480800 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50043 s]
/proc/loadavg: 1.98 1.53 1.47 3/183 17556
/proc/meminfo: memFree=30127128/32873648 swapFree=7628/7628
[pid=17542] ppid=17540 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17542/stat : 17542 (npSolver-pbo.sh) S 17540 17542 12494 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382133562 9367552 275 33554432000 4194304 5064252 140734449481888 140734449480800 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 2287 275 233 213 0 72 0
[pid=17543] ppid=17542 vsize=44536 CPUtime=0.47 cores=1,3,5,7
/proc/17543/stat : 17543 (npSolver-pbo) S 17542 17542 12494 0 -1 4202496 7776 6829 0 0 29 5 11 2 20 0 1 0 382133562 45604864 9551 33554432000 4194304 6004724 140736326425088 140736326417440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17543/statm: 11134 9551 175 442 0 10688 0
[pid=17555] ppid=17543 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17555/stat : 17555 (satsolver.sh) S 17543 17542 12494 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382133611 9367552 267 33554432000 4194304 5064252 140733308894896 140733308893808 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17555/statm: 2287 267 226 213 0 72 0
[pid=17556] ppid=17555 vsize=36448 CPUtime=1 cores=1,3,5,7
/proc/17556/stat : 17556 (glucose) R 17555 17542 12494 0 -1 4202496 8568 0 0 0 98 2 0 0 20 0 1 0 382133611 37322752 7976 33554432000 4194304 5208918 140735837323280 140735837321384 4211632 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17556/statm: 9112 7976 104 248 0 8861 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 99280

[startup+3.10041 s]
/proc/loadavg: 1.98 1.53 1.47 3/183 17556
/proc/meminfo: memFree=30125376/32873648 swapFree=7628/7628
[pid=17542] ppid=17540 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17542/stat : 17542 (npSolver-pbo.sh) S 17540 17542 12494 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382133562 9367552 275 33554432000 4194304 5064252 140734449481888 140734449480800 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 2287 275 233 213 0 72 0
[pid=17543] ppid=17542 vsize=44536 CPUtime=0.47 cores=1,3,5,7
/proc/17543/stat : 17543 (npSolver-pbo) S 17542 17542 12494 0 -1 4202496 7776 6829 0 0 29 5 11 2 20 0 1 0 382133562 45604864 9551 33554432000 4194304 6004724 140736326425088 140736326417440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17543/statm: 11134 9551 175 442 0 10688 0
[pid=17555] ppid=17543 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17555/stat : 17555 (satsolver.sh) S 17543 17542 12494 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382133611 9367552 267 33554432000 4194304 5064252 140733308894896 140733308893808 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17555/statm: 2287 267 226 213 0 72 0
[pid=17556] ppid=17555 vsize=36448 CPUtime=2.6 cores=1,3,5,7
/proc/17556/stat : 17556 (glucose) R 17555 17542 12494 0 -1 4202496 8756 0 0 0 258 2 0 0 20 0 1 0 382133611 37322752 8150 33554432000 4194304 5208918 140735837323280 140735837319656 4210675 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17556/statm: 9112 8150 104 248 0 8861 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 99280

[startup+6.30031 s]
/proc/loadavg: 1.98 1.54 1.48 3/183 17556
/proc/meminfo: memFree=30121088/32873648 swapFree=7628/7628
[pid=17542] ppid=17540 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17542/stat : 17542 (npSolver-pbo.sh) S 17540 17542 12494 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382133562 9367552 275 33554432000 4194304 5064252 140734449481888 140734449480800 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 2287 275 233 213 0 72 0
[pid=17543] ppid=17542 vsize=44536 CPUtime=0.47 cores=1,3,5,7
/proc/17543/stat : 17543 (npSolver-pbo) S 17542 17542 12494 0 -1 4202496 7776 6829 0 0 29 5 11 2 20 0 1 0 382133562 45604864 9551 33554432000 4194304 6004724 140736326425088 140736326417440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17543/statm: 11134 9551 175 442 0 10688 0
[pid=17555] ppid=17543 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17555/stat : 17555 (satsolver.sh) S 17543 17542 12494 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382133611 9367552 267 33554432000 4194304 5064252 140733308894896 140733308893808 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17555/statm: 2287 267 226 213 0 72 0
[pid=17556] ppid=17555 vsize=41368 CPUtime=5.8 cores=1,3,5,7
/proc/17556/stat : 17556 (glucose) R 17555 17542 12494 0 -1 4202496 9078 0 0 0 578 2 0 0 20 0 1 0 382133611 42360832 8966 33554432000 4194304 5208918 140735837323280 140735837321240 4229145 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17556/statm: 10342 8966 104 248 0 10091 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 104200

[startup+12.7004 s]
/proc/loadavg: 1.99 1.55 1.48 3/183 17556
/proc/meminfo: memFree=30119896/32873648 swapFree=7628/7628
[pid=17542] ppid=17540 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17542/stat : 17542 (npSolver-pbo.sh) S 17540 17542 12494 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382133562 9367552 275 33554432000 4194304 5064252 140734449481888 140734449480800 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 2287 275 233 213 0 72 0
[pid=17543] ppid=17542 vsize=44536 CPUtime=0.47 cores=1,3,5,7
/proc/17543/stat : 17543 (npSolver-pbo) S 17542 17542 12494 0 -1 4202496 7776 6829 0 0 29 5 11 2 20 0 1 0 382133562 45604864 9551 33554432000 4194304 6004724 140736326425088 140736326417440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17543/statm: 11134 9551 175 442 0 10688 0
[pid=17555] ppid=17543 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17555/stat : 17555 (satsolver.sh) S 17543 17542 12494 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382133611 9367552 267 33554432000 4194304 5064252 140733308894896 140733308893808 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17555/statm: 2287 267 226 213 0 72 0
[pid=17556] ppid=17555 vsize=42620 CPUtime=12.19 cores=1,3,5,7
/proc/17556/stat : 17556 (glucose) R 17555 17542 12494 0 -1 4202496 9844 0 0 0 1217 2 0 0 20 0 1 0 382133611 43642880 9329 33554432000 4194304 5208918 140735837323280 140735837321128 4229888 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17556/statm: 10655 9329 104 248 0 10404 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 105452

[startup+25.5003 s]
/proc/loadavg: 1.99 1.57 1.49 3/183 17556
/proc/meminfo: memFree=30104424/32873648 swapFree=7628/7628
[pid=17542] ppid=17540 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17542/stat : 17542 (npSolver-pbo.sh) S 17540 17542 12494 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382133562 9367552 275 33554432000 4194304 5064252 140734449481888 140734449480800 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 2287 275 233 213 0 72 0
[pid=17543] ppid=17542 vsize=44536 CPUtime=0.47 cores=1,3,5,7
/proc/17543/stat : 17543 (npSolver-pbo) S 17542 17542 12494 0 -1 4202496 7776 6829 0 0 29 5 11 2 20 0 1 0 382133562 45604864 9551 33554432000 4194304 6004724 140736326425088 140736326417440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17543/statm: 11134 9551 175 442 0 10688 0
[pid=17555] ppid=17543 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17555/stat : 17555 (satsolver.sh) S 17543 17542 12494 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382133611 9367552 267 33554432000 4194304 5064252 140733308894896 140733308893808 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17555/statm: 2287 267 226 213 0 72 0
[pid=17556] ppid=17555 vsize=56132 CPUtime=24.99 cores=1,3,5,7
/proc/17556/stat : 17556 (glucose) R 17555 17542 12494 0 -1 4202496 10639 0 0 0 2497 2 0 0 20 0 1 0 382133611 57479168 12664 33554432000 4194304 5208918 140735837323280 140735837319592 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17556/statm: 14033 12664 104 248 0 13782 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 118964

[startup+51.1004 s]
/proc/loadavg: 2.05 1.62 1.50 3/183 17556
/proc/meminfo: memFree=30085640/32873648 swapFree=7628/7628
[pid=17542] ppid=17540 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17542/stat : 17542 (npSolver-pbo.sh) S 17540 17542 12494 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382133562 9367552 275 33554432000 4194304 5064252 140734449481888 140734449480800 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 2287 275 233 213 0 72 0
[pid=17543] ppid=17542 vsize=44536 CPUtime=0.47 cores=1,3,5,7
/proc/17543/stat : 17543 (npSolver-pbo) S 17542 17542 12494 0 -1 4202496 7776 6829 0 0 29 5 11 2 20 0 1 0 382133562 45604864 9551 33554432000 4194304 6004724 140736326425088 140736326417440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17543/statm: 11134 9551 175 442 0 10688 0
[pid=17555] ppid=17543 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17555/stat : 17555 (satsolver.sh) S 17543 17542 12494 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382133611 9367552 267 33554432000 4194304 5064252 140733308894896 140733308893808 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17555/statm: 2287 267 226 213 0 72 0
[pid=17556] ppid=17555 vsize=75048 CPUtime=50.59 cores=1,3,5,7
/proc/17556/stat : 17556 (glucose) R 17555 17542 12494 0 -1 4202496 12023 0 0 0 5055 4 0 0 20 0 1 0 382133611 76849152 17205 33554432000 4194304 5208918 140735837323280 140735837318984 4211659 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17556/statm: 18762 17205 104 248 0 18511 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 137880

[startup+102.307 s]
/proc/loadavg: 2.02 1.67 1.53 3/183 17556
/proc/meminfo: memFree=30063504/32873648 swapFree=7628/7628
[pid=17542] ppid=17540 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17542/stat : 17542 (npSolver-pbo.sh) S 17540 17542 12494 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382133562 9367552 275 33554432000 4194304 5064252 140734449481888 140734449480800 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 2287 275 233 213 0 72 0
[pid=17543] ppid=17542 vsize=44536 CPUtime=0.47 cores=1,3,5,7
/proc/17543/stat : 17543 (npSolver-pbo) S 17542 17542 12494 0 -1 4202496 7776 6829 0 0 29 5 11 2 20 0 1 0 382133562 45604864 9551 33554432000 4194304 6004724 140736326425088 140736326417440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17543/statm: 11134 9551 175 442 0 10688 0
[pid=17555] ppid=17543 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17555/stat : 17555 (satsolver.sh) S 17543 17542 12494 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382133611 9367552 267 33554432000 4194304 5064252 140733308894896 140733308893808 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17555/statm: 2287 267 226 213 0 72 0
[pid=17556] ppid=17555 vsize=63024 CPUtime=101.78 cores=1,3,5,7
/proc/17556/stat : 17556 (glucose) R 17555 17542 12494 0 -1 4202496 12454 0 0 0 10173 5 0 0 20 0 1 0 382133611 64536576 14736 33554432000 4194304 5208918 140735837323280 140735837319656 4211605 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17556/statm: 15756 14736 104 248 0 15505 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 125856

[startup+162.3 s]
/proc/loadavg: 2.00 1.73 1.56 3/183 17564
/proc/meminfo: memFree=30141920/32873648 swapFree=7628/7628
[pid=17542] ppid=17540 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17542/stat : 17542 (npSolver-pbo.sh) S 17540 17542 12494 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382133562 9367552 275 33554432000 4194304 5064252 140734449481888 140734449480800 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 2287 275 233 213 0 72 0
[pid=17543] ppid=17542 vsize=44536 CPUtime=0.47 cores=1,3,5,7
/proc/17543/stat : 17543 (npSolver-pbo) S 17542 17542 12494 0 -1 4202496 7776 6829 0 0 29 5 11 2 20 0 1 0 382133562 45604864 9551 33554432000 4194304 6004724 140736326425088 140736326417440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17543/statm: 11134 9551 175 442 0 10688 0
[pid=17555] ppid=17543 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.02 2.00 1.85 3/183 17738
/proc/meminfo: memFree=30076368/32873648 swapFree=7628/7628
[pid=17542] ppid=17540 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17542/stat : 17542 (npSolver-pbo.sh) S 17540 17542 12494 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382133562 9367552 275 33554432000 4194304 5064252 140734449481888 140734449480800 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 2287 275 233 213 0 72 0
[pid=17543] ppid=17542 vsize=44536 CPUtime=1229.3 cores=1,3,5,7
/proc/17543/stat : 17543 (npSolver-pbo) S 17542 17542 12494 0 -1 4202496 35821 151501 0 0 193 21 122657 59 20 0 1 0 382133562 45604864 9611 33554432000 4194304 6004724 140736326425088 140736326417440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/17543/statm: 11134 9611 176 442 0 10688 0
[pid=17736] ppid=17543 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17736/stat : 17736 (satsolver.sh) S 17543 17542 12494 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382256537 9367552 267 33554432000 4194304 5064252 140733985329328 140733985328240 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17736/statm: 2287 267 226 213 0 72 0
[pid=17737] ppid=17736 vsize=106708 CPUtime=132.52 cores=1,3,5,7
/proc/17737/stat : 17737 (glucose) R 17736 17542 12494 0 -1 4202496 12994 0 0 0 13248 4 0 0 20 0 1 0 382256538 109268992 25116 33554432000 4194304 5208918 140736898352048 140736898348424 4211744 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17737/statm: 26677 25116 104 248 0 26426 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 169540

[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 1.86 3/183 17738
/proc/meminfo: memFree=30040148/32873648 swapFree=7628/7628
[pid=17542] ppid=17540 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17542/stat : 17542 (npSolver-pbo.sh) S 17540 17542 12494 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382133562 9367552 275 33554432000 4194304 5064252 140734449481888 140734449480800 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 2287 275 233 213 0 72 0
[pid=17543] ppid=17542 vsize=44536 CPUtime=1229.3 cores=1,3,5,7
/proc/17543/stat : 17543 (npSolver-pbo) S 17542 17542 12494 0 -1 4202496 35821 151501 0 0 193 21 122657 59 20 0 1 0 382133562 45604864 9611 33554432000 4194304 6004724 140736326425088 140736326417440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/17543/statm: 11134 9611 176 442 0 10688 0
[pid=17736] ppid=17543 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17736/stat : 17736 (satsolver.sh) S 17543 17542 12494 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382256537 9367552 267 33554432000 4194304 5064252 140733985329328 140733985328240 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17736/statm: 2287 267 226 213 0 72 0
[pid=17737] ppid=17736 vsize=106708 CPUtime=192.51 cores=1,3,5,7
/proc/17737/stat : 17737 (glucose) R 17736 17542 12494 0 -1 4202496 13277 0 0 0 19247 4 0 0 20 0 1 0 382256538 109268992 25628 33554432000 4194304 5208918 140736898352048 140736898347736 4211488 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17737/statm: 26677 25628 104 248 0 26426 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 169540

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.87 3/183 17738
/proc/meminfo: memFree=30073580/32873648 swapFree=7628/7628
[pid=17542] ppid=17540 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17542/stat : 17542 (npSolver-pbo.sh) S 17540 17542 12494 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382133562 9367552 275 33554432000 4194304 5064252 140734449481888 140734449480800 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 2287 275 233 213 0 72 0
[pid=17543] ppid=17542 vsize=44536 CPUtime=1229.3 cores=1,3,5,7
/proc/17543/stat : 17543 (npSolver-pbo) S 17542 17542 12494 0 -1 4202496 35821 151501 0 0 193 21 122657 59 20 0 1 0 382133562 45604864 9611 33554432000 4194304 6004724 140736326425088 140736326417440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/17543/statm: 11134 9611 176 442 0 10688 0
[pid=17736] ppid=17543 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17736/stat : 17736 (satsolver.sh) S 17543 17542 12494 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382256537 9367552 267 33554432000 4194304 5064252 140733985329328 140733985328240 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17736/statm: 2287 267 226 213 0 72 0
[pid=17737] ppid=17736 vsize=106708 CPUtime=252.49 cores=1,3,5,7
/proc/17737/stat : 17737 (glucose) R 17736 17542 12494 0 -1 4202496 13561 0 0 0 25245 4 0 0 20 0 1 0 382256538 109268992 25628 33554432000 4194304 5208918 140736898352048 140736898348360 4211744 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17737/statm: 26677 25628 104 248 0 26426 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 169540

[startup+1542.3 s]
/proc/loadavg: 2.08 2.02 1.88 3/184 17748
/proc/meminfo: memFree=30048356/32873648 swapFree=7628/7628
[pid=17542] ppid=17540 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17542/stat : 17542 (npSolver-pbo.sh) S 17540 17542 12494 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382133562 9367552 275 33554432000 4194304 5064252 140734449481888 140734449480800 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 2287 275 233 213 0 72 0
[pid=17543] ppid=17542 vsize=44536 CPUtime=1229.3 cores=1,3,5,7
/proc/17543/stat : 17543 (npSolver-pbo) S 17542 17542 12494 0 -1 4202496 35821 151501 0 0 193 21 122657 59 20 0 1 0 382133562 45604864 9611 33554432000 4194304 6004724 140736326425088 140736326417440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/17543/statm: 11134 9611 176 442 0 10688 0
[pid=17736] ppid=17543 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17736/stat : 17736 (satsolver.sh) S 17543 17542 12494 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382256537 9367552 267 33554432000 4194304 5064252 140733985329328 140733985328240 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17736/statm: 2287 267 226 213 0 72 0
[pid=17737] ppid=17736 vsize=156028 CPUtime=312.49 cores=1,3,5,7
/proc/17737/stat : 17737 (glucose) R 17736 17542 12494 0 -1 4202496 13848 0 0 0 31244 5 0 0 20 0 1 0 382256538 159772672 37157 33554432000 4194304 5208918 140736898352048 140736898348360 4211897 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17737/statm: 39007 37157 104 248 0 38756 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 218860

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 1.88 3/183 17807
/proc/meminfo: memFree=29954072/32873648 swapFree=7628/7628
[pid=17542] ppid=17540 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17542/stat : 17542 (npSolver-pbo.sh) S 17540 17542 12494 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382133562 9367552 275 33554432000 4194304 5064252 140734449481888 140734449480800 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 2287 275 233 213 0 72 0
[pid=17543] ppid=17542 vsize=44536 CPUtime=1562.73 cores=1,3,5,7
/proc/17543/stat : 17543 (npSolver-pbo) S 17542 17542 12494 0 -1 4202496 38660 169538 0 0 212 23 155967 71 20 0 1 0 382133562 45604864 9611 33554432000 4194304 6004724 140736326425088 140736326417440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/17543/statm: 11134 9611 176 442 0 10688 0
[pid=17754] ppid=17543 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17754/stat : 17754 (satsolver.sh) S 17543 17542 12494 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382289885 9367552 266 33554432000 4194304 5064252 140736984771392 140736984770304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17754/statm: 2287 266 226 213 0 72 0
[pid=17755] ppid=17754 vsize=48736 CPUtime=39.05 cores=1,3,5,7
/proc/17755/stat : 17755 (glucose) R 17754 17542 12494 0 -1 4202496 10696 0 0 0 3902 3 0 0 20 0 1 0 382289885 49905664 10598 33554432000 4194304 5208918 140735835775744 140735835773832 4228930 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17755/statm: 12184 10598 104 248 0 11933 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 111568

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 1.89 3/183 17808
/proc/meminfo: memFree=29919248/32873648 swapFree=7628/7628
[pid=17542] ppid=17540 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17542/stat : 17542 (npSolver-pbo.sh) S 17540 17542 12494 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382133562 9367552 275 33554432000 4194304 5064252 140734449481888 140734449480800 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 2287 275 233 213 0 72 0
[pid=17543] ppid=17542 vsize=44536 CPUtime=1562.73 cores=1,3,5,7
/proc/17543/stat : 17543 (npSolver-pbo) S 17542 17542 12494 0 -1 4202496 38660 169538 0 0 212 23 155967 71 20 0 1 0 382133562 45604864 9611 33554432000 4194304 6004724 140736326425088 140736326417440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/17543/statm: 11134 9611 176 442 0 10688 0
[pid=17754] ppid=17543 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17754/stat : 17754 (satsolver.sh) S 17543 17542 12494 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382289885 9367552 266 33554432000 4194304 5064252 140736984771392 140736984770304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17754/statm: 2287 266 226 213 0 72 0
[pid=17755] ppid=17754 vsize=86268 CPUtime=99.04 cores=1,3,5,7
/proc/17755/stat : 17755 (glucose) R 17754 17542 12494 0 -1 4202496 11713 0 0 0 9900 4 0 0 20 0 1 0 382289885 88338432 15805 33554432000 4194304 5208918 140735835775744 140735835773688 4211521 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17755/statm: 21567 15805 104 248 0 21316 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 149100

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/183 17815
/proc/meminfo: memFree=29928056/32873648 swapFree=7628/7628
[pid=17542] ppid=17540 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17542/stat : 17542 (npSolver-pbo.sh) S 17540 17542 12494 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382133562 9367552 275 33554432000 4194304 5064252 140734449481888 140734449480800 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 2287 275 233 213 0 72 0
[pid=17543] ppid=17542 vsize=44536 CPUtime=1702.02 cores=1,3,5,7
/proc/17543/stat : 17543 (npSolver-pbo) S 17542 17542 12494 0 -1 4202496 41460 185259 0 0 229 24 169872 77 20 0 1 0 382133562 45604864 9611 33554432000 4194304 6004724 140736326425088 140736326417440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/17543/statm: 11134 9611 176 442 0 10688 0
[pid=17814] ppid=17543 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17814/stat : 17814 (satsolver.sh) S 17543 17542 12494 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382303817 9367552 266 33554432000 4194304 5064252 140736946586192 140736946585104 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17814/statm: 2287 266 226 213 0 72 0
[pid=17815] ppid=17814 vsize=54400 CPUtime=19.73 cores=1,3,5,7
/proc/17815/stat : 17815 (glucose) R 17814 17542 12494 0 -1 4202496 11929 0 0 0 1971 2 0 0 20 0 1 0 382303817 55705600 12130 33554432000 4194304 5208918 140733639799408 140733639795176 4219464 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17815/statm: 13600 12130 104 248 0 13349 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 117232

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/183 17829
/proc/meminfo: memFree=29915036/32873648 swapFree=7628/7628
[pid=17542] ppid=17540 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17542/stat : 17542 (npSolver-pbo.sh) S 17540 17542 12494 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382133562 9367552 275 33554432000 4194304 5064252 140734449481888 140734449480800 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 2287 275 233 213 0 72 0
[pid=17543] ppid=17542 vsize=44536 CPUtime=1750.66 cores=1,3,5,7
/proc/17543/stat : 17543 (npSolver-pbo) S 17542 17542 12494 0 -1 4202496 47138 215876 0 0 267 28 174678 93 20 0 1 0 382133562 45604864 9611 33554432000 4194304 6004724 140736326425088 140736326417440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/17543/statm: 11134 9611 176 442 0 10688 0
[pid=17828] ppid=17543 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17828/stat : 17828 (satsolver.sh) S 17543 17542 12494 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382308682 9367552 267 33554432000 4194304 5064252 140736605323264 140736605322176 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17828/statm: 2287 267 226 213 0 72 0
[pid=17829] ppid=17828 vsize=59560 CPUtime=31.07 cores=1,3,5,7
/proc/17829/stat : 17829 (glucose) R 17828 17542 12494 0 -1 4202496 10691 0 0 0 3105 2 0 0 20 0 1 0 382308682 60989440 13531 33554432000 4194304 5208918 140734432259040 140734432255352 4229456 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17829/statm: 14890 13531 104 248 0 14639 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 122392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 1.90 3/183 17829
/proc/meminfo: memFree=29923484/32873648 swapFree=7628/7628
[pid=17542] ppid=17540 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17542/stat : 17542 (npSolver-pbo.sh) S 17540 17542 12494 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382133562 9367552 275 33554432000 4194304 5064252 140734449481888 140734449480800 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 2287 275 233 213 0 72 0
[pid=17543] ppid=17542 vsize=44536 CPUtime=1750.66 cores=1,3,5,7
/proc/17543/stat : 17543 (npSolver-pbo) S 17542 17542 12494 0 -1 4202496 47138 215876 0 0 267 28 174678 93 20 0 1 0 382133562 45604864 9611 33554432000 4194304 6004724 140736326425088 140736326417440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/17543/statm: 11134 9611 176 442 0 10688 0
[pid=17828] ppid=17543 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17828/stat : 17828 (satsolver.sh) S 17543 17542 12494 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382308682 9367552 267 33554432000 4194304 5064252 140736605323264 140736605322176 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17828/statm: 2287 267 226 213 0 72 0
[pid=17829] ppid=17828 vsize=48064 CPUtime=49.39 cores=1,3,5,7
/proc/17829/stat : 17829 (glucose) R 17828 17542 12494 0 -1 4202496 11778 0 0 0 4936 3 0 0 20 0 1 0 382308682 49217536 10663 33554432000 4194304 5208918 140734432259040 140734432257128 4231508 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17829/statm: 12016 10663 104 248 0 11765 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 110896

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.08
CPU user time (s): 1798.83
CPU system time (s): 1.25881
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 250240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.83
system time used= 1.25881
maximum resident set size= 157096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 275781
page faults= 0
swaps= 0
block input operations= 8
block output operations= 319216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 990
involuntary context switches= 2005

runsolver used 4.75728 second user time and 13.258 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-08 14:54:36
IDJOB=3750691
IDBENCH=72121
IDSOLVER=2334
FILE ID=node122/3750691-1339160076
RUNJOBID= node122-1339159858-17354
PBS_JOBID= 14643791
Free space on /tmp= 70604 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/rand.biglist/normalized-rand4bf850.cudf.paranoid.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750691-1339160076/watcher-3750691-1339160076 -o /tmp/evaluation-result-3750691-1339160076/solver-3750691-1339160076 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750691-1339160076.opb 35751988 HOME HOME

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

MD5SUM BENCH= a8309936b1d78278af68f39ea49fb649
RANDOM SEED=35751988

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30207788 kB
Buffers:          183664 kB
Cached:          1489544 kB
SwapCached:         2132 kB
Active:           918280 kB
Inactive:         887196 kB
Active(anon):     132800 kB
Inactive(anon):     2216 kB
Active(file):     785480 kB
Inactive(file):   884980 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67099484 kB
Dirty:              9288 kB
Writeback:             0 kB
AnonPages:        177228 kB
Mapped:             9740 kB
Shmem:                 0 kB
Slab:             712552 kB
SReclaimable:     156456 kB
SUnreclaim:       556096 kB
KernelStack:        1528 kB
PageTables:         4420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     273560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    131072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70544 MiB
End job on node122 at 2012-06-08 15:24:36