Trace number 3702914

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.06 1800.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB06/manquiho/golomb-rulers/normalized-OGR_9.opb
MD5SUM824c01e4395cf59ee9d4081be7b21301
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 benchmark43.2274
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 variables603
Total number of constraints1088
Number of constraints which are clauses0
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 constraint14
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
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 669
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

5.79/5.94	c run inc solver
5.79/5.94	c [INC SYSTEM] run initial solver
5.79/5.94	c [INC SYSTEM] preprocess with white file
71.37/71.70	c [INC SYSTEM] finished preprocessing in 65 s
71.37/71.70	c [INC SYSTEM] execute solver
113.22/113.50	c [INC SEARCH] formula is SAT
113.32/113.60	c [INC SYSTEM] solved the initial formula
113.32/113.62	c model valid
113.32/113.62	c current solution ok
122.27/122.71	o 80
122.27/122.71	c starting approximation
122.27/122.71	c factor = 2
122.27/122.71	c current bound: 40
1069.49/1070.36	c leaving approximation
1069.49/1070.36	c finished approximation
1069.49/1070.36	c [INC SYSTEM] there exists a inc, kill it!
1069.49/1070.36	c write failed with 2
1069.49/1070.36	c [INC SEARCH] iteration: 0
1069.49/1070.36	c [INC BOUNDS] best value:80 search for 79
1069.49/1070.36	c [INC SYSTEM] create new solver instance
1069.49/1070.36	c [INC] encode full formula
1069.49/1070.36	c set iterative enc to: swc
1069.76/1070.63	c [INC SEARCH] isOptimum variable: 0
1107.08/1107.76	c formula is SAT
1107.19/1107.87	c [INC SEARCH] copied best model
1107.19/1107.87	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1107.19/1107.89	c model valid
1107.19/1107.89	c current solution ok
1107.19/1107.89	o 61
1107.19/1107.89	c [INC SEARCH] iteration: 1
1107.19/1107.89	c [INC BOUNDS] best value:61 search for 60
1107.19/1107.89	c [INC ENCODE] setup new number of clauses ...
1107.19/1107.89	c [INC] encode incremental formula
1107.19/1107.89	c return only the limitting unit clause for 60
1107.19/1107.89	c [INC SYSTEM] transmit new clauses to solver: 1
1107.19/1107.89	c [INC SEARCH] isOptimum variable: 0
1108.51/1109.19	c formula is SAT
1108.63/1109.30	c [INC SEARCH] copied best model
1108.73/1109.30	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1108.73/1109.32	c model valid
1108.73/1109.32	c current solution ok
1108.73/1109.32	o 60
1108.73/1109.32	c [INC SEARCH] iteration: 2
1108.73/1109.32	c [INC BOUNDS] best value:60 search for 59
1108.73/1109.32	c [INC ENCODE] setup new number of clauses ...
1108.73/1109.32	c [INC] encode incremental formula
1108.73/1109.32	c return only the limitting unit clause for 59
1108.73/1109.32	c [INC SYSTEM] transmit new clauses to solver: 1
1108.73/1109.32	c [INC SEARCH] isOptimum variable: 0
1116.55/1117.15	c formula is SAT
1116.66/1117.26	c [INC SEARCH] copied best model
1116.66/1117.26	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1116.66/1117.28	c model valid
1116.66/1117.28	c current solution ok
1116.66/1117.28	o 55
1116.66/1117.28	c [INC SEARCH] iteration: 3
1116.66/1117.28	c [INC BOUNDS] best value:55 search for 54
1116.66/1117.28	c [INC ENCODE] setup new number of clauses ...
1116.66/1117.28	c [INC] encode incremental formula
1116.66/1117.28	c return only the limitting unit clause for 54
1116.66/1117.28	c [INC SYSTEM] transmit new clauses to solver: 1
1116.66/1117.28	c [INC SEARCH] isOptimum variable: 0
1235.24/1235.85	c formula is SAT
1235.32/1235.96	c [INC SEARCH] copied best model
1235.32/1235.97	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1235.32/1235.98	c model valid
1235.32/1235.98	c current solution ok
1235.32/1235.98	o 54
1235.32/1235.98	c [INC SEARCH] iteration: 4
1235.32/1235.98	c [INC BOUNDS] best value:54 search for 53
1235.32/1235.98	c [INC ENCODE] setup new number of clauses ...
1235.32/1235.98	c [INC] encode incremental formula
1235.32/1235.98	c return only the limitting unit clause for 53
1235.32/1235.98	c [INC SYSTEM] transmit new clauses to solver: 1
1235.32/1235.98	c [INC SEARCH] isOptimum variable: 0
1328.24/1328.82	c formula is SAT
1328.33/1328.93	c [INC SEARCH] copied best model
1328.33/1328.93	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1328.33/1328.95	c model valid
1328.33/1328.95	c current solution ok
1328.33/1328.95	o 52
1328.33/1328.95	c [INC SEARCH] iteration: 5
1328.33/1328.95	c [INC BOUNDS] best value:52 search for 51
1328.33/1328.95	c [INC ENCODE] setup new number of clauses ...
1328.33/1328.95	c [INC] encode incremental formula
1328.33/1328.95	c return only the limitting unit clause for 51
1328.33/1328.95	c [INC SYSTEM] transmit new clauses to solver: 1
1328.33/1328.95	c [INC SEARCH] isOptimum variable: 0
1352.46/1353.00	c formula is SAT
1352.56/1353.11	c [INC SEARCH] copied best model
1352.56/1353.12	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1352.56/1353.13	c model valid
1352.56/1353.13	c current solution ok
1352.56/1353.13	o 51
1352.56/1353.13	c [INC SEARCH] iteration: 6
1352.56/1353.13	c [INC BOUNDS] best value:51 search for 50
1352.56/1353.13	c [INC ENCODE] setup new number of clauses ...
1352.56/1353.13	c [INC] encode incremental formula
1352.56/1353.13	c return only the limitting unit clause for 50
1352.56/1353.13	c [INC SYSTEM] transmit new clauses to solver: 1
1352.56/1353.13	c [INC SEARCH] isOptimum variable: 0
1403.78/1404.37	c formula is SAT
1403.88/1404.48	c [INC SEARCH] copied best model
1403.88/1404.48	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1403.98/1404.50	c model valid
1403.98/1404.50	c current solution ok
1403.98/1404.50	o 47
1403.98/1404.50	c [INC SEARCH] iteration: 7
1403.98/1404.50	c [INC BOUNDS] best value:47 search for 46
1403.98/1404.50	c [INC ENCODE] setup new number of clauses ...
1403.98/1404.50	c [INC] encode incremental formula
1403.98/1404.50	c return only the limitting unit clause for 46
1403.98/1404.50	c [INC SYSTEM] transmit new clauses to solver: 1
1403.98/1404.50	c [INC SEARCH] isOptimum variable: 0
1501.40/1501.94	c formula is SAT
1501.50/1502.05	c [INC SEARCH] copied best model
1501.50/1502.06	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1501.50/1502.07	c model valid
1501.50/1502.07	c current solution ok
1501.50/1502.07	o 44
1501.50/1502.07	c [INC SEARCH] iteration: 8
1501.50/1502.07	c [INC BOUNDS] best value:44 search for 43
1501.50/1502.07	c [INC ENCODE] setup new number of clauses ...
1501.50/1502.07	c [INC] encode incremental formula
1501.50/1502.07	c return only the limitting unit clause for 43
1501.50/1502.07	c [INC SYSTEM] transmit new clauses to solver: 1
1501.50/1502.07	c [INC SEARCH] isOptimum variable: 0

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-3702914-1338066305/watcher-3702914-1338066305 -o /tmp/evaluation-result-3702914-1338066305/solver-3702914-1338066305 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702914-1338066305.opb 1823115022 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.68 3.57 2.72 3/178 5343
/proc/meminfo: memFree=22630072/32873844 swapFree=7112/7112
[pid=5343] ppid=5341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5343/stat : 5343 (npSolver-pbo-It) S 5341 5343 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272756222 9367552 274 33554432000 4194304 5064252 140733577515200 140733577514112 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5343/statm: 2287 274 233 213 0 72 0

