Trace number 4089866

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 1798.14

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v041-n3.opb
MD5SUMa47cb68ddc38ac1ee25ce2b7f399d62c
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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.041993
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables123
Total number of constraints41
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)41
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 7
Number of bits of the biggest sum of numbers3
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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@587bd9f2
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@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4089866-1466034876.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.13	c ... done. Wall clock time 0.017s.
0.09/0.13	c declared #vars     123
0.09/0.13	c #constraints  82
0.09/0.13	c constraints type 
0.09/0.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 41
0.09/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.09/0.13	c 82 constraints processed.
0.74/0.53	c cleaning 2494 clauses out of 5000 with flag 37920/5000
1.24/0.93	c cleaning 4248 clauses out of 8507 with flag 86012/11001
1.84/1.52	c cleaning 5625 clauses out of 11259 with flag 144591/18001
2.55/2.29	c cleaning 6810 clauses out of 13633 with flag 211045/26000
3.56/3.25	c cleaning 7909 clauses out of 15824 with flag 286647/35001
4.76/4.42	c cleaning 8948 clauses out of 17916 with flag 366287/45002
6.16/5.86	c cleaning 9982 clauses out of 19969 with flag 460190/56003
7.52/7.15	c cleaning 10987 clauses out of 21985 with flag 537953/68001
9.02/8.64	c cleaning 11991 clauses out of 23997 with flag 629274/81000
10.92/10.54	c cleaning 12996 clauses out of 26007 with flag 733384/95001
13.01/12.66	c cleaning 13999 clauses out of 28010 with flag 845592/110000
15.51/15.11	c cleaning 15001 clauses out of 30012 with flag 972568/126001
18.41/18.02	c cleaning 15998 clauses out of 32010 with flag 1104658/143000
21.62/21.21	c cleaning 17004 clauses out of 34013 with flag 1248167/161001
25.22/24.85	c cleaning 18000 clauses out of 36009 with flag 1402780/180001
29.51/29.11	c cleaning 19000 clauses out of 38008 with flag 1574701/200000
33.61/33.20	c cleaning 20004 clauses out of 40010 with flag 1753546/221002
38.51/38.19	c cleaning 20996 clauses out of 42005 with flag 1930752/243001
43.50/43.16	c cleaning 22001 clauses out of 44010 with flag 2107993/266002
49.20/48.85	c cleaning 23000 clauses out of 46008 with flag 2285193/290001
55.60/55.20	c cleaning 24001 clauses out of 48011 with flag 2480714/315004
62.50/62.12	c cleaning 25002 clauses out of 50008 with flag 2699499/341002
69.90/69.59	c cleaning 26000 clauses out of 52005 with flag 2931938/368001
77.80/77.40	c cleaning 26998 clauses out of 54005 with flag 3169713/396001
85.81/85.48	c cleaning 27996 clauses out of 56008 with flag 3403055/425002
95.30/94.91	c cleaning 28997 clauses out of 58010 with flag 3661334/455000
106.11/105.77	c cleaning 30001 clauses out of 60014 with flag 3948213/486001
117.40/117.02	c cleaning 31000 clauses out of 62013 with flag 4240104/518001
129.91/129.55	c cleaning 31996 clauses out of 64014 with flag 4530348/551002
140.81/140.41	c cleaning 33003 clauses out of 66016 with flag 4831550/585000
152.31/151.99	c cleaning 34000 clauses out of 68013 with flag 5142651/620000
164.31/163.99	c cleaning 35001 clauses out of 70014 with flag 5452012/656001
176.80/176.44	c cleaning 36004 clauses out of 72014 with flag 5769904/693002
191.60/191.24	c cleaning 36999 clauses out of 74010 with flag 6103627/731002
206.41/206.09	c cleaning 37995 clauses out of 76010 with flag 6455110/770001
222.61/222.24	c cleaning 38995 clauses out of 78014 with flag 6808000/810000
239.91/239.58	c cleaning 40000 clauses out of 80019 with flag 7175090/851000
258.12/257.78	c cleaning 41005 clauses out of 82021 with flag 7554160/893002
277.02/276.65	c cleaning 42005 clauses out of 84015 with flag 7926974/936001
297.93/297.58	c cleaning 43000 clauses out of 86009 with flag 8330946/980000
319.23/318.86	c cleaning 44000 clauses out of 88010 with flag 8733789/1025001
341.33/340.97	c cleaning 45001 clauses out of 90009 with flag 9146802/1071000
364.78/364.32	c cleaning 45999 clauses out of 92008 with flag 9577036/1118000
389.28/388.88	c cleaning 47001 clauses out of 94010 with flag 10050019/1166001
413.28/412.88	c cleaning 48002 clauses out of 96009 with flag 10504619/1215001
437.99/437.57	c cleaning 48997 clauses out of 98008 with flag 10962843/1265002
466.08/465.67	c cleaning 50001 clauses out of 100009 with flag 11421941/1316000
494.39/493.99	c cleaning 51001 clauses out of 102008 with flag 11915398/1368000
524.20/523.77	c cleaning 52000 clauses out of 104007 with flag 12405235/1421000
555.50/555.06	c cleaning 53000 clauses out of 106007 with flag 12866217/1475000
591.91/591.44	c cleaning 54002 clauses out of 108009 with flag 13394428/1530002
626.61/626.16	c cleaning 54995 clauses out of 110005 with flag 13904136/1586000
661.38/660.80	c cleaning 56001 clauses out of 112011 with flag 14418185/1643001
696.49/695.90	c cleaning 56999 clauses out of 114010 with flag 14935919/1701001
733.91/732.90	c cleaning 57998 clauses out of 116010 with flag 15448343/1760000
770.68/769.38	c cleaning 59002 clauses out of 118012 with flag 15985980/1820000
809.09/807.70	c cleaning 60000 clauses out of 120010 with flag 16529712/1881000
850.50/849.15	c cleaning 60999 clauses out of 122010 with flag 17076632/1943000
892.12/890.78	c cleaning 62001 clauses out of 124013 with flag 17633480/2006002
939.23/937.82	c cleaning 62998 clauses out of 126011 with flag 18189198/2070001
989.74/988.31	c cleaning 64001 clauses out of 128013 with flag 18776533/2135001
1039.48/1038.09	c cleaning 64998 clauses out of 130013 with flag 19361224/2201002
1089.72/1088.23	c cleaning 66004 clauses out of 132014 with flag 19965027/2268001
1144.13/1142.68	c cleaning 67003 clauses out of 134009 with flag 20561792/2336000
1200.87/1199.33	c cleaning 67997 clauses out of 136006 with flag 21182472/2405000
1258.50/1256.97	c cleaning 69000 clauses out of 138012 with flag 21813441/2475003
1315.14/1313.57	c cleaning 70002 clauses out of 140011 with flag 22439233/2546002
1378.24/1376.69	c cleaning 70997 clauses out of 142008 with flag 23104517/2618001
1441.45/1439.74	c cleaning 72001 clauses out of 144011 with flag 23745587/2691001
1501.48/1499.71	c cleaning 73001 clauses out of 146009 with flag 24376675/2765000
1573.51/1571.78	c cleaning 73997 clauses out of 148009 with flag 25073650/2840001
1644.61/1642.70	c cleaning 75002 clauses out of 150013 with flag 25756538/2916002
1720.55/1718.69	c cleaning 76000 clauses out of 152009 with flag 26442690/2993000
1795.10/1793.12	c cleaning 77000 clauses out of 154010 with flag 27138412/3071001
1800.09/1798.10	c starts		: 2348
1800.09/1798.10	c conflicts		: 3080213
1800.09/1798.10	c decisions		: 3626795
1800.09/1798.10	c propagations		: 53507208
1800.09/1798.10	c inspects		: 34475727723
1800.09/1798.10	c shortcuts		: 0
1800.09/1798.10	c learnt literals	: 0
1800.09/1798.10	c learnt binary clauses	: 7
1800.09/1798.10	c learnt ternary clauses	: 25
1800.09/1798.10	c learnt constraints	: 3080213
1800.09/1798.10	c ignored constraints	: 0
1800.09/1798.10	c root simplifications	: 0
1800.09/1798.10	c removed literals (reason simplification)	: 0
1800.09/1798.10	c reason swapping (by a shorter reason)	: 0
1800.09/1798.10	c Calls to reduceDB	: 74
1800.09/1798.10	c Number of update (reduction) of LBD	: 1127368
1800.09/1798.10	c Imported unit clauses	: 0
1800.09/1798.10	c number of reductions to clauses (during analyze)	: 0
1800.09/1798.10	c number of learned constraints concerned by reduction	: 0
1800.09/1798.10	c number of learning phase by resolution	: 0
1800.09/1798.10	c number of learning phase by cutting planes	: 0
1800.09/1798.10	c speed (assignments/second)	: 29759.77532451858
1800.09/1798.10	c timeout
1800.09/1798.10	c non guided choices	64
1800.09/1798.13	c learnt constraints type 
1800.09/1798.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 7
1800.09/1798.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 86216
1800.09/1798.13	s UNKNOWN
1800.09/1798.13	c Total wall clock time (in seconds): 1798.015

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-4089866-1466034876/watcher-4089866-1466034876 -o /tmp/evaluation-result-4089866-1466034876/solver-4089866-1466034876 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466033848-10446 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4089866-1466034876.opb 

