Trace number 3703360

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_10_2.opb
MD5SUMf7e9965e006e5669c3252afd9a68998d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark53
Best CPU time to get the best result obtained on this benchmark1796.76
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 67
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
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 constraints500
Minimum length of a constraint11
Maximum length of a constraint22
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)6328
Sum of products size (including duplicates)12656
Number of different products6328
Sum of products size12656

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.19	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.19	c [INC SYSTEM] execute solver
0.00/0.20	c [INC SEARCH] formula is SAT
0.00/0.20	c [INC SYSTEM] solved the initial formula
0.00/0.21	c model valid
0.00/0.21	c current solution ok
0.00/0.24	o 103
0.00/0.24	c starting approximation
0.00/0.24	c factor = 1
0.00/0.24	c can not find a suitable factor, leaving approximation
0.00/0.24	c finished approximation
0.00/0.24	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.24	c write failed with 2
0.00/0.24	c [INC SEARCH] iteration: 0
0.00/0.24	c [INC BOUNDS] best value:103 search for 102
0.00/0.24	c [INC SYSTEM] create new solver instance
0.00/0.24	c [INC] encode full formula
0.00/0.24	c (debug) using card networks
0.00/0.25	c set iterative enc to: card
0.00/0.25	c set iterative enc to: none
0.00/0.25	c [INC SEARCH] isOptimum variable: 0
0.00/0.35	c formula is SAT
0.00/0.35	c [INC SEARCH] copied best model
0.00/0.35	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.36	c model valid
0.00/0.36	c current solution ok
0.00/0.36	o 91
0.00/0.36	c [INC SEARCH] iteration: 1
0.00/0.36	c [INC BOUNDS] best value:91 search for 90
0.00/0.36	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.36	c write failed with 2
0.00/0.36	c [INC SYSTEM] create new solver instance
0.00/0.36	c [INC] encode full formula
0.00/0.36	c (debug) using card networks
0.00/0.37	c set iterative enc to: card
0.00/0.37	c set iterative enc to: none
0.00/0.37	c [INC SEARCH] isOptimum variable: 0
0.00/0.47	c formula is SAT
0.00/0.47	c [INC SEARCH] copied best model
0.00/0.47	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.47	c model valid
0.00/0.47	c current solution ok
0.00/0.47	o 88
0.00/0.47	c [INC SEARCH] iteration: 2
0.00/0.47	c [INC BOUNDS] best value:88 search for 87
0.00/0.47	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.47	c write failed with 2
0.00/0.47	c [INC SYSTEM] create new solver instance
0.00/0.47	c [INC] encode full formula
0.00/0.47	c (debug) using card networks
0.00/0.48	c set iterative enc to: card
0.00/0.48	c set iterative enc to: none
0.00/0.49	c [INC SEARCH] isOptimum variable: 0
0.00/0.59	c formula is SAT
0.00/0.59	c [INC SEARCH] copied best model
0.00/0.59	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.59	c model valid
0.00/0.59	c current solution ok
0.00/0.59	o 86
0.00/0.59	c [INC SEARCH] iteration: 3
0.00/0.59	c [INC BOUNDS] best value:86 search for 85
0.00/0.59	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.59	c write failed with 2
0.00/0.59	c [INC SYSTEM] create new solver instance
0.00/0.59	c [INC] encode full formula
0.00/0.59	c (debug) using card networks
0.00/0.60	c set iterative enc to: card
0.00/0.60	c set iterative enc to: none
0.00/0.60	c [INC SEARCH] isOptimum variable: 0
0.00/0.70	c formula is SAT
0.00/0.70	c [INC SEARCH] copied best model
0.00/0.70	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.71	c model valid
0.00/0.71	c current solution ok
0.00/0.71	o 84
0.00/0.71	c [INC SEARCH] iteration: 4
0.00/0.71	c [INC BOUNDS] best value:84 search for 83
0.00/0.71	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.71	c write failed with 2
0.00/0.71	c [INC SYSTEM] create new solver instance
0.00/0.71	c [INC] encode full formula
0.00/0.71	c (debug) using card networks
0.00/0.71	c set iterative enc to: card
0.00/0.71	c set iterative enc to: none
0.00/0.72	c [INC SEARCH] isOptimum variable: 0
0.00/0.84	c formula is SAT
0.00/0.84	c [INC SEARCH] copied best model
0.00/0.84	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.84	c model valid
0.00/0.84	c current solution ok
0.00/0.84	o 82
0.00/0.84	c [INC SEARCH] iteration: 5
0.00/0.84	c [INC BOUNDS] best value:82 search for 81
0.00/0.84	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.84	c write failed with 2
0.00/0.84	c [INC SYSTEM] create new solver instance
0.00/0.84	c [INC] encode full formula
0.00/0.84	c (debug) using card networks
0.00/0.85	c set iterative enc to: card
0.00/0.85	c set iterative enc to: none
0.00/0.85	c [INC SEARCH] isOptimum variable: 0
1.27/1.30	c formula is SAT
1.27/1.30	c [INC SEARCH] copied best model
1.27/1.30	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 77
1.27/1.31	c [INC SEARCH] iteration: 6
1.27/1.31	c [INC BOUNDS] best value:77 search for 76
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.31	c [INC SYSTEM] create new solver instance
1.27/1.31	c [INC] encode full formula
1.27/1.31	c (debug) using card networks
1.27/1.31	c set iterative enc to: card
1.27/1.31	c set iterative enc to: none
1.27/1.32	c [INC SEARCH] isOptimum variable: 0
36.26/36.39	c formula is SAT
36.26/36.39	c [INC SEARCH] copied best model
36.26/36.39	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
36.26/36.39	c model valid
36.26/36.39	c current solution ok
36.26/36.39	o 75
36.26/36.39	c [INC SEARCH] iteration: 7
36.26/36.39	c [INC BOUNDS] best value:75 search for 74
36.26/36.39	c [INC SYSTEM] there exists a inc, kill it!
36.26/36.39	c write failed with 2
36.36/36.40	c [INC SYSTEM] create new solver instance
36.36/36.40	c [INC] encode full formula
36.36/36.40	c (debug) using card networks
36.36/36.40	c set iterative enc to: card
36.36/36.40	c set iterative enc to: none
36.36/36.41	c [INC SEARCH] isOptimum variable: 0
96.16/96.27	c formula is SAT
96.16/96.27	c [INC SEARCH] copied best model
96.16/96.27	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
96.16/96.28	c model valid
96.16/96.28	c current solution ok
96.16/96.28	o 74
96.16/96.28	c [INC SEARCH] iteration: 8
96.16/96.28	c [INC BOUNDS] best value:74 search for 73
96.16/96.28	c [INC SYSTEM] there exists a inc, kill it!
96.16/96.28	c write failed with 2
96.16/96.28	c [INC SYSTEM] create new solver instance
96.16/96.28	c [INC] encode full formula
96.16/96.28	c (debug) using card networks
96.16/96.29	c set iterative enc to: card
96.16/96.29	c set iterative enc to: none
96.16/96.29	c [INC SEARCH] isOptimum variable: 0
104.95/105.06	c formula is SAT
104.95/105.07	c [INC SEARCH] copied best model
104.95/105.07	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
104.95/105.07	c model valid
104.95/105.07	c current solution ok
104.95/105.07	o 73
104.95/105.07	c [INC SEARCH] iteration: 9
104.95/105.07	c [INC BOUNDS] best value:73 search for 72
104.95/105.07	c [INC SYSTEM] there exists a inc, kill it!
104.95/105.07	c write failed with 2
104.95/105.07	c [INC SYSTEM] create new solver instance
104.95/105.07	c [INC] encode full formula
104.95/105.07	c (debug) using card networks
104.95/105.08	c set iterative enc to: card
104.95/105.08	c set iterative enc to: none
104.95/105.08	c [INC SEARCH] isOptimum variable: 0
227.71/227.86	c formula is SAT
227.71/227.86	c [INC SEARCH] copied best model
227.71/227.86	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
227.71/227.87	c model valid
227.71/227.87	c current solution ok
227.71/227.87	o 72
227.71/227.87	c [INC SEARCH] iteration: 10
227.71/227.87	c [INC BOUNDS] best value:72 search for 71
227.71/227.87	c [INC SYSTEM] there exists a inc, kill it!
227.71/227.87	c write failed with 2
227.71/227.87	c [INC SYSTEM] create new solver instance
227.71/227.87	c [INC] encode full formula
227.71/227.87	c (debug) using card networks
227.71/227.87	c set iterative enc to: card
227.71/227.87	c set iterative enc to: none
227.71/227.88	c [INC SEARCH] isOptimum variable: 0
342.70/342.80	c formula is SAT
342.70/342.81	c [INC SEARCH] copied best model
342.70/342.81	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
342.70/342.81	c model valid
342.70/342.81	c current solution ok
342.70/342.81	o 71
342.70/342.81	c [INC SEARCH] iteration: 11
342.70/342.81	c [INC BOUNDS] best value:71 search for 70
342.70/342.81	c [INC SYSTEM] there exists a inc, kill it!
342.70/342.81	c write failed with 2
342.70/342.81	c [INC SYSTEM] create new solver instance
342.70/342.81	c [INC] encode full formula
342.70/342.81	c (debug) using card networks
342.70/342.82	c set iterative enc to: card
342.70/342.82	c set iterative enc to: none
342.70/342.83	c [INC SEARCH] isOptimum variable: 0
382.38/382.59	c formula is SAT
382.38/382.59	c [INC SEARCH] copied best model
382.38/382.59	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
382.38/382.59	c model valid
382.38/382.59	c current solution ok
382.38/382.59	o 69
382.38/382.59	c [INC SEARCH] iteration: 12
382.38/382.59	c [INC BOUNDS] best value:69 search for 68
382.38/382.59	c [INC SYSTEM] there exists a inc, kill it!
382.38/382.59	c write failed with 2
382.38/382.59	c [INC SYSTEM] create new solver instance
382.38/382.59	c [INC] encode full formula
382.38/382.59	c (debug) using card networks
382.50/382.60	c set iterative enc to: card
382.50/382.60	c set iterative enc to: none
382.50/382.61	c [INC SEARCH] isOptimum variable: 0
1779.23/1779.61	c formula is SAT
1779.23/1779.61	c [INC SEARCH] copied best model
1779.23/1779.61	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1779.23/1779.62	c model valid
1779.23/1779.62	c current solution ok
1779.23/1779.62	o 68
1779.23/1779.62	c [INC SEARCH] iteration: 13
1779.23/1779.62	c [INC BOUNDS] best value:68 search for 67
1779.23/1779.62	c [INC SYSTEM] there exists a inc, kill it!
1779.23/1779.62	c write failed with 2
1779.23/1779.62	c [INC SYSTEM] create new solver instance
1779.23/1779.62	c [INC] encode full formula
1779.23/1779.62	c (debug) using card networks
1779.23/1779.63	c set iterative enc to: card
1779.23/1779.63	c set iterative enc to: none
1779.23/1779.64	c [INC SEARCH] isOptimum variable: 0
1800.02/1800.40	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.02/1800.40	s UNKNOWN
1800.02/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.02/1800.40	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-3703360-1338078554/watcher-3703360-1338078554 -o /tmp/evaluation-result-3703360-1338078554/solver-3703360-1338078554 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3703360-1338078554.opb 1760094046 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: 2.15 2.07 2.11 2/178 24401
/proc/meminfo: memFree=31814264/32873844 swapFree=6872/6872
[pid=24401] ppid=24399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24401/stat : 24401 (npSolver-pbo-It) S 24399 24401 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273922430 9367552 275 33554432000 4194304 5064252 140734531944160 140734531943072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24401/statm: 2287 275 233 213 0 72 0

