Trace number 3747734

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 (fixed)? (TO) 1800.04 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_60_3.opb
MD5SUMd5313ea0d4ce989dad692c9adfb6f827
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark1796.85
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 17
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 constraint61
Maximum length of a constraint111
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)37460
Sum of products size (including duplicates)74920
Number of different products37460
Sum of products size74920

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.08	c run inc solver
0.00/0.08	c [INC SYSTEM] run initial solver
0.00/0.08	c [INC SYSTEM] preprocess with white file
0.00/0.73	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.73	c [INC SYSTEM] execute solver
0.00/0.77	c [INC SEARCH] formula is SAT
0.00/0.77	c [INC SYSTEM] solved the initial formula
0.00/0.78	c model valid
0.00/0.78	c current solution ok
0.00/0.85	o 499
0.00/0.85	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.85	c write failed with 2
0.00/0.85	c [INC SEARCH] iteration: 0
0.00/0.85	c [INC BOUNDS] best value:499 search for 498
0.00/0.85	c [INC SYSTEM] create new solver instance
0.00/0.85	c [INC] encode full formula
0.00/0.85	c (debug) using card networks
0.00/0.85	c old isEQ: 41, new EQ is 0
0.00/0.86	c set iterative enc to: card
0.00/0.86	c set iterative enc to: none
0.00/0.86	c [INC SEARCH] isOptimum variable: 0
1.97/2.01	c formula is SAT
1.97/2.01	c [INC SEARCH] copied best model
1.97/2.01	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1.97/2.03	c model valid
1.97/2.03	c current solution ok
1.97/2.03	o 28
1.97/2.03	c [INC SEARCH] iteration: 1
1.97/2.03	c [INC BOUNDS] best value:28 search for 27
1.97/2.03	c [INC SYSTEM] there exists a inc, kill it!
1.97/2.03	c write failed with 2
1.97/2.03	c [INC SYSTEM] create new solver instance
1.97/2.03	c [INC] encode full formula
1.97/2.03	c (debug) using card networks
1.97/2.03	c old isEQ: 48, new EQ is 0
1.97/2.03	c set iterative enc to: card
1.97/2.03	c set iterative enc to: none
1.97/2.04	c [INC SEARCH] isOptimum variable: 0
5.15/5.26	c formula is SAT
5.15/5.26	c [INC SEARCH] copied best model
5.15/5.26	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
5.15/5.28	c model valid
5.15/5.28	c current solution ok
5.15/5.28	o 26
5.15/5.28	c [INC SEARCH] iteration: 2
5.15/5.28	c [INC BOUNDS] best value:26 search for 25
5.15/5.28	c [INC SYSTEM] there exists a inc, kill it!
5.15/5.28	c write failed with 2
5.15/5.28	c [INC SYSTEM] create new solver instance
5.15/5.28	c [INC] encode full formula
5.15/5.28	c (debug) using card networks
5.15/5.28	c old isEQ: 48, new EQ is 0
5.15/5.28	c set iterative enc to: card
5.15/5.28	c set iterative enc to: none
5.15/5.29	c [INC SEARCH] isOptimum variable: 0
6.27/6.38	c formula is SAT
6.27/6.38	c [INC SEARCH] copied best model
6.27/6.38	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
6.37/6.40	c model valid
6.37/6.40	c current solution ok
6.37/6.40	o 24
6.37/6.40	c [INC SEARCH] iteration: 3
6.37/6.40	c [INC BOUNDS] best value:24 search for 23
6.37/6.40	c [INC SYSTEM] there exists a inc, kill it!
6.37/6.40	c write failed with 2
6.37/6.40	c [INC SYSTEM] create new solver instance
6.37/6.40	c [INC] encode full formula
6.37/6.40	c (debug) using card networks
6.37/6.40	c old isEQ: 48, new EQ is 0
6.37/6.41	c set iterative enc to: card
6.37/6.41	c set iterative enc to: none
6.37/6.41	c [INC SEARCH] isOptimum variable: 0
6.68/6.77	c formula is SAT
6.68/6.78	c [INC SEARCH] copied best model
6.68/6.78	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
6.68/6.79	c model valid
6.68/6.79	c current solution ok
6.68/6.79	o 23
6.68/6.79	c [INC SEARCH] iteration: 4
6.68/6.79	c [INC BOUNDS] best value:23 search for 22
6.68/6.79	c [INC SYSTEM] there exists a inc, kill it!
6.68/6.79	c write failed with 2
6.68/6.80	c [INC SYSTEM] create new solver instance
6.68/6.80	c [INC] encode full formula
6.68/6.80	c (debug) using card networks
6.68/6.80	c old isEQ: 48, new EQ is 0
6.78/6.80	c set iterative enc to: card
6.78/6.80	c set iterative enc to: none
6.78/6.80	c [INC SEARCH] isOptimum variable: 0
7.87/7.97	c formula is SAT
7.87/7.97	c [INC SEARCH] copied best model
7.87/7.97	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
7.87/7.99	c model valid
7.87/7.99	c current solution ok
7.87/7.99	o 22
7.87/7.99	c [INC SEARCH] iteration: 5
7.87/7.99	c [INC BOUNDS] best value:22 search for 21
7.87/7.99	c [INC SYSTEM] there exists a inc, kill it!
7.87/7.99	c write failed with 2
7.87/7.99	c [INC SYSTEM] create new solver instance
7.87/7.99	c [INC] encode full formula
7.87/7.99	c (debug) using card networks
7.87/7.99	c old isEQ: 48, new EQ is 0
7.98/8.00	c set iterative enc to: card
7.98/8.00	c set iterative enc to: none
7.98/8.00	c [INC SEARCH] isOptimum variable: 0
7.98/8.60	c formula is SAT
7.98/8.60	c [INC SEARCH] copied best model
7.98/8.60	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
7.98/8.62	c model valid
7.98/8.62	c current solution ok
7.98/8.62	o 21
7.98/8.62	c [INC SEARCH] iteration: 6
7.98/8.62	c [INC BOUNDS] best value:21 search for 20
7.98/8.62	c [INC SYSTEM] there exists a inc, kill it!
7.98/8.62	c write failed with 2
7.98/8.62	c [INC SYSTEM] create new solver instance
7.98/8.62	c [INC] encode full formula
7.98/8.62	c (debug) using card networks
7.98/8.62	c old isEQ: 48, new EQ is 0
7.98/8.62	c set iterative enc to: card
7.98/8.62	c set iterative enc to: none
7.98/8.63	c [INC SEARCH] isOptimum variable: 0
9.77/9.81	c formula is SAT
9.77/9.81	c [INC SEARCH] copied best model
9.77/9.81	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
9.77/9.83	c model valid
9.77/9.83	c current solution ok
9.77/9.83	o 20
9.77/9.83	c [INC SEARCH] iteration: 7
9.77/9.83	c [INC BOUNDS] best value:20 search for 19
9.77/9.83	c [INC SYSTEM] there exists a inc, kill it!
9.77/9.83	c write failed with 2
9.77/9.83	c [INC SYSTEM] create new solver instance
9.77/9.83	c [INC] encode full formula
9.77/9.83	c (debug) using card networks
9.77/9.83	c old isEQ: 48, new EQ is 0
9.77/9.84	c set iterative enc to: card
9.77/9.84	c set iterative enc to: none
9.77/9.84	c [INC SEARCH] isOptimum variable: 0
24.26/24.32	c formula is SAT
24.26/24.32	c [INC SEARCH] copied best model
24.26/24.32	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
24.26/24.34	c model valid
24.26/24.34	c current solution ok
24.26/24.34	o 19
24.26/24.34	c [INC SEARCH] iteration: 8
24.26/24.34	c [INC BOUNDS] best value:19 search for 18
24.26/24.34	c [INC SYSTEM] there exists a inc, kill it!
24.26/24.34	c write failed with 2
24.26/24.34	c [INC SYSTEM] create new solver instance
24.26/24.34	c [INC] encode full formula
24.26/24.34	c (debug) using card networks
24.26/24.34	c old isEQ: 48, new EQ is 0
24.26/24.35	c set iterative enc to: card
24.26/24.35	c set iterative enc to: none
24.26/24.35	c [INC SEARCH] isOptimum variable: 0
99.04/99.18	c formula is SAT
99.04/99.18	c [INC SEARCH] copied best model
99.04/99.18	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
99.15/99.20	c model valid
99.15/99.20	c current solution ok
99.15/99.20	o 18
99.15/99.20	c [INC SEARCH] iteration: 9
99.15/99.20	c [INC BOUNDS] best value:18 search for 17
99.15/99.20	c [INC SYSTEM] there exists a inc, kill it!
99.15/99.20	c write failed with 2
99.15/99.20	c [INC SYSTEM] create new solver instance
99.15/99.20	c [INC] encode full formula
99.15/99.20	c (debug) using card networks
99.15/99.20	c old isEQ: 48, new EQ is 0
99.15/99.20	c set iterative enc to: card
99.15/99.20	c set iterative enc to: none
99.15/99.21	c [INC SEARCH] isOptimum variable: 0
1800.00/1800.40	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.00/1800.40	s UNKNOWN
1800.00/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.00/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-3747734-1339103165/watcher-3747734-1339103165 -o /tmp/evaluation-result-3747734-1339103165/solver-3747734-1339103165 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747734-1339103165.opb 1683185807 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: 2.23 2.12 2.00 3/178 13033
/proc/meminfo: memFree=29053108/32873648 swapFree=6860/6860
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13033/stat : 13033 (npSolver-pbo-It) S 13031 13033 12337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376442582 9367552 274 33554432000 4194304 5064252 140734533782320 140734533781232 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13033/statm: 2287 274 233 213 0 72 0

