Trace number 4084573

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.48 1797.75

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-47.opb
MD5SUM17efc5fe25abdce41d8265867254d297
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 variables10052
Total number of constraints226117
Number of constraints which are clauses203168
Number of constraints which are cardinality constraints (but not clauses)731
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint1
Maximum length of a constraint231
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
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.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084573-1465276230.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
2.39/1.72	c ... done. Wall clock time 1.607s.
2.39/1.72	c declared #vars     10052
2.39/1.72	c #constraints  226496
2.39/1.72	c constraints type 
2.39/1.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 152425
2.39/1.72	c org.sat4j.specs.Constr$1 => 3092
2.39/1.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 721
2.39/1.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47940
2.39/1.72	c org.sat4j.minisat.constraints.cnf.UnitClause => 100
2.39/1.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
2.39/1.72	c 226496 constraints processed.
4.75/3.80	c cleaning 2486 clauses out of 5000 with flag 72990/5000
6.85/5.74	c cleaning 4247 clauses out of 8514 with flag 181504/11000
8.65/7.51	c cleaning 5606 clauses out of 11267 with flag 319275/18000
10.48/9.38	c cleaning 6805 clauses out of 13661 with flag 467707/26000
13.19/12.01	c cleaning 7851 clauses out of 15856 with flag 620353/35000
15.39/14.25	c cleaning 8979 clauses out of 18005 with flag 771752/45000
18.19/17.05	c cleaning 9997 clauses out of 20026 with flag 929673/56000
20.89/19.80	c cleaning 11015 clauses out of 22029 with flag 1080174/68000
23.89/22.71	c cleaning 12001 clauses out of 24014 with flag 1239038/81000
27.19/26.07	c cleaning 12932 clauses out of 26013 with flag 1405365/95000
29.59/28.46	c cleaning 14001 clauses out of 28082 with flag 1568436/110001
32.59/31.49	c cleaning 14992 clauses out of 30080 with flag 1754837/126000
35.59/34.42	c cleaning 16009 clauses out of 32088 with flag 1931172/143000
39.29/38.18	c cleaning 16915 clauses out of 34079 with flag 2133439/161000
42.79/41.68	c cleaning 18051 clauses out of 36165 with flag 2334792/180001
46.69/45.56	c cleaning 19042 clauses out of 38114 with flag 2549037/200002
49.72/48.56	c cleaning 19942 clauses out of 40059 with flag 2734644/221000
52.92/51.72	c cleaning 20998 clauses out of 42117 with flag 2917737/243002
55.72/54.53	c cleaning 22004 clauses out of 44117 with flag 3116333/266000
59.22/58.07	c cleaning 23007 clauses out of 46112 with flag 3313593/290000
63.32/62.15	c cleaning 24029 clauses out of 48105 with flag 3526475/315000
67.22/66.07	c cleaning 25009 clauses out of 50076 with flag 3741261/341000
70.92/69.78	c cleaning 25953 clauses out of 52068 with flag 3968212/368001
75.72/74.53	c cleaning 26947 clauses out of 54114 with flag 4235255/396000
81.65/80.34	c cleaning 27999 clauses out of 56167 with flag 4567096/425000
86.94/85.60	c cleaning 29067 clauses out of 58168 with flag 4855538/455000
92.04/90.76	c cleaning 30013 clauses out of 60101 with flag 5128768/486000
97.05/95.74	c cleaning 31008 clauses out of 62089 with flag 5411506/518001
102.55/101.21	c cleaning 32021 clauses out of 64080 with flag 5713890/551000
107.64/106.32	c cleaning 33008 clauses out of 66061 with flag 6004133/585002
113.14/111.83	c cleaning 33970 clauses out of 68052 with flag 6338909/620001
120.34/119.06	c cleaning 35006 clauses out of 70081 with flag 6649971/656000
126.54/125.24	c cleaning 36011 clauses out of 72077 with flag 6962608/693002
132.54/131.22	c cleaning 36971 clauses out of 74064 with flag 7311066/731000
140.04/138.71	c cleaning 38023 clauses out of 76093 with flag 7625468/770000
147.14/145.89	c cleaning 39000 clauses out of 78071 with flag 7930311/810001
154.84/153.58	c cleaning 40016 clauses out of 80070 with flag 8278453/851000
162.23/160.91	c cleaning 41013 clauses out of 82054 with flag 8623670/893000
170.13/168.84	c cleaning 41937 clauses out of 84041 with flag 8983816/936000
177.64/176.37	c cleaning 43044 clauses out of 86104 with flag 9408654/980000
186.25/184.95	c cleaning 43977 clauses out of 88060 with flag 9783915/1025000
194.54/193.29	c cleaning 45013 clauses out of 90083 with flag 10174817/1071000
202.24/200.90	c cleaning 45986 clauses out of 92070 with flag 10618346/1118000
210.04/208.75	c cleaning 46954 clauses out of 94085 with flag 11037436/1166001
219.54/218.26	c cleaning 48005 clauses out of 96130 with flag 11531156/1215000
228.74/227.48	c cleaning 49018 clauses out of 98126 with flag 11980838/1265001
238.24/236.95	c cleaning 50002 clauses out of 100109 with flag 12394923/1316002
248.54/247.23	c cleaning 50980 clauses out of 102105 with flag 12813419/1368000
260.15/258.88	c cleaning 51964 clauses out of 104125 with flag 13355968/1421000
271.45/270.15	c cleaning 53025 clauses out of 106161 with flag 13848320/1475000
283.46/282.16	c cleaning 54052 clauses out of 108138 with flag 14411261/1530002
295.26/293.93	c cleaning 55024 clauses out of 110084 with flag 15042032/1586000
306.76/305.43	c cleaning 55970 clauses out of 112060 with flag 15521121/1643000
319.06/317.76	c cleaning 57031 clauses out of 114090 with flag 15998238/1701000
332.58/331.29	c cleaning 58017 clauses out of 116059 with flag 16503212/1760000
346.27/344.94	c cleaning 59014 clauses out of 118042 with flag 17025701/1820000
359.57/358.28	c cleaning 59999 clauses out of 120029 with flag 17477664/1881001
371.87/370.50	c cleaning 60990 clauses out of 122029 with flag 18008418/1943000
386.38/385.03	c cleaning 61995 clauses out of 124039 with flag 18496338/2006000
401.90/400.53	c cleaning 62979 clauses out of 126045 with flag 19093838/2070001
417.60/416.21	c cleaning 63993 clauses out of 128065 with flag 19644304/2135000
432.19/430.89	c cleaning 64972 clauses out of 130075 with flag 20169020/2201003
447.04/445.48	c cleaning 66009 clauses out of 132100 with flag 20685510/2268000
464.34/462.79	c cleaning 66971 clauses out of 134093 with flag 21241715/2336002
480.54/478.94	c cleaning 67998 clauses out of 136120 with flag 21800394/2405000
497.84/496.25	c cleaning 69058 clauses out of 138123 with flag 22365971/2475001
515.03/513.46	c cleaning 69982 clauses out of 140066 with flag 22957629/2546002
531.54/529.98	c cleaning 71026 clauses out of 142082 with flag 23557472/2618000
548.53/546.92	c cleaning 72019 clauses out of 144056 with flag 24238625/2691000
566.53/564.96	c cleaning 72988 clauses out of 146037 with flag 24783624/2765000
585.52/583.91	c cleaning 73988 clauses out of 148049 with flag 25393633/2840000
603.63/602.05	c cleaning 74979 clauses out of 150062 with flag 26024249/2916001
623.23/621.62	c cleaning 76016 clauses out of 152084 with flag 26680461/2993002
643.32/641.76	c cleaning 76982 clauses out of 154066 with flag 27282995/3071000
661.51/659.90	c cleaning 77995 clauses out of 156084 with flag 27956141/3150000
683.62/682.02	c cleaning 79026 clauses out of 158089 with flag 28617574/3230000
704.31/702.72	c cleaning 79991 clauses out of 160063 with flag 29321155/3311000
727.01/725.49	c cleaning 81018 clauses out of 162073 with flag 29966835/3393001
748.91/747.35	c cleaning 82024 clauses out of 164054 with flag 30625922/3476000
770.51/769.00	c cleaning 82986 clauses out of 166030 with flag 31508090/3560000
796.20/794.68	c cleaning 83936 clauses out of 168045 with flag 32198203/3645001
817.99/816.49	c cleaning 85012 clauses out of 170109 with flag 32979319/3731001
840.59/839.00	c cleaning 85946 clauses out of 172096 with flag 33644792/3818000
866.08/864.22	c cleaning 87030 clauses out of 174150 with flag 34315765/3906000
888.89/887.02	c cleaning 87956 clauses out of 176120 with flag 35105095/3995000
914.38/912.51	c cleaning 89055 clauses out of 178166 with flag 35854746/4085002
938.68/936.80	c cleaning 90004 clauses out of 180109 with flag 36616906/4176000
961.98/960.13	c cleaning 91030 clauses out of 182105 with flag 37523892/4268000
988.98/987.10	c cleaning 91967 clauses out of 184075 with flag 38225696/4361000
1013.57/1011.71	c cleaning 93035 clauses out of 186109 with flag 39159965/4455001
1041.17/1039.32	c cleaning 93967 clauses out of 188073 with flag 39921777/4550000
1069.17/1067.33	c cleaning 95011 clauses out of 190108 with flag 40671970/4646002
1096.66/1094.89	c cleaning 96000 clauses out of 192096 with flag 41473621/4743001
1124.85/1123.08	c cleaning 96986 clauses out of 194095 with flag 42260235/4841000
1151.85/1150.07	c cleaning 97993 clauses out of 196110 with flag 43057078/4940001
1182.35/1180.59	c cleaning 99012 clauses out of 198116 with flag 43854206/5040000
1210.44/1208.62	c cleaning 100039 clauses out of 200105 with flag 44771901/5141001
1241.94/1240.18	c cleaning 101002 clauses out of 202066 with flag 45531688/5243001
1273.14/1271.30	c cleaning 102015 clauses out of 204063 with flag 46338955/5346000
1309.43/1307.69	c cleaning 103007 clauses out of 206048 with flag 47186996/5450000
1344.03/1342.21	c cleaning 104000 clauses out of 208041 with flag 47990969/5555000
1380.23/1378.42	c cleaning 104985 clauses out of 210041 with flag 48859812/5661000
1413.61/1411.86	c cleaning 105990 clauses out of 212056 with flag 49701036/5768000
1450.51/1448.76	c cleaning 107010 clauses out of 214068 with flag 50489146/5876002
1488.81/1487.08	c cleaning 107994 clauses out of 216056 with flag 51263453/5985000
1522.40/1520.61	c cleaning 108990 clauses out of 218063 with flag 52073911/6095001
1564.20/1562.43	c cleaning 109992 clauses out of 220073 with flag 52932350/6206001
1604.50/1602.80	c cleaning 111007 clauses out of 222080 with flag 53790552/6318000
1643.38/1641.68	c cleaning 112009 clauses out of 224073 with flag 54655599/6431000
1683.58/1681.82	c cleaning 113021 clauses out of 226064 with flag 55562480/6545000
1724.97/1723.24	c cleaning 113994 clauses out of 228044 with flag 56480298/6660001
1766.52/1764.25	c cleaning 114989 clauses out of 230049 with flag 57442242/6776000
1800.01/1797.70	c starts		: 24643
1800.01/1797.70	c conflicts		: 6875071
1800.01/1797.70	c decisions		: 39782578
1800.01/1797.70	c propagations		: 1088770623
1800.01/1797.70	c inspects		: 26061844731
1800.01/1797.70	c shortcuts		: 0
1800.01/1797.70	c learnt literals	: 15
1800.01/1797.70	c learnt binary clauses	: 1235
1800.01/1797.70	c learnt ternary clauses	: 3627
1800.01/1797.70	c learnt constraints	: 6875056
1800.01/1797.70	c ignored constraints	: 0
1800.01/1797.70	c root simplifications	: 0
1800.01/1797.70	c removed literals (reason simplification)	: 0
1800.01/1797.70	c reason swapping (by a shorter reason)	: 0
1800.01/1797.70	c Calls to reduceDB	: 112
1800.01/1797.70	c Number of update (reduction) of LBD	: 4002537
1800.01/1797.70	c Imported unit clauses	: 0
1800.01/1797.70	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.70	c number of learned constraints concerned by reduction	: 0
1800.01/1797.70	c number of learning phase by resolution	: 0
1800.01/1797.70	c number of learning phase by cutting planes	: 0
1800.01/1797.70	c speed (assignments/second)	: 606230.8622597186
1800.01/1797.70	c non guided choices	865935
1800.01/1797.70	c timeout
1800.01/1797.73	c learnt constraints type 
1800.01/1797.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1235
1800.01/1797.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 212896
1800.01/1797.73	s UNKNOWN
1800.01/1797.73	c Total wall clock time (in seconds): 1797.62

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-4084573-1465276230/watcher-4084573-1465276230 -o /tmp/evaluation-result-4084573-1465276230/solver-4084573-1465276230 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1465253623-5696 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084573-1465276230.opb 

