Trace number 3747139

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-cc.opb
MD5SUM2dad588c047f66368bead690393575a4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1567
Best CPU time to get the best result obtained on this benchmark0.015996
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1567
Optimality of the best value was proved YES
Number of variables133
Total number of constraints229
Number of constraints which are clauses229
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint31
Number of terms in the objective function 133
Biggest coefficient in the objective function 60
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 5699
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 60
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 5699
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.01	c run inc solver
0.00/0.01	c [INC SYSTEM] run initial solver
0.00/0.01	c [INC SYSTEM] preprocess with white file
0.00/0.01	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.01	c [INC SYSTEM] execute solver
0.00/0.01	c [INC SEARCH] formula is SAT
0.00/0.01	c [INC SYSTEM] solved the initial formula
0.00/0.02	c model valid
0.00/0.02	c current solution ok
0.00/0.02	o 1846
0.00/0.02	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.02	c write failed with 2
0.00/0.02	c [INC SEARCH] iteration: 0
0.00/0.02	c [INC BOUNDS] best value:1846 search for 1845
0.00/0.02	c [INC SYSTEM] create new solver instance
0.00/0.02	c [INC] encode full formula
0.00/0.14	c set iterative enc to: swc
0.00/0.16	c [INC SEARCH] isOptimum variable: 0
4.37/4.41	c formula is SAT
4.37/4.42	c [INC SEARCH] copied best model
4.37/4.42	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
4.37/4.42	c model valid
4.37/4.42	c current solution ok
4.37/4.42	o 1837
4.37/4.42	c [INC SEARCH] iteration: 1
4.37/4.42	c [INC BOUNDS] best value:1837 search for 1836
4.37/4.42	c [INC ENCODE] setup new number of clauses ...
4.37/4.42	c [INC] encode incremental formula
4.37/4.42	c return only the limitting unit clause for 1836
4.37/4.42	c [INC SYSTEM] transmit new clauses to solver: 1
4.37/4.42	c [INC SEARCH] isOptimum variable: 0
4.48/4.53	c formula is SAT
4.48/4.55	c [INC SEARCH] copied best model
4.48/4.55	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
4.48/4.55	c model valid
4.48/4.55	c current solution ok
4.48/4.55	o 1828
4.48/4.55	c [INC SEARCH] iteration: 2
4.48/4.55	c [INC BOUNDS] best value:1828 search for 1827
4.48/4.55	c [INC ENCODE] setup new number of clauses ...
4.48/4.55	c [INC] encode incremental formula
4.48/4.55	c return only the limitting unit clause for 1827
4.48/4.55	c [INC SYSTEM] transmit new clauses to solver: 1
4.48/4.55	c [INC SEARCH] isOptimum variable: 0
5.78/5.83	c formula is SAT
5.78/5.84	c [INC SEARCH] copied best model
5.78/5.84	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
5.78/5.84	c model valid
5.78/5.84	c current solution ok
5.78/5.84	o 1827
5.78/5.84	c [INC SEARCH] iteration: 3
5.78/5.84	c [INC BOUNDS] best value:1827 search for 1826
5.78/5.84	c [INC ENCODE] setup new number of clauses ...
5.78/5.84	c [INC] encode incremental formula
5.78/5.84	c return only the limitting unit clause for 1826
5.78/5.84	c [INC SYSTEM] transmit new clauses to solver: 1
5.78/5.84	c [INC SEARCH] isOptimum variable: 0
5.88/5.95	c formula is SAT
5.88/5.96	c [INC SEARCH] copied best model
5.88/5.96	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
5.88/5.96	c model valid
5.88/5.96	c current solution ok
5.88/5.96	o 1818
5.88/5.96	c [INC SEARCH] iteration: 4
5.88/5.96	c [INC BOUNDS] best value:1818 search for 1817
5.88/5.96	c [INC ENCODE] setup new number of clauses ...
5.88/5.96	c [INC] encode incremental formula
5.88/5.96	c return only the limitting unit clause for 1817
5.88/5.96	c [INC SYSTEM] transmit new clauses to solver: 1
5.88/5.96	c [INC SEARCH] isOptimum variable: 0
5.98/6.08	c formula is SAT
5.98/6.09	c [INC SEARCH] copied best model
5.98/6.09	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
5.98/6.09	c model valid
5.98/6.09	c current solution ok
5.98/6.09	o 1809
5.98/6.09	c [INC SEARCH] iteration: 5
5.98/6.09	c [INC BOUNDS] best value:1809 search for 1808
5.98/6.09	c [INC ENCODE] setup new number of clauses ...
5.98/6.09	c [INC] encode incremental formula
5.98/6.09	c return only the limitting unit clause for 1808
5.98/6.09	c [INC SYSTEM] transmit new clauses to solver: 1
5.98/6.09	c [INC SEARCH] isOptimum variable: 0
6.09/6.18	c formula is SAT
6.18/6.20	c [INC SEARCH] copied best model
6.18/6.20	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
6.18/6.20	c model valid
6.18/6.20	c current solution ok
6.18/6.20	o 1800
6.18/6.20	c [INC SEARCH] iteration: 6
6.18/6.20	c [INC BOUNDS] best value:1800 search for 1799
6.18/6.20	c [INC ENCODE] setup new number of clauses ...
6.18/6.20	c [INC] encode incremental formula
6.18/6.20	c return only the limitting unit clause for 1799
6.18/6.20	c [INC SYSTEM] transmit new clauses to solver: 1
6.18/6.20	c [INC SEARCH] isOptimum variable: 0
6.29/6.36	c formula is SAT
6.29/6.37	c [INC SEARCH] copied best model
6.29/6.37	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
6.29/6.37	c model valid
6.29/6.37	c current solution ok
6.29/6.37	o 1794
6.29/6.37	c [INC SEARCH] iteration: 7
6.29/6.37	c [INC BOUNDS] best value:1794 search for 1793
6.29/6.37	c [INC ENCODE] setup new number of clauses ...
6.29/6.37	c [INC] encode incremental formula
6.29/6.37	c return only the limitting unit clause for 1793
6.29/6.37	c [INC SYSTEM] transmit new clauses to solver: 1
6.29/6.37	c [INC SEARCH] isOptimum variable: 0
6.38/6.49	c formula is SAT
6.38/6.50	c [INC SEARCH] copied best model
6.38/6.50	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
6.38/6.50	c model valid
6.38/6.50	c current solution ok
6.38/6.50	o 1785
6.38/6.50	c [INC SEARCH] iteration: 8
6.38/6.50	c [INC BOUNDS] best value:1785 search for 1784
6.38/6.50	c [INC ENCODE] setup new number of clauses ...
6.38/6.50	c [INC] encode incremental formula
6.38/6.50	c return only the limitting unit clause for 1784
6.38/6.50	c [INC SYSTEM] transmit new clauses to solver: 1
6.38/6.50	c [INC SEARCH] isOptimum variable: 0
6.49/6.59	c formula is SAT
6.60/6.61	c [INC SEARCH] copied best model
6.60/6.61	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
6.60/6.61	c model valid
6.60/6.61	c current solution ok
6.60/6.61	o 1776
6.60/6.61	c [INC SEARCH] iteration: 9
6.60/6.61	c [INC BOUNDS] best value:1776 search for 1775
6.60/6.61	c [INC ENCODE] setup new number of clauses ...
6.60/6.61	c [INC] encode incremental formula
6.60/6.61	c return only the limitting unit clause for 1775
6.60/6.61	c [INC SYSTEM] transmit new clauses to solver: 1
6.60/6.61	c [INC SEARCH] isOptimum variable: 0
11.69/11.73	c formula is SAT
11.69/11.74	c [INC SEARCH] copied best model
11.69/11.74	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
11.69/11.75	c model valid
11.69/11.75	c current solution ok
11.69/11.75	o 1754
11.69/11.75	c [INC SEARCH] iteration: 10
11.69/11.75	c [INC BOUNDS] best value:1754 search for 1753
11.69/11.75	c [INC ENCODE] setup new number of clauses ...
11.69/11.75	c [INC] encode incremental formula
11.69/11.75	c return only the limitting unit clause for 1753
11.69/11.75	c [INC SYSTEM] transmit new clauses to solver: 1
11.69/11.75	c [INC SEARCH] isOptimum variable: 0
11.89/11.98	c formula is SAT
11.89/12.00	c [INC SEARCH] copied best model
11.89/12.00	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
11.89/12.00	c model valid
11.89/12.00	c current solution ok
11.89/12.00	o 1748
11.89/12.00	c [INC SEARCH] iteration: 11
11.89/12.00	c [INC BOUNDS] best value:1748 search for 1747
11.89/12.00	c [INC ENCODE] setup new number of clauses ...
11.89/12.00	c [INC] encode incremental formula
11.89/12.00	c return only the limitting unit clause for 1747
11.89/12.00	c [INC SYSTEM] transmit new clauses to solver: 1
11.89/12.00	c [INC SEARCH] isOptimum variable: 0
12.11/12.11	c formula is SAT
12.11/12.12	c [INC SEARCH] copied best model
12.11/12.12	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
12.11/12.12	c model valid
12.11/12.12	c current solution ok
12.11/12.12	o 1739
12.11/12.12	c [INC SEARCH] iteration: 12
12.11/12.12	c [INC BOUNDS] best value:1739 search for 1738
12.11/12.12	c [INC ENCODE] setup new number of clauses ...
12.11/12.12	c [INC] encode incremental formula
12.11/12.12	c return only the limitting unit clause for 1738
12.11/12.12	c [INC SYSTEM] transmit new clauses to solver: 1
12.11/12.12	c [INC SEARCH] isOptimum variable: 0
12.21/12.25	c formula is SAT
12.21/12.26	c [INC SEARCH] copied best model
12.21/12.26	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
12.21/12.26	c model valid
12.21/12.26	c current solution ok
12.21/12.26	o 1730
12.21/12.26	c [INC SEARCH] iteration: 13
12.21/12.26	c [INC BOUNDS] best value:1730 search for 1729
12.21/12.26	c [INC ENCODE] setup new number of clauses ...
12.21/12.26	c [INC] encode incremental formula
12.21/12.26	c return only the limitting unit clause for 1729
12.21/12.26	c [INC SYSTEM] transmit new clauses to solver: 1
12.21/12.26	c [INC SEARCH] isOptimum variable: 0
12.31/12.38	c formula is SAT
12.31/12.39	c [INC SEARCH] copied best model
12.31/12.39	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
12.31/12.39	c model valid
12.31/12.39	c current solution ok
12.31/12.39	o 1721
12.31/12.39	c [INC SEARCH] iteration: 14
12.31/12.39	c [INC BOUNDS] best value:1721 search for 1720
12.31/12.39	c [INC ENCODE] setup new number of clauses ...
12.31/12.39	c [INC] encode incremental formula
12.31/12.39	c return only the limitting unit clause for 1720
12.31/12.39	c [INC SYSTEM] transmit new clauses to solver: 1
12.31/12.39	c [INC SEARCH] isOptimum variable: 0
1800.03/1800.30	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.03/1800.30	s UNKNOWN
1800.03/1800.30	c [INC SYSTEM] there exists a inc, kill it!
1800.03/1800.30	c write failed with -1
1800.03/1800.30	c [INC SYSTEM] there exists an encoder, kill it! (ptr=0x264bc20)

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-3747139-1339099989/watcher-3747139-1339099989 -o /tmp/evaluation-result-3747139-1339099989/solver-3747139-1339099989 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747139-1339099989.opb 696256657 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.00 1.97 1.68 3/178 30876
/proc/meminfo: memFree=28496536/32873844 swapFree=7628/7628
[pid=30876] ppid=30874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30876/stat : 30876 (npSolver-pbo-It) S 30874 30876 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376123852 9367552 274 33554432000 4194304 5064252 140736403967360 140736403966272 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30876/statm: 2287 274 233 213 0 72 0