[startup+0.0383971 s]
/proc/loadavg: 2.23 2.12 2.00 3/178 13033
/proc/meminfo: memFree=29053108/32873648 swapFree=6860/6860
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13033/stat : 13033 (npSolver-pbo-It) S 13031 13033 12337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376442582 9367552 274 33554432000 4194304 5064252 140734533782320 140734533781232 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13033/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100144 s]
/proc/loadavg: 2.23 2.12 2.00 3/178 13033
/proc/meminfo: memFree=29053108/32873648 swapFree=6860/6860
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13033/stat : 13033 (npSolver-pbo-It) S 13031 13033 12337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376442582 9367552 274 33554432000 4194304 5064252 140734533782320 140734533781232 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13033/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300158 s]
/proc/loadavg: 2.23 2.12 2.00 3/178 13033
/proc/meminfo: memFree=29053108/32873648 swapFree=6860/6860
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13033/stat : 13033 (npSolver-pbo-It) S 13031 13033 12337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376442582 9367552 274 33554432000 4194304 5064252 140734533782320 140734533781232 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13033/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700124 s]
/proc/loadavg: 2.23 2.12 2.00 3/178 13033
/proc/meminfo: memFree=29053108/32873648 swapFree=6860/6860
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13033/stat : 13033 (npSolver-pbo-It) S 13031 13033 12337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376442582 9367552 274 33554432000 4194304 5064252 140734533782320 140734533781232 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13033/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50018 s]
/proc/loadavg: 2.23 2.12 2.00 3/181 13042
/proc/meminfo: memFree=29026612/32873648 swapFree=6860/6860
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13033/stat : 13033 (npSolver-pbo-It) S 13031 13033 12337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376442582 9367552 274 33554432000 4194304 5064252 140734533782320 140734533781232 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13033/statm: 2287 274 233 213 0 72 0
[pid=13034] ppid=13033 vsize=8448 CPUtime=0.84 cores=0,2,4,6
/proc/13034/stat : 13034 (npSolver-pbo) S 13033 13033 12337 0 -1 4202496 4443 13661 0 0 10 6 46 22 20 0 1 0 376442583 8650752 1708 33554432000 4194304 6004724 140736616999632 140736616985480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13034/statm: 2112 1708 176 442 0 1666 0
[pid=13042] ppid=13034 vsize=19036 CPUtime=0.62 cores=0,2,4,6
/proc/13042/stat : 13042 (glucosInc) R 13034 13033 12337 0 -1 4202496 3556 0 0 0 62 0 0 0 20 0 1 0 376442669 19492864 3897 33554432000 4194304 5654031 140736139190240 140736139188168 4215124 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13042/statm: 4759 3897 131 357 0 4399 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 36632

