Trace number 3702946

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.13 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-max1024.r.opb
MD5SUM87c08328e44aaf86c5913a3ba08592cd
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark245
Best CPU time to get the best result obtained on this benchmark1.64375
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 245
Optimality of the best value was proved YES
Number of variables1264
Total number of constraints1090
Number of constraints which are clauses1090
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 1264
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1264
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1264
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.02	c run inc solver
0.00/0.02	c [INC SYSTEM] run initial solver
0.00/0.02	c [INC SYSTEM] preprocess with white file
0.00/0.07	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.07	c [INC SYSTEM] execute solver
0.00/0.07	c [INC SEARCH] formula is SAT
0.00/0.07	c [INC SYSTEM] solved the initial formula
0.00/0.08	c model valid
0.00/0.08	c current solution ok
0.00/0.09	o 345
0.00/0.09	c starting approximation
0.00/0.09	c factor = 1
0.00/0.09	c can not find a suitable factor, leaving approximation
0.00/0.09	c finished approximation
0.00/0.09	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.09	c write failed with 2
0.00/0.09	c [INC SEARCH] iteration: 0
0.00/0.09	c [INC BOUNDS] best value:345 search for 344
0.00/0.09	c [INC SYSTEM] create new solver instance
0.00/0.09	c [INC] encode full formula
0.00/0.09	c (debug) using card networks
0.00/0.12	c set iterative enc to: card
0.00/0.12	c set iterative enc to: none
0.00/0.13	c [INC SEARCH] isOptimum variable: 0
0.00/0.37	c formula is SAT
0.00/0.37	c [INC SEARCH] copied best model
0.00/0.37	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.38	c model valid
0.00/0.38	c current solution ok
0.00/0.38	o 314
0.00/0.38	c [INC SEARCH] iteration: 1
0.00/0.38	c [INC BOUNDS] best value:314 search for 313
0.00/0.38	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.38	c write failed with 2
0.00/0.38	c [INC SYSTEM] create new solver instance
0.00/0.38	c [INC] encode full formula
0.00/0.38	c (debug) using card networks
0.00/0.41	c set iterative enc to: card
0.00/0.41	c set iterative enc to: none
0.00/0.42	c [INC SEARCH] isOptimum variable: 0
1.27/1.31	c formula is SAT
1.27/1.31	c [INC SEARCH] copied best model
1.27/1.31	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1.27/1.31	c model valid
1.27/1.31	c current solution ok
1.27/1.31	o 309
1.27/1.31	c [INC SEARCH] iteration: 2
1.27/1.31	c [INC BOUNDS] best value:309 search for 308
1.27/1.31	c [INC SYSTEM] there exists a inc, kill it!
1.27/1.31	c write failed with 2
1.27/1.32	c [INC SYSTEM] create new solver instance
1.27/1.32	c [INC] encode full formula
1.27/1.32	c (debug) using card networks
1.27/1.35	c set iterative enc to: card
1.27/1.35	c set iterative enc to: none
1.27/1.36	c [INC SEARCH] isOptimum variable: 0
2.06/2.12	c formula is SAT
2.06/2.12	c [INC SEARCH] copied best model
2.06/2.12	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
2.06/2.12	c model valid
2.06/2.12	c current solution ok
2.06/2.12	o 299
2.06/2.12	c [INC SEARCH] iteration: 3
2.06/2.12	c [INC BOUNDS] best value:299 search for 298
2.06/2.12	c [INC SYSTEM] there exists a inc, kill it!
2.06/2.12	c write failed with 2
2.06/2.12	c [INC SYSTEM] create new solver instance
2.06/2.12	c [INC] encode full formula
2.06/2.12	c (debug) using card networks
2.06/2.16	c set iterative enc to: card
2.06/2.16	c set iterative enc to: none
2.06/2.16	c [INC SEARCH] isOptimum variable: 0
6.35/6.48	c formula is SAT
6.35/6.49	c [INC SEARCH] copied best model
6.35/6.49	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
6.35/6.49	c model valid
6.35/6.49	c current solution ok
6.35/6.49	o 293
6.35/6.49	c [INC SEARCH] iteration: 4
6.35/6.49	c [INC BOUNDS] best value:293 search for 292
6.35/6.49	c [INC SYSTEM] there exists a inc, kill it!
6.35/6.49	c write failed with 2
6.35/6.49	c [INC SYSTEM] create new solver instance
6.35/6.49	c [INC] encode full formula
6.35/6.49	c (debug) using card networks
6.47/6.52	c set iterative enc to: card
6.47/6.52	c set iterative enc to: none
6.47/6.53	c [INC SEARCH] isOptimum variable: 0
13.24/13.38	c formula is SAT
13.24/13.38	c [INC SEARCH] copied best model
13.24/13.38	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
13.24/13.39	c model valid
13.24/13.39	c current solution ok
13.24/13.39	o 289
13.24/13.39	c [INC SEARCH] iteration: 5
13.24/13.39	c [INC BOUNDS] best value:289 search for 288
13.24/13.39	c [INC SYSTEM] there exists a inc, kill it!
13.24/13.39	c write failed with 2
13.24/13.39	c [INC SYSTEM] create new solver instance
13.24/13.39	c [INC] encode full formula
13.24/13.39	c (debug) using card networks
13.35/13.43	c set iterative enc to: card
13.35/13.43	c set iterative enc to: none
13.35/13.44	c [INC SEARCH] isOptimum variable: 0
18.04/18.15	c formula is SAT
18.04/18.15	c [INC SEARCH] copied best model
18.04/18.15	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
18.04/18.16	c model valid
18.04/18.16	c current solution ok
18.04/18.16	o 283
18.04/18.16	c [INC SEARCH] iteration: 6
18.04/18.16	c [INC BOUNDS] best value:283 search for 282
18.04/18.16	c [INC SYSTEM] there exists a inc, kill it!
18.04/18.16	c write failed with 2
18.04/18.16	c [INC SYSTEM] create new solver instance
18.04/18.16	c [INC] encode full formula
18.04/18.16	c (debug) using card networks
18.15/18.20	c set iterative enc to: card
18.15/18.20	c set iterative enc to: none
18.15/18.21	c [INC SEARCH] isOptimum variable: 0
124.80/124.95	c formula is SAT
124.80/124.95	c [INC SEARCH] copied best model
124.80/124.95	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
124.80/124.95	c model valid
124.80/124.95	c current solution ok
124.80/124.95	o 277
124.80/124.95	c [INC SEARCH] iteration: 7
124.80/124.95	c [INC BOUNDS] best value:277 search for 276
124.80/124.95	c [INC SYSTEM] there exists a inc, kill it!
124.80/124.95	c write failed with 2
124.80/124.95	c [INC SYSTEM] create new solver instance
124.80/124.95	c [INC] encode full formula
124.80/124.95	c (debug) using card networks
124.80/124.99	c set iterative enc to: card
124.80/124.99	c set iterative enc to: none
124.80/124.99	c [INC SEARCH] isOptimum variable: 0
579.52/579.74	c formula is SAT
579.52/579.74	c [INC SEARCH] copied best model
579.52/579.74	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
579.52/579.74	c model valid
579.52/579.74	c current solution ok
579.52/579.74	o 274
579.52/579.74	c [INC SEARCH] iteration: 8
579.52/579.74	c [INC BOUNDS] best value:274 search for 273
579.52/579.74	c [INC SYSTEM] there exists a inc, kill it!
579.52/579.74	c write failed with 2
579.52/579.74	c [INC SYSTEM] create new solver instance
579.52/579.74	c [INC] encode full formula
579.52/579.74	c (debug) using card networks
579.52/579.78	c set iterative enc to: card
579.52/579.78	c set iterative enc to: none
579.52/579.79	c [INC SEARCH] isOptimum variable: 0
1800.10/1800.50	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.10/1800.50	s UNKNOWN
1800.10/1800.50	c [INC SYSTEM] there exists a inc, kill it!
1800.10/1800.50	c write failed with -1

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

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

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


