Trace number 3702897

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topdown-quickBound? (TO) 1800.09 1801.03

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_9.opb
MD5SUMa849a24692bdc034ba3174a2ba23709e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark36.61
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 44
Optimality of the best value was proved YES
Number of variables601
Total number of constraints1089
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1088
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 36
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 99
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 682
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.24/4.35	c run inc solver
4.24/4.35	c [INC SYSTEM] run initial solver
4.24/4.35	c [INC SYSTEM] preprocess with white file
47.48/47.77	c [INC SYSTEM] finished preprocessing in 43 s
47.48/47.77	c [INC SYSTEM] execute solver
67.87/68.15	c [INC SEARCH] formula is SAT
67.97/68.23	c [INC SYSTEM] solved the initial formula
67.97/68.24	c model valid
67.97/68.24	c current solution ok
75.29/75.85	o 98
75.29/75.85	c starting approximation
75.29/75.85	c factor = 2
75.29/75.85	c current bound: 49
188.13/188.54	c model valid
188.13/188.54	c current solution ok
188.18/188.72	c current bound: 49
301.01/301.43	c model valid
301.01/301.43	c current solution ok
301.22/301.61	c current bound: 49
413.49/413.96	c model valid
413.49/413.96	c current solution ok
413.56/414.14	c current bound: 49
525.97/526.44	c model valid
525.97/526.44	c current solution ok
526.02/526.62	c current bound: 49
635.52/636.06	c model valid
635.52/636.06	c current solution ok
635.58/636.24	c current bound: 49
744.85/745.49	c model valid
744.85/745.49	c current solution ok
744.94/745.67	c current bound: 49
854.46/855.17	c model valid
854.46/855.17	c current solution ok
854.55/855.35	c current bound: 49
964.20/964.90	c model valid
964.20/964.90	c current solution ok
964.20/965.09	c current bound: 49
1077.28/1078.03	c model valid
1077.28/1078.03	c current solution ok
1077.48/1078.21	c current bound: 49
1191.36/1192.12	c model valid
1191.36/1192.12	c current solution ok
1191.39/1192.31	c current bound: 49
1304.85/1305.66	c model valid
1304.85/1305.66	c current solution ok
1304.92/1305.85	c current bound: 49
1418.03/1418.89	c model valid
1418.03/1418.89	c current solution ok
1418.12/1419.07	c current bound: 49
1531.11/1531.93	c model valid
1531.11/1531.93	c current solution ok
1531.15/1532.11	c current bound: 49
1644.11/1644.94	c model valid
1644.11/1644.94	c current solution ok
1644.15/1645.12	c current bound: 49
1755.53/1756.46	c model valid
1755.53/1756.46	c current solution ok
1755.60/1756.64	c current bound: 49
1800.09/1801.01	c error: unexpected solver exit code
1800.09/1801.01	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-3702897-1338073011/watcher-3702897-1338073011 -o /tmp/evaluation-result-3702897-1338073011/solver-3702897-1338073011 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702897-1338073011.opb 479582775 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: 3.01 2.29 2.05 3/178 16449
/proc/meminfo: memFree=30832540/32873844 swapFree=6600/6600
[pid=16449] ppid=16447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16449/stat : 16449 (npSolver-pbo-It) S 16447 16449 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273425946 9367552 274 33554432000 4194304 5064252 140734667191200 140734667190112 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16449/statm: 2287 274 233 213 0 72 0

