Trace number 4098000

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 1794.83

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_21.opb
MD5SUMf2c924fb4845da7e1e1c3ddc986ad34a
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark495.651
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7310
Total number of constraints35790
Number of constraints which are clauses35785
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint85
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 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 106
Number of bits of the biggest sum of numbers7
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4098000-1466119119.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
1.49/1.01	c ... done. Wall clock time 0.911s.
1.49/1.01	c declared #vars     7310
1.49/1.01	c #constraints  35794
1.49/1.01	c constraints type 
1.49/1.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21420
1.49/1.01	c org.sat4j.specs.Constr$1 => 4
1.49/1.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
1.49/1.01	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
1.49/1.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 14364
1.49/1.01	c 35794 constraints processed.
4.27/3.57	c cleaning 2499 clauses out of 5000 with flag 31846/5000
7.13/6.37	c cleaning 4246 clauses out of 8501 with flag 111281/11000
10.44/9.65	c cleaning 5628 clauses out of 11255 with flag 193470/18000
13.95/13.11	c cleaning 6808 clauses out of 13629 with flag 243719/26002
18.07/17.21	c cleaning 7910 clauses out of 15821 with flag 310965/35002
22.57/21.72	c cleaning 8947 clauses out of 17913 with flag 396233/45004
26.97/26.12	c cleaning 9979 clauses out of 19965 with flag 464699/56003
32.67/31.83	c cleaning 10991 clauses out of 21985 with flag 561810/68002
38.17/37.37	c cleaning 11996 clauses out of 23993 with flag 654674/81001
44.46/43.67	c cleaning 12988 clauses out of 25997 with flag 762475/95001
50.27/49.48	c cleaning 13995 clauses out of 28008 with flag 865521/110000
58.00/57.11	c cleaning 15007 clauses out of 30015 with flag 982701/126002
66.40/65.58	c cleaning 15999 clauses out of 32006 with flag 1110371/143000
74.80/73.96	c cleaning 16991 clauses out of 34007 with flag 1251631/161000
82.80/81.98	c cleaning 18008 clauses out of 36016 with flag 1374553/180000
92.79/91.97	c cleaning 19001 clauses out of 38009 with flag 1512138/200001
102.90/102.08	c cleaning 20000 clauses out of 40007 with flag 1656904/221000
113.00/112.14	c cleaning 20985 clauses out of 42007 with flag 1816713/243000
123.40/122.52	c cleaning 22006 clauses out of 44022 with flag 1977388/266000
133.75/132.85	c cleaning 23001 clauses out of 46016 with flag 2147844/290000
144.45/143.57	c cleaning 24005 clauses out of 48018 with flag 2314967/315003
156.35/155.42	c cleaning 24999 clauses out of 50010 with flag 2486213/341000
167.86/166.92	c cleaning 26000 clauses out of 52011 with flag 2659282/368000
180.96/180.02	c cleaning 27002 clauses out of 54011 with flag 2857768/396000
193.46/192.54	c cleaning 28001 clauses out of 56009 with flag 3035697/425000
207.87/206.89	c cleaning 29003 clauses out of 58008 with flag 3258314/455000
222.86/221.89	c cleaning 29995 clauses out of 60008 with flag 3472797/486003
236.76/235.79	c cleaning 31003 clauses out of 62010 with flag 3672975/518000
253.26/252.23	c cleaning 31991 clauses out of 64007 with flag 3884547/551000
270.47/269.42	c cleaning 33001 clauses out of 66016 with flag 4135875/585000
288.19/287.05	c cleaning 34003 clauses out of 68015 with flag 4393965/620000
305.50/304.38	c cleaning 35000 clauses out of 70014 with flag 4639197/656002
321.90/320.74	c cleaning 35998 clauses out of 72013 with flag 4876769/693001
341.90/340.80	c cleaning 37001 clauses out of 74015 with flag 5147880/731001
362.64/361.32	c cleaning 38005 clauses out of 76013 with flag 5418218/770000
382.24/380.95	c cleaning 38992 clauses out of 78011 with flag 5690053/810003
401.94/400.60	c cleaning 40008 clauses out of 80016 with flag 5988428/851000
422.52/421.04	c cleaning 41000 clauses out of 82012 with flag 6285152/893004
441.73/440.21	c cleaning 42003 clauses out of 84010 with flag 6562939/936002
461.58/459.92	c cleaning 42964 clauses out of 86005 with flag 6843730/980000
485.27/483.64	c cleaning 44011 clauses out of 88045 with flag 7162235/1025004
507.77/506.18	c cleaning 45004 clauses out of 90030 with flag 7455255/1071000
531.32/529.58	c cleaning 46006 clauses out of 92026 with flag 7766350/1118000
557.44/555.66	c cleaning 46980 clauses out of 94021 with flag 8111032/1166001
581.84/579.99	c cleaning 48019 clauses out of 96041 with flag 8468311/1215001
605.15/603.10	c cleaning 48997 clauses out of 98021 with flag 8797314/1265000
628.15/626.11	c cleaning 49973 clauses out of 100025 with flag 9128878/1316001
651.80/649.60	c cleaning 51008 clauses out of 102051 with flag 9461145/1368000
675.05/672.70	c cleaning 52008 clauses out of 104043 with flag 9788393/1421000
698.36/696.00	c cleaning 53010 clauses out of 106035 with flag 10091973/1475000
720.98/718.68	c cleaning 54006 clauses out of 108025 with flag 10403850/1530000
746.47/744.06	c cleaning 54978 clauses out of 110019 with flag 10751651/1586000
774.97/772.47	c cleaning 56011 clauses out of 112041 with flag 11137824/1643000
806.37/803.88	c cleaning 57013 clauses out of 114030 with flag 11542094/1701000
837.04/834.48	c cleaning 57972 clauses out of 116017 with flag 11956485/1760000
869.35/866.71	c cleaning 58985 clauses out of 118045 with flag 12392037/1820000
898.73/896.07	c cleaning 60025 clauses out of 120060 with flag 12799504/1881000
927.81/925.05	c cleaning 61009 clauses out of 122035 with flag 13192023/1943000
959.42/956.61	c cleaning 61999 clauses out of 124026 with flag 13623270/2006000
990.05/987.22	c cleaning 62994 clauses out of 126030 with flag 14049630/2070003
1025.80/1022.94	c cleaning 63986 clauses out of 128033 with flag 14500760/2135000
1061.41/1058.48	c cleaning 65009 clauses out of 130048 with flag 14951333/2201001
1093.90/1090.85	c cleaning 66017 clauses out of 132041 with flag 15397990/2268003
1125.49/1122.38	c cleaning 66995 clauses out of 134021 with flag 15826001/2336000
1156.47/1153.21	c cleaning 68008 clauses out of 136026 with flag 16252372/2405000
1188.14/1184.79	c cleaning 69002 clauses out of 138018 with flag 16682205/2475000
1221.90/1218.46	c cleaning 69973 clauses out of 140019 with flag 17127324/2546003
1258.68/1255.11	c cleaning 70997 clauses out of 142043 with flag 17636634/2618000
1294.15/1290.50	c cleaning 71989 clauses out of 144046 with flag 18130792/2691000
1328.03/1324.27	c cleaning 73020 clauses out of 146058 with flag 18623590/2765001
1360.13/1356.28	c cleaning 74007 clauses out of 148037 with flag 19063202/2840000
1393.67/1389.72	c cleaning 74990 clauses out of 150030 with flag 19522399/2916000
1431.95/1427.95	c cleaning 76012 clauses out of 152040 with flag 20035608/2993000
1469.46/1465.39	c cleaning 77005 clauses out of 154030 with flag 20519784/3071002
1507.39/1503.11	c cleaning 78005 clauses out of 156023 with flag 21031191/3150000
1548.36/1544.02	c cleaning 79009 clauses out of 158018 with flag 21556054/3230000
1588.67/1584.26	c cleaning 79985 clauses out of 160009 with flag 22105990/3311000
1630.58/1626.07	c cleaning 81003 clauses out of 162024 with flag 22667473/3393000
1670.96/1666.32	c cleaning 81989 clauses out of 164021 with flag 23192569/3476000
1710.89/1706.02	c cleaning 83005 clauses out of 166032 with flag 23733069/3560000
1749.38/1744.35	c cleaning 84007 clauses out of 168031 with flag 24238312/3645004
1797.11/1791.96	c cleaning 84997 clauses out of 170020 with flag 24831493/3731000
1800.00/1794.80	c starts		: 8593
1800.00/1794.80	c conflicts		: 3739504
1800.00/1794.80	c decisions		: 32084238
1800.00/1794.80	c propagations		: 1537038209
1800.00/1794.80	c inspects		: 19856360511
1800.00/1794.80	c shortcuts		: 0
1800.00/1794.80	c learnt literals	: 0
1800.00/1794.80	c learnt binary clauses	: 0
1800.00/1794.80	c learnt ternary clauses	: 5
1800.00/1794.80	c learnt constraints	: 3739504
1800.00/1794.80	c ignored constraints	: 0
1800.00/1794.80	c root simplifications	: 0
1800.00/1794.80	c removed literals (reason simplification)	: 0
1800.00/1794.80	c reason swapping (by a shorter reason)	: 0
1800.00/1794.80	c Calls to reduceDB	: 82
1800.00/1794.80	c Number of update (reduction) of LBD	: 1902479
1800.00/1794.80	c Imported unit clauses	: 0
1800.00/1794.80	c number of reductions to clauses (during analyze)	: 0
1800.00/1794.80	c number of learned constraints concerned by reduction	: 0
1800.00/1794.80	c number of learning phase by resolution	: 0
1800.00/1794.80	c number of learning phase by cutting planes	: 0
1800.00/1794.80	c speed (assignments/second)	: 856870.1308185722
1800.00/1794.80	c non guided choices	5213
1800.00/1794.80	c timeout
1800.00/1794.83	c learnt constraints type 
1800.00/1794.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 93528
1800.00/1794.83	s UNKNOWN
1800.00/1794.83	c Total wall clock time (in seconds): 1794.725

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-4098000-1466119119/watcher-4098000-1466119119 -o /tmp/evaluation-result-4098000-1466119119/solver-4098000-1466119119 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466119113-7903 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4098000-1466119119.opb 