pid=10647
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.23 2.19 2.03 3/196 10650
/proc/meminfo: memFree=30214572/32872528 swapFree=1504408/1684280
[pid=10650] ppid=10647 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/10650/stat : 10650 (java) R 10647 10650 5923 0 -1 4202496 887 0 0 0 0 0 0 0 20 0 1 0 5533521 23793664 538 33554432000 1073741824 1073778376 140733853061472 140733853050536 215115414081 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10650/statm: 5809 548 412 9 0 128 0

[startup+0.10016 s]
/proc/loadavg: 2.23 2.19 2.03 3/196 10650
/proc/meminfo: memFree=30214572/32872528 swapFree=1504408/1684280
[pid=10650] ppid=10647 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/10650/stat : 10650 (java) S 10647 10650 5923 0 -1 4202496 4465 0 1 0 8 1 0 0 20 0 18 0 5533521 9787879424 5576 33554432000 1073741824 1073778376 140733853061472 140733853052608 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10650/statm: 2389619 5576 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200338 s]
/proc/loadavg: 2.23 2.19 2.03 3/196 10650
/proc/meminfo: memFree=30214572/32872528 swapFree=1504408/1684280
[pid=10650] ppid=10647 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/10650/stat : 10650 (java) S 10647 10650 5923 0 -1 4202496 6945 0 1 0 27 2 0 0 20 0 19 0 5533521 9856040960 7364 33554432000 1073741824 1073778376 140733853061472 140733853052608 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10650/statm: 2406260 7364 2216 9 0 2396937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300345 s]
/proc/loadavg: 2.23 2.19 2.03 3/196 10650
/proc/meminfo: memFree=30214572/32872528 swapFree=1504408/1684280
[pid=10650] ppid=10647 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/10650/stat : 10650 (java) S 10647 10650 5923 0 -1 4202496 6999 0 1 0 49 2 0 0 20 0 19 0 5533521 9856040960 7385 33554432000 1073741824 1073778376 140733853061472 140733853052608 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10650/statm: 2406260 7385 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700305 s]
/proc/loadavg: 2.23 2.19 2.03 3/196 10650
/proc/meminfo: memFree=30214572/32872528 swapFree=1504408/1684280
[pid=10650] ppid=10647 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/10650/stat : 10650 (java) S 10647 10650 5923 0 -1 4202496 8186 0 1 0 100 2 0 0 20 0 19 0 5533521 9856040960 7968 33554432000 1073741824 1073778376 140733853061472 140733853052608 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10650/statm: 2406260 7968 2239 9 0 2396937 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.29 2.20 2.03 3/215 10669
/proc/meminfo: memFree=30188300/32872528 swapFree=1504408/1684280
[pid=10650] ppid=10647 vsize=9625040 CPUtime=1.84 cores=1,3,5,7
/proc/10650/stat : 10650 (java) S 10647 10650 5923 0 -1 4202496 8190 0 1 0 182 2 0 0 20 0 19 0 5533521 9856040960 8993 33554432000 1073741824 1073778376 140733853061472 140733853052608 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10650/statm: 2406260 8993 2240 9 0 2396937 0
[pid=10650/tid=10652] ppid=10647 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/10650/task/10652/stat : 10652 (java) R 10647 10650 5923 0 -1 4202560 2456 0 1 0 145 2 0 0 20 0 19 0 5533522 9856040960 8993 33554432000 1073741824 1073778376 140733853061472 140652001595768 140651873575274 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10650/tid=10653] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10653/stat : 10653 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533523 9856040960 8993 33554432000 1073741824 1073778376 140733853061472 140651845516072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10654] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10654/stat : 10654 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533523 9856040960 8993 33554432000 1073741824 1073778376 140733853061472 140651844463272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10650/tid=10655] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10655/stat : 10655 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533523 9856040960 8993 33554432000 1073741824 1073778376 140733853061472 140651843410984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10650/tid=10656] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10656/stat : 10656 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533523 9856040960 8993 33554432000 1073741824 1073778376 140733853061472 140651842358184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10650/tid=10657] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10657/stat : 10657 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533523 9856040960 8993 33554432000 1073741824 1073778376 140733853061472 140651841304872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10658] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10658/stat : 10658 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533523 9856040960 8993 33554432000 1073741824 1073778376 140733853061472 140651840252072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10650/tid=10659] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10659/stat : 10659 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533523 9856040960 8993 33554432000 1073741824 1073778376 140733853061472 140651839199784 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10660] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10660/stat : 10660 (java) S 10647 10650 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5533523 9856040960 8993 33554432000 1073741824 1073778376 140733853061472 140651838146984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10661] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10661/stat : 10661 (java) S 10647 10650 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5533524 9856040960 8993 33554432000 1073741824 1073778376 140733853061472 140651825736424 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10662] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10662/stat : 10662 (java) S 10647 10650 5923 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5533525 9856040960 8993 33554432000 1073741824 1073778376 140733853061472 140651824682488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10663] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10663/stat : 10663 (java) S 10647 10650 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5533525 9856040960 8993 33554432000 1073741824 1073778376 140733853061472 140651823630088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10664] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10664/stat : 10664 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533527 9856040960 8993 33554432000 1073741824 1073778376 140733853061472 140651822578576 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10665] ppid=10647 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/10650/task/10665/stat : 10665 (java) S 10647 10650 5923 0 -1 4202560 2716 0 0 0 21 0 0 0 20 0 19 0 5533527 9856040960 8993 33554432000 1073741824 1073778376 140733853061472 140651821525176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10666] ppid=10647 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/10650/task/10666/stat : 10666 (java) S 10647 10650 5923 0 -1 4202560 1748 0 0 0 13 0 0 0 20 0 19 0 5533527 9856040960 8993 33554432000 1073741824 1073778376 140733853061472 140651820472376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10650/tid=10667] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10667/stat : 10667 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533527 9856040960 8993 33554432000 1073741824 1073778376 140733853061472 140651819420280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10650/tid=10668] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10668/stat : 10668 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533527 9856040960 8993 33554432000 1073741824 1073778376 140733853061472 140651818367688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10669] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10669/stat : 10669 (java) S 10647 10650 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5533535 9856040960 8993 33554432000 1073741824 1073778376 140733853061472 140651817313704 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.29 2.20 2.03 3/215 10669
/proc/meminfo: memFree=30183832/32872528 swapFree=1504408/1684280
[pid=10650] ppid=10647 vsize=9625040 CPUtime=3.46 cores=1,3,5,7
/proc/10650/stat : 10650 (java) S 10647 10650 5923 0 -1 4202496 8197 0 1 0 344 2 0 0 20 0 19 0 5533521 9856040960 10022 33554432000 1073741824 1073778376 140733853061472 140733853052608 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10650/statm: 2406260 10022 2240 9 0 2396937 0
[pid=10650/tid=10652] ppid=10647 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/10650/task/10652/stat : 10652 (java) R 10647 10650 5923 0 -1 4202560 2458 0 1 0 304 2 0 0 20 0 19 0 5533522 9856040960 10022 33554432000 1073741824 1073778376 140733853061472 140652001595656 140651873575274 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10650/tid=10653] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10653/stat : 10653 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533523 9856040960 10022 33554432000 1073741824 1073778376 140733853061472 140651845516072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10654] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10654/stat : 10654 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533523 9856040960 10022 33554432000 1073741824 1073778376 140733853061472 140651844463272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10650/tid=10655] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10655/stat : 10655 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533523 9856040960 10022 33554432000 1073741824 1073778376 140733853061472 140651843410984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10650/tid=10656] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10656/stat : 10656 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533523 9856040960 10022 33554432000 1073741824 1073778376 140733853061472 140651842358184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10650/tid=10657] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10657/stat : 10657 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533523 9856040960 10022 33554432000 1073741824 1073778376 140733853061472 140651841304872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10658] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10658/stat : 10658 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533523 9856040960 10022 33554432000 1073741824 1073778376 140733853061472 140651840252072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10650/tid=10659] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10659/stat : 10659 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533523 9856040960 10022 33554432000 1073741824 1073778376 140733853061472 140651839199784 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10660] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10660/stat : 10660 (java) S 10647 10650 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5533523 9856040960 10022 33554432000 1073741824 1073778376 140733853061472 140651838146984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10661] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10661/stat : 10661 (java) S 10647 10650 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5533524 9856040960 10022 33554432000 1073741824 1073778376 140733853061472 140651825736424 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10662] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10662/stat : 10662 (java) S 10647 10650 5923 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5533525 9856040960 10022 33554432000 1073741824 1073778376 140733853061472 140651824682488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10663] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10663/stat : 10663 (java) S 10647 10650 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5533525 9856040960 10022 33554432000 1073741824 1073778376 140733853061472 140651823630088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10664] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10664/stat : 10664 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533527 9856040960 10022 33554432000 1073741824 1073778376 140733853061472 140651822578576 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10665] ppid=10647 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/10650/task/10665/stat : 10665 (java) S 10647 10650 5923 0 -1 4202560 2716 0 0 0 21 0 0 0 20 0 19 0 5533527 9856040960 10022 33554432000 1073741824 1073778376 140733853061472 140651821525176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10666] ppid=10647 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/10650/task/10666/stat : 10666 (java) S 10647 10650 5923 0 -1 4202560 1753 0 0 0 15 0 0 0 20 0 19 0 5533527 9856040960 10022 33554432000 1073741824 1073778376 140733853061472 140651820472376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10650/tid=10667] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10667/stat : 10667 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533527 9856040960 10022 33554432000 1073741824 1073778376 140733853061472 140651819420280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10650/tid=10668] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10668/stat : 10668 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533527 9856040960 10022 33554432000 1073741824 1073778376 140733853061472 140651818367688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10669] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10669/stat : 10669 (java) S 10647 10650 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5533535 9856040960 10022 33554432000 1073741824 1073778376 140733853061472 140651817313704 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.29 2.20 2.03 3/215 10669
/proc/meminfo: memFree=30179372/32872528 swapFree=1504408/1684280
[pid=10650] ppid=10647 vsize=9625040 CPUtime=6.72 cores=1,3,5,7
/proc/10650/stat : 10650 (java) S 10647 10650 5923 0 -1 4202496 10026 0 1 0 669 3 0 0 20 0 19 0 5533521 9856040960 12317 33554432000 1073741824 1073778376 140733853061472 140733853052608 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10650/statm: 2406260 12317 2242 9 0 2396937 0
[pid=10650/tid=10652] ppid=10647 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/10650/task/10652/stat : 10652 (java) R 10647 10650 5923 0 -1 4202560 2462 0 1 0 624 2 0 0 20 0 19 0 5533522 9856040960 12317 33554432000 1073741824 1073778376 140733853061472 140652001586880 140651873532640 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10650/tid=10653] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10653/stat : 10653 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533523 9856040960 12317 33554432000 1073741824 1073778376 140733853061472 140651845516072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10654] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10654/stat : 10654 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533523 9856040960 12317 33554432000 1073741824 1073778376 140733853061472 140651844463272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10650/tid=10655] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10655/stat : 10655 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533523 9856040960 12317 33554432000 1073741824 1073778376 140733853061472 140651843410984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10650/tid=10656] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10656/stat : 10656 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533523 9856040960 12317 33554432000 1073741824 1073778376 140733853061472 140651842358184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10650/tid=10657] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10657/stat : 10657 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533523 9856040960 12317 33554432000 1073741824 1073778376 140733853061472 140651841304872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10658] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10658/stat : 10658 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533523 9856040960 12317 33554432000 1073741824 1073778376 140733853061472 140651840252072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10650/tid=10659] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10659/stat : 10659 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533523 9856040960 12317 33554432000 1073741824 1073778376 140733853061472 140651839199784 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10660] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10660/stat : 10660 (java) S 10647 10650 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5533523 9856040960 12317 33554432000 1073741824 1073778376 140733853061472 140651838146984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10661] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10661/stat : 10661 (java) S 10647 10650 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5533524 9856040960 12317 33554432000 1073741824 1073778376 140733853061472 140651825736424 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10662] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10662/stat : 10662 (java) S 10647 10650 5923 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5533525 9856040960 12317 33554432000 1073741824 1073778376 140733853061472 140651824682488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10663] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10663/stat : 10663 (java) S 10647 10650 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5533525 9856040960 12317 33554432000 1073741824 1073778376 140733853061472 140651823630088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10664] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10664/stat : 10664 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533527 9856040960 12317 33554432000 1073741824 1073778376 140733853061472 140651822578576 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10665] ppid=10647 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/10650/task/10665/stat : 10665 (java) S 10647 10650 5923 0 -1 4202560 2716 0 0 0 21 0 0 0 20 0 19 0 5533527 9856040960 12317 33554432000 1073741824 1073778376 140733853061472 140651821525176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10666] ppid=10647 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/10650/task/10666/stat : 10666 (java) S 10647 10650 5923 0 -1 4202560 3577 0 0 0 19 1 0 0 20 0 19 0 5533527 9856040960 12317 33554432000 1073741824 1073778376 140733853061472 140651820472376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10650/tid=10667] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10667/stat : 10667 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533527 9856040960 12317 33554432000 1073741824 1073778376 140733853061472 140651819420280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10650/tid=10668] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10668/stat : 10668 (java) S 10647 10650 5923 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5533527 9856040960 12317 33554432000 1073741824 1073778376 140733853061472 140651818367688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10669] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10669/stat : 10669 (java) S 10647 10650 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5533535 9856040960 12317 33554432000 1073741824 1073778376 140733853061472 140651817313704 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 9625040


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