[startup+0.0915701 s]
/proc/loadavg: 2.15 2.07 2.11 2/178 24401
/proc/meminfo: memFree=31814264/32873844 swapFree=6872/6872
[pid=24401] ppid=24399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24401/stat : 24401 (npSolver-pbo-It) S 24399 24401 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273922430 9367552 275 33554432000 4194304 5064252 140734531944160 140734531943072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24401/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100366 s]
/proc/loadavg: 2.15 2.07 2.11 2/178 24401
/proc/meminfo: memFree=31814264/32873844 swapFree=6872/6872
[pid=24401] ppid=24399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24401/stat : 24401 (npSolver-pbo-It) S 24399 24401 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273922430 9367552 275 33554432000 4194304 5064252 140734531944160 140734531943072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24401/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300267 s]
/proc/loadavg: 2.15 2.07 2.11 2/178 24401
/proc/meminfo: memFree=31814264/32873844 swapFree=6872/6872
[pid=24401] ppid=24399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24401/stat : 24401 (npSolver-pbo-It) S 24399 24401 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273922430 9367552 275 33554432000 4194304 5064252 140734531944160 140734531943072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24401/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700267 s]
/proc/loadavg: 2.15 2.07 2.11 2/178 24401
/proc/meminfo: memFree=31814264/32873844 swapFree=6872/6872
[pid=24401] ppid=24399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24401/stat : 24401 (npSolver-pbo-It) S 24399 24401 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273922430 9367552 275 33554432000 4194304 5064252 140734531944160 140734531943072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24401/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.15 2.07 2.11 3/181 24420
/proc/meminfo: memFree=31801056/32873844 swapFree=6872/6872
[pid=24401] ppid=24399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24401/stat : 24401 (npSolver-pbo-It) S 24399 24401 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273922430 9367552 275 33554432000 4194304 5064252 140734531944160 140734531943072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24401/statm: 2287 275 233 213 0 72 0
[pid=24402] ppid=24401 vsize=5576 CPUtime=1.3 cores=1,3,5,7
/proc/24402/stat : 24402 (npSolver-pbo) S 24401 24401 8327 0 -1 4202496 5295 21794 0 0 12 3 108 7 20 0 1 0 273922431 5709824 956 33554432000 4194304 5992684 140733606944192 140733606930024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24402/statm: 1394 956 194 440 0 950 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 14724