pid=8142
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: 1.31 1.80 2.04 3/194 8145
/proc/meminfo: memFree=30233828/32872528 swapFree=1399392/1569044
[pid=8145] ppid=8142 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8145/stat : 8145 (java) S 8142 8145 29546 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 13957108 98570240 977 33554432000 1073741824 1073778376 140737071341888 140737071333024 213422997565 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8145/statm: 24065 978 744 9 0 16771 0
[pid=8145/tid=8146] ppid=8142 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8146/stat : 8146 (java) R 8142 8145 29546 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 13957109 98570240 978 33554432000 1073741824 1073778376 140737071341888 140379069283880 213419640192 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100059 s]
/proc/loadavg: 1.31 1.80 2.04 3/194 8145
/proc/meminfo: memFree=30233828/32872528 swapFree=1399392/1569044
[pid=8145] ppid=8142 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/8145/stat : 8145 (java) S 8142 8145 29546 0 -1 4202496 4559 0 1 0 10 1 0 0 20 0 18 0 13957108 9787879424 5674 33554432000 1073741824 1073778376 140737071341888 140737071333024 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8145/statm: 2389619 5675 2157 9 0 2380296 0
[pid=8145/tid=8146] ppid=8142 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/8145/task/8146/stat : 8146 (java) R 8142 8145 29546 0 -1 4202560 2433 0 1 0 7 0 0 0 20 0 18 0 13957109 9787879424 5675 33554432000 1073741824 1073778376 140737071341888 140379069287920 213423023373 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200268 s]
/proc/loadavg: 1.31 1.80 2.04 3/194 8145
/proc/meminfo: memFree=30233828/32872528 swapFree=1399392/1569044
[pid=8145] ppid=8142 vsize=9559004 CPUtime=0.31 cores=1,3,5,7
/proc/8145/stat : 8145 (java) S 8142 8145 29546 0 -1 4202496 5980 0 1 0 30 1 0 0 20 0 18 0 13957108 9788420096 7638 33554432000 1073741824 1073778376 140737071341888 140737071333024 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8145/statm: 2389751 7638 2221 9 0 2380428 0
[pid=8145/tid=8146] ppid=8142 vsize=9559004 CPUtime=0.17 cores=1,3,5,7
/proc/8145/task/8146/stat : 8146 (java) R 8142 8145 29546 0 -1 4202560 2449 0 1 0 17 0 0 0 20 0 18 0 13957109 9788420096 7638 33554432000 1073741824 1073778376 140737071341888 140379069288264 140378941423008 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9559004