[startup+0.0955841 s]
/proc/loadavg: 3.68 3.57 2.72 3/178 5343
/proc/meminfo: memFree=22630072/32873844 swapFree=7112/7112
[pid=5343] ppid=5341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5343/stat : 5343 (npSolver-pbo-It) S 5341 5343 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272756222 9367552 274 33554432000 4194304 5064252 140733577515200 140733577514112 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5343/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100311 s]
/proc/loadavg: 3.68 3.57 2.72 3/178 5343
/proc/meminfo: memFree=22630072/32873844 swapFree=7112/7112
[pid=5343] ppid=5341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5343/stat : 5343 (npSolver-pbo-It) S 5341 5343 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272756222 9367552 274 33554432000 4194304 5064252 140733577515200 140733577514112 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5343/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300241 s]
/proc/loadavg: 3.68 3.57 2.72 3/178 5343
/proc/meminfo: memFree=22630072/32873844 swapFree=7112/7112
[pid=5343] ppid=5341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5343/stat : 5343 (npSolver-pbo-It) S 5341 5343 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272756222 9367552 274 33554432000 4194304 5064252 140733577515200 140733577514112 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5343/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700316 s]
/proc/loadavg: 3.68 3.57 2.72 3/178 5343
/proc/meminfo: memFree=22630072/32873844 swapFree=7112/7112
[pid=5343] ppid=5341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5343/stat : 5343 (npSolver-pbo-It) S 5341 5343 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272756222 9367552 274 33554432000 4194304 5064252 140733577515200 140733577514112 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5343/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50025 s]
/proc/loadavg: 3.68 3.57 2.72 3/180 5345
/proc/meminfo: memFree=23156856/32873844 swapFree=7112/7112
[pid=5343] ppid=5341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5343/stat : 5343 (npSolver-pbo-It) S 5341 5343 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272756222 9367552 274 33554432000 4194304 5064252 140733577515200 140733577514112 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5343/statm: 2287 274 233 213 0 72 0
[pid=5344] ppid=5343 vsize=35200 CPUtime=1.49 cores=1,3,5,7
/proc/5344/stat : 5344 (npSolver-pbo) R 5343 5343 3390 0 -1 4202496 3012 0 0 0 148 1 0 0 20 0 1 0 272756222 36044800 6050 33554432000 4194304 5992684 140736403404368 140736403399784 4768534 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5344/statm: 8800 6050 146 440 0 8356 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44348

