Trace number 3750082

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.07 1801.82

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat50_4_16_1.opb
MD5SUM8a23e88f34ee33e636d3b24522832f27
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3948307
Best CPU time to get the best result obtained on this benchmark1800.1
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 143877824
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 43040121046
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 143877824
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 43040121046
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.28/41.72	c model valid
41.28/41.72	c current solution ok
41.67/42.11	o 313838355
41.67/42.11	c current bound: 156919202
41.67/42.11	c fallback to adder encoding
46.51/47.94	c model valid
46.55/48.03	c current solution ok
46.55/48.03	o 84742905
46.55/48.03	c current bound: 42371477
46.55/48.03	c fallback to adder encoding
61.17/63.08	c model valid
61.17/63.08	c current solution ok
61.64/63.10	o 32964201
61.64/63.10	c current bound: 16482125
61.64/63.10	c fallback to adder encoding
95.95/97.41	c model valid
95.95/97.41	c current solution ok
95.95/97.42	o 14225957
95.95/97.42	c current bound: 7113003
95.95/97.42	c fallback to adder encoding
116.37/118.18	c model valid
116.37/118.18	c current solution ok
116.73/118.20	o 5442143
116.73/118.20	c current bound: 2721096
116.73/118.20	c fallback to adder encoding
1800.04/1801.81	./satsolver.sh: line 5: 17564 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1801.81	c error: unexpected solver exit code
1800.04/1801.81	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-3750082-1339181550/watcher-3750082-1339181550 -o /tmp/evaluation-result-3750082-1339181550/solver-3750082-1339181550 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750082-1339181550.opb 1283555224 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.09 1.68 1.88 3/172 17491
/proc/meminfo: memFree=28976048/32873844 swapFree=7900/7900
[pid=17491] ppid=17488 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17491/stat : 17491 (npSolver-pbo.sh) S 17488 17491 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384279519 9367552 274 33554432000 4194304 5064252 140735137350032 140735137348944 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17491/statm: 2287 274 233 213 0 72 0

[startup+0.062825 s]
/proc/loadavg: 1.09 1.68 1.88 3/172 17491
/proc/meminfo: memFree=28976048/32873844 swapFree=7900/7900
[pid=17491] ppid=17488 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17491/stat : 17491 (npSolver-pbo.sh) S 17488 17491 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384279519 9367552 274 33554432000 4194304 5064252 140735137350032 140735137348944 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17491/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100288 s]
/proc/loadavg: 1.09 1.68 1.88 3/172 17491
/proc/meminfo: memFree=28976048/32873844 swapFree=7900/7900
[pid=17491] ppid=17488 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17491/stat : 17491 (npSolver-pbo.sh) S 17488 17491 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384279519 9367552 274 33554432000 4194304 5064252 140735137350032 140735137348944 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17491/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300266 s]
/proc/loadavg: 1.09 1.68 1.88 3/172 17491
/proc/meminfo: memFree=28976048/32873844 swapFree=7900/7900
[pid=17491] ppid=17488 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17491/stat : 17491 (npSolver-pbo.sh) S 17488 17491 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384279519 9367552 274 33554432000 4194304 5064252 140735137350032 140735137348944 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17491/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700272 s]
/proc/loadavg: 1.09 1.68 1.88 3/172 17491
/proc/meminfo: memFree=28976048/32873844 swapFree=7900/7900
[pid=17491] ppid=17488 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17491/stat : 17491 (npSolver-pbo.sh) S 17488 17491 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384279519 9367552 274 33554432000 4194304 5064252 140735137350032 140735137348944 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17491/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 1.09 1.68 1.88 3/183 17502
/proc/meminfo: memFree=28712480/32873844 swapFree=7900/7900
[pid=17491] ppid=17488 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17491/stat : 17491 (npSolver-pbo.sh) S 17488 17491 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384279519 9367552 274 33554432000 4194304 5064252 140735137350032 140735137348944 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17491/statm: 2287 274 233 213 0 72 0
[pid=17493] ppid=17491 vsize=18808 CPUtime=0.2 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo) S 17491 17491 16567 0 -1 4202496 5474 0 0 0 18 2 0 0 20 0 1 0 384279520 19259392 3462 33554432000 4194304 6004724 140733465008128 140733465002176 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17493/statm: 4702 3462 164 442 0 4256 0
[pid=17499] ppid=17493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17499/stat : 17499 (cp2_pre.sh) S 17493 17491 16567 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 384279541 9367552 276 33554432000 4194304 5064252 140733268565696 140733268564400 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17499/statm: 2287 276 234 213 0 72 0
[pid=17500] ppid=17499 vsize=84044 CPUtime=1.27 cores=0,2,4,6
/proc/17500/stat : 17500 (coprocessor) R 17499 17491 16567 0 -1 4202496 17714 0 0 0 124 3 0 0 20 0 1 0 384279541 86061056 20159 33554432000 4194304 6586260 140733623447120 140733623442440 4683893 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/17500/statm: 21011 20159 192 584 0 20423 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 121148