[startup+0 s]
/proc/loadavg: 1.13 1.08 1.27 3/180 3617
/proc/meminfo: memFree=31374424/32873844 swapFree=7624/7624
[pid=3617] ppid=3615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3617/stat : 3617 (npSolver-pbo-It) S 3615 3617 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273004751 9367552 274 33554432000 4194304 5064252 140736833986944 140736833985856 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3617/statm: 2287 274 233 213 0 72 0

[startup+0.033417 s]
/proc/loadavg: 1.13 1.08 1.27 3/180 3617
/proc/meminfo: memFree=31374424/32873844 swapFree=7624/7624
[pid=3617] ppid=3615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3617/stat : 3617 (npSolver-pbo-It) S 3615 3617 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273004751 9367552 274 33554432000 4194304 5064252 140736833986944 140736833985856 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3617/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100367 s]
/proc/loadavg: 1.13 1.08 1.27 3/180 3617
/proc/meminfo: memFree=31374424/32873844 swapFree=7624/7624
[pid=3617] ppid=3615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3617/stat : 3617 (npSolver-pbo-It) S 3615 3617 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273004751 9367552 274 33554432000 4194304 5064252 140736833986944 140736833985856 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3617/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300165 s]
/proc/loadavg: 1.13 1.08 1.27 3/180 3617
/proc/meminfo: memFree=31374424/32873844 swapFree=7624/7624
[pid=3617] ppid=3615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3617/stat : 3617 (npSolver-pbo-It) S 3615 3617 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273004751 9367552 274 33554432000 4194304 5064252 140736833986944 140736833985856 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3617/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700153 s]
/proc/loadavg: 1.13 1.08 1.27 3/180 3617
/proc/meminfo: memFree=31374424/32873844 swapFree=7624/7624
[pid=3617] ppid=3615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3617/stat : 3617 (npSolver-pbo-It) S 3615 3617 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273004751 9367552 274 33554432000 4194304 5064252 140736833986944 140736833985856 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3617/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: 1.13 1.08 1.27 3/182 3858
/proc/meminfo: memFree=31350712/32873844 swapFree=7624/7624
[pid=3617] ppid=3615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3617/stat : 3617 (npSolver-pbo-It) S 3615 3617 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273004751 9367552 274 33554432000 4194304 5064252 140736833986944 140736833985856 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3617/statm: 2287 274 233 213 0 72 0
[pid=3618] ppid=3617 vsize=4748 CPUtime=1.33 cores=0,2,4,6
/proc/3618/stat : 3618 (npSolver-pbo) S 3617 3617 10128 0 -1 4202496 5751 15354 0 0 13 2 115 3 20 0 1 0 273004751 4861952 844 33554432000 4194304 5992684 140733805192400 140733805178232 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/3618/statm: 1187 844 194 440 0 743 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 13896