[startup+3.10037 s]
/proc/loadavg: 3.68 3.57 2.72 3/180 5345
/proc/meminfo: memFree=23140836/32873844 swapFree=7112/7112
[pid=5343] ppid=5341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5343/stat : 5343 (npSolver-pbo-It) S 5341 5343 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272756222 9367552 274 33554432000 4194304 5064252 140733577515200 140733577514112 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5343/statm: 2287 274 233 213 0 72 0
[pid=5344] ppid=5343 vsize=83460 CPUtime=3.09 cores=1,3,5,7
/proc/5344/stat : 5344 (npSolver-pbo) R 5343 5343 3390 0 -1 4202496 7381 0 0 0 306 3 0 0 20 0 1 0 272756222 85463040 17557 33554432000 4194304 5992684 140736403404368 140736403399512 4568012 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5344/statm: 20865 17557 157 440 0 20421 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 92608

[startup+6.30022 s]
/proc/loadavg: 3.55 3.55 2.72 3/180 5345
/proc/meminfo: memFree=22892280/32873844 swapFree=7112/7112
[pid=5343] ppid=5341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5343/stat : 5343 (npSolver-pbo-It) S 5341 5343 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272756222 9367552 274 33554432000 4194304 5064252 140733577515200 140733577514112 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5343/statm: 2287 274 233 213 0 72 0
[pid=5344] ppid=5343 vsize=396332 CPUtime=5.83 cores=1,3,5,7
/proc/5344/stat : 5344 (npSolver-pbo) S 5343 5343 3390 0 -1 4202496 38277 0 0 0 544 39 0 0 20 0 1 0 272756222 405843968 73808 33554432000 4194304 5992684 140736403404368 140736403398816 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/5344/statm: 99083 73808 164 440 0 98639 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 405480

[startup+12.7004 s]
/proc/loadavg: 3.42 3.52 2.71 3/182 5347
/proc/meminfo: memFree=21808596/32873844 swapFree=7112/7112
[pid=5343] ppid=5341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5343/stat : 5343 (npSolver-pbo-It) S 5341 5343 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272756222 9367552 274 33554432000 4194304 5064252 140733577515200 140733577514112 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5343/statm: 2287 274 233 213 0 72 0
[pid=5344] ppid=5343 vsize=396332 CPUtime=5.83 cores=1,3,5,7
/proc/5344/stat : 5344 (npSolver-pbo) S 5343 5343 3390 0 -1 4202496 38277 0 0 0 544 39 0 0 20 0 1 0 272756222 405843968 73808 33554432000 4194304 5992684 140736403404368 140736403398816 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/5344/statm: 99083 73808 164 440 0 98639 0
[pid=5346] ppid=5344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5346/stat : 5346 (cp2_pre.sh) S 5344 5343 3390 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 272756816 9367552 277 33554432000 4194304 5064252 140734583972304 140734583971008 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5346/statm: 2287 277 234 213 0 72 0
[pid=5347] ppid=5346 vsize=1024596 CPUtime=6.74 cores=1,3,5,7
/proc/5347/stat : 5347 (coprocessor) R 5346 5343 3390 0 -1 4202496 90416 0 0 0 646 28 0 0 20 0 1 0 272756817 1049186304 224958 33554432000 4194304 6586260 140735703723952 140735703719768 4498512 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/5347/statm: 256149 224958 168 584 0 255561 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 1439224

