Trace number 4084620

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.01 1793.58

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K180.opb
MD5SUMf1881d1e83243719865906bde58f94f2
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 variables21420
Total number of constraints21782
Number of constraints which are clauses21602
Number of constraints which are cardinality constraints (but not clauses)180
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint180
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 181
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/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.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-4084620-1465287147.opb
0.07/0.12	c reading problem ... 
0.07/0.12	c  no objective function found
0.89/0.59	c ... done. Wall clock time 0.468s.
0.89/0.59	c declared #vars     21420
0.89/0.59	c #constraints  21782
0.89/0.59	c constraints type 
0.89/0.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19273
0.89/0.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 180
1.06/0.62	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.06/0.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2327
1.06/0.62	c 21782 constraints processed.
3.52/2.77	c cleaning 2497 clauses out of 4996 with flag 22838/5002
6.42/5.10	c cleaning 4229 clauses out of 8490 with flag 55490/11000
8.92/7.60	c cleaning 5598 clauses out of 11256 with flag 94842/18000
11.33/10.06	c cleaning 6778 clauses out of 13656 with flag 136825/26000
14.24/12.99	c cleaning 7934 clauses out of 15877 with flag 182182/35000
17.64/16.38	c cleaning 8126 clauses out of 17942 with flag 233340/45000
21.34/20.09	c cleaning 8736 clauses out of 20815 with flag 287875/56000
25.74/24.40	c cleaning 9759 clauses out of 24077 with flag 348263/68000
30.24/28.97	c cleaning 10568 clauses out of 27318 with flag 415398/81001
35.24/33.90	c cleaning 11514 clauses out of 30750 with flag 485298/95002
40.35/39.03	c cleaning 12198 clauses out of 34234 with flag 563190/110002
46.46/45.15	c cleaning 12907 clauses out of 38033 with flag 646408/126000
52.35/51.09	c cleaning 13803 clauses out of 42122 with flag 733090/143000
58.66/57.34	c cleaning 14636 clauses out of 46321 with flag 827942/161002
66.05/64.73	c cleaning 15561 clauses out of 50682 with flag 931735/180001
73.32/71.97	c cleaning 16327 clauses out of 55120 with flag 1037366/200001
80.52/79.10	c cleaning 17292 clauses out of 59791 with flag 1149874/221000
88.13/86.77	c cleaning 18028 clauses out of 64498 with flag 1266502/243000
96.92/95.56	c cleaning 18465 clauses out of 69468 with flag 1390652/266001
106.12/104.70	c cleaning 19246 clauses out of 75002 with flag 1521520/290000
115.83/114.50	c cleaning 20277 clauses out of 80755 with flag 1656460/315000
125.32/123.94	c cleaning 21623 clauses out of 86478 with flag 1795070/341002
135.94/134.40	c cleaning 22063 clauses out of 91853 with flag 1943485/368000
147.24/145.71	c cleaning 22838 clauses out of 97798 with flag 2094833/396008
158.24/156.75	c cleaning 23715 clauses out of 103952 with flag 2254015/425000
170.24/168.75	c cleaning 24309 clauses out of 110237 with flag 2419221/455000
183.05/181.60	c cleaning 25476 clauses out of 116929 with flag 2592172/486001
197.04/195.53	c cleaning 26062 clauses out of 123450 with flag 2772754/518000
210.87/209.11	c cleaning 27169 clauses out of 130387 with flag 2958850/551000
225.56/223.89	c cleaning 28112 clauses out of 137217 with flag 3149434/585000
240.76/239.08	c cleaning 28732 clauses out of 144103 with flag 3357237/620000
257.08/255.31	c cleaning 29703 clauses out of 151371 with flag 3567884/656000
274.31/272.35	c cleaning 30820 clauses out of 158670 with flag 3788677/693002
291.42/289.44	c cleaning 31217 clauses out of 165846 with flag 4008155/731000
308.31/306.37	c cleaning 32467 clauses out of 173629 with flag 4225691/770000
326.91/324.95	c cleaning 33020 clauses out of 181162 with flag 4461108/810000
346.50/344.38	c cleaning 34019 clauses out of 189142 with flag 4697349/851000
367.20/365.07	c cleaning 34758 clauses out of 197123 with flag 4949016/893000
388.41/386.27	c cleaning 35939 clauses out of 205365 with flag 5215533/936000
410.31/408.16	c cleaning 36787 clauses out of 213428 with flag 5479764/980002
433.40/430.94	c cleaning 37367 clauses out of 221642 with flag 5756333/1025003
456.91/454.45	c cleaning 38507 clauses out of 230272 with flag 6037206/1071000
480.90/478.42	c cleaning 39417 clauses out of 238765 with flag 6324002/1118000
506.36/503.56	c cleaning 40458 clauses out of 247347 with flag 6616789/1166000
533.07/530.08	c cleaning 41222 clauses out of 255889 with flag 6917206/1215000
560.47/557.42	c cleaning 41953 clauses out of 264668 with flag 7228400/1265001
588.75/585.49	c cleaning 42591 clauses out of 273714 with flag 7546140/1316000
616.15/612.72	c cleaning 44066 clauses out of 283122 with flag 7866567/1368000
644.76/641.37	c cleaning 44732 clauses out of 292056 with flag 8206582/1421000
675.46/671.99	c cleaning 45407 clauses out of 301324 with flag 8548300/1475000
705.84/702.26	c cleaning 47110 clauses out of 310917 with flag 8897686/1530000
738.34/734.66	c cleaning 47524 clauses out of 319810 with flag 9265648/1586003
770.23/766.59	c cleaning 48315 clauses out of 329287 with flag 9625993/1643004
803.13/799.32	c cleaning 49487 clauses out of 338968 with flag 9997206/1701000
837.48/833.61	c cleaning 50468 clauses out of 348481 with flag 10379573/1760000
873.00/869.07	c cleaning 51124 clauses out of 358013 with flag 10772714/1820000
908.68/904.64	c cleaning 52144 clauses out of 367886 with flag 11159832/1881000
947.29/943.18	c cleaning 52673 clauses out of 377742 with flag 11568752/1943001
985.91/981.70	c cleaning 54117 clauses out of 388067 with flag 11975595/2006001
1026.28/1021.90	c cleaning 54874 clauses out of 397948 with flag 12388291/2070000
1067.09/1062.70	c cleaning 56080 clauses out of 408074 with flag 12811957/2135000
1108.27/1103.65	c cleaning 56568 clauses out of 417990 with flag 13247618/2201000
1150.77/1146.05	c cleaning 57629 clauses out of 428422 with flag 13696375/2268000
1194.76/1189.92	c cleaning 59154 clauses out of 438790 with flag 14158985/2336000
1239.05/1234.14	c cleaning 59565 clauses out of 448635 with flag 14608496/2405000
1285.16/1280.03	c cleaning 60682 clauses out of 459069 with flag 15076521/2475000
1332.35/1327.11	c cleaning 61806 clauses out of 469387 with flag 15557005/2546000
1379.53/1374.10	c cleaning 62619 clauses out of 479581 with flag 16031044/2618000
1427.95/1422.48	c cleaning 63495 clauses out of 489961 with flag 16524567/2691000
1478.07/1472.47	c cleaning 64650 clauses out of 500465 with flag 17027437/2765000
1530.66/1524.96	c cleaning 65118 clauses out of 510814 with flag 17544847/2840001
1586.55/1580.69	c cleaning 66125 clauses out of 521695 with flag 18063669/2916000
1646.02/1639.93	c cleaning 67254 clauses out of 532568 with flag 18595455/2993000
1705.10/1698.90	c cleaning 68208 clauses out of 543313 with flag 19150371/3071000
1761.02/1754.70	c cleaning 69532 clauses out of 554102 with flag 19694039/3150000
1800.01/1793.50	c starts		: 17914
1800.01/1793.50	c conflicts		: 3207513
1800.01/1793.50	c decisions		: 132580391
1800.01/1793.50	c propagations		: 3329668724
1800.01/1793.50	c inspects		: 12114176225
1800.01/1793.50	c shortcuts		: 0
1800.01/1793.50	c learnt literals	: 81
1800.01/1793.50	c learnt binary clauses	: 218434
1800.01/1793.50	c learnt ternary clauses	: 180077
1800.01/1793.50	c learnt constraints	: 3207431
1800.01/1793.50	c ignored constraints	: 0
1800.01/1793.50	c root simplifications	: 0
1800.01/1793.50	c removed literals (reason simplification)	: 0
1800.01/1793.50	c reason swapping (by a shorter reason)	: 0
1800.01/1793.50	c Calls to reduceDB	: 75
1800.01/1793.50	c Number of update (reduction) of LBD	: 2104025
1800.01/1793.50	c Imported unit clauses	: 0
1800.01/1793.50	c number of reductions to clauses (during analyze)	: 0
1800.01/1793.50	c number of learned constraints concerned by reduction	: 0
1800.01/1793.50	c number of learning phase by resolution	: 0
1800.01/1793.50	c number of learning phase by cutting planes	: 0
1800.01/1793.50	c speed (assignments/second)	: 1857150.6711785602
1800.01/1793.50	c non guided choices	58905
1800.01/1793.50	c timeout
1800.01/1793.57	c learnt constraints type 
1800.01/1793.57	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 218434
1800.01/1793.57	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 323649
1800.01/1793.57	s UNKNOWN
1800.01/1793.57	c Total wall clock time (in seconds): 1793.451

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

