Trace number 3750083

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 1801.11

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat50_4_16_2.opb
MD5SUM0c9f9f4d9069e955741fce23953a7e72
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3385647
Best CPU time to get the best result obtained on this benchmark1800.12
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5100
Total number of constraints7606
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints7500
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 4950
Biggest coefficient in the objective function 147197952
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 48050028218
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 147197952
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 48050028218
Number of bits of the biggest sum of numbers36
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.14	c old isEQ: 24, new EQ is 1
0.00/0.17	c old isEQ: 1, new EQ is 1
0.00/0.21	c run usual solver
41.37/41.40	c model valid
41.37/41.40	c current solution ok
41.68/41.79	o 304859251
41.68/41.79	c current bound: 152429650
41.68/41.79	c fallback to adder encoding
50.58/51.14	c model valid
50.58/51.14	c current solution ok
50.58/51.16	o 75301985
50.58/51.16	c current bound: 37651017
50.58/51.16	c fallback to adder encoding
55.82/56.50	c model valid
55.82/56.50	c current solution ok
55.82/56.51	o 37494779
55.82/56.51	c current bound: 18747414
55.82/56.51	c fallback to adder encoding
78.91/79.61	c model valid
78.91/79.61	c current solution ok
78.91/79.62	o 14858455
78.91/79.62	c current bound: 7429252
78.91/79.62	c fallback to adder encoding
276.55/277.30	c model valid
276.55/277.30	c current solution ok
276.55/277.32	o 5988741
276.55/277.32	c current bound: 2994395
276.55/277.32	c fallback to adder encoding
1800.06/1801.10	./satsolver.sh: line 5: 22316 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1801.11	c error: unexpected solver exit code
1800.06/1801.11	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-3750083-1339181516/watcher-3750083-1339181516 -o /tmp/evaluation-result-3750083-1339181516/solver-3750083-1339181516 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750083-1339181516.opb 1952359105 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.20 1.51 1.67 4/175 22259
/proc/meminfo: memFree=30498156/32873844 swapFree=7636/7636
[pid=22258] ppid=22254 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22258/stat : 22258 (npSolver-pbo.sh) S 22254 22258 22170 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384280217 9367552 274 33554432000 4194304 5064252 140736159050512 140736159049424 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22258/statm: 2287 274 233 213 0 72 0

[startup+0.0418241 s]
/proc/loadavg: 1.20 1.51 1.67 4/175 22259
/proc/meminfo: memFree=30498156/32873844 swapFree=7636/7636
[pid=22258] ppid=22254 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22258/stat : 22258 (npSolver-pbo.sh) S 22254 22258 22170 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384280217 9367552 274 33554432000 4194304 5064252 140736159050512 140736159049424 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22258/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100276 s]
/proc/loadavg: 1.20 1.51 1.67 4/175 22259
/proc/meminfo: memFree=30498156/32873844 swapFree=7636/7636
[pid=22258] ppid=22254 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22258/stat : 22258 (npSolver-pbo.sh) S 22254 22258 22170 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384280217 9367552 274 33554432000 4194304 5064252 140736159050512 140736159049424 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22258/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300323 s]
/proc/loadavg: 1.20 1.51 1.67 4/175 22259
/proc/meminfo: memFree=30498156/32873844 swapFree=7636/7636
[pid=22258] ppid=22254 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22258/stat : 22258 (npSolver-pbo.sh) S 22254 22258 22170 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384280217 9367552 274 33554432000 4194304 5064252 140736159050512 140736159049424 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22258/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700326 s]
/proc/loadavg: 1.20 1.51 1.67 4/175 22259
/proc/meminfo: memFree=30498156/32873844 swapFree=7636/7636
[pid=22258] ppid=22254 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22258/stat : 22258 (npSolver-pbo.sh) S 22254 22258 22170 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384280217 9367552 274 33554432000 4194304 5064252 140736159050512 140736159049424 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22258/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50041 s]
/proc/loadavg: 1.20 1.51 1.67 4/181 22265
/proc/meminfo: memFree=30304348/32873844 swapFree=7636/7636
[pid=22258] ppid=22254 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22258/stat : 22258 (npSolver-pbo.sh) S 22254 22258 22170 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384280217 9367552 274 33554432000 4194304 5064252 140736159050512 140736159049424 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22258/statm: 2287 274 233 213 0 72 0
[pid=22260] ppid=22258 vsize=18804 CPUtime=0.21 cores=0,2,4,6
/proc/22260/stat : 22260 (npSolver-pbo) S 22258 22258 22170 0 -1 4202496 5985 0 0 0 19 2 0 0 20 0 1 0 384280217 19255296 3462 33554432000 4194304 6004724 140737326869056 140737326863104 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22260/statm: 4701 3462 164 442 0 4255 0
[pid=22264] ppid=22260 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22264/stat : 22264 (cp2_pre.sh) S 22260 22258 22170 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 384280239 9367552 276 33554432000 4194304 5064252 140733724523552 140733724522256 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22264/statm: 2287 276 234 213 0 72 0
[pid=22265] ppid=22264 vsize=84044 CPUtime=1.27 cores=0,2,4,6
/proc/22265/stat : 22265 (coprocessor) R 22264 22258 22170 0 -1 4202496 16181 0 0 0 125 2 0 0 20 0 1 0 384280239 86061056 20159 33554432000 4194304 6586260 140735779456400 140735779452664 4676681 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/22265/statm: 21011 20159 192 584 0 20423 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 121144