[startup+25.5004 s]
/proc/loadavg: 3.24 3.48 2.71 3/182 5347
/proc/meminfo: memFree=21814776/32873844 swapFree=7112/7112
[pid=5343] ppid=5341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5343/stat : 5343 (npSolver-pbo-It) S 5341 5343 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272756222 9367552 274 33554432000 4194304 5064252 140733577515200 140733577514112 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5343/statm: 2287 274 233 213 0 72 0
[pid=5344] ppid=5343 vsize=396332 CPUtime=5.83 cores=1,3,5,7
/proc/5344/stat : 5344 (npSolver-pbo) S 5343 5343 3390 0 -1 4202496 38277 0 0 0 544 39 0 0 20 0 1 0 272756222 405843968 73808 33554432000 4194304 5992684 140736403404368 140736403398816 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/5344/statm: 99083 73808 164 440 0 98639 0
[pid=5346] ppid=5344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5346/stat : 5346 (cp2_pre.sh) S 5344 5343 3390 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 272756816 9367552 277 33554432000 4194304 5064252 140734583972304 140734583971008 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5346/statm: 2287 277 234 213 0 72 0
[pid=5347] ppid=5346 vsize=1026132 CPUtime=19.53 cores=1,3,5,7
/proc/5347/stat : 5347 (coprocessor) R 5346 5343 3390 0 -1 4202496 90739 0 0 0 1924 29 0 0 20 0 1 0 272756817 1050759168 225281 33554432000 4194304 6586260 140735703723952 140735703719768 4498526 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/5347/statm: 256533 225281 168 584 0 255945 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 1440760

[startup+51.1068 s]
/proc/loadavg: 2.82 3.36 2.69 3/182 5347
/proc/meminfo: memFree=21702208/32873844 swapFree=7112/7112
[pid=5343] ppid=5341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5343/stat : 5343 (npSolver-pbo-It) S 5341 5343 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272756222 9367552 274 33554432000 4194304 5064252 140733577515200 140733577514112 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5343/statm: 2287 274 233 213 0 72 0
[pid=5344] ppid=5343 vsize=396332 CPUtime=5.83 cores=1,3,5,7
/proc/5344/stat : 5344 (npSolver-pbo) S 5343 5343 3390 0 -1 4202496 38277 0 0 0 544 39 0 0 20 0 1 0 272756222 405843968 73808 33554432000 4194304 5992684 140736403404368 140736403398816 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/5344/statm: 99083 73808 164 440 0 98639 0
[pid=5346] ppid=5344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5346/stat : 5346 (cp2_pre.sh) S 5344 5343 3390 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 272756816 9367552 277 33554432000 4194304 5064252 140734583972304 140734583971008 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5346/statm: 2287 277 234 213 0 72 0
[pid=5347] ppid=5346 vsize=1058648 CPUtime=45.13 cores=1,3,5,7
/proc/5347/stat : 5347 (coprocessor) R 5346 5343 3390 0 -1 4202496 93442 0 0 0 4481 32 0 0 20 0 1 0 272756817 1084055552 253534 33554432000 4194304 6586260 140735703723952 140735703719976 4758304 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/5347/statm: 264662 253534 180 584 0 264074 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 1473276

[startup+102.3 s]
/proc/loadavg: 2.35 3.15 2.65 3/180 5349
/proc/meminfo: memFree=22165092/32873844 swapFree=7112/7112
[pid=5343] ppid=5341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5343/stat : 5343 (npSolver-pbo-It) S 5341 5343 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272756222 9367552 274 33554432000 4194304 5064252 140733577515200 140733577514112 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5343/statm: 2287 274 233 213 0 72 0
[pid=5344] ppid=5343 vsize=396332 CPUtime=71.41 cores=1,3,5,7
/proc/5344/stat : 5344 (npSolver-pbo) S 5343 5343 3390 0 -1 4202496 38293 119838 0 0 544 39 6486 72 20 0 1 0 272756222 405843968 73811 33554432000 4194304 5992684 140736403404368 140736403390632 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 10 0 0
/proc/5344/statm: 99083 73811 166 440 0 98639 0
[pid=5349] ppid=5344 vsize=707532 CPUtime=30.58 cores=1,3,5,7
/proc/5349/stat : 5349 (glucosInc) R 5344 5343 3390 0 -1 4202496 88240 0 0 0 3034 24 0 0 20 0 1 0 272763393 724512768 143363 33554432000 4194304 5654031 140737015303360 140737015301144 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5349/statm: 176883 143363 140 357 0 176523 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 1113012