[startup+0.020147 s]
/proc/loadavg: 2.00 1.97 1.68 3/178 30876
/proc/meminfo: memFree=28496536/32873844 swapFree=7628/7628
[pid=30876] ppid=30874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30876/stat : 30876 (npSolver-pbo-It) S 30874 30876 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376123852 9367552 274 33554432000 4194304 5064252 140736403967360 140736403966272 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30876/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100293 s]
/proc/loadavg: 2.00 1.97 1.68 3/178 30876
/proc/meminfo: memFree=28496536/32873844 swapFree=7628/7628
[pid=30876] ppid=30874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30876/stat : 30876 (npSolver-pbo-It) S 30874 30876 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376123852 9367552 274 33554432000 4194304 5064252 140736403967360 140736403966272 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30876/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300132 s]
/proc/loadavg: 2.00 1.97 1.68 3/178 30876
/proc/meminfo: memFree=28496536/32873844 swapFree=7628/7628
[pid=30876] ppid=30874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30876/stat : 30876 (npSolver-pbo-It) S 30874 30876 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376123852 9367552 274 33554432000 4194304 5064252 140736403967360 140736403966272 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30876/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700129 s]
/proc/loadavg: 2.00 1.97 1.68 3/178 30876
/proc/meminfo: memFree=28496536/32873844 swapFree=7628/7628
[pid=30876] ppid=30874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30876/stat : 30876 (npSolver-pbo-It) S 30874 30876 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376123852 9367552 274 33554432000 4194304 5064252 140736403967360 140736403966272 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30876/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.00 1.97 1.68 3/181 30885
/proc/meminfo: memFree=28395432/32873844 swapFree=7628/7628
[pid=30876] ppid=30874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30876/stat : 30876 (npSolver-pbo-It) S 30874 30876 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376123852 9367552 274 33554432000 4194304 5064252 140736403967360 140736403966272 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30876/statm: 2287 274 233 213 0 72 0
[pid=30877] ppid=30876 vsize=19612 CPUtime=0.14 cores=0,2,4,6
/proc/30877/stat : 30877 (npSolver-pbo) S 30876 30876 30697 0 -1 4202496 5907 2750 0 0 12 2 0 0 20 0 1 0 376123852 20082688 4559 33554432000 4194304 6004724 140733193837104 140733193822952 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 4903 4559 165 442 0 4457 0
[pid=30885] ppid=30877 vsize=75516 CPUtime=1.32 cores=0,2,4,6
/proc/30885/stat : 30885 (glucosInc) R 30877 30876 30697 0 -1 4202496 16368 0 0 0 130 2 0 0 20 0 1 0 376123868 77328384 17497 33554432000 4194304 5654031 140734335772544 140734335770424 4232707 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30885/statm: 18879 17497 140 357 0 18519 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 104276