pid=14103
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.24 2.27 2.23 4/194 14106
/proc/meminfo: memFree=29875768/32872528 swapFree=16700/1645768
[pid=14106] ppid=14103 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/14106/stat : 14106 (java) D 14103 14106 9389 0 -1 4202496 170 0 0 0 0 0 0 0 20 0 1 0 110648207 2560000 46 33554432000 1073741824 1073778376 140734068360304 140734068357432 259103223079 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/14106/statm: 625 46 37 9 0 29 0

[startup+0.100059 s]
/proc/loadavg: 2.24 2.27 2.23 4/194 14106
/proc/meminfo: memFree=29875768/32872528 swapFree=16700/1645768
[pid=14106] ppid=14103 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/14106/stat : 14106 (java) S 14103 14106 9389 0 -1 4202496 4321 0 1 0 7 0 0 0 20 0 18 0 110648207 9787879424 5441 33554432000 1073741824 1073778376 140735822154688 140735822145824 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14106/statm: 2389619 5441 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 2.24 2.27 2.23 4/194 14106
/proc/meminfo: memFree=29875768/32872528 swapFree=16700/1645768
[pid=14106] ppid=14103 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/14106/stat : 14106 (java) S 14103 14106 9389 0 -1 4202496 4963 0 1 0 25 1 0 0 20 0 18 0 110648207 9787879424 6981 33554432000 1073741824 1073778376 140735822154688 140735822145824 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14106/statm: 2389619 6984 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300225 s]
/proc/loadavg: 2.24 2.27 2.23 4/194 14106
/proc/meminfo: memFree=29875768/32872528 swapFree=16700/1645768
[pid=14106] ppid=14103 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/14106/stat : 14106 (java) S 14103 14106 9389 0 -1 4202496 7436 0 1 0 51 2 0 0 20 0 18 0 110648207 9787879424 10917 33554432000 1073741824 1073778376 140735822154688 140735822145824 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14106/statm: 2389619 10917 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700174 s]
/proc/loadavg: 2.24 2.27 2.23 4/194 14106
/proc/meminfo: memFree=29875768/32872528 swapFree=16700/1645768
[pid=14106] ppid=14103 vsize=9625040 CPUtime=1.32 cores=0,2,4,6
/proc/14106/stat : 14106 (java) S 14103 14106 9389 0 -1 4202496 8573 0 1 0 128 4 0 0 20 0 19 0 110648207 9856040960 38751 33554432000 1073741824 1073778376 140735822154688 140735822145824 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14106/statm: 2406260 38751 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.24 2.27 2.23 4/213 14125
/proc/meminfo: memFree=29728616/32872528 swapFree=16700/1645768
[pid=14106] ppid=14103 vsize=9625040 CPUtime=2.29 cores=0,2,4,6
/proc/14106/stat : 14106 (java) S 14103 14106 9389 0 -1 4202496 9393 0 1 0 225 4 0 0 20 0 19 0 110648207 9856040960 38754 33554432000 1073741824 1073778376 140735822154688 140735822145824 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14106/statm: 2406260 38754 2264 9 0 2396937 0
[pid=14106/tid=14108] ppid=14103 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/14106/task/14108/stat : 14108 (java) R 14103 14106 9389 0 -1 4202560 2464 0 1 0 142 3 0 0 20 0 19 0 110648209 9856040960 38754 33554432000 1073741824 1073778376 140735822154688 139904525933752 139904349271433 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14106/tid=14109] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14109/stat : 14109 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648210 9856040960 38754 33554432000 1073741824 1073778376 140735822154688 139904487426856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14110] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14110/stat : 14110 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648210 9856040960 38754 33554432000 1073741824 1073778376 140735822154688 139904486374056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14106/tid=14111] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14111/stat : 14111 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648210 9856040960 38754 33554432000 1073741824 1073778376 140735822154688 139904485321768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14106/tid=14112] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14112/stat : 14112 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648210 9856040960 38754 33554432000 1073741824 1073778376 140735822154688 139904484268968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14113] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14113/stat : 14113 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648210 9856040960 38754 33554432000 1073741824 1073778376 140735822154688 139904483215656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14106/tid=14114] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14114/stat : 14114 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648210 9856040960 38754 33554432000 1073741824 1073778376 140735822154688 139904482162856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14106/tid=14115] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14115/stat : 14115 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648210 9856040960 38754 33554432000 1073741824 1073778376 140735822154688 139904481110568 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14116] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14116/stat : 14116 (java) S 14103 14106 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110648210 9856040960 38754 33554432000 1073741824 1073778376 140735822154688 139904480057768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14117] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14117/stat : 14117 (java) S 14103 14106 9389 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110648211 9856040960 38754 33554432000 1073741824 1073778376 140735822154688 139904467647208 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14118] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14118/stat : 14118 (java) S 14103 14106 9389 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110648212 9856040960 38754 33554432000 1073741824 1073778376 140735822154688 139904348579320 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14119] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14119/stat : 14119 (java) S 14103 14106 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110648212 9856040960 38754 33554432000 1073741824 1073778376 140735822154688 139904347526920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14120] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14120/stat : 14120 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648214 9856040960 38754 33554432000 1073741824 1073778376 140735822154688 139904346475408 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14121] ppid=14103 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/14106/task/14121/stat : 14121 (java) S 14103 14106 9389 0 -1 4202560 2949 0 0 0 39 0 0 0 20 0 19 0 110648214 9856040960 38754 33554432000 1073741824 1073778376 140735822154688 139904345422008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14122] ppid=14103 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/14106/task/14122/stat : 14122 (java) S 14103 14106 9389 0 -1 4202560 2703 0 0 0 41 0 0 0 20 0 19 0 110648214 9856040960 38754 33554432000 1073741824 1073778376 140735822154688 139904344369208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14106/tid=14123] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14123/stat : 14123 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648214 9856040960 38754 33554432000 1073741824 1073778376 140735822154688 139904343317112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14106/tid=14124] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14124/stat : 14124 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648214 9856040960 38754 33554432000 1073741824 1073778376 140735822154688 139904342264520 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14125] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14125/stat : 14125 (java) S 14103 14106 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110648269 9856040960 38754 33554432000 1073741824 1073778376 140735822154688 139904341210536 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.24 2.27 2.23 3/213 14125
/proc/meminfo: memFree=29726320/32872528 swapFree=16700/1645768
[pid=14106] ppid=14103 vsize=9625040 CPUtime=4.28 cores=0,2,4,6
/proc/14106/stat : 14106 (java) S 14103 14106 9389 0 -1 4202496 15085 0 1 0 422 6 0 0 20 0 19 0 110648207 9856040960 43501 33554432000 1073741824 1073778376 140735822154688 140735822145824 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14106/statm: 2406260 43501 2271 9 0 2396937 0
[pid=14106/tid=14108] ppid=14103 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/14106/task/14108/stat : 14108 (java) R 14103 14106 9389 0 -1 4202560 2468 0 1 0 302 3 0 0 20 0 19 0 110648209 9856040960 43501 33554432000 1073741824 1073778376 140735822154688 139904525933096 139904349431610 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14106/tid=14109] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14109/stat : 14109 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648210 9856040960 43501 33554432000 1073741824 1073778376 140735822154688 139904487426856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14110] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14110/stat : 14110 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648210 9856040960 43501 33554432000 1073741824 1073778376 140735822154688 139904486374056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14106/tid=14111] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14111/stat : 14111 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648210 9856040960 43501 33554432000 1073741824 1073778376 140735822154688 139904485321768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14106/tid=14112] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14112/stat : 14112 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648210 9856040960 43501 33554432000 1073741824 1073778376 140735822154688 139904484268968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14113] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14113/stat : 14113 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648210 9856040960 43501 33554432000 1073741824 1073778376 140735822154688 139904483215656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14106/tid=14114] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14114/stat : 14114 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648210 9856040960 43501 33554432000 1073741824 1073778376 140735822154688 139904482162856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14106/tid=14115] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14115/stat : 14115 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648210 9856040960 43501 33554432000 1073741824 1073778376 140735822154688 139904481110568 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14116] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14116/stat : 14116 (java) S 14103 14106 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110648210 9856040960 43501 33554432000 1073741824 1073778376 140735822154688 139904480057768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14117] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14117/stat : 14117 (java) S 14103 14106 9389 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110648211 9856040960 43501 33554432000 1073741824 1073778376 140735822154688 139904467647208 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14106/tid=14118] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14118/stat : 14118 (java) S 14103 14106 9389 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110648212 9856040960 43501 33554432000 1073741824 1073778376 140735822154688 139904348579320 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14119] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14119/stat : 14119 (java) S 14103 14106 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110648212 9856040960 43501 33554432000 1073741824 1073778376 140735822154688 139904347526920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14120] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14120/stat : 14120 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648214 9856040960 43501 33554432000 1073741824 1073778376 140735822154688 139904346475408 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14121] ppid=14103 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/14106/task/14121/stat : 14121 (java) S 14103 14106 9389 0 -1 4202560 2961 0 0 0 43 0 0 0 20 0 19 0 110648214 9856040960 43501 33554432000 1073741824 1073778376 140735822154688 139904345422008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14122] ppid=14103 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/14106/task/14122/stat : 14122 (java) R 14103 14106 9389 0 -1 4202560 8378 0 0 0 73 2 0 0 20 0 19 0 110648214 9856040960 43501 33554432000 1073741824 1073778376 140735822154688 139904344356296 139904530052540 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=14106/tid=14123] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14123/stat : 14123 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648214 9856040960 43501 33554432000 1073741824 1073778376 140735822154688 139904343317112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14106/tid=14124] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14124/stat : 14124 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648214 9856040960 43501 33554432000 1073741824 1073778376 140735822154688 139904342264520 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14106/tid=14125] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14125/stat : 14125 (java) S 14103 14106 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110648269 9856040960 43501 33554432000 1073741824 1073778376 140735822154688 139904341210536 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.30 2.29 2.23 3/213 14125
/proc/meminfo: memFree=29708252/32872528 swapFree=16700/1645768
[pid=14106] ppid=14103 vsize=9625040 CPUtime=7.62 cores=0,2,4,6
/proc/14106/stat : 14106 (java) S 14103 14106 9389 0 -1 4202496 15455 0 1 0 755 7 0 0 20 0 19 0 110648207 9856040960 43791 33554432000 1073741824 1073778376 140735822154688 140735822145824 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14106/statm: 2406260 43791 2284 9 0 2396937 0
[pid=14106/tid=14108] ppid=14103 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/14106/task/14108/stat : 14108 (java) R 14103 14106 9389 0 -1 4202560 2474 0 1 0 620 3 0 0 20 0 19 0 110648209 9856040960 43791 33554432000 1073741824 1073778376 140735822154688 139904525933928 139904349309949 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14106/tid=14109] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14109/stat : 14109 (java) S 14103 14106 9389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 110648210 9856040960 43791 33554432000 1073741824 1073778376 140735822154688 139904487426856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14110] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14110/stat : 14110 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648210 9856040960 43791 33554432000 1073741824 1073778376 140735822154688 139904486374056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14106/tid=14111] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14111/stat : 14111 (java) S 14103 14106 9389 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 110648210 9856040960 43791 33554432000 1073741824 1073778376 140735822154688 139904485321768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14106/tid=14112] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14112/stat : 14112 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648210 9856040960 43791 33554432000 1073741824 1073778376 140735822154688 139904484268968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14106/tid=14113] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14113/stat : 14113 (java) S 14103 14106 9389 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110648210 9856040960 43791 33554432000 1073741824 1073778376 140735822154688 139904483215656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14106/tid=14114] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14114/stat : 14114 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648210 9856040960 43791 33554432000 1073741824 1073778376 140735822154688 139904482162856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14106/tid=14115] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14115/stat : 14115 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648210 9856040960 43791 33554432000 1073741824 1073778376 140735822154688 139904481110568 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14116] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14116/stat : 14116 (java) S 14103 14106 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110648210 9856040960 43791 33554432000 1073741824 1073778376 140735822154688 139904480057768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14117] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14117/stat : 14117 (java) S 14103 14106 9389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 110648211 9856040960 43791 33554432000 1073741824 1073778376 140735822154688 139904467647208 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14106/tid=14118] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14118/stat : 14118 (java) S 14103 14106 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110648212 9856040960 43791 33554432000 1073741824 1073778376 140735822154688 139904348579320 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14119] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14119/stat : 14119 (java) S 14103 14106 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110648212 9856040960 43791 33554432000 1073741824 1073778376 140735822154688 139904347526920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14120] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14120/stat : 14120 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648214 9856040960 43791 33554432000 1073741824 1073778376 140735822154688 139904346475408 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14121] ppid=14103 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/14106/task/14121/stat : 14121 (java) S 14103 14106 9389 0 -1 4202560 2961 0 0 0 45 0 0 0 20 0 19 0 110648214 9856040960 43791 33554432000 1073741824 1073778376 140735822154688 139904345422008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14122] ppid=14103 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/14106/task/14122/stat : 14122 (java) S 14103 14106 9389 0 -1 4202560 8710 0 0 0 82 2 0 0 20 0 19 0 110648214 9856040960 43791 33554432000 1073741824 1073778376 140735822154688 139904344369208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14106/tid=14123] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14123/stat : 14123 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648214 9856040960 43791 33554432000 1073741824 1073778376 140735822154688 139904343317112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14106/tid=14124] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14124/stat : 14124 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648214 9856040960 43791 33554432000 1073741824 1073778376 140735822154688 139904342264520 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14106/tid=14125] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14125/stat : 14125 (java) S 14103 14106 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110648269 9856040960 43791 33554432000 1073741824 1073778376 140735822154688 139904341210536 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 9625040


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