[startup+3.10036 s]
/proc/loadavg: 2.15 2.07 2.11 3/181 24422
/proc/meminfo: memFree=31800872/32873844 swapFree=6872/6872
[pid=24401] ppid=24399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24401/stat : 24401 (npSolver-pbo-It) S 24399 24401 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273922430 9367552 275 33554432000 4194304 5064252 140734531944160 140734531943072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24401/statm: 2287 275 233 213 0 72 0
[pid=24402] ppid=24401 vsize=5576 CPUtime=1.3 cores=1,3,5,7
/proc/24402/stat : 24402 (npSolver-pbo) S 24401 24401 8327 0 -1 4202496 5295 21794 0 0 12 3 108 7 20 0 1 0 273922431 5709824 956 33554432000 4194304 5992684 140733606944192 140733606930024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24402/statm: 1394 956 194 440 0 950 0
[pid=24422] ppid=24402 vsize=14472 CPUtime=1.77 cores=1,3,5,7
/proc/24422/stat : 24422 (glucosInc) R 24402 24401 8327 0 -1 4202496 3681 0 0 0 176 1 0 0 20 0 1 0 273922563 14819328 2871 33554432000 4194304 5654031 140735758304048 140735758291864 4232428 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24422/statm: 3618 2871 142 357 0 3258 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 29196