[startup+3.10031 s]
/proc/loadavg: 2.00 1.97 1.68 3/181 30885
/proc/meminfo: memFree=28390840/32873844 swapFree=7628/7628
[pid=30876] ppid=30874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30876/stat : 30876 (npSolver-pbo-It) S 30874 30876 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376123852 9367552 274 33554432000 4194304 5064252 140736403967360 140736403966272 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30876/statm: 2287 274 233 213 0 72 0
[pid=30877] ppid=30876 vsize=19612 CPUtime=0.14 cores=0,2,4,6
/proc/30877/stat : 30877 (npSolver-pbo) S 30876 30876 30697 0 -1 4202496 5907 2750 0 0 12 2 0 0 20 0 1 0 376123852 20082688 4559 33554432000 4194304 6004724 140733193837104 140733193822952 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 4903 4559 165 442 0 4457 0
[pid=30885] ppid=30877 vsize=75664 CPUtime=2.92 cores=0,2,4,6
/proc/30885/stat : 30885 (glucosInc) R 30877 30876 30697 0 -1 4202496 16406 0 0 0 290 2 0 0 20 0 1 0 376123868 77479936 17535 33554432000 4194304 5654031 140734335772544 140734335770424 4233344 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30885/statm: 18916 17535 140 357 0 18556 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 104424

