Trace number 4084653

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.07 1790.88

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K96.opb
MD5SUM12d577f059d1da283bb935f5e106dee7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6528
Total number of constraints6722
Number of constraints which are clauses6626
Number of constraints which are cardinality constraints (but not clauses)96
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint96
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 97
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.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4084653-1465285062.opb
0.08/0.12	c reading problem ... 
0.08/0.13	c  no objective function found
0.73/0.40	c ... done. Wall clock time 0.277s.
0.73/0.40	c declared #vars     6528
0.73/0.40	c #constraints  6722
0.73/0.40	c constraints type 
0.73/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5389
0.73/0.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 96
0.73/0.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.73/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1235
0.73/0.40	c 6722 constraints processed.
1.88/1.23	c cleaning 2480 clauses out of 4994 with flag 24420/5000
3.12/2.04	c cleaning 4220 clauses out of 8506 with flag 62806/11000
4.03/2.97	c cleaning 5631 clauses out of 11283 with flag 110979/18000
5.13/4.03	c cleaning 6787 clauses out of 13650 with flag 165269/26001
6.25/5.19	c cleaning 7923 clauses out of 15861 with flag 223765/35000
7.65/6.55	c cleaning 8905 clauses out of 17935 with flag 283012/45000
9.15/8.04	c cleaning 9627 clauses out of 20031 with flag 347079/56003
10.85/9.71	c cleaning 10241 clauses out of 22401 with flag 411734/68001
12.55/11.49	c cleaning 11167 clauses out of 25160 with flag 483489/81002
14.65/13.59	c cleaning 11940 clauses out of 27991 with flag 563031/95002
16.96/15.81	c cleaning 12715 clauses out of 31048 with flag 648401/110001
19.26/18.15	c cleaning 13619 clauses out of 34330 with flag 739064/126000
21.86/20.79	c cleaning 14445 clauses out of 37713 with flag 840100/143003
24.78/23.60	c cleaning 15339 clauses out of 41266 with flag 951657/161001
27.69/26.51	c cleaning 16336 clauses out of 44927 with flag 1071326/180001
30.89/29.75	c cleaning 17177 clauses out of 48590 with flag 1195491/200000
34.19/33.04	c cleaning 18036 clauses out of 52415 with flag 1324528/221002
37.78/36.61	c cleaning 19060 clauses out of 56384 with flag 1467911/243007
41.49/40.40	c cleaning 19769 clauses out of 60317 with flag 1618368/266000
45.79/44.61	c cleaning 20717 clauses out of 64547 with flag 1772779/290000
50.29/49.11	c cleaning 21609 clauses out of 68831 with flag 1936920/315001
54.99/53.83	c cleaning 22757 clauses out of 73223 with flag 2105913/341002
59.95/58.73	c cleaning 23388 clauses out of 77464 with flag 2276657/368000
65.05/63.83	c cleaning 24320 clauses out of 82078 with flag 2462509/396002
70.45/69.20	c cleaning 25263 clauses out of 86754 with flag 2665710/425000
76.06/74.84	c cleaning 26277 clauses out of 91491 with flag 2870378/455000
81.96/80.80	c cleaning 27160 clauses out of 96214 with flag 3082901/486000
88.66/87.40	c cleaning 27997 clauses out of 101056 with flag 3308602/518002
95.46/94.21	c cleaning 29216 clauses out of 106058 with flag 3553667/551001
102.46/101.17	c cleaning 29967 clauses out of 110842 with flag 3785365/585001
110.06/108.70	c cleaning 31052 clauses out of 115873 with flag 4043431/620000
117.66/116.33	c cleaning 32041 clauses out of 120821 with flag 4306520/656000
125.66/124.32	c cleaning 32985 clauses out of 125781 with flag 4570241/693001
134.06/132.79	c cleaning 33980 clauses out of 130798 with flag 4841876/731003
143.22/141.70	c cleaning 35053 clauses out of 135814 with flag 5134220/770000
152.82/151.34	c cleaning 35876 clauses out of 140761 with flag 5429386/810000
162.82/161.36	c cleaning 36666 clauses out of 145884 with flag 5739845/851000
173.41/171.90	c cleaning 37830 clauses out of 151217 with flag 6066399/893000
184.71/183.05	c cleaning 38637 clauses out of 156388 with flag 6419649/936001
196.00/194.37	c cleaning 39749 clauses out of 161751 with flag 6777727/980001
207.70/206.09	c cleaning 40804 clauses out of 167000 with flag 7149095/1025000
219.70/218.02	c cleaning 42039 clauses out of 172196 with flag 7527415/1071000
232.79/230.95	c cleaning 42537 clauses out of 177161 with flag 7910824/1118004
245.29/243.48	c cleaning 43578 clauses out of 182621 with flag 8296148/1166001
258.99/257.16	c cleaning 44842 clauses out of 188043 with flag 8691429/1215001
273.45/271.32	c cleaning 45929 clauses out of 193201 with flag 9126776/1265001
288.75/286.63	c cleaning 46441 clauses out of 198271 with flag 9558825/1316000
304.66/302.59	c cleaning 47844 clauses out of 203830 with flag 10022352/1368000
320.50/318.06	c cleaning 48533 clauses out of 208991 with flag 10485526/1421005
336.46/333.97	c cleaning 49605 clauses out of 214453 with flag 10950162/1475000
353.15/350.64	c cleaning 50543 clauses out of 219849 with flag 11439230/1530001
370.35/367.75	c cleaning 51693 clauses out of 225305 with flag 11943472/1586000
388.04/385.39	c cleaning 52731 clauses out of 230612 with flag 12464674/1643000
406.23/403.45	c cleaning 53876 clauses out of 235881 with flag 12995214/1701000
425.62/422.88	c cleaning 54535 clauses out of 241005 with flag 13550668/1760000
445.68/442.84	c cleaning 55651 clauses out of 246470 with flag 14130102/1820000
466.27/463.34	c cleaning 56737 clauses out of 251821 with flag 14740085/1881002
488.16/485.12	c cleaning 57777 clauses out of 257082 with flag 15380949/1943000
510.94/507.86	c cleaning 58739 clauses out of 262305 with flag 16013424/2006000
533.12/529.90	c cleaning 60130 clauses out of 267565 with flag 16639050/2070000
557.51/554.20	c cleaning 60818 clauses out of 272439 with flag 17372696/2135005
581.72/578.39	c cleaning 61894 clauses out of 277617 with flag 18035259/2201001
607.22/603.77	c cleaning 62975 clauses out of 282722 with flag 18821497/2268000
632.13/628.58	c cleaning 64014 clauses out of 287747 with flag 19504779/2336000
657.82/654.15	c cleaning 65263 clauses out of 292734 with flag 20198169/2405001
684.73/680.93	c cleaning 66112 clauses out of 297469 with flag 20938002/2475000
711.48/707.62	c cleaning 67190 clauses out of 302358 with flag 21663069/2546001
739.35/735.39	c cleaning 68297 clauses out of 307167 with flag 22443997/2618000
768.43/764.32	c cleaning 69407 clauses out of 311871 with flag 23218602/2691001
799.20/794.98	c cleaning 70334 clauses out of 316465 with flag 24044598/2765002
830.48/826.12	c cleaning 71073 clauses out of 321130 with flag 24909278/2840001
862.80/858.34	c cleaning 72628 clauses out of 326056 with flag 25921202/2916000
895.28/890.73	c cleaning 73507 clauses out of 330432 with flag 26765465/2993004
927.42/922.79	c cleaning 74347 clauses out of 334923 with flag 27615495/3071002
961.23/956.42	c cleaning 75535 clauses out of 339575 with flag 28542365/3150001
995.74/990.83	c cleaning 76471 clauses out of 344039 with flag 29415380/3230000
1031.09/1026.09	c cleaning 77454 clauses out of 348568 with flag 30327209/3311000
1071.52/1066.33	c cleaning 78264 clauses out of 353115 with flag 31542545/3393001
1108.09/1102.79	c cleaning 79587 clauses out of 357852 with flag 32600427/3476002
1146.55/1141.06	c cleaning 80738 clauses out of 362264 with flag 33610045/3560001
1184.88/1179.19	c cleaning 81731 clauses out of 366529 with flag 34606121/3645004
1224.48/1218.54	c cleaning 82553 clauses out of 370794 with flag 35618277/3731000
1270.38/1264.23	c cleaning 83685 clauses out of 375242 with flag 37076533/3818001
1315.43/1309.07	c cleaning 85155 clauses out of 379556 with flag 38516326/3906000
1360.85/1354.31	c cleaning 85929 clauses out of 383402 with flag 39879798/3995001
1405.51/1398.77	c cleaning 86979 clauses out of 387472 with flag 40935047/4085000
1449.02/1442.03	c cleaning 87877 clauses out of 391494 with flag 42023217/4176001
1495.05/1487.86	c cleaning 88800 clauses out of 395617 with flag 43131100/4268001
1540.93/1533.55	c cleaning 89750 clauses out of 399818 with flag 44301189/4361002
1592.03/1584.38	c cleaning 90496 clauses out of 404065 with flag 45792062/4455000
1641.20/1633.17	c cleaning 92108 clauses out of 408570 with flag 47254415/4550001
1688.52/1680.18	c cleaning 93450 clauses out of 412463 with flag 48493013/4646002
1738.59/1729.83	c cleaning 93915 clauses out of 416012 with flag 49748488/4743001
1791.22/1782.16	c cleaning 95362 clauses out of 420096 with flag 51086132/4841000
1800.07/1790.81	c starts		: 40106
1800.07/1790.81	c conflicts		: 4866761
1800.07/1790.81	c decisions		: 82802874
1800.07/1790.81	c propagations		: 1818686016
1800.07/1790.81	c inspects		: 18806015883
1800.07/1790.81	c shortcuts		: 0
1800.07/1790.81	c learnt literals	: 47
1800.07/1790.81	c learnt binary clauses	: 120994
1800.07/1790.81	c learnt ternary clauses	: 129133
1800.07/1790.81	c learnt constraints	: 4866714
1800.07/1790.81	c ignored constraints	: 0
1800.07/1790.81	c root simplifications	: 0
1800.07/1790.81	c removed literals (reason simplification)	: 0
1800.07/1790.81	c reason swapping (by a shorter reason)	: 0
1800.07/1790.81	c Calls to reduceDB	: 94
1800.07/1790.81	c Number of update (reduction) of LBD	: 4067804
1800.07/1790.81	c Imported unit clauses	: 0
1800.07/1790.81	c number of reductions to clauses (during analyze)	: 0
1800.07/1790.81	c number of learned constraints concerned by reduction	: 0
1800.07/1790.81	c number of learning phase by resolution	: 0
1800.07/1790.81	c number of learning phase by cutting planes	: 0
1800.07/1790.81	c speed (assignments/second)	: 1015798.4373333125
1800.07/1790.81	c non guided choices	5880
1800.07/1790.81	c timeout
1800.07/1790.87	c learnt constraints type 
1800.07/1790.87	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 120994
1800.07/1790.87	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 229501
1800.07/1790.87	s UNKNOWN
1800.07/1790.87	c Total wall clock time (in seconds): 1790.746

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-4084653-1465285062/watcher-4084653-1465285062 -o /tmp/evaluation-result-4084653-1465285062/solver-4084653-1465285062 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1465261984-9406 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084653-1465285062.opb 