pid=11502
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.16 2.18 2.14 3/195 11505
/proc/meminfo: memFree=30092252/32872528 swapFree=13072/1184284
[pid=11505] ppid=11502 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/11505/stat : 11505 (java) D 11502 11505 5680 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 109557726 2560000 46 33554432000 1073741824 1073778376 140734128135712 140734128132840 271778409767 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/11505/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 2.16 2.18 2.14 3/195 11505
/proc/meminfo: memFree=30092252/32872528 swapFree=13072/1184284
[pid=11505] ppid=11502 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/11505/stat : 11505 (java) S 11502 11505 5680 0 -1 4202496 4376 0 1 0 8 1 0 0 20 0 18 0 109557726 9787879424 6017 33554432000 1073741824 1073778376 140734128135712 140734128126848 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11505/statm: 2389619 6017 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 2.16 2.18 2.14 3/195 11505
/proc/meminfo: memFree=30092252/32872528 swapFree=13072/1184284
[pid=11505] ppid=11502 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/11505/stat : 11505 (java) S 11502 11505 5680 0 -1 4202496 4733 0 1 0 23 1 0 0 20 0 18 0 109557726 9787879424 6831 33554432000 1073741824 1073778376 140734128135712 140734128126848 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11505/statm: 2389619 6831 2210 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300222 s]
/proc/loadavg: 2.16 2.18 2.14 3/195 11505
/proc/meminfo: memFree=30092252/32872528 swapFree=13072/1184284
[pid=11505] ppid=11502 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/11505/stat : 11505 (java) S 11502 11505 5680 0 -1 4202496 6042 0 1 0 44 2 0 0 20 0 18 0 109557726 9787879424 9275 33554432000 1073741824 1073778376 140734128135712 140734128126848 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11505/statm: 2389619 9275 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700183 s]
/proc/loadavg: 2.16 2.18 2.14 3/195 11505
/proc/meminfo: memFree=30092252/32872528 swapFree=13072/1184284
[pid=11505] ppid=11502 vsize=9558476 CPUtime=1.17 cores=0,2,4,6
/proc/11505/stat : 11505 (java) S 11502 11505 5680 0 -1 4202496 7021 0 1 0 113 4 0 0 20 0 18 0 109557726 9787879424 40099 33554432000 1073741824 1073778376 140734128135712 140734128126848 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11505/statm: 2389619 40099 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9558476