[startup+0.0146589 s]
/proc/loadavg: 3.01 2.29 2.05 3/178 16449
/proc/meminfo: memFree=30832540/32873844 swapFree=6600/6600
[pid=16449] ppid=16447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16449/stat : 16449 (npSolver-pbo-It) S 16447 16449 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273425946 9367552 274 33554432000 4194304 5064252 140734667191200 140734667190112 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16449/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100252 s]
/proc/loadavg: 3.01 2.29 2.05 3/178 16449
/proc/meminfo: memFree=30832540/32873844 swapFree=6600/6600
[pid=16449] ppid=16447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16449/stat : 16449 (npSolver-pbo-It) S 16447 16449 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273425946 9367552 274 33554432000 4194304 5064252 140734667191200 140734667190112 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16449/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30023 s]
/proc/loadavg: 3.01 2.29 2.05 3/178 16449
/proc/meminfo: memFree=30832540/32873844 swapFree=6600/6600
[pid=16449] ppid=16447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16449/stat : 16449 (npSolver-pbo-It) S 16447 16449 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273425946 9367552 274 33554432000 4194304 5064252 140734667191200 140734667190112 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16449/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700251 s]
/proc/loadavg: 3.01 2.29 2.05 3/178 16449
/proc/meminfo: memFree=30832540/32873844 swapFree=6600/6600
[pid=16449] ppid=16447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16449/stat : 16449 (npSolver-pbo-It) S 16447 16449 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273425946 9367552 274 33554432000 4194304 5064252 140734667191200 140734667190112 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16449/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 3.01 2.29 2.05 3/180 16451
/proc/meminfo: memFree=30933408/32873844 swapFree=6600/6600
[pid=16449] ppid=16447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16449/stat : 16449 (npSolver-pbo-It) S 16447 16449 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273425946 9367552 274 33554432000 4194304 5064252 140734667191200 140734667190112 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16449/statm: 2287 274 233 213 0 72 0
[pid=16450] ppid=16449 vsize=35460 CPUtime=1.48 cores=0,2,4,6
/proc/16450/stat : 16450 (npSolver-pbo) R 16449 16449 28504 0 -1 4202496 3312 0 0 0 148 0 0 0 20 0 1 0 273425946 36311040 5837 33554432000 4194304 5992684 140735870373072 140735870368536 4523497 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16450/statm: 8865 5837 146 440 0 8421 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44608

[startup+3.10031 s]
/proc/loadavg: 3.01 2.29 2.05 3/180 16451
/proc/meminfo: memFree=30980192/32873844 swapFree=6600/6600
[pid=16449] ppid=16447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16449/stat : 16449 (npSolver-pbo-It) S 16447 16449 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273425946 9367552 274 33554432000 4194304 5064252 140734667191200 140734667190112 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16449/statm: 2287 274 233 213 0 72 0
[pid=16450] ppid=16449 vsize=190828 CPUtime=3.09 cores=0,2,4,6
/proc/16450/stat : 16450 (npSolver-pbo) R 16449 16449 28504 0 -1 4202496 18726 0 0 0 304 5 0 0 20 0 1 0 273425946 195407872 34489 33554432000 4194304 5992684 140735870373072 140735870366136 4957503 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16450/statm: 47707 34489 157 440 0 47263 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 199976

[startup+6.30035 s]
/proc/loadavg: 3.17 2.34 2.06 3/182 16453
/proc/meminfo: memFree=30667164/32873844 swapFree=6600/6600
[pid=16449] ppid=16447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16449/stat : 16449 (npSolver-pbo-It) S 16447 16449 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273425946 9367552 274 33554432000 4194304 5064252 140734667191200 140734667190112 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16449/statm: 2287 274 233 213 0 72 0
[pid=16450] ppid=16449 vsize=242636 CPUtime=4.29 cores=0,2,4,6
/proc/16450/stat : 16450 (npSolver-pbo) S 16449 16449 28504 0 -1 4202496 32076 0 0 0 403 26 0 0 20 0 1 0 273425946 248459264 59221 33554432000 4194304 5992684 140735870373072 140735870367520 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16450/statm: 60659 59221 164 440 0 60215 0
[pid=16452] ppid=16450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16452/stat : 16452 (cp2_pre.sh) S 16450 16449 28504 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 273426381 9367552 277 33554432000 4194304 5064252 140736738129328 140736738128032 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16452/statm: 2287 277 234 213 0 72 0
[pid=16453] ppid=16452 vsize=642036 CPUtime=1.93 cores=0,2,4,6
/proc/16453/stat : 16453 (coprocessor) R 16452 16449 28504 0 -1 4202496 33597 0 0 0 180 13 0 0 20 0 1 0 273426382 657444864 132368 33554432000 4194304 6586260 140736870225936 140736870222664 5550307 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/16453/statm: 160509 132368 159 584 0 159921 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 902968