[startup+162.3 s]
/proc/loadavg: 2.35 2.98 2.63 3/184 5394
/proc/meminfo: memFree=27561348/32873844 swapFree=7112/7112
[pid=5343] ppid=5341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5343/stat : 5343 (npSolver-pbo-It) S 5341 5343 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272756222 9367552 274 33554432000 4194304 5064252 140733577515200 140733577514112 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5343/statm: 2287 274 233 213 0 72 0
[pid=5344] ppid=5343 vsize=444748 CPUtime=80.56 cores=1,3,5,7
/proc/5344/stat : 5344 (npSolver-pbo) S 5343 5343 3390 0 -1 4202496 41854 120354 0 0 713 761 6486 96 20 0 1 0 272756222 455421952 85923 33554432000 4194304 5992684 140736403404368 140736403396656 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 22 0 0
/proc/5344/statm: 111187 85923 189 440 0 110743 0
[pid=5349] ppid=5344 vsize=723664 CPUtime=41.74 cores=1,3,5,7
/proc/5349/stat : 5349 (glucosInc) S 5344 5343 3390 0 -1 4202496 92949 0 0 0 4149 25 0 0 20 0 1 0 272763393 741031936 148583 33554432000 4194304 5654031 140737015303360 140737015301672 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5349/statm: 180916 148583 146 357 0 180556 0
[pid=5351] ppid=5344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5351/stat : 5351 (satsolver.sh) S 5344 5343 3390 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272768494 9367552 267 33554432000 4194304 5064252 140735716896416 140735716895328 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5351/statm: 2287 267 226 213 0 72 0
[pid=5352] ppid=5351 vsize=708992 CPUtime=39.55 cores=1,3,5,7
/proc/5352/stat : 5352 (glucose) R 5351 5343 3390 0 -1 4202496 89083 0 0 0 3932 23 0 0 20 0 1 0 272768495 726007808 142496 33554432000 4194304 5208918 140736644376704 140736644374552 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5352/statm: 177248 142496 94 248 0 176997 0
Current children cumulated CPU time (s) 161.85
Current children cumulated vsize (KiB) 1895700

[startup+222.3 s]
/proc/loadavg: 2.67 2.97 2.64 3/186 5506
/proc/meminfo: memFree=29782284/32873844 swapFree=7112/7112
[pid=5343] ppid=5341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5343/stat : 5343 (npSolver-pbo-It) S 5341 5343 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272756222 9367552 274 33554432000 4194304 5064252 140733577515200 140733577514112 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5343/statm: 2287 274 233 213 0 72 0
[pid=5344] ppid=5343 vsize=444748 CPUtime=80.56 cores=1,3,5,7
/proc/5344/stat : 5344 (npSolver-pbo) S 5343 5343 3390 0 -1 4202496 41854 120354 0 0 713 761 6486 96 20 0 1 0 272756222 455421952 85923 33554432000 4194304 5992684 140736403404368 140736403396656 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 22 0 0
/proc/5344/statm: 111187 85923 189 440 0 110743 0
[pid=5349] ppid=5344 vsize=723664 CPUtime=41.74 cores=1,3,5,7

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

/proc/meminfo: memFree=30369984/32873844 swapFree=7112/7112
[pid=5343] ppid=5341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5343/stat : 5343 (npSolver-pbo-It) S 5341 5343 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272756222 9367552 274 33554432000 4194304 5064252 140733577515200 140733577514112 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5343/statm: 2287 274 233 213 0 72 0
[pid=5344] ppid=5343 vsize=440284 CPUtime=1071.16 cores=1,3,5,7
/proc/5344/stat : 5344 (npSolver-pbo) S 5343 5343 3390 0 -1 4202496 60393 311705 0 0 816 774 105322 204 20 0 1 0 272756222 450850816 84830 33554432000 4194304 5992684 140736403404368 140736403390200 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 22 0 0
/proc/5344/statm: 110071 84830 192 440 0 109627 0
[pid=6732] ppid=5344 vsize=656384 CPUtime=290.6 cores=1,3,5,7
/proc/6732/stat : 6732 (glucosInc) R 5344 5343 3390 0 -1 4202496 95794 0 0 0 29027 33 0 0 20 0 1 0 272863285 672137216 146009 33554432000 4194304 5654031 140736074227136 140736074214952 4232752 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6732/statm: 164096 146009 152 357 0 163736 0
Current children cumulated CPU time (s) 1361.76
Current children cumulated vsize (KiB) 1105816