[startup+3.10022 s]
/proc/loadavg: 1.13 1.08 1.27 3/182 4112
/proc/meminfo: memFree=31349704/32873844 swapFree=7624/7624
[pid=3617] ppid=3615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3617/stat : 3617 (npSolver-pbo-It) S 3615 3617 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273004751 9367552 274 33554432000 4194304 5064252 140736833986944 140736833985856 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3617/statm: 2287 274 233 213 0 72 0
[pid=3618] ppid=3617 vsize=4748 CPUtime=2.14 cores=0,2,4,6
/proc/3618/stat : 3618 (npSolver-pbo) S 3617 3617 10128 0 -1 4202496 7504 20984 0 0 18 3 189 4 20 0 1 0 273004751 4861952 844 33554432000 4194304 5992684 140733805192400 140733805178232 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/3618/statm: 1187 844 194 440 0 743 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 13896
heavy processes:

[startup+6.30042 s]
/proc/loadavg: 1.12 1.08 1.27 3/183 4864
/proc/meminfo: memFree=31348704/32873844 swapFree=7624/7624
[pid=3617] ppid=3615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3617/stat : 3617 (npSolver-pbo-It) S 3615 3617 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273004751 9367552 274 33554432000 4194304 5064252 140736833986944 140736833985856 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3617/statm: 2287 274 233 213 0 72 0
[pid=3618] ppid=3617 vsize=4748 CPUtime=2.14 cores=0,2,4,6
/proc/3618/stat : 3618 (npSolver-pbo) S 3617 3617 10128 0 -1 4202496 7504 20984 0 0 18 3 189 4 20 0 1 0 273004751 4861952 844 33554432000 4194304 5992684 140733805192400 140733805178232 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/3618/statm: 1187 844 194 440 0 743 0
[pid=4129] ppid=3618 vsize=22944 CPUtime=4.11 cores=0,2,4,6
/proc/4129/stat : 4129 (glucosInc) R 3618 3617 10128 0 -1 4202496 7020 0 0 0 410 1 0 0 20 0 1 0 273004968 23494656 5114 33554432000 4194304 5654031 140737263990208 140737263978024 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4129/statm: 5736 5114 142 357 0 5376 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 36840

[startup+12.7005 s]
/proc/loadavg: 1.11 1.08 1.27 3/182 6351
/proc/meminfo: memFree=31342796/32873844 swapFree=7624/7624
[pid=3617] ppid=3615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3617/stat : 3617 (npSolver-pbo-It) S 3615 3617 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273004751 9367552 274 33554432000 4194304 5064252 140736833986944 140736833985856 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3617/statm: 2287 274 233 213 0 72 0
[pid=3618] ppid=3617 vsize=4748 CPUtime=6.5 cores=0,2,4,6
/proc/3618/stat : 3618 (npSolver-pbo) S 3617 3617 10128 0 -1 4202496 9257 28743 0 0 22 3 619 6 20 0 1 0 273004751 4861952 844 33554432000 4194304 5992684 140733805192400 140733805178232 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/3618/statm: 1187 844 194 440 0 743 0
[pid=5125] ppid=3618 vsize=30004 CPUtime=6.14 cores=0,2,4,6
/proc/5125/stat : 5125 (glucosInc) R 3618 3617 10128 0 -1 4202496 6903 0 0 0 613 1 0 0 20 0 1 0 273005404 30724096 6865 33554432000 4194304 5654031 140733652153168 140733652140984 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5125/statm: 7501 6865 142 357 0 7141 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 43900