[startup+3.10038 s]
/proc/loadavg: 1.27 1.52 1.67 4/181 22268
/proc/meminfo: memFree=30274992/32873844 swapFree=7636/7636
[pid=22258] ppid=22254 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22258/stat : 22258 (npSolver-pbo.sh) S 22254 22258 22170 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384280217 9367552 274 33554432000 4194304 5064252 140736159050512 140736159049424 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22258/statm: 2287 274 233 213 0 72 0
[pid=22260] ppid=22258 vsize=18804 CPUtime=2 cores=0,2,4,6
/proc/22260/stat : 22260 (npSolver-pbo) S 22258 22258 22170 0 -1 4202496 5993 18132 0 0 19 2 172 7 20 0 1 0 384280217 19255296 3462 33554432000 4194304 6004724 140737326869056 140737326864192 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22260/statm: 4701 3462 164 442 0 4255 0
[pid=22267] ppid=22260 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22267/stat : 22267 (satsolver.sh) S 22260 22258 22170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384280419 9367552 267 33554432000 4194304 5064252 140734207907168 140734207906080 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22267/statm: 2287 267 226 213 0 72 0
[pid=22268] ppid=22267 vsize=48452 CPUtime=1.07 cores=0,2,4,6
/proc/22268/stat : 22268 (glucose) R 22267 22258 22170 0 -1 4202496 10569 0 0 0 105 2 0 0 20 0 1 0 384280419 49614848 10434 33554432000 4194304 5208918 140736000864288 140736000862440 4229504 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22268/statm: 12113 10434 96 248 0 11862 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 85552

[startup+6.3004 s]
/proc/loadavg: 1.27 1.52 1.67 4/183 22270
/proc/meminfo: memFree=29588016/32873844 swapFree=7636/7636
[pid=22258] ppid=22254 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22258/stat : 22258 (npSolver-pbo.sh) S 22254 22258 22170 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384280217 9367552 274 33554432000 4194304 5064252 140736159050512 140736159049424 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22258/statm: 2287 274 233 213 0 72 0
[pid=22260] ppid=22258 vsize=18804 CPUtime=2 cores=0,2,4,6
/proc/22260/stat : 22260 (npSolver-pbo) S 22258 22258 22170 0 -1 4202496 5993 18132 0 0 19 2 172 7 20 0 1 0 384280217 19255296 3462 33554432000 4194304 6004724 140737326869056 140737326864192 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22260/statm: 4701 3462 164 442 0 4255 0
[pid=22267] ppid=22260 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22267/stat : 22267 (satsolver.sh) S 22260 22258 22170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384280419 9367552 267 33554432000 4194304 5064252 140734207907168 140734207906080 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22267/statm: 2287 267 226 213 0 72 0
[pid=22268] ppid=22267 vsize=79656 CPUtime=4.27 cores=0,2,4,6
/proc/22268/stat : 22268 (glucose) R 22267 22258 22170 0 -1 4202496 12395 0 0 0 424 3 0 0 20 0 1 0 384280419 81567744 18425 33554432000 4194304 5208918 140736000864288 140736000862280 4229528 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22268/statm: 19914 18425 96 248 0 19663 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 116756