[startup+1422.3 s]
/proc/loadavg: 2.06 2.03 2.16 3/182 7231
/proc/meminfo: memFree=30367720/32873844 swapFree=7112/7112
[pid=5343] ppid=5341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5343/stat : 5343 (npSolver-pbo-It) S 5341 5343 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272756222 9367552 274 33554432000 4194304 5064252 140733577515200 140733577514112 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5343/statm: 2287 274 233 213 0 72 0
[pid=5344] ppid=5343 vsize=440260 CPUtime=1071.34 cores=1,3,5,7
/proc/5344/stat : 5344 (npSolver-pbo) S 5343 5343 3390 0 -1 4202496 62841 311705 0 0 832 776 105322 204 20 0 1 0 272756222 450826240 84824 33554432000 4194304 5992684 140736403404368 140736403390200 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 22 0 0
/proc/5344/statm: 110065 84824 192 440 0 109621 0
[pid=6732] ppid=5344 vsize=656524 CPUtime=350.43 cores=1,3,5,7
/proc/6732/stat : 6732 (glucosInc) R 5344 5343 3390 0 -1 4202496 95800 0 0 0 35010 33 0 0 20 0 1 0 272863285 672280576 146526 33554432000 4194304 5654031 140736074227136 140736074214952 4232786 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6732/statm: 164131 146526 152 357 0 163771 0
Current children cumulated CPU time (s) 1421.77
Current children cumulated vsize (KiB) 1105932

[startup+1482.3 s]
/proc/loadavg: 2.22 2.08 2.17 3/183 7323
/proc/meminfo: memFree=30369448/32873844 swapFree=7112/7112
[pid=5343] ppid=5341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5343/stat : 5343 (npSolver-pbo-It) S 5341 5343 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272756222 9367552 274 33554432000 4194304 5064252 140733577515200 140733577514112 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5343/statm: 2287 274 233 213 0 72 0
[pid=5344] ppid=5343 vsize=440260 CPUtime=1071.34 cores=1,3,5,7
/proc/5344/stat : 5344 (npSolver-pbo) S 5343 5343 3390 0 -1 4202496 62841 311705 0 0 832 776 105322 204 20 0 1 0 272756222 450826240 84824 33554432000 4194304 5992684 140736403404368 140736403390200 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 22 0 0
/proc/5344/statm: 110065 84824 192 440 0 109621 0
[pid=6732] ppid=5344 vsize=656524 CPUtime=410.42 cores=1,3,5,7
/proc/6732/stat : 6732 (glucosInc) R 5344 5343 3390 0 -1 4202496 95801 0 0 0 41009 33 0 0 20 0 1 0 272863285 672280576 147038 33554432000 4194304 5654031 140736074227136 140736074214952 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6732/statm: 164131 147038 152 357 0 163771 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 1105932

[startup+1542.3 s]
/proc/loadavg: 2.21 2.10 2.17 3/184 7410
/proc/meminfo: memFree=30368168/32873844 swapFree=7112/7112
[pid=5343] ppid=5341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5343/stat : 5343 (npSolver-pbo-It) S 5341 5343 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272756222 9367552 274 33554432000 4194304 5064252 140733577515200 140733577514112 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5343/statm: 2287 274 233 213 0 72 0
[pid=5344] ppid=5343 vsize=440240 CPUtime=1071.53 cores=1,3,5,7
/proc/5344/stat : 5344 (npSolver-pbo) S 5343 5343 3390 0 -1 4202496 65294 311705 0 0 850 777 105322 204 20 0 1 0 272756222 450805760 84819 33554432000 4194304 5992684 140736403404368 140736403390200 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 22 0 0
/proc/5344/statm: 110060 84819 192 440 0 109616 0
[pid=6732] ppid=5344 vsize=656524 CPUtime=470.26 cores=1,3,5,7
/proc/6732/stat : 6732 (glucosInc) R 5344 5343 3390 0 -1 4202496 95801 0 0 0 46993 33 0 0 20 0 1 0 272863285 672280576 147038 33554432000 4194304 5654031 140736074227136 140736074214952 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6732/statm: 164131 147038 152 357 0 163771 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 1105912