[startup+3.10032 s]
/proc/loadavg: 1.09 1.68 1.88 3/183 17502
/proc/meminfo: memFree=28647948/32873844 swapFree=7900/7900
[pid=17491] ppid=17488 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17491/stat : 17491 (npSolver-pbo.sh) S 17488 17491 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384279519 9367552 274 33554432000 4194304 5064252 140735137350032 140735137348944 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17491/statm: 2287 274 233 213 0 72 0
[pid=17493] ppid=17491 vsize=18808 CPUtime=2.02 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo) S 17491 17491 16567 0 -1 4202496 5483 19153 0 0 18 3 173 8 20 0 1 0 384279520 19259392 3462 33554432000 4194304 6004724 140733465008128 140733465003264 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17493/statm: 4702 3462 164 442 0 4256 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 27956
heavy processes:

[startup+6.30039 s]
/proc/loadavg: 1.16 1.69 1.88 3/183 17508
/proc/meminfo: memFree=28800912/32873844 swapFree=7900/7900
[pid=17491] ppid=17488 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17491/stat : 17491 (npSolver-pbo.sh) S 17488 17491 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384279519 9367552 274 33554432000 4194304 5064252 140735137350032 140735137348944 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17491/statm: 2287 274 233 213 0 72 0
[pid=17493] ppid=17491 vsize=18808 CPUtime=2.02 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo) S 17491 17491 16567 0 -1 4202496 5483 19153 0 0 18 3 173 8 20 0 1 0 384279520 19259392 3462 33554432000 4194304 6004724 140733465008128 140733465003264 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17493/statm: 4702 3462 164 442 0 4256 0
[pid=17504] ppid=17493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17504/stat : 17504 (satsolver.sh) S 17493 17491 16567 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384279764 9367552 266 33554432000 4194304 5064252 140735369773408 140735369772320 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17504/statm: 2287 266 226 213 0 72 0
[pid=17505] ppid=17504 vsize=79660 CPUtime=3.84 cores=0,2,4,6
/proc/17505/stat : 17505 (glucose) R 17504 17491 16567 0 -1 4202496 10908 0 0 0 381 3 0 0 20 0 1 0 384279764 81571840 17971 33554432000 4194304 5208918 140735774704384 140735774702472 4229251 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17505/statm: 19915 17971 96 248 0 19664 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 116764

[startup+12.7004 s]
/proc/loadavg: 1.23 1.69 1.88 3/183 17515
/proc/meminfo: memFree=28273924/32873844 swapFree=7900/7900
[pid=17491] ppid=17488 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17491/stat : 17491 (npSolver-pbo.sh) S 17488 17491 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384279519 9367552 274 33554432000 4194304 5064252 140735137350032 140735137348944 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17491/statm: 2287 274 233 213 0 72 0
[pid=17493] ppid=17491 vsize=18808 CPUtime=2.02 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo) S 17491 17491 16567 0 -1 4202496 5483 19153 0 0 18 3 173 8 20 0 1 0 384279520 19259392 3462 33554432000 4194304 6004724 140733465008128 140733465003264 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17493/statm: 4702 3462 164 442 0 4256 0
[pid=17504] ppid=17493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17504/stat : 17504 (satsolver.sh) S 17493 17491 16567 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384279764 9367552 266 33554432000 4194304 5064252 140735369773408 140735369772320 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17504/statm: 2287 266 226 213 0 72 0
[pid=17505] ppid=17504 vsize=130184 CPUtime=10.24 cores=0,2,4,6
/proc/17505/stat : 17505 (glucose) R 17504 17491 16567 0 -1 4202496 13139 0 0 0 1018 6 0 0 20 0 1 0 384279764 133308416 25440 33554432000 4194304 5208918 140735774704384 140735774702536 4229528 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17505/statm: 32546 25440 96 248 0 32295 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 167288