[startup+25.5004 s]
/proc/loadavg: 1.02 1.06 1.26 3/183 9364
/proc/meminfo: memFree=31341740/32873844 swapFree=7624/7624
[pid=3617] ppid=3615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3617/stat : 3617 (npSolver-pbo-It) S 3615 3617 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273004751 9367552 274 33554432000 4194304 5064252 140736833986944 140736833985856 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3617/statm: 2287 274 233 213 0 72 0
[pid=3618] ppid=3617 vsize=4748 CPUtime=18.16 cores=0,2,4,6
/proc/3618/stat : 3618 (npSolver-pbo) S 3617 3617 10128 0 -1 4202496 12763 42920 0 0 32 5 1770 9 20 0 1 0 273004751 4861952 844 33554432000 4194304 5992684 140733805192400 140733805178232 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/3618/statm: 1187 844 194 440 0 743 0
[pid=7769] ppid=3618 vsize=30012 CPUtime=7.27 cores=0,2,4,6
/proc/7769/stat : 7769 (glucosInc) R 3618 3617 10128 0 -1 4202496 7483 0 0 0 726 1 0 0 20 0 1 0 273006572 30732288 6923 33554432000 4194304 5654031 140735100342256 140735100330072 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7769/statm: 7503 6923 142 357 0 7143 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 43908

[startup+51.1005 s]
/proc/loadavg: 1.08 1.07 1.25 3/183 15131
/proc/meminfo: memFree=31328768/32873844 swapFree=7624/7624
[pid=3617] ppid=3615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3617/stat : 3617 (npSolver-pbo-It) S 3615 3617 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273004751 9367552 274 33554432000 4194304 5064252 140736833986944 140736833985856 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3617/statm: 2287 274 233 213 0 72 0
[pid=3618] ppid=3617 vsize=4748 CPUtime=18.16 cores=0,2,4,6
/proc/3618/stat : 3618 (npSolver-pbo) S 3617 3617 10128 0 -1 4202496 12763 42920 0 0 32 5 1770 9 20 0 1 0 273004751 4861952 844 33554432000 4194304 5992684 140733805192400 140733805178232 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/3618/statm: 1187 844 194 440 0 743 0
[pid=7769] ppid=3618 vsize=49164 CPUtime=32.87 cores=0,2,4,6
/proc/7769/stat : 7769 (glucosInc) R 3618 3617 10128 0 -1 4202496 9712 0 0 0 3285 2 0 0 20 0 1 0 273006572 50343936 10363 33554432000 4194304 5654031 140735100342256 140735100330072 4216720 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7769/statm: 12291 10363 142 357 0 11931 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 63060

[startup+102.307 s]
/proc/loadavg: 1.11 1.07 1.25 3/183 26858
/proc/meminfo: memFree=31314844/32873844 swapFree=7624/7624
[pid=3617] ppid=3615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3617/stat : 3617 (npSolver-pbo-It) S 3615 3617 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273004751 9367552 274 33554432000 4194304 5064252 140736833986944 140736833985856 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3617/statm: 2287 274 233 213 0 72 0
[pid=3618] ppid=3617 vsize=4748 CPUtime=18.16 cores=0,2,4,6
/proc/3618/stat : 3618 (npSolver-pbo) S 3617 3617 10128 0 -1 4202496 12763 42920 0 0 32 5 1770 9 20 0 1 0 273004751 4861952 844 33554432000 4194304 5992684 140733805192400 140733805178232 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/3618/statm: 1187 844 194 440 0 743 0
[pid=7769] ppid=3618 vsize=56348 CPUtime=84.05 cores=0,2,4,6
/proc/7769/stat : 7769 (glucosInc) R 3618 3617 10128 0 -1 4202496 10551 0 0 0 8403 2 0 0 20 0 1 0 273006572 57700352 13548 33554432000 4194304 5654031 140735100342256 140735100330072 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7769/statm: 14087 13548 142 357 0 13727 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 70244

