Trace number 4100810

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
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.9 889.981

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-grow15.opb
MD5SUM85af08260bc54f31465e48eb0563bdd8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables17130
Total number of constraints900
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints900
Minimum length of a constraint22
Maximum length of a constraint491
Number of terms in the objective function 1335
Biggest coefficient in the objective function 12744
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 525285
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 256781
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 525285
Number of bits of the biggest sum of numbers20
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.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4100810-1466211541.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.70/0.80	c ... done. Wall clock time 0.678s.
1.70/0.80	c declared #vars     17130
1.70/0.80	c #constraints  1200
1.70/0.80	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.70/0.80	c constraints type 
1.70/0.80	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1200
1.70/0.80	c 1200 constraints processed.
1.70/0.80	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.70/0.80	c constraints type 
1.70/0.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1200
1.70/0.80	c 1200 constraints processed.
1.70/0.80	c objective function length is 1335 literals
8.01/3.29	c cleaning 2499 clauses out of 5000 with flag 19221/5001
13.08/5.61	c cleaning 4250 clauses out of 8502 with flag 37578/11002
19.37/8.72	c cleaning 5624 clauses out of 11250 with flag 63283/18000
28.28/13.09	c cleaning 6810 clauses out of 13628 with flag 93838/26002
38.12/17.89	c cleaning 7909 clauses out of 15817 with flag 125472/35001
43.96/20.68	c cleaning 8947 clauses out of 17904 with flag 154823/45000
47.77/22.57	c cleaning 9967 clauses out of 19961 with flag 179143/56004
54.59/25.84	c cleaning 10993 clauses out of 21992 with flag 203139/68002
61.19/29.20	c cleaning 11997 clauses out of 23999 with flag 229139/81002
68.78/32.95	c cleaning 12999 clauses out of 26004 with flag 257143/95004
77.67/37.27	c cleaning 13997 clauses out of 28001 with flag 287135/110000
79.87/38.36	c cleaning 0 clauses out of 5000 with flag 0/5000
87.33/41.93	c cleaning 15001 clauses out of 30006 with flag 319139/126002
98.39/47.75	c cleaning 16002 clauses out of 32003 with flag 353135/143000
109.05/53.05	c cleaning 16999 clauses out of 34001 with flag 389135/161000
120.80/58.85	c cleaning 18000 clauses out of 36002 with flag 427135/180000
133.60/65.25	c cleaning 18998 clauses out of 38005 with flag 467141/200003
147.56/72.19	c cleaning 20004 clauses out of 40007 with flag 509141/221003
162.77/79.61	c cleaning 20993 clauses out of 42002 with flag 553139/243002
178.60/87.48	c cleaning 22002 clauses out of 44010 with flag 599141/266003
195.96/96.07	c cleaning 22999 clauses out of 46007 with flag 647139/290002
214.38/105.20	c cleaning 24001 clauses out of 48008 with flag 697139/315002
229.33/113.12	c cleaning 0 clauses out of 11001 with flag 0/11001
234.94/115.92	c cleaning 24999 clauses out of 50006 with flag 749137/341001
256.07/126.34	c cleaning 26000 clauses out of 52007 with flag 803137/368001
278.80/137.68	c cleaning 27002 clauses out of 54006 with flag 859135/396000
303.97/150.03	c cleaning 27996 clauses out of 56005 with flag 917137/425001
328.02/161.97	c cleaning 29005 clauses out of 58010 with flag 977139/455002
356.83/176.03	c cleaning 30003 clauses out of 60005 with flag 1039139/486002
385.50/190.21	c cleaning 31000 clauses out of 62000 with flag 1103135/518000
414.39/204.32	c cleaning 31998 clauses out of 64000 with flag 1169135/551000
444.78/219.16	c cleaning 32998 clauses out of 66003 with flag 1237137/585001
476.59/234.83	c cleaning 34003 clauses out of 68006 with flag 1307139/620002
514.61/253.31	c cleaning 35001 clauses out of 70001 with flag 1379135/656000
552.78/273.31	c cleaning 36001 clauses out of 72001 with flag 1453137/693001
582.19/287.99	c cleaning 0 clauses out of 18000 with flag 0/18000
590.98/292.30	c cleaning 36995 clauses out of 73999 with flag 1530780/731000
631.55/312.50	c cleaning 37998 clauses out of 76004 with flag 1608780/770000
673.75/333.36	c cleaning 39000 clauses out of 78007 with flag 1688782/810001
719.34/355.77	c cleaning 40002 clauses out of 80008 with flag 1770784/851002
761.86/376.69	c cleaning 40996 clauses out of 82006 with flag 1854784/893002
807.06/398.79	c cleaning 41996 clauses out of 84010 with flag 1940784/936002
854.92/422.18	c cleaning 43001 clauses out of 86014 with flag 2028784/980002
903.39/445.81	c cleaning 43996 clauses out of 88013 with flag 2118785/1025002
951.58/469.68	c cleaning 45007 clauses out of 90018 with flag 2210788/1071003
1004.09/495.43	c cleaning 45998 clauses out of 92008 with flag 2304797/1118000
1015.67/503.04	c cleaning 0 clauses out of 26000 with flag 0/26000
1061.62/525.80	c cleaning 47004 clauses out of 94015 with flag 2400807/1166005
1117.21/553.05	c cleaning 47999 clauses out of 96008 with flag 2498802/1215002
1178.71/583.08	c cleaning 49000 clauses out of 98008 with flag 2598802/1265001
1240.64/613.62	c cleaning 50000 clauses out of 100009 with flag 2700820/1316002
1253.64/620.18	c cleaning 0 clauses out of 35000 with flag 0/35000
1306.00/645.96	c cleaning 51002 clauses out of 102012 with flag 2804828/1368005
1371.51/677.88	c cleaning 52001 clauses out of 104005 with flag 2910818/1421000
1441.74/713.92	c cleaning 52998 clauses out of 106006 with flag 3018822/1475002
1511.26/748.22	c cleaning 53999 clauses out of 108006 with flag 3128818/1530000
1581.71/783.04	c cleaning 54999 clauses out of 110008 with flag 3240820/1586001
1660.02/821.65	c cleaning 55997 clauses out of 112008 with flag 3354818/1643000
1722.75/852.41	c cleaning 0 clauses out of 45002 with flag 0/45002
1745.61/863.60	c cleaning 57006 clauses out of 114013 with flag 3470822/1701002
1800.12/889.91	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/889.91	c starts		: 255
1800.12/889.91	c conflicts		: 1747007
1800.12/889.91	c decisions		: 1884772
1800.12/889.91	c propagations		: 86324405
1800.12/889.91	c inspects		: 9430942221
1800.12/889.91	c shortcuts		: 0
1800.12/889.91	c learnt literals	: 4
1800.12/889.91	c learnt binary clauses	: 1
1800.12/889.91	c learnt ternary clauses	: 3
1800.12/889.91	c learnt constraints	: 1747003
1800.12/889.91	c ignored constraints	: 0
1800.12/889.91	c root simplifications	: 0
1800.12/889.91	c removed literals (reason simplification)	: 16335146
1800.12/889.91	c reason swapping (by a shorter reason)	: 0
1800.12/889.91	c Calls to reduceDB	: 54
1800.12/889.91	c Number of update (reduction) of LBD	: 11013
1800.12/889.91	c Imported unit clauses	: 0
1800.12/889.91	c number of reductions to clauses (during analyze)	: 0
1800.12/889.91	c number of learned constraints concerned by reduction	: 0
1800.12/889.91	c number of learning phase by resolution	: 0
1800.12/889.91	c number of learning phase by cutting planes	: 0
1800.12/889.91	c speed (assignments/second)	: 97093.09754141598
1800.12/889.91	c non guided choices	6628
1800.12/889.93	c learnt constraints type 
1800.12/889.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.12/889.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 103011
1800.12/889.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/889.93	c starts		: 67
1800.12/889.93	c conflicts		: 49466
1800.12/889.93	c decisions		: 94548
1800.12/889.93	c propagations		: 405094
1800.12/889.93	c inspects		: 527213066
1800.12/889.93	c shortcuts		: 0
1800.12/889.93	c learnt literals	: 0
1800.12/889.93	c learnt binary clauses	: 0
1800.12/889.93	c learnt ternary clauses	: 0
1800.12/889.93	c learnt constraints	: 49466
1800.12/889.93	c ignored constraints	: 0
1800.12/889.93	c root simplifications	: 0
1800.12/889.93	c removed literals (reason simplification)	: 0
1800.12/889.93	c reason swapping (by a shorter reason)	: 0
1800.12/889.93	c Calls to reduceDB	: 6
1800.12/889.93	c Number of update (reduction) of LBD	: 0
1800.12/889.93	c Imported unit clauses	: 0
1800.12/889.93	c number of reductions to clauses (during analyze)	: 0
1800.12/889.93	c number of learned constraints concerned by reduction	: 0
1800.12/889.93	c number of learning phase by resolution	: 0
1800.12/889.93	c number of learning phase by cutting planes	: 0
1800.12/889.93	c speed (assignments/second)	: 455.61587784679784
1800.12/889.93	c non guided choices	1246
1800.12/889.95	c learnt constraints type 
1800.12/889.95	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1249
1800.12/889.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 48217
1800.12/889.95	s UNKNOWN
1800.12/889.95	c Total wall clock time (in seconds): 889.836

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-4100810-1466211541/watcher-4100810-1466211541 -o /tmp/evaluation-result-4100810-1466211541/solver-4100810-1466211541 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13554 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100810-1466211541.opb 