[startup+12.7004 s]
/proc/loadavg: 1.45 1.55 1.68 4/183 22270
/proc/meminfo: memFree=29295760/32873844 swapFree=7636/7636
[pid=22258] ppid=22254 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22258/stat : 22258 (npSolver-pbo.sh) S 22254 22258 22170 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384280217 9367552 274 33554432000 4194304 5064252 140736159050512 140736159049424 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22258/statm: 2287 274 233 213 0 72 0
[pid=22260] ppid=22258 vsize=18804 CPUtime=2 cores=0,2,4,6
/proc/22260/stat : 22260 (npSolver-pbo) S 22258 22258 22170 0 -1 4202496 5993 18132 0 0 19 2 172 7 20 0 1 0 384280217 19255296 3462 33554432000 4194304 6004724 140737326869056 140737326864192 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22260/statm: 4701 3462 164 442 0 4255 0
[pid=22267] ppid=22260 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22267/stat : 22267 (satsolver.sh) S 22260 22258 22170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384280419 9367552 267 33554432000 4194304 5064252 140734207907168 140734207906080 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22267/statm: 2287 267 226 213 0 72 0
[pid=22268] ppid=22267 vsize=130180 CPUtime=10.67 cores=0,2,4,6
/proc/22268/stat : 22268 (glucose) R 22267 22258 22170 0 -1 4202496 14626 0 0 0 1062 5 0 0 20 0 1 0 384280419 133304320 25894 33554432000 4194304 5208918 140736000864288 140736000862440 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22268/statm: 32545 25894 96 248 0 32294 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 167280

[startup+25.5004 s]
/proc/loadavg: 1.54 1.56 1.68 4/183 22273
/proc/meminfo: memFree=29887216/32873844 swapFree=7636/7636
[pid=22258] ppid=22254 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22258/stat : 22258 (npSolver-pbo.sh) S 22254 22258 22170 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384280217 9367552 274 33554432000 4194304 5064252 140736159050512 140736159049424 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22258/statm: 2287 274 233 213 0 72 0
[pid=22260] ppid=22258 vsize=18804 CPUtime=2 cores=0,2,4,6
/proc/22260/stat : 22260 (npSolver-pbo) S 22258 22258 22170 0 -1 4202496 5993 18132 0 0 19 2 172 7 20 0 1 0 384280217 19255296 3462 33554432000 4194304 6004724 140737326869056 140737326864192 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22260/statm: 4701 3462 164 442 0 4255 0
[pid=22267] ppid=22260 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22267/stat : 22267 (satsolver.sh) S 22260 22258 22170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384280419 9367552 267 33554432000 4194304 5064252 140734207907168 140734207906080 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22267/statm: 2287 267 226 213 0 72 0
[pid=22268] ppid=22267 vsize=130180 CPUtime=23.46 cores=0,2,4,6
/proc/22268/stat : 22268 (glucose) R 22267 22258 22170 0 -1 4202496 17303 0 0 0 2337 9 0 0 20 0 1 0 384280419 133304320 24871 33554432000 4194304 5208918 140736000864288 140736000862440 4229528 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22268/statm: 32545 24871 96 248 0 32294 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 167280