[startup+1.50079 s]
/proc/loadavg: 2.16 2.18 2.14 3/213 11523
/proc/meminfo: memFree=29925520/32872528 swapFree=13072/1184284
[pid=11505] ppid=11502 vsize=9558476 CPUtime=2.19 cores=0,2,4,6
/proc/11505/stat : 11505 (java) S 11502 11505 5680 0 -1 4202496 8762 0 1 0 211 8 0 0 20 0 18 0 109557726 9787879424 78726 33554432000 1073741824 1073778376 140734128135712 140734128126848 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11505/statm: 2389619 78726 2263 9 0 2380296 0
[pid=11505/tid=11507] ppid=11502 vsize=9558476 CPUtime=1.4 cores=0,2,4,6
/proc/11505/task/11507/stat : 11507 (java) R 11502 11505 5680 0 -1 4202560 2526 0 1 0 135 5 0 0 20 0 18 0 109557727 9787879424 78726 33554432000 1073741824 1073778376 140734128135712 140715329470512 140715158356467 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11508] ppid=11502 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/11505/task/11508/stat : 11508 (java) S 11502 11505 5680 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 109557728 9787879424 78726 33554432000 1073741824 1073778376 140734128135712 140715290971048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11505/tid=11509] ppid=11502 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/11505/task/11509/stat : 11509 (java) S 11502 11505 5680 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 109557728 9787879424 78726 33554432000 1073741824 1073778376 140734128135712 140715289918504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11505/tid=11510] ppid=11502 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11510/stat : 11510 (java) S 11502 11505 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109557728 9787879424 78726 33554432000 1073741824 1073778376 140734128135712 140715288865448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11505/tid=11511] ppid=11502 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/11505/task/11511/stat : 11511 (java) S 11502 11505 5680 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 109557728 9787879424 78726 33554432000 1073741824 1073778376 140734128135712 140715287812904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11505/tid=11512] ppid=11502 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11512/stat : 11512 (java) S 11502 11505 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 109557728 9787879424 78726 33554432000 1073741824 1073778376 140734128135712 140715286759848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11513] ppid=11502 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/11505/task/11513/stat : 11513 (java) S 11502 11505 5680 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 109557728 9787879424 78726 33554432000 1073741824 1073778376 140734128135712 140715285707304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11514] ppid=11502 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11514/stat : 11514 (java) S 11502 11505 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 109557728 9787879424 78726 33554432000 1073741824 1073778376 140734128135712 140715284654248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11505/tid=11515] ppid=11502 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/11505/task/11515/stat : 11515 (java) S 11502 11505 5680 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 109557728 9787879424 78726 33554432000 1073741824 1073778376 140734128135712 140715283601704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11516] ppid=11502 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11516/stat : 11516 (java) S 11502 11505 5680 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 109557729 9787879424 78726 33554432000 1073741824 1073778376 140734128135712 140715153664872 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11505/tid=11517] ppid=11502 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11517/stat : 11517 (java) S 11502 11505 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109557730 9787879424 78726 33554432000 1073741824 1073778376 140734128135712 140715152611192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11518] ppid=11502 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11518/stat : 11518 (java) S 11502 11505 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109557730 9787879424 78726 33554432000 1073741824 1073778376 140734128135712 140715151558024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11519] ppid=11502 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11519/stat : 11519 (java) S 11502 11505 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109557732 9787879424 78726 33554432000 1073741824 1073778376 140734128135712 140715150506768 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11520] ppid=11502 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/11505/task/11520/stat : 11520 (java) S 11502 11505 5680 0 -1 4202560 2248 0 0 0 31 0 0 0 20 0 18 0 109557732 9787879424 78726 33554432000 1073741824 1073778376 140734128135712 140715149453624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11505/tid=11521] ppid=11502 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/11505/task/11521/stat : 11521 (java) S 11502 11505 5680 0 -1 4202560 2468 0 0 0 26 0 0 0 20 0 18 0 109557732 9787879424 78726 33554432000 1073741824 1073778376 140734128135712 140715148401080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11522] ppid=11502 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11522/stat : 11522 (java) S 11502 11505 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109557732 9787879424 78726 33554432000 1073741824 1073778376 140734128135712 140715147348216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11505/tid=11523] ppid=11502 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11523/stat : 11523 (java) S 11502 11505 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109557732 9787879424 78726 33554432000 1073741824 1073778376 140734128135712 140715146295880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9558476

