Trace number 4084581

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.02 1785.76

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K65.opb
MD5SUMa4b90b74bc3d4958439bc17b9ac2ee03
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1039.78
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3575
Total number of constraints3707
Number of constraints which are clauses3642
Number of constraints which are cardinality constraints (but not clauses)65
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint65
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 66
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4084581-1465288771.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.57/0.34	c ... done. Wall clock time 0.231s.
0.57/0.34	c declared #vars     3575
0.57/0.34	c #constraints  3707
0.57/0.34	c constraints type 
0.57/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3000
0.57/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 65
0.57/0.34	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.57/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 640
0.57/0.34	c 3707 constraints processed.
1.79/1.13	c cleaning 2486 clauses out of 4972 with flag 27772/5000
3.02/1.92	c cleaning 4218 clauses out of 8476 with flag 67509/11000
3.92/2.80	c cleaning 5611 clauses out of 11252 with flag 126794/18000
4.94/3.85	c cleaning 6795 clauses out of 13640 with flag 184753/26002
6.16/5.02	c cleaning 7899 clauses out of 15837 with flag 246591/35000
7.46/6.38	c cleaning 8512 clauses out of 17937 with flag 312190/45001
9.06/7.93	c cleaning 9291 clauses out of 20425 with flag 388306/56001
10.75/9.61	c cleaning 10134 clauses out of 23131 with flag 466233/68000
12.65/11.57	c cleaning 10960 clauses out of 25996 with flag 555167/81001
14.75/13.64	c cleaning 11983 clauses out of 29034 with flag 654701/95000
17.15/16.04	c cleaning 12627 clauses out of 32052 with flag 760851/110002
19.85/18.73	c cleaning 13661 clauses out of 35423 with flag 871188/126000
22.66/21.56	c cleaning 14656 clauses out of 38762 with flag 998175/143000
25.85/24.79	c cleaning 15321 clauses out of 42107 with flag 1151505/161001
29.25/28.12	c cleaning 16487 clauses out of 45783 with flag 1300304/180000
32.85/31.72	c cleaning 17305 clauses out of 49296 with flag 1451227/200000
36.87/35.70	c cleaning 18565 clauses out of 52992 with flag 1631192/221001
40.96/39.81	c cleaning 19310 clauses out of 56426 with flag 1818793/243001
45.36/44.29	c cleaning 20408 clauses out of 60114 with flag 2030007/266000
50.16/49.03	c cleaning 21412 clauses out of 63706 with flag 2263350/290000
55.36/54.23	c cleaning 22669 clauses out of 67296 with flag 2515078/315002
60.76/59.63	c cleaning 23244 clauses out of 70625 with flag 2754488/341000
66.76/65.61	c cleaning 24462 clauses out of 74382 with flag 3019923/368001
73.23/72.03	c cleaning 25319 clauses out of 77921 with flag 3318658/396002
79.93/78.72	c cleaning 26651 clauses out of 81601 with flag 3608722/425001
87.04/85.87	c cleaning 27515 clauses out of 84949 with flag 3968049/455000
95.03/93.80	c cleaning 28303 clauses out of 88434 with flag 4410007/486001
102.93/101.75	c cleaning 29611 clauses out of 92133 with flag 4807901/518003
111.79/110.48	c cleaning 30707 clauses out of 95524 with flag 5284452/551005
120.59/119.27	c cleaning 31702 clauses out of 98812 with flag 5697898/585000
129.59/128.25	c cleaning 32819 clauses out of 102110 with flag 6059066/620000
139.30/137.97	c cleaning 33760 clauses out of 105292 with flag 6468827/656001
150.82/149.25	c cleaning 34860 clauses out of 108532 with flag 7097086/693001
161.22/159.63	c cleaning 35907 clauses out of 111674 with flag 7564774/731003
172.52/170.91	c cleaning 37056 clauses out of 114764 with flag 8000251/770000
183.72/181.93	c cleaning 37799 clauses out of 117710 with flag 8466198/810002
195.43/193.61	c cleaning 38975 clauses out of 120910 with flag 9028321/851001
207.63/205.86	c cleaning 40198 clauses out of 123934 with flag 9572764/893000
220.27/218.31	c cleaning 40826 clauses out of 126737 with flag 10053989/936001
233.77/231.85	c cleaning 42230 clauses out of 129908 with flag 10620603/980000
247.27/245.35	c cleaning 43202 clauses out of 132678 with flag 11165178/1025000
261.46/259.33	c cleaning 44353 clauses out of 135476 with flag 11801041/1071000
276.96/274.85	c cleaning 45356 clauses out of 138124 with flag 12628840/1118001
293.77/291.42	c cleaning 46366 clauses out of 140768 with flag 13528449/1166001
308.54/306.03	c cleaning 47368 clauses out of 143400 with flag 14256962/1215000
324.00/321.39	c cleaning 48411 clauses out of 146032 with flag 14925275/1265000
339.39/336.77	c cleaning 49350 clauses out of 148625 with flag 15620050/1316004
356.64/353.96	c cleaning 50538 clauses out of 151272 with flag 16482160/1368001
373.71/370.98	c cleaning 51337 clauses out of 153734 with flag 17210267/1421001
392.50/389.60	c cleaning 52775 clauses out of 156396 with flag 18076987/1475000
411.10/408.15	c cleaning 53544 clauses out of 158623 with flag 18959218/1530002
431.66/428.66	c cleaning 54654 clauses out of 161078 with flag 19943307/1586001
452.75/449.61	c cleaning 55655 clauses out of 163424 with flag 20842626/1643001
473.80/470.63	c cleaning 56796 clauses out of 165768 with flag 21744658/1701000
493.30/489.94	c cleaning 57125 clauses out of 167973 with flag 22560342/1760001
514.48/511.06	c cleaning 58581 clauses out of 170850 with flag 23413291/1820003
536.25/532.78	c cleaning 59767 clauses out of 173266 with flag 24322177/1881000
558.21/554.56	c cleaning 60393 clauses out of 175501 with flag 25166687/1943002
582.52/578.77	c cleaning 61425 clauses out of 178106 with flag 26042803/2006000
606.97/603.02	c cleaning 62710 clauses out of 180681 with flag 26974197/2070000
631.65/627.63	c cleaning 63472 clauses out of 182971 with flag 27841574/2135000
657.66/653.44	c cleaning 64828 clauses out of 185500 with flag 28751183/2201001
684.92/680.56	c cleaning 65625 clauses out of 187671 with flag 29823769/2268000
710.86/706.37	c cleaning 66938 clauses out of 190046 with flag 30892085/2336000
738.12/733.56	c cleaning 67691 clauses out of 192108 with flag 31988894/2405000
764.49/759.79	c cleaning 69218 clauses out of 194419 with flag 33039559/2475002
793.65/788.73	c cleaning 69842 clauses out of 196199 with flag 34114829/2546000
826.69/821.60	c cleaning 70981 clauses out of 198358 with flag 35476676/2618001
856.78/851.56	c cleaning 71953 clauses out of 200377 with flag 36710493/2691001
890.32/884.93	c cleaning 73036 clauses out of 202424 with flag 37957913/2765001
921.08/915.47	c cleaning 74231 clauses out of 204390 with flag 39139493/2840003
952.56/946.77	c cleaning 74671 clauses out of 206156 with flag 40280814/2916000
988.08/982.06	c cleaning 76127 clauses out of 208486 with flag 41575935/2993001
1024.69/1018.49	c cleaning 77096 clauses out of 210358 with flag 42897279/3071000
1064.46/1057.97	c cleaning 77928 clauses out of 212265 with flag 44540238/3150003
1103.83/1097.03	c cleaning 79025 clauses out of 214337 with flag 46075293/3230003
1139.73/1132.75	c cleaning 79996 clauses out of 216309 with flag 47397901/3311000
1178.88/1171.55	c cleaning 81169 clauses out of 218313 with flag 48798583/3393000
1215.44/1207.75	c cleaning 82158 clauses out of 220144 with flag 50023687/3476000
1253.21/1245.13	c cleaning 83050 clauses out of 221987 with flag 51336504/3560001
1295.75/1287.27	c cleaning 83994 clauses out of 223936 with flag 52699491/3645001
1334.17/1325.23	c cleaning 84653 clauses out of 225943 with flag 53953527/3731002
1376.08/1366.72	c cleaning 86218 clauses out of 228288 with flag 55325845/3818000
1418.70/1408.86	c cleaning 86632 clauses out of 230070 with flag 56705815/3906000
1464.67/1454.26	c cleaning 88132 clauses out of 232446 with flag 58270089/3995008
1508.11/1497.11	c cleaning 89090 clauses out of 234306 with flag 59687643/4085000
1557.60/1546.04	c cleaning 90102 clauses out of 236216 with flag 61512814/4176000
1605.27/1593.19	c cleaning 91179 clauses out of 238115 with flag 63025942/4268001
1662.31/1649.63	c cleaning 91926 clauses out of 239935 with flag 64787802/4361000
1716.26/1702.94	c cleaning 93231 clauses out of 242006 with flag 66571709/4455000
1767.34/1753.41	c cleaning 94413 clauses out of 243773 with flag 68437586/4550000
1800.02/1785.70	c starts		: 28902
1800.02/1785.70	c conflicts		: 4625026
1800.02/1785.70	c decisions		: 23365646
1800.02/1785.70	c propagations		: 1234109974
1800.02/1785.70	c inspects		: 20687933097
1800.02/1785.70	c shortcuts		: 0
1800.02/1785.70	c learnt literals	: 75
1800.02/1785.70	c learnt binary clauses	: 57438
1800.02/1785.70	c learnt ternary clauses	: 53980
1800.02/1785.70	c learnt constraints	: 4624951
1800.02/1785.70	c ignored constraints	: 0
1800.02/1785.70	c root simplifications	: 0
1800.02/1785.70	c removed literals (reason simplification)	: 0
1800.02/1785.70	c reason swapping (by a shorter reason)	: 0
1800.02/1785.70	c Calls to reduceDB	: 91
1800.02/1785.70	c Number of update (reduction) of LBD	: 4398038
1800.02/1785.70	c Imported unit clauses	: 0
1800.02/1785.70	c number of reductions to clauses (during analyze)	: 0
1800.02/1785.70	c number of learned constraints concerned by reduction	: 0
1800.02/1785.70	c number of learning phase by resolution	: 0
1800.02/1785.70	c number of learning phase by cutting planes	: 0
1800.02/1785.70	c speed (assignments/second)	: 691239.8887169345
1800.02/1785.70	c non guided choices	91
1800.02/1785.70	c timeout
1800.02/1785.75	c learnt constraints type 
1800.02/1785.75	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 57438
1800.02/1785.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 166948
1800.02/1785.75	s UNKNOWN
1800.02/1785.75	c Total wall clock time (in seconds): 1785.646

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-4084581-1465288771/watcher-4084581-1465288771 -o /tmp/evaluation-result-4084581-1465288771/solver-4084581-1465288771 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1465257785-23300 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084581-1465288771.opb 