[startup+25.5004 s]
/proc/loadavg: 1.62 1.76 1.90 3/183 17522
/proc/meminfo: memFree=28343964/32873844 swapFree=7900/7900
[pid=17491] ppid=17488 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17491/stat : 17491 (npSolver-pbo.sh) S 17488 17491 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384279519 9367552 274 33554432000 4194304 5064252 140735137350032 140735137348944 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17491/statm: 2287 274 233 213 0 72 0
[pid=17493] ppid=17491 vsize=18808 CPUtime=2.02 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo) S 17491 17491 16567 0 -1 4202496 5483 19153 0 0 18 3 173 8 20 0 1 0 384279520 19259392 3462 33554432000 4194304 6004724 140733465008128 140733465003264 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17493/statm: 4702 3462 164 442 0 4256 0
[pid=17504] ppid=17493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17504/stat : 17504 (satsolver.sh) S 17493 17491 16567 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384279764 9367552 266 33554432000 4194304 5064252 140735369773408 140735369772320 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17504/statm: 2287 266 226 213 0 72 0
[pid=17505] ppid=17504 vsize=99364 CPUtime=23.04 cores=0,2,4,6
/proc/17505/stat : 17505 (glucose) R 17504 17491 16567 0 -1 4202496 15656 0 0 0 2294 10 0 0 20 0 1 0 384279764 101748736 24194 33554432000 4194304 5208918 140735774704384 140735774702536 4231508 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17505/statm: 24841 24194 96 248 0 24590 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 136468

[startup+51.1004 s]
/proc/loadavg: 1.75 1.77 1.90 3/183 17536
/proc/meminfo: memFree=28195736/32873844 swapFree=7900/7900
[pid=17491] ppid=17488 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17491/stat : 17491 (npSolver-pbo.sh) S 17488 17491 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384279519 9367552 274 33554432000 4194304 5064252 140735137350032 140735137348944 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17491/statm: 2287 274 233 213 0 72 0
[pid=17493] ppid=17491 vsize=83780 CPUtime=47.29 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo) S 17491 17491 16567 0 -1 4202496 17089 81333 0 0 166 52 4455 56 20 0 1 0 384279520 85790720 14755 33554432000 4194304 6004724 140733465008128 140733465000480 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17493/statm: 20945 14755 181 442 0 20499 0
[pid=17535] ppid=17493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17535/stat : 17535 (satsolver.sh) S 17493 17491 16567 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384284392 9367552 267 33554432000 4194304 5064252 140736492901712 140736492900624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17535/statm: 2287 267 226 213 0 72 0
[pid=17536] ppid=17535 vsize=151600 CPUtime=2.35 cores=0,2,4,6
/proc/17536/stat : 17536 (glucose) R 17535 17491 16567 0 -1 4202496 29179 0 0 0 230 5 0 0 20 0 1 0 384284393 155238400 34246 33554432000 4194304 5208918 140734042869744 140734042867592 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17536/statm: 37900 34246 103 248 0 37649 0
Current children cumulated CPU time (s) 49.64
Current children cumulated vsize (KiB) 253676

[startup+102.307 s]
/proc/loadavg: 1.93 1.82 1.91 3/183 17557
/proc/meminfo: memFree=28313792/32873844 swapFree=7900/7900
[pid=17491] ppid=17488 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17491/stat : 17491 (npSolver-pbo.sh) S 17488 17491 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384279519 9367552 274 33554432000 4194304 5064252 140735137350032 140735137348944 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17491/statm: 2287 274 233 213 0 72 0
[pid=17493] ppid=17491 vsize=49496 CPUtime=96.46 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo) S 17491 17491 16567 0 -1 4202496 27871 152826 0 0 265 66 9208 107 20 0 1 0 384279520 50683904 10792 33554432000 4194304 6004724 140733465008128 140733465000480 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17493/statm: 12374 10792 181 442 0 11928 0
[pid=17556] ppid=17493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17556/stat : 17556 (satsolver.sh) S 17493 17491 16567 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384289311 9367552 267 33554432000 4194304 5064252 140734502367168 140734502366080 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17556/statm: 2287 267 226 213 0 72 0
[pid=17557] ppid=17556 vsize=124024 CPUtime=4.37 cores=0,2,4,6
/proc/17557/stat : 17557 (glucose) R 17556 17491 16567 0 -1 4202496 23869 0 0 0 431 6 0 0 20 0 1 0 384289311 127000576 26420 33554432000 4194304 5208918 140733778291248 140733778289080 4228997 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17557/statm: 31006 26420 104 248 0 30755 0
Current children cumulated CPU time (s) 100.83
Current children cumulated vsize (KiB) 191816