[startup+12.7004 s]
/proc/loadavg: 3.07 2.33 2.06 3/182 16453
/proc/meminfo: memFree=30081556/32873844 swapFree=6600/6600
[pid=16449] ppid=16447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16449/stat : 16449 (npSolver-pbo-It) S 16447 16449 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273425946 9367552 274 33554432000 4194304 5064252 140734667191200 140734667190112 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16449/statm: 2287 274 233 213 0 72 0
[pid=16450] ppid=16449 vsize=242636 CPUtime=4.29 cores=0,2,4,6
/proc/16450/stat : 16450 (npSolver-pbo) S 16449 16449 28504 0 -1 4202496 32076 0 0 0 403 26 0 0 20 0 1 0 273425946 248459264 59221 33554432000 4194304 5992684 140735870373072 140735870367520 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16450/statm: 60659 59221 164 440 0 60215 0
[pid=16452] ppid=16450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16452/stat : 16452 (cp2_pre.sh) S 16450 16449 28504 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 273426381 9367552 277 33554432000 4194304 5064252 140736738129328 140736738128032 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16452/statm: 2287 277 234 213 0 72 0
[pid=16453] ppid=16452 vsize=825348 CPUtime=8.32 cores=0,2,4,6
/proc/16453/stat : 16453 (coprocessor) R 16452 16449 28504 0 -1 4202496 76862 0 0 0 813 19 0 0 20 0 1 0 273426382 845156352 179721 33554432000 4194304 6586260 140736870225936 140736870221752 4498526 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/16453/statm: 206337 179721 168 584 0 205749 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 1086280

[startup+25.5004 s]
/proc/loadavg: 2.90 2.33 2.07 3/182 16454
/proc/meminfo: memFree=29989720/32873844 swapFree=6600/6600
[pid=16449] ppid=16447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16449/stat : 16449 (npSolver-pbo-It) S 16447 16449 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273425946 9367552 274 33554432000 4194304 5064252 140734667191200 140734667190112 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16449/statm: 2287 274 233 213 0 72 0
[pid=16450] ppid=16449 vsize=242636 CPUtime=4.29 cores=0,2,4,6
/proc/16450/stat : 16450 (npSolver-pbo) S 16449 16449 28504 0 -1 4202496 32076 0 0 0 403 26 0 0 20 0 1 0 273425946 248459264 59221 33554432000 4194304 5992684 140735870373072 140735870367520 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16450/statm: 60659 59221 164 440 0 60215 0
[pid=16452] ppid=16450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16452/stat : 16452 (cp2_pre.sh) S 16450 16449 28504 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 273426381 9367552 277 33554432000 4194304 5064252 140736738129328 140736738128032 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16452/statm: 2287 277 234 213 0 72 0
[pid=16453] ppid=16452 vsize=859016 CPUtime=21.13 cores=0,2,4,6
/proc/16453/stat : 16453 (coprocessor) R 16452 16449 28504 0 -1 4202496 79569 0 0 0 2092 21 0 0 20 0 1 0 273426382 879632384 203890 33554432000 4194304 6586260 140736870225936 140736870221752 4774897 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/16453/statm: 214754 203890 173 584 0 214166 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 1119948

[startup+51.1003 s]
/proc/loadavg: 2.66 2.32 2.07 3/181 16456
/proc/meminfo: memFree=30379228/32873844 swapFree=6600/6600
[pid=16449] ppid=16447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16449/stat : 16449 (npSolver-pbo-It) S 16447 16449 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273425946 9367552 274 33554432000 4194304 5064252 140734667191200 140734667190112 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16449/statm: 2287 274 233 213 0 72 0
[pid=16450] ppid=16449 vsize=242636 CPUtime=47.55 cores=0,2,4,6
/proc/16450/stat : 16450 (npSolver-pbo) S 16449 16449 28504 0 -1 4202496 32092 98425 0 0 403 26 4275 51 20 0 1 0 273425946 248459264 59224 33554432000 4194304 5992684 140735870373072 140735870359336 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16450/statm: 60659 59224 166 440 0 60215 0
[pid=16456] ppid=16450 vsize=509180 CPUtime=3.31 cores=0,2,4,6
/proc/16456/stat : 16456 (glucosInc) R 16450 16449 28504 0 -1 4202496 69509 0 0 0 313 18 0 0 20 0 1 0 273430723 521400320 111354 33554432000 4194304 5654031 140737014169280 140737014167064 4236107 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16456/statm: 127295 111354 130 357 0 126935 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 760964