[startup+6.30031 s]
/proc/loadavg: 2.00 1.97 1.68 3/181 30885
/proc/meminfo: memFree=28378988/32873844 swapFree=7628/7628
[pid=30876] ppid=30874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30876/stat : 30876 (npSolver-pbo-It) S 30874 30876 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376123852 9367552 274 33554432000 4194304 5064252 140736403967360 140736403966272 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30876/statm: 2287 274 233 213 0 72 0
[pid=30877] ppid=30876 vsize=19612 CPUtime=0.27 cores=0,2,4,6
/proc/30877/stat : 30877 (npSolver-pbo) S 30876 30876 30697 0 -1 4202496 7353 2750 0 0 24 3 0 0 20 0 1 0 376123852 20082688 4560 33554432000 4194304 6004724 140733193837104 140733193822952 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 4903 4560 166 442 0 4457 0
[pid=30885] ppid=30877 vsize=78712 CPUtime=6.02 cores=0,2,4,6
/proc/30885/stat : 30885 (glucosInc) R 30877 30876 30697 0 -1 4202496 16927 0 0 0 599 3 0 0 20 0 1 0 376123868 80601088 18056 33554432000 4194304 5654031 140734335772544 140734335770856 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30885/statm: 19678 18056 151 357 0 19318 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 107472

[startup+12.7003 s]
/proc/loadavg: 2.00 1.97 1.68 3/181 30885
/proc/meminfo: memFree=28357648/32873844 swapFree=7628/7628
[pid=30876] ppid=30874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30876/stat : 30876 (npSolver-pbo-It) S 30874 30876 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376123852 9367552 274 33554432000 4194304 5064252 140736403967360 140736403966272 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30876/statm: 2287 274 233 213 0 72 0
[pid=30877] ppid=30876 vsize=19612 CPUtime=0.43 cores=0,2,4,6
/proc/30877/stat : 30877 (npSolver-pbo) S 30876 30876 30697 0 -1 4202496 7416 2750 0 0 39 4 0 0 20 0 1 0 376123852 20082688 4560 33554432000 4194304 6004724 140733193837104 140733193822952 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 4903 4560 166 442 0 4457 0
[pid=30885] ppid=30877 vsize=78712 CPUtime=12.28 cores=0,2,4,6
/proc/30885/stat : 30885 (glucosInc) R 30877 30876 30697 0 -1 4202496 17011 0 0 0 1225 3 0 0 20 0 1 0 376123868 80601088 18140 33554432000 4194304 5654031 140734335772544 140734335770856 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30885/statm: 19678 18140 151 357 0 19318 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 107472

[startup+25.5004 s]
/proc/loadavg: 2.00 1.97 1.69 3/181 30885
/proc/meminfo: memFree=28320220/32873844 swapFree=7628/7628
[pid=30876] ppid=30874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30876/stat : 30876 (npSolver-pbo-It) S 30874 30876 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376123852 9367552 274 33554432000 4194304 5064252 140736403967360 140736403966272 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30876/statm: 2287 274 233 213 0 72 0
[pid=30877] ppid=30876 vsize=19612 CPUtime=0.43 cores=0,2,4,6
/proc/30877/stat : 30877 (npSolver-pbo) S 30876 30876 30697 0 -1 4202496 7416 2750 0 0 39 4 0 0 20 0 1 0 376123852 20082688 4560 33554432000 4194304 6004724 140733193837104 140733193822952 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 4903 4560 166 442 0 4457 0
[pid=30885] ppid=30877 vsize=78712 CPUtime=25.09 cores=0,2,4,6
/proc/30885/stat : 30885 (glucosInc) R 30877 30876 30697 0 -1 4202496 17206 0 0 0 2505 4 0 0 20 0 1 0 376123868 80601088 18236 33554432000 4194304 5654031 140734335772544 140734335760360 4215913 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30885/statm: 19678 18236 152 357 0 19318 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 107472