pid=28354
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.04 2.05 2.01 3/196 28357
/proc/meminfo: memFree=31208416/32872528 swapFree=8144/8144
[pid=28357] ppid=28354 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/28357/stat : 28357 (java) S 28354 28357 23284 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 110809166 98570240 977 33554432000 1073741824 1073778376 140737077645920 140737077637056 206412218429 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28357/statm: 24065 977 743 9 0 16771 0
[pid=28357/tid=28358] ppid=28354 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28358/stat : 28358 (java) R 28354 28357 23284 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 110809166 98570240 978 33554432000 1073741824 1073778376 140737077645920 140127645535784 206408861056 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 2.04 2.05 2.01 3/196 28357
/proc/meminfo: memFree=31208416/32872528 swapFree=8144/8144
[pid=28357] ppid=28354 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/28357/stat : 28357 (java) S 28354 28357 23284 0 -1 4202496 4413 0 1 0 9 1 0 0 20 0 18 0 110809166 9787879424 6031 33554432000 1073741824 1073778376 140737077645920 140737077637056 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28357/statm: 2389619 6035 2131 9 0 2380296 0
[pid=28357/tid=28358] ppid=28354 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/28357/task/28358/stat : 28358 (java) R 28354 28357 23284 0 -1 4202560 2381 0 1 0 6 1 0 0 20 0 18 0 110809166 9787879424 6035 33554432000 1073741824 1073778376 140737077645920 140127645539232 140127652693073 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200324 s]
/proc/loadavg: 2.04 2.05 2.01 3/196 28357
/proc/meminfo: memFree=31208416/32872528 swapFree=8144/8144
[pid=28357] ppid=28354 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/28357/stat : 28357 (java) S 28354 28357 23284 0 -1 4202496 4932 0 1 0 28 1 0 0 20 0 18 0 110809166 9787879424 6918 33554432000 1073741824 1073778376 140737077645920 140737077637056 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28357/statm: 2389619 6918 2217 9 0 2380296 0
[pid=28357/tid=28358] ppid=28354 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/28357/task/28358/stat : 28358 (java) R 28354 28357 23284 0 -1 4202560 2398 0 1 0 16 1 0 0 20 0 18 0 110809166 9787879424 6918 33554432000 1073741824 1073778376 140737077645920 140127645533080 140127652692818 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300331 s]
/proc/loadavg: 2.04 2.05 2.01 3/196 28357
/proc/meminfo: memFree=31208416/32872528 swapFree=8144/8144
[pid=28357] ppid=28354 vsize=9558476 CPUtime=0.57 cores=0,2,4,6
/proc/28357/stat : 28357 (java) S 28354 28357 23284 0 -1 4202496 7820 0 1 0 55 2 0 0 20 0 18 0 110809166 9787879424 10006 33554432000 1073741824 1073778376 140737077645920 140737077637056 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28357/statm: 2389619 10006 2233 9 0 2380296 0
[pid=28357/tid=28358] ppid=28354 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/28357/task/28358/stat : 28358 (java) R 28354 28357 23284 0 -1 4202560 2401 0 1 0 26 1 0 0 20 0 18 0 110809166 9787879424 10006 33554432000 1073741824 1073778376 140737077645920 140127645533080 140127486008651 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700268 s]
/proc/loadavg: 2.04 2.05 2.01 3/196 28357
/proc/meminfo: memFree=31208416/32872528 swapFree=8144/8144
[pid=28357] ppid=28354 vsize=9625040 CPUtime=1.37 cores=0,2,4,6
/proc/28357/stat : 28357 (java) S 28354 28357 23284 0 -1 4202496 8952 0 1 0 134 3 0 0 20 0 19 0 110809166 9856040960 12620 33554432000 1073741824 1073778376 140737077645920 140737077637056 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28357/statm: 2406260 12620 2261 9 0 2396937 0
[pid=28357/tid=28358] ppid=28354 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/28357/task/28358/stat : 28358 (java) R 28354 28357 23284 0 -1 4202560 2417 0 1 0 66 1 0 0 20 0 19 0 110809166 9856040960 12620 33554432000 1073741824 1073778376 140737077645920 140127645540472 140127486168395 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.04 2.05 2.01 3/215 28376
/proc/meminfo: memFree=31163704/32872528 swapFree=8144/8144
[pid=28357] ppid=28354 vsize=9625040 CPUtime=2.59 cores=0,2,4,6
/proc/28357/stat : 28357 (java) S 28354 28357 23284 0 -1 4202496 15335 0 1 0 255 4 0 0 20 0 19 0 110809166 9856040960 17915 33554432000 1073741824 1073778376 140737077645920 140737077637056 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28357/statm: 2406260 17915 2267 9 0 2396937 0
[pid=28357/tid=28358] ppid=28354 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/28357/task/28358/stat : 28358 (java) R 28354 28357 23284 0 -1 4202560 2420 0 1 0 146 2 0 0 20 0 19 0 110809166 9856040960 17915 33554432000 1073741824 1073778376 140737077645920 140127645540784 140127486303635 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28357/tid=28360] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28360/stat : 28360 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809167 9856040960 17915 33554432000 1073741824 1073778376 140737077645920 140127607032232 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28361] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28361/stat : 28361 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809167 9856040960 17915 33554432000 1073741824 1073778376 140737077645920 140127605979688 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28357/tid=28362] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28362/stat : 28362 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809167 9856040960 17915 33554432000 1073741824 1073778376 140737077645920 140127604926632 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28357/tid=28363] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28363/stat : 28363 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809167 9856040960 17915 33554432000 1073741824 1073778376 140737077645920 140127485552936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28357/tid=28364] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28364/stat : 28364 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809167 9856040960 17915 33554432000 1073741824 1073778376 140737077645920 140127484500904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28365] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28365/stat : 28365 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809167 9856040960 17915 33554432000 1073741824 1073778376 140737077645920 140127483448360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28357/tid=28366] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28366/stat : 28366 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809167 9856040960 17915 33554432000 1073741824 1073778376 140737077645920 140127482395304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28367] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28367/stat : 28367 (java) S 28354 28357 23284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110809167 9856040960 17915 33554432000 1073741824 1073778376 140737077645920 140127481342760 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28368] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28368/stat : 28368 (java) S 28354 28357 23284 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110809168 9856040960 17915 33554432000 1073741824 1073778376 140737077645920 140126999013736 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28369] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28369/stat : 28369 (java) S 28354 28357 23284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110809169 9856040960 17915 33554432000 1073741824 1073778376 140737077645920 140126997960056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28370] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28370/stat : 28370 (java) S 28354 28357 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110809169 9856040960 17915 33554432000 1073741824 1073778376 140737077645920 140126996906888 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28371] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28371/stat : 28371 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809171 9856040960 17915 33554432000 1073741824 1073778376 140737077645920 140126995855632 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28372] ppid=28354 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/28357/task/28372/stat : 28372 (java) S 28354 28357 23284 0 -1 4202560 2808 0 0 0 40 0 0 0 20 0 19 0 110809171 9856040960 17915 33554432000 1073741824 1073778376 140737077645920 140126994803512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28373] ppid=28354 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/28357/task/28373/stat : 28373 (java) R 28354 28357 23284 0 -1 4202560 8835 0 0 0 65 2 0 0 20 0 19 0 110809171 9856040960 17915 33554432000 1073741824 1073778376 140737077645920 140126993744808 140127648038670 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28357/tid=28374] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28374/stat : 28374 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809171 9856040960 17915 33554432000 1073741824 1073778376 140737077645920 140126992698104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28357/tid=28375] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28375/stat : 28375 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809171 9856040960 17915 33554432000 1073741824 1073778376 140737077645920 140126991645768 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28376] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28376/stat : 28376 (java) S 28354 28357 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110809201 9856040960 17915 33554432000 1073741824 1073778376 140737077645920 140126990591016 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.04 2.05 2.01 3/215 28376
/proc/meminfo: memFree=31142372/32872528 swapFree=8144/8144
[pid=28357] ppid=28354 vsize=9625040 CPUtime=4.23 cores=0,2,4,6
/proc/28357/stat : 28357 (java) S 28354 28357 23284 0 -1 4202496 15341 0 1 0 419 4 0 0 20 0 19 0 110809166 9856040960 18942 33554432000 1073741824 1073778376 140737077645920 140737077637056 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28357/statm: 2406260 18942 2267 9 0 2396937 0
[pid=28357/tid=28358] ppid=28354 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/28357/task/28358/stat : 28358 (java) R 28354 28357 23284 0 -1 4202560 2423 0 1 0 306 2 0 0 20 0 19 0 110809166 9856040960 18942 33554432000 1073741824 1073778376 140737077645920 140127645531856 140127486177950 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28357/tid=28360] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28360/stat : 28360 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809167 9856040960 18942 33554432000 1073741824 1073778376 140737077645920 140127607032232 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28361] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28361/stat : 28361 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809167 9856040960 18942 33554432000 1073741824 1073778376 140737077645920 140127605979688 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28357/tid=28362] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28362/stat : 28362 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809167 9856040960 18942 33554432000 1073741824 1073778376 140737077645920 140127604926632 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28357/tid=28363] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28363/stat : 28363 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809167 9856040960 18942 33554432000 1073741824 1073778376 140737077645920 140127485552936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28357/tid=28364] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28364/stat : 28364 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809167 9856040960 18942 33554432000 1073741824 1073778376 140737077645920 140127484500904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28365] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28365/stat : 28365 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809167 9856040960 18942 33554432000 1073741824 1073778376 140737077645920 140127483448360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28357/tid=28366] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28366/stat : 28366 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809167 9856040960 18942 33554432000 1073741824 1073778376 140737077645920 140127482395304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28367] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28367/stat : 28367 (java) S 28354 28357 23284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110809167 9856040960 18942 33554432000 1073741824 1073778376 140737077645920 140127481342760 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28368] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28368/stat : 28368 (java) S 28354 28357 23284 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110809168 9856040960 18942 33554432000 1073741824 1073778376 140737077645920 140126999013736 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28369] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28369/stat : 28369 (java) S 28354 28357 23284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110809169 9856040960 18942 33554432000 1073741824 1073778376 140737077645920 140126997960056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28370] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28370/stat : 28370 (java) S 28354 28357 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110809169 9856040960 18942 33554432000 1073741824 1073778376 140737077645920 140126996906888 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28371] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28371/stat : 28371 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809171 9856040960 18942 33554432000 1073741824 1073778376 140737077645920 140126995855632 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28372] ppid=28354 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/28357/task/28372/stat : 28372 (java) S 28354 28357 23284 0 -1 4202560 2808 0 0 0 42 0 0 0 20 0 19 0 110809171 9856040960 18942 33554432000 1073741824 1073778376 140737077645920 140126994803512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28373] ppid=28354 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/28357/task/28373/stat : 28373 (java) S 28354 28357 23284 0 -1 4202560 8838 0 0 0 68 2 0 0 20 0 19 0 110809171 9856040960 18942 33554432000 1073741824 1073778376 140737077645920 140126993750968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28357/tid=28374] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28374/stat : 28374 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809171 9856040960 18942 33554432000 1073741824 1073778376 140737077645920 140126992698104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28357/tid=28375] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28375/stat : 28375 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809171 9856040960 18942 33554432000 1073741824 1073778376 140737077645920 140126991645768 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28376] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28376/stat : 28376 (java) S 28354 28357 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110809201 9856040960 18942 33554432000 1073741824 1073778376 140737077645920 140126990591016 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.03 2.05 2.01 3/215 28376
/proc/meminfo: memFree=31133028/32872528 swapFree=8144/8144
[pid=28357] ppid=28354 vsize=9625040 CPUtime=7.46 cores=0,2,4,6
/proc/28357/stat : 28357 (java) S 28354 28357 23284 0 -1 4202496 15351 0 1 0 741 5 0 0 20 0 19 0 110809166 9856040960 21644 33554432000 1073741824 1073778376 140737077645920 140737077637056 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28357/statm: 2406260 21644 2268 9 0 2396937 0
[pid=28357/tid=28358] ppid=28354 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/28357/task/28358/stat : 28358 (java) R 28354 28357 23284 0 -1 4202560 2431 0 1 0 624 2 0 0 20 0 19 0 110809166 9856040960 21644 33554432000 1073741824 1073778376 140737077645920 140127645540904 140127486231171 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28357/tid=28360] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28360/stat : 28360 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809167 9856040960 21644 33554432000 1073741824 1073778376 140737077645920 140127607032232 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28361] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28361/stat : 28361 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809167 9856040960 21644 33554432000 1073741824 1073778376 140737077645920 140127605979688 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28357/tid=28362] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28362/stat : 28362 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809167 9856040960 21644 33554432000 1073741824 1073778376 140737077645920 140127604926632 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28357/tid=28363] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28363/stat : 28363 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809167 9856040960 21644 33554432000 1073741824 1073778376 140737077645920 140127485552936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28357/tid=28364] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28364/stat : 28364 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809167 9856040960 21644 33554432000 1073741824 1073778376 140737077645920 140127484500904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28365] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28365/stat : 28365 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809167 9856040960 21644 33554432000 1073741824 1073778376 140737077645920 140127483448360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28357/tid=28366] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28366/stat : 28366 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809167 9856040960 21644 33554432000 1073741824 1073778376 140737077645920 140127482395304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28367] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28367/stat : 28367 (java) S 28354 28357 23284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110809167 9856040960 21644 33554432000 1073741824 1073778376 140737077645920 140127481342760 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28368] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28368/stat : 28368 (java) S 28354 28357 23284 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110809168 9856040960 21644 33554432000 1073741824 1073778376 140737077645920 140126999013736 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28369] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28369/stat : 28369 (java) S 28354 28357 23284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110809169 9856040960 21644 33554432000 1073741824 1073778376 140737077645920 140126997960056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28370] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28370/stat : 28370 (java) S 28354 28357 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110809169 9856040960 21644 33554432000 1073741824 1073778376 140737077645920 140126996906888 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28371] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28371/stat : 28371 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809171 9856040960 21644 33554432000 1073741824 1073778376 140737077645920 140126995855632 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28372] ppid=28354 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/28357/task/28372/stat : 28372 (java) S 28354 28357 23284 0 -1 4202560 2809 0 0 0 43 0 0 0 20 0 19 0 110809171 9856040960 21644 33554432000 1073741824 1073778376 140737077645920 140126994803512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28373] ppid=28354 vsize=9625040 CPUtime=0.71 cores=0,2,4,6

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