pid=15715
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: 3.96 4.02 4.02 5/197 15718
/proc/meminfo: memFree=27947700/32872528 swapFree=163656/177964
[pid=15718] ppid=15715 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/15718/stat : 15718 (java) R 15715 15718 13538 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 23204091 278528 33 33554432000 1073741824 1073778376 140737266525584 140736741859128 224913354023 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 68 33 25 9 0 25 0

[startup+0.100158 s]
/proc/loadavg: 3.96 4.02 4.02 5/197 15718
/proc/meminfo: memFree=27947700/32872528 swapFree=163656/177964
[pid=15718] ppid=15715 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/15718/stat : 15718 (java) S 15715 15718 13538 0 -1 4202496 4410 0 1 0 8 1 0 0 20 0 18 0 23204091 9787879424 6047 33554432000 1073741824 1073778376 140737266525584 140737266516720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15718/statm: 2389619 6047 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 3.96 4.02 4.02 5/197 15718
/proc/meminfo: memFree=27947700/32872528 swapFree=163656/177964
[pid=15718] ppid=15715 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/15718/stat : 15718 (java) S 15715 15718 13538 0 -1 4202496 5006 0 1 0 25 1 0 0 20 0 18 0 23204091 9787879424 7437 33554432000 1073741824 1073778376 140737266525584 140737266516720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15718/statm: 2389619 7437 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300217 s]
/proc/loadavg: 3.96 4.02 4.02 5/197 15718
/proc/meminfo: memFree=27947700/32872528 swapFree=163656/177964
[pid=15718] ppid=15715 vsize=9558476 CPUtime=0.54 cores=0,2,4,6
/proc/15718/stat : 15718 (java) S 15715 15718 13538 0 -1 4202496 6364 0 1 0 53 1 0 0 20 0 18 0 23204091 9787879424 10772 33554432000 1073741824 1073778376 140737266525584 140737266516720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15718/statm: 2389619 10772 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.707252 s]
/proc/loadavg: 3.96 4.02 4.02 5/197 15718
/proc/meminfo: memFree=27947700/32872528 swapFree=163656/177964
[pid=15718] ppid=15715 vsize=9558476 CPUtime=1.51 cores=0,2,4,6
/proc/15718/stat : 15718 (java) S 15715 15718 13538 0 -1 4202496 14984 0 1 0 145 6 0 0 20 0 18 0 23204091 9787879424 47407 33554432000 1073741824 1073778376 140737266525584 140737266516720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15718/statm: 2389619 47407 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 4.04 4.04 4.02 7/218 15740
/proc/meminfo: memFree=27745724/32872528 swapFree=163656/177964
[pid=15718] ppid=15715 vsize=9824732 CPUtime=4.43 cores=0,2,4,6
/proc/15718/stat : 15718 (java) S 15715 15718 13538 0 -1 4202496 15756 0 1 0 430 13 0 0 20 0 22 0 23204091 10060525568 61895 33554432000 1073741824 1073778376 140737266525584 140737266516720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15718/statm: 2456183 61895 2286 9 0 2446860 0
[pid=15718/tid=15720] ppid=15715 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/15718/task/15720/stat : 15720 (java) S 15715 15718 13538 0 -1 4202560 2485 0 1 0 69 3 0 0 20 0 22 0 23204092 10060525568 61895 33554432000 1073741824 1073778376 140737266525584 140452492235640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15718/tid=15721] ppid=15715 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/15718/task/15721/stat : 15721 (java) S 15715 15718 13538 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 23204093 10060525568 61895 33554432000 1073741824 1073778376 140737266525584 140452481296680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15722] ppid=15715 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15718/task/15722/stat : 15722 (java) S 15715 15718 13538 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 23204093 10060525568 61895 33554432000 1073741824 1073778376 140737266525584 140452480243880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15723] ppid=15715 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/15718/task/15723/stat : 15723 (java) S 15715 15718 13538 0 -1 4202560 68 0 0 0 3 1 0 0 20 0 22 0 23204093 10060525568 61895 33554432000 1073741824 1073778376 140737266525584 140452479191592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15724] ppid=15715 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15718/task/15724/stat : 15724 (java) S 15715 15718 13538 0 -1 4202560 118 0 0 0 2 0 0 0 20 0 22 0 23204093 10060525568 61895 33554432000 1073741824 1073778376 140737266525584 140452478138792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15718/tid=15725] ppid=15715 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/15718/task/15725/stat : 15725 (java) S 15715 15718 13538 0 -1 4202560 121 0 0 0 3 2 0 0 20 0 22 0 23204093 10060525568 61895 33554432000 1073741824 1073778376 140737266525584 140452331993896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15718/tid=15726] ppid=15715 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/15718/task/15726/stat : 15726 (java) S 15715 15718 13538 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 23204093 10060525568 61895 33554432000 1073741824 1073778376 140737266525584 140452330941096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15718/tid=15727] ppid=15715 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/15718/task/15727/stat : 15727 (java) S 15715 15718 13538 0 -1 4202560 115 0 0 0 1 0 0 0 20 0 22 0 23204093 10060525568 61895 33554432000 1073741824 1073778376 140737266525584 140452329888808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15728] ppid=15715 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15718/task/15728/stat : 15728 (java) S 15715 15718 13538 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 23204093 10060525568 61895 33554432000 1073741824 1073778376 140737266525584 140452328836008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15729] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15729/stat : 15729 (java) S 15715 15718 13538 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23204094 10060525568 61895 33554432000 1073741824 1073778376 140737266525584 140452316424424 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15730] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15730/stat : 15730 (java) S 15715 15718 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23204094 10060525568 61895 33554432000 1073741824 1073778376 140737266525584 140452315370488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15731] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15731/stat : 15731 (java) S 15715 15718 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23204095 10060525568 61895 33554432000 1073741824 1073778376 140737266525584 140452314318088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15732] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15732/stat : 15732 (java) S 15715 15718 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23204097 10060525568 61895 33554432000 1073741824 1073778376 140737266525584 140452313266576 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15733] ppid=15715 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/15718/task/15733/stat : 15733 (java) R 15715 15718 13538 0 -1 4202560 5330 0 0 0 101 0 0 0 20 0 22 0 23204097 10060525568 61895 33554432000 1073741824 1073778376 140737266525584 140452312200296 140452499219203 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15718/tid=15734] ppid=15715 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/15718/task/15734/stat : 15734 (java) S 15715 15718 13538 0 -1 4202560 6056 0 0 0 103 0 0 0 20 0 22 0 23204097 10060525568 61895 33554432000 1073741824 1073778376 140737266525584 140452311161400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15735] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15735/stat : 15735 (java) S 15715 15718 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23204097 10060525568 61895 33554432000 1073741824 1073778376 140737266525584 140452310109304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15718/tid=15736] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15736/stat : 15736 (java) S 15715 15718 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23204097 10060525568 61895 33554432000 1073741824 1073778376 140737266525584 140452309056712 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15718/tid=15737] ppid=15715 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/15718/task/15737/stat : 15737 (java) R 15715 15718 13538 0 -1 4202560 24 0 0 0 63 0 0 0 20 0 22 0 23204171 10060525568 61895 33554432000 1073741824 1073778376 140737266525584 140452307999168 140452360279466 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=15718/tid=15738] ppid=15715 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/15718/task/15738/stat : 15738 (java) R 15715 15718 13538 0 -1 4202560 23 0 0 0 63 0 0 0 20 0 22 0 23204171 10060525568 61895 33554432000 1073741824 1073778376 140737266525584 140452306948216 140452360037205 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15718/tid=15739] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15739/stat : 15739 (java) S 15715 15718 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23204173 10060525568 61895 33554432000 1073741824 1073778376 140737266525584 140452305896616 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15718/tid=15740] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15740/stat : 15740 (java) S 15715 15718 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23204173 10060525568 61895 33554432000 1073741824 1073778376 140737266525584 140452304843816 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 4.04 4.04 4.02 5/218 15740
/proc/meminfo: memFree=27601644/32872528 swapFree=163656/177964
[pid=15718] ppid=15715 vsize=9824732 CPUtime=7.79 cores=0,2,4,6
/proc/15718/stat : 15718 (java) S 15715 15718 13538 0 -1 4202496 15996 0 1 0 762 17 0 0 20 0 22 0 23204091 10060525568 95822 33554432000 1073741824 1073778376 140737266525584 140737266516720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15718/statm: 2456183 95822 2286 9 0 2446860 0
[pid=15718/tid=15720] ppid=15715 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/15718/task/15720/stat : 15720 (java) S 15715 15718 13538 0 -1 4202560 2485 0 1 0 69 3 0 0 20 0 22 0 23204092 10060525568 95822 33554432000 1073741824 1073778376 140737266525584 140452492235640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15718/tid=15721] ppid=15715 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/15718/task/15721/stat : 15721 (java) S 15715 15718 13538 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 23204093 10060525568 95822 33554432000 1073741824 1073778376 140737266525584 140452481296680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15722] ppid=15715 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/15718/task/15722/stat : 15722 (java) S 15715 15718 13538 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 22 0 23204093 10060525568 95822 33554432000 1073741824 1073778376 140737266525584 140452480243880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15718/tid=15723] ppid=15715 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/15718/task/15723/stat : 15723 (java) S 15715 15718 13538 0 -1 4202560 77 0 0 0 4 2 0 0 20 0 22 0 23204093 10060525568 95822 33554432000 1073741824 1073778376 140737266525584 140452479191592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15724] ppid=15715 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/15718/task/15724/stat : 15724 (java) S 15715 15718 13538 0 -1 4202560 121 0 0 0 2 1 0 0 20 0 22 0 23204093 10060525568 95822 33554432000 1073741824 1073778376 140737266525584 140452478138792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15718/tid=15725] ppid=15715 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/15718/task/15725/stat : 15725 (java) S 15715 15718 13538 0 -1 4202560 126 0 0 0 4 2 0 0 20 0 22 0 23204093 10060525568 95822 33554432000 1073741824 1073778376 140737266525584 140452331993896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15718/tid=15726] ppid=15715 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/15718/task/15726/stat : 15726 (java) S 15715 15718 13538 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 22 0 23204093 10060525568 95822 33554432000 1073741824 1073778376 140737266525584 140452330941096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15718/tid=15727] ppid=15715 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/15718/task/15727/stat : 15727 (java) S 15715 15718 13538 0 -1 4202560 121 0 0 0 3 0 0 0 20 0 22 0 23204093 10060525568 95822 33554432000 1073741824 1073778376 140737266525584 140452329888808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15728] ppid=15715 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/15718/task/15728/stat : 15728 (java) S 15715 15718 13538 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 22 0 23204093 10060525568 95822 33554432000 1073741824 1073778376 140737266525584 140452328836008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15718/tid=15729] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15729/stat : 15729 (java) S 15715 15718 13538 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23204094 10060525568 95822 33554432000 1073741824 1073778376 140737266525584 140452316424424 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15718/tid=15730] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15730/stat : 15730 (java) S 15715 15718 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23204094 10060525568 95822 33554432000 1073741824 1073778376 140737266525584 140452315370488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15731] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15731/stat : 15731 (java) S 15715 15718 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23204095 10060525568 95822 33554432000 1073741824 1073778376 140737266525584 140452314318088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15732] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15732/stat : 15732 (java) S 15715 15718 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23204097 10060525568 95822 33554432000 1073741824 1073778376 140737266525584 140452313266576 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15733] ppid=15715 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/15718/task/15733/stat : 15733 (java) S 15715 15718 13538 0 -1 4202560 5330 0 0 0 106 0 0 0 20 0 22 0 23204097 10060525568 95822 33554432000 1073741824 1073778376 140737266525584 140452312214200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15718/tid=15734] ppid=15715 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/15718/task/15734/stat : 15734 (java) S 15715 15718 13538 0 -1 4202560 6056 0 0 0 110 0 0 0 20 0 22 0 23204097 10060525568 95822 33554432000 1073741824 1073778376 140737266525584 140452311161400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15735] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15735/stat : 15735 (java) S 15715 15718 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23204097 10060525568 95822 33554432000 1073741824 1073778376 140737266525584 140452310109304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15718/tid=15736] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15736/stat : 15736 (java) S 15715 15718 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23204097 10060525568 95822 33554432000 1073741824 1073778376 140737266525584 140452309056712 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15718/tid=15737] ppid=15715 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/15718/task/15737/stat : 15737 (java) R 15715 15718 13538 0 -1 4202560 34 0 0 0 218 0 0 0 20 0 22 0 23204171 10060525568 95822 33554432000 1073741824 1073778376 140737266525584 140452308000576 140452359903792 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15718/tid=15738] ppid=15715 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/15718/task/15738/stat : 15738 (java) R 15715 15718 13538 0 -1 4202560 66 0 0 0 218 0 0 0 20 0 22 0 23204171 10060525568 95822 33554432000 1073741824 1073778376 140737266525584 140452306946720 140452360895677 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=15718/tid=15739] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15739/stat : 15739 (java) S 15715 15718 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23204173 10060525568 95822 33554432000 1073741824 1073778376 140737266525584 140452305896616 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15718/tid=15740] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15740/stat : 15740 (java) S 15715 15718 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23204173 10060525568 95822 33554432000 1073741824 1073778376 140737266525584 140452304843816 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.79
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.04 4.04 4.02 5/219 15741
/proc/meminfo: memFree=27289844/32872528 swapFree=163656/177964
[pid=15718] ppid=15715 vsize=9824732 CPUtime=14.46 cores=0,2,4,6
/proc/15718/stat : 15718 (java) S 15715 15718 13538 0 -1 4202496 16730 0 1 0 1417 29 0 0 20 0 22 0 23204091 10060525568 165923 33554432000 1073741824 1073778376 140737266525584 140737266516720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15718/statm: 2456183 165923 2290 9 0 2446860 0
[pid=15718/tid=15720] ppid=15715 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/15718/task/15720/stat : 15720 (java) S 15715 15718 13538 0 -1 4202560 2485 0 1 0 69 3 0 0 20 0 22 0 23204092 10060525568 165923 33554432000 1073741824 1073778376 140737266525584 140452492235640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15718/tid=15721] ppid=15715 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/15718/task/15721/stat : 15721 (java) S 15715 15718 13538 0 -1 4202560 29 0 0 0 4 2 0 0 20 0 22 0 23204093 10060525568 165923 33554432000 1073741824 1073778376 140737266525584 140452481296680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15722] ppid=15715 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/15718/task/15722/stat : 15722 (java) S 15715 15718 13538 0 -1 4202560 67 0 0 0 11 3 0 0 20 0 22 0 23204093 10060525568 165923 33554432000 1073741824 1073778376 140737266525584 140452480243880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15718/tid=15723] ppid=15715 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/15718/task/15723/stat : 15723 (java) S 15715 15718 13538 0 -1 4202560 115 0 0 0 10 4 0 0 20 0 22 0 23204093 10060525568 165923 33554432000 1073741824 1073778376 140737266525584 140452479191592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15718/tid=15724] ppid=15715 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/15718/task/15724/stat : 15724 (java) S 15715 15718 13538 0 -1 4202560 129 0 0 0 4 1 0 0 20 0 22 0 23204093 10060525568 165923 33554432000 1073741824 1073778376 140737266525584 140452478138792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15725] ppid=15715 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/15718/task/15725/stat : 15725 (java) S 15715 15718 13538 0 -1 4202560 164 0 0 0 8 3 0 0 20 0 22 0 23204093 10060525568 165923 33554432000 1073741824 1073778376 140737266525584 140452331993896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15718/tid=15726] ppid=15715 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/15718/task/15726/stat : 15726 (java) S 15715 15718 13538 0 -1 4202560 46 0 0 0 7 2 0 0 20 0 22 0 23204093 10060525568 165923 33554432000 1073741824 1073778376 140737266525584 140452330941096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15727] ppid=15715 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/15718/task/15727/stat : 15727 (java) S 15715 15718 13538 0 -1 4202560 128 0 0 0 3 2 0 0 20 0 22 0 23204093 10060525568 165923 33554432000 1073741824 1073778376 140737266525584 140452329888808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15728] ppid=15715 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/15718/task/15728/stat : 15728 (java) S 15715 15718 13538 0 -1 4202560 52 0 0 0 8 2 0 0 20 0 22 0 23204093 10060525568 165923 33554432000 1073741824 1073778376 140737266525584 140452328836008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15718/tid=15729] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15729/stat : 15729 (java) S 15715 15718 13538 0 -1 4202560 467 0 0 0 0 0 0 0 20 0 22 0 23204094 10060525568 165923 33554432000 1073741824 1073778376 140737266525584 140452316424424 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15718/tid=15730] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15730/stat : 15730 (java) S 15715 15718 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23204094 10060525568 165923 33554432000 1073741824 1073778376 140737266525584 140452315370488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15731] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15731/stat : 15731 (java) S 15715 15718 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23204095 10060525568 165923 33554432000 1073741824 1073778376 140737266525584 140452314318088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15732] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15732/stat : 15732 (java) S 15715 15718 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23204097 10060525568 165923 33554432000 1073741824 1073778376 140737266525584 140452313266576 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15733] ppid=15715 vsize=9824732 CPUtime=1.13 cores=0,2,4,6

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