pid=13830
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.26 2.24 2.19 3/194 13833
/proc/meminfo: memFree=29916208/32872528 swapFree=16700/1645768
[pid=13833] ppid=13830 vsize=9488 CPUtime=0 cores=1,3,5,7
/proc/13833/stat : 13833 (java) R 13830 13833 9389 0 -1 4202496 275 0 0 0 0 0 0 0 20 0 1 0 110439619 9715712 132 33554432000 1073741824 1073778376 140737018371856 140737018368984 259112428471 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13833/statm: 2323 142 104 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 2.26 2.24 2.19 3/194 13833
/proc/meminfo: memFree=29916208/32872528 swapFree=16700/1645768
[pid=13833] ppid=13830 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/13833/stat : 13833 (java) S 13830 13833 9389 0 -1 4202496 4220 0 1 0 7 1 0 0 20 0 18 0 110439619 9787879424 5347 33554432000 1073741824 1073778376 140736337534720 140736337525856 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13833/statm: 2389619 5349 2054 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200265 s]
/proc/loadavg: 2.26 2.24 2.19 3/194 13833
/proc/meminfo: memFree=29916208/32872528 swapFree=16700/1645768
[pid=13833] ppid=13830 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/13833/stat : 13833 (java) S 13830 13833 9389 0 -1 4202496 4929 0 1 0 24 1 0 0 20 0 18 0 110439619 9787879424 6975 33554432000 1073741824 1073778376 140736337534720 140736337525856 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13833/statm: 2389619 6975 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.30022 s]
/proc/loadavg: 2.26 2.24 2.19 3/194 13833
/proc/meminfo: memFree=29916208/32872528 swapFree=16700/1645768
[pid=13833] ppid=13830 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/13833/stat : 13833 (java) S 13830 13833 9389 0 -1 4202496 7463 0 1 0 51 2 0 0 20 0 18 0 110439619 9787879424 9801 33554432000 1073741824 1073778376 140736337534720 140736337525856 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13833/statm: 2389619 9801 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700195 s]
/proc/loadavg: 2.26 2.24 2.19 3/194 13833
/proc/meminfo: memFree=29916208/32872528 swapFree=16700/1645768
[pid=13833] ppid=13830 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/13833/stat : 13833 (java) S 13830 13833 9389 0 -1 4202496 9581 0 1 0 134 3 0 0 20 0 19 0 110439619 9856040960 16556 33554432000 1073741824 1073778376 140736337534720 140736337525856 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13833/statm: 2406260 16556 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9625040