[startup+6.30031 s]
/proc/loadavg: 2.14 2.07 2.10 3/181 24422
/proc/meminfo: memFree=31791940/32873844 swapFree=6872/6872
[pid=24401] ppid=24399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24401/stat : 24401 (npSolver-pbo-It) S 24399 24401 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273922430 9367552 275 33554432000 4194304 5064252 140734531944160 140734531943072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24401/statm: 2287 275 233 213 0 72 0
[pid=24402] ppid=24401 vsize=5576 CPUtime=1.3 cores=1,3,5,7
/proc/24402/stat : 24402 (npSolver-pbo) S 24401 24401 8327 0 -1 4202496 5295 21794 0 0 12 3 108 7 20 0 1 0 273922431 5709824 956 33554432000 4194304 5992684 140733606944192 140733606930024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24402/statm: 1394 956 194 440 0 950 0
[pid=24422] ppid=24402 vsize=20512 CPUtime=4.97 cores=1,3,5,7
/proc/24422/stat : 24422 (glucosInc) R 24402 24401 8327 0 -1 4202496 4664 0 0 0 496 1 0 0 20 0 1 0 273922563 21004288 4309 33554432000 4194304 5654031 140735758304048 140735758291864 4232767 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24422/statm: 5128 4309 142 357 0 4768 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 35236

[startup+12.7003 s]
/proc/loadavg: 2.13 2.06 2.10 3/181 24422
/proc/meminfo: memFree=31785568/32873844 swapFree=6872/6872
[pid=24401] ppid=24399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24401/stat : 24401 (npSolver-pbo-It) S 24399 24401 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273922430 9367552 275 33554432000 4194304 5064252 140734531944160 140734531943072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24401/statm: 2287 275 233 213 0 72 0
[pid=24402] ppid=24401 vsize=5576 CPUtime=1.3 cores=1,3,5,7
/proc/24402/stat : 24402 (npSolver-pbo) S 24401 24401 8327 0 -1 4202496 5295 21794 0 0 12 3 108 7 20 0 1 0 273922431 5709824 956 33554432000 4194304 5992684 140733606944192 140733606930024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24402/statm: 1394 956 194 440 0 950 0
[pid=24422] ppid=24402 vsize=26064 CPUtime=11.37 cores=1,3,5,7
/proc/24422/stat : 24422 (glucosInc) R 24402 24401 8327 0 -1 4202496 7328 0 0 0 1134 3 0 0 20 0 1 0 273922563 26689536 5907 33554432000 4194304 5654031 140735758304048 140735758291864 4233232 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24422/statm: 6516 5907 142 357 0 6156 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 40788

[startup+25.5004 s]
/proc/loadavg: 2.17 2.08 2.11 3/181 24422
/proc/meminfo: memFree=31779848/32873844 swapFree=6872/6872
[pid=24401] ppid=24399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24401/stat : 24401 (npSolver-pbo-It) S 24399 24401 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273922430 9367552 275 33554432000 4194304 5064252 140734531944160 140734531943072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24401/statm: 2287 275 233 213 0 72 0
[pid=24402] ppid=24401 vsize=5576 CPUtime=1.3 cores=1,3,5,7
/proc/24402/stat : 24402 (npSolver-pbo) S 24401 24401 8327 0 -1 4202496 5295 21794 0 0 12 3 108 7 20 0 1 0 273922431 5709824 956 33554432000 4194304 5992684 140733606944192 140733606930024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24402/statm: 1394 956 194 440 0 950 0
[pid=24422] ppid=24402 vsize=38220 CPUtime=24.16 cores=1,3,5,7
/proc/24422/stat : 24422 (glucosInc) R 24402 24401 8327 0 -1 4202496 8515 0 0 0 2412 4 0 0 20 0 1 0 273922563 39137280 7487 33554432000 4194304 5654031 140735758304048 140735758291864 4214977 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24422/statm: 9555 7487 142 357 0 9195 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 52944