[startup+162.3 s]
/proc/loadavg: 1.13 1.08 1.24 3/183 7944
/proc/meminfo: memFree=31326760/32873844 swapFree=7624/7624
[pid=3617] ppid=3615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3617/stat : 3617 (npSolver-pbo-It) S 3615 3617 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273004751 9367552 274 33554432000 4194304 5064252 140736833986944 140736833985856 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3617/statm: 2287 274 233 213 0 72 0
[pid=3618] ppid=3617 vsize=4748 CPUtime=124.91 cores=0,2,4,6
/proc/3618/stat : 3618 (npSolver-pbo) S 3617 3617 10128 0 -1 4202496 14516 54487 0 0 35 6 12437 13 20 0 1 0 273004751 4861952 844 33554432000 4194304 5992684 140733805192400 140733805178232 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/3618/statm: 1187 844 194 440 0 743 0
[pid=32027] ppid=3618 vsize=41552 CPUtime=37.28 cores=0,2,4,6
/proc/32027/stat : 32027 (glucosInc) R 3618 3617 10128 0 -1 4202496 10324 0 0 0 3726 2 0 0 20 0 1 0 273017251 42549248 9698 33554432000 4194304 5654031 140735836990592 140735836978408 4232622 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32027/statm: 10388 9698 142 357 0 10028 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 55448

[startup+222.3 s]
/proc/loadavg: 1.05 1.07 1.22 3/182 21683
/proc/meminfo: memFree=31313568/32873844 swapFree=7624/7624
[pid=3617] ppid=3615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3617/stat : 3617 (npSolver-pbo-It) S 3615 3617 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273004751 9367552 274 33554432000 4194304 5064252 140736833986944 140736833985856 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3617/statm: 2287 274 233 213 0 72 0
[pid=3618] ppid=3617 vsize=4748 CPUtime=124.91 cores=0,2,4,6
/proc/3618/stat : 3618 (npSolver-pbo) S 3617 3617 10128 0 -1 4202496 14516 54487 0 0 35 6 12437 13 20 0 1 0 273004751 4861952 844 33554432000 4194304 5992684 140733805192400 140733805178232 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/3618/statm: 1187 844 194 440 0 743 0
[pid=32027] ppid=3618 vsize=68800 CPUtime=97.27 cores=0,2,4,6
/proc/32027/stat : 32027 (glucosInc) R 3618 3617 10128 0 -1 4202496 13386 0 0 0 9722 5 0 0 20 0 1 0 273017251 70451200 13794 33554432000 4194304 5654031 140735836990592 140735836978408 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32027/statm: 17200 13794 142 357 0 16840 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 82696

[startup+282.3 s]
/proc/loadavg: 1.08 1.07 1.21 3/183 2789
/proc/meminfo: memFree=31314464/32873844 swapFree=7624/7624
[pid=3617] ppid=3615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3617/stat : 3617 (npSolver-pbo-It) S 3615 3617 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273004751 9367552 274 33554432000 4194304 5064252 140736833986944 140736833985856 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3617/statm: 2287 274 233 213 0 72 0

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

/proc/meminfo: memFree=31127636/32873844 swapFree=7624/7624
[pid=3617] ppid=3615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3617/stat : 3617 (npSolver-pbo-It) S 3615 3617 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273004751 9367552 274 33554432000 4194304 5064252 140736833986944 140736833985856 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3617/statm: 2287 274 233 213 0 72 0
[pid=3618] ppid=3617 vsize=4748 CPUtime=579.62 cores=0,2,4,6
/proc/3618/stat : 3618 (npSolver-pbo) S 3617 3617 10128 0 -1 4202496 16269 75119 0 0 39 7 57887 29 20 0 1 0 273004751 4861952 844 33554432000 4194304 5992684 140733805192400 140733805178232 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/3618/statm: 1187 844 194 440 0 743 0
[pid=9290] ppid=3618 vsize=184592 CPUtime=722.36 cores=0,2,4,6
/proc/9290/stat : 9290 (glucosInc) R 3618 3617 10128 0 -1 4202496 19486 0 0 0 72215 21 0 0 20 0 1 0 273062730 189022208 42240 33554432000 4194304 5654031 140734598374240 140734598372328 4232859 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9290/statm: 46148 42240 142 357 0 45788 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 198488