[startup+3.10021 s]
/proc/loadavg: 2.21 2.12 2.00 3/181 13044
/proc/meminfo: memFree=29026920/32873648 swapFree=6860/6860
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13033/stat : 13033 (npSolver-pbo-It) S 13031 13033 12337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376442582 9367552 274 33554432000 4194304 5064252 140734533782320 140734533781232 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13033/statm: 2287 274 233 213 0 72 0
[pid=13034] ppid=13033 vsize=8448 CPUtime=2.01 cores=0,2,4,6
/proc/13034/stat : 13034 (npSolver-pbo) S 13033 13033 12337 0 -1 4202496 5004 18197 0 0 13 6 159 23 20 0 1 0 376442583 8650752 1708 33554432000 4194304 6004724 140736616999632 140736616985480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13034/statm: 2112 1708 176 442 0 1666 0
[pid=13044] ppid=13034 vsize=17308 CPUtime=1.05 cores=0,2,4,6
/proc/13044/stat : 13044 (glucosInc) R 13034 13033 12337 0 -1 4202496 3348 0 0 0 105 0 0 0 20 0 1 0 376442787 17723392 3627 33554432000 4194304 5654031 140734425373056 140734425370840 4234964 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13044/statm: 4327 3627 131 357 0 3967 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 34904