[pid=10650/tid=10669] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10669/stat : 10669 (java) S 10647 10650 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5533535 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651817313704 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1724.25
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.15 2.20 2.18 3/214 10930
/proc/meminfo: memFree=29975748/32872528 swapFree=1504408/1684280
[pid=10650] ppid=10647 vsize=9625040 CPUtime=1784.29 cores=1,3,5,7
/proc/10650/stat : 10650 (java) S 10647 10650 5923 0 -1 4202496 21411 0 1 0 178369 60 0 0 20 0 19 0 5533521 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140733853052608 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10650/statm: 2406260 58301 2263 9 0 2396937 0
[pid=10650/tid=10652] ppid=10647 vsize=9625040 CPUtime=1777.47 cores=1,3,5,7
/proc/10650/task/10652/stat : 10652 (java) R 10647 10650 5923 0 -1 4202560 2531 0 1 0 177716 31 0 0 20 0 19 0 5533522 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140652001593744 140651873575274 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10653] ppid=10647 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/10650/task/10653/stat : 10653 (java) S 10647 10650 5923 0 -1 4202560 115 0 0 0 5 0 0 0 20 0 19 0 5533523 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651845516072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10650/tid=10654] ppid=10647 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10650/task/10654/stat : 10654 (java) S 10647 10650 5923 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 5533523 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651844463272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10650/tid=10655] ppid=10647 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10650/task/10655/stat : 10655 (java) S 10647 10650 5923 0 -1 4202560 69 0 0 0 2 0 0 0 20 0 19 0 5533523 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651843410984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10650/tid=10656] ppid=10647 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/10650/task/10656/stat : 10656 (java) S 10647 10650 5923 0 -1 4202560 86 0 0 0 3 0 0 0 20 0 19 0 5533523 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651842358184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10650/tid=10657] ppid=10647 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/10650/task/10657/stat : 10657 (java) S 10647 10650 5923 0 -1 4202560 71 0 0 0 4 0 0 0 20 0 19 0 5533523 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651841304872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10650/tid=10658] ppid=10647 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10650/task/10658/stat : 10658 (java) S 10647 10650 5923 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 5533523 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651840252072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10650/tid=10659] ppid=10647 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10650/task/10659/stat : 10659 (java) S 10647 10650 5923 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 5533523 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651839199784 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10650/tid=10660] ppid=10647 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10650/task/10660/stat : 10660 (java) S 10647 10650 5923 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 5533523 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651838146984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10650/tid=10661] ppid=10647 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10650/task/10661/stat : 10661 (java) S 10647 10650 5923 0 -1 4202560 33 0 0 0 1 1 0 0 20 0 19 0 5533524 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651825736424 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10650/tid=10662] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10662/stat : 10662 (java) S 10647 10650 5923 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5533525 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651824682488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10663] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10663/stat : 10663 (java) S 10647 10650 5923 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5533525 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651823630088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10664] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10664/stat : 10664 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533527 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651822578576 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10665] ppid=10647 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/10650/task/10665/stat : 10665 (java) S 10647 10650 5923 0 -1 4202560 13519 0 0 0 106 3 0 0 20 0 19 0 5533527 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651821525176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10666] ppid=10647 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/10650/task/10666/stat : 10666 (java) S 10647 10650 5923 0 -1 4202560 3582 0 0 0 24 1 0 0 20 0 19 0 5533527 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651820472376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10650/tid=10667] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10667/stat : 10667 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533527 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651819420280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10650/tid=10668] ppid=10647 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/10650/task/10668/stat : 10668 (java) S 10647 10650 5923 0 -1 4202560 104 0 0 0 31 45 0 0 20 0 19 0 5533527 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651818367688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10650/tid=10669] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10669/stat : 10669 (java) S 10647 10650 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5533535 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651817313704 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1784.29
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.1 s]
/proc/loadavg: 2.27 2.23 2.18 3/215 10931
/proc/meminfo: memFree=29976036/32872528 swapFree=1504408/1684280
[pid=10650] ppid=10647 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/10650/stat : 10650 (java) S 10647 10650 5923 0 -1 4202496 21412 0 1 0 179949 60 0 0 20 0 19 0 5533521 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140733853052608 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10650/statm: 2406260 58301 2263 9 0 2396937 0
[pid=10650/tid=10652] ppid=10647 vsize=9625040 CPUtime=1793.23 cores=1,3,5,7
/proc/10650/task/10652/stat : 10652 (java) R 10647 10650 5923 0 -1 4202560 2532 0 1 0 179292 31 0 0 20 0 19 0 5533522 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140652001586848 140651873575274 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10653] ppid=10647 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/10650/task/10653/stat : 10653 (java) S 10647 10650 5923 0 -1 4202560 115 0 0 0 5 0 0 0 20 0 19 0 5533523 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651845516072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10650/tid=10654] ppid=10647 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10650/task/10654/stat : 10654 (java) S 10647 10650 5923 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 5533523 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651844463272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10650/tid=10655] ppid=10647 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10650/task/10655/stat : 10655 (java) S 10647 10650 5923 0 -1 4202560 69 0 0 0 2 0 0 0 20 0 19 0 5533523 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651843410984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10650/tid=10656] ppid=10647 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/10650/task/10656/stat : 10656 (java) S 10647 10650 5923 0 -1 4202560 86 0 0 0 3 0 0 0 20 0 19 0 5533523 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651842358184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10650/tid=10657] ppid=10647 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/10650/task/10657/stat : 10657 (java) S 10647 10650 5923 0 -1 4202560 71 0 0 0 4 0 0 0 20 0 19 0 5533523 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651841304872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10650/tid=10658] ppid=10647 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10650/task/10658/stat : 10658 (java) S 10647 10650 5923 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 5533523 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651840252072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10650/tid=10659] ppid=10647 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10650/task/10659/stat : 10659 (java) S 10647 10650 5923 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 5533523 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651839199784 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10650/tid=10660] ppid=10647 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10650/task/10660/stat : 10660 (java) S 10647 10650 5923 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 5533523 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651838146984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10650/tid=10661] ppid=10647 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10650/task/10661/stat : 10661 (java) S 10647 10650 5923 0 -1 4202560 33 0 0 0 1 1 0 0 20 0 19 0 5533524 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651825736424 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10650/tid=10662] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10662/stat : 10662 (java) S 10647 10650 5923 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5533525 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651824682488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10663] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10663/stat : 10663 (java) S 10647 10650 5923 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5533525 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651823630088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10664] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10664/stat : 10664 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533527 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651822578576 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10665] ppid=10647 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/10650/task/10665/stat : 10665 (java) S 10647 10650 5923 0 -1 4202560 13519 0 0 0 106 3 0 0 20 0 19 0 5533527 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651821525176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10666] ppid=10647 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/10650/task/10666/stat : 10666 (java) S 10647 10650 5923 0 -1 4202560 3582 0 0 0 24 1 0 0 20 0 19 0 5533527 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651820472376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10650/tid=10667] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10667/stat : 10667 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533527 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651819420280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10650/tid=10668] ppid=10647 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/10650/task/10668/stat : 10668 (java) S 10647 10650 5923 0 -1 4202560 104 0 0 0 31 45 0 0 20 0 19 0 5533527 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651818367688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10650/tid=10669] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10669/stat : 10669 (java) S 10647 10650 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5533535 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651817313704 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 10650 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.1 s]
/proc/loadavg: 2.27 2.23 2.18 3/215 10931
/proc/meminfo: memFree=29976036/32872528 swapFree=1504408/1684280
[pid=10650] ppid=10647 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/10650/stat : 10650 (java) S 10647 10650 5923 0 -1 4202496 21412 0 1 0 179949 60 0 0 20 0 19 0 5533521 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140733853052608 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10650/statm: 2406260 58301 2263 9 0 2396937 0
[pid=10650/tid=10652] ppid=10647 vsize=9625040 CPUtime=1793.23 cores=1,3,5,7
/proc/10650/task/10652/stat : 10652 (java) R 10647 10650 5923 0 -1 4202560 2532 0 1 0 179292 31 0 0 20 0 19 0 5533522 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140652001586848 140651873575274 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10653] ppid=10647 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/10650/task/10653/stat : 10653 (java) S 10647 10650 5923 0 -1 4202560 115 0 0 0 5 0 0 0 20 0 19 0 5533523 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651845516072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10650/tid=10654] ppid=10647 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10650/task/10654/stat : 10654 (java) S 10647 10650 5923 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 5533523 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651844463272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10650/tid=10655] ppid=10647 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10650/task/10655/stat : 10655 (java) S 10647 10650 5923 0 -1 4202560 69 0 0 0 2 0 0 0 20 0 19 0 5533523 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651843410984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10650/tid=10656] ppid=10647 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/10650/task/10656/stat : 10656 (java) S 10647 10650 5923 0 -1 4202560 86 0 0 0 3 0 0 0 20 0 19 0 5533523 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651842358184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10650/tid=10657] ppid=10647 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/10650/task/10657/stat : 10657 (java) S 10647 10650 5923 0 -1 4202560 71 0 0 0 4 0 0 0 20 0 19 0 5533523 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651841304872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10650/tid=10658] ppid=10647 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10650/task/10658/stat : 10658 (java) S 10647 10650 5923 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 5533523 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651840252072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10650/tid=10659] ppid=10647 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10650/task/10659/stat : 10659 (java) S 10647 10650 5923 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 5533523 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651839199784 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10650/tid=10660] ppid=10647 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10650/task/10660/stat : 10660 (java) S 10647 10650 5923 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 5533523 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651838146984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10650/tid=10661] ppid=10647 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10650/task/10661/stat : 10661 (java) S 10647 10650 5923 0 -1 4202560 33 0 0 0 1 1 0 0 20 0 19 0 5533524 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651825736424 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10650/tid=10662] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10662/stat : 10662 (java) S 10647 10650 5923 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5533525 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651824682488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10663] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10663/stat : 10663 (java) S 10647 10650 5923 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5533525 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651823630088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10664] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10664/stat : 10664 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533527 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651822578576 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10665] ppid=10647 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/10650/task/10665/stat : 10665 (java) S 10647 10650 5923 0 -1 4202560 13519 0 0 0 106 3 0 0 20 0 19 0 5533527 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651821525176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10650/tid=10666] ppid=10647 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/10650/task/10666/stat : 10666 (java) S 10647 10650 5923 0 -1 4202560 3582 0 0 0 24 1 0 0 20 0 19 0 5533527 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651820472376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10650/tid=10667] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10667/stat : 10667 (java) S 10647 10650 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5533527 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651819420280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10650/tid=10668] ppid=10647 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/10650/task/10668/stat : 10668 (java) S 10647 10650 5923 0 -1 4202560 104 0 0 0 31 45 0 0 20 0 19 0 5533527 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651818367688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10650/tid=10669] ppid=10647 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10650/task/10669/stat : 10669 (java) S 10647 10650 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5533535 9856040960 58301 33554432000 1073741824 1073778376 140733853061472 140651817313704 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 10650 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=910132
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=952855
# CPU time returned by wait4() is 1795.86
# 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): 1798.14
CPU time (s): 1800.09
CPU user time (s): 1799.49
CPU system time (s): 0.6
CPU usage (%): 100.109
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.91
system time used= 0.952855
maximum resident set size= 233340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21456
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38109
involuntary context switches= 3307

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7114 second user time and 14.2148 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-16 01:54:36
IDJOB=4089866
IDBENCH=107467
IDSOLVER=2546
FILE ID=node135/4089866-1466034876
RUNJOBID= node135-1466033848-10446
PBS_JOBID= 19902813
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v041-n3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089866-1466034876/watcher-4089866-1466034876 -o /tmp/evaluation-result-4089866-1466034876/solver-4089866-1466034876 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466033848-10446 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089866-1466034876.opb

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

MD5SUM BENCH= a47cb68ddc38ac1ee25ce2b7f399d62c
RANDOM SEED=2117007866

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

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
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		: 2667.004
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		: 2667.004
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		: 2667.004
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		: 2667.004
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:        30215464 kB
Buffers:           25528 kB
Cached:            60856 kB
SwapCached:         1524 kB
Active:           220532 kB
Inactive:          52420 kB
Active(anon):     187384 kB
Inactive(anon):     1808 kB
Active(file):      33148 kB
Inactive(file):    50612 kB
Unevictable:     1684280 kB
Mlocked:         1504408 kB
SwapTotal:      67108856 kB
SwapFree:       67100076 kB
Dirty:               868 kB
Writeback:             0 kB
AnonPages:       1826868 kB
Mapped:            15440 kB
Shmem:                 0 kB
Slab:             565692 kB
SReclaimable:       9804 kB
SUnreclaim:       555888 kB
KernelStack:        1776 kB
PageTables:         7948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2371376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    301056 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= 71736 MiB
End job on node135 at 2016-06-16 02:24:34