[startup+1602.3 s]
/proc/loadavg: 2.14 2.09 2.16 3/183 7494
/proc/meminfo: memFree=30364268/32873844 swapFree=7112/7112
[pid=5343] ppid=5341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5343/stat : 5343 (npSolver-pbo-It) S 5341 5343 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272756222 9367552 274 33554432000 4194304 5064252 140733577515200 140733577514112 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5343/statm: 2287 274 233 213 0 72 0
[pid=5344] ppid=5343 vsize=440240 CPUtime=1071.53 cores=1,3,5,7
/proc/5344/stat : 5344 (npSolver-pbo) S 5343 5343 3390 0 -1 4202496 65294 311705 0 0 850 777 105322 204 20 0 1 0 272756222 450805760 84819 33554432000 4194304 5992684 140736403404368 140736403390200 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 22 0 0
/proc/5344/statm: 110060 84819 192 440 0 109616 0
[pid=6732] ppid=5344 vsize=656524 CPUtime=530.25 cores=1,3,5,7
/proc/6732/stat : 6732 (glucosInc) R 5344 5343 3390 0 -1 4202496 95802 0 0 0 52992 33 0 0 20 0 1 0 272863285 672280576 147550 33554432000 4194304 5654031 140736074227136 140736074214952 4232939 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6732/statm: 164131 147550 152 357 0 163771 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 1105912

[startup+1662.3 s]
/proc/loadavg: 2.11 2.09 2.16 3/183 7578
/proc/meminfo: memFree=30363524/32873844 swapFree=7112/7112
[pid=5343] ppid=5341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5343/stat : 5343 (npSolver-pbo-It) S 5341 5343 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272756222 9367552 274 33554432000 4194304 5064252 140733577515200 140733577514112 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5343/statm: 2287 274 233 213 0 72 0
[pid=5344] ppid=5343 vsize=440240 CPUtime=1071.53 cores=1,3,5,7
/proc/5344/stat : 5344 (npSolver-pbo) S 5343 5343 3390 0 -1 4202496 65294 311705 0 0 850 777 105322 204 20 0 1 0 272756222 450805760 84819 33554432000 4194304 5992684 140736403404368 140736403390200 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 22 0 0
/proc/5344/statm: 110060 84819 192 440 0 109616 0
[pid=6732] ppid=5344 vsize=656524 CPUtime=590.25 cores=1,3,5,7
/proc/6732/stat : 6732 (glucosInc) R 5344 5343 3390 0 -1 4202496 95802 0 0 0 58991 34 0 0 20 0 1 0 272863285 672280576 147550 33554432000 4194304 5654031 140736074227136 140736074214952 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6732/statm: 164131 147550 152 357 0 163771 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 1105912

[startup+1722.3 s]
/proc/loadavg: 2.16 2.10 2.16 3/183 7662
/proc/meminfo: memFree=30360484/32873844 swapFree=7112/7112
[pid=5343] ppid=5341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5343/stat : 5343 (npSolver-pbo-It) S 5341 5343 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272756222 9367552 274 33554432000 4194304 5064252 140733577515200 140733577514112 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5343/statm: 2287 274 233 213 0 72 0
[pid=5344] ppid=5343 vsize=440240 CPUtime=1071.53 cores=1,3,5,7
/proc/5344/stat : 5344 (npSolver-pbo) S 5343 5343 3390 0 -1 4202496 65294 311705 0 0 850 777 105322 204 20 0 1 0 272756222 450805760 84819 33554432000 4194304 5992684 140736403404368 140736403390200 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 22 0 0
/proc/5344/statm: 110060 84819 192 440 0 109616 0
[pid=6732] ppid=5344 vsize=656524 CPUtime=650.24 cores=1,3,5,7
/proc/6732/stat : 6732 (glucosInc) R 5344 5343 3390 0 -1 4202496 95803 0 0 0 64990 34 0 0 20 0 1 0 272863285 672280576 148062 33554432000 4194304 5654031 140736074227136 140736074214952 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6732/statm: 164131 148062 152 357 0 163771 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 1105912