[startup+51.1001 s]
/proc/loadavg: 1.69 1.60 1.69 4/183 22280
/proc/meminfo: memFree=29696080/32873844 swapFree=7636/7636
[pid=22258] ppid=22254 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22258/stat : 22258 (npSolver-pbo.sh) S 22254 22258 22170 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384280217 9367552 274 33554432000 4194304 5064252 140736159050512 140736159049424 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22258/statm: 2287 274 233 213 0 72 0
[pid=22260] ppid=22258 vsize=100772 CPUtime=50.58 cores=0,2,4,6
/proc/22260/stat : 22260 (npSolver-pbo) S 22258 22258 22170 0 -1 4202496 10683 75327 0 0 99 45 4882 32 20 0 1 0 384280217 103190528 21042 33554432000 4194304 6004724 140737326869056 140737326860896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22260/statm: 25193 21042 180 442 0 24747 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 109920

[startup+102.307 s]
/proc/loadavg: 1.91 1.68 1.71 4/182 22301
/proc/meminfo: memFree=29804652/32873844 swapFree=7636/7636
[pid=22258] ppid=22254 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22258/stat : 22258 (npSolver-pbo.sh) S 22254 22258 22170 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384280217 9367552 274 33554432000 4194304 5064252 140736159050512 140736159049424 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22258/statm: 2287 274 233 213 0 72 0
[pid=22260] ppid=22258 vsize=49444 CPUtime=79.42 cores=0,2,4,6
/proc/22260/stat : 22260 (npSolver-pbo) S 22258 22258 22170 0 -1 4202496 26534 150537 0 0 264 67 7508 103 20 0 1 0 384280217 50630656 10599 33554432000 4194304 6004724 140737326869056 140737326861408 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22260/statm: 12361 10599 181 442 0 11915 0
[pid=22300] ppid=22260 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22300/stat : 22300 (satsolver.sh) S 22260 22258 22170 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384288228 9367552 267 33554432000 4194304 5064252 140735659120272 140735659119184 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22300/statm: 2287 267 226 213 0 72 0
[pid=22301] ppid=22300 vsize=124896 CPUtime=22.17 cores=0,2,4,6
/proc/22301/stat : 22301 (glucose) R 22300 22258 22170 0 -1 4202496 23931 0 0 0 2212 5 0 0 20 0 1 0 384288228 127893504 27523 33554432000 4194304 5208918 140733779276208 140733779274296 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22301/statm: 31224 27523 104 248 0 30973 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 192636

[startup+162.3 s]
/proc/loadavg: 1.97 1.73 1.73 4/183 22302
/proc/meminfo: memFree=29768584/32873844 swapFree=7636/7636
[pid=22258] ppid=22254 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22258/stat : 22258 (npSolver-pbo.sh) S 22254 22258 22170 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384280217 9367552 274 33554432000 4194304 5064252 140736159050512 140736159049424 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22258/statm: 2287 274 233 213 0 72 0
[pid=22260] ppid=22258 vsize=49444 CPUtime=79.42 cores=0,2,4,6
/proc/22260/stat : 22260 (npSolver-pbo) S 22258 22258 22170 0 -1 4202496 26534 150537 0 0 264 67 7508 103 20 0 1 0 384280217 50630656 10599 33554432000 4194304 6004724 140737326869056 140737326861408 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22260/statm: 12361 10599 181 442 0 11915 0
[pid=22300] ppid=22260 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22300/stat : 22300 (satsolver.sh) S 22260 22258 22170 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384288228 9367552 267 33554432000 4194304 5064252 140735659120272 140735659119184 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22300/statm: 2287 267 226 213 0 72 0
[pid=22301] ppid=22300 vsize=155584 CPUtime=82.16 cores=0,2,4,6
/proc/22301/stat : 22301 (glucose) R 22300 22258 22170 0 -1 4202496 28820 0 0 0 8203 13 0 0 20 0 1 0 384288228 159318016 36247 33554432000 4194304 5208918 140733779276208 140733779274296 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22301/statm: 38896 36247 104 248 0 38645 0
Current children cumulated CPU time (s) 161.58

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