[startup+51.1003 s]
/proc/loadavg: 2.11 2.07 2.10 3/182 24427
/proc/meminfo: memFree=31776864/32873844 swapFree=6872/6872
[pid=24401] ppid=24399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24401/stat : 24401 (npSolver-pbo-It) S 24399 24401 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273922430 9367552 275 33554432000 4194304 5064252 140734531944160 140734531943072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24401/statm: 2287 275 233 213 0 72 0
[pid=24402] ppid=24401 vsize=4628 CPUtime=36.39 cores=1,3,5,7
/proc/24402/stat : 24402 (npSolver-pbo) S 24401 24401 8327 0 -1 4202496 5972 31370 0 0 13 3 3610 13 20 0 1 0 273922431 4739072 781 33554432000 4194304 5992684 140733606944192 140733606930024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24402/statm: 1157 781 194 440 0 713 0
[pid=24424] ppid=24402 vsize=41912 CPUtime=14.68 cores=1,3,5,7
/proc/24424/stat : 24424 (glucosInc) R 24402 24401 8327 0 -1 4202496 7281 0 0 0 1466 2 0 0 20 0 1 0 273926072 42917888 8336 33554432000 4194304 5654031 140733462571888 140733462569688 4233303 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24424/statm: 10478 8336 142 357 0 10118 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 55688

[startup+102.307 s]
/proc/loadavg: 2.05 2.06 2.09 3/182 24430
/proc/meminfo: memFree=31792872/32873844 swapFree=6872/6872
[pid=24401] ppid=24399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24401/stat : 24401 (npSolver-pbo-It) S 24399 24401 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273922430 9367552 275 33554432000 4194304 5064252 140734531944160 140734531943072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24401/statm: 2287 275 233 213 0 72 0
[pid=24402] ppid=24401 vsize=4628 CPUtime=96.26 cores=1,3,5,7
/proc/24402/stat : 24402 (npSolver-pbo) S 24401 24401 8327 0 -1 4202496 6602 42875 0 0 14 3 9590 19 20 0 1 0 273922431 4739072 781 33554432000 4194304 5992684 140733606944192 140733606930024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24402/statm: 1157 781 194 440 0 713 0
[pid=24430] ppid=24402 vsize=20520 CPUtime=6 cores=1,3,5,7
/proc/24430/stat : 24430 (glucosInc) R 24402 24401 8327 0 -1 4202496 5184 0 0 0 599 1 0 0 20 0 1 0 273932060 21012480 4271 33554432000 4194304 5654031 140735306967456 140735306955272 4208648 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24430/statm: 5130 4271 142 357 0 4770 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 34296

[startup+162.3 s]
/proc/loadavg: 2.02 2.04 2.08 3/181 24432
/proc/meminfo: memFree=31713564/32873844 swapFree=6872/6872
[pid=24401] ppid=24399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24401/stat : 24401 (npSolver-pbo-It) S 24399 24401 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273922430 9367552 275 33554432000 4194304 5064252 140734531944160 140734531943072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24401/statm: 2287 275 233 213 0 72 0
[pid=24402] ppid=24401 vsize=4628 CPUtime=105.05 cores=1,3,5,7
/proc/24402/stat : 24402 (npSolver-pbo) S 24401 24401 8327 0 -1 4202496 7228 49664 0 0 15 4 10465 21 20 0 1 0 273922431 4739072 781 33554432000 4194304 5992684 140733606944192 140733606930024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24402/statm: 1157 781 194 440 0 713 0
[pid=24432] ppid=24402 vsize=98304 CPUtime=57.19 cores=1,3,5,7
/proc/24432/stat : 24432 (glucosInc) R 24402 24401 8327 0 -1 4202496 7432 0 0 0 5716 3 0 0 20 0 1 0 273932939 100663296 17065 33554432000 4194304 5654031 140737080693056 140737080690936 4232960 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24432/statm: 24576 17065 142 357 0 24216 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 112080

[startup+222.3 s]
/proc/loadavg: 2.04 2.05 2.08 3/181 24432
/proc/meminfo: memFree=31686120/32873844 swapFree=6872/6872
[pid=24401] ppid=24399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24401/stat : 24401 (npSolver-pbo-It) S 24399 24401 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273922430 9367552 275 33554432000 4194304 5064252 140734531944160 140734531943072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24401/statm: 2287 275 233 213 0 72 0
[pid=24402] ppid=24401 vsize=4628 CPUtime=105.05 cores=1,3,5,7
/proc/24402/stat : 24402 (npSolver-pbo) S 24401 24401 8327 0 -1 4202496 7228 49664 0 0 15 4 10465 21 20 0 1 0 273922431 4739072 781 33554432000 4194304 5992684 140733606944192 140733606930024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24402/statm: 1157 781 194 440 0 713 0
[pid=24432] ppid=24402 vsize=133740 CPUtime=117.17 cores=1,3,5,7
/proc/24432/stat : 24432 (glucosInc) R 24402 24401 8327 0 -1 4202496 11447 0 0 0 11710 7 0 0 20 0 1 0 273932939 136949760 30907 33554432000 4194304 5654031 140737080693056 140737080690984 4232960 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24432/statm: 33435 30907 142 357 0 33075 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 147516