[startup+0.300272 s]
/proc/loadavg: 1.31 1.80 2.04 3/194 8145
/proc/meminfo: memFree=30233828/32872528 swapFree=1399392/1569044
[pid=8145] ppid=8142 vsize=9558476 CPUtime=0.58 cores=1,3,5,7
/proc/8145/stat : 8145 (java) S 8142 8145 29546 0 -1 4202496 7071 0 1 0 57 1 0 0 20 0 18 0 13957108 9787879424 11370 33554432000 1073741824 1073778376 140737071341888 140737071333024 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8145/statm: 2389619 11370 2238 9 0 2380296 0
[pid=8145/tid=8146] ppid=8142 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/8145/task/8146/stat : 8146 (java) R 8142 8145 29546 0 -1 4202560 2455 0 1 0 27 0 0 0 20 0 18 0 13957109 9787879424 11370 33554432000 1073741824 1073778376 140737071341888 140379069288264 140378941422641 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+0.700287 s]
/proc/loadavg: 1.31 1.80 2.04 3/194 8145
/proc/meminfo: memFree=30233828/32872528 swapFree=1399392/1569044
[pid=8145] ppid=8142 vsize=9558476 CPUtime=1 cores=1,3,5,7
/proc/8145/stat : 8145 (java) S 8142 8145 29546 0 -1 4202496 7163 0 1 0 97 3 0 0 20 0 18 0 13957108 9787879424 39561 33554432000 1073741824 1073778376 140737071341888 140737071333024 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8145/statm: 2389619 39561 2256 9 0 2380296 0
[pid=8145/tid=8146] ppid=8142 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/8145/task/8146/stat : 8146 (java) R 8142 8145 29546 0 -1 4202560 2513 0 1 0 65 2 0 0 20 0 18 0 13957109 9787879424 39561 33554432000 1073741824 1073778376 140737071341888 140379069280192 213423023373 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9558476