[startup+3.10086 s]
/proc/loadavg: 2.31 2.21 2.15 3/214 11524
/proc/meminfo: memFree=29779740/32872528 swapFree=13072/1184284
[pid=11505] ppid=11502 vsize=9625040 CPUtime=4.14 cores=0,2,4,6
/proc/11505/stat : 11505 (java) S 11502 11505 5680 0 -1 4202496 10216 0 1 0 406 8 0 0 20 0 19 0 109557726 9856040960 79271 33554432000 1073741824 1073778376 140734128135712 140734128126848 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11505/statm: 2406260 79271 2278 9 0 2396937 0
[pid=11505/tid=11507] ppid=11502 vsize=9625040 CPUtime=2.99 cores=0,2,4,6
/proc/11505/task/11507/stat : 11507 (java) R 11502 11505 5680 0 -1 4202560 2539 0 1 0 294 5 0 0 20 0 19 0 109557727 9856040960 79271 33554432000 1073741824 1073778376 140734128135712 140715329477112 140715158647396 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11505/tid=11508] ppid=11502 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11505/task/11508/stat : 11508 (java) S 11502 11505 5680 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 109557728 9856040960 79271 33554432000 1073741824 1073778376 140734128135712 140715290971048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11505/tid=11509] ppid=11502 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11505/task/11509/stat : 11509 (java) S 11502 11505 5680 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 109557728 9856040960 79271 33554432000 1073741824 1073778376 140734128135712 140715289918504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11505/tid=11510] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11510/stat : 11510 (java) S 11502 11505 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109557728 9856040960 79271 33554432000 1073741824 1073778376 140734128135712 140715288865448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11505/tid=11511] ppid=11502 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11505/task/11511/stat : 11511 (java) S 11502 11505 5680 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 109557728 9856040960 79271 33554432000 1073741824 1073778376 140734128135712 140715287812904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11505/tid=11512] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11512/stat : 11512 (java) S 11502 11505 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109557728 9856040960 79271 33554432000 1073741824 1073778376 140734128135712 140715286759848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11513] ppid=11502 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11505/task/11513/stat : 11513 (java) S 11502 11505 5680 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 109557728 9856040960 79271 33554432000 1073741824 1073778376 140734128135712 140715285707304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11514] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11514/stat : 11514 (java) S 11502 11505 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109557728 9856040960 79271 33554432000 1073741824 1073778376 140734128135712 140715284654248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11505/tid=11515] ppid=11502 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11505/task/11515/stat : 11515 (java) S 11502 11505 5680 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 109557728 9856040960 79271 33554432000 1073741824 1073778376 140734128135712 140715283601704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11516] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11516/stat : 11516 (java) S 11502 11505 5680 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 109557729 9856040960 79271 33554432000 1073741824 1073778376 140734128135712 140715153664872 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11517] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11517/stat : 11517 (java) S 11502 11505 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109557730 9856040960 79271 33554432000 1073741824 1073778376 140734128135712 140715152611192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11518] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11518/stat : 11518 (java) S 11502 11505 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109557730 9856040960 79271 33554432000 1073741824 1073778376 140734128135712 140715151558024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11519] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11519/stat : 11519 (java) S 11502 11505 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109557732 9856040960 79271 33554432000 1073741824 1073778376 140734128135712 140715150506768 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11520] ppid=11502 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/11505/task/11520/stat : 11520 (java) S 11502 11505 5680 0 -1 4202560 2465 0 0 0 47 0 0 0 20 0 19 0 109557732 9856040960 79271 33554432000 1073741824 1073778376 140734128135712 140715149453624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11505/tid=11521] ppid=11502 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/11505/task/11521/stat : 11521 (java) S 11502 11505 5680 0 -1 4202560 3683 0 0 0 47 0 0 0 20 0 19 0 109557732 9856040960 79271 33554432000 1073741824 1073778376 140734128135712 140715148401080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11522] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11522/stat : 11522 (java) S 11502 11505 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109557732 9856040960 79271 33554432000 1073741824 1073778376 140734128135712 140715147348216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11505/tid=11523] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11523/stat : 11523 (java) S 11502 11505 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109557732 9856040960 79271 33554432000 1073741824 1073778376 140734128135712 140715146295880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11524] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11524/stat : 11524 (java) S 11502 11505 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109557900 9856040960 79271 33554432000 1073741824 1073778376 140734128135712 140715145242152 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.31 2.21 2.15 3/214 11524
/proc/meminfo: memFree=29778324/32872528 swapFree=13072/1184284
[pid=11505] ppid=11502 vsize=9625040 CPUtime=7.45 cores=0,2,4,6
/proc/11505/stat : 11505 (java) S 11502 11505 5680 0 -1 4202496 10447 0 1 0 737 8 0 0 20 0 19 0 109557726 9856040960 79096 33554432000 1073741824 1073778376 140734128135712 140734128126848 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11505/statm: 2406260 79096 2284 9 0 2396937 0
[pid=11505/tid=11507] ppid=11502 vsize=9625040 CPUtime=6.19 cores=0,2,4,6
/proc/11505/task/11507/stat : 11507 (java) R 11502 11505 5680 0 -1 4202560 2541 0 1 0 614 5 0 0 20 0 19 0 109557727 9856040960 79096 33554432000 1073741824 1073778376 140734128135712 140715329477288 140715158592294 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11505/tid=11508] ppid=11502 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11505/task/11508/stat : 11508 (java) S 11502 11505 5680 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 109557728 9856040960 79096 33554432000 1073741824 1073778376 140734128135712 140715290971048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11505/tid=11509] ppid=11502 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11505/task/11509/stat : 11509 (java) S 11502 11505 5680 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 109557728 9856040960 79096 33554432000 1073741824 1073778376 140734128135712 140715289918504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11505/tid=11510] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11510/stat : 11510 (java) S 11502 11505 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109557728 9856040960 79096 33554432000 1073741824 1073778376 140734128135712 140715288865448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11505/tid=11511] ppid=11502 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11505/task/11511/stat : 11511 (java) S 11502 11505 5680 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 109557728 9856040960 79096 33554432000 1073741824 1073778376 140734128135712 140715287812904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11505/tid=11512] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11512/stat : 11512 (java) S 11502 11505 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109557728 9856040960 79096 33554432000 1073741824 1073778376 140734128135712 140715286759848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11513] ppid=11502 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11505/task/11513/stat : 11513 (java) S 11502 11505 5680 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 109557728 9856040960 79096 33554432000 1073741824 1073778376 140734128135712 140715285707304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11514] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11514/stat : 11514 (java) S 11502 11505 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109557728 9856040960 79096 33554432000 1073741824 1073778376 140734128135712 140715284654248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11505/tid=11515] ppid=11502 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11505/task/11515/stat : 11515 (java) S 11502 11505 5680 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 109557728 9856040960 79096 33554432000 1073741824 1073778376 140734128135712 140715283601704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11516] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11516/stat : 11516 (java) S 11502 11505 5680 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 109557729 9856040960 79096 33554432000 1073741824 1073778376 140734128135712 140715153664872 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11517] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11517/stat : 11517 (java) S 11502 11505 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109557730 9856040960 79096 33554432000 1073741824 1073778376 140734128135712 140715152611192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11518] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11518/stat : 11518 (java) S 11502 11505 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109557730 9856040960 79096 33554432000 1073741824 1073778376 140734128135712 140715151558024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11519] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11519/stat : 11519 (java) S 11502 11505 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109557732 9856040960 79096 33554432000 1073741824 1073778376 140734128135712 140715150506768 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11520] ppid=11502 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/11505/task/11520/stat : 11520 (java) S 11502 11505 5680 0 -1 4202560 2688 0 0 0 53 0 0 0 20 0 19 0 109557732 9856040960 79096 33554432000 1073741824 1073778376 140734128135712 140715149453624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11505/tid=11521] ppid=11502 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/11505/task/11521/stat : 11521 (java) S 11502 11505 5680 0 -1 4202560 3689 0 0 0 51 0 0 0 20 0 19 0 109557732 9856040960 79096 33554432000 1073741824 1073778376 140734128135712 140715148401080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11522] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11522/stat : 11522 (java) S 11502 11505 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109557732 9856040960 79096 33554432000 1073741824 1073778376 140734128135712 140715147348216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11505/tid=11523] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11523/stat : 11523 (java) S 11502 11505 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109557732 9856040960 79096 33554432000 1073741824 1073778376 140734128135712 140715146295880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11524] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11524/stat : 11524 (java) S 11502 11505 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109557900 9856040960 79096 33554432000 1073741824 1073778376 140734128135712 140715145242152 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.26 2.20 2.14 3/214 11524

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