[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.91 4/183 22356
/proc/meminfo: memFree=28701408/32873844 swapFree=7636/7636
[pid=22258] ppid=22254 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22258/stat : 22258 (npSolver-pbo.sh) S 22254 22258 22170 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384280217 9367552 274 33554432000 4194304 5064252 140736159050512 140736159049424 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22258/statm: 2287 274 233 213 0 72 0
[pid=22260] ppid=22258 vsize=81884 CPUtime=276.97 cores=0,2,4,6
/proc/22260/stat : 22260 (npSolver-pbo) S 22258 22258 22170 0 -1 4202496 31217 189338 0 0 302 71 27187 137 20 0 1 0 384280217 83849216 17653 33554432000 4194304 6004724 140737326869056 140737326861408 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22260/statm: 20471 17653 181 442 0 20025 0
[pid=22315] ppid=22260 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22315/stat : 22315 (satsolver.sh) S 22260 22258 22170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384307990 9367552 267 33554432000 4194304 5064252 140735276090576 140735276089488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22315/statm: 2287 267 226 213 0 72 0
[pid=22316] ppid=22315 vsize=341432 CPUtime=1144.36 cores=0,2,4,6
/proc/22316/stat : 22316 (glucose) R 22315 22258 22170 0 -1 4202496 48021 0 0 0 114373 63 0 0 20 0 1 0 384307990 349626368 79581 33554432000 4194304 5208918 140736824990416 140736824986792 4212883 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22316/statm: 85358 79581 105 248 0 85107 0
Current children cumulated CPU time (s) 1421.33
Current children cumulated vsize (KiB) 441612

[startup+1482.3 s]
/proc/loadavg: 2.06 1.99 1.91 4/183 22356
/proc/meminfo: memFree=28796360/32873844 swapFree=7636/7636
[pid=22258] ppid=22254 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22258/stat : 22258 (npSolver-pbo.sh) S 22254 22258 22170 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384280217 9367552 274 33554432000 4194304 5064252 140736159050512 140736159049424 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22258/statm: 2287 274 233 213 0 72 0
[pid=22260] ppid=22258 vsize=81884 CPUtime=276.97 cores=0,2,4,6
/proc/22260/stat : 22260 (npSolver-pbo) S 22258 22258 22170 0 -1 4202496 31217 189338 0 0 302 71 27187 137 20 0 1 0 384280217 83849216 17653 33554432000 4194304 6004724 140737326869056 140737326861408 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22260/statm: 20471 17653 181 442 0 20025 0
[pid=22315] ppid=22260 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22315/stat : 22315 (satsolver.sh) S 22260 22258 22170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384307990 9367552 267 33554432000 4194304 5064252 140735276090576 140735276089488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22315/statm: 2287 267 226 213 0 72 0
[pid=22316] ppid=22315 vsize=260044 CPUtime=1204.34 cores=0,2,4,6
/proc/22316/stat : 22316 (glucose) R 22315 22258 22170 0 -1 4202496 48896 0 0 0 120369 65 0 0 20 0 1 0 384307990 266285056 54258 33554432000 4194304 5208918 140736824990416 140736824986792 4211521 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22316/statm: 65011 54258 105 248 0 64760 0
Current children cumulated CPU time (s) 1481.31
Current children cumulated vsize (KiB) 360224

[startup+1542.3 s]
/proc/loadavg: 2.05 2.00 1.92 4/183 22363
/proc/meminfo: memFree=29048120/32873844 swapFree=7636/7636
[pid=22258] ppid=22254 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22258/stat : 22258 (npSolver-pbo.sh) S 22254 22258 22170 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384280217 9367552 274 33554432000 4194304 5064252 140736159050512 140736159049424 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22258/statm: 2287 274 233 213 0 72 0
[pid=22260] ppid=22258 vsize=81884 CPUtime=276.97 cores=0,2,4,6
/proc/22260/stat : 22260 (npSolver-pbo) S 22258 22258 22170 0 -1 4202496 31217 189338 0 0 302 71 27187 137 20 0 1 0 384280217 83849216 17653 33554432000 4194304 6004724 140737326869056 140737326861408 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22260/statm: 20471 17653 181 442 0 20025 0
[pid=22315] ppid=22260 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22315/stat : 22315 (satsolver.sh) S 22260 22258 22170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384307990 9367552 267 33554432000 4194304 5064252 140735276090576 140735276089488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22315/statm: 2287 267 226 213 0 72 0
[pid=22316] ppid=22315 vsize=179136 CPUtime=1264.33 cores=0,2,4,6
/proc/22316/stat : 22316 (glucose) R 22315 22258 22170 0 -1 4202496 49613 0 0 0 126366 67 0 0 20 0 1 0 384307990 183435264 42668 33554432000 4194304 5208918 140736824990416 140736824988504 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22316/statm: 44784 42668 105 248 0 44533 0
Current children cumulated CPU time (s) 1541.3
Current children cumulated vsize (KiB) 279316

[startup+1602.3 s]
/proc/loadavg: 2.06 2.01 1.93 4/183 22363
/proc/meminfo: memFree=29005984/32873844 swapFree=7636/7636
[pid=22258] ppid=22254 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22258/stat : 22258 (npSolver-pbo.sh) S 22254 22258 22170 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384280217 9367552 274 33554432000 4194304 5064252 140736159050512 140736159049424 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22258/statm: 2287 274 233 213 0 72 0
[pid=22260] ppid=22258 vsize=81884 CPUtime=276.97 cores=0,2,4,6
/proc/22260/stat : 22260 (npSolver-pbo) S 22258 22258 22170 0 -1 4202496 31217 189338 0 0 302 71 27187 137 20 0 1 0 384280217 83849216 17653 33554432000 4194304 6004724 140737326869056 140737326861408 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22260/statm: 20471 17653 181 442 0 20025 0
[pid=22315] ppid=22260 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22315/stat : 22315 (satsolver.sh) S 22260 22258 22170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384307990 9367552 267 33554432000 4194304 5064252 140735276090576 140735276089488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22315/statm: 2287 267 226 213 0 72 0
[pid=22316] ppid=22315 vsize=260044 CPUtime=1324.32 cores=0,2,4,6
/proc/22316/stat : 22316 (glucose) R 22315 22258 22170 0 -1 4202496 50514 0 0 0 132363 69 0 0 20 0 1 0 384307990 266285056 52764 33554432000 4194304 5208918 140736824990416 140736824988568 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22316/statm: 65011 52764 105 248 0 64760 0
Current children cumulated CPU time (s) 1601.29
Current children cumulated vsize (KiB) 360224

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 1.93 4/183 22364
/proc/meminfo: memFree=29035512/32873844 swapFree=7636/7636
[pid=22258] ppid=22254 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22258/stat : 22258 (npSolver-pbo.sh) S 22254 22258 22170 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384280217 9367552 274 33554432000 4194304 5064252 140736159050512 140736159049424 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22258/statm: 2287 274 233 213 0 72 0
[pid=22260] ppid=22258 vsize=81884 CPUtime=276.97 cores=0,2,4,6
/proc/22260/stat : 22260 (npSolver-pbo) S 22258 22258 22170 0 -1 4202496 31217 189338 0 0 302 71 27187 137 20 0 1 0 384280217 83849216 17653 33554432000 4194304 6004724 140737326869056 140737326861408 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22260/statm: 20471 17653 181 442 0 20025 0
[pid=22315] ppid=22260 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22315/stat : 22315 (satsolver.sh) S 22260 22258 22170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384307990 9367552 267 33554432000 4194304 5064252 140735276090576 140735276089488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22315/statm: 2287 267 226 213 0 72 0
[pid=22316] ppid=22315 vsize=209956 CPUtime=1384.31 cores=0,2,4,6
/proc/22316/stat : 22316 (glucose) R 22315 22258 22170 0 -1 4202496 51630 0 0 0 138360 71 0 0 20 0 1 0 384307990 214994944 44783 33554432000 4194304 5208918 140736824990416 140736824988568 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22316/statm: 52489 44783 105 248 0 52238 0
Current children cumulated CPU time (s) 1661.28
Current children cumulated vsize (KiB) 310136

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 1.93 4/184 22367
/proc/meminfo: memFree=29003668/32873844 swapFree=7636/7636
[pid=22258] ppid=22254 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22258/stat : 22258 (npSolver-pbo.sh) S 22254 22258 22170 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384280217 9367552 274 33554432000 4194304 5064252 140736159050512 140736159049424 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22258/statm: 2287 274 233 213 0 72 0
[pid=22260] ppid=22258 vsize=81884 CPUtime=276.97 cores=0,2,4,6
/proc/22260/stat : 22260 (npSolver-pbo) S 22258 22258 22170 0 -1 4202496 31217 189338 0 0 302 71 27187 137 20 0 1 0 384280217 83849216 17653 33554432000 4194304 6004724 140737326869056 140737326861408 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22260/statm: 20471 17653 181 442 0 20025 0
[pid=22315] ppid=22260 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22315/stat : 22315 (satsolver.sh) S 22260 22258 22170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384307990 9367552 267 33554432000 4194304 5064252 140735276090576 140735276089488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22315/statm: 2287 267 226 213 0 72 0
[pid=22316] ppid=22315 vsize=260044 CPUtime=1444.3 cores=0,2,4,6
/proc/22316/stat : 22316 (glucose) R 22315 22258 22170 0 -1 4202496 51946 0 0 0 144358 72 0 0 20 0 1 0 384307990 266285056 52252 33554432000 4194304 5208918 140736824990416 140736824988568 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22316/statm: 65011 52252 105 248 0 64760 0
Current children cumulated CPU time (s) 1721.27
Current children cumulated vsize (KiB) 360224

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/183 22367
/proc/meminfo: memFree=28956948/32873844 swapFree=7636/7636
[pid=22258] ppid=22254 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22258/stat : 22258 (npSolver-pbo.sh) S 22254 22258 22170 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384280217 9367552 274 33554432000 4194304 5064252 140736159050512 140736159049424 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22258/statm: 2287 274 233 213 0 72 0
[pid=22260] ppid=22258 vsize=81884 CPUtime=276.97 cores=0,2,4,6
/proc/22260/stat : 22260 (npSolver-pbo) S 22258 22258 22170 0 -1 4202496 31217 189338 0 0 302 71 27187 137 20 0 1 0 384280217 83849216 17653 33554432000 4194304 6004724 140737326869056 140737326861408 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22260/statm: 20471 17653 181 442 0 20025 0
[pid=22315] ppid=22260 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22315/stat : 22315 (satsolver.sh) S 22260 22258 22170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384307990 9367552 267 33554432000 4194304 5064252 140735276090576 140735276089488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22315/statm: 2287 267 226 213 0 72 0
[pid=22316] ppid=22315 vsize=260044 CPUtime=1504.3 cores=0,2,4,6
/proc/22316/stat : 22316 (glucose) R 22315 22258 22170 0 -1 4202496 51963 0 0 0 150357 73 0 0 20 0 1 0 384307990 266285056 60956 33554432000 4194304 5208918 140736824990416 140736824986728 4211568 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22316/statm: 65011 60956 105 248 0 64760 0
Current children cumulated CPU time (s) 1781.27
Current children cumulated vsize (KiB) 360224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.1 s]
/proc/loadavg: 2.00 2.00 1.93 4/183 22367
/proc/meminfo: memFree=29025696/32873844 swapFree=7636/7636
[pid=22258] ppid=22254 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22258/stat : 22258 (npSolver-pbo.sh) S 22254 22258 22170 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384280217 9367552 274 33554432000 4194304 5064252 140736159050512 140736159049424 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22258/statm: 2287 274 233 213 0 72 0
[pid=22260] ppid=22258 vsize=81884 CPUtime=276.97 cores=0,2,4,6
/proc/22260/stat : 22260 (npSolver-pbo) S 22258 22258 22170 0 -1 4202496 31217 189338 0 0 302 71 27187 137 20 0 1 0 384280217 83849216 17653 33554432000 4194304 6004724 140737326869056 140737326861408 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22260/statm: 20471 17653 181 442 0 20025 0
[pid=22315] ppid=22260 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22315/stat : 22315 (satsolver.sh) S 22260 22258 22170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384307990 9367552 267 33554432000 4194304 5064252 140735276090576 140735276089488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22315/statm: 2287 267 226 213 0 72 0
[pid=22316] ppid=22315 vsize=179136 CPUtime=1523.09 cores=0,2,4,6
/proc/22316/stat : 22316 (glucose) R 22315 22258 22170 0 -1 4202496 52497 0 0 0 152235 74 0 0 20 0 1 0 384307990 183435264 43180 33554432000 4194304 5208918 140736824990416 140736824988504 4211795 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22316/statm: 44784 43180 105 248 0 44533 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 279316