[startup+162.3 s]
/proc/loadavg: 1.97 1.85 1.91 3/183 17564
/proc/meminfo: memFree=28282188/32873844 swapFree=7900/7900
[pid=17491] ppid=17488 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17491/stat : 17491 (npSolver-pbo.sh) S 17488 17491 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384279519 9367552 274 33554432000 4194304 5064252 140735137350032 140735137348944 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17491/statm: 2287 274 233 213 0 72 0
[pid=17493] ppid=17491 vsize=81872 CPUtime=117.15 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo) S 17491 17491 16567 0 -1 4202496 32224 183588 0 0 303 71 11214 127 20 0 1 0 384279520 83836928 17830 33554432000 4194304 6004724 140733465008128 140733465000480 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17493/statm: 20468 17830 181 442 0 20022 0
[pid=17563] ppid=17493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17563/stat : 17563 (satsolver.sh) S 17493 17491 16567 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384291380 9367552 267 33554432000 4194304 5064252 140736085255280 140736085254192 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17563/statm: 2287 267 226 213 0 72 0
[pid=17564] ppid=17563 vsize=161428 CPUtime=43.67 cores=0,2,4,6
/proc/17564/stat : 17564 (glucose) R 17563 17491 16567 0 -1 4202496 23780 0 0 0 4360 7 0 0 20 0 1 0 384291381 165302272 31530 33554432000 4194304 5208918 140734369178656 140734369176600 4229251 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17564/statm: 40357 31530 105 248 0 40106 0

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


[startup+1422.3 s]
/proc/loadavg: 2.02 2.00 1.93 3/183 17603
/proc/meminfo: memFree=28014884/32873844 swapFree=7900/7900
[pid=17491] ppid=17488 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17491/stat : 17491 (npSolver-pbo.sh) S 17488 17491 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384279519 9367552 274 33554432000 4194304 5064252 140735137350032 140735137348944 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17491/statm: 2287 274 233 213 0 72 0
[pid=17493] ppid=17491 vsize=81872 CPUtime=117.15 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo) S 17491 17491 16567 0 -1 4202496 32224 183588 0 0 303 71 11214 127 20 0 1 0 384279520 83836928 17830 33554432000 4194304 6004724 140733465008128 140733465000480 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17493/statm: 20468 17830 181 442 0 20022 0
[pid=17563] ppid=17493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17563/stat : 17563 (satsolver.sh) S 17493 17491 16567 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384291380 9367552 267 33554432000 4194304 5064252 140736085255280 140736085254192 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17563/statm: 2287 267 226 213 0 72 0
[pid=17564] ppid=17563 vsize=222892 CPUtime=1303.45 cores=0,2,4,6
/proc/17564/stat : 17564 (glucose) R 17563 17491 16567 0 -1 4202496 44093 0 0 0 130291 54 0 0 20 0 1 0 384291381 228241408 49360 33554432000 4194304 5208918 140734369178656 140734369176808 4211521 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17564/statm: 55723 49360 105 248 0 55472 0
Current children cumulated CPU time (s) 1420.6
Current children cumulated vsize (KiB) 323060

[startup+1482.3 s]
/proc/loadavg: 2.22 2.06 1.95 3/183 17603
/proc/meminfo: memFree=27693088/32873844 swapFree=7900/7900
[pid=17491] ppid=17488 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17491/stat : 17491 (npSolver-pbo.sh) S 17488 17491 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384279519 9367552 274 33554432000 4194304 5064252 140735137350032 140735137348944 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17491/statm: 2287 274 233 213 0 72 0
[pid=17493] ppid=17491 vsize=81872 CPUtime=117.15 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo) S 17491 17491 16567 0 -1 4202496 32224 183588 0 0 303 71 11214 127 20 0 1 0 384279520 83836928 17830 33554432000 4194304 6004724 140733465008128 140733465000480 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17493/statm: 20468 17830 181 442 0 20022 0
[pid=17563] ppid=17493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17563/stat : 17563 (satsolver.sh) S 17493 17491 16567 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384291380 9367552 267 33554432000 4194304 5064252 140736085255280 140736085254192 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17563/statm: 2287 267 226 213 0 72 0
[pid=17564] ppid=17563 vsize=272980 CPUtime=1363.43 cores=0,2,4,6
/proc/17564/stat : 17564 (glucose) R 17563 17491 16567 0 -1 4202496 44938 0 0 0 136287 56 0 0 20 0 1 0 384291381 279531520 64509 33554432000 4194304 5208918 140734369178656 140734369174968 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17564/statm: 68245 64509 105 248 0 67994 0
Current children cumulated CPU time (s) 1480.58
Current children cumulated vsize (KiB) 373148

