Trace number 4084474

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.09 1776.74

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-41-40.opb
MD5SUM2ea7e3b5e107f983d069c627d91480a3
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.019996
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1640
Total number of constraints81
Number of constraints which are clauses41
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint41
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 42
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084474-1465240692.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.27/0.20	c ... done. Wall clock time 0.086s.
0.27/0.20	c declared #vars     1640
0.27/0.20	c #constraints  81
0.27/0.20	c constraints type 
0.27/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 41
0.27/0.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 40
0.27/0.20	c 81 constraints processed.
0.98/0.70	c cleaning 2491 clauses out of 5002 with flag 32552/5002
1.76/1.40	c cleaning 4255 clauses out of 8509 with flag 71901/11000
2.42/2.07	c cleaning 5603 clauses out of 11255 with flag 115004/18001
3.34/2.92	c cleaning 6798 clauses out of 13651 with flag 167523/26000
4.86/4.48	c cleaning 7701 clauses out of 15853 with flag 252358/35000
7.56/7.14	c cleaning 9013 clauses out of 18152 with flag 427899/45000
10.96/10.50	c cleaning 10068 clauses out of 20140 with flag 602441/56001
15.16/14.69	c cleaning 11023 clauses out of 22072 with flag 793080/68001
19.98/19.31	c cleaning 12023 clauses out of 24050 with flag 985768/81002
25.88/25.24	c cleaning 13010 clauses out of 26025 with flag 1208138/95000
32.57/31.71	c cleaning 14005 clauses out of 28016 with flag 1432649/110001
37.97/37.15	c cleaning 15000 clauses out of 30010 with flag 1668679/126000
44.44/43.52	c cleaning 16003 clauses out of 32011 with flag 1872792/143001
51.20/50.21	c cleaning 16997 clauses out of 34008 with flag 2027546/161001
59.00/57.88	c cleaning 17996 clauses out of 36011 with flag 2185670/180001
67.09/65.90	c cleaning 19001 clauses out of 38015 with flag 2354943/200001
76.64/75.27	c cleaning 20002 clauses out of 40014 with flag 2548437/221001
87.40/85.52	c cleaning 21000 clauses out of 42011 with flag 2756859/243000
98.55/96.67	c cleaning 22002 clauses out of 44012 with flag 2981969/266001
110.05/108.05	c cleaning 22998 clauses out of 46011 with flag 3165600/290002
121.31/119.06	c cleaning 24001 clauses out of 48013 with flag 3409558/315002
132.59/130.21	c cleaning 25002 clauses out of 50014 with flag 3677394/341004
147.23/144.68	c cleaning 25996 clauses out of 52008 with flag 3954252/368000
162.40/159.64	c cleaning 26999 clauses out of 54013 with flag 4244825/396001
178.69/175.78	c cleaning 27996 clauses out of 56015 with flag 4514806/425002
196.13/192.92	c cleaning 29006 clauses out of 58017 with flag 4803655/455000
213.24/209.84	c cleaning 30000 clauses out of 60011 with flag 5070252/486000
230.75/227.12	c cleaning 30997 clauses out of 62012 with flag 5343929/518001
249.94/246.06	c cleaning 32002 clauses out of 64015 with flag 5643310/551001
271.40/267.26	c cleaning 33000 clauses out of 66012 with flag 5987395/585000
294.88/290.40	c cleaning 34001 clauses out of 68013 with flag 6377781/620001
317.85/313.20	c cleaning 35001 clauses out of 70013 with flag 6704454/656002
341.35/336.34	c cleaning 35997 clauses out of 72011 with flag 7026621/693001
363.99/358.69	c cleaning 37002 clauses out of 74015 with flag 7328732/731002
385.69/380.09	c cleaning 38000 clauses out of 76012 with flag 7628069/770001
409.81/403.87	c cleaning 39001 clauses out of 78011 with flag 7939989/810000
439.48/433.11	c cleaning 39996 clauses out of 80012 with flag 8274128/851002
468.36/461.51	c cleaning 41002 clauses out of 82015 with flag 8651370/893001
500.65/493.42	c cleaning 42003 clauses out of 84013 with flag 9041355/936001
534.93/527.39	c cleaning 42997 clauses out of 86009 with flag 9450444/980000
569.65/561.57	c cleaning 44000 clauses out of 88012 with flag 9858655/1025000
606.81/598.21	c cleaning 45001 clauses out of 90012 with flag 10285887/1071000
646.08/637.13	c cleaning 46004 clauses out of 92013 with flag 10749622/1118002
687.82/678.31	c cleaning 47002 clauses out of 94007 with flag 11239799/1166000
729.18/719.20	c cleaning 47997 clauses out of 96005 with flag 11726734/1215000
773.28/762.74	c cleaning 48993 clauses out of 98008 with flag 12218979/1265000
818.23/807.12	c cleaning 50005 clauses out of 100017 with flag 12784437/1316002
866.73/855.01	c cleaning 51000 clauses out of 102011 with flag 13346207/1368001
906.81/894.44	c cleaning 51999 clauses out of 104010 with flag 13811559/1421000
954.53/941.68	c cleaning 52997 clauses out of 106013 with flag 14293740/1475002
1000.92/987.33	c cleaning 54005 clauses out of 108016 with flag 14760391/1530002
1047.63/1033.47	c cleaning 55000 clauses out of 110009 with flag 15213694/1586000
1103.35/1088.51	c cleaning 56002 clauses out of 112010 with flag 15755115/1643001
1154.67/1139.10	c cleaning 56999 clauses out of 114007 with flag 16291182/1701000
1203.02/1186.81	c cleaning 57998 clauses out of 116010 with flag 16866696/1760002
1259.66/1242.88	c cleaning 58996 clauses out of 118010 with flag 17475083/1820000
1309.85/1292.22	c cleaning 60001 clauses out of 120014 with flag 17988516/1881000
1364.62/1346.32	c cleaning 60999 clauses out of 122013 with flag 18575197/1943000
1418.30/1399.39	c cleaning 62001 clauses out of 124015 with flag 19139746/2006001
1472.69/1453.08	c cleaning 62999 clauses out of 126013 with flag 19694551/2070000
1535.45/1515.12	c cleaning 64004 clauses out of 128015 with flag 20234284/2135001
1602.01/1580.89	c cleaning 65001 clauses out of 130012 with flag 20916954/2201002
1680.29/1658.30	c cleaning 65997 clauses out of 132009 with flag 21695962/2268000
1758.25/1735.43	c cleaning 66998 clauses out of 134012 with flag 22479352/2336000
1800.09/1776.70	c starts		: 2044
1800.09/1776.70	c conflicts		: 2381793
1800.09/1776.70	c decisions		: 4725977
1800.09/1776.70	c propagations		: 40642677
1800.09/1776.70	c inspects		: 19920269331
1800.09/1776.70	c shortcuts		: 0
1800.09/1776.70	c learnt literals	: 0
1800.09/1776.70	c learnt binary clauses	: 0
1800.09/1776.70	c learnt ternary clauses	: 0
1800.09/1776.70	c learnt constraints	: 2381793
1800.09/1776.70	c ignored constraints	: 0
1800.09/1776.70	c root simplifications	: 0
1800.09/1776.70	c removed literals (reason simplification)	: 0
1800.09/1776.70	c reason swapping (by a shorter reason)	: 0
1800.09/1776.70	c Calls to reduceDB	: 64
1800.09/1776.70	c Number of update (reduction) of LBD	: 1372484
1800.09/1776.70	c Imported unit clauses	: 0
1800.09/1776.70	c number of reductions to clauses (during analyze)	: 0
1800.09/1776.70	c number of learned constraints concerned by reduction	: 0
1800.09/1776.70	c number of learning phase by resolution	: 0
1800.09/1776.70	c number of learning phase by cutting planes	: 0
1800.09/1776.70	c speed (assignments/second)	: 22877.94933858711
1800.09/1776.70	c non guided choices	1789
1800.09/1776.71	c timeout
1800.09/1776.73	c learnt constraints type 
1800.09/1776.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 112807
1800.09/1776.73	s UNKNOWN
1800.09/1776.73	c Total wall clock time (in seconds): 1776.616

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4084474-1465240692/watcher-4084474-1465240692 -o /tmp/evaluation-result-4084474-1465240692/solver-4084474-1465240692 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1465237111-7010 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084474-1465240692.opb 