[startup+1782.3 s]
/proc/loadavg: 2.17 2.12 2.16 3/183 7747
/proc/meminfo: memFree=30358372/32873844 swapFree=7112/7112
[pid=5343] ppid=5341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5343/stat : 5343 (npSolver-pbo-It) S 5341 5343 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272756222 9367552 274 33554432000 4194304 5064252 140733577515200 140733577514112 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5343/statm: 2287 274 233 213 0 72 0
[pid=5344] ppid=5343 vsize=440240 CPUtime=1071.53 cores=1,3,5,7
/proc/5344/stat : 5344 (npSolver-pbo) S 5343 5343 3390 0 -1 4202496 65294 311705 0 0 850 777 105322 204 20 0 1 0 272756222 450805760 84819 33554432000 4194304 5992684 140736403404368 140736403390200 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 22 0 0
/proc/5344/statm: 110060 84819 192 440 0 109616 0
[pid=6732] ppid=5344 vsize=656524 CPUtime=710.22 cores=1,3,5,7
/proc/6732/stat : 6732 (glucosInc) R 5344 5343 3390 0 -1 4202496 95805 0 0 0 70988 34 0 0 20 0 1 0 272863285 672280576 148574 33554432000 4194304 5654031 140736074227136 140736074214952 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6732/statm: 164131 148574 152 357 0 163771 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 1105912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.12 2.11 2.16 3/183 7775
/proc/meminfo: memFree=30358496/32873844 swapFree=7112/7112
[pid=5343] ppid=5341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5343/stat : 5343 (npSolver-pbo-It) S 5341 5343 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272756222 9367552 274 33554432000 4194304 5064252 140733577515200 140733577514112 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5343/statm: 2287 274 233 213 0 72 0
[pid=5344] ppid=5343 vsize=440240 CPUtime=1071.53 cores=1,3,5,7
/proc/5344/stat : 5344 (npSolver-pbo) S 5343 5343 3390 0 -1 4202496 65294 311705 0 0 850 777 105322 204 20 0 1 0 272756222 450805760 84819 33554432000 4194304 5992684 140736403404368 140736403390200 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 22 0 0
/proc/5344/statm: 110060 84819 192 440 0 109616 0
[pid=6732] ppid=5344 vsize=656524 CPUtime=728.53 cores=1,3,5,7
/proc/6732/stat : 6732 (glucosInc) R 5344 5343 3390 0 -1 4202496 95805 0 0 0 72819 34 0 0 20 0 1 0 272863285 672280576 148574 33554432000 4194304 5654031 140736074227136 140736074214952 4232715 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6732/statm: 164131 148574 152 357 0 163771 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1105912

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.6 s]
/proc/loadavg: 2.12 2.11 2.16 3/183 7775
/proc/meminfo: memFree=30358496/32873844 swapFree=7112/7112
[pid=5343] ppid=5341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5343/stat : 5343 (npSolver-pbo-It) S 5341 5343 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272756222 9367552 274 33554432000 4194304 5064252 140733577515200 140733577514112 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5343/statm: 2287 274 233 213 0 72 0
[pid=5344] ppid=5343 vsize=440240 CPUtime=1071.53 cores=1,3,5,7
/proc/5344/stat : 5344 (npSolver-pbo) S 5343 5343 3390 0 -1 4202496 65294 311705 0 0 850 777 105322 204 20 0 1 0 272756222 450805760 84819 33554432000 4194304 5992684 140736403404368 140736403390200 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 22 0 0
/proc/5344/statm: 110060 84819 192 440 0 109616 0
[pid=6732] ppid=5344 vsize=656524 CPUtime=728.53 cores=1,3,5,7
/proc/6732/stat : 6732 (glucosInc) R 5344 5343 3390 0 -1 4202496 95805 0 0 0 72819 34 0 0 20 0 1 0 272863285 672280576 148574 33554432000 4194304 5654031 140736074227136 140736074214952 4232715 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6732/statm: 164131 148574 152 357 0 163771 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1105912

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5343 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.62
CPU time (s): 1800.06
CPU user time (s): 1789.91
CPU system time (s): 10.15
CPU usage (%): 99.9691
Max. virtual memory (cumulated for all children) (KiB): 2048732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 357
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 7.27089 second user time and 8.73467 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-26 23:05:05
IDJOB=3702914
IDBENCH=2641
IDSOLVER=2278
FILE ID=node119/3702914-1338066305
RUNJOBID= node119-1338050630-3407
PBS_JOBID= 14624379
Free space on /tmp= 71548 MiB

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

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

MD5SUM BENCH= 824c01e4395cf59ee9d4081be7b21301
RANDOM SEED=1823115022

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
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:        22631088 kB
Buffers:          208836 kB
Cached:           815244 kB
SwapCached:         1360 kB
Active:          6955716 kB
Inactive:        2473644 kB
Active(anon):    6467744 kB
Inactive(anon):  1939544 kB
Active(file):     487972 kB
Inactive(file):   534100 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67098564 kB
Dirty:             10304 kB
Writeback:             0 kB
AnonPages:       8411320 kB
Mapped:            11488 kB
Shmem:                 8 kB
Slab:             656672 kB
SReclaimable:      97808 kB
SUnreclaim:       558864 kB
KernelStack:        1464 kB
PageTables:        20140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    8526612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8396800 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= 71284 MiB
End job on node119 at 2012-05-26 23:35:08