Sending SIGTERM to process tree (bottom up)

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

[startup+1801.1 s]
/proc/loadavg: 2.00 2.00 1.93 4/183 22367
/proc/meminfo: memFree=29025696/32873844 swapFree=7636/7636
[pid=22258] ppid=22254 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22258/stat : 22258 (npSolver-pbo.sh) S 22254 22258 22170 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384280217 9367552 274 33554432000 4194304 5064252 140736159050512 140736159049424 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22258/statm: 2287 274 233 213 0 72 0
[pid=22260] ppid=22258 vsize=81884 CPUtime=276.97 cores=0,2,4,6
/proc/22260/stat : 22260 (npSolver-pbo) S 22258 22258 22170 0 -1 4202496 31217 189338 0 0 302 71 27187 137 20 0 1 0 384280217 83849216 17653 33554432000 4194304 6004724 140737326869056 140737326861408 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22260/statm: 20471 17653 181 442 0 20025 0
[pid=22315] ppid=22260 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22315/stat : 22315 (satsolver.sh) S 22260 22258 22170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384307990 9367552 267 33554432000 4194304 5064252 140735276090576 140735276089488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22315/statm: 2287 267 226 213 0 72 0
[pid=22316] ppid=22315 vsize=179136 CPUtime=1523.09 cores=0,2,4,6
/proc/22316/stat : 22316 (glucose) R 22315 22258 22170 0 -1 4202496 52497 0 0 0 152235 74 0 0 20 0 1 0 384307990 183435264 43180 33554432000 4194304 5208918 140736824990416 140736824988504 4211795 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22316/statm: 44784 43180 105 248 0 44533 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 279316