[startup+6.30021 s]
/proc/loadavg: 2.21 2.12 2.00 3/181 13046
/proc/meminfo: memFree=29014704/32873648 swapFree=6860/6860
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13033/stat : 13033 (npSolver-pbo-It) S 13031 13033 12337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376442582 9367552 274 33554432000 4194304 5064252 140734533782320 140734533781232 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13033/statm: 2287 274 233 213 0 72 0
[pid=13034] ppid=13033 vsize=8448 CPUtime=5.27 cores=0,2,4,6
/proc/13034/stat : 13034 (npSolver-pbo) S 13033 13033 12337 0 -1 4202496 5540 24421 0 0 16 6 480 25 20 0 1 0 376442583 8650752 1708 33554432000 4194304 6004724 140736616999632 140736616985480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13034/statm: 2112 1708 176 442 0 1666 0
[pid=13046] ppid=13034 vsize=17312 CPUtime=1 cores=0,2,4,6
/proc/13046/stat : 13046 (glucosInc) R 13034 13033 12337 0 -1 4202496 3356 0 0 0 100 0 0 0 20 0 1 0 376443112 17727488 3636 33554432000 4194304 5654031 140736057370224 140736057368008 4232581 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13046/statm: 4328 3636 140 357 0 3968 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 34908

[startup+12.7003 s]
/proc/loadavg: 2.18 2.12 2.00 3/181 13056
/proc/meminfo: memFree=28984756/32873648 swapFree=6860/6860
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13033/stat : 13033 (npSolver-pbo-It) S 13031 13033 12337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376442582 9367552 274 33554432000 4194304 5064252 140734533782320 140734533781232 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13033/statm: 2287 274 233 213 0 72 0
[pid=13034] ppid=13033 vsize=8448 CPUtime=9.82 cores=0,2,4,6
/proc/13034/stat : 13034 (npSolver-pbo) S 13033 13033 12337 0 -1 4202496 8219 43523 0 0 29 7 917 29 20 0 1 0 376442583 8650752 1708 33554432000 4194304 6004724 140736616999632 140736616985480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13034/statm: 2112 1708 176 442 0 1666 0
[pid=13056] ppid=13034 vsize=32024 CPUtime=2.84 cores=0,2,4,6
/proc/13056/stat : 13056 (glucosInc) R 13034 13033 12337 0 -1 4202496 5447 0 0 0 284 0 0 0 20 0 1 0 376443567 32792576 6427 33554432000 4194304 5654031 140735707761120 140735707759208 4234960 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13056/statm: 8006 6427 141 357 0 7646 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 49620

[startup+25.5003 s]
/proc/loadavg: 2.15 2.11 2.00 3/181 13058
/proc/meminfo: memFree=29133008/32873648 swapFree=6860/6860
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13033/stat : 13033 (npSolver-pbo-It) S 13031 13033 12337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376442582 9367552 274 33554432000 4194304 5064252 140734533782320 140734533781232 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13033/statm: 2287 274 233 213 0 72 0
[pid=13034] ppid=13033 vsize=8448 CPUtime=24.33 cores=0,2,4,6
/proc/13034/stat : 13034 (npSolver-pbo) S 13033 13033 12337 0 -1 4202496 8755 52945 0 0 31 8 2361 33 20 0 1 0 376442583 8650752 1708 33554432000 4194304 6004724 140736616999632 140736616985480 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/13034/statm: 2112 1708 176 442 0 1666 0
[pid=13058] ppid=13034 vsize=17444 CPUtime=1.13 cores=0,2,4,6
/proc/13058/stat : 13058 (glucosInc) R 13034 13033 12337 0 -1 4202496 3445 0 0 0 113 0 0 0 20 0 1 0 376445018 17862656 3726 33554432000 4194304 5654031 140734304493120 140734304490904 4234964 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13058/statm: 4361 3726 140 357 0 4001 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 35040

[startup+51.1003 s]
/proc/loadavg: 2.10 2.10 2.00 3/181 13058
/proc/meminfo: memFree=28999408/32873648 swapFree=6860/6860
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13033/stat : 13033 (npSolver-pbo-It) S 13031 13033 12337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376442582 9367552 274 33554432000 4194304 5064252 140734533782320 140734533781232 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13033/statm: 2287 274 233 213 0 72 0
[pid=13034] ppid=13033 vsize=8448 CPUtime=24.33 cores=0,2,4,6
/proc/13034/stat : 13034 (npSolver-pbo) S 13033 13033 12337 0 -1 4202496 8755 52945 0 0 31 8 2361 33 20 0 1 0 376442583 8650752 1708 33554432000 4194304 6004724 140736616999632 140736616985480 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/13034/statm: 2112 1708 176 442 0 1666 0
[pid=13058] ppid=13034 vsize=69860 CPUtime=26.72 cores=0,2,4,6
/proc/13058/stat : 13058 (glucosInc) R 13034 13033 12337 0 -1 4202496 10114 0 0 0 2667 5 0 0 20 0 1 0 376445018 71536640 16873 33554432000 4194304 5654031 140734304493120 140734304491144 4233213 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13058/statm: 17465 16873 142 357 0 17105 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 87456