[startup+51.1004 s]
/proc/loadavg: 2.00 1.97 1.70 3/181 30946
/proc/meminfo: memFree=29253648/32873844 swapFree=7628/7628
[pid=30876] ppid=30874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30876/stat : 30876 (npSolver-pbo-It) S 30874 30876 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376123852 9367552 274 33554432000 4194304 5064252 140736403967360 140736403966272 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30876/statm: 2287 274 233 213 0 72 0
[pid=30877] ppid=30876 vsize=19612 CPUtime=0.43 cores=0,2,4,6
/proc/30877/stat : 30877 (npSolver-pbo) S 30876 30876 30697 0 -1 4202496 7416 2750 0 0 39 4 0 0 20 0 1 0 376123852 20082688 4560 33554432000 4194304 6004724 140733193837104 140733193822952 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 4903 4560 166 442 0 4457 0
[pid=30885] ppid=30877 vsize=78924 CPUtime=50.67 cores=0,2,4,6
/proc/30885/stat : 30885 (glucosInc) R 30877 30876 30697 0 -1 4202496 17735 0 0 0 5063 4 0 0 20 0 1 0 376123868 80818176 18075 33554432000 4194304 5654031 140734335772544 140734335770568 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30885/statm: 19731 18075 152 357 0 19371 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 107684

[startup+102.307 s]
/proc/loadavg: 2.00 1.97 1.71 3/181 30956
/proc/meminfo: memFree=29222096/32873844 swapFree=7628/7628
[pid=30876] ppid=30874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30876/stat : 30876 (npSolver-pbo-It) S 30874 30876 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376123852 9367552 274 33554432000 4194304 5064252 140736403967360 140736403966272 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30876/statm: 2287 274 233 213 0 72 0
[pid=30877] ppid=30876 vsize=19612 CPUtime=0.43 cores=0,2,4,6
/proc/30877/stat : 30877 (npSolver-pbo) S 30876 30876 30697 0 -1 4202496 7416 2750 0 0 39 4 0 0 20 0 1 0 376123852 20082688 4560 33554432000 4194304 6004724 140733193837104 140733193822952 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 4903 4560 166 442 0 4457 0
[pid=30885] ppid=30877 vsize=91052 CPUtime=101.86 cores=0,2,4,6
/proc/30885/stat : 30885 (glucosInc) R 30877 30876 30697 0 -1 4202496 18587 0 0 0 10181 5 0 0 20 0 1 0 376123868 93237248 21818 33554432000 4194304 5654031 140734335772544 140734335770568 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30885/statm: 22763 21818 152 357 0 22403 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 119812

[startup+162.3 s]
/proc/loadavg: 2.04 1.99 1.73 3/181 30959
/proc/meminfo: memFree=29192192/32873844 swapFree=7628/7628
[pid=30876] ppid=30874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30876/stat : 30876 (npSolver-pbo-It) S 30874 30876 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376123852 9367552 274 33554432000 4194304 5064252 140736403967360 140736403966272 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30876/statm: 2287 274 233 213 0 72 0
[pid=30877] ppid=30876 vsize=19612 CPUtime=0.43 cores=0,2,4,6
/proc/30877/stat : 30877 (npSolver-pbo) S 30876 30876 30697 0 -1 4202496 7416 2750 0 0 39 4 0 0 20 0 1 0 376123852 20082688 4560 33554432000 4194304 6004724 140733193837104 140733193822952 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 4903 4560 166 442 0 4457 0
[pid=30885] ppid=30877 vsize=109728 CPUtime=161.84 cores=0,2,4,6
/proc/30885/stat : 30885 (glucosInc) R 30877 30876 30697 0 -1 4202496 18974 0 0 0 16179 5 0 0 20 0 1 0 376123868 112361472 25276 33554432000 4194304 5654031 140734335772544 140734335770424 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30885/statm: 27432 25276 152 357 0 27072 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 138488

[startup+222.3 s]
/proc/loadavg: 2.01 1.99 1.74 3/181 30959
/proc/meminfo: memFree=29176296/32873844 swapFree=7628/7628
[pid=30876] ppid=30874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30876/stat : 30876 (npSolver-pbo-It) S 30874 30876 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376123852 9367552 274 33554432000 4194304 5064252 140736403967360 140736403966272 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30876/statm: 2287 274 233 213 0 72 0
[pid=30877] ppid=30876 vsize=19612 CPUtime=0.43 cores=0,2,4,6
/proc/30877/stat : 30877 (npSolver-pbo) S 30876 30876 30697 0 -1 4202496 7416 2750 0 0 39 4 0 0 20 0 1 0 376123852 20082688 4560 33554432000 4194304 6004724 140733193837104 140733193822952 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 4903 4560 166 442 0 4457 0
[pid=30885] ppid=30877 vsize=91068 CPUtime=221.83 cores=0,2,4,6
/proc/30885/stat : 30885 (glucosInc) R 30877 30876 30697 0 -1 4202496 19521 0 0 0 22178 5 0 0 20 0 1 0 376123868 93253632 21971 33554432000 4194304 5654031 140734335772544 140734335770456 4232830 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30885/statm: 22767 21971 152 357 0 22407 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 119828

[startup+282.3 s]

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