[pid=11505/tid=11517] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11517/stat : 11517 (java) S 11502 11505 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109557730 9856040960 301426 33554432000 1073741824 1073778376 140734128135712 140715152611192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11518] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11518/stat : 11518 (java) S 11502 11505 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109557730 9856040960 301426 33554432000 1073741824 1073778376 140734128135712 140715151558024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11519] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11519/stat : 11519 (java) S 11502 11505 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109557732 9856040960 301426 33554432000 1073741824 1073778376 140734128135712 140715150506768 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11520] ppid=11502 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/11505/task/11520/stat : 11520 (java) S 11502 11505 5680 0 -1 4202560 2984 0 0 0 58 0 0 0 20 0 19 0 109557732 9856040960 301426 33554432000 1073741824 1073778376 140734128135712 140715149453624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11505/tid=11521] ppid=11502 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/11505/task/11521/stat : 11521 (java) S 11502 11505 5680 0 -1 4202560 3689 0 0 0 54 0 0 0 20 0 19 0 109557732 9856040960 301426 33554432000 1073741824 1073778376 140734128135712 140715148401080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11522] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11522/stat : 11522 (java) S 11502 11505 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109557732 9856040960 301426 33554432000 1073741824 1073778376 140734128135712 140715147348216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11505/tid=11523] ppid=11502 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/11505/task/11523/stat : 11523 (java) S 11502 11505 5680 0 -1 4202560 99 0 0 0 26 26 0 0 20 0 19 0 109557732 9856040960 301426 33554432000 1073741824 1073778376 140734128135712 140715146295880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11505/tid=11524] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11524/stat : 11524 (java) S 11502 11505 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109557900 9856040960 301426 33554432000 1073741824 1073778376 140734128135712 140715145242152 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1724.07
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.11 2.12 2.09 3/214 11633
/proc/meminfo: memFree=28416232/32872528 swapFree=13072/1184284
[pid=11505] ppid=11502 vsize=9625040 CPUtime=1784.62 cores=0,2,4,6
/proc/11505/stat : 11505 (java) S 11502 11505 5680 0 -1 4202496 14123 0 1 0 178356 106 0 0 20 0 19 0 109557726 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140734128126848 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11505/statm: 2406260 367312 2285 9 0 2396937 0
[pid=11505/tid=11507] ppid=11502 vsize=9625040 CPUtime=1781.38 cores=0,2,4,6
/proc/11505/task/11507/stat : 11507 (java) R 11502 11505 5680 0 -1 4202560 3339 0 1 0 178093 45 0 0 20 0 19 0 109557727 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715329470256 140715158592550 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11505/tid=11508] ppid=11502 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/11505/task/11508/stat : 11508 (java) S 11502 11505 5680 0 -1 4202560 201 0 0 0 17 9 0 0 20 0 19 0 109557728 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715290971048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11505/tid=11509] ppid=11502 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11505/task/11509/stat : 11509 (java) S 11502 11505 5680 0 -1 4202560 340 0 0 0 13 7 0 0 20 0 19 0 109557728 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715289918504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11510] ppid=11502 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/11505/task/11510/stat : 11510 (java) S 11502 11505 5680 0 -1 4202560 245 0 0 0 16 8 0 0 20 0 19 0 109557728 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715288865448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11505/tid=11511] ppid=11502 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11505/task/11511/stat : 11511 (java) S 11502 11505 5680 0 -1 4202560 166 0 0 0 14 8 0 0 20 0 19 0 109557728 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715287812904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11505/tid=11512] ppid=11502 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11505/task/11512/stat : 11512 (java) S 11502 11505 5680 0 -1 4202560 193 0 0 0 14 6 0 0 20 0 19 0 109557728 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715286759848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11505/tid=11513] ppid=11502 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11505/task/11513/stat : 11513 (java) S 11502 11505 5680 0 -1 4202560 184 0 0 0 14 8 0 0 20 0 19 0 109557728 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715285707304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11514] ppid=11502 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/11505/task/11514/stat : 11514 (java) S 11502 11505 5680 0 -1 4202560 123 0 0 0 9 4 0 0 20 0 19 0 109557728 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715284654248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11505/tid=11515] ppid=11502 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11505/task/11515/stat : 11515 (java) S 11502 11505 5680 0 -1 4202560 192 0 0 0 14 8 0 0 20 0 19 0 109557728 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715283601704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11505/tid=11516] ppid=11502 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11505/task/11516/stat : 11516 (java) S 11502 11505 5680 0 -1 4202560 1107 0 0 0 2 0 0 0 20 0 19 0 109557729 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715153664872 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11517] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11517/stat : 11517 (java) S 11502 11505 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109557730 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715152611192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11518] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11518/stat : 11518 (java) S 11502 11505 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109557730 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715151558024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11519] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11519/stat : 11519 (java) S 11502 11505 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109557732 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715150506768 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11520] ppid=11502 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/11505/task/11520/stat : 11520 (java) S 11502 11505 5680 0 -1 4202560 2984 0 0 0 58 0 0 0 20 0 19 0 109557732 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715149453624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11505/tid=11521] ppid=11502 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/11505/task/11521/stat : 11521 (java) S 11502 11505 5680 0 -1 4202560 3689 0 0 0 54 0 0 0 20 0 19 0 109557732 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715148401080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11522] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11522/stat : 11522 (java) S 11502 11505 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109557732 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715147348216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11505/tid=11523] ppid=11502 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/11505/task/11523/stat : 11523 (java) S 11502 11505 5680 0 -1 4202560 103 0 0 0 27 26 0 0 20 0 19 0 109557732 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715146295880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11505/tid=11524] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11524/stat : 11524 (java) S 11502 11505 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109557900 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715145242152 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1784.62
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.15 2.13 2.09 5/214 11698
/proc/meminfo: memFree=28945008/32872528 swapFree=13072/1184284
[pid=11505] ppid=11502 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/11505/stat : 11505 (java) S 11502 11505 5680 0 -1 4202496 14123 0 1 0 179895 106 0 0 20 0 19 0 109557726 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140734128126848 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11505/statm: 2406260 367312 2285 9 0 2396937 0
[pid=11505/tid=11507] ppid=11502 vsize=9625040 CPUtime=1796.78 cores=0,2,4,6
/proc/11505/task/11507/stat : 11507 (java) R 11502 11505 5680 0 -1 4202560 3339 0 1 0 179633 45 0 0 20 0 19 0 109557727 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715329470256 140715158601648 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11505/tid=11508] ppid=11502 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/11505/task/11508/stat : 11508 (java) S 11502 11505 5680 0 -1 4202560 201 0 0 0 17 9 0 0 20 0 19 0 109557728 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715290971048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11505/tid=11509] ppid=11502 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11505/task/11509/stat : 11509 (java) S 11502 11505 5680 0 -1 4202560 340 0 0 0 13 7 0 0 20 0 19 0 109557728 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715289918504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11510] ppid=11502 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/11505/task/11510/stat : 11510 (java) S 11502 11505 5680 0 -1 4202560 245 0 0 0 16 8 0 0 20 0 19 0 109557728 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715288865448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11505/tid=11511] ppid=11502 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11505/task/11511/stat : 11511 (java) S 11502 11505 5680 0 -1 4202560 166 0 0 0 14 8 0 0 20 0 19 0 109557728 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715287812904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11505/tid=11512] ppid=11502 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11505/task/11512/stat : 11512 (java) S 11502 11505 5680 0 -1 4202560 193 0 0 0 14 6 0 0 20 0 19 0 109557728 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715286759848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11505/tid=11513] ppid=11502 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11505/task/11513/stat : 11513 (java) S 11502 11505 5680 0 -1 4202560 184 0 0 0 14 8 0 0 20 0 19 0 109557728 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715285707304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11514] ppid=11502 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/11505/task/11514/stat : 11514 (java) S 11502 11505 5680 0 -1 4202560 123 0 0 0 9 4 0 0 20 0 19 0 109557728 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715284654248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11505/tid=11515] ppid=11502 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11505/task/11515/stat : 11515 (java) S 11502 11505 5680 0 -1 4202560 192 0 0 0 14 8 0 0 20 0 19 0 109557728 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715283601704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11505/tid=11516] ppid=11502 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11505/task/11516/stat : 11516 (java) S 11502 11505 5680 0 -1 4202560 1107 0 0 0 2 0 0 0 20 0 19 0 109557729 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715153664872 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11517] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11517/stat : 11517 (java) S 11502 11505 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109557730 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715152611192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11518] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11518/stat : 11518 (java) S 11502 11505 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109557730 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715151558024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11519] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11519/stat : 11519 (java) S 11502 11505 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109557732 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715150506768 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11520] ppid=11502 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/11505/task/11520/stat : 11520 (java) S 11502 11505 5680 0 -1 4202560 2984 0 0 0 58 0 0 0 20 0 19 0 109557732 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715149453624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11505/tid=11521] ppid=11502 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/11505/task/11521/stat : 11521 (java) S 11502 11505 5680 0 -1 4202560 3689 0 0 0 54 0 0 0 20 0 19 0 109557732 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715148401080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11522] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11522/stat : 11522 (java) S 11502 11505 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109557732 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715147348216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11505/tid=11523] ppid=11502 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/11505/task/11523/stat : 11523 (java) S 11502 11505 5680 0 -1 4202560 103 0 0 0 27 26 0 0 20 0 19 0 109557732 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715146295880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11505/tid=11524] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11524/stat : 11524 (java) S 11502 11505 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109557900 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715145242152 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 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 11505 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.7 s]
/proc/loadavg: 2.15 2.13 2.09 5/214 11698
/proc/meminfo: memFree=28945008/32872528 swapFree=13072/1184284
[pid=11505] ppid=11502 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/11505/stat : 11505 (java) S 11502 11505 5680 0 -1 4202496 14123 0 1 0 179895 106 0 0 20 0 19 0 109557726 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140734128126848 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11505/statm: 2406260 367312 2285 9 0 2396937 0
[pid=11505/tid=11507] ppid=11502 vsize=9625040 CPUtime=1796.78 cores=0,2,4,6
/proc/11505/task/11507/stat : 11507 (java) R 11502 11505 5680 0 -1 4202560 3339 0 1 0 179633 45 0 0 20 0 19 0 109557727 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715329470256 140715158601648 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11505/tid=11508] ppid=11502 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/11505/task/11508/stat : 11508 (java) S 11502 11505 5680 0 -1 4202560 201 0 0 0 17 9 0 0 20 0 19 0 109557728 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715290971048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11505/tid=11509] ppid=11502 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11505/task/11509/stat : 11509 (java) S 11502 11505 5680 0 -1 4202560 340 0 0 0 13 7 0 0 20 0 19 0 109557728 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715289918504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11510] ppid=11502 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/11505/task/11510/stat : 11510 (java) S 11502 11505 5680 0 -1 4202560 245 0 0 0 16 8 0 0 20 0 19 0 109557728 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715288865448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11505/tid=11511] ppid=11502 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11505/task/11511/stat : 11511 (java) S 11502 11505 5680 0 -1 4202560 166 0 0 0 14 8 0 0 20 0 19 0 109557728 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715287812904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11505/tid=11512] ppid=11502 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11505/task/11512/stat : 11512 (java) S 11502 11505 5680 0 -1 4202560 193 0 0 0 14 6 0 0 20 0 19 0 109557728 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715286759848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11505/tid=11513] ppid=11502 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11505/task/11513/stat : 11513 (java) S 11502 11505 5680 0 -1 4202560 184 0 0 0 14 8 0 0 20 0 19 0 109557728 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715285707304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11514] ppid=11502 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/11505/task/11514/stat : 11514 (java) S 11502 11505 5680 0 -1 4202560 123 0 0 0 9 4 0 0 20 0 19 0 109557728 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715284654248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11505/tid=11515] ppid=11502 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11505/task/11515/stat : 11515 (java) S 11502 11505 5680 0 -1 4202560 192 0 0 0 14 8 0 0 20 0 19 0 109557728 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715283601704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11505/tid=11516] ppid=11502 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11505/task/11516/stat : 11516 (java) S 11502 11505 5680 0 -1 4202560 1107 0 0 0 2 0 0 0 20 0 19 0 109557729 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715153664872 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11517] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11517/stat : 11517 (java) S 11502 11505 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109557730 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715152611192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11518] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11518/stat : 11518 (java) S 11502 11505 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109557730 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715151558024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11519] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11519/stat : 11519 (java) S 11502 11505 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109557732 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715150506768 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11520] ppid=11502 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/11505/task/11520/stat : 11520 (java) S 11502 11505 5680 0 -1 4202560 2984 0 0 0 58 0 0 0 20 0 19 0 109557732 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715149453624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11505/tid=11521] ppid=11502 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/11505/task/11521/stat : 11521 (java) S 11502 11505 5680 0 -1 4202560 3689 0 0 0 54 0 0 0 20 0 19 0 109557732 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715148401080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11505/tid=11522] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11522/stat : 11522 (java) S 11502 11505 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109557732 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715147348216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11505/tid=11523] ppid=11502 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/11505/task/11523/stat : 11523 (java) S 11502 11505 5680 0 -1 4202560 103 0 0 0 27 26 0 0 20 0 19 0 109557732 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715146295880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11505/tid=11524] ppid=11502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11505/task/11524/stat : 11524 (java) S 11502 11505 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109557900 9856040960 367312 33554432000 1073741824 1073778376 140734128135712 140715145242152 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1797.75
CPU time (s): 1800.48
CPU user time (s): 1799.04
CPU system time (s): 1.44178
CPU usage (%): 100.152
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.04
system time used= 1.44178
maximum resident set size= 1469368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14159
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38267
involuntary context switches= 29233

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7214 second user time and 13.225 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-07 07:10:30
IDJOB=4084573
IDBENCH=89714
IDSOLVER=2546
FILE ID=node115/4084573-1465276230
RUNJOBID= node115-1465253623-5696
PBS_JOBID= 19843266
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-47.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084573-1465276230/watcher-4084573-1465276230 -o /tmp/evaluation-result-4084573-1465276230/solver-4084573-1465276230 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1465253623-5696 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084573-1465276230.opb

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

MD5SUM BENCH= 17efc5fe25abdce41d8265867254d297
RANDOM SEED=290206725

node115.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.174
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	: 5332.34
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.174
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.56
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.174
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.56
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.174
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.57
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.174
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.174
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.57
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.174
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.57
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.174
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:        30092540 kB
Buffers:          102044 kB
Cached:           278252 kB
SwapCached:         2020 kB
Active:           546180 kB
Inactive:         286608 kB
Active(anon):     452880 kB
Inactive(anon):     2100 kB
Active(file):      93300 kB
Inactive(file):   284508 kB
Unevictable:     1184284 kB
Mlocked:           13072 kB
SwapTotal:      67108856 kB
SwapFree:       67098836 kB
Dirty:              9996 kB
Writeback:             0 kB
AnonPages:       1648124 kB
Mapped:            16416 kB
Shmem:                 0 kB
Slab:             616600 kB
SReclaimable:      60132 kB
SUnreclaim:       556468 kB
KernelStack:        1608 kB
PageTables:         7180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2262488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1605632 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= 71732 MiB
End job on node115 at 2016-06-07 07:40:28