pid=7429
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.11 2.18 2.17 3/194 7432
/proc/meminfo: memFree=30059144/32872528 swapFree=15272/1656604
[pid=7432] ppid=7429 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/7432/stat : 7432 (java) D 7429 7432 4042 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 106002562 2560000 46 33554432000 1073741824 1073778376 140737015785104 140737015782232 239863950631 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/7432/statm: 625 46 37 9 0 29 0

[startup+0.100059 s]
/proc/loadavg: 2.11 2.18 2.17 3/194 7432
/proc/meminfo: memFree=30059144/32872528 swapFree=15272/1656604
[pid=7432] ppid=7429 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/7432/stat : 7432 (java) S 7429 7432 4042 0 -1 4202496 4392 0 1 0 8 1 0 0 20 0 18 0 106002562 9787879424 6021 33554432000 1073741824 1073778376 140737015785104 140737015776240 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7432/statm: 2389619 6021 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200214 s]
/proc/loadavg: 2.11 2.18 2.17 3/194 7432
/proc/meminfo: memFree=30059144/32872528 swapFree=15272/1656604
[pid=7432] ppid=7429 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/7432/stat : 7432 (java) S 7429 7432 4042 0 -1 4202496 4970 0 1 0 26 1 0 0 20 0 18 0 106002562 9787879424 6955 33554432000 1073741824 1073778376 140737015785104 140737015776240 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7432/statm: 2389619 6955 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300218 s]
/proc/loadavg: 2.11 2.18 2.17 3/194 7432
/proc/meminfo: memFree=30059144/32872528 swapFree=15272/1656604
[pid=7432] ppid=7429 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/7432/stat : 7432 (java) S 7429 7432 4042 0 -1 4202496 6710 0 1 0 49 2 0 0 20 0 19 0 106002562 9856040960 8366 33554432000 1073741824 1073778376 140737015785104 140737015776240 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7432/statm: 2406260 8366 2246 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700142 s]
/proc/loadavg: 2.11 2.18 2.17 3/194 7432
/proc/meminfo: memFree=30059144/32872528 swapFree=15272/1656604
[pid=7432] ppid=7429 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/7432/stat : 7432 (java) S 7429 7432 4042 0 -1 4202496 6730 0 1 0 96 2 0 0 20 0 19 0 106002562 9856040960 9397 33554432000 1073741824 1073778376 140737015785104 140737015776240 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7432/statm: 2406260 9397 2253 9 0 2396937 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.11 2.18 2.17 3/213 7451
/proc/meminfo: memFree=30023608/32872528 swapFree=15272/1656604
[pid=7432] ppid=7429 vsize=9625040 CPUtime=1.86 cores=0,2,4,6
/proc/7432/stat : 7432 (java) S 7429 7432 4042 0 -1 4202496 8156 0 1 0 184 2 0 0 20 0 19 0 106002562 9856040960 12075 33554432000 1073741824 1073778376 140737015785104 140737015776240 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7432/statm: 2406260 12075 2257 9 0 2396937 0
[pid=7432/tid=7434] ppid=7429 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/7432/task/7434/stat : 7434 (java) R 7429 7432 4042 0 -1 4202560 2425 0 1 0 145 2 0 0 20 0 19 0 106002563 9856040960 12075 33554432000 1073741824 1073778376 140737015785104 140389650460368 140389478897942 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7432/tid=7435] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7435/stat : 7435 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002564 9856040960 12075 33554432000 1073741824 1073778376 140737015785104 140389611961384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7436] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7436/stat : 7436 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002564 9856040960 12075 33554432000 1073741824 1073778376 140737015785104 140389610908584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7432/tid=7437] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7437/stat : 7437 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002564 9856040960 12075 33554432000 1073741824 1073778376 140737015785104 140389609855784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7432/tid=7438] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7438/stat : 7438 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002564 9856040960 12075 33554432000 1073741824 1073778376 140737015785104 140389608802984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7432/tid=7439] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7439/stat : 7439 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002564 9856040960 12075 33554432000 1073741824 1073778376 140737015785104 140389607750184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7440] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7440/stat : 7440 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002564 9856040960 12075 33554432000 1073741824 1073778376 140737015785104 140389606697384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7432/tid=7441] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7441/stat : 7441 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002564 9856040960 12075 33554432000 1073741824 1073778376 140737015785104 140389605644584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7442] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7442/stat : 7442 (java) S 7429 7432 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106002564 9856040960 12075 33554432000 1073741824 1073778376 140737015785104 140389604591784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7443] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7443/stat : 7443 (java) S 7429 7432 4042 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106002565 9856040960 12075 33554432000 1073741824 1073778376 140737015785104 140389474348008 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7444] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7444/stat : 7444 (java) S 7429 7432 4042 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106002566 9856040960 12075 33554432000 1073741824 1073778376 140737015785104 140389473294072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7445] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7445/stat : 7445 (java) S 7429 7432 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106002566 9856040960 12075 33554432000 1073741824 1073778376 140737015785104 140389472241160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7446] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7446/stat : 7446 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002568 9856040960 12075 33554432000 1073741824 1073778376 140737015785104 140389471189648 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7447] ppid=7429 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/7432/task/7447/stat : 7447 (java) S 7429 7432 4042 0 -1 4202560 1521 0 0 0 14 0 0 0 20 0 19 0 106002568 9856040960 12075 33554432000 1073741824 1073778376 140737015785104 140389470136760 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7448] ppid=7429 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/7432/task/7448/stat : 7448 (java) S 7429 7432 4042 0 -1 4202560 2937 0 0 0 22 0 0 0 20 0 19 0 106002568 9856040960 12075 33554432000 1073741824 1073778376 140737015785104 140389469083960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7432/tid=7449] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7449/stat : 7449 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002568 9856040960 12075 33554432000 1073741824 1073778376 140737015785104 140389468031352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7432/tid=7450] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7450/stat : 7450 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002568 9856040960 12075 33554432000 1073741824 1073778376 140737015785104 140389466978760 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7451] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7451/stat : 7451 (java) S 7429 7432 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106002583 9856040960 12075 33554432000 1073741824 1073778376 140737015785104 140389465925288 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.10 2.18 2.17 3/213 7451
/proc/meminfo: memFree=30010204/32872528 swapFree=15272/1656604
[pid=7432] ppid=7429 vsize=9625040 CPUtime=3.55 cores=0,2,4,6
/proc/7432/stat : 7432 (java) S 7429 7432 4042 0 -1 4202496 8692 0 1 0 352 3 0 0 20 0 19 0 106002562 9856040960 16263 33554432000 1073741824 1073778376 140737015785104 140737015776240 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7432/statm: 2406260 16263 2258 9 0 2396937 0
[pid=7432/tid=7434] ppid=7429 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/7432/task/7434/stat : 7434 (java) R 7429 7432 4042 0 -1 4202560 2433 0 1 0 304 2 0 0 20 0 19 0 106002563 9856040960 16263 33554432000 1073741824 1073778376 140737015785104 140389650469128 140389479052286 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7432/tid=7435] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7435/stat : 7435 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002564 9856040960 16263 33554432000 1073741824 1073778376 140737015785104 140389611961384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7436] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7436/stat : 7436 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002564 9856040960 16263 33554432000 1073741824 1073778376 140737015785104 140389610908584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7432/tid=7437] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7437/stat : 7437 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002564 9856040960 16263 33554432000 1073741824 1073778376 140737015785104 140389609855784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7432/tid=7438] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7438/stat : 7438 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002564 9856040960 16263 33554432000 1073741824 1073778376 140737015785104 140389608802984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7432/tid=7439] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7439/stat : 7439 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002564 9856040960 16263 33554432000 1073741824 1073778376 140737015785104 140389607750184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7440] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7440/stat : 7440 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002564 9856040960 16263 33554432000 1073741824 1073778376 140737015785104 140389606697384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7432/tid=7441] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7441/stat : 7441 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002564 9856040960 16263 33554432000 1073741824 1073778376 140737015785104 140389605644584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7442] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7442/stat : 7442 (java) S 7429 7432 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106002564 9856040960 16263 33554432000 1073741824 1073778376 140737015785104 140389604591784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7443] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7443/stat : 7443 (java) S 7429 7432 4042 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106002565 9856040960 16263 33554432000 1073741824 1073778376 140737015785104 140389474348008 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7444] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7444/stat : 7444 (java) S 7429 7432 4042 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106002566 9856040960 16263 33554432000 1073741824 1073778376 140737015785104 140389473294072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7445] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7445/stat : 7445 (java) S 7429 7432 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106002566 9856040960 16263 33554432000 1073741824 1073778376 140737015785104 140389472241160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7446] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7446/stat : 7446 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002568 9856040960 16263 33554432000 1073741824 1073778376 140737015785104 140389471189648 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7447] ppid=7429 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/7432/task/7447/stat : 7447 (java) S 7429 7432 4042 0 -1 4202560 1525 0 0 0 17 0 0 0 20 0 19 0 106002568 9856040960 16263 33554432000 1073741824 1073778376 140737015785104 140389470136760 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7448] ppid=7429 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/7432/task/7448/stat : 7448 (java) S 7429 7432 4042 0 -1 4202560 3461 0 0 0 28 0 0 0 20 0 19 0 106002568 9856040960 16263 33554432000 1073741824 1073778376 140737015785104 140389469083960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7432/tid=7449] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7449/stat : 7449 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002568 9856040960 16263 33554432000 1073741824 1073778376 140737015785104 140389468031352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7432/tid=7450] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7450/stat : 7450 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002568 9856040960 16263 33554432000 1073741824 1073778376 140737015785104 140389466978760 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7451] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7451/stat : 7451 (java) S 7429 7432 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106002583 9856040960 16263 33554432000 1073741824 1073778376 140737015785104 140389465925288 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.10 2.18 2.17 3/213 7451
/proc/meminfo: memFree=29970928/32872528 swapFree=15272/1656604
[pid=7432] ppid=7429 vsize=9625040 CPUtime=6.75 cores=0,2,4,6
/proc/7432/stat : 7432 (java) S 7429 7432 4042 0 -1 4202496 8716 0 1 0 672 3 0 0 20 0 19 0 106002562 9856040960 27481 33554432000 1073741824 1073778376 140737015785104 140737015776240 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7432/statm: 2406260 27481 2259 9 0 2396937 0
[pid=7432/tid=7434] ppid=7429 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/7432/task/7434/stat : 7434 (java) R 7429 7432 4042 0 -1 4202560 2456 0 1 0 623 2 0 0 20 0 19 0 106002563 9856040960 27481 33554432000 1073741824 1073778376 140737015785104 140389650469176 140389479056610 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7432/tid=7435] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7435/stat : 7435 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002564 9856040960 27481 33554432000 1073741824 1073778376 140737015785104 140389611961384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7436] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7436/stat : 7436 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002564 9856040960 27481 33554432000 1073741824 1073778376 140737015785104 140389610908584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7432/tid=7437] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7437/stat : 7437 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002564 9856040960 27481 33554432000 1073741824 1073778376 140737015785104 140389609855784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7432/tid=7438] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7438/stat : 7438 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002564 9856040960 27481 33554432000 1073741824 1073778376 140737015785104 140389608802984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7432/tid=7439] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7439/stat : 7439 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002564 9856040960 27481 33554432000 1073741824 1073778376 140737015785104 140389607750184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7440] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7440/stat : 7440 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002564 9856040960 27481 33554432000 1073741824 1073778376 140737015785104 140389606697384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7432/tid=7441] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7441/stat : 7441 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002564 9856040960 27481 33554432000 1073741824 1073778376 140737015785104 140389605644584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7442] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7442/stat : 7442 (java) S 7429 7432 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106002564 9856040960 27481 33554432000 1073741824 1073778376 140737015785104 140389604591784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7443] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7443/stat : 7443 (java) S 7429 7432 4042 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106002565 9856040960 27481 33554432000 1073741824 1073778376 140737015785104 140389474348008 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7444] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7444/stat : 7444 (java) S 7429 7432 4042 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106002566 9856040960 27481 33554432000 1073741824 1073778376 140737015785104 140389473294072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7445] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7445/stat : 7445 (java) S 7429 7432 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106002566 9856040960 27481 33554432000 1073741824 1073778376 140737015785104 140389472241160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7446] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7446/stat : 7446 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002568 9856040960 27481 33554432000 1073741824 1073778376 140737015785104 140389471189648 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7447] ppid=7429 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/7432/task/7447/stat : 7447 (java) S 7429 7432 4042 0 -1 4202560 1525 0 0 0 17 0 0 0 20 0 19 0 106002568 9856040960 27481 33554432000 1073741824 1073778376 140737015785104 140389470136760 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7448] ppid=7429 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/7432/task/7448/stat : 7448 (java) S 7429 7432 4042 0 -1 4202560 3461 0 0 0 28 0 0 0 20 0 19 0 106002568 9856040960 27481 33554432000 1073741824 1073778376 140737015785104 140389469083960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7432/tid=7449] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7449/stat : 7449 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002568 9856040960 27481 33554432000 1073741824 1073778376 140737015785104 140389468031352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7432/tid=7450] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7450/stat : 7450 (java) S 7429 7432 4042 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106002568 9856040960 27481 33554432000 1073741824 1073778376 140737015785104 140389466978760 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7451] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7451/stat : 7451 (java) S 7429 7432 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106002583 9856040960 27481 33554432000 1073741824 1073778376 140737015785104 140389465925288 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 9625040


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