[startup+102.3 s]
/proc/loadavg: 2.33 2.28 2.07 3/183 16459
/proc/meminfo: memFree=29742276/32873844 swapFree=6600/6600
[pid=16449] ppid=16447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16449/stat : 16449 (npSolver-pbo-It) S 16447 16449 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273425946 9367552 274 33554432000 4194304 5064252 140734667191200 140734667190112 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16449/statm: 2287 274 233 213 0 72 0
[pid=16450] ppid=16449 vsize=285092 CPUtime=55.17 cores=0,2,4,6
/proc/16450/stat : 16450 (npSolver-pbo) S 16449 16449 28504 0 -1 4202496 35117 98941 0 0 546 625 4275 71 20 0 1 0 273425946 291934208 69846 33554432000 4194304 5992684 140735870373072 140735870365360 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/16450/statm: 71273 69846 189 440 0 70829 0
[pid=16456] ppid=16450 vsize=530144 CPUtime=20.33 cores=0,2,4,6
/proc/16456/stat : 16456 (glucosInc) S 16450 16449 28504 0 -1 4202496 75593 0 0 0 2014 19 0 0 20 0 1 0 273430723 542867456 117438 33554432000 4194304 5654031 140737014169280 140737014167592 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16456/statm: 132536 117438 145 357 0 132176 0
[pid=16458] ppid=16450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16458/stat : 16458 (satsolver.sh) S 16450 16449 28504 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273433531 9367552 266 33554432000 4194304 5064252 140735131009200 140735131008112 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16458/statm: 2287 266 226 213 0 72 0
[pid=16459] ppid=16458 vsize=523956 CPUtime=26.42 cores=0,2,4,6
/proc/16459/stat : 16459 (glucose) R 16458 16449 28504 0 -1 4202496 74833 0 0 0 2624 18 0 0 20 0 1 0 273433532 536530944 114995 33554432000 4194304 5208918 140733382026624 140733382024472 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16459/statm: 130989 114995 102 248 0 130738 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 1357488

[startup+162.3 s]
/proc/loadavg: 2.12 2.23 2.06 3/183 16459
/proc/meminfo: memFree=29738492/32873844 swapFree=6600/6600
[pid=16449] ppid=16447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16449/stat : 16449 (npSolver-pbo-It) S 16447 16449 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273425946 9367552 274 33554432000 4194304 5064252 140734667191200 140734667190112 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16449/statm: 2287 274 233 213 0 72 0
[pid=16450] ppid=16449 vsize=285092 CPUtime=55.17 cores=0,2,4,6
/proc/16450/stat : 16450 (npSolver-pbo) S 16449 16449 28504 0 -1 4202496 35117 98941 0 0 546 625 4275 71 20 0 1 0 273425946 291934208 69846 33554432000 4194304 5992684 140735870373072 140735870365360 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/16450/statm: 71273 69846 189 440 0 70829 0
[pid=16456] ppid=16450 vsize=530144 CPUtime=20.33 cores=0,2,4,6
/proc/16456/stat : 16456 (glucosInc) S 16450 16449 28504 0 -1 4202496 75593 0 0 0 2014 19 0 0 20 0 1 0 273430723 542867456 117438 33554432000 4194304 5654031 140737014169280 140737014167592 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16456/statm: 132536 117438 145 357 0 132176 0
[pid=16458] ppid=16450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16458/stat : 16458 (satsolver.sh) S 16450 16449 28504 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273433531 9367552 266 33554432000 4194304 5064252 140735131009200 140735131008112 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16458/statm: 2287 266 226 213 0 72 0
[pid=16459] ppid=16458 vsize=525580 CPUtime=86.42 cores=0,2,4,6
/proc/16459/stat : 16459 (glucose) R 16458 16449 28504 0 -1 4202496 75205 0 0 0 8623 19 0 0 20 0 1 0 273433532 538193920 115878 33554432000 4194304 5208918 140733382026624 140733382024680 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16459/statm: 131395 115878 102 248 0 131144 0
Current children cumulated CPU time (s) 161.92
Current children cumulated vsize (KiB) 1359112