[startup+1.50089 s]
/proc/loadavg: 2.26 2.24 2.19 3/213 13852
/proc/meminfo: memFree=29856964/32872528 swapFree=16700/1645768
[pid=13833] ppid=13830 vsize=9625040 CPUtime=2.47 cores=1,3,5,7
/proc/13833/stat : 13833 (java) S 13830 13833 9389 0 -1 4202496 15508 0 1 0 243 4 0 0 20 0 19 0 110439619 9856040960 20944 33554432000 1073741824 1073778376 140736337534720 140736337525856 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13833/statm: 2406260 20944 2268 9 0 2396937 0
[pid=13833/tid=13835] ppid=13830 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/13833/task/13835/stat : 13835 (java) R 13830 13833 9389 0 -1 4202560 2420 0 1 0 143 2 0 0 20 0 19 0 110439620 9856040960 20944 33554432000 1073741824 1073778376 140736337534720 140053833719816 140053666434871 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13833/tid=13836] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13836/stat : 13836 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439621 9856040960 20944 33554432000 1073741824 1073778376 140736337534720 140053795212200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13837] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13837/stat : 13837 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439621 9856040960 20944 33554432000 1073741824 1073778376 140736337534720 140053794159656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13833/tid=13838] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13838/stat : 13838 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439621 9856040960 20944 33554432000 1073741824 1073778376 140736337534720 140053793106600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13833/tid=13839] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13839/stat : 13839 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439621 9856040960 20944 33554432000 1073741824 1073778376 140736337534720 140053792054056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13833/tid=13840] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13840/stat : 13840 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439621 9856040960 20944 33554432000 1073741824 1073778376 140736337534720 140053791001000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13841] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13841/stat : 13841 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439621 9856040960 20944 33554432000 1073741824 1073778376 140736337534720 140053789948456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13833/tid=13842] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13842/stat : 13842 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439622 9856040960 20944 33554432000 1073741824 1073778376 140736337534720 140053788895400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13833/tid=13843] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13843/stat : 13843 (java) S 13830 13833 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110439622 9856040960 20944 33554432000 1073741824 1073778376 140736337534720 140053787842856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13844] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13844/stat : 13844 (java) S 13830 13833 9389 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110439623 9856040960 20944 33554432000 1073741824 1073778376 140736337534720 140053657381736 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13845] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13845/stat : 13845 (java) S 13830 13833 9389 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110439623 9856040960 20944 33554432000 1073741824 1073778376 140736337534720 140053656328056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13846] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13846/stat : 13846 (java) S 13830 13833 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110439623 9856040960 20944 33554432000 1073741824 1073778376 140736337534720 140053655274888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13847] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13847/stat : 13847 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439626 9856040960 20944 33554432000 1073741824 1073778376 140736337534720 140053654223632 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13848] ppid=13830 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/13833/task/13848/stat : 13848 (java) R 13830 13833 9389 0 -1 4202560 8223 0 0 0 57 2 0 0 20 0 19 0 110439626 9856040960 20944 33554432000 1073741824 1073778376 140736337534720 140053653157512 140053837837720 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13849] ppid=13830 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/13833/task/13849/stat : 13849 (java) S 13830 13833 9389 0 -1 4202560 3592 0 0 0 40 0 0 0 20 0 19 0 110439626 9856040960 20944 33554432000 1073741824 1073778376 140736337534720 140053652117944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13833/tid=13850] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13850/stat : 13850 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439626 9856040960 20944 33554432000 1073741824 1073778376 140736337534720 140053651065080 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13833/tid=13851] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13851/stat : 13851 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439626 9856040960 20944 33554432000 1073741824 1073778376 140736337534720 140052642392648 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13852] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13852/stat : 13852 (java) S 13830 13833 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110439660 9856040960 20944 33554432000 1073741824 1073778376 140736337534720 140052641338920 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.26 2.24 2.19 3/213 13852
/proc/meminfo: memFree=29836624/32872528 swapFree=16700/1645768
[pid=13833] ppid=13830 vsize=9625040 CPUtime=4.23 cores=1,3,5,7
/proc/13833/stat : 13833 (java) S 13830 13833 9389 0 -1 4202496 16018 0 1 0 418 5 0 0 20 0 19 0 110439619 9856040960 23046 33554432000 1073741824 1073778376 140736337534720 140736337525856 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13833/statm: 2406260 23046 2268 9 0 2396937 0
[pid=13833/tid=13835] ppid=13830 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/13833/task/13835/stat : 13835 (java) R 13830 13833 9389 0 -1 4202560 2425 0 1 0 302 2 0 0 20 0 19 0 110439620 9856040960 23046 33554432000 1073741824 1073778376 140736337534720 140053833718232 140053666495538 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13833/tid=13836] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13836/stat : 13836 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439621 9856040960 23046 33554432000 1073741824 1073778376 140736337534720 140053795212200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13837] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13837/stat : 13837 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439621 9856040960 23046 33554432000 1073741824 1073778376 140736337534720 140053794159656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13833/tid=13838] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13838/stat : 13838 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439621 9856040960 23046 33554432000 1073741824 1073778376 140736337534720 140053793106600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13833/tid=13839] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13839/stat : 13839 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439621 9856040960 23046 33554432000 1073741824 1073778376 140736337534720 140053792054056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13833/tid=13840] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13840/stat : 13840 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439621 9856040960 23046 33554432000 1073741824 1073778376 140736337534720 140053791001000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13841] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13841/stat : 13841 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439621 9856040960 23046 33554432000 1073741824 1073778376 140736337534720 140053789948456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13833/tid=13842] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13842/stat : 13842 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439622 9856040960 23046 33554432000 1073741824 1073778376 140736337534720 140053788895400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13833/tid=13843] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13843/stat : 13843 (java) S 13830 13833 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110439622 9856040960 23046 33554432000 1073741824 1073778376 140736337534720 140053787842856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13844] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13844/stat : 13844 (java) S 13830 13833 9389 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110439623 9856040960 23046 33554432000 1073741824 1073778376 140736337534720 140053657381736 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13845] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13845/stat : 13845 (java) S 13830 13833 9389 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110439623 9856040960 23046 33554432000 1073741824 1073778376 140736337534720 140053656328056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13846] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13846/stat : 13846 (java) S 13830 13833 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110439623 9856040960 23046 33554432000 1073741824 1073778376 140736337534720 140053655274888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13847] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13847/stat : 13847 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439626 9856040960 23046 33554432000 1073741824 1073778376 140736337534720 140053654223632 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13848] ppid=13830 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/13833/task/13848/stat : 13848 (java) S 13830 13833 9389 0 -1 4202560 8728 0 0 0 70 3 0 0 20 0 19 0 110439626 9856040960 23046 33554432000 1073741824 1073778376 140736337534720 140053653170488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13849] ppid=13830 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/13833/task/13849/stat : 13849 (java) S 13830 13833 9389 0 -1 4202560 3592 0 0 0 42 0 0 0 20 0 19 0 110439626 9856040960 23046 33554432000 1073741824 1073778376 140736337534720 140053652117944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13833/tid=13850] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13850/stat : 13850 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439626 9856040960 23046 33554432000 1073741824 1073778376 140736337534720 140053651065080 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13833/tid=13851] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13851/stat : 13851 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439626 9856040960 23046 33554432000 1073741824 1073778376 140736337534720 140052642392648 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13852] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13852/stat : 13852 (java) S 13830 13833 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110439660 9856040960 23046 33554432000 1073741824 1073778376 140736337534720 140052641338920 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.24 2.24 2.18 3/213 13852
/proc/meminfo: memFree=29823536/32872528 swapFree=16700/1645768
[pid=13833] ppid=13830 vsize=9625040 CPUtime=7.45 cores=1,3,5,7
/proc/13833/stat : 13833 (java) S 13830 13833 9389 0 -1 4202496 16030 0 1 0 740 5 0 0 20 0 19 0 110439619 9856040960 26471 33554432000 1073741824 1073778376 140736337534720 140736337525856 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13833/statm: 2406260 26471 2269 9 0 2396937 0
[pid=13833/tid=13835] ppid=13830 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/13833/task/13835/stat : 13835 (java) R 13830 13833 9389 0 -1 4202560 2435 0 1 0 622 2 0 0 20 0 19 0 110439620 9856040960 26471 33554432000 1073741824 1073778376 140736337534720 140053833720360 140053666541651 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13833/tid=13836] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13836/stat : 13836 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439621 9856040960 26471 33554432000 1073741824 1073778376 140736337534720 140053795212200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13837] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13837/stat : 13837 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439621 9856040960 26471 33554432000 1073741824 1073778376 140736337534720 140053794159656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13833/tid=13838] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13838/stat : 13838 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439621 9856040960 26471 33554432000 1073741824 1073778376 140736337534720 140053793106600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13833/tid=13839] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13839/stat : 13839 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439621 9856040960 26471 33554432000 1073741824 1073778376 140736337534720 140053792054056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13833/tid=13840] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13840/stat : 13840 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439621 9856040960 26471 33554432000 1073741824 1073778376 140736337534720 140053791001000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13841] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13841/stat : 13841 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439621 9856040960 26471 33554432000 1073741824 1073778376 140736337534720 140053789948456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13833/tid=13842] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13842/stat : 13842 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439622 9856040960 26471 33554432000 1073741824 1073778376 140736337534720 140053788895400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13833/tid=13843] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13843/stat : 13843 (java) S 13830 13833 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110439622 9856040960 26471 33554432000 1073741824 1073778376 140736337534720 140053787842856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13844] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13844/stat : 13844 (java) S 13830 13833 9389 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110439623 9856040960 26471 33554432000 1073741824 1073778376 140736337534720 140053657381736 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13845] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13845/stat : 13845 (java) S 13830 13833 9389 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110439623 9856040960 26471 33554432000 1073741824 1073778376 140736337534720 140053656328056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13846] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13846/stat : 13846 (java) S 13830 13833 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110439623 9856040960 26471 33554432000 1073741824 1073778376 140736337534720 140053655274888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13847] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13847/stat : 13847 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439626 9856040960 26471 33554432000 1073741824 1073778376 140736337534720 140053654223632 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13848] ppid=13830 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/13833/task/13848/stat : 13848 (java) S 13830 13833 9389 0 -1 4202560 8729 0 0 0 72 3 0 0 20 0 19 0 110439626 9856040960 26471 33554432000 1073741824 1073778376 140736337534720 140053653170488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13849] ppid=13830 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/13833/task/13849/stat : 13849 (java) S 13830 13833 9389 0 -1 4202560 3592 0 0 0 42 0 0 0 20 0 19 0 110439626 9856040960 26471 33554432000 1073741824 1073778376 140736337534720 140053652117944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13833/tid=13850] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13850/stat : 13850 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439626 9856040960 26471 33554432000 1073741824 1073778376 140736337534720 140053651065080 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13833/tid=13851] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13851/stat : 13851 (java) S 13830 13833 9389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110439626 9856040960 26471 33554432000 1073741824 1073778376 140736337534720 140052642392648 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13852] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13852/stat : 13852 (java) S 13830 13833 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110439660 9856040960 26471 33554432000 1073741824 1073778376 140736337534720 140052641338920 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 9625040


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