[startup+1.50079 s]
/proc/loadavg: 1.31 1.80 2.04 5/213 8164
/proc/meminfo: memFree=30074428/32872528 swapFree=1399392/1569044
[pid=8145] ppid=8142 vsize=9625040 CPUtime=2.19 cores=1,3,5,7
/proc/8145/stat : 8145 (java) S 8142 8145 29546 0 -1 4202496 8085 0 1 0 215 4 0 0 20 0 19 0 13957108 9856040960 42099 33554432000 1073741824 1073778376 140737071341888 140737071333024 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8145/statm: 2406260 42099 2277 9 0 2396937 0
[pid=8145/tid=8146] ppid=8142 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/8145/task/8146/stat : 8146 (java) R 8142 8145 29546 0 -1 4202560 2529 0 1 0 144 2 0 0 20 0 19 0 13957109 9856040960 42099 33554432000 1073741824 1073778376 140737071341888 140379069287256 140378942113155 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8145/tid=8148] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8148/stat : 8148 (java) S 8142 8145 29546 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13957109 9856040960 42099 33554432000 1073741824 1073778376 140737071341888 140378912979880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8149] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8149/stat : 8149 (java) S 8142 8145 29546 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13957109 9856040960 42099 33554432000 1073741824 1073778376 140737071341888 140378911927336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8145/tid=8150] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8150/stat : 8150 (java) S 8142 8145 29546 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13957109 9856040960 42099 33554432000 1073741824 1073778376 140737071341888 140378910874280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8151] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8151/stat : 8151 (java) S 8142 8145 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13957109 9856040960 42099 33554432000 1073741824 1073778376 140737071341888 140378909821736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8145/tid=8152] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8152/stat : 8152 (java) S 8142 8145 29546 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13957109 9856040960 42099 33554432000 1073741824 1073778376 140737071341888 140378908768680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8145/tid=8153] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8153/stat : 8153 (java) S 8142 8145 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13957109 9856040960 42099 33554432000 1073741824 1073778376 140737071341888 140378907716136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8145/tid=8154] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8154/stat : 8154 (java) S 8142 8145 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13957109 9856040960 42099 33554432000 1073741824 1073778376 140737071341888 140378906663080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8145/tid=8155] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8155/stat : 8155 (java) S 8142 8145 29546 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13957109 9856040960 42099 33554432000 1073741824 1073778376 140737071341888 140378905610536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8156] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8156/stat : 8156 (java) S 8142 8145 29546 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 13957110 9856040960 42099 33554432000 1073741824 1073778376 140737071341888 140378893413224 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8145/tid=8157] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8157/stat : 8157 (java) S 8142 8145 29546 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13957111 9856040960 42099 33554432000 1073741824 1073778376 140737071341888 140378892359544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8158] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8158/stat : 8158 (java) S 8142 8145 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13957111 9856040960 42099 33554432000 1073741824 1073778376 140737071341888 140378891306376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8159] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8159/stat : 8159 (java) S 8142 8145 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13957113 9856040960 42099 33554432000 1073741824 1073778376 140737071341888 140378890255120 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8160] ppid=8142 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/8145/task/8160/stat : 8160 (java) R 8142 8145 29546 0 -1 4202560 1763 0 0 0 32 0 0 0 20 0 19 0 13957113 9856040960 42099 33554432000 1073741824 1073778376 140737071341888 140378889201976 140379071097968 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8145/tid=8161] ppid=8142 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/8145/task/8161/stat : 8161 (java) S 8142 8145 29546 0 -1 4202560 2421 0 0 0 33 0 0 0 20 0 19 0 13957113 9856040960 42099 33554432000 1073741824 1073778376 140737071341888 140378888149432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8162] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8162/stat : 8162 (java) S 8142 8145 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13957113 9856040960 42099 33554432000 1073741824 1073778376 140737071341888 140378887096568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8145/tid=8163] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8163/stat : 8163 (java) S 8142 8145 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13957113 9856040960 42099 33554432000 1073741824 1073778376 140737071341888 140378886044232 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8145/tid=8164] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8164/stat : 8164 (java) S 8142 8145 29546 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13957211 9856040960 42099 33554432000 1073741824 1073778376 140737071341888 140378884990504 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 1.45 1.82 2.04 3/213 8164
/proc/meminfo: memFree=30073180/32872528 swapFree=1399392/1569044
[pid=8145] ppid=8142 vsize=9625040 CPUtime=3.87 cores=1,3,5,7
/proc/8145/stat : 8145 (java) S 8142 8145 29546 0 -1 4202496 9113 0 1 0 383 4 0 0 20 0 19 0 13957108 9856040960 42145 33554432000 1073741824 1073778376 140737071341888 140737071333024 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8145/statm: 2406260 42145 2281 9 0 2396937 0
[pid=8145/tid=8146] ppid=8142 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/8145/task/8146/stat : 8146 (java) R 8142 8145 29546 0 -1 4202560 2530 0 1 0 304 2 0 0 20 0 19 0 13957109 9856040960 42145 33554432000 1073741824 1073778376 140737071341888 140379069288664 140378942015787 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8145/tid=8148] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8148/stat : 8148 (java) S 8142 8145 29546 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13957109 9856040960 42145 33554432000 1073741824 1073778376 140737071341888 140378912979880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8149] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8149/stat : 8149 (java) S 8142 8145 29546 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13957109 9856040960 42145 33554432000 1073741824 1073778376 140737071341888 140378911927336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8145/tid=8150] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8150/stat : 8150 (java) S 8142 8145 29546 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13957109 9856040960 42145 33554432000 1073741824 1073778376 140737071341888 140378910874280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8151] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8151/stat : 8151 (java) S 8142 8145 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13957109 9856040960 42145 33554432000 1073741824 1073778376 140737071341888 140378909821736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8145/tid=8152] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8152/stat : 8152 (java) S 8142 8145 29546 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13957109 9856040960 42145 33554432000 1073741824 1073778376 140737071341888 140378908768680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8145/tid=8153] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8153/stat : 8153 (java) S 8142 8145 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13957109 9856040960 42145 33554432000 1073741824 1073778376 140737071341888 140378907716136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8145/tid=8154] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8154/stat : 8154 (java) S 8142 8145 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13957109 9856040960 42145 33554432000 1073741824 1073778376 140737071341888 140378906663080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8145/tid=8155] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8155/stat : 8155 (java) S 8142 8145 29546 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13957109 9856040960 42145 33554432000 1073741824 1073778376 140737071341888 140378905610536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8156] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8156/stat : 8156 (java) S 8142 8145 29546 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 13957110 9856040960 42145 33554432000 1073741824 1073778376 140737071341888 140378893413224 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8145/tid=8157] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8157/stat : 8157 (java) S 8142 8145 29546 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13957111 9856040960 42145 33554432000 1073741824 1073778376 140737071341888 140378892359544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8158] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8158/stat : 8158 (java) S 8142 8145 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13957111 9856040960 42145 33554432000 1073741824 1073778376 140737071341888 140378891306376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8159] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8159/stat : 8159 (java) S 8142 8145 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13957113 9856040960 42145 33554432000 1073741824 1073778376 140737071341888 140378890255120 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8160] ppid=8142 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/8145/task/8160/stat : 8160 (java) S 8142 8145 29546 0 -1 4202560 2245 0 0 0 36 0 0 0 20 0 19 0 13957113 9856040960 42145 33554432000 1073741824 1073778376 140737071341888 140378889201976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8145/tid=8161] ppid=8142 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/8145/task/8161/stat : 8161 (java) S 8142 8145 29546 0 -1 4202560 2965 0 0 0 37 0 0 0 20 0 19 0 13957113 9856040960 42145 33554432000 1073741824 1073778376 140737071341888 140378888149432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8162] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8162/stat : 8162 (java) S 8142 8145 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13957113 9856040960 42145 33554432000 1073741824 1073778376 140737071341888 140378887096568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8145/tid=8163] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8163/stat : 8163 (java) S 8142 8145 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13957113 9856040960 42145 33554432000 1073741824 1073778376 140737071341888 140378886044232 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8145/tid=8164] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8164/stat : 8164 (java) S 8142 8145 29546 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13957211 9856040960 42145 33554432000 1073741824 1073778376 140737071341888 140378884990504 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 1.45 1.82 2.04 3/213 8164
/proc/meminfo: memFree=30072704/32872528 swapFree=1399392/1569044
[pid=8145] ppid=8142 vsize=9625040 CPUtime=7.13 cores=1,3,5,7
/proc/8145/stat : 8145 (java) S 8142 8145 29546 0 -1 4202496 9127 0 1 0 709 4 0 0 20 0 19 0 13957108 9856040960 42041 33554432000 1073741824 1073778376 140737071341888 140737071333024 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8145/statm: 2406260 42041 2285 9 0 2396937 0
[pid=8145/tid=8146] ppid=8142 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/8145/task/8146/stat : 8146 (java) R 8142 8145 29546 0 -1 4202560 2533 0 1 0 623 2 0 0 20 0 19 0 13957109 9856040960 42041 33554432000 1073741824 1073778376 140737071341888 140379069286952 140378942014902 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8145/tid=8148] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8148/stat : 8148 (java) S 8142 8145 29546 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13957109 9856040960 42041 33554432000 1073741824 1073778376 140737071341888 140378912979880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8149] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8149/stat : 8149 (java) S 8142 8145 29546 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13957109 9856040960 42041 33554432000 1073741824 1073778376 140737071341888 140378911927336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8145/tid=8150] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8150/stat : 8150 (java) S 8142 8145 29546 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13957109 9856040960 42041 33554432000 1073741824 1073778376 140737071341888 140378910874280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8151] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8151/stat : 8151 (java) S 8142 8145 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13957109 9856040960 42041 33554432000 1073741824 1073778376 140737071341888 140378909821736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8145/tid=8152] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8152/stat : 8152 (java) S 8142 8145 29546 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13957109 9856040960 42041 33554432000 1073741824 1073778376 140737071341888 140378908768680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8145/tid=8153] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8153/stat : 8153 (java) S 8142 8145 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13957109 9856040960 42041 33554432000 1073741824 1073778376 140737071341888 140378907716136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8145/tid=8154] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8154/stat : 8154 (java) S 8142 8145 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13957109 9856040960 42041 33554432000 1073741824 1073778376 140737071341888 140378906663080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8145/tid=8155] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8155/stat : 8155 (java) S 8142 8145 29546 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13957109 9856040960 42041 33554432000 1073741824 1073778376 140737071341888 140378905610536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8156] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8156/stat : 8156 (java) S 8142 8145 29546 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 13957110 9856040960 42041 33554432000 1073741824 1073778376 140737071341888 140378893413224 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8145/tid=8157] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8157/stat : 8157 (java) S 8142 8145 29546 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13957111 9856040960 42041 33554432000 1073741824 1073778376 140737071341888 140378892359544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8158] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8158/stat : 8158 (java) S 8142 8145 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13957111 9856040960 42041 33554432000 1073741824 1073778376 140737071341888 140378891306376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8159] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8159/stat : 8159 (java) S 8142 8145 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13957113 9856040960 42041 33554432000 1073741824 1073778376 140737071341888 140378890255120 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8160] ppid=8142 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/8145/task/8160/stat : 8160 (java) S 8142 8145 29546 0 -1 4202560 2249 0 0 0 39 0 0 0 20 0 19 0 13957113 9856040960 42041 33554432000 1073741824 1073778376 140737071341888 140378889201976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8145/tid=8161] ppid=8142 vsize=9625040 CPUtime=0.4 cores=1,3,5,7

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