[startup+222.3 s]

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

Current children cumulated vsize (KiB) 1368760

[startup+1542.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/182 16679
/proc/meminfo: memFree=28329428/32873844 swapFree=6600/6600
[pid=16449] ppid=16447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16449/stat : 16449 (npSolver-pbo-It) S 16447 16449 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273425946 9367552 274 33554432000 4194304 5064252 140734667191200 140734667190112 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16449/statm: 2287 274 233 213 0 72 0
[pid=16450] ppid=16449 vsize=295124 CPUtime=1511 cores=0,2,4,6
/proc/16450/stat : 16450 (npSolver-pbo) S 16449 16449 28504 0 -1 4202496 80273 1214741 0 0 696 644 149080 680 20 0 1 0 273425946 302206976 72354 33554432000 4194304 5992684 140735870373072 140735870365360 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 13 0 0
/proc/16450/statm: 73781 72354 189 440 0 73337 0
[pid=16456] ppid=16450 vsize=530144 CPUtime=20.33 cores=0,2,4,6
/proc/16456/stat : 16456 (glucosInc) S 16450 16449 28504 0 -1 4202496 75593 0 0 0 2014 19 0 0 20 0 1 0 273430723 542867456 119514 33554432000 4194304 5654031 140737014169280 140737014167592 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16456/statm: 132536 119514 145 357 0 132176 0
[pid=16678] ppid=16450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16678/stat : 16678 (satsolver.sh) S 16450 16449 28504 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273579157 9367552 266 33554432000 4194304 5064252 140733448293456 140733448292368 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16678/statm: 2287 266 226 213 0 72 0
[pid=16679] ppid=16678 vsize=519516 CPUtime=10.17 cores=0,2,4,6
/proc/16679/stat : 16679 (glucose) R 16678 16449 28504 0 -1 4202496 72949 0 0 0 999 18 0 0 20 0 1 0 273579158 531984384 113639 33554432000 4194304 5208918 140733522770144 140733522767992 4229264 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16679/statm: 129879 113639 94 248 0 129628 0
Current children cumulated CPU time (s) 1541.5
Current children cumulated vsize (KiB) 1363080

[startup+1602.3 s]
/proc/loadavg: 2.09 2.05 2.00 3/183 16680
/proc/meminfo: memFree=28322356/32873844 swapFree=6600/6600
[pid=16449] ppid=16447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16449/stat : 16449 (npSolver-pbo-It) S 16447 16449 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273425946 9367552 274 33554432000 4194304 5064252 140734667191200 140734667190112 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16449/statm: 2287 274 233 213 0 72 0
[pid=16450] ppid=16449 vsize=295124 CPUtime=1511 cores=0,2,4,6
/proc/16450/stat : 16450 (npSolver-pbo) S 16449 16449 28504 0 -1 4202496 80273 1214741 0 0 696 644 149080 680 20 0 1 0 273425946 302206976 72354 33554432000 4194304 5992684 140735870373072 140735870365360 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 13 0 0
/proc/16450/statm: 73781 72354 189 440 0 73337 0
[pid=16456] ppid=16450 vsize=530144 CPUtime=20.33 cores=0,2,4,6
/proc/16456/stat : 16456 (glucosInc) S 16450 16449 28504 0 -1 4202496 75593 0 0 0 2014 19 0 0 20 0 1 0 273430723 542867456 119514 33554432000 4194304 5654031 140737014169280 140737014167592 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16456/statm: 132536 119514 145 357 0 132176 0
[pid=16678] ppid=16450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16678/stat : 16678 (satsolver.sh) S 16450 16449 28504 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273579157 9367552 266 33554432000 4194304 5064252 140733448293456 140733448292368 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16678/statm: 2287 266 226 213 0 72 0
[pid=16679] ppid=16678 vsize=525476 CPUtime=70.15 cores=0,2,4,6
/proc/16679/stat : 16679 (glucose) R 16678 16449 28504 0 -1 4202496 74185 0 0 0 6997 18 0 0 20 0 1 0 273579158 538087424 115386 33554432000 4194304 5208918 140733522770144 140733522767992 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16679/statm: 131369 115386 102 248 0 131118 0
Current children cumulated CPU time (s) 1601.48
Current children cumulated vsize (KiB) 1369040

[startup+1662.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 16687
/proc/meminfo: memFree=28323708/32873844 swapFree=6600/6600
[pid=16449] ppid=16447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16449/stat : 16449 (npSolver-pbo-It) S 16447 16449 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273425946 9367552 274 33554432000 4194304 5064252 140734667191200 140734667190112 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16449/statm: 2287 274 233 213 0 72 0
[pid=16450] ppid=16449 vsize=295124 CPUtime=1624 cores=0,2,4,6
/proc/16450/stat : 16450 (npSolver-pbo) S 16449 16449 28504 0 -1 4202496 83748 1299933 0 0 708 645 160319 728 20 0 1 0 273425946 302206976 72354 33554432000 4194304 5992684 140735870373072 140735870365360 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 13 0 0
/proc/16450/statm: 73781 72354 189 440 0 73337 0
[pid=16456] ppid=16450 vsize=530144 CPUtime=20.33 cores=0,2,4,6
/proc/16456/stat : 16456 (glucosInc) S 16450 16449 28504 0 -1 4202496 75593 0 0 0 2014 19 0 0 20 0 1 0 273430723 542867456 119514 33554432000 4194304 5654031 140737014169280 140737014167592 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16456/statm: 132536 119514 145 357 0 132176 0
[pid=16686] ppid=16450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16686/stat : 16686 (satsolver.sh) S 16450 16449 28504 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273590458 9367552 267 33554432000 4194304 5064252 140734957091456 140734957090368 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16686/statm: 2287 267 226 213 0 72 0
[pid=16687] ppid=16686 vsize=523688 CPUtime=17.16 cores=0,2,4,6
/proc/16687/stat : 16687 (glucose) R 16686 16449 28504 0 -1 4202496 74078 0 0 0 1700 16 0 0 20 0 1 0 273590459 536256512 114251 33554432000 4194304 5208918 140737358299984 140737358298040 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16687/statm: 130922 114251 102 248 0 130671 0
Current children cumulated CPU time (s) 1661.49
Current children cumulated vsize (KiB) 1367252

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 16687
/proc/meminfo: memFree=28319828/32873844 swapFree=6600/6600
[pid=16449] ppid=16447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16449/stat : 16449 (npSolver-pbo-It) S 16447 16449 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273425946 9367552 274 33554432000 4194304 5064252 140734667191200 140734667190112 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16449/statm: 2287 274 233 213 0 72 0
[pid=16450] ppid=16449 vsize=295124 CPUtime=1624 cores=0,2,4,6
/proc/16450/stat : 16450 (npSolver-pbo) S 16449 16449 28504 0 -1 4202496 83748 1299933 0 0 708 645 160319 728 20 0 1 0 273425946 302206976 72354 33554432000 4194304 5992684 140735870373072 140735870365360 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 13 0 0
/proc/16450/statm: 73781 72354 189 440 0 73337 0
[pid=16456] ppid=16450 vsize=530144 CPUtime=20.33 cores=0,2,4,6
/proc/16456/stat : 16456 (glucosInc) S 16450 16449 28504 0 -1 4202496 75593 0 0 0 2014 19 0 0 20 0 1 0 273430723 542867456 119514 33554432000 4194304 5654031 140737014169280 140737014167592 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16456/statm: 132536 119514 145 357 0 132176 0
[pid=16686] ppid=16450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16686/stat : 16686 (satsolver.sh) S 16450 16449 28504 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273590458 9367552 267 33554432000 4194304 5064252 140734957091456 140734957090368 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16686/statm: 2287 267 226 213 0 72 0
[pid=16687] ppid=16686 vsize=525576 CPUtime=77.11 cores=0,2,4,6
/proc/16687/stat : 16687 (glucose) R 16686 16449 28504 0 -1 4202496 74523 0 0 0 7695 16 0 0 20 0 1 0 273590459 538189824 115327 33554432000 4194304 5208918 140737358299984 140737358298040 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16687/statm: 131394 115327 102 248 0 131143 0
Current children cumulated CPU time (s) 1721.44
Current children cumulated vsize (KiB) 1369140

[startup+1782.31 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 16694
/proc/meminfo: memFree=28320252/32873844 swapFree=6600/6600
[pid=16449] ppid=16447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16449/stat : 16449 (npSolver-pbo-It) S 16447 16449 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273425946 9367552 274 33554432000 4194304 5064252 140734667191200 140734667190112 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16449/statm: 2287 274 233 213 0 72 0
[pid=16450] ppid=16449 vsize=295124 CPUtime=1735.45 cores=0,2,4,6
/proc/16450/stat : 16450 (npSolver-pbo) S 16449 16449 28504 0 -1 4202496 87220 1385700 0 0 719 647 171408 771 20 0 1 0 273425946 302206976 72354 33554432000 4194304 5992684 140735870373072 140735870365360 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 13 0 0
/proc/16450/statm: 73781 72354 189 440 0 73337 0
[pid=16456] ppid=16450 vsize=530144 CPUtime=20.33 cores=0,2,4,6
/proc/16456/stat : 16456 (glucosInc) S 16450 16449 28504 0 -1 4202496 75593 0 0 0 2014 19 0 0 20 0 1 0 273430723 542867456 119514 33554432000 4194304 5654031 140737014169280 140737014167592 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16456/statm: 132536 119514 145 357 0 132176 0
[pid=16693] ppid=16450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16693/stat : 16693 (satsolver.sh) S 16450 16449 28504 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273601611 9367552 267 33554432000 4194304 5064252 140734583062624 140734583061536 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16693/statm: 2287 267 226 213 0 72 0
[pid=16694] ppid=16693 vsize=523952 CPUtime=25.62 cores=0,2,4,6
/proc/16694/stat : 16694 (glucose) R 16693 16449 28504 0 -1 4202496 74919 0 0 0 2543 19 0 0 20 0 1 0 273601611 536526848 115059 33554432000 4194304 5208918 140735426440512 140735426438360 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16694/statm: 130988 115059 102 248 0 130737 0
Current children cumulated CPU time (s) 1781.4
Current children cumulated vsize (KiB) 1367516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.01 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 16694
/proc/meminfo: memFree=28316932/32873844 swapFree=6600/6600
[pid=16449] ppid=16447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16449/stat : 16449 (npSolver-pbo-It) S 16447 16449 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273425946 9367552 274 33554432000 4194304 5064252 140734667191200 140734667190112 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16449/statm: 2287 274 233 213 0 72 0
[pid=16450] ppid=16449 vsize=295124 CPUtime=1735.45 cores=0,2,4,6
/proc/16450/stat : 16450 (npSolver-pbo) S 16449 16449 28504 0 -1 4202496 87220 1385700 0 0 719 647 171408 771 20 0 1 0 273425946 302206976 72354 33554432000 4194304 5992684 140735870373072 140735870365360 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 13 0 0
/proc/16450/statm: 73781 72354 189 440 0 73337 0
[pid=16456] ppid=16450 vsize=530144 CPUtime=20.33 cores=0,2,4,6
/proc/16456/stat : 16456 (glucosInc) S 16450 16449 28504 0 -1 4202496 75593 0 0 0 2014 19 0 0 20 0 1 0 273430723 542867456 119514 33554432000 4194304 5654031 140737014169280 140737014167592 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16456/statm: 132536 119514 145 357 0 132176 0
[pid=16693] ppid=16450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16693/stat : 16693 (satsolver.sh) S 16450 16449 28504 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273601611 9367552 267 33554432000 4194304 5064252 140734583062624 140734583061536 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16693/statm: 2287 267 226 213 0 72 0
[pid=16694] ppid=16693 vsize=525196 CPUtime=44.31 cores=0,2,4,6
/proc/16694/stat : 16694 (glucose) R 16693 16449 28504 0 -1 4202496 75200 0 0 0 4412 19 0 0 20 0 1 0 273601611 537800704 115851 33554432000 4194304 5208918 140735426440512 140735426438360 4205139 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16694/statm: 131299 115851 102 248 0 131048 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1368760

Sending SIGTERM to process tree (bottom up)

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

[startup+1801.01 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 16694
/proc/meminfo: memFree=28316932/32873844 swapFree=6600/6600
[pid=16449] ppid=16447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16449/stat : 16449 (npSolver-pbo-It) S 16447 16449 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273425946 9367552 274 33554432000 4194304 5064252 140734667191200 140734667190112 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16449/statm: 2287 274 233 213 0 72 0
[pid=16450] ppid=16449 vsize=295124 CPUtime=1735.45 cores=0,2,4,6
/proc/16450/stat : 16450 (npSolver-pbo) S 16449 16449 28504 0 -1 4202496 87220 1385700 0 0 719 647 171408 771 20 0 1 0 273425946 302206976 72354 33554432000 4194304 5992684 140735870373072 140735870365360 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 13 0 0
/proc/16450/statm: 73781 72354 189 440 0 73337 0
[pid=16456] ppid=16450 vsize=530144 CPUtime=20.33 cores=0,2,4,6
/proc/16456/stat : 16456 (glucosInc) S 16450 16449 28504 0 -1 4202496 75593 0 0 0 2014 19 0 0 20 0 1 0 273430723 542867456 119514 33554432000 4194304 5654031 140737014169280 140737014167592 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16456/statm: 132536 119514 145 357 0 132176 0
[pid=16693] ppid=16450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16693/stat : 16693 (satsolver.sh) S 16450 16449 28504 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273601611 9367552 267 33554432000 4194304 5064252 140734583062624 140734583061536 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16693/statm: 2287 267 226 213 0 72 0
[pid=16694] ppid=16693 vsize=525196 CPUtime=44.31 cores=0,2,4,6
/proc/16694/stat : 16694 (glucose) R 16693 16449 28504 0 -1 4202496 75200 0 0 0 4412 19 0 0 20 0 1 0 273601611 537800704 115851 33554432000 4194304 5208918 140735426440512 140735426438360 4205139 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16694/statm: 131299 115851 102 248 0 131048 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1368760

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16449 and gives
#  childrusage.ru_utime.tv_sec=1721
#  childrusage.ru_utime.tv_usec=286324
#  childrusage.ru_stime.tv_sec=14
#  childrusage.ru_stime.tv_usec=211839
# CPU time returned by wait4() is 1735.5
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.03
CPU time (s): 1800.09
CPU user time (s): 1785.53
CPU system time (s): 14.56
CPU usage (%): 99.9478
Max. virtual memory (cumulated for all children) (KiB): 1373576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1721.29
system time used= 14.2118
maximum resident set size= 991600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1473897
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4830040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45597
involuntary context switches= 2419

runsolver used 3.16352 second user time and 7.38788 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-27 00:56:51
IDJOB=3702897
IDBENCH=2943
IDSOLVER=2278
FILE ID=node140/3702897-1338073011
RUNJOBID= node140-1338052929-28520
PBS_JOBID= 14624397
Free space on /tmp= 67784 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_9.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702897-1338073011/watcher-3702897-1338073011 -o /tmp/evaluation-result-3702897-1338073011/solver-3702897-1338073011 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702897-1338073011.opb 479582775 HOME HOME

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

MD5SUM BENCH= a849a24692bdc034ba3174a2ba23709e
RANDOM SEED=479582775

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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		: 2667.094
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:        30833076 kB
Buffers:          261964 kB
Cached:           810464 kB
SwapCached:         1596 kB
Active:          1192828 kB
Inactive:          20476 kB
Active(anon):     131176 kB
Inactive(anon):     9780 kB
Active(file):    1061652 kB
Inactive(file):    10696 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105132 kB
Dirty:            323684 kB
Writeback:             8 kB
AnonPages:        149924 kB
Mapped:            12436 kB
Shmem:                 8 kB
Slab:             683924 kB
SReclaimable:     121652 kB
SUnreclaim:       562272 kB
KernelStack:        1464 kB
PageTables:         4284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     271648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    106496 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= 70608 MiB
End job on node140 at 2012-05-27 01:26:52