/proc/meminfo: memFree=29095364/32873844 swapFree=7628/7628
[pid=30876] ppid=30874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30876/stat : 30876 (npSolver-pbo-It) S 30874 30876 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376123852 9367552 274 33554432000 4194304 5064252 140736403967360 140736403966272 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30876/statm: 2287 274 233 213 0 72 0
[pid=30877] ppid=30876 vsize=19612 CPUtime=0.43 cores=0,2,4,6
/proc/30877/stat : 30877 (npSolver-pbo) S 30876 30876 30697 0 -1 4202496 7416 2750 0 0 39 4 0 0 20 0 1 0 376123852 20082688 4560 33554432000 4194304 6004724 140733193837104 140733193822952 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 4903 4560 166 442 0 4457 0
[pid=30885] ppid=30877 vsize=109744 CPUtime=1301.68 cores=0,2,4,6
/proc/30885/stat : 30885 (glucosInc) R 30877 30876 30697 0 -1 4202496 19800 0 0 0 130162 6 0 0 20 0 1 0 376123868 112377856 26613 33554432000 4194304 5654031 140734335772544 140734335770424 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30885/statm: 27436 26613 152 357 0 27076 0
Current children cumulated CPU time (s) 1302.11
Current children cumulated vsize (KiB) 138504

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 1.91 3/182 30973
/proc/meminfo: memFree=29104356/32873844 swapFree=7628/7628
[pid=30876] ppid=30874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30876/stat : 30876 (npSolver-pbo-It) S 30874 30876 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376123852 9367552 274 33554432000 4194304 5064252 140736403967360 140736403966272 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30876/statm: 2287 274 233 213 0 72 0
[pid=30877] ppid=30876 vsize=19612 CPUtime=0.43 cores=0,2,4,6
/proc/30877/stat : 30877 (npSolver-pbo) S 30876 30876 30697 0 -1 4202496 7416 2750 0 0 39 4 0 0 20 0 1 0 376123852 20082688 4560 33554432000 4194304 6004724 140733193837104 140733193822952 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 4903 4560 166 442 0 4457 0
[pid=30885] ppid=30877 vsize=116928 CPUtime=1361.66 cores=0,2,4,6
/proc/30885/stat : 30885 (glucosInc) R 30877 30876 30697 0 -1 4202496 20169 0 0 0 136160 6 0 0 20 0 1 0 376123868 119734272 27479 33554432000 4194304 5654031 140734335772544 140734335770344 4232659 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30885/statm: 29232 27479 152 357 0 28872 0
Current children cumulated CPU time (s) 1362.09
Current children cumulated vsize (KiB) 145688

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 30975
/proc/meminfo: memFree=29167060/32873844 swapFree=7628/7628
[pid=30876] ppid=30874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30876/stat : 30876 (npSolver-pbo-It) S 30874 30876 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376123852 9367552 274 33554432000 4194304 5064252 140736403967360 140736403966272 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30876/statm: 2287 274 233 213 0 72 0
[pid=30877] ppid=30876 vsize=19612 CPUtime=0.43 cores=0,2,4,6
/proc/30877/stat : 30877 (npSolver-pbo) S 30876 30876 30697 0 -1 4202496 7416 2750 0 0 39 4 0 0 20 0 1 0 376123852 20082688 4560 33554432000 4194304 6004724 140733193837104 140733193822952 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 4903 4560 166 442 0 4457 0
[pid=30885] ppid=30877 vsize=135604 CPUtime=1421.65 cores=0,2,4,6
/proc/30885/stat : 30885 (glucosInc) R 30877 30876 30697 0 -1 4202496 20515 0 0 0 142159 6 0 0 20 0 1 0 376123868 138858496 31886 33554432000 4194304 5654031 140734335772544 140734335770344 4232800 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30885/statm: 33901 31886 152 357 0 33541 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 164364

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 30975
/proc/meminfo: memFree=29139616/32873844 swapFree=7628/7628
[pid=30876] ppid=30874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30876/stat : 30876 (npSolver-pbo-It) S 30874 30876 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376123852 9367552 274 33554432000 4194304 5064252 140736403967360 140736403966272 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30876/statm: 2287 274 233 213 0 72 0
[pid=30877] ppid=30876 vsize=19612 CPUtime=0.43 cores=0,2,4,6
/proc/30877/stat : 30877 (npSolver-pbo) S 30876 30876 30697 0 -1 4202496 7416 2750 0 0 39 4 0 0 20 0 1 0 376123852 20082688 4560 33554432000 4194304 6004724 140733193837104 140733193822952 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 4903 4560 166 442 0 4457 0
[pid=30885] ppid=30877 vsize=135604 CPUtime=1481.64 cores=0,2,4,6
/proc/30885/stat : 30885 (glucosInc) R 30877 30876 30697 0 -1 4202496 20517 0 0 0 148158 6 0 0 20 0 1 0 376123868 138858496 32910 33554432000 4194304 5654031 140734335772544 140734335770344 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30885/statm: 33901 32910 152 357 0 33541 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 164364

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 30975
/proc/meminfo: memFree=29134772/32873844 swapFree=7628/7628
[pid=30876] ppid=30874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30876/stat : 30876 (npSolver-pbo-It) S 30874 30876 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376123852 9367552 274 33554432000 4194304 5064252 140736403967360 140736403966272 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30876/statm: 2287 274 233 213 0 72 0
[pid=30877] ppid=30876 vsize=19612 CPUtime=0.43 cores=0,2,4,6
/proc/30877/stat : 30877 (npSolver-pbo) S 30876 30876 30697 0 -1 4202496 7416 2750 0 0 39 4 0 0 20 0 1 0 376123852 20082688 4560 33554432000 4194304 6004724 140733193837104 140733193822952 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 4903 4560 166 442 0 4457 0
[pid=30885] ppid=30877 vsize=135604 CPUtime=1541.63 cores=0,2,4,6
/proc/30885/stat : 30885 (glucosInc) R 30877 30876 30697 0 -1 4202496 20517 0 0 0 154157 6 0 0 20 0 1 0 376123868 138858496 33110 33554432000 4194304 5654031 140734335772544 140734335770344 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30885/statm: 33901 33110 152 357 0 33541 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 164364

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 1.91 3/181 30975
/proc/meminfo: memFree=29130116/32873844 swapFree=7628/7628
[pid=30876] ppid=30874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30876/stat : 30876 (npSolver-pbo-It) S 30874 30876 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376123852 9367552 274 33554432000 4194304 5064252 140736403967360 140736403966272 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30876/statm: 2287 274 233 213 0 72 0
[pid=30877] ppid=30876 vsize=19612 CPUtime=0.43 cores=0,2,4,6
/proc/30877/stat : 30877 (npSolver-pbo) S 30876 30876 30697 0 -1 4202496 7416 2750 0 0 39 4 0 0 20 0 1 0 376123852 20082688 4560 33554432000 4194304 6004724 140733193837104 140733193822952 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 4903 4560 166 442 0 4457 0
[pid=30885] ppid=30877 vsize=135604 CPUtime=1601.62 cores=0,2,4,6
/proc/30885/stat : 30885 (glucosInc) R 30877 30876 30697 0 -1 4202496 20517 0 0 0 160156 6 0 0 20 0 1 0 376123868 138858496 33110 33554432000 4194304 5654031 140734335772544 140734335770344 4216337 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30885/statm: 33901 33110 152 357 0 33541 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 164364

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/182 30979
/proc/meminfo: memFree=29116520/32873844 swapFree=7628/7628
[pid=30876] ppid=30874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30876/stat : 30876 (npSolver-pbo-It) S 30874 30876 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376123852 9367552 274 33554432000 4194304 5064252 140736403967360 140736403966272 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30876/statm: 2287 274 233 213 0 72 0
[pid=30877] ppid=30876 vsize=19612 CPUtime=0.43 cores=0,2,4,6
/proc/30877/stat : 30877 (npSolver-pbo) S 30876 30876 30697 0 -1 4202496 7416 2750 0 0 39 4 0 0 20 0 1 0 376123852 20082688 4560 33554432000 4194304 6004724 140733193837104 140733193822952 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 4903 4560 166 442 0 4457 0
[pid=30885] ppid=30877 vsize=135604 CPUtime=1661.61 cores=0,2,4,6
/proc/30885/stat : 30885 (glucosInc) R 30877 30876 30697 0 -1 4202496 20517 0 0 0 166155 6 0 0 20 0 1 0 376123868 138858496 33110 33554432000 4194304 5654031 140734335772544 140734335770344 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30885/statm: 33901 33110 152 357 0 33541 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 164364

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/181 30979
/proc/meminfo: memFree=29116712/32873844 swapFree=7628/7628
[pid=30876] ppid=30874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30876/stat : 30876 (npSolver-pbo-It) S 30874 30876 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376123852 9367552 274 33554432000 4194304 5064252 140736403967360 140736403966272 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30876/statm: 2287 274 233 213 0 72 0
[pid=30877] ppid=30876 vsize=19612 CPUtime=0.43 cores=0,2,4,6
/proc/30877/stat : 30877 (npSolver-pbo) S 30876 30876 30697 0 -1 4202496 7416 2750 0 0 39 4 0 0 20 0 1 0 376123852 20082688 4560 33554432000 4194304 6004724 140733193837104 140733193822952 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 4903 4560 166 442 0 4457 0
[pid=30885] ppid=30877 vsize=135604 CPUtime=1721.6 cores=0,2,4,6
/proc/30885/stat : 30885 (glucosInc) R 30877 30876 30697 0 -1 4202496 20517 0 0 0 172154 6 0 0 20 0 1 0 376123868 138858496 33110 33554432000 4194304 5654031 140734335772544 140734335770344 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30885/statm: 33901 33110 152 357 0 33541 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 164364

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 30979
/proc/meminfo: memFree=29116772/32873844 swapFree=7628/7628
[pid=30876] ppid=30874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30876/stat : 30876 (npSolver-pbo-It) S 30874 30876 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376123852 9367552 274 33554432000 4194304 5064252 140736403967360 140736403966272 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30876/statm: 2287 274 233 213 0 72 0
[pid=30877] ppid=30876 vsize=19612 CPUtime=0.43 cores=0,2,4,6
/proc/30877/stat : 30877 (npSolver-pbo) S 30876 30876 30697 0 -1 4202496 7416 2750 0 0 39 4 0 0 20 0 1 0 376123852 20082688 4560 33554432000 4194304 6004724 140733193837104 140733193822952 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 4903 4560 166 442 0 4457 0
[pid=30885] ppid=30877 vsize=135604 CPUtime=1781.59 cores=0,2,4,6
/proc/30885/stat : 30885 (glucosInc) R 30877 30876 30697 0 -1 4202496 20517 0 0 0 178153 6 0 0 20 0 1 0 376123868 138858496 33110 33554432000 4194304 5654031 140734335772544 140734335770344 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30885/statm: 33901 33110 152 357 0 33541 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 164364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 30979
/proc/meminfo: memFree=29116772/32873844 swapFree=7628/7628
[pid=30876] ppid=30874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30876/stat : 30876 (npSolver-pbo-It) S 30874 30876 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376123852 9367552 274 33554432000 4194304 5064252 140736403967360 140736403966272 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30876/statm: 2287 274 233 213 0 72 0
[pid=30877] ppid=30876 vsize=19612 CPUtime=0.43 cores=0,2,4,6
/proc/30877/stat : 30877 (npSolver-pbo) S 30876 30876 30697 0 -1 4202496 7416 2750 0 0 39 4 0 0 20 0 1 0 376123852 20082688 4560 33554432000 4194304 6004724 140733193837104 140733193822952 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 4903 4560 166 442 0 4457 0
[pid=30885] ppid=30877 vsize=135604 CPUtime=1799.6 cores=0,2,4,6
/proc/30885/stat : 30885 (glucosInc) R 30877 30876 30697 0 -1 4202496 20517 0 0 0 179954 6 0 0 20 0 1 0 376123868 138858496 33110 33554432000 4194304 5654031 140734335772544 140734335770344 4232651 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30885/statm: 33901 33110 152 357 0 33541 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 164364

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 30979
/proc/meminfo: memFree=29116772/32873844 swapFree=7628/7628
[pid=30876] ppid=30874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30876/stat : 30876 (npSolver-pbo-It) S 30874 30876 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376123852 9367552 274 33554432000 4194304 5064252 140736403967360 140736403966272 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30876/statm: 2287 274 233 213 0 72 0
[pid=30877] ppid=30876 vsize=19612 CPUtime=0.43 cores=0,2,4,6
/proc/30877/stat : 30877 (npSolver-pbo) S 30876 30876 30697 0 -1 4202496 7416 2750 0 0 39 4 0 0 20 0 1 0 376123852 20082688 4560 33554432000 4194304 6004724 140733193837104 140733193822952 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 4903 4560 166 442 0 4457 0
[pid=30885] ppid=30877 vsize=135604 CPUtime=1799.6 cores=0,2,4,6
/proc/30885/stat : 30885 (glucosInc) R 30877 30876 30697 0 -1 4202496 20517 0 0 0 179954 6 0 0 20 0 1 0 376123868 138858496 33110 33554432000 4194304 5654031 140734335772544 140734335770344 4232651 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30885/statm: 33901 33110 152 357 0 33541 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 164364