[pid=7432/tid=7451] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7451/stat : 7451 (java) S 7429 7432 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106002583 9856040960 174567 33554432000 1073741824 1073778376 140737015785104 140389465925288 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1684.32
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.16 2.17 2.17 4/213 7560
/proc/meminfo: memFree=29544764/32872528 swapFree=15272/1656604
[pid=7432] ppid=7429 vsize=9625040 CPUtime=1744.99 cores=0,2,4,6
/proc/7432/stat : 7432 (java) S 7429 7432 4042 0 -1 4202496 41115 0 1 0 174100 399 0 0 20 0 19 0 106002562 9856040960 159171 33554432000 1073741824 1073778376 140737015785104 140737015776240 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7432/statm: 2406260 159171 2280 9 0 2396937 0
[pid=7432/tid=7434] ppid=7429 vsize=9625040 CPUtime=1702.63 cores=0,2,4,6
/proc/7432/task/7434/stat : 7434 (java) R 7429 7432 4042 0 -1 4202560 2897 0 1 0 170232 31 0 0 20 0 19 0 106002563 9856040960 159171 33554432000 1073741824 1073778376 140737015785104 140389650468048 140389479036161 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7432/tid=7435] ppid=7429 vsize=9625040 CPUtime=4.06 cores=0,2,4,6
/proc/7432/task/7435/stat : 7435 (java) S 7429 7432 4042 0 -1 4202560 3589 0 0 0 356 50 0 0 20 0 19 0 106002564 9856040960 159171 33554432000 1073741824 1073778376 140737015785104 140389611961384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7436] ppid=7429 vsize=9625040 CPUtime=3.94 cores=0,2,4,6
/proc/7432/task/7436/stat : 7436 (java) S 7429 7432 4042 0 -1 4202560 3856 0 0 0 347 47 0 0 20 0 19 0 106002564 9856040960 159171 33554432000 1073741824 1073778376 140737015785104 140389610908584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7437] ppid=7429 vsize=9625040 CPUtime=3.77 cores=0,2,4,6
/proc/7432/task/7437/stat : 7437 (java) S 7429 7432 4042 0 -1 4202560 3109 0 0 0 334 43 0 0 20 0 19 0 106002564 9856040960 159171 33554432000 1073741824 1073778376 140737015785104 140389609855784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7438] ppid=7429 vsize=9625040 CPUtime=4.09 cores=0,2,4,6
/proc/7432/task/7438/stat : 7438 (java) S 7429 7432 4042 0 -1 4202560 2791 0 0 0 364 45 0 0 20 0 19 0 106002564 9856040960 159171 33554432000 1073741824 1073778376 140737015785104 140389608802984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7432/tid=7439] ppid=7429 vsize=9625040 CPUtime=3.84 cores=0,2,4,6
/proc/7432/task/7439/stat : 7439 (java) S 7429 7432 4042 0 -1 4202560 4097 0 0 0 337 47 0 0 20 0 19 0 106002564 9856040960 159171 33554432000 1073741824 1073778376 140737015785104 140389607750184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7432/tid=7440] ppid=7429 vsize=9625040 CPUtime=3.82 cores=0,2,4,6
/proc/7432/task/7440/stat : 7440 (java) S 7429 7432 4042 0 -1 4202560 3435 0 0 0 342 40 0 0 20 0 19 0 106002564 9856040960 159171 33554432000 1073741824 1073778376 140737015785104 140389606697384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7432/tid=7441] ppid=7429 vsize=9625040 CPUtime=3.84 cores=0,2,4,6
/proc/7432/task/7441/stat : 7441 (java) S 7429 7432 4042 0 -1 4202560 2776 0 0 0 340 44 0 0 20 0 19 0 106002564 9856040960 159171 33554432000 1073741824 1073778376 140737015785104 140389605644584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7432/tid=7442] ppid=7429 vsize=9625040 CPUtime=3.75 cores=0,2,4,6
/proc/7432/task/7442/stat : 7442 (java) S 7429 7432 4042 0 -1 4202560 4524 0 0 0 332 43 0 0 20 0 19 0 106002564 9856040960 159171 33554432000 1073741824 1073778376 140737015785104 140389604591784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7443] ppid=7429 vsize=9625040 CPUtime=6.03 cores=0,2,4,6
/proc/7432/task/7443/stat : 7443 (java) S 7429 7432 4042 0 -1 4202560 3696 0 0 0 595 8 0 0 20 0 19 0 106002565 9856040960 159171 33554432000 1073741824 1073778376 140737015785104 140389474348008 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7444] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7444/stat : 7444 (java) S 7429 7432 4042 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 106002566 9856040960 159171 33554432000 1073741824 1073778376 140737015785104 140389473294072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7445] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7445/stat : 7445 (java) S 7429 7432 4042 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106002566 9856040960 159171 33554432000 1073741824 1073778376 140737015785104 140389472241160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7446] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7446/stat : 7446 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002568 9856040960 159171 33554432000 1073741824 1073778376 140737015785104 140389471189648 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7447] ppid=7429 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/7432/task/7447/stat : 7447 (java) S 7429 7432 4042 0 -1 4202560 1525 0 0 0 17 0 0 0 20 0 19 0 106002568 9856040960 159171 33554432000 1073741824 1073778376 140737015785104 140389470136760 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7448] ppid=7429 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/7432/task/7448/stat : 7448 (java) S 7429 7432 4042 0 -1 4202560 3461 0 0 0 28 0 0 0 20 0 19 0 106002568 9856040960 159171 33554432000 1073741824 1073778376 140737015785104 140389469083960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7432/tid=7449] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7449/stat : 7449 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002568 9856040960 159171 33554432000 1073741824 1073778376 140737015785104 140389468031352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7432/tid=7450] ppid=7429 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/7432/task/7450/stat : 7450 (java) S 7429 7432 4042 0 -1 4202560 99 0 0 0 29 30 0 0 20 0 19 0 106002568 9856040960 159171 33554432000 1073741824 1073778376 140737015785104 140389466978760 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7451] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7451/stat : 7451 (java) S 7429 7432 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106002583 9856040960 159171 33554432000 1073741824 1073778376 140737015785104 140389465925288 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1744.99
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1776.7 s]
/proc/loadavg: 2.16 2.17 2.17 4/213 7561
/proc/meminfo: memFree=29540624/32872528 swapFree=15272/1656604
[pid=7432] ppid=7429 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/7432/stat : 7432 (java) S 7429 7432 4042 0 -1 4202496 41543 0 1 0 179597 412 0 0 20 0 19 0 106002562 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140737015776240 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7432/statm: 2406260 155864 2280 9 0 2396937 0
[pid=7432/tid=7434] ppid=7429 vsize=9625040 CPUtime=1756.41 cores=0,2,4,6
/proc/7432/task/7434/stat : 7434 (java) R 7429 7432 4042 0 -1 4202560 2913 0 1 0 175609 32 0 0 20 0 19 0 106002563 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389650468048 140389478832048 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7432/tid=7435] ppid=7429 vsize=9625040 CPUtime=4.14 cores=0,2,4,6
/proc/7432/task/7435/stat : 7435 (java) S 7429 7432 4042 0 -1 4202560 3605 0 0 0 363 51 0 0 20 0 19 0 106002564 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389611961384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7436] ppid=7429 vsize=9625040 CPUtime=4.08 cores=0,2,4,6
/proc/7432/task/7436/stat : 7436 (java) S 7429 7432 4042 0 -1 4202560 3918 0 0 0 359 49 0 0 20 0 19 0 106002564 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389610908584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7432/tid=7437] ppid=7429 vsize=9625040 CPUtime=3.89 cores=0,2,4,6
/proc/7432/task/7437/stat : 7437 (java) S 7429 7432 4042 0 -1 4202560 3131 0 0 0 344 45 0 0 20 0 19 0 106002564 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389609855784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7432/tid=7438] ppid=7429 vsize=9625040 CPUtime=4.22 cores=0,2,4,6
/proc/7432/task/7438/stat : 7438 (java) S 7429 7432 4042 0 -1 4202560 2817 0 0 0 375 47 0 0 20 0 19 0 106002564 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389608802984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7432/tid=7439] ppid=7429 vsize=9625040 CPUtime=3.99 cores=0,2,4,6
/proc/7432/task/7439/stat : 7439 (java) S 7429 7432 4042 0 -1 4202560 4154 0 0 0 350 49 0 0 20 0 19 0 106002564 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389607750184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7432/tid=7440] ppid=7429 vsize=9625040 CPUtime=3.94 cores=0,2,4,6
/proc/7432/task/7440/stat : 7440 (java) S 7429 7432 4042 0 -1 4202560 3481 0 0 0 353 41 0 0 20 0 19 0 106002564 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389606697384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7432/tid=7441] ppid=7429 vsize=9625040 CPUtime=3.94 cores=0,2,4,6
/proc/7432/task/7441/stat : 7441 (java) S 7429 7432 4042 0 -1 4202560 2825 0 0 0 349 45 0 0 20 0 19 0 106002564 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389605644584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7432/tid=7442] ppid=7429 vsize=9625040 CPUtime=3.86 cores=0,2,4,6
/proc/7432/task/7442/stat : 7442 (java) S 7429 7432 4042 0 -1 4202560 4536 0 0 0 342 44 0 0 20 0 19 0 106002564 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389604591784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7432/tid=7443] ppid=7429 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/7432/task/7443/stat : 7443 (java) S 7429 7432 4042 0 -1 4202560 3814 0 0 0 615 8 0 0 20 0 19 0 106002565 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389474348008 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7444] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7444/stat : 7444 (java) S 7429 7432 4042 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 106002566 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389473294072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7445] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7445/stat : 7445 (java) S 7429 7432 4042 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106002566 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389472241160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7446] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7446/stat : 7446 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002568 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389471189648 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7447] ppid=7429 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/7432/task/7447/stat : 7447 (java) S 7429 7432 4042 0 -1 4202560 1525 0 0 0 17 0 0 0 20 0 19 0 106002568 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389470136760 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7448] ppid=7429 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/7432/task/7448/stat : 7448 (java) S 7429 7432 4042 0 -1 4202560 3461 0 0 0 28 0 0 0 20 0 19 0 106002568 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389469083960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7432/tid=7449] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7449/stat : 7449 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002568 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389468031352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7432/tid=7450] ppid=7429 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/7432/task/7450/stat : 7450 (java) S 7429 7432 4042 0 -1 4202560 103 0 0 0 30 32 0 0 20 0 19 0 106002568 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389466978760 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7451] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7451/stat : 7451 (java) S 7429 7432 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106002583 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389465925288 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 7432 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1776.7 s]
/proc/loadavg: 2.16 2.17 2.17 4/213 7561
/proc/meminfo: memFree=29540624/32872528 swapFree=15272/1656604
[pid=7432] ppid=7429 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/7432/stat : 7432 (java) S 7429 7432 4042 0 -1 4202496 41543 0 1 0 179597 412 0 0 20 0 19 0 106002562 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140737015776240 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7432/statm: 2406260 155864 2280 9 0 2396937 0
[pid=7432/tid=7434] ppid=7429 vsize=9625040 CPUtime=1756.41 cores=0,2,4,6
/proc/7432/task/7434/stat : 7434 (java) R 7429 7432 4042 0 -1 4202560 2913 0 1 0 175609 32 0 0 20 0 19 0 106002563 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389650468048 140389478832048 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7432/tid=7435] ppid=7429 vsize=9625040 CPUtime=4.14 cores=0,2,4,6
/proc/7432/task/7435/stat : 7435 (java) S 7429 7432 4042 0 -1 4202560 3605 0 0 0 363 51 0 0 20 0 19 0 106002564 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389611961384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7436] ppid=7429 vsize=9625040 CPUtime=4.08 cores=0,2,4,6
/proc/7432/task/7436/stat : 7436 (java) S 7429 7432 4042 0 -1 4202560 3918 0 0 0 359 49 0 0 20 0 19 0 106002564 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389610908584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7432/tid=7437] ppid=7429 vsize=9625040 CPUtime=3.89 cores=0,2,4,6
/proc/7432/task/7437/stat : 7437 (java) S 7429 7432 4042 0 -1 4202560 3131 0 0 0 344 45 0 0 20 0 19 0 106002564 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389609855784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7432/tid=7438] ppid=7429 vsize=9625040 CPUtime=4.22 cores=0,2,4,6
/proc/7432/task/7438/stat : 7438 (java) S 7429 7432 4042 0 -1 4202560 2817 0 0 0 375 47 0 0 20 0 19 0 106002564 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389608802984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7432/tid=7439] ppid=7429 vsize=9625040 CPUtime=3.99 cores=0,2,4,6
/proc/7432/task/7439/stat : 7439 (java) S 7429 7432 4042 0 -1 4202560 4154 0 0 0 350 49 0 0 20 0 19 0 106002564 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389607750184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7432/tid=7440] ppid=7429 vsize=9625040 CPUtime=3.94 cores=0,2,4,6
/proc/7432/task/7440/stat : 7440 (java) S 7429 7432 4042 0 -1 4202560 3481 0 0 0 353 41 0 0 20 0 19 0 106002564 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389606697384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7432/tid=7441] ppid=7429 vsize=9625040 CPUtime=3.94 cores=0,2,4,6
/proc/7432/task/7441/stat : 7441 (java) S 7429 7432 4042 0 -1 4202560 2825 0 0 0 349 45 0 0 20 0 19 0 106002564 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389605644584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7432/tid=7442] ppid=7429 vsize=9625040 CPUtime=3.86 cores=0,2,4,6
/proc/7432/task/7442/stat : 7442 (java) S 7429 7432 4042 0 -1 4202560 4536 0 0 0 342 44 0 0 20 0 19 0 106002564 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389604591784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7432/tid=7443] ppid=7429 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/7432/task/7443/stat : 7443 (java) S 7429 7432 4042 0 -1 4202560 3814 0 0 0 615 8 0 0 20 0 19 0 106002565 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389474348008 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7444] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7444/stat : 7444 (java) S 7429 7432 4042 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 106002566 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389473294072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7445] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7445/stat : 7445 (java) S 7429 7432 4042 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106002566 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389472241160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7446] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7446/stat : 7446 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002568 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389471189648 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7447] ppid=7429 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/7432/task/7447/stat : 7447 (java) S 7429 7432 4042 0 -1 4202560 1525 0 0 0 17 0 0 0 20 0 19 0 106002568 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389470136760 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7448] ppid=7429 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/7432/task/7448/stat : 7448 (java) S 7429 7432 4042 0 -1 4202560 3461 0 0 0 28 0 0 0 20 0 19 0 106002568 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389469083960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7432/tid=7449] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7449/stat : 7449 (java) S 7429 7432 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106002568 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389468031352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7432/tid=7450] ppid=7429 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/7432/task/7450/stat : 7450 (java) S 7429 7432 4042 0 -1 4202560 103 0 0 0 30 32 0 0 20 0 19 0 106002568 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389466978760 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7432/tid=7451] ppid=7429 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7432/task/7451/stat : 7451 (java) S 7429 7432 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106002583 9856040960 155864 33554432000 1073741824 1073778376 140737015785104 140389465925288 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7432 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=509649
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=582303
# CPU time returned by wait4() is 1796.09
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1776.74
CPU time (s): 1800.09
CPU user time (s): 1795.97
CPU system time (s): 4.12
CPU usage (%): 101.314
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.51
system time used= 4.5823
maximum resident set size= 876984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41585
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51333
involuntary context switches= 54795

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.33 second user time and 10.4564 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-06 21:18:12
IDJOB=4084474
IDBENCH=2604
IDSOLVER=2546
FILE ID=node136/4084474-1465240692
RUNJOBID= node136-1465237111-7010
PBS_JOBID= 19843227
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-41-40.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084474-1465240692/watcher-4084474-1465240692 -o /tmp/evaluation-result-4084474-1465240692/solver-4084474-1465240692 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1465237111-7010 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084474-1465240692.opb

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

MD5SUM BENCH= 2ea7e3b5e107f983d069c627d91480a3
RANDOM SEED=1161590101

node136.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.959
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.91
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.959
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	: 5332.55
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.959
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	: 5332.55
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.959
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	: 5332.55
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.959
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	: 5332.55
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.959
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	: 5332.59
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.959
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	: 5332.55
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.959
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30059152 kB
Buffers:           22404 kB
Cached:           101292 kB
SwapCached:          804 kB
Active:           376264 kB
Inactive:          78088 kB
Active(anon):     329876 kB
Inactive(anon):     3032 kB
Active(file):      46388 kB
Inactive(file):    75056 kB
Unevictable:     1656604 kB
Mlocked:           15272 kB
SwapTotal:      67108856 kB
SwapFree:       67099344 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:       2127596 kB
Mapped:            15276 kB
Shmem:                 0 kB
Slab:             566820 kB
SReclaimable:      10912 kB
SUnreclaim:       555908 kB
KernelStack:        1760 kB
PageTables:         8080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2444968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2101248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node136 at 2016-06-06 21:47:49