[startup+282.3 s]
/proc/loadavg: 2.09 2.07 2.09 3/181 24434
/proc/meminfo: memFree=31757740/32873844 swapFree=6872/6872
[pid=24401] ppid=24399 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/meminfo: memFree=31649760/32873844 swapFree=6872/6872
[pid=24401] ppid=24399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24401/stat : 24401 (npSolver-pbo-It) S 24399 24401 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273922430 9367552 275 33554432000 4194304 5064252 140734531944160 140734531943072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24401/statm: 2287 275 233 213 0 72 0
[pid=24402] ppid=24401 vsize=4628 CPUtime=382.5 cores=1,3,5,7
/proc/24402/stat : 24402 (npSolver-pbo) S 24401 24401 8327 0 -1 4202496 9113 79277 0 0 19 4 38190 37 20 0 1 0 273922431 4739072 781 33554432000 4194304 5992684 140733606944192 140733606930024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24402/statm: 1157 781 194 440 0 713 0
[pid=24438] ppid=24402 vsize=126004 CPUtime=859.52 cores=1,3,5,7
/proc/24438/stat : 24438 (glucosInc) R 24402 24401 8327 0 -1 4202496 46417 0 0 0 85881 71 0 0 20 0 1 0 273960691 129028096 30882 33554432000 4194304 5654031 140736486938336 140736486926152 4232744 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24438/statm: 31501 30882 142 357 0 31141 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 139780

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.01 3/182 24502
/proc/meminfo: memFree=31615652/32873844 swapFree=6872/6872
[pid=24401] ppid=24399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24401/stat : 24401 (npSolver-pbo-It) S 24399 24401 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273922430 9367552 275 33554432000 4194304 5064252 140734531944160 140734531943072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24401/statm: 2287 275 233 213 0 72 0
[pid=24402] ppid=24401 vsize=4628 CPUtime=382.5 cores=1,3,5,7
/proc/24402/stat : 24402 (npSolver-pbo) S 24401 24401 8327 0 -1 4202496 9113 79277 0 0 19 4 38190 37 20 0 1 0 273922431 4739072 781 33554432000 4194304 5992684 140733606944192 140733606930024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24402/statm: 1157 781 194 440 0 713 0
[pid=24438] ppid=24402 vsize=175324 CPUtime=919.52 cores=1,3,5,7
/proc/24438/stat : 24438 (glucosInc) R 24402 24401 8327 0 -1 4202496 49108 0 0 0 91876 76 0 0 20 0 1 0 273960691 179531776 39557 33554432000 4194304 5654031 140736486938336 140736486936264 4216517 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24438/statm: 43831 39557 142 357 0 43471 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 189100

[startup+1362.3 s]
/proc/loadavg: 2.06 2.02 2.01 3/181 24504
/proc/meminfo: memFree=31684640/32873844 swapFree=6872/6872
[pid=24401] ppid=24399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24401/stat : 24401 (npSolver-pbo-It) S 24399 24401 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273922430 9367552 275 33554432000 4194304 5064252 140734531944160 140734531943072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24401/statm: 2287 275 233 213 0 72 0
[pid=24402] ppid=24401 vsize=4628 CPUtime=382.5 cores=1,3,5,7
/proc/24402/stat : 24402 (npSolver-pbo) S 24401 24401 8327 0 -1 4202496 9113 79277 0 0 19 4 38190 37 20 0 1 0 273922431 4739072 781 33554432000 4194304 5992684 140733606944192 140733606930024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24402/statm: 1157 781 194 440 0 713 0
[pid=24438] ppid=24402 vsize=126004 CPUtime=979.51 cores=1,3,5,7
/proc/24438/stat : 24438 (glucosInc) R 24402 24401 8327 0 -1 4202496 50818 0 0 0 97872 79 0 0 20 0 1 0 273960691 129028096 30882 33554432000 4194304 5654031 140736486938336 140736486926152 4215153 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24438/statm: 31501 30882 142 357 0 31141 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 139780