[pid=14106/tid=14125] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14125/stat : 14125 (java) S 14103 14106 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110648269 9856040960 119473 33554432000 1073741824 1073778376 140735822154688 139904341210536 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1728.54
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.16 2.20 2.18 3/213 14234
/proc/meminfo: memFree=29274688/32872528 swapFree=16700/1645768
[pid=14106] ppid=14103 vsize=9625040 CPUtime=1788.74 cores=0,2,4,6
/proc/14106/stat : 14106 (java) S 14103 14106 9389 0 -1 4202496 23856 0 1 0 178750 124 0 0 20 0 19 0 110648207 9856040960 119500 33554432000 1073741824 1073778376 140735822154688 140735822145824 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14106/statm: 2406260 119500 2293 9 0 2396937 0
[pid=14106/tid=14108] ppid=14103 vsize=9625040 CPUtime=1774.4 cores=0,2,4,6
/proc/14106/task/14108/stat : 14108 (java) R 14103 14106 9389 0 -1 4202560 2517 0 1 0 177410 30 0 0 20 0 19 0 110648209 9856040960 119500 33554432000 1073741824 1073778376 140735822154688 139904525933920 139904349431962 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14109] ppid=14103 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/14106/task/14109/stat : 14109 (java) S 14103 14106 9389 0 -1 4202560 1002 0 0 0 60 10 0 0 20 0 19 0 110648210 9856040960 119500 33554432000 1073741824 1073778376 140735822154688 139904487426856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14106/tid=14110] ppid=14103 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/14106/task/14110/stat : 14110 (java) S 14103 14106 9389 0 -1 4202560 1340 0 0 0 72 12 0 0 20 0 19 0 110648210 9856040960 119500 33554432000 1073741824 1073778376 140735822154688 139904486374056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14106/tid=14111] ppid=14103 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/14106/task/14111/stat : 14111 (java) S 14103 14106 9389 0 -1 4202560 883 0 0 0 79 12 0 0 20 0 19 0 110648210 9856040960 119500 33554432000 1073741824 1073778376 140735822154688 139904485321768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14106/tid=14112] ppid=14103 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/14106/task/14112/stat : 14112 (java) S 14103 14106 9389 0 -1 4202560 940 0 0 0 73 13 0 0 20 0 19 0 110648210 9856040960 119500 33554432000 1073741824 1073778376 140735822154688 139904484268968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14106/tid=14113] ppid=14103 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/14106/task/14113/stat : 14113 (java) S 14103 14106 9389 0 -1 4202560 840 0 0 0 64 9 0 0 20 0 19 0 110648210 9856040960 119500 33554432000 1073741824 1073778376 140735822154688 139904483215656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14106/tid=14114] ppid=14103 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/14106/task/14114/stat : 14114 (java) S 14103 14106 9389 0 -1 4202560 973 0 0 0 71 8 0 0 20 0 19 0 110648210 9856040960 119500 33554432000 1073741824 1073778376 140735822154688 139904482162856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14106/tid=14115] ppid=14103 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/14106/task/14115/stat : 14115 (java) S 14103 14106 9389 0 -1 4202560 864 0 0 0 75 16 0 0 20 0 19 0 110648210 9856040960 119500 33554432000 1073741824 1073778376 140735822154688 139904481110568 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14106/tid=14116] ppid=14103 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/14106/task/14116/stat : 14116 (java) S 14103 14106 9389 0 -1 4202560 1034 0 0 0 67 11 0 0 20 0 19 0 110648210 9856040960 119500 33554432000 1073741824 1073778376 140735822154688 139904480057768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14106/tid=14117] ppid=14103 vsize=9625040 CPUtime=1.51 cores=0,2,4,6
/proc/14106/task/14117/stat : 14117 (java) S 14103 14106 9389 0 -1 4202560 415 0 0 0 148 3 0 0 20 0 19 0 110648211 9856040960 119500 33554432000 1073741824 1073778376 140735822154688 139904467647208 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14106/tid=14118] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14118/stat : 14118 (java) S 14103 14106 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110648212 9856040960 119500 33554432000 1073741824 1073778376 140735822154688 139904348579320 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14119] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14119/stat : 14119 (java) S 14103 14106 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110648212 9856040960 119500 33554432000 1073741824 1073778376 140735822154688 139904347526920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14120] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14120/stat : 14120 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648214 9856040960 119500 33554432000 1073741824 1073778376 140735822154688 139904346475408 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14121] ppid=14103 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/14106/task/14121/stat : 14121 (java) S 14103 14106 9389 0 -1 4202560 2961 0 0 0 45 0 0 0 20 0 19 0 110648214 9856040960 119500 33554432000 1073741824 1073778376 140735822154688 139904345422008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14122] ppid=14103 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/14106/task/14122/stat : 14122 (java) S 14103 14106 9389 0 -1 4202560 8721 0 0 0 88 3 0 0 20 0 19 0 110648214 9856040960 119500 33554432000 1073741824 1073778376 140735822154688 139904344369208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14106/tid=14123] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14123/stat : 14123 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648214 9856040960 119500 33554432000 1073741824 1073778376 140735822154688 139904343317112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14106/tid=14124] ppid=14103 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/14106/task/14124/stat : 14124 (java) S 14103 14106 9389 0 -1 4202560 103 0 0 0 34 37 0 0 20 0 19 0 110648214 9856040960 119500 33554432000 1073741824 1073778376 140735822154688 139904342264520 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14106/tid=14125] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14125/stat : 14125 (java) S 14103 14106 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110648269 9856040960 119500 33554432000 1073741824 1073778376 140735822154688 139904341210536 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.5 s]
/proc/loadavg: 2.14 2.19 2.18 3/213 14234
/proc/meminfo: memFree=29274696/32872528 swapFree=16700/1645768
[pid=14106] ppid=14103 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/14106/stat : 14106 (java) S 14103 14106 9389 0 -1 4202496 23864 0 1 0 179877 124 0 0 20 0 19 0 110648207 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 140735822145824 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14106/statm: 2406260 119505 2293 9 0 2396937 0
[pid=14106/tid=14108] ppid=14103 vsize=9625040 CPUtime=1785.54 cores=0,2,4,6
/proc/14106/task/14108/stat : 14108 (java) R 14103 14106 9389 0 -1 4202560 2518 0 1 0 178523 31 0 0 20 0 19 0 110648209 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904525933920 139904349309525 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14109] ppid=14103 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/14106/task/14109/stat : 14109 (java) S 14103 14106 9389 0 -1 4202560 1002 0 0 0 61 10 0 0 20 0 19 0 110648210 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904487426856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14106/tid=14110] ppid=14103 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/14106/task/14110/stat : 14110 (java) S 14103 14106 9389 0 -1 4202560 1340 0 0 0 73 12 0 0 20 0 19 0 110648210 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904486374056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14106/tid=14111] ppid=14103 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/14106/task/14111/stat : 14111 (java) S 14103 14106 9389 0 -1 4202560 883 0 0 0 79 12 0 0 20 0 19 0 110648210 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904485321768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14106/tid=14112] ppid=14103 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/14106/task/14112/stat : 14112 (java) S 14103 14106 9389 0 -1 4202560 940 0 0 0 76 13 0 0 20 0 19 0 110648210 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904484268968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14106/tid=14113] ppid=14103 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/14106/task/14113/stat : 14113 (java) S 14103 14106 9389 0 -1 4202560 840 0 0 0 66 9 0 0 20 0 19 0 110648210 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904483215656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14106/tid=14114] ppid=14103 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/14106/task/14114/stat : 14114 (java) S 14103 14106 9389 0 -1 4202560 973 0 0 0 72 8 0 0 20 0 19 0 110648210 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904482162856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14106/tid=14115] ppid=14103 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/14106/task/14115/stat : 14115 (java) S 14103 14106 9389 0 -1 4202560 864 0 0 0 76 16 0 0 20 0 19 0 110648210 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904481110568 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14106/tid=14116] ppid=14103 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/14106/task/14116/stat : 14116 (java) S 14103 14106 9389 0 -1 4202560 1038 0 0 0 68 11 0 0 20 0 19 0 110648210 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904480057768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14106/tid=14117] ppid=14103 vsize=9625040 CPUtime=1.51 cores=0,2,4,6
/proc/14106/task/14117/stat : 14117 (java) S 14103 14106 9389 0 -1 4202560 418 0 0 0 148 3 0 0 20 0 19 0 110648211 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904467647208 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14106/tid=14118] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14118/stat : 14118 (java) S 14103 14106 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110648212 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904348579320 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14119] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14119/stat : 14119 (java) S 14103 14106 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110648212 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904347526920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14120] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14120/stat : 14120 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648214 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904346475408 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14121] ppid=14103 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/14106/task/14121/stat : 14121 (java) S 14103 14106 9389 0 -1 4202560 2961 0 0 0 45 0 0 0 20 0 19 0 110648214 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904345422008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14122] ppid=14103 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/14106/task/14122/stat : 14122 (java) S 14103 14106 9389 0 -1 4202560 8721 0 0 0 88 3 0 0 20 0 19 0 110648214 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904344369208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14106/tid=14123] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14123/stat : 14123 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648214 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904343317112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14106/tid=14124] ppid=14103 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/14106/task/14124/stat : 14124 (java) S 14103 14106 9389 0 -1 4202560 103 0 0 0 35 37 0 0 20 0 19 0 110648214 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904342264520 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14125] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14125/stat : 14125 (java) S 14103 14106 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110648269 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904341210536 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 14106 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1793.5 s]
/proc/loadavg: 2.14 2.19 2.18 3/213 14234
/proc/meminfo: memFree=29274696/32872528 swapFree=16700/1645768
[pid=14106] ppid=14103 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/14106/stat : 14106 (java) S 14103 14106 9389 0 -1 4202496 23864 0 1 0 179877 124 0 0 20 0 19 0 110648207 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 140735822145824 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14106/statm: 2406260 119505 2293 9 0 2396937 0
[pid=14106/tid=14108] ppid=14103 vsize=9625040 CPUtime=1785.54 cores=0,2,4,6
/proc/14106/task/14108/stat : 14108 (java) R 14103 14106 9389 0 -1 4202560 2518 0 1 0 178523 31 0 0 20 0 19 0 110648209 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904525933920 139904349309525 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14109] ppid=14103 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/14106/task/14109/stat : 14109 (java) S 14103 14106 9389 0 -1 4202560 1002 0 0 0 61 10 0 0 20 0 19 0 110648210 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904487426856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14106/tid=14110] ppid=14103 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/14106/task/14110/stat : 14110 (java) S 14103 14106 9389 0 -1 4202560 1340 0 0 0 73 12 0 0 20 0 19 0 110648210 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904486374056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14106/tid=14111] ppid=14103 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/14106/task/14111/stat : 14111 (java) S 14103 14106 9389 0 -1 4202560 883 0 0 0 79 12 0 0 20 0 19 0 110648210 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904485321768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14106/tid=14112] ppid=14103 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/14106/task/14112/stat : 14112 (java) S 14103 14106 9389 0 -1 4202560 940 0 0 0 76 13 0 0 20 0 19 0 110648210 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904484268968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14106/tid=14113] ppid=14103 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/14106/task/14113/stat : 14113 (java) S 14103 14106 9389 0 -1 4202560 840 0 0 0 66 9 0 0 20 0 19 0 110648210 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904483215656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14106/tid=14114] ppid=14103 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/14106/task/14114/stat : 14114 (java) S 14103 14106 9389 0 -1 4202560 973 0 0 0 72 8 0 0 20 0 19 0 110648210 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904482162856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14106/tid=14115] ppid=14103 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/14106/task/14115/stat : 14115 (java) S 14103 14106 9389 0 -1 4202560 864 0 0 0 76 16 0 0 20 0 19 0 110648210 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904481110568 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14106/tid=14116] ppid=14103 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/14106/task/14116/stat : 14116 (java) S 14103 14106 9389 0 -1 4202560 1038 0 0 0 68 11 0 0 20 0 19 0 110648210 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904480057768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14106/tid=14117] ppid=14103 vsize=9625040 CPUtime=1.51 cores=0,2,4,6
/proc/14106/task/14117/stat : 14117 (java) S 14103 14106 9389 0 -1 4202560 418 0 0 0 148 3 0 0 20 0 19 0 110648211 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904467647208 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14106/tid=14118] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14118/stat : 14118 (java) S 14103 14106 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110648212 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904348579320 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14119] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14119/stat : 14119 (java) S 14103 14106 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110648212 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904347526920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14120] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14120/stat : 14120 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648214 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904346475408 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14121] ppid=14103 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/14106/task/14121/stat : 14121 (java) S 14103 14106 9389 0 -1 4202560 2961 0 0 0 45 0 0 0 20 0 19 0 110648214 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904345422008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14122] ppid=14103 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/14106/task/14122/stat : 14122 (java) S 14103 14106 9389 0 -1 4202560 8721 0 0 0 88 3 0 0 20 0 19 0 110648214 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904344369208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14106/tid=14123] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14123/stat : 14123 (java) S 14103 14106 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110648214 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904343317112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14106/tid=14124] ppid=14103 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/14106/task/14124/stat : 14124 (java) S 14103 14106 9389 0 -1 4202560 103 0 0 0 35 37 0 0 20 0 19 0 110648214 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904342264520 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14106/tid=14125] ppid=14103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14106/task/14125/stat : 14125 (java) S 14103 14106 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110648269 9856040960 119505 33554432000 1073741824 1073778376 140735822154688 139904341210536 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1793.58
CPU time (s): 1800.01
CPU user time (s): 1798.77
CPU system time (s): 1.24
CPU usage (%): 100.358
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.33
system time used= 1.80073
maximum resident set size= 913000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23896
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39288
involuntary context switches= 9913

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.99348 second user time and 13.9339 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-07 10:12:28
IDJOB=4084620
IDBENCH=90186
IDSOLVER=2546
FILE ID=node124/4084620-1465287147
RUNJOBID= node124-1465261984-9405
PBS_JOBID= 19843296
Free space on /tmp= 71724 MiB

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

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

MD5SUM BENCH= f1881d1e83243719865906bde58f94f2
RANDOM SEED=1928749606

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:        29876296 kB
Buffers:          115252 kB
Cached:           235836 kB
SwapCached:          824 kB
Active:           349912 kB
Inactive:         243780 kB
Active(anon):     243852 kB
Inactive(anon):     1252 kB
Active(file):     106060 kB
Inactive(file):   242528 kB
Unevictable:     1645768 kB
Mlocked:           16700 kB
SwapTotal:      67108856 kB
SwapFree:       67097716 kB
Dirty:              2024 kB
Writeback:             0 kB
AnonPages:       1910244 kB
Mapped:            15320 kB
Shmem:                 0 kB
Slab:             601216 kB
SReclaimable:      45192 kB
SUnreclaim:       556024 kB
KernelStack:        1608 kB
PageTables:         7756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2339820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1869824 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:42:21