[startup+1362.3 s]
/proc/loadavg: 2.00 1.95 1.67 3/181 9318
/proc/meminfo: memFree=31150896/32873844 swapFree=7624/7624
[pid=3617] ppid=3615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3617/stat : 3617 (npSolver-pbo-It) S 3615 3617 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273004751 9367552 274 33554432000 4194304 5064252 140736833986944 140736833985856 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3617/statm: 2287 274 233 213 0 72 0
[pid=3618] ppid=3617 vsize=4748 CPUtime=579.62 cores=0,2,4,6
/proc/3618/stat : 3618 (npSolver-pbo) S 3617 3617 10128 0 -1 4202496 16269 75119 0 0 39 7 57887 29 20 0 1 0 273004751 4861952 844 33554432000 4194304 5992684 140733805192400 140733805178232 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/3618/statm: 1187 844 194 440 0 743 0
[pid=9290] ppid=3618 vsize=153772 CPUtime=782.35 cores=0,2,4,6
/proc/9290/stat : 9290 (glucosInc) R 3618 3617 10128 0 -1 4202496 20541 0 0 0 78210 25 0 0 20 0 1 0 273062730 157462528 36541 33554432000 4194304 5654031 140734598374240 140734598372168 4232784 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9290/statm: 38443 36541 142 357 0 38083 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 167668

[startup+1422.31 s]
/proc/loadavg: 2.00 1.96 1.69 3/182 9321
/proc/meminfo: memFree=31127996/32873844 swapFree=7624/7624
[pid=3617] ppid=3615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3617/stat : 3617 (npSolver-pbo-It) S 3615 3617 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273004751 9367552 274 33554432000 4194304 5064252 140736833986944 140736833985856 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3617/statm: 2287 274 233 213 0 72 0
[pid=3618] ppid=3617 vsize=4748 CPUtime=579.62 cores=0,2,4,6
/proc/3618/stat : 3618 (npSolver-pbo) S 3617 3617 10128 0 -1 4202496 16269 75119 0 0 39 7 57887 29 20 0 1 0 273004751 4861952 844 33554432000 4194304 5992684 140733805192400 140733805178232 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/3618/statm: 1187 844 194 440 0 743 0
[pid=9290] ppid=3618 vsize=184592 CPUtime=842.34 cores=0,2,4,6
/proc/9290/stat : 9290 (glucosInc) R 3618 3617 10128 0 -1 4202496 21963 0 0 0 84207 27 0 0 20 0 1 0 273062730 189022208 41728 33554432000 4194304 5654031 140734598374240 140734598372328 4233201 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9290/statm: 46148 41728 142 357 0 45788 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 198488