[startup+1542.31 s]
/proc/loadavg: 2.08 2.05 1.95 3/183 17604
/proc/meminfo: memFree=27854636/32873844 swapFree=7900/7900
[pid=17491] ppid=17488 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17491/stat : 17491 (npSolver-pbo.sh) S 17488 17491 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384279519 9367552 274 33554432000 4194304 5064252 140735137350032 140735137348944 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17491/statm: 2287 274 233 213 0 72 0
[pid=17493] ppid=17491 vsize=81872 CPUtime=117.15 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo) S 17491 17491 16567 0 -1 4202496 32224 183588 0 0 303 71 11214 127 20 0 1 0 384279520 83836928 17830 33554432000 4194304 6004724 140733465008128 140733465000480 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17493/statm: 20468 17830 181 442 0 20022 0
[pid=17563] ppid=17493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17563/stat : 17563 (satsolver.sh) S 17493 17491 16567 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384291380 9367552 267 33554432000 4194304 5064252 140736085255280 140736085254192 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17563/statm: 2287 267 226 213 0 72 0
[pid=17564] ppid=17563 vsize=272980 CPUtime=1423.43 cores=0,2,4,6
/proc/17564/stat : 17564 (glucose) R 17563 17491 16567 0 -1 4202496 47043 0 0 0 142284 59 0 0 20 0 1 0 384291381 279531520 55847 33554432000 4194304 5208918 140734369178656 140734369176808 4211792 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17564/statm: 68245 55847 105 248 0 67994 0
Current children cumulated CPU time (s) 1540.58
Current children cumulated vsize (KiB) 373148

[startup+1602.3 s]
/proc/loadavg: 2.11 2.05 1.95 3/183 17604
/proc/meminfo: memFree=27637424/32873844 swapFree=7900/7900
[pid=17491] ppid=17488 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17491/stat : 17491 (npSolver-pbo.sh) S 17488 17491 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384279519 9367552 274 33554432000 4194304 5064252 140735137350032 140735137348944 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17491/statm: 2287 274 233 213 0 72 0
[pid=17493] ppid=17491 vsize=81872 CPUtime=117.15 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo) S 17491 17491 16567 0 -1 4202496 32224 183588 0 0 303 71 11214 127 20 0 1 0 384279520 83836928 17830 33554432000 4194304 6004724 140733465008128 140733465000480 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17493/statm: 20468 17830 181 442 0 20022 0
[pid=17563] ppid=17493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17563/stat : 17563 (satsolver.sh) S 17493 17491 16567 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384291380 9367552 267 33554432000 4194304 5064252 140736085255280 140736085254192 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17563/statm: 2287 267 226 213 0 72 0
[pid=17564] ppid=17563 vsize=222892 CPUtime=1483.41 cores=0,2,4,6
/proc/17564/stat : 17564 (glucose) R 17563 17491 16567 0 -1 4202496 48309 0 0 0 148280 61 0 0 20 0 1 0 384291381 228241408 47312 33554432000 4194304 5208918 140734369178656 140734369176808 4205238 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17564/statm: 55723 47312 105 248 0 55472 0
Current children cumulated CPU time (s) 1600.56
Current children cumulated vsize (KiB) 323060