Child status: 0
Real time (s): 1800.31
CPU time (s): 1800.06
CPU user time (s): 1799.94
CPU system time (s): 0.118981
CPU usage (%): 99.9861
Max. virtual memory (cumulated for all children) (KiB): 164364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.94
system time used= 0.118981
maximum resident set size= 132440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31058
page faults= 0
swaps= 0
block input operations= 0
block output operations= 17296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5906
involuntary context switches= 1931

runsolver used 2.48062 second user time and 7.35588 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-07 22:13:09
IDJOB=3747139
IDBENCH=2023
IDSOLVER=2332
FILE ID=node146/3747139-1339099989
RUNJOBID= node146-1339098177-30713
PBS_JOBID= 14643707
Free space on /tmp= 71216 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-cc.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3747139-1339099989/watcher-3747139-1339099989 -o /tmp/evaluation-result-3747139-1339099989/solver-3747139-1339099989 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3747139-1339099989.opb 696256657 HOME HOME

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

MD5SUM BENCH= 2dad588c047f66368bead690393575a4
RANDOM SEED=696256657

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28496428 kB
Buffers:          366208 kB
Cached:          2361216 kB
SwapCached:         2364 kB
Active:          2112904 kB
Inactive:        1431464 kB
Active(anon):     814624 kB
Inactive(anon):     4684 kB
Active(file):    1298280 kB
Inactive(file):  1426780 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67099952 kB
Dirty:              8152 kB
Writeback:             0 kB
AnonPages:        766060 kB
Mapped:            10288 kB
Shmem:                 0 kB
Slab:             688884 kB
SReclaimable:     129100 kB
SUnreclaim:       559784 kB
KernelStack:        1504 kB
PageTables:         5296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1055600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    368640 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= 71272 MiB
End job on node146 at 2012-06-07 22:43:10