[startup+102.307 s]
/proc/loadavg: 2.04 2.08 2.00 3/181 13060
/proc/meminfo: memFree=29089676/32873648 swapFree=6860/6860
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13033/stat : 13033 (npSolver-pbo-It) S 13031 13033 12337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376442582 9367552 274 33554432000 4194304 5064252 140734533782320 140734533781232 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13033/statm: 2287 274 233 213 0 72 0
[pid=13034] ppid=13033 vsize=8448 CPUtime=99.16 cores=0,2,4,6
/proc/13034/stat : 13034 (npSolver-pbo) S 13033 13033 12337 0 -1 4202496 9291 68287 0 0 34 8 9826 48 20 0 1 0 376442583 8650752 1708 33554432000 4194304 6004724 140736616999632 140736616985480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13034/statm: 2112 1708 176 442 0 1666 0
[pid=13060] ppid=13034 vsize=32296 CPUtime=3.08 cores=0,2,4,6
/proc/13060/stat : 13060 (glucosInc) R 13034 13033 12337 0 -1 4202496 5691 0 0 0 307 1 0 0 20 0 1 0 376452504 33071104 6279 33554432000 4194304 5654031 140736304250640 140736304248424 4215017 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13060/statm: 8074 6279 141 357 0 7714 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 49892

[startup+162.3 s]
/proc/loadavg: 2.05 2.08 2.00 3/181 13060
/proc/meminfo: memFree=29017968/32873648 swapFree=6860/6860
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13033/stat : 13033 (npSolver-pbo-It) S 13031 13033 12337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376442582 9367552 274 33554432000 4194304 5064252 140734533782320 140734533781232 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13033/statm: 2287 274 233 213 0 72 0
[pid=13034] ppid=13033 vsize=8448 CPUtime=99.16 cores=0,2,4,6
/proc/13034/stat : 13034 (npSolver-pbo) S 13033 13033 12337 0 -1 4202496 9291 68287 0 0 34 8 9826 48 20 0 1 0 376442583 8650752 1708 33554432000 4194304 6004724 140736616999632 140736616985480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13034/statm: 2112 1708 176 442 0 1666 0
[pid=13060] ppid=13034 vsize=123952 CPUtime=63.06 cores=0,2,4,6
/proc/13060/stat : 13060 (glucosInc) R 13034 13033 12337 0 -1 4202496 14161 0 0 0 6291 15 0 0 20 0 1 0 376452504 126926848 24596 33554432000 4194304 5654031 140736304250640 140736304248568 4215071 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13060/statm: 30988 24596 141 357 0 30628 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 141548

[startup+222.3 s]
/proc/loadavg: 2.02 2.06 2.00 3/181 13060
/proc/meminfo: memFree=28975516/32873648 swapFree=6860/6860
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13033/stat : 13033 (npSolver-pbo-It) S 13031 13033 12337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376442582 9367552 274 33554432000 4194304 5064252 140734533782320 140734533781232 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13033/statm: 2287 274 233 213 0 72 0
[pid=13034] ppid=13033 vsize=8448 CPUtime=99.16 cores=0,2,4,6
/proc/13034/stat : 13034 (npSolver-pbo) S 13033 13033 12337 0 -1 4202496 9291 68287 0 0 34 8 9826 48 20 0 1 0 376442583 8650752 1708 33554432000 4194304 6004724 140736616999632 140736616985480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13034/statm: 2112 1708 176 442 0 1666 0
[pid=13060] ppid=13034 vsize=154772 CPUtime=123.05 cores=0,2,4,6
/proc/13060/stat : 13060 (glucosInc) R 13034 13033 12337 0 -1 4202496 18565 0 0 0 12280 25 0 0 20 0 1 0 376452504 158486528 30295 33554432000 4194304 5654031 140736304250640 140736304248728 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13060/statm: 38693 30295 141 357 0 38333 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 172368

[startup+282.3 s]

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