[startup+1662.3 s]
/proc/loadavg: 2.04 2.04 1.95 3/184 17607
/proc/meminfo: memFree=27723324/32873844 swapFree=7900/7900
[pid=17491] ppid=17488 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17491/stat : 17491 (npSolver-pbo.sh) S 17488 17491 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384279519 9367552 274 33554432000 4194304 5064252 140735137350032 140735137348944 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17491/statm: 2287 274 233 213 0 72 0
[pid=17493] ppid=17491 vsize=81872 CPUtime=117.15 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo) S 17491 17491 16567 0 -1 4202496 32224 183588 0 0 303 71 11214 127 20 0 1 0 384279520 83836928 17830 33554432000 4194304 6004724 140733465008128 140733465000480 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17493/statm: 20468 17830 181 442 0 20022 0
[pid=17563] ppid=17493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17563/stat : 17563 (satsolver.sh) S 17493 17491 16567 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384291380 9367552 267 33554432000 4194304 5064252 140736085255280 140736085254192 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17563/statm: 2287 267 226 213 0 72 0
[pid=17564] ppid=17563 vsize=272980 CPUtime=1543.41 cores=0,2,4,6
/proc/17564/stat : 17564 (glucose) R 17563 17491 16567 0 -1 4202496 49147 0 0 0 154278 63 0 0 20 0 1 0 384291381 279531520 59901 33554432000 4194304 5208918 140734369178656 140734369176808 4213115 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17564/statm: 68245 59901 105 248 0 67994 0
Current children cumulated CPU time (s) 1660.56
Current children cumulated vsize (KiB) 373148

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 1.95 3/183 17607
/proc/meminfo: memFree=27916960/32873844 swapFree=7900/7900
[pid=17491] ppid=17488 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17491/stat : 17491 (npSolver-pbo.sh) S 17488 17491 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384279519 9367552 274 33554432000 4194304 5064252 140735137350032 140735137348944 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17491/statm: 2287 274 233 213 0 72 0
[pid=17493] ppid=17491 vsize=81872 CPUtime=117.15 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo) S 17491 17491 16567 0 -1 4202496 32224 183588 0 0 303 71 11214 127 20 0 1 0 384279520 83836928 17830 33554432000 4194304 6004724 140733465008128 140733465000480 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17493/statm: 20468 17830 181 442 0 20022 0
[pid=17563] ppid=17493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17563/stat : 17563 (satsolver.sh) S 17493 17491 16567 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384291380 9367552 267 33554432000 4194304 5064252 140736085255280 140736085254192 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17563/statm: 2287 267 226 213 0 72 0
[pid=17564] ppid=17563 vsize=222892 CPUtime=1603.38 cores=0,2,4,6
/proc/17564/stat : 17564 (glucose) R 17563 17491 16567 0 -1 4202496 49738 0 0 0 160273 65 0 0 20 0 1 0 384291381 228241408 51264 33554432000 4194304 5208918 140734369178656 140734369175032 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17564/statm: 55723 51264 105 248 0 55472 0
Current children cumulated CPU time (s) 1720.53
Current children cumulated vsize (KiB) 323060

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/183 17607
/proc/meminfo: memFree=27585624/32873844 swapFree=7900/7900
[pid=17491] ppid=17488 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17491/stat : 17491 (npSolver-pbo.sh) S 17488 17491 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384279519 9367552 274 33554432000 4194304 5064252 140735137350032 140735137348944 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17491/statm: 2287 274 233 213 0 72 0
[pid=17493] ppid=17491 vsize=81872 CPUtime=117.15 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo) S 17491 17491 16567 0 -1 4202496 32224 183588 0 0 303 71 11214 127 20 0 1 0 384279520 83836928 17830 33554432000 4194304 6004724 140733465008128 140733465000480 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17493/statm: 20468 17830 181 442 0 20022 0
[pid=17563] ppid=17493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17563/stat : 17563 (satsolver.sh) S 17493 17491 16567 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384291380 9367552 267 33554432000 4194304 5064252 140736085255280 140736085254192 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17563/statm: 2287 267 226 213 0 72 0
[pid=17564] ppid=17563 vsize=272980 CPUtime=1663.38 cores=0,2,4,6
/proc/17564/stat : 17564 (glucose) R 17563 17491 16567 0 -1 4202496 50276 0 0 0 166272 66 0 0 20 0 1 0 384291381 279531520 64064 33554432000 4194304 5208918 140734369178656 140734369175032 4213000 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17564/statm: 68245 64064 105 248 0 67994 0
Current children cumulated CPU time (s) 1780.53
Current children cumulated vsize (KiB) 373148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.8 s]
/proc/loadavg: 2.00 2.02 1.95 2/174 17632
/proc/meminfo: memFree=28607688/32873844 swapFree=7900/7900
[pid=17491] ppid=17488 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17491/stat : 17491 (npSolver-pbo.sh) S 17488 17491 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384279519 9367552 274 33554432000 4194304 5064252 140735137350032 140735137348944 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17491/statm: 2287 274 233 213 0 72 0
[pid=17493] ppid=17491 vsize=81872 CPUtime=117.15 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo) S 17491 17491 16567 0 -1 4202496 32224 183588 0 0 303 71 11214 127 20 0 1 0 384279520 83836928 17830 33554432000 4194304 6004724 140733465008128 140733465000480 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17493/statm: 20468 17830 181 442 0 20022 0
[pid=17563] ppid=17493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17563/stat : 17563 (satsolver.sh) S 17493 17491 16567 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384291380 9367552 267 33554432000 4194304 5064252 140736085255280 140736085254192 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17563/statm: 2287 267 226 213 0 72 0
[pid=17564] ppid=17563 vsize=272980 CPUtime=1682.89 cores=0,2,4,6
/proc/17564/stat : 17564 (glucose) R 17563 17491 16567 0 -1 4202496 50300 0 0 0 168223 66 0 0 20 0 1 0 384291381 279531520 66643 33554432000 4194304 5208918 140734369178656 140734369175032 4229748 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17564/statm: 68245 66643 105 248 0 67994 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 373148