/proc/13833/task/13852/stat : 13852 (java) S 13830 13833 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110439660 9856040960 88214 33554432000 1073741824 1073778376 140736337534720 140052641338920 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1670.58
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.25 2.29 2.22 3/213 13984
/proc/meminfo: memFree=29330580/32872528 swapFree=16700/1645768
[pid=13833] ppid=13830 vsize=9625040 CPUtime=1731.05 cores=1,3,5,7
/proc/13833/stat : 13833 (java) S 13830 13833 9389 0 -1 4202496 21285 0 1 0 172984 121 0 0 20 0 19 0 110439619 9856040960 79214 33554432000 1073741824 1073778376 140736337534720 140736337525856 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13833/statm: 2406260 79214 2291 9 0 2396937 0
[pid=13833/tid=13835] ppid=13830 vsize=9625040 CPUtime=1712.17 cores=1,3,5,7
/proc/13833/task/13835/stat : 13835 (java) R 13830 13833 9389 0 -1 4202560 2578 0 1 0 171184 33 0 0 20 0 19 0 110439620 9856040960 79214 33554432000 1073741824 1073778376 140736337534720 140053833719104 140053666542088 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13836] ppid=13830 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/13833/task/13836/stat : 13836 (java) S 13830 13833 9389 0 -1 4202560 620 0 0 0 117 9 0 0 20 0 19 0 110439621 9856040960 79214 33554432000 1073741824 1073778376 140736337534720 140053795212200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13833/tid=13837] ppid=13830 vsize=9625040 CPUtime=1.27 cores=1,3,5,7
/proc/13833/task/13837/stat : 13837 (java) S 13830 13833 9389 0 -1 4202560 483 0 0 0 118 9 0 0 20 0 19 0 110439621 9856040960 79214 33554432000 1073741824 1073778376 140736337534720 140053794159656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13833/tid=13838] ppid=13830 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/13833/task/13838/stat : 13838 (java) S 13830 13833 9389 0 -1 4202560 482 0 0 0 115 11 0 0 20 0 19 0 110439621 9856040960 79214 33554432000 1073741824 1073778376 140736337534720 140053793106600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13833/tid=13839] ppid=13830 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/13833/task/13839/stat : 13839 (java) S 13830 13833 9389 0 -1 4202560 526 0 0 0 123 12 0 0 20 0 19 0 110439621 9856040960 79214 33554432000 1073741824 1073778376 140736337534720 140053792054056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13833/tid=13840] ppid=13830 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/13833/task/13840/stat : 13840 (java) S 13830 13833 9389 0 -1 4202560 666 0 0 0 110 9 0 0 20 0 19 0 110439621 9856040960 79214 33554432000 1073741824 1073778376 140736337534720 140053791001000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13841] ppid=13830 vsize=9625040 CPUtime=1.32 cores=1,3,5,7
/proc/13833/task/13841/stat : 13841 (java) S 13830 13833 9389 0 -1 4202560 338 0 0 0 124 8 0 0 20 0 19 0 110439621 9856040960 79214 33554432000 1073741824 1073778376 140736337534720 140053789948456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13833/tid=13842] ppid=13830 vsize=9625040 CPUtime=1.32 cores=1,3,5,7
/proc/13833/task/13842/stat : 13842 (java) S 13830 13833 9389 0 -1 4202560 768 0 0 0 119 13 0 0 20 0 19 0 110439622 9856040960 79214 33554432000 1073741824 1073778376 140736337534720 140053788895400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13833/tid=13843] ppid=13830 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/13833/task/13843/stat : 13843 (java) S 13830 13833 9389 0 -1 4202560 606 0 0 0 126 11 0 0 20 0 19 0 110439622 9856040960 79214 33554432000 1073741824 1073778376 140736337534720 140053787842856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13833/tid=13844] ppid=13830 vsize=9625040 CPUtime=2.44 cores=1,3,5,7
/proc/13833/task/13844/stat : 13844 (java) S 13830 13833 9389 0 -1 4202560 529 0 0 0 241 3 0 0 20 0 19 0 110439623 9856040960 79214 33554432000 1073741824 1073778376 140736337534720 140053657381736 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13845] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13845/stat : 13845 (java) S 13830 13833 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110439623 9856040960 79214 33554432000 1073741824 1073778376 140736337534720 140053656328056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13846] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13846/stat : 13846 (java) S 13830 13833 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110439623 9856040960 79214 33554432000 1073741824 1073778376 140736337534720 140053655274888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13847] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13847/stat : 13847 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439626 9856040960 79214 33554432000 1073741824 1073778376 140736337534720 140053654223632 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13848] ppid=13830 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/13833/task/13848/stat : 13848 (java) S 13830 13833 9389 0 -1 4202560 8738 0 0 0 75 3 0 0 20 0 19 0 110439626 9856040960 79214 33554432000 1073741824 1073778376 140736337534720 140053653170488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13849] ppid=13830 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/13833/task/13849/stat : 13849 (java) S 13830 13833 9389 0 -1 4202560 3592 0 0 0 42 0 0 0 20 0 19 0 110439626 9856040960 79214 33554432000 1073741824 1073778376 140736337534720 140053652117944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13833/tid=13850] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13850/stat : 13850 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439626 9856040960 79214 33554432000 1073741824 1073778376 140736337534720 140053651065080 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13833/tid=13851] ppid=13830 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/13833/task/13851/stat : 13851 (java) S 13830 13833 9389 0 -1 4202560 100 0 0 0 29 34 0 0 20 0 19 0 110439626 9856040960 79214 33554432000 1073741824 1073778376 140736337534720 140052642392648 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13852] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13852/stat : 13852 (java) S 13830 13833 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110439660 9856040960 79214 33554432000 1073741824 1073778376 140736337534720 140052641338920 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1731.05
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.32 2.29 2.22 3/213 13985
/proc/meminfo: memFree=29402916/32872528 swapFree=16700/1645768
[pid=13833] ppid=13830 vsize=9625040 CPUtime=1791.41 cores=1,3,5,7
/proc/13833/stat : 13833 (java) S 13830 13833 9389 0 -1 4202496 21370 0 1 0 179017 124 0 0 20 0 19 0 110439619 9856040960 64079 33554432000 1073741824 1073778376 140736337534720 140736337525856 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13833/statm: 2406260 64079 2291 9 0 2396937 0
[pid=13833/tid=13835] ppid=13830 vsize=9625040 CPUtime=1771.5 cores=1,3,5,7
/proc/13833/task/13835/stat : 13835 (java) R 13830 13833 9389 0 -1 4202560 2589 0 1 0 177117 33 0 0 20 0 19 0 110439620 9856040960 64079 33554432000 1073741824 1073778376 140736337534720 140053833711392 140053666414979 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13836] ppid=13830 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/13833/task/13836/stat : 13836 (java) S 13830 13833 9389 0 -1 4202560 620 0 0 0 126 9 0 0 20 0 19 0 110439621 9856040960 64079 33554432000 1073741824 1073778376 140736337534720 140053795212200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13837] ppid=13830 vsize=9625040 CPUtime=1.32 cores=1,3,5,7
/proc/13833/task/13837/stat : 13837 (java) S 13830 13833 9389 0 -1 4202560 483 0 0 0 123 9 0 0 20 0 19 0 110439621 9856040960 64079 33554432000 1073741824 1073778376 140736337534720 140053794159656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13833/tid=13838] ppid=13830 vsize=9625040 CPUtime=1.34 cores=1,3,5,7
/proc/13833/task/13838/stat : 13838 (java) S 13830 13833 9389 0 -1 4202560 482 0 0 0 122 12 0 0 20 0 19 0 110439621 9856040960 64079 33554432000 1073741824 1073778376 140736337534720 140053793106600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13839] ppid=13830 vsize=9625040 CPUtime=1.39 cores=1,3,5,7
/proc/13833/task/13839/stat : 13839 (java) S 13830 13833 9389 0 -1 4202560 526 0 0 0 127 12 0 0 20 0 19 0 110439621 9856040960 64079 33554432000 1073741824 1073778376 140736337534720 140053792054056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13833/tid=13840] ppid=13830 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/13833/task/13840/stat : 13840 (java) S 13830 13833 9389 0 -1 4202560 666 0 0 0 119 9 0 0 20 0 19 0 110439621 9856040960 64079 33554432000 1073741824 1073778376 140736337534720 140053791001000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13841] ppid=13830 vsize=9625040 CPUtime=1.4 cores=1,3,5,7
/proc/13833/task/13841/stat : 13841 (java) S 13830 13833 9389 0 -1 4202560 338 0 0 0 132 8 0 0 20 0 19 0 110439621 9856040960 64079 33554432000 1073741824 1073778376 140736337534720 140053789948456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13833/tid=13842] ppid=13830 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/13833/task/13842/stat : 13842 (java) S 13830 13833 9389 0 -1 4202560 768 0 0 0 124 13 0 0 20 0 19 0 110439622 9856040960 64079 33554432000 1073741824 1073778376 140736337534720 140053788895400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13833/tid=13843] ppid=13830 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/13833/task/13843/stat : 13843 (java) S 13830 13833 9389 0 -1 4202560 606 0 0 0 132 11 0 0 20 0 19 0 110439622 9856040960 64079 33554432000 1073741824 1073778376 140736337534720 140053787842856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13833/tid=13844] ppid=13830 vsize=9625040 CPUtime=2.76 cores=1,3,5,7
/proc/13833/task/13844/stat : 13844 (java) S 13830 13833 9389 0 -1 4202560 599 0 0 0 272 4 0 0 20 0 19 0 110439623 9856040960 64079 33554432000 1073741824 1073778376 140736337534720 140053657381736 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13833/tid=13845] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13845/stat : 13845 (java) S 13830 13833 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110439623 9856040960 64079 33554432000 1073741824 1073778376 140736337534720 140053656328056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13846] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13846/stat : 13846 (java) S 13830 13833 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110439623 9856040960 64079 33554432000 1073741824 1073778376 140736337534720 140053655274888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13847] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13847/stat : 13847 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439626 9856040960 64079 33554432000 1073741824 1073778376 140736337534720 140053654223632 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13848] ppid=13830 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/13833/task/13848/stat : 13848 (java) S 13830 13833 9389 0 -1 4202560 8738 0 0 0 75 3 0 0 20 0 19 0 110439626 9856040960 64079 33554432000 1073741824 1073778376 140736337534720 140053653170488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13849] ppid=13830 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/13833/task/13849/stat : 13849 (java) S 13830 13833 9389 0 -1 4202560 3592 0 0 0 42 0 0 0 20 0 19 0 110439626 9856040960 64079 33554432000 1073741824 1073778376 140736337534720 140053652117944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13833/tid=13850] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13850/stat : 13850 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439626 9856040960 64079 33554432000 1073741824 1073778376 140736337534720 140053651065080 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13833/tid=13851] ppid=13830 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/13833/task/13851/stat : 13851 (java) S 13830 13833 9389 0 -1 4202560 104 0 0 0 31 34 0 0 20 0 19 0 110439626 9856040960 64079 33554432000 1073741824 1073778376 140736337534720 140052642392648 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13852] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13852/stat : 13852 (java) S 13830 13833 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110439660 9856040960 64079 33554432000 1073741824 1073778376 140736337534720 140052641338920 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.8 s]
/proc/loadavg: 2.34 2.30 2.22 4/213 13985
/proc/meminfo: memFree=29383988/32872528 swapFree=16700/1645768
[pid=13833] ppid=13830 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/13833/stat : 13833 (java) S 13830 13833 9389 0 -1 4202496 21674 0 1 0 179881 126 0 0 20 0 19 0 110439619 9856040960 68959 33554432000 1073741824 1073778376 140736337534720 140736337525856 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13833/statm: 2406260 68959 2291 9 0 2396937 0
[pid=13833/tid=13835] ppid=13830 vsize=9625040 CPUtime=1779.92 cores=1,3,5,7
/proc/13833/task/13835/stat : 13835 (java) R 13830 13833 9389 0 -1 4202560 2593 0 1 0 177958 34 0 0 20 0 19 0 110439620 9856040960 68959 33554432000 1073741824 1073778376 140736337534720 140053833719104 140053666415087 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13836] ppid=13830 vsize=9625040 CPUtime=1.38 cores=1,3,5,7
/proc/13833/task/13836/stat : 13836 (java) S 13830 13833 9389 0 -1 4202560 621 0 0 0 129 9 0 0 20 0 19 0 110439621 9856040960 68959 33554432000 1073741824 1073778376 140736337534720 140053795212200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13833/tid=13837] ppid=13830 vsize=9625040 CPUtime=1.34 cores=1,3,5,7
/proc/13833/task/13837/stat : 13837 (java) S 13830 13833 9389 0 -1 4202560 483 0 0 0 125 9 0 0 20 0 19 0 110439621 9856040960 68959 33554432000 1073741824 1073778376 140736337534720 140053794159656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13833/tid=13838] ppid=13830 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/13833/task/13838/stat : 13838 (java) S 13830 13833 9389 0 -1 4202560 487 0 0 0 125 12 0 0 20 0 19 0 110439621 9856040960 68959 33554432000 1073741824 1073778376 140736337534720 140053793106600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13833/tid=13839] ppid=13830 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/13833/task/13839/stat : 13839 (java) S 13830 13833 9389 0 -1 4202560 534 0 0 0 130 13 0 0 20 0 19 0 110439621 9856040960 68959 33554432000 1073741824 1073778376 140736337534720 140053792054056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13833/tid=13840] ppid=13830 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/13833/task/13840/stat : 13840 (java) S 13830 13833 9389 0 -1 4202560 671 0 0 0 121 10 0 0 20 0 19 0 110439621 9856040960 68959 33554432000 1073741824 1073778376 140736337534720 140053791001000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13833/tid=13841] ppid=13830 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/13833/task/13841/stat : 13841 (java) S 13830 13833 9389 0 -1 4202560 619 0 0 0 134 9 0 0 20 0 19 0 110439621 9856040960 68959 33554432000 1073741824 1073778376 140736337534720 140053789948456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13842] ppid=13830 vsize=9625040 CPUtime=1.4 cores=1,3,5,7
/proc/13833/task/13842/stat : 13842 (java) S 13830 13833 9389 0 -1 4202560 768 0 0 0 127 13 0 0 20 0 19 0 110439622 9856040960 68959 33554432000 1073741824 1073778376 140736337534720 140053788895400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13833/tid=13843] ppid=13830 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/13833/task/13843/stat : 13843 (java) S 13830 13833 9389 0 -1 4202560 606 0 0 0 135 11 0 0 20 0 19 0 110439622 9856040960 68959 33554432000 1073741824 1073778376 140736337534720 140053787842856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13833/tid=13844] ppid=13830 vsize=9625040 CPUtime=2.76 cores=1,3,5,7
/proc/13833/task/13844/stat : 13844 (java) S 13830 13833 9389 0 -1 4202560 599 0 0 0 272 4 0 0 20 0 19 0 110439623 9856040960 68959 33554432000 1073741824 1073778376 140736337534720 140053657381736 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13833/tid=13845] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13845/stat : 13845 (java) S 13830 13833 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110439623 9856040960 68959 33554432000 1073741824 1073778376 140736337534720 140053656328056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13846] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13846/stat : 13846 (java) S 13830 13833 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110439623 9856040960 68959 33554432000 1073741824 1073778376 140736337534720 140053655274888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13847] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13847/stat : 13847 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439626 9856040960 68959 33554432000 1073741824 1073778376 140736337534720 140053654223632 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13848] ppid=13830 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/13833/task/13848/stat : 13848 (java) S 13830 13833 9389 0 -1 4202560 8738 0 0 0 75 3 0 0 20 0 19 0 110439626 9856040960 68959 33554432000 1073741824 1073778376 140736337534720 140053653170488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13849] ppid=13830 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/13833/task/13849/stat : 13849 (java) S 13830 13833 9389 0 -1 4202560 3592 0 0 0 42 0 0 0 20 0 19 0 110439626 9856040960 68959 33554432000 1073741824 1073778376 140736337534720 140053652117944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13833/tid=13850] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13850/stat : 13850 (java) S 13830 13833 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110439626 9856040960 68959 33554432000 1073741824 1073778376 140736337534720 140053651065080 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13833/tid=13851] ppid=13830 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/13833/task/13851/stat : 13851 (java) S 13830 13833 9389 0 -1 4202560 104 0 0 0 31 35 0 0 20 0 19 0 110439626 9856040960 68959 33554432000 1073741824 1073778376 140736337534720 140052642392648 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13833/tid=13852] ppid=13830 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13833/task/13852/stat : 13852 (java) S 13830 13833 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110439660 9856040960 68959 33554432000 1073741824 1073778376 140736337534720 140052641338920 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 13833 sig 9
??? kill -13833 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 13833 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=258231
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=762732
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1790.88
CPU time (s): 1800.07
CPU user time (s): 1798.81
CPU system time (s): 1.26
CPU usage (%): 100.513
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.26
system time used= 1.76273
maximum resident set size= 759952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21710
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41524
involuntary context switches= 32852

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2701 second user time and 17.0184 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-07 09:37:42
IDJOB=4084653
IDBENCH=90135
IDSOLVER=2546
FILE ID=node124/4084653-1465285062
RUNJOBID= node124-1465261984-9406
PBS_JOBID= 19843296
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K96.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084653-1465285062/watcher-4084653-1465285062 -o /tmp/evaluation-result-4084653-1465285062/solver-4084653-1465285062 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1465261984-9406 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084653-1465285062.opb

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

MD5SUM BENCH= 12d577f059d1da283bb935f5e106dee7
RANDOM SEED=1149944518

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.707
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:        29917000 kB
Buffers:          112896 kB
Cached:           232584 kB
SwapCached:          824 kB
Active:           333964 kB
Inactive:         240720 kB
Active(anon):     230176 kB
Inactive(anon):     1252 kB
Active(file):     103788 kB
Inactive(file):   239468 kB
Unevictable:     1645768 kB
Mlocked:           16700 kB
SwapTotal:      67108856 kB
SwapFree:       67097716 kB
Dirty:              1248 kB
Writeback:             0 kB
AnonPages:       1921108 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             601048 kB
SReclaimable:      45060 kB
SUnreclaim:       555988 kB
KernelStack:        1760 kB
PageTables:         8564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2013496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1886208 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= 71724 MiB
End job on node124 at 2016-06-07 10:07:33