/proc/meminfo: memFree=28858548/32873648 swapFree=6860/6860
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13033/stat : 13033 (npSolver-pbo-It) S 13031 13033 12337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376442582 9367552 274 33554432000 4194304 5064252 140734533782320 140734533781232 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13033/statm: 2287 274 233 213 0 72 0
[pid=13034] ppid=13033 vsize=8448 CPUtime=99.16 cores=0,2,4,6
/proc/13034/stat : 13034 (npSolver-pbo) S 13033 13033 12337 0 -1 4202496 9291 68287 0 0 34 8 9826 48 20 0 1 0 376442583 8650752 1708 33554432000 4194304 6004724 140736616999632 140736616985480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13034/statm: 2112 1708 176 442 0 1666 0
[pid=13060] ppid=13034 vsize=418508 CPUtime=1142.85 cores=0,2,4,6
/proc/13060/stat : 13060 (glucosInc) R 13034 13033 12337 0 -1 4202496 54644 0 0 0 114149 136 0 0 20 0 1 0 376452504 428552192 88253 33554432000 4194304 5654031 140736304250640 140736304248728 4232968 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13060/statm: 104627 88253 141 357 0 104267 0
Current children cumulated CPU time (s) 1242.01
Current children cumulated vsize (KiB) 436104

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 13138
/proc/meminfo: memFree=29011096/32873648 swapFree=6860/6860
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13033/stat : 13033 (npSolver-pbo-It) S 13031 13033 12337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376442582 9367552 274 33554432000 4194304 5064252 140734533782320 140734533781232 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13033/statm: 2287 274 233 213 0 72 0
[pid=13034] ppid=13033 vsize=8448 CPUtime=99.16 cores=0,2,4,6
/proc/13034/stat : 13034 (npSolver-pbo) S 13033 13033 12337 0 -1 4202496 9291 68287 0 0 34 8 9826 48 20 0 1 0 376442583 8650752 1708 33554432000 4194304 6004724 140736616999632 140736616985480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13034/statm: 2112 1708 176 442 0 1666 0
[pid=13060] ppid=13034 vsize=286248 CPUtime=1202.83 cores=0,2,4,6
/proc/13060/stat : 13060 (glucosInc) R 13034 13033 12337 0 -1 4202496 56077 0 0 0 120142 141 0 0 20 0 1 0 376452504 293117952 63423 33554432000 4194304 5654031 140736304250640 140736304248728 4232973 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13060/statm: 71562 63423 141 357 0 71202 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 303844