Child status: 0
Real time (s): 1801.11
CPU time (s): 1800.11
CPU user time (s): 1797.27
CPU system time (s): 2.84857
CPU usage (%): 99.9446
Max. virtual memory (cumulated for all children) (KiB): 654012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.27
system time used= 2.84857
maximum resident set size= 531124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274042
page faults= 0
swaps= 0
block input operations= 0
block output operations= 478320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2708
involuntary context switches= 1980

runsolver used 3.12552 second user time and 10.7254 second system time

The end

Launcher Data

Begin job on node108 at 2012-06-08 20:51:56
IDJOB=3750083
IDBENCH=92747
IDSOLVER=2334
FILE ID=node108/3750083-1339181516
RUNJOBID= node108-1339181516-22232
PBS_JOBID= 14643837
Free space on /tmp= 71280 MiB

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

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

MD5SUM BENCH= 0c9f9f4d9069e955741fce23953a7e72
RANDOM SEED=1952359105

node108.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.273
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	: 5332.54
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.273
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.273
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.273
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.273
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.273
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30498536 kB
Buffers:         1280212 kB
Cached:           176748 kB
SwapCached:         1716 kB
Active:          1440212 kB
Inactive:          24300 kB
Active(anon):       1204 kB
Inactive(anon):     7736 kB
Active(file):    1439008 kB
Inactive(file):    16564 kB
Unevictable:        7636 kB
Mlocked:            7636 kB
SwapTotal:      67108856 kB
SwapFree:       67100756 kB
Dirty:             19048 kB
Writeback:             0 kB
AnonPages:         12340 kB
Mapped:             9604 kB
Shmem:                 0 kB
Slab:             768932 kB
SReclaimable:     209332 kB
SUnreclaim:       559600 kB
KernelStack:        1392 kB
PageTables:         3960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70984 MiB
End job on node108 at 2012-06-08 21:21:58