[pid=28357/tid=28376] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28376/stat : 28376 (java) S 28354 28357 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110809201 9856040960 64366 33554432000 1073741824 1073778376 140737077645920 140126990591016 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1735.95
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/215 28832
/proc/meminfo: memFree=30323492/32872528 swapFree=8144/8144
[pid=28357] ppid=28354 vsize=9625040 CPUtime=1796.58 cores=0,2,4,6
/proc/28357/stat : 28357 (java) S 28354 28357 23284 0 -1 4202496 27294 0 1 0 179477 181 0 0 20 0 19 0 110809166 9856040960 62360 33554432000 1073741824 1073778376 140737077645920 140737077637056 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28357/statm: 2406260 62360 2290 9 0 2396937 0
[pid=28357/tid=28358] ppid=28354 vsize=9625040 CPUtime=1768.06 cores=0,2,4,6
/proc/28357/task/28358/stat : 28358 (java) R 28354 28357 23284 0 -1 4202560 2754 0 1 0 176774 32 0 0 20 0 19 0 110809166 9856040960 62360 33554432000 1073741824 1073778376 140737077645920 140127645539648 140127486200406 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28357/tid=28360] ppid=28354 vsize=9625040 CPUtime=2.3 cores=0,2,4,6
/proc/28357/task/28360/stat : 28360 (java) S 28354 28357 23284 0 -1 4202560 1309 0 0 0 209 21 0 0 20 0 19 0 110809167 9856040960 62360 33554432000 1073741824 1073778376 140737077645920 140127607032232 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28357/tid=28361] ppid=28354 vsize=9625040 CPUtime=2.26 cores=0,2,4,6
/proc/28357/task/28361/stat : 28361 (java) S 28354 28357 23284 0 -1 4202560 1778 0 0 0 209 17 0 0 20 0 19 0 110809167 9856040960 62360 33554432000 1073741824 1073778376 140737077645920 140127605979688 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28362] ppid=28354 vsize=9625040 CPUtime=2.22 cores=0,2,4,6
/proc/28357/task/28362/stat : 28362 (java) S 28354 28357 23284 0 -1 4202560 1531 0 0 0 205 17 0 0 20 0 19 0 110809167 9856040960 62360 33554432000 1073741824 1073778376 140737077645920 140127604926632 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28363] ppid=28354 vsize=9625040 CPUtime=2.33 cores=0,2,4,6
/proc/28357/task/28363/stat : 28363 (java) S 28354 28357 23284 0 -1 4202560 1305 0 0 0 214 19 0 0 20 0 19 0 110809167 9856040960 62360 33554432000 1073741824 1073778376 140737077645920 140127485552936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28357/tid=28364] ppid=28354 vsize=9625040 CPUtime=2.21 cores=0,2,4,6
/proc/28357/task/28364/stat : 28364 (java) S 28354 28357 23284 0 -1 4202560 1508 0 0 0 205 16 0 0 20 0 19 0 110809167 9856040960 62360 33554432000 1073741824 1073778376 140737077645920 140127484500904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28357/tid=28365] ppid=28354 vsize=9625040 CPUtime=2.34 cores=0,2,4,6
/proc/28357/task/28365/stat : 28365 (java) S 28354 28357 23284 0 -1 4202560 572 0 0 0 212 22 0 0 20 0 19 0 110809167 9856040960 62360 33554432000 1073741824 1073778376 140737077645920 140127483448360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28357/tid=28366] ppid=28354 vsize=9625040 CPUtime=2.31 cores=0,2,4,6
/proc/28357/task/28366/stat : 28366 (java) S 28354 28357 23284 0 -1 4202560 1053 0 0 0 214 17 0 0 20 0 19 0 110809167 9856040960 62360 33554432000 1073741824 1073778376 140737077645920 140127482395304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28367] ppid=28354 vsize=9625040 CPUtime=2.4 cores=0,2,4,6
/proc/28357/task/28367/stat : 28367 (java) S 28354 28357 23284 0 -1 4202560 1216 0 0 0 221 19 0 0 20 0 19 0 110809167 9856040960 62360 33554432000 1073741824 1073778376 140737077645920 140127481342760 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28357/tid=28368] ppid=28354 vsize=9625040 CPUtime=4.14 cores=0,2,4,6
/proc/28357/task/28368/stat : 28368 (java) S 28354 28357 23284 0 -1 4202560 1254 0 0 0 409 5 0 0 20 0 19 0 110809168 9856040960 62360 33554432000 1073741824 1073778376 140737077645920 140126999013736 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28357/tid=28369] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28369/stat : 28369 (java) S 28354 28357 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110809169 9856040960 62360 33554432000 1073741824 1073778376 140737077645920 140126997960056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28370] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28370/stat : 28370 (java) S 28354 28357 23284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110809169 9856040960 62360 33554432000 1073741824 1073778376 140737077645920 140126996906888 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28371] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28371/stat : 28371 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809171 9856040960 62360 33554432000 1073741824 1073778376 140737077645920 140126995855632 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28372] ppid=28354 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/28357/task/28372/stat : 28372 (java) S 28354 28357 23284 0 -1 4202560 2809 0 0 0 43 0 0 0 20 0 19 0 110809171 9856040960 62360 33554432000 1073741824 1073778376 140737077645920 140126994803512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28373] ppid=28354 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/28357/task/28373/stat : 28373 (java) S 28354 28357 23284 0 -1 4202560 8842 0 0 0 71 2 0 0 20 0 19 0 110809171 9856040960 62360 33554432000 1073741824 1073778376 140737077645920 140126993750968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28357/tid=28374] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28374/stat : 28374 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809171 9856040960 62360 33554432000 1073741824 1073778376 140737077645920 140126992698104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28357/tid=28375] ppid=28354 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/28357/task/28375/stat : 28375 (java) S 28354 28357 23284 0 -1 4202560 104 0 0 0 27 28 0 0 20 0 19 0 110809171 9856040960 62360 33554432000 1073741824 1073778376 140737077645920 140126991645768 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28357/tid=28376] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28376/stat : 28376 (java) S 28354 28357 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110809201 9856040960 62360 33554432000 1073741824 1073778376 140737077645920 140126990591016 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1796.58
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 28832
/proc/meminfo: memFree=30305060/32872528 swapFree=8144/8144
[pid=28357] ppid=28354 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/28357/stat : 28357 (java) S 28354 28357 23284 0 -1 4202496 27296 0 1 0 179821 181 0 0 20 0 19 0 110809166 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140737077637056 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28357/statm: 2406260 62361 2290 9 0 2396937 0
[pid=28357/tid=28358] ppid=28354 vsize=9625040 CPUtime=1771.43 cores=0,2,4,6
/proc/28357/task/28358/stat : 28358 (java) R 28354 28357 23284 0 -1 4202560 2755 0 1 0 177111 32 0 0 20 0 19 0 110809166 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140127645539632 140127486231134 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28357/tid=28360] ppid=28354 vsize=9625040 CPUtime=2.31 cores=0,2,4,6
/proc/28357/task/28360/stat : 28360 (java) S 28354 28357 23284 0 -1 4202560 1309 0 0 0 210 21 0 0 20 0 19 0 110809167 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140127607032232 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28357/tid=28361] ppid=28354 vsize=9625040 CPUtime=2.27 cores=0,2,4,6
/proc/28357/task/28361/stat : 28361 (java) S 28354 28357 23284 0 -1 4202560 1778 0 0 0 210 17 0 0 20 0 19 0 110809167 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140127605979688 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28362] ppid=28354 vsize=9625040 CPUtime=2.22 cores=0,2,4,6
/proc/28357/task/28362/stat : 28362 (java) S 28354 28357 23284 0 -1 4202560 1531 0 0 0 205 17 0 0 20 0 19 0 110809167 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140127604926632 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28363] ppid=28354 vsize=9625040 CPUtime=2.33 cores=0,2,4,6
/proc/28357/task/28363/stat : 28363 (java) S 28354 28357 23284 0 -1 4202560 1305 0 0 0 214 19 0 0 20 0 19 0 110809167 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140127485552936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28364] ppid=28354 vsize=9625040 CPUtime=2.22 cores=0,2,4,6
/proc/28357/task/28364/stat : 28364 (java) S 28354 28357 23284 0 -1 4202560 1509 0 0 0 206 16 0 0 20 0 19 0 110809167 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140127484500904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28365] ppid=28354 vsize=9625040 CPUtime=2.34 cores=0,2,4,6
/proc/28357/task/28365/stat : 28365 (java) S 28354 28357 23284 0 -1 4202560 572 0 0 0 212 22 0 0 20 0 19 0 110809167 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140127483448360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28357/tid=28366] ppid=28354 vsize=9625040 CPUtime=2.32 cores=0,2,4,6
/proc/28357/task/28366/stat : 28366 (java) S 28354 28357 23284 0 -1 4202560 1053 0 0 0 215 17 0 0 20 0 19 0 110809167 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140127482395304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28367] ppid=28354 vsize=9625040 CPUtime=2.41 cores=0,2,4,6
/proc/28357/task/28367/stat : 28367 (java) S 28354 28357 23284 0 -1 4202560 1216 0 0 0 222 19 0 0 20 0 19 0 110809167 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140127481342760 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28357/tid=28368] ppid=28354 vsize=9625040 CPUtime=4.14 cores=0,2,4,6
/proc/28357/task/28368/stat : 28368 (java) S 28354 28357 23284 0 -1 4202560 1254 0 0 0 409 5 0 0 20 0 19 0 110809168 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140126999013736 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28357/tid=28369] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28369/stat : 28369 (java) S 28354 28357 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110809169 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140126997960056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28370] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28370/stat : 28370 (java) S 28354 28357 23284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110809169 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140126996906888 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28371] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28371/stat : 28371 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809171 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140126995855632 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28372] ppid=28354 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/28357/task/28372/stat : 28372 (java) S 28354 28357 23284 0 -1 4202560 2809 0 0 0 43 0 0 0 20 0 19 0 110809171 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140126994803512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28373] ppid=28354 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/28357/task/28373/stat : 28373 (java) S 28354 28357 23284 0 -1 4202560 8842 0 0 0 71 2 0 0 20 0 19 0 110809171 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140126993750968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28357/tid=28374] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28374/stat : 28374 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809171 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140126992698104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28357/tid=28375] ppid=28354 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/28357/task/28375/stat : 28375 (java) S 28354 28357 23284 0 -1 4202560 104 0 0 0 27 28 0 0 20 0 19 0 110809171 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140126991645768 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28357/tid=28376] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28376/stat : 28376 (java) S 28354 28357 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110809201 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140126990591016 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 28357 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1785.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 28832
/proc/meminfo: memFree=30305060/32872528 swapFree=8144/8144
[pid=28357] ppid=28354 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/28357/stat : 28357 (java) S 28354 28357 23284 0 -1 4202496 27296 0 1 0 179821 181 0 0 20 0 19 0 110809166 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140737077637056 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28357/statm: 2406260 62361 2290 9 0 2396937 0
[pid=28357/tid=28358] ppid=28354 vsize=9625040 CPUtime=1771.43 cores=0,2,4,6
/proc/28357/task/28358/stat : 28358 (java) R 28354 28357 23284 0 -1 4202560 2755 0 1 0 177111 32 0 0 20 0 19 0 110809166 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140127645539632 140127486231134 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28357/tid=28360] ppid=28354 vsize=9625040 CPUtime=2.31 cores=0,2,4,6
/proc/28357/task/28360/stat : 28360 (java) S 28354 28357 23284 0 -1 4202560 1309 0 0 0 210 21 0 0 20 0 19 0 110809167 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140127607032232 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28357/tid=28361] ppid=28354 vsize=9625040 CPUtime=2.27 cores=0,2,4,6
/proc/28357/task/28361/stat : 28361 (java) S 28354 28357 23284 0 -1 4202560 1778 0 0 0 210 17 0 0 20 0 19 0 110809167 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140127605979688 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28362] ppid=28354 vsize=9625040 CPUtime=2.22 cores=0,2,4,6
/proc/28357/task/28362/stat : 28362 (java) S 28354 28357 23284 0 -1 4202560 1531 0 0 0 205 17 0 0 20 0 19 0 110809167 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140127604926632 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28363] ppid=28354 vsize=9625040 CPUtime=2.33 cores=0,2,4,6
/proc/28357/task/28363/stat : 28363 (java) S 28354 28357 23284 0 -1 4202560 1305 0 0 0 214 19 0 0 20 0 19 0 110809167 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140127485552936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28364] ppid=28354 vsize=9625040 CPUtime=2.22 cores=0,2,4,6
/proc/28357/task/28364/stat : 28364 (java) S 28354 28357 23284 0 -1 4202560 1509 0 0 0 206 16 0 0 20 0 19 0 110809167 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140127484500904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28365] ppid=28354 vsize=9625040 CPUtime=2.34 cores=0,2,4,6
/proc/28357/task/28365/stat : 28365 (java) S 28354 28357 23284 0 -1 4202560 572 0 0 0 212 22 0 0 20 0 19 0 110809167 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140127483448360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28357/tid=28366] ppid=28354 vsize=9625040 CPUtime=2.32 cores=0,2,4,6
/proc/28357/task/28366/stat : 28366 (java) S 28354 28357 23284 0 -1 4202560 1053 0 0 0 215 17 0 0 20 0 19 0 110809167 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140127482395304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28367] ppid=28354 vsize=9625040 CPUtime=2.41 cores=0,2,4,6
/proc/28357/task/28367/stat : 28367 (java) S 28354 28357 23284 0 -1 4202560 1216 0 0 0 222 19 0 0 20 0 19 0 110809167 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140127481342760 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28357/tid=28368] ppid=28354 vsize=9625040 CPUtime=4.14 cores=0,2,4,6
/proc/28357/task/28368/stat : 28368 (java) S 28354 28357 23284 0 -1 4202560 1254 0 0 0 409 5 0 0 20 0 19 0 110809168 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140126999013736 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28357/tid=28369] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28369/stat : 28369 (java) S 28354 28357 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110809169 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140126997960056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28370] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28370/stat : 28370 (java) S 28354 28357 23284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110809169 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140126996906888 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28371] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28371/stat : 28371 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809171 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140126995855632 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28372] ppid=28354 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/28357/task/28372/stat : 28372 (java) S 28354 28357 23284 0 -1 4202560 2809 0 0 0 43 0 0 0 20 0 19 0 110809171 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140126994803512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28357/tid=28373] ppid=28354 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/28357/task/28373/stat : 28373 (java) S 28354 28357 23284 0 -1 4202560 8842 0 0 0 71 2 0 0 20 0 19 0 110809171 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140126993750968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28357/tid=28374] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28374/stat : 28374 (java) S 28354 28357 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110809171 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140126992698104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28357/tid=28375] ppid=28354 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/28357/task/28375/stat : 28375 (java) S 28354 28357 23284 0 -1 4202560 104 0 0 0 27 28 0 0 20 0 19 0 110809171 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140126991645768 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28357/tid=28376] ppid=28354 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28357/task/28376/stat : 28376 (java) S 28354 28357 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110809201 9856040960 62361 33554432000 1073741824 1073778376 140737077645920 140126990591016 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28357 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=778304
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=292651
# CPU time returned by wait4() is 1796.07
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1785.76
CPU time (s): 1800.02
CPU user time (s): 1798.21
CPU system time (s): 1.81
CPU usage (%): 100.798
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.78
system time used= 2.29265
maximum resident set size= 760672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27333
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46394
involuntary context switches= 45717

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0025 second user time and 13.7729 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-07 10:39:31
IDJOB=4084581
IDBENCH=90217
IDSOLVER=2546
FILE ID=node133/4084581-1465288771
RUNJOBID= node133-1465257785-23300
PBS_JOBID= 19843288
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/normalized-BeauxArts_K65.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084581-1465288771/watcher-4084581-1465288771 -o /tmp/evaluation-result-4084581-1465288771/solver-4084581-1465288771 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1465257785-23300 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084581-1465288771.opb

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

MD5SUM BENCH= a4b90b74bc3d4958439bc17b9ac2ee03
RANDOM SEED=296782570

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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:        31208308 kB
Buffers:           98336 kB
Cached:           343720 kB
SwapCached:         2064 kB
Active:           550296 kB
Inactive:         372728 kB
Active(anon):     481960 kB
Inactive(anon):     1428 kB
Active(file):      68336 kB
Inactive(file):   371300 kB
Unevictable:        8144 kB
Mlocked:            8144 kB
SwapTotal:      67108856 kB
SwapFree:       67098268 kB
Dirty:               812 kB
Writeback:             0 kB
AnonPages:        584116 kB
Mapped:            15480 kB
Shmem:                 0 kB
Slab:             601264 kB
SReclaimable:      44628 kB
SUnreclaim:       556636 kB
KernelStack:        1776 kB
PageTables:         5240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     671492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    552960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71744 MiB
End job on node133 at 2016-06-07 11:09:17