[startup+882.308 s]
/proc/loadavg: 4.09 4.12 4.09 5/219 16058
/proc/meminfo: memFree=25402284/32872528 swapFree=163656/177964
[pid=15718] ppid=15715 vsize=9824732 CPUtime=1784.44 cores=0,2,4,6
/proc/15718/stat : 15718 (java) S 15715 15718 13538 0 -1 4202496 36373 0 1 0 178183 261 0 0 20 0 22 0 23204091 10060525568 1230403 33554432000 1073741824 1073778376 140737266525584 140737266516720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15718/statm: 2456183 1230403 2299 9 0 2446860 0
[pid=15718/tid=15720] ppid=15715 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/15718/task/15720/stat : 15720 (java) S 15715 15718 13538 0 -1 4202560 2512 0 1 0 71 5 0 0 20 0 22 0 23204092 10060525568 1230403 33554432000 1073741824 1073778376 140737266525584 140452492235640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15718/tid=15721] ppid=15715 vsize=9824732 CPUtime=7.23 cores=0,2,4,6
/proc/15718/task/15721/stat : 15721 (java) S 15715 15718 13538 0 -1 4202560 636 0 0 0 704 19 0 0 20 0 22 0 23204093 10060525568 1230403 33554432000 1073741824 1073778376 140737266525584 140452481296680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15718/tid=15722] ppid=15715 vsize=9824732 CPUtime=8.27 cores=0,2,4,6
/proc/15718/task/15722/stat : 15722 (java) S 15715 15718 13538 0 -1 4202560 1002 0 0 0 801 26 0 0 20 0 22 0 23204093 10060525568 1230403 33554432000 1073741824 1073778376 140737266525584 140452480243880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15723] ppid=15715 vsize=9824732 CPUtime=8.01 cores=0,2,4,6
/proc/15718/task/15723/stat : 15723 (java) S 15715 15718 13538 0 -1 4202560 884 0 0 0 774 27 0 0 20 0 22 0 23204093 10060525568 1230403 33554432000 1073741824 1073778376 140737266525584 140452479191592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15718/tid=15724] ppid=15715 vsize=9824732 CPUtime=6.64 cores=0,2,4,6
/proc/15718/task/15724/stat : 15724 (java) S 15715 15718 13538 0 -1 4202560 881 0 0 0 641 23 0 0 20 0 22 0 23204093 10060525568 1230403 33554432000 1073741824 1073778376 140737266525584 140452478138792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15718/tid=15725] ppid=15715 vsize=9824732 CPUtime=7.34 cores=0,2,4,6
/proc/15718/task/15725/stat : 15725 (java) S 15715 15718 13538 0 -1 4202560 850 0 0 0 711 23 0 0 20 0 22 0 23204093 10060525568 1230403 33554432000 1073741824 1073778376 140737266525584 140452331993896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15718/tid=15726] ppid=15715 vsize=9824732 CPUtime=7.62 cores=0,2,4,6
/proc/15718/task/15726/stat : 15726 (java) S 15715 15718 13538 0 -1 4202560 770 0 0 0 739 23 0 0 20 0 22 0 23204093 10060525568 1230403 33554432000 1073741824 1073778376 140737266525584 140452330941096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15727] ppid=15715 vsize=9824732 CPUtime=7.47 cores=0,2,4,6
/proc/15718/task/15727/stat : 15727 (java) S 15715 15718 13538 0 -1 4202560 700 0 0 0 727 20 0 0 20 0 22 0 23204093 10060525568 1230403 33554432000 1073741824 1073778376 140737266525584 140452329888808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15718/tid=15728] ppid=15715 vsize=9824732 CPUtime=7.89 cores=0,2,4,6
/proc/15718/task/15728/stat : 15728 (java) S 15715 15718 13538 0 -1 4202560 891 0 0 0 761 28 0 0 20 0 22 0 23204093 10060525568 1230403 33554432000 1073741824 1073778376 140737266525584 140452328836008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15729] ppid=15715 vsize=9824732 CPUtime=11.81 cores=0,2,4,6
/proc/15718/task/15729/stat : 15729 (java) S 15715 15718 13538 0 -1 4202560 4327 0 0 0 1172 9 0 0 20 0 22 0 23204094 10060525568 1230403 33554432000 1073741824 1073778376 140737266525584 140452316424424 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15718/tid=15730] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15730/stat : 15730 (java) S 15715 15718 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23204094 10060525568 1230403 33554432000 1073741824 1073778376 140737266525584 140452315370488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15731] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15731/stat : 15731 (java) S 15715 15718 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23204095 10060525568 1230403 33554432000 1073741824 1073778376 140737266525584 140452314318088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15732] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15732/stat : 15732 (java) S 15715 15718 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23204097 10060525568 1230403 33554432000 1073741824 1073778376 140737266525584 140452313266576 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15733] ppid=15715 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/15718/task/15733/stat : 15733 (java) S 15715 15718 13538 0 -1 4202560 9233 0 0 0 136 2 0 0 20 0 22 0 23204097 10060525568 1230403 33554432000 1073741824 1073778376 140737266525584 140452312214200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15718/tid=15734] ppid=15715 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/15718/task/15734/stat : 15734 (java) S 15715 15718 13538 0 -1 4202560 9804 0 0 0 175 2 0 0 20 0 22 0 23204097 10060525568 1230403 33554432000 1073741824 1073778376 140737266525584 140452311161400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15718/tid=15735] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15735/stat : 15735 (java) S 15715 15718 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23204097 10060525568 1230403 33554432000 1073741824 1073778376 140737266525584 140452310109304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15718/tid=15736] ppid=15715 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/15718/task/15736/stat : 15736 (java) S 15715 15718 13538 0 -1 4202560 51 0 0 0 14 17 0 0 20 0 22 0 23204097 10060525568 1230403 33554432000 1073741824 1073778376 140737266525584 140452309056712 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15718/tid=15737] ppid=15715 vsize=9824732 CPUtime=854.17 cores=0,2,4,6
/proc/15718/task/15737/stat : 15737 (java) R 15715 15718 13538 0 -1 4202560 184 0 0 0 85393 24 0 0 20 0 22 0 23204171 10060525568 1230403 33554432000 1073741824 1073778376 140737266525584 140452307999264 140452360398899 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15738] ppid=15715 vsize=9824732 CPUtime=854.08 cores=0,2,4,6
/proc/15718/task/15738/stat : 15738 (java) R 15715 15718 13538 0 -1 4202560 2383 0 0 0 85364 44 0 0 20 0 22 0 23204171 10060525568 1230403 33554432000 1073741824 1073778376 140737266525584 140452306946944 140452360532323 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15718/tid=15739] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15739/stat : 15739 (java) S 15715 15718 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23204173 10060525568 1230403 33554432000 1073741824 1073778376 140737266525584 140452305896616 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15718/tid=15740] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15740/stat : 15740 (java) S 15715 15718 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23204173 10060525568 1230403 33554432000 1073741824 1073778376 140737266525584 140452304843816 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1784.44
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+889.901 s]
/proc/loadavg: 4.08 4.12 4.09 5/219 16058
/proc/meminfo: memFree=25380068/32872528 swapFree=163656/177964
[pid=15718] ppid=15715 vsize=9824732 CPUtime=1800.12 cores=0,2,4,6
/proc/15718/stat : 15718 (java) S 15715 15718 13538 0 -1 4202496 36410 0 1 0 179750 262 0 0 20 0 22 0 23204091 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140737266516720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15718/statm: 2456183 1237579 2299 9 0 2446860 0
[pid=15718/tid=15720] ppid=15715 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/15718/task/15720/stat : 15720 (java) S 15715 15718 13538 0 -1 4202560 2512 0 1 0 71 5 0 0 20 0 22 0 23204092 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452492235640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15718/tid=15721] ppid=15715 vsize=9824732 CPUtime=7.31 cores=0,2,4,6
/proc/15718/task/15721/stat : 15721 (java) S 15715 15718 13538 0 -1 4202560 639 0 0 0 712 19 0 0 20 0 22 0 23204093 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452481296680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15718/tid=15722] ppid=15715 vsize=9824732 CPUtime=8.39 cores=0,2,4,6
/proc/15718/task/15722/stat : 15722 (java) S 15715 15718 13538 0 -1 4202560 1007 0 0 0 812 27 0 0 20 0 22 0 23204093 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452480243880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15723] ppid=15715 vsize=9824732 CPUtime=8.1 cores=0,2,4,6
/proc/15718/task/15723/stat : 15723 (java) S 15715 15718 13538 0 -1 4202560 885 0 0 0 783 27 0 0 20 0 22 0 23204093 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452479191592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15718/tid=15724] ppid=15715 vsize=9824732 CPUtime=6.88 cores=0,2,4,6
/proc/15718/task/15724/stat : 15724 (java) S 15715 15718 13538 0 -1 4202560 889 0 0 0 665 23 0 0 20 0 22 0 23204093 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452478138792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15718/tid=15725] ppid=15715 vsize=9824732 CPUtime=7.42 cores=0,2,4,6
/proc/15718/task/15725/stat : 15725 (java) S 15715 15718 13538 0 -1 4202560 850 0 0 0 719 23 0 0 20 0 22 0 23204093 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452331993896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15726] ppid=15715 vsize=9824732 CPUtime=7.75 cores=0,2,4,6
/proc/15718/task/15726/stat : 15726 (java) S 15715 15718 13538 0 -1 4202560 771 0 0 0 751 24 0 0 20 0 22 0 23204093 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452330941096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15727] ppid=15715 vsize=9824732 CPUtime=7.59 cores=0,2,4,6
/proc/15718/task/15727/stat : 15727 (java) S 15715 15718 13538 0 -1 4202560 712 0 0 0 739 20 0 0 20 0 22 0 23204093 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452329888808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15718/tid=15728] ppid=15715 vsize=9824732 CPUtime=8.03 cores=0,2,4,6
/proc/15718/task/15728/stat : 15728 (java) S 15715 15718 13538 0 -1 4202560 897 0 0 0 774 29 0 0 20 0 22 0 23204093 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452328836008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15718/tid=15729] ppid=15715 vsize=9824732 CPUtime=11.81 cores=0,2,4,6
/proc/15718/task/15729/stat : 15729 (java) S 15715 15718 13538 0 -1 4202560 4327 0 0 0 1172 9 0 0 20 0 22 0 23204094 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452316424424 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15718/tid=15730] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15730/stat : 15730 (java) S 15715 15718 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23204094 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452315370488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15731] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15731/stat : 15731 (java) S 15715 15718 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23204095 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452314318088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15732] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15732/stat : 15732 (java) S 15715 15718 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23204097 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452313266576 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15733] ppid=15715 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/15718/task/15733/stat : 15733 (java) S 15715 15718 13538 0 -1 4202560 9233 0 0 0 136 2 0 0 20 0 22 0 23204097 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452312214200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15718/tid=15734] ppid=15715 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/15718/task/15734/stat : 15734 (java) S 15715 15718 13538 0 -1 4202560 9804 0 0 0 175 2 0 0 20 0 22 0 23204097 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452311161400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15718/tid=15735] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15735/stat : 15735 (java) S 15715 15718 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23204097 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452310109304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15718/tid=15736] ppid=15715 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/15718/task/15736/stat : 15736 (java) S 15715 15718 13538 0 -1 4202560 51 0 0 0 14 17 0 0 20 0 22 0 23204097 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452309056712 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15718/tid=15737] ppid=15715 vsize=9824732 CPUtime=861.52 cores=0,2,4,6
/proc/15718/task/15737/stat : 15737 (java) R 15715 15718 13538 0 -1 4202560 184 0 0 0 86127 25 0 0 20 0 22 0 23204171 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452308000000 140452360398899 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15718/tid=15738] ppid=15715 vsize=9824732 CPUtime=861.42 cores=0,2,4,6
/proc/15718/task/15738/stat : 15738 (java) R 15715 15718 13538 0 -1 4202560 2384 0 0 0 86097 45 0 0 20 0 22 0 23204171 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452306948432 140452360531738 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15718/tid=15739] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15739/stat : 15739 (java) S 15715 15718 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23204173 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452305896616 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15718/tid=15740] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15740/stat : 15740 (java) S 15715 15718 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23204173 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452304843816 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824732

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 15718 sig 9
??? kill -15718 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+889.901 s]
/proc/loadavg: 4.08 4.12 4.09 5/219 16058
/proc/meminfo: memFree=25380068/32872528 swapFree=163656/177964
[pid=15718] ppid=15715 vsize=9824732 CPUtime=1800.12 cores=0,2,4,6
/proc/15718/stat : 15718 (java) S 15715 15718 13538 0 -1 4202496 36410 0 1 0 179750 262 0 0 20 0 22 0 23204091 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140737266516720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15718/statm: 2456183 1237579 2299 9 0 2446860 0
[pid=15718/tid=15720] ppid=15715 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/15718/task/15720/stat : 15720 (java) S 15715 15718 13538 0 -1 4202560 2512 0 1 0 71 5 0 0 20 0 22 0 23204092 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452492235640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15718/tid=15721] ppid=15715 vsize=9824732 CPUtime=7.31 cores=0,2,4,6
/proc/15718/task/15721/stat : 15721 (java) S 15715 15718 13538 0 -1 4202560 639 0 0 0 712 19 0 0 20 0 22 0 23204093 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452481296680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15718/tid=15722] ppid=15715 vsize=9824732 CPUtime=8.39 cores=0,2,4,6
/proc/15718/task/15722/stat : 15722 (java) S 15715 15718 13538 0 -1 4202560 1007 0 0 0 812 27 0 0 20 0 22 0 23204093 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452480243880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15723] ppid=15715 vsize=9824732 CPUtime=8.1 cores=0,2,4,6
/proc/15718/task/15723/stat : 15723 (java) S 15715 15718 13538 0 -1 4202560 885 0 0 0 783 27 0 0 20 0 22 0 23204093 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452479191592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15718/tid=15724] ppid=15715 vsize=9824732 CPUtime=6.88 cores=0,2,4,6
/proc/15718/task/15724/stat : 15724 (java) S 15715 15718 13538 0 -1 4202560 889 0 0 0 665 23 0 0 20 0 22 0 23204093 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452478138792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15718/tid=15725] ppid=15715 vsize=9824732 CPUtime=7.42 cores=0,2,4,6
/proc/15718/task/15725/stat : 15725 (java) S 15715 15718 13538 0 -1 4202560 850 0 0 0 719 23 0 0 20 0 22 0 23204093 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452331993896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15726] ppid=15715 vsize=9824732 CPUtime=7.75 cores=0,2,4,6
/proc/15718/task/15726/stat : 15726 (java) S 15715 15718 13538 0 -1 4202560 771 0 0 0 751 24 0 0 20 0 22 0 23204093 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452330941096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15727] ppid=15715 vsize=9824732 CPUtime=7.59 cores=0,2,4,6
/proc/15718/task/15727/stat : 15727 (java) S 15715 15718 13538 0 -1 4202560 712 0 0 0 739 20 0 0 20 0 22 0 23204093 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452329888808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15718/tid=15728] ppid=15715 vsize=9824732 CPUtime=8.03 cores=0,2,4,6
/proc/15718/task/15728/stat : 15728 (java) S 15715 15718 13538 0 -1 4202560 897 0 0 0 774 29 0 0 20 0 22 0 23204093 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452328836008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15718/tid=15729] ppid=15715 vsize=9824732 CPUtime=11.81 cores=0,2,4,6
/proc/15718/task/15729/stat : 15729 (java) S 15715 15718 13538 0 -1 4202560 4327 0 0 0 1172 9 0 0 20 0 22 0 23204094 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452316424424 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15718/tid=15730] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15730/stat : 15730 (java) S 15715 15718 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23204094 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452315370488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15731] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15731/stat : 15731 (java) S 15715 15718 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23204095 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452314318088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15732] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15732/stat : 15732 (java) S 15715 15718 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23204097 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452313266576 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15718/tid=15733] ppid=15715 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/15718/task/15733/stat : 15733 (java) S 15715 15718 13538 0 -1 4202560 9233 0 0 0 136 2 0 0 20 0 22 0 23204097 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452312214200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15718/tid=15734] ppid=15715 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/15718/task/15734/stat : 15734 (java) S 15715 15718 13538 0 -1 4202560 9804 0 0 0 175 2 0 0 20 0 22 0 23204097 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452311161400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15718/tid=15735] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15735/stat : 15735 (java) S 15715 15718 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23204097 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452310109304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15718/tid=15736] ppid=15715 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/15718/task/15736/stat : 15736 (java) S 15715 15718 13538 0 -1 4202560 51 0 0 0 14 17 0 0 20 0 22 0 23204097 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452309056712 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15718/tid=15737] ppid=15715 vsize=9824732 CPUtime=861.52 cores=0,2,4,6
/proc/15718/task/15737/stat : 15737 (java) R 15715 15718 13538 0 -1 4202560 184 0 0 0 86127 25 0 0 20 0 22 0 23204171 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452308000000 140452360398899 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15718/tid=15738] ppid=15715 vsize=9824732 CPUtime=861.42 cores=0,2,4,6
/proc/15718/task/15738/stat : 15738 (java) R 15715 15718 13538 0 -1 4202560 2384 0 0 0 86097 45 0 0 20 0 22 0 23204171 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452306948432 140452360531738 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15718/tid=15739] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15739/stat : 15739 (java) S 15715 15718 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23204173 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452305896616 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15718/tid=15740] ppid=15715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15718/task/15740/stat : 15740 (java) S 15715 15718 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23204173 10060525568 1237579 33554432000 1073741824 1073778376 140737266525584 140452304843816 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 889.981
CPU time (s): 1800.9
CPU user time (s): 1797.75
CPU system time (s): 3.15252
CPU usage (%): 202.353
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.75
system time used= 3.15252
maximum resident set size= 4950436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36444
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24089
involuntary context switches= 42312

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.57315 second user time and 7.27289 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 02:59:02
IDJOB=4100810
IDBENCH=1664
IDSOLVER=2543
FILE ID=node105/4100810-1466211541
RUNJOBID= node105-1466206102-13554
PBS_JOBID= 19918167
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-grow15.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100810-1466211541/watcher-4100810-1466211541 -o /tmp/evaluation-result-4100810-1466211541/solver-4100810-1466211541 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13554 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100810-1466211541.opb

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

MD5SUM BENCH= 85af08260bc54f31465e48eb0563bdd8
RANDOM SEED=1503989072

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27947964 kB
Buffers:           40836 kB
Cached:            82056 kB
SwapCached:         1776 kB
Active:          3954788 kB
Inactive:          79060 kB
Active(anon):    3911664 kB
Inactive(anon):     1384 kB
Active(file):      43124 kB
Inactive(file):    77676 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097092 kB
Dirty:              2084 kB
Writeback:             0 kB
AnonPages:       4092116 kB
Mapped:            15372 kB
Shmem:                 0 kB
Slab:             570932 kB
SReclaimable:      14668 kB
SUnreclaim:       556264 kB
KernelStack:        1592 kB
PageTables:        11888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4733888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3864576 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= 71744 MiB
End job on node105 at 2016-06-18 03:13:52