[startup+1362.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 13138
/proc/meminfo: memFree=28781516/32873648 swapFree=6860/6860
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13033/stat : 13033 (npSolver-pbo-It) S 13031 13033 12337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376442582 9367552 274 33554432000 4194304 5064252 140734533782320 140734533781232 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13033/statm: 2287 274 233 213 0 72 0
[pid=13034] ppid=13033 vsize=8448 CPUtime=99.16 cores=0,2,4,6
/proc/13034/stat : 13034 (npSolver-pbo) S 13033 13033 12337 0 -1 4202496 9291 68287 0 0 34 8 9826 48 20 0 1 0 376442583 8650752 1708 33554432000 4194304 6004724 140736616999632 140736616985480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13034/statm: 2112 1708 176 442 0 1666 0
[pid=13060] ppid=13034 vsize=633432 CPUtime=1262.81 cores=0,2,4,6
/proc/13060/stat : 13060 (glucosInc) R 13034 13033 12337 0 -1 4202496 57155 0 0 0 126135 146 0 0 20 0 1 0 376452504 648634368 110992 33554432000 4194304 5654031 140736304250640 140736304248728 4233448 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13060/statm: 158358 110992 141 357 0 157998 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 651028

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 13138
/proc/meminfo: memFree=28825428/32873648 swapFree=6860/6860
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13033/stat : 13033 (npSolver-pbo-It) S 13031 13033 12337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376442582 9367552 274 33554432000 4194304 5064252 140734533782320 140734533781232 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13033/statm: 2287 274 233 213 0 72 0
[pid=13034] ppid=13033 vsize=8448 CPUtime=99.16 cores=0,2,4,6
/proc/13034/stat : 13034 (npSolver-pbo) S 13033 13033 12337 0 -1 4202496 9291 68287 0 0 34 8 9826 48 20 0 1 0 376442583 8650752 1708 33554432000 4194304 6004724 140736616999632 140736616985480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13034/statm: 2112 1708 176 442 0 1666 0
[pid=13060] ppid=13034 vsize=418508 CPUtime=1322.82 cores=0,2,4,6
/proc/13060/stat : 13060 (glucosInc) R 13034 13033 12337 0 -1 4202496 58840 0 0 0 132128 154 0 0 20 0 1 0 376452504 428552192 93885 33554432000 4194304 5654031 140736304250640 140736304248728 4208683 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13060/statm: 104627 93885 141 357 0 104267 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 436104

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/182 13142
/proc/meminfo: memFree=28937656/32873648 swapFree=6860/6860
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13033/stat : 13033 (npSolver-pbo-It) S 13031 13033 12337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376442582 9367552 274 33554432000 4194304 5064252 140734533782320 140734533781232 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13033/statm: 2287 274 233 213 0 72 0
[pid=13034] ppid=13033 vsize=8448 CPUtime=99.16 cores=0,2,4,6
/proc/13034/stat : 13034 (npSolver-pbo) S 13033 13033 12337 0 -1 4202496 9291 68287 0 0 34 8 9826 48 20 0 1 0 376442583 8650752 1708 33554432000 4194304 6004724 140736616999632 140736616985480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13034/statm: 2112 1708 176 442 0 1666 0
[pid=13060] ppid=13034 vsize=418508 CPUtime=1382.8 cores=0,2,4,6
/proc/13060/stat : 13060 (glucosInc) R 13034 13033 12337 0 -1 4202496 60740 0 0 0 138119 161 0 0 20 0 1 0 376452504 428552192 71568 33554432000 4194304 5654031 140736304250640 140736304248728 4232994 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13060/statm: 104627 71568 141 357 0 104267 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 436104

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13142
/proc/meminfo: memFree=28737716/32873648 swapFree=6860/6860
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13033/stat : 13033 (npSolver-pbo-It) S 13031 13033 12337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376442582 9367552 274 33554432000 4194304 5064252 140734533782320 140734533781232 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13033/statm: 2287 274 233 213 0 72 0
[pid=13034] ppid=13033 vsize=8448 CPUtime=99.16 cores=0,2,4,6
/proc/13034/stat : 13034 (npSolver-pbo) S 13033 13033 12337 0 -1 4202496 9291 68287 0 0 34 8 9826 48 20 0 1 0 376442583 8650752 1708 33554432000 4194304 6004724 140736616999632 140736616985480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13034/statm: 2112 1708 176 442 0 1666 0
[pid=13060] ppid=13034 vsize=633432 CPUtime=1442.78 cores=0,2,4,6
/proc/13060/stat : 13060 (glucosInc) R 13034 13033 12337 0 -1 4202496 61347 0 0 0 144115 163 0 0 20 0 1 0 376452504 648634368 120208 33554432000 4194304 5654031 140736304250640 140736304248728 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13060/statm: 158358 120208 141 357 0 157998 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 651028

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13142
/proc/meminfo: memFree=28918208/32873648 swapFree=6860/6860
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13033/stat : 13033 (npSolver-pbo-It) S 13031 13033 12337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376442582 9367552 274 33554432000 4194304 5064252 140734533782320 140734533781232 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13033/statm: 2287 274 233 213 0 72 0
[pid=13034] ppid=13033 vsize=8448 CPUtime=99.16 cores=0,2,4,6
/proc/13034/stat : 13034 (npSolver-pbo) S 13033 13033 12337 0 -1 4202496 9291 68287 0 0 34 8 9826 48 20 0 1 0 376442583 8650752 1708 33554432000 4194304 6004724 140736616999632 140736616985480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13034/statm: 2112 1708 176 442 0 1666 0
[pid=13060] ppid=13034 vsize=418508 CPUtime=1502.77 cores=0,2,4,6
/proc/13060/stat : 13060 (glucosInc) R 13034 13033 12337 0 -1 4202496 63036 0 0 0 150108 169 0 0 20 0 1 0 376452504 428552192 87229 33554432000 4194304 5654031 140736304250640 140736304248728 4232971 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13060/statm: 104627 87229 141 357 0 104267 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 436104

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13144
/proc/meminfo: memFree=29082440/32873648 swapFree=6860/6860
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13033/stat : 13033 (npSolver-pbo-It) S 13031 13033 12337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376442582 9367552 274 33554432000 4194304 5064252 140734533782320 140734533781232 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13033/statm: 2287 274 233 213 0 72 0
[pid=13034] ppid=13033 vsize=8448 CPUtime=99.16 cores=0,2,4,6
/proc/13034/stat : 13034 (npSolver-pbo) S 13033 13033 12337 0 -1 4202496 9291 68287 0 0 34 8 9826 48 20 0 1 0 376442583 8650752 1708 33554432000 4194304 6004724 140736616999632 140736616985480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13034/statm: 2112 1708 176 442 0 1666 0
[pid=13060] ppid=13034 vsize=286248 CPUtime=1562.76 cores=0,2,4,6
/proc/13060/stat : 13060 (glucosInc) R 13034 13033 12337 0 -1 4202496 64455 0 0 0 156101 175 0 0 20 0 1 0 376452504 293117952 51135 33554432000 4194304 5654031 140736304250640 140736304248728 4232960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13060/statm: 71562 51135 141 357 0 71202 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 303844

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13146
/proc/meminfo: memFree=28893076/32873648 swapFree=6860/6860
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13033/stat : 13033 (npSolver-pbo-It) S 13031 13033 12337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376442582 9367552 274 33554432000 4194304 5064252 140734533782320 140734533781232 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13033/statm: 2287 274 233 213 0 72 0
[pid=13034] ppid=13033 vsize=8448 CPUtime=99.16 cores=0,2,4,6
/proc/13034/stat : 13034 (npSolver-pbo) S 13033 13033 12337 0 -1 4202496 9291 68287 0 0 34 8 9826 48 20 0 1 0 376442583 8650752 1708 33554432000 4194304 6004724 140736616999632 140736616985480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13034/statm: 2112 1708 176 442 0 1666 0
[pid=13060] ppid=13034 vsize=418508 CPUtime=1622.76 cores=0,2,4,6
/proc/13060/stat : 13060 (glucosInc) R 13034 13033 12337 0 -1 4202496 65011 0 0 0 162097 179 0 0 20 0 1 0 376452504 428552192 98192 33554432000 4194304 5654031 140736304250640 140736304248728 4232968 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13060/statm: 104627 98192 141 357 0 104267 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 436104

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13147
/proc/meminfo: memFree=29052432/32873648 swapFree=6860/6860
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13033/stat : 13033 (npSolver-pbo-It) S 13031 13033 12337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376442582 9367552 274 33554432000 4194304 5064252 140734533782320 140734533781232 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13033/statm: 2287 274 233 213 0 72 0
[pid=13034] ppid=13033 vsize=8448 CPUtime=99.16 cores=0,2,4,6
/proc/13034/stat : 13034 (npSolver-pbo) S 13033 13033 12337 0 -1 4202496 9291 68287 0 0 34 8 9826 48 20 0 1 0 376442583 8650752 1708 33554432000 4194304 6004724 140736616999632 140736616985480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13034/statm: 2112 1708 176 442 0 1666 0
[pid=13060] ppid=13034 vsize=286248 CPUtime=1682.74 cores=0,2,4,6
/proc/13060/stat : 13060 (glucosInc) R 13034 13033 12337 0 -1 4202496 66694 0 0 0 168089 185 0 0 20 0 1 0 376452504 293117952 58045 33554432000 4194304 5654031 140736304250640 140736304248728 4215097 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13060/statm: 71562 58045 141 357 0 71202 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 303844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13147
/proc/meminfo: memFree=28954252/32873648 swapFree=6860/6860
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13033/stat : 13033 (npSolver-pbo-It) S 13031 13033 12337 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376442582 9367552 274 33554432000 4194304 5064252 140734533782320 140734533781232 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13033/statm: 2287 274 233 213 0 72 0
[pid=13034] ppid=13033 vsize=8448 CPUtime=99.16 cores=0,2,4,6
/proc/13034/stat : 13034 (npSolver-pbo) S 13033 13033 12337 0 -1 4202496 9291 68287 0 0 34 8 9826 48 20 0 1 0 376442583 8650752 1708 33554432000 4194304 6004724 140736616999632 140736616985480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13034/statm: 2112 1708 176 442 0 1666 0
[pid=13060] ppid=13034 vsize=418508 CPUtime=1700.84 cores=0,2,4,6
/proc/13060/stat : 13060 (glucosInc) R 13034 13033 12337 0 -1 4202496 67233 0 0 0 169898 186 0 0 20 0 1 0 376452504 428552192 71869 33554432000 4194304 5654031 140736304250640 140736304248728 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13060/statm: 104627 71869 141 357 0 104267 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 436104

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.04
CPU user time (s): 1797.6
CPU system time (s): 2.43463
CPU usage (%): 99.9793
Max. virtual memory (cumulated for all children) (KiB): 781256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.6
system time used= 2.43463
maximum resident set size= 628252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145192
page faults= 0
swaps= 0
block input operations= 0
block output operations= 29896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 976
involuntary context switches= 2081

runsolver used 3.33849 second user time and 9.00963 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-07 23:06:05
IDJOB=3747734
IDBENCH=48124
IDSOLVER=2332
FILE ID=node116/3747734-1339103165
RUNJOBID= node116-1339098177-12353
PBS_JOBID= 14643737
Free space on /tmp= 70976 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_60_3.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3747734-1339103165/watcher-3747734-1339103165 -o /tmp/evaluation-result-3747734-1339103165/solver-3747734-1339103165 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3747734-1339103165.opb 1683185807 HOME HOME

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

MD5SUM BENCH= d5313ea0d4ce989dad692c9adfb6f827
RANDOM SEED=1683185807

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29054784 kB
Buffers:          311440 kB
Cached:          2342764 kB
SwapCached:         3172 kB
Active:          1193908 kB
Inactive:        1751896 kB
Active(anon):     290336 kB
Inactive(anon):     3392 kB
Active(file):     903572 kB
Inactive(file):  1748504 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67100544 kB
Dirty:              8932 kB
Writeback:            16 kB
AnonPages:        310504 kB
Mapped:            11808 kB
Shmem:                 0 kB
Slab:             721804 kB
SReclaimable:     166164 kB
SUnreclaim:       555640 kB
KernelStack:        1472 kB
PageTables:         4824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     539220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70964 MiB
End job on node116 at 2012-06-07 23:36:06