[pid=8145/tid=8164] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8164/stat : 8164 (java) S 8142 8145 29546 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13957211 9856040960 105814 33554432000 1073741824 1073778376 140737071341888 140378884990504 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1666.96
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.26 2.27 2.21 3/213 8207
/proc/meminfo: memFree=29517096/32872528 swapFree=1399392/1569044
[pid=8145] ppid=8142 vsize=9625040 CPUtime=1727.24 cores=1,3,5,7
/proc/8145/stat : 8145 (java) S 8142 8145 29546 0 -1 4202496 12994 0 1 0 172631 93 0 0 20 0 19 0 13957108 9856040960 113249 33554432000 1073741824 1073778376 140737071341888 140737071333024 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8145/statm: 2406260 113249 2294 9 0 2396937 0
[pid=8145/tid=8146] ppid=8142 vsize=9625040 CPUtime=1715.45 cores=1,3,5,7
/proc/8145/task/8146/stat : 8146 (java) R 8142 8145 29546 0 -1 4202560 2587 0 1 0 171515 30 0 0 20 0 19 0 13957109 9856040960 113249 33554432000 1073741824 1073778376 140737071341888 140379069287632 140378942063620 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8145/tid=8148] ppid=8142 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/8145/task/8148/stat : 8148 (java) S 8142 8145 29546 0 -1 4202560 511 0 0 0 64 9 0 0 20 0 19 0 13957109 9856040960 113249 33554432000 1073741824 1073778376 140737071341888 140378912979880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8149] ppid=8142 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/8145/task/8149/stat : 8149 (java) S 8142 8145 29546 0 -1 4202560 561 0 0 0 60 10 0 0 20 0 19 0 13957109 9856040960 113249 33554432000 1073741824 1073778376 140737071341888 140378911927336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8145/tid=8150] ppid=8142 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/8145/task/8150/stat : 8150 (java) S 8142 8145 29546 0 -1 4202560 395 0 0 0 56 8 0 0 20 0 19 0 13957109 9856040960 113249 33554432000 1073741824 1073778376 140737071341888 140378910874280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8151] ppid=8142 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/8145/task/8151/stat : 8151 (java) S 8142 8145 29546 0 -1 4202560 361 0 0 0 65 6 0 0 20 0 19 0 13957109 9856040960 113249 33554432000 1073741824 1073778376 140737071341888 140378909821736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8145/tid=8152] ppid=8142 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/8145/task/8152/stat : 8152 (java) S 8142 8145 29546 0 -1 4202560 435 0 0 0 56 7 0 0 20 0 19 0 13957109 9856040960 113249 33554432000 1073741824 1073778376 140737071341888 140378908768680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8145/tid=8153] ppid=8142 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/8145/task/8153/stat : 8153 (java) S 8142 8145 29546 0 -1 4202560 492 0 0 0 62 9 0 0 20 0 19 0 13957109 9856040960 113249 33554432000 1073741824 1073778376 140737071341888 140378907716136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8154] ppid=8142 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/8145/task/8154/stat : 8154 (java) S 8142 8145 29546 0 -1 4202560 380 0 0 0 60 6 0 0 20 0 19 0 13957109 9856040960 113249 33554432000 1073741824 1073778376 140737071341888 140378906663080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8145/tid=8155] ppid=8142 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/8145/task/8155/stat : 8155 (java) S 8142 8145 29546 0 -1 4202560 269 0 0 0 52 7 0 0 20 0 19 0 13957109 9856040960 113249 33554432000 1073741824 1073778376 140737071341888 140378905610536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8145/tid=8156] ppid=8142 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/8145/task/8156/stat : 8156 (java) S 8142 8145 29546 0 -1 4202560 395 0 0 0 63 3 0 0 20 0 19 0 13957110 9856040960 113249 33554432000 1073741824 1073778376 140737071341888 140378893413224 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8145/tid=8157] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8157/stat : 8157 (java) S 8142 8145 29546 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13957111 9856040960 113249 33554432000 1073741824 1073778376 140737071341888 140378892359544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8158] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8158/stat : 8158 (java) S 8142 8145 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13957111 9856040960 113249 33554432000 1073741824 1073778376 140737071341888 140378891306376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8159] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8159/stat : 8159 (java) S 8142 8145 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13957113 9856040960 113249 33554432000 1073741824 1073778376 140737071341888 140378890255120 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8160] ppid=8142 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/8145/task/8160/stat : 8160 (java) S 8142 8145 29546 0 -1 4202560 2278 0 0 0 43 0 0 0 20 0 19 0 13957113 9856040960 113249 33554432000 1073741824 1073778376 140737071341888 140378889201976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8145/tid=8161] ppid=8142 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/8145/task/8161/stat : 8161 (java) S 8142 8145 29546 0 -1 4202560 2972 0 0 0 42 0 0 0 20 0 19 0 13957113 9856040960 113249 33554432000 1073741824 1073778376 140737071341888 140378888149432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8162] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8162/stat : 8162 (java) S 8142 8145 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13957113 9856040960 113249 33554432000 1073741824 1073778376 140737071341888 140378887096568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8145/tid=8163] ppid=8142 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/8145/task/8163/stat : 8163 (java) S 8142 8145 29546 0 -1 4202560 99 0 0 0 27 29 0 0 20 0 19 0 13957113 9856040960 113249 33554432000 1073741824 1073778376 140737071341888 140378886044232 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8145/tid=8164] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8164/stat : 8164 (java) S 8142 8145 29546 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13957211 9856040960 113249 33554432000 1073741824 1073778376 140737071341888 140378884990504 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1727.24
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.37 2.29 2.22 3/213 8208
/proc/meminfo: memFree=29524952/32872528 swapFree=1399392/1569044
[pid=8145] ppid=8142 vsize=9625040 CPUtime=1787.49 cores=1,3,5,7
/proc/8145/stat : 8145 (java) S 8142 8145 29546 0 -1 4202496 13007 0 1 0 178655 94 0 0 20 0 19 0 13957108 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140737071333024 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8145/statm: 2406260 111293 2294 9 0 2396937 0
[pid=8145/tid=8146] ppid=8142 vsize=9625040 CPUtime=1775.18 cores=1,3,5,7
/proc/8145/task/8146/stat : 8146 (java) R 8142 8145 29546 0 -1 4202560 2591 0 1 0 177488 30 0 0 20 0 19 0 13957109 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140379069287632 140378942038243 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8145/tid=8148] ppid=8142 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/8145/task/8148/stat : 8148 (java) S 8142 8145 29546 0 -1 4202560 511 0 0 0 67 9 0 0 20 0 19 0 13957109 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378912979880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8149] ppid=8142 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/8145/task/8149/stat : 8149 (java) S 8142 8145 29546 0 -1 4202560 561 0 0 0 66 10 0 0 20 0 19 0 13957109 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378911927336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8145/tid=8150] ppid=8142 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/8145/task/8150/stat : 8150 (java) S 8142 8145 29546 0 -1 4202560 395 0 0 0 59 8 0 0 20 0 19 0 13957109 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378910874280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8145/tid=8151] ppid=8142 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/8145/task/8151/stat : 8151 (java) S 8142 8145 29546 0 -1 4202560 361 0 0 0 68 7 0 0 20 0 19 0 13957109 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378909821736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8152] ppid=8142 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/8145/task/8152/stat : 8152 (java) S 8142 8145 29546 0 -1 4202560 435 0 0 0 59 7 0 0 20 0 19 0 13957109 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378908768680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8145/tid=8153] ppid=8142 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/8145/task/8153/stat : 8153 (java) S 8142 8145 29546 0 -1 4202560 492 0 0 0 66 10 0 0 20 0 19 0 13957109 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378907716136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8145/tid=8154] ppid=8142 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/8145/task/8154/stat : 8154 (java) S 8142 8145 29546 0 -1 4202560 380 0 0 0 67 6 0 0 20 0 19 0 13957109 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378906663080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8145/tid=8155] ppid=8142 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/8145/task/8155/stat : 8155 (java) S 8142 8145 29546 0 -1 4202560 269 0 0 0 59 7 0 0 20 0 19 0 13957109 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378905610536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8145/tid=8156] ppid=8142 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/8145/task/8156/stat : 8156 (java) S 8142 8145 29546 0 -1 4202560 400 0 0 0 63 3 0 0 20 0 19 0 13957110 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378893413224 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8145/tid=8157] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8157/stat : 8157 (java) S 8142 8145 29546 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13957111 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378892359544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8158] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8158/stat : 8158 (java) S 8142 8145 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13957111 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378891306376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8159] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8159/stat : 8159 (java) S 8142 8145 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13957113 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378890255120 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8160] ppid=8142 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/8145/task/8160/stat : 8160 (java) S 8142 8145 29546 0 -1 4202560 2278 0 0 0 43 0 0 0 20 0 19 0 13957113 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378889201976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8145/tid=8161] ppid=8142 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/8145/task/8161/stat : 8161 (java) S 8142 8145 29546 0 -1 4202560 2972 0 0 0 42 0 0 0 20 0 19 0 13957113 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378888149432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8162] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8162/stat : 8162 (java) S 8142 8145 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13957113 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378887096568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8145/tid=8163] ppid=8142 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/8145/task/8163/stat : 8163 (java) S 8142 8145 29546 0 -1 4202560 103 0 0 0 28 30 0 0 20 0 19 0 13957113 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378886044232 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8145/tid=8164] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8164/stat : 8164 (java) S 8142 8145 29546 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13957211 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378884990504 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1787.49
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.8 s]
/proc/loadavg: 2.21 2.26 2.21 2/188 8241
/proc/meminfo: memFree=29960844/32872528 swapFree=1399392/1569044
[pid=8145] ppid=8142 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/8145/stat : 8145 (java) S 8142 8145 29546 0 -1 4202496 13007 0 1 0 179905 95 0 0 20 0 19 0 13957108 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140737071333024 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8145/statm: 2406260 111293 2294 9 0 2396937 0
[pid=8145/tid=8146] ppid=8142 vsize=9625040 CPUtime=1787.64 cores=1,3,5,7
/proc/8145/task/8146/stat : 8146 (java) R 8142 8145 29546 0 -1 4202560 2591 0 1 0 178733 31 0 0 20 0 19 0 13957109 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140379069279936 140378941929696 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8145/tid=8148] ppid=8142 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/8145/task/8148/stat : 8148 (java) S 8142 8145 29546 0 -1 4202560 511 0 0 0 67 9 0 0 20 0 19 0 13957109 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378912979880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8149] ppid=8142 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/8145/task/8149/stat : 8149 (java) S 8142 8145 29546 0 -1 4202560 561 0 0 0 66 10 0 0 20 0 19 0 13957109 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378911927336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8145/tid=8150] ppid=8142 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/8145/task/8150/stat : 8150 (java) S 8142 8145 29546 0 -1 4202560 395 0 0 0 59 8 0 0 20 0 19 0 13957109 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378910874280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8145/tid=8151] ppid=8142 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/8145/task/8151/stat : 8151 (java) S 8142 8145 29546 0 -1 4202560 361 0 0 0 68 7 0 0 20 0 19 0 13957109 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378909821736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8152] ppid=8142 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/8145/task/8152/stat : 8152 (java) S 8142 8145 29546 0 -1 4202560 435 0 0 0 59 7 0 0 20 0 19 0 13957109 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378908768680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8145/tid=8153] ppid=8142 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/8145/task/8153/stat : 8153 (java) S 8142 8145 29546 0 -1 4202560 492 0 0 0 66 10 0 0 20 0 19 0 13957109 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378907716136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8145/tid=8154] ppid=8142 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/8145/task/8154/stat : 8154 (java) S 8142 8145 29546 0 -1 4202560 380 0 0 0 67 6 0 0 20 0 19 0 13957109 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378906663080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8145/tid=8155] ppid=8142 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/8145/task/8155/stat : 8155 (java) S 8142 8145 29546 0 -1 4202560 269 0 0 0 59 7 0 0 20 0 19 0 13957109 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378905610536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8145/tid=8156] ppid=8142 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/8145/task/8156/stat : 8156 (java) S 8142 8145 29546 0 -1 4202560 400 0 0 0 63 3 0 0 20 0 19 0 13957110 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378893413224 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8145/tid=8157] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8157/stat : 8157 (java) S 8142 8145 29546 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13957111 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378892359544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8158] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8158/stat : 8158 (java) S 8142 8145 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13957111 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378891306376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8159] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8159/stat : 8159 (java) S 8142 8145 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13957113 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378890255120 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8160] ppid=8142 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/8145/task/8160/stat : 8160 (java) S 8142 8145 29546 0 -1 4202560 2278 0 0 0 43 0 0 0 20 0 19 0 13957113 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378889201976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8145/tid=8161] ppid=8142 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/8145/task/8161/stat : 8161 (java) S 8142 8145 29546 0 -1 4202560 2972 0 0 0 42 0 0 0 20 0 19 0 13957113 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378888149432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8145/tid=8162] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8162/stat : 8162 (java) S 8142 8145 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13957113 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378887096568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8145/tid=8163] ppid=8142 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/8145/task/8163/stat : 8163 (java) S 8142 8145 29546 0 -1 4202560 103 0 0 0 29 30 0 0 20 0 19 0 13957113 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378886044232 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8145/tid=8164] ppid=8142 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8145/task/8164/stat : 8164 (java) S 8142 8145 29546 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13957211 9856040960 111293 33554432000 1073741824 1073778376 140737071341888 140378884990504 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 8145 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8145 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=378213
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=421783
# CPU time returned by wait4() is 1795.8
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.83
CPU time (s): 1800
CPU user time (s): 1799.05
CPU system time (s): 0.95
CPU usage (%): 100.288
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.38
system time used= 1.42178
maximum resident set size= 676760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13039
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39590
involuntary context switches= 16357

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.8625 second user time and 14.1538 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-17 01:18:39
IDJOB=4098000
IDBENCH=107837
IDSOLVER=2546
FILE ID=node140/4098000-1466119119
RUNJOBID= node140-1466119113-7903
PBS_JOBID= 19904032
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression64_21.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4098000-1466119119/watcher-4098000-1466119119 -o /tmp/evaluation-result-4098000-1466119119/solver-4098000-1466119119 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466119113-7903 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4098000-1466119119.opb

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

MD5SUM BENCH= f2c924fb4845da7e1e1c3ddc986ad34a
RANDOM SEED=1631582966

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.714
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.714
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.54
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.714
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:        30234100 kB
Buffers:           65256 kB
Cached:           128880 kB
SwapCached:         2564 kB
Active:           255968 kB
Inactive:         105688 kB
Active(anon):     167800 kB
Inactive(anon):     1792 kB
Active(file):      88168 kB
Inactive(file):   103896 kB
Unevictable:     1569044 kB
Mlocked:         1399392 kB
SwapTotal:      67108856 kB
SwapFree:       67096820 kB
Dirty:              9820 kB
Writeback:             0 kB
AnonPages:       1734648 kB
Mapped:            15280 kB
Shmem:                 0 kB
Slab:             573452 kB
SReclaimable:      16604 kB
SUnreclaim:       556848 kB
KernelStack:        1600 kB
PageTables:         7856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2257336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 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 node140 at 2016-06-17 01:48:34