[startup+1482.3 s]
/proc/loadavg: 2.00 1.96 1.70 3/181 9321
/proc/meminfo: memFree=31143620/32873844 swapFree=7624/7624
[pid=3617] ppid=3615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3617/stat : 3617 (npSolver-pbo-It) S 3615 3617 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273004751 9367552 274 33554432000 4194304 5064252 140736833986944 140736833985856 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3617/statm: 2287 274 233 213 0 72 0
[pid=3618] ppid=3617 vsize=4748 CPUtime=579.62 cores=0,2,4,6
/proc/3618/stat : 3618 (npSolver-pbo) S 3617 3617 10128 0 -1 4202496 16269 75119 0 0 39 7 57887 29 20 0 1 0 273004751 4861952 844 33554432000 4194304 5992684 140733805192400 140733805178232 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/3618/statm: 1187 844 194 440 0 743 0
[pid=9290] ppid=3618 vsize=157012 CPUtime=902.33 cores=0,2,4,6
/proc/9290/stat : 9290 (glucosInc) R 3618 3617 10128 0 -1 4202496 23321 0 0 0 90202 31 0 0 20 0 1 0 273062730 160780288 34791 33554432000 4194304 5654031 140734598374240 140734598372168 4215017 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9290/statm: 39253 34791 142 357 0 38893 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 170908

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.72 3/181 9321
/proc/meminfo: memFree=31105692/32873844 swapFree=7624/7624
[pid=3617] ppid=3615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3617/stat : 3617 (npSolver-pbo-It) S 3615 3617 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273004751 9367552 274 33554432000 4194304 5064252 140736833986944 140736833985856 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3617/statm: 2287 274 233 213 0 72 0
[pid=3618] ppid=3617 vsize=4748 CPUtime=579.62 cores=0,2,4,6
/proc/3618/stat : 3618 (npSolver-pbo) S 3617 3617 10128 0 -1 4202496 16269 75119 0 0 39 7 57887 29 20 0 1 0 273004751 4861952 844 33554432000 4194304 5992684 140733805192400 140733805178232 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/3618/statm: 1187 844 194 440 0 743 0
[pid=9290] ppid=3618 vsize=188472 CPUtime=962.32 cores=0,2,4,6
/proc/9290/stat : 9290 (glucosInc) R 3618 3617 10128 0 -1 4202496 25644 0 0 0 96198 34 0 0 20 0 1 0 273062730 192995328 42186 33554432000 4194304 5654031 140734598374240 140734598372328 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9290/statm: 47118 42186 142 357 0 46758 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 202368

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.74 3/181 9321
/proc/meminfo: memFree=31084136/32873844 swapFree=7624/7624
[pid=3617] ppid=3615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3617/stat : 3617 (npSolver-pbo-It) S 3615 3617 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273004751 9367552 274 33554432000 4194304 5064252 140736833986944 140736833985856 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3617/statm: 2287 274 233 213 0 72 0
[pid=3618] ppid=3617 vsize=4748 CPUtime=579.62 cores=0,2,4,6
/proc/3618/stat : 3618 (npSolver-pbo) S 3617 3617 10128 0 -1 4202496 16269 75119 0 0 39 7 57887 29 20 0 1 0 273004751 4861952 844 33554432000 4194304 5992684 140733805192400 140733805178232 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/3618/statm: 1187 844 194 440 0 743 0
[pid=9290] ppid=3618 vsize=239304 CPUtime=1022.3 cores=0,2,4,6
/proc/9290/stat : 9290 (glucosInc) R 3618 3617 10128 0 -1 4202496 28209 0 0 0 102193 37 0 0 20 0 1 0 273062730 245047296 47182 33554432000 4194304 5654031 140734598374240 140734598372328 4234964 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9290/statm: 59826 47182 142 357 0 59466 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 253200

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.75 3/180 9321
/proc/meminfo: memFree=31121364/32873844 swapFree=7624/7624
[pid=3617] ppid=3615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3617/stat : 3617 (npSolver-pbo-It) S 3615 3617 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273004751 9367552 274 33554432000 4194304 5064252 140736833986944 140736833985856 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3617/statm: 2287 274 233 213 0 72 0
[pid=3618] ppid=3617 vsize=4748 CPUtime=579.62 cores=0,2,4,6
/proc/3618/stat : 3618 (npSolver-pbo) S 3617 3617 10128 0 -1 4202496 16269 75119 0 0 39 7 57887 29 20 0 1 0 273004751 4861952 844 33554432000 4194304 5992684 140733805192400 140733805178232 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/3618/statm: 1187 844 194 440 0 743 0
[pid=9290] ppid=3618 vsize=162748 CPUtime=1082.29 cores=0,2,4,6
/proc/9290/stat : 9290 (glucosInc) R 3618 3617 10128 0 -1 4202496 30781 0 0 0 108188 41 0 0 20 0 1 0 273062730 166653952 37761 33554432000 4194304 5654031 140734598374240 140734598362056 4233306 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9290/statm: 40687 37761 142 357 0 40327 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 176644

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.76 3/181 9322
/proc/meminfo: memFree=31158440/32873844 swapFree=7624/7624
[pid=3617] ppid=3615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3617/stat : 3617 (npSolver-pbo-It) S 3615 3617 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273004751 9367552 274 33554432000 4194304 5064252 140736833986944 140736833985856 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3617/statm: 2287 274 233 213 0 72 0
[pid=3618] ppid=3617 vsize=4748 CPUtime=579.62 cores=0,2,4,6
/proc/3618/stat : 3618 (npSolver-pbo) S 3617 3617 10128 0 -1 4202496 16269 75119 0 0 39 7 57887 29 20 0 1 0 273004751 4861952 844 33554432000 4194304 5992684 140733805192400 140733805178232 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/3618/statm: 1187 844 194 440 0 743 0
[pid=9290] ppid=3618 vsize=134084 CPUtime=1142.28 cores=0,2,4,6
/proc/9290/stat : 9290 (glucosInc) R 3618 3617 10128 0 -1 4202496 32710 0 0 0 114184 44 0 0 20 0 1 0 273062730 137302016 28323 33554432000 4194304 5654031 140734598374240 140734598362056 4215964 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9290/statm: 33521 28323 142 357 0 33161 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 147980

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.77 3/181 9322
/proc/meminfo: memFree=31097260/32873844 swapFree=7624/7624
[pid=3617] ppid=3615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3617/stat : 3617 (npSolver-pbo-It) S 3615 3617 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273004751 9367552 274 33554432000 4194304 5064252 140736833986944 140736833985856 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3617/statm: 2287 274 233 213 0 72 0
[pid=3618] ppid=3617 vsize=4748 CPUtime=579.62 cores=0,2,4,6
/proc/3618/stat : 3618 (npSolver-pbo) S 3617 3617 10128 0 -1 4202496 16269 75119 0 0 39 7 57887 29 20 0 1 0 273004751 4861952 844 33554432000 4194304 5992684 140733805192400 140733805178232 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/3618/statm: 1187 844 194 440 0 743 0
[pid=9290] ppid=3618 vsize=184372 CPUtime=1202.27 cores=0,2,4,6
/proc/9290/stat : 9290 (glucosInc) R 3618 3617 10128 0 -1 4202496 34071 0 0 0 120180 47 0 0 20 0 1 0 273062730 188796928 43679 33554432000 4194304 5654031 140734598374240 140734598362056 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9290/statm: 46093 43679 142 357 0 45733 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 198268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 1.97 1.77 3/181 9322
/proc/meminfo: memFree=31138732/32873844 swapFree=7624/7624
[pid=3617] ppid=3615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3617/stat : 3617 (npSolver-pbo-It) S 3615 3617 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273004751 9367552 274 33554432000 4194304 5064252 140736833986944 140736833985856 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3617/statm: 2287 274 233 213 0 72 0
[pid=3618] ppid=3617 vsize=4748 CPUtime=579.62 cores=0,2,4,6
/proc/3618/stat : 3618 (npSolver-pbo) S 3617 3617 10128 0 -1 4202496 16269 75119 0 0 39 7 57887 29 20 0 1 0 273004751 4861952 844 33554432000 4194304 5992684 140733805192400 140733805178232 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/3618/statm: 1187 844 194 440 0 743 0
[pid=9290] ppid=3618 vsize=135052 CPUtime=1220.48 cores=0,2,4,6
/proc/9290/stat : 9290 (glucosInc) R 3618 3617 10128 0 -1 4202496 34661 0 0 0 122000 48 0 0 20 0 1 0 273062730 138293248 33233 33554432000 4194304 5654031 140734598374240 140734598362056 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9290/statm: 33763 33233 142 357 0 33403 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 148948

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 1.97 1.77 3/181 9322
/proc/meminfo: memFree=31138732/32873844 swapFree=7624/7624
[pid=3617] ppid=3615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3617/stat : 3617 (npSolver-pbo-It) S 3615 3617 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273004751 9367552 274 33554432000 4194304 5064252 140736833986944 140736833985856 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3617/statm: 2287 274 233 213 0 72 0
[pid=3618] ppid=3617 vsize=4748 CPUtime=579.62 cores=0,2,4,6
/proc/3618/stat : 3618 (npSolver-pbo) S 3617 3617 10128 0 -1 4202496 16269 75119 0 0 39 7 57887 29 20 0 1 0 273004751 4861952 844 33554432000 4194304 5992684 140733805192400 140733805178232 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/3618/statm: 1187 844 194 440 0 743 0
[pid=9290] ppid=3618 vsize=135052 CPUtime=1220.48 cores=0,2,4,6
/proc/9290/stat : 9290 (glucosInc) R 3618 3617 10128 0 -1 4202496 34661 0 0 0 122000 48 0 0 20 0 1 0 273062730 138293248 33233 33554432000 4194304 5654031 140734598374240 140734598362056 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9290/statm: 33763 33233 142 357 0 33403 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 148948

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.13
CPU user time (s): 1799.28
CPU system time (s): 0.855869
CPU usage (%): 99.9791
Max. virtual memory (cumulated for all children) (KiB): 257552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.28
system time used= 0.855869
maximum resident set size= 193864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126428
page faults= 0
swaps= 0
block input operations= 0
block output operations= 34168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1115
involuntary context switches= 2014

runsolver used 3.15152 second user time and 8.86065 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-26 23:46:31
IDJOB=3702946
IDBENCH=2881
IDSOLVER=2278
FILE ID=node130/3702946-1338068791
RUNJOBID= node130-1338051995-10144
PBS_JOBID= 14624386
Free space on /tmp= 71392 MiB

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

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

MD5SUM BENCH= 87c08328e44aaf86c5913a3ba08592cd
RANDOM SEED=309533717

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31372276 kB
Buffers:          195680 kB
Cached:           497876 kB
SwapCached:         4544 kB
Active:           686312 kB
Inactive:          29048 kB
Active(anon):      12640 kB
Inactive(anon):    10760 kB
Active(file):     673672 kB
Inactive(file):    18288 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099660 kB
Dirty:              9052 kB
Writeback:             0 kB
AnonPages:         25396 kB
Mapped:            13596 kB
Shmem:                 8 kB
Slab:             645244 kB
SReclaimable:      86024 kB
SUnreclaim:       559220 kB
KernelStack:        1560 kB
PageTables:         4392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     143984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71380 MiB
End job on node130 at 2012-05-27 00:16:32