Sending SIGTERM to process tree (bottom up)

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

[startup+1801.8 s]
/proc/loadavg: 2.00 2.02 1.95 2/174 17632
/proc/meminfo: memFree=28607688/32873844 swapFree=7900/7900
[pid=17491] ppid=17488 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17491/stat : 17491 (npSolver-pbo.sh) S 17488 17491 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384279519 9367552 274 33554432000 4194304 5064252 140735137350032 140735137348944 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17491/statm: 2287 274 233 213 0 72 0
[pid=17493] ppid=17491 vsize=81872 CPUtime=117.15 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo) S 17491 17491 16567 0 -1 4202496 32224 183588 0 0 303 71 11214 127 20 0 1 0 384279520 83836928 17830 33554432000 4194304 6004724 140733465008128 140733465000480 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17493/statm: 20468 17830 181 442 0 20022 0
[pid=17563] ppid=17493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17563/stat : 17563 (satsolver.sh) S 17493 17491 16567 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384291380 9367552 267 33554432000 4194304 5064252 140736085255280 140736085254192 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17563/statm: 2287 267 226 213 0 72 0
[pid=17564] ppid=17563 vsize=272980 CPUtime=1682.89 cores=0,2,4,6
/proc/17564/stat : 17564 (glucose) R 17563 17491 16567 0 -1 4202496 50300 0 0 0 168223 66 0 0 20 0 1 0 384291381 279531520 66643 33554432000 4194304 5208918 140734369178656 140734369175032 4229748 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17564/statm: 68245 66643 105 248 0 67994 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 373148

Child status: 0
Real time (s): 1801.82
CPU time (s): 1800.07
CPU user time (s): 1797.41
CPU system time (s): 2.66459
CPU usage (%): 99.9032
Max. virtual memory (cumulated for all children) (KiB): 534676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.41
system time used= 2.66459
maximum resident set size= 335880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267102
page faults= 0
swaps= 0
block input operations= 0
block output operations= 479344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2746
involuntary context switches= 2122

runsolver used 2.74258 second user time and 7.36688 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-08 20:52:30
IDJOB=3750082
IDBENCH=92748
IDSOLVER=2334
FILE ID=node137/3750082-1339181550
RUNJOBID= node137-1339181550-17467
PBS_JOBID= 14643809
Free space on /tmp= 70648 MiB

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

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

MD5SUM BENCH= 8a23e88f34ee33e636d3b24522832f27
RANDOM SEED=1283555224

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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.600
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:        28976948 kB
Buffers:          464272 kB
Cached:          2549064 kB
SwapCached:         4640 kB
Active:          1355352 kB
Inactive:        1669972 kB
Active(anon):       2640 kB
Inactive(anon):     5860 kB
Active(file):    1352712 kB
Inactive(file):  1664112 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097908 kB
Dirty:             18248 kB
Writeback:             0 kB
AnonPages:         10680 kB
Mapped:             8652 kB
Shmem:                 0 kB
Slab:             729264 kB
SReclaimable:     170256 kB
SUnreclaim:       559008 kB
KernelStack:        1376 kB
PageTables:         3868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70604 MiB
End job on node137 at 2012-06-08 21:22:32