[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 24504
/proc/meminfo: memFree=31581888/32873844 swapFree=6872/6872
[pid=24401] ppid=24399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24401/stat : 24401 (npSolver-pbo-It) S 24399 24401 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273922430 9367552 275 33554432000 4194304 5064252 140734531944160 140734531943072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24401/statm: 2287 275 233 213 0 72 0
[pid=24402] ppid=24401 vsize=4628 CPUtime=382.5 cores=1,3,5,7
/proc/24402/stat : 24402 (npSolver-pbo) S 24401 24401 8327 0 -1 4202496 9113 79277 0 0 19 4 38190 37 20 0 1 0 273922431 4739072 781 33554432000 4194304 5992684 140733606944192 140733606930024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24402/statm: 1157 781 194 440 0 713 0
[pid=24438] ppid=24402 vsize=206144 CPUtime=1039.5 cores=1,3,5,7
/proc/24438/stat : 24438 (glucosInc) R 24402 24401 8327 0 -1 4202496 53016 0 0 0 103867 83 0 0 20 0 1 0 273960691 211091456 49864 33554432000 4194304 5654031 140736486938336 140736486926152 4215200 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24438/statm: 51536 49864 142 357 0 51176 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 219920

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 24504
/proc/meminfo: memFree=31539672/32873844 swapFree=6872/6872
[pid=24401] ppid=24399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24401/stat : 24401 (npSolver-pbo-It) S 24399 24401 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273922430 9367552 275 33554432000 4194304 5064252 140734531944160 140734531943072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24401/statm: 2287 275 233 213 0 72 0
[pid=24402] ppid=24401 vsize=4628 CPUtime=382.5 cores=1,3,5,7
/proc/24402/stat : 24402 (npSolver-pbo) S 24401 24401 8327 0 -1 4202496 9113 79277 0 0 19 4 38190 37 20 0 1 0 273922431 4739072 781 33554432000 4194304 5992684 140733606944192 140733606930024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24402/statm: 1157 781 194 440 0 713 0
[pid=24438] ppid=24402 vsize=256232 CPUtime=1099.49 cores=1,3,5,7
/proc/24438/stat : 24438 (glucosInc) R 24402 24401 8327 0 -1 4202496 54747 0 0 0 109861 88 0 0 20 0 1 0 273960691 262381568 60917 33554432000 4194304 5654031 140736486938336 140736486936424 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24438/statm: 64058 60917 142 357 0 63698 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 270008

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 24504
/proc/meminfo: memFree=31551820/32873844 swapFree=6872/6872
[pid=24401] ppid=24399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24401/stat : 24401 (npSolver-pbo-It) S 24399 24401 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273922430 9367552 275 33554432000 4194304 5064252 140734531944160 140734531943072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24401/statm: 2287 275 233 213 0 72 0
[pid=24402] ppid=24401 vsize=4628 CPUtime=382.5 cores=1,3,5,7
/proc/24402/stat : 24402 (npSolver-pbo) S 24401 24401 8327 0 -1 4202496 9113 79277 0 0 19 4 38190 37 20 0 1 0 273922431 4739072 781 33554432000 4194304 5992684 140733606944192 140733606930024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24402/statm: 1157 781 194 440 0 713 0
[pid=24438] ppid=24402 vsize=256232 CPUtime=1159.48 cores=1,3,5,7
/proc/24438/stat : 24438 (glucosInc) R 24402 24401 8327 0 -1 4202496 56687 0 0 0 115856 92 0 0 20 0 1 0 273960691 262381568 57333 33554432000 4194304 5654031 140736486938336 140736486936424 4232767 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24438/statm: 64058 57333 142 357 0 63698 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 270008

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 24504
/proc/meminfo: memFree=31514580/32873844 swapFree=6872/6872
[pid=24401] ppid=24399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24401/stat : 24401 (npSolver-pbo-It) S 24399 24401 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273922430 9367552 275 33554432000 4194304 5064252 140734531944160 140734531943072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24401/statm: 2287 275 233 213 0 72 0
[pid=24402] ppid=24401 vsize=4628 CPUtime=382.5 cores=1,3,5,7
/proc/24402/stat : 24402 (npSolver-pbo) S 24401 24401 8327 0 -1 4202496 9113 79277 0 0 19 4 38190 37 20 0 1 0 273922431 4739072 781 33554432000 4194304 5992684 140733606944192 140733606930024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24402/statm: 1157 781 194 440 0 713 0
[pid=24438] ppid=24402 vsize=257676 CPUtime=1219.47 cores=1,3,5,7
/proc/24438/stat : 24438 (glucosInc) R 24402 24401 8327 0 -1 4202496 58997 0 0 0 121852 95 0 0 20 0 1 0 273960691 263860224 58718 33554432000 4194304 5654031 140736486938336 140736486936424 4215360 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24438/statm: 64419 58718 142 357 0 64059 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 271452

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24505
/proc/meminfo: memFree=31498180/32873844 swapFree=6872/6872
[pid=24401] ppid=24399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24401/stat : 24401 (npSolver-pbo-It) S 24399 24401 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273922430 9367552 275 33554432000 4194304 5064252 140734531944160 140734531943072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24401/statm: 2287 275 233 213 0 72 0
[pid=24402] ppid=24401 vsize=4628 CPUtime=382.5 cores=1,3,5,7
/proc/24402/stat : 24402 (npSolver-pbo) S 24401 24401 8327 0 -1 4202496 9113 79277 0 0 19 4 38190 37 20 0 1 0 273922431 4739072 781 33554432000 4194304 5992684 140733606944192 140733606930024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24402/statm: 1157 781 194 440 0 713 0
[pid=24438] ppid=24402 vsize=260108 CPUtime=1279.45 cores=1,3,5,7
/proc/24438/stat : 24438 (glucosInc) R 24402 24401 8327 0 -1 4202496 61570 0 0 0 127845 100 0 0 20 0 1 0 273960691 266350592 59326 33554432000 4194304 5654031 140736486938336 140736486936424 4232968 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24438/statm: 65027 59326 142 357 0 64667 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 273884

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24505
/proc/meminfo: memFree=31498664/32873844 swapFree=6872/6872
[pid=24401] ppid=24399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24401/stat : 24401 (npSolver-pbo-It) S 24399 24401 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273922430 9367552 275 33554432000 4194304 5064252 140734531944160 140734531943072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24401/statm: 2287 275 233 213 0 72 0
[pid=24402] ppid=24401 vsize=4628 CPUtime=382.5 cores=1,3,5,7
/proc/24402/stat : 24402 (npSolver-pbo) S 24401 24401 8327 0 -1 4202496 9113 79277 0 0 19 4 38190 37 20 0 1 0 273922431 4739072 781 33554432000 4194304 5992684 140733606944192 140733606930024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24402/statm: 1157 781 194 440 0 713 0
[pid=24438] ppid=24402 vsize=261600 CPUtime=1339.44 cores=1,3,5,7
/proc/24438/stat : 24438 (glucosInc) R 24402 24401 8327 0 -1 4202496 63897 0 0 0 133840 104 0 0 20 0 1 0 273960691 267878400 58675 33554432000 4194304 5654031 140736486938336 140736486936424 4232922 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24438/statm: 65400 58675 142 357 0 65040 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 275376

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24507
/proc/meminfo: memFree=31721744/32873844 swapFree=6872/6872
[pid=24401] ppid=24399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24401/stat : 24401 (npSolver-pbo-It) S 24399 24401 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273922430 9367552 275 33554432000 4194304 5064252 140734531944160 140734531943072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24401/statm: 2287 275 233 213 0 72 0
[pid=24402] ppid=24401 vsize=4628 CPUtime=1779.28 cores=1,3,5,7
/proc/24402/stat : 24402 (npSolver-pbo) S 24401 24401 8327 0 -1 4202496 9744 146300 0 0 20 4 177757 147 20 0 1 0 273922431 4739072 781 33554432000 4194304 5992684 140733606944192 140733606930024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24402/statm: 1157 781 194 440 0 713 0
[pid=24507] ppid=24402 vsize=18744 CPUtime=2.65 cores=1,3,5,7
/proc/24507/stat : 24507 (glucosInc) R 24402 24401 8327 0 -1 4202496 4562 0 0 0 264 1 0 0 20 0 1 0 274100395 19193856 3659 33554432000 4194304 5654031 140736667107888 140736667105768 4215009 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24507/statm: 4686 3659 142 357 0 4326 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 32520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24507
/proc/meminfo: memFree=31739872/32873844 swapFree=6872/6872
[pid=24401] ppid=24399 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24401/stat : 24401 (npSolver-pbo-It) S 24399 24401 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273922430 9367552 275 33554432000 4194304 5064252 140734531944160 140734531943072 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24401/statm: 2287 275 233 213 0 72 0
[pid=24402] ppid=24401 vsize=4628 CPUtime=1779.28 cores=1,3,5,7
/proc/24402/stat : 24402 (npSolver-pbo) S 24401 24401 8327 0 -1 4202496 9744 146300 0 0 20 4 177757 147 20 0 1 0 273922431 4739072 781 33554432000 4194304 5992684 140733606944192 140733606930024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24402/statm: 1157 781 194 440 0 713 0
[pid=24507] ppid=24402 vsize=30456 CPUtime=20.74 cores=1,3,5,7
/proc/24507/stat : 24507 (glucosInc) R 24402 24401 8327 0 -1 4202496 8546 0 0 0 2073 1 0 0 20 0 1 0 274100395 31186944 6972 33554432000 4194304 5654031 140736667107888 140736667095704 4225060 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24507/statm: 7614 6972 142 357 0 7254 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 44232

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.07
CPU user time (s): 1798.52
CPU system time (s): 1.54976
CPU usage (%): 99.9809
Max. virtual memory (cumulated for all children) (KiB): 359380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.52
system time used= 1.54976
maximum resident set size= 278268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164969
page faults= 0
swaps= 0
block input operations= 0
block output operations= 21480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 806
involuntary context switches= 2050

runsolver used 3.08053 second user time and 8.43572 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-27 02:29:14
IDJOB=3703360
IDBENCH=48131
IDSOLVER=2278
FILE ID=node105/3703360-1338078554
RUNJOBID= node105-1338052967-8344
PBS_JOBID= 14624416
Free space on /tmp= 71472 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_10_2.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3703360-1338078554/watcher-3703360-1338078554 -o /tmp/evaluation-result-3703360-1338078554/solver-3703360-1338078554 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3703360-1338078554.opb 1760094046 HOME HOME

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

MD5SUM BENCH= f7e9965e006e5669c3252afd9a68998d
RANDOM SEED=1760094046

node105.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.882
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.76
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.882
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.882
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.882
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.882
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	: 5438.54
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.882
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.91
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.882
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.92
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.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31814536 kB
Buffers:          118860 kB
Cached:            57492 kB
SwapCached:         1948 kB
Active:           241756 kB
Inactive:          43888 kB
Active(anon):     107852 kB
Inactive(anon):     2832 kB
Active(file):     133904 kB
Inactive(file):    41056 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:              8184 kB
Writeback:             0 kB
AnonPages:        213516 kB
Mapped:             9364 kB
Shmem:                 0 kB
Slab:             634268 kB
SReclaimable:      76136 kB
SUnreclaim:       558132 kB
KernelStack:        1520 kB
PageTables:         4312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     230128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    192512 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= 71452 MiB
End job on node105 at 2012-05-27 02:59:15