Trace number 4117153

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.04 1797.94

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round22-5.opb
MD5SUM75c43c1e8dd4ee0aa0fd4eb90cc8ead0
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1627.74
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8736
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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.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@587bd9f2
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@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4117153-1466967252.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.69/0.41	c ... done. Wall clock time 0.295s.
0.69/0.41	c declared #vars     4128
0.69/0.41	c #constraints  10048
0.69/0.41	c constraints type 
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.69/0.41	c org.sat4j.specs.Constr$1 => 936
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.69/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.69/0.41	c 10048 constraints processed.
1.64/1.06	c cleaning 2491 clauses out of 4997 with flag 16559/5000
2.32/1.68	c cleaning 4245 clauses out of 8506 with flag 37721/11001
3.03/2.38	c cleaning 5625 clauses out of 11261 with flag 66393/18001
3.94/3.20	c cleaning 6800 clauses out of 13635 with flag 101910/26000
4.85/4.17	c cleaning 7911 clauses out of 15836 with flag 142273/35001
6.05/5.31	c cleaning 8944 clauses out of 17924 with flag 187802/45000
7.25/6.54	c cleaning 9973 clauses out of 19980 with flag 243424/56000
8.65/7.97	c cleaning 10975 clauses out of 22007 with flag 303424/68000
10.25/9.50	c cleaning 12004 clauses out of 24032 with flag 369973/81000
11.95/11.27	c cleaning 12986 clauses out of 26028 with flag 442286/95000
13.76/13.09	c cleaning 14001 clauses out of 28042 with flag 521243/110000
15.86/15.13	c cleaning 14994 clauses out of 30041 with flag 607165/126000
18.06/17.38	c cleaning 16023 clauses out of 32047 with flag 700611/143000
20.56/19.81	c cleaning 16988 clauses out of 34024 with flag 800163/161000
23.05/22.39	c cleaning 17996 clauses out of 36036 with flag 906454/180000
25.96/25.23	c cleaning 18989 clauses out of 38041 with flag 1021504/200001
28.96/28.21	c cleaning 19991 clauses out of 40053 with flag 1143161/221002
32.06/31.38	c cleaning 21009 clauses out of 42062 with flag 1272438/243002
35.46/34.76	c cleaning 22016 clauses out of 44053 with flag 1407058/266002
39.16/38.43	c cleaning 23001 clauses out of 46035 with flag 1548130/290000
43.06/42.34	c cleaning 23964 clauses out of 48034 with flag 1696227/315000
47.16/46.45	c cleaning 25009 clauses out of 50071 with flag 1849023/341001
51.56/50.82	c cleaning 26009 clauses out of 52061 with flag 2003185/368000
56.06/55.40	c cleaning 27018 clauses out of 54052 with flag 2167824/396000
60.48/59.72	c cleaning 28012 clauses out of 56034 with flag 2341806/425000
64.88/64.18	c cleaning 29012 clauses out of 58023 with flag 2517787/455001
69.68/68.98	c cleaning 29990 clauses out of 60010 with flag 2702664/486000
74.78/74.04	c cleaning 30976 clauses out of 62020 with flag 2894284/518000
80.09/79.32	c cleaning 31977 clauses out of 64045 with flag 3092250/551001
85.68/84.93	c cleaning 33023 clauses out of 66068 with flag 3295065/585001
91.38/90.63	c cleaning 34013 clauses out of 68045 with flag 3509554/620001
97.48/96.71	c cleaning 35011 clauses out of 70031 with flag 3728607/656000
103.88/103.16	c cleaning 35994 clauses out of 72020 with flag 3955529/693000
110.68/109.90	c cleaning 37005 clauses out of 74027 with flag 4185288/731001
117.58/116.80	c cleaning 37984 clauses out of 76025 with flag 4422282/770004
124.78/124.09	c cleaning 38998 clauses out of 78037 with flag 4665335/810000
132.48/131.79	c cleaning 39977 clauses out of 80039 with flag 4916583/851000
140.49/139.75	c cleaning 41007 clauses out of 82063 with flag 5175260/893001
148.64/147.84	c cleaning 41983 clauses out of 84055 with flag 5442206/936000
156.64/155.85	c cleaning 42994 clauses out of 86074 with flag 5712135/980002
165.25/164.49	c cleaning 44025 clauses out of 88078 with flag 5988524/1025000
174.05/173.29	c cleaning 45003 clauses out of 90055 with flag 6270649/1071002
183.15/182.36	c cleaning 45996 clauses out of 92050 with flag 6560537/1118000
192.75/191.97	c cleaning 46996 clauses out of 94054 with flag 6858993/1166000
202.65/201.80	c cleaning 48021 clauses out of 96059 with flag 7158482/1215001
212.85/212.00	c cleaning 48982 clauses out of 98038 with flag 7468592/1265001
223.35/222.52	c cleaning 50010 clauses out of 100055 with flag 7783370/1316000
234.15/233.36	c cleaning 51023 clauses out of 102046 with flag 8106753/1368001
245.36/244.53	c cleaning 51973 clauses out of 104022 with flag 8432891/1421000
256.70/255.88	c cleaning 53001 clauses out of 106049 with flag 8769130/1475000
268.40/267.51	c cleaning 53993 clauses out of 108048 with flag 9108881/1530000
280.21/279.32	c cleaning 55004 clauses out of 110056 with flag 9453798/1586001
292.43/291.54	c cleaning 56006 clauses out of 112051 with flag 9802276/1643000
305.12/304.26	c cleaning 56996 clauses out of 114046 with flag 10162612/1701001
318.42/317.51	c cleaning 58019 clauses out of 116049 with flag 10522512/1760000
331.92/331.03	c cleaning 59009 clauses out of 118030 with flag 10892889/1820000
346.02/345.17	c cleaning 59999 clauses out of 120022 with flag 11267256/1881001
360.64/359.75	c cleaning 60995 clauses out of 122023 with flag 11650192/1943001
374.85/373.98	c cleaning 61994 clauses out of 124028 with flag 12035857/2006001
389.84/388.91	c cleaning 63012 clauses out of 126033 with flag 12425663/2070000
404.95/404.03	c cleaning 63997 clauses out of 128021 with flag 12827169/2135000
421.18/420.26	c cleaning 64938 clauses out of 130025 with flag 13230600/2201001
437.48/436.54	c cleaning 66012 clauses out of 132086 with flag 13641341/2268000
454.08/453.20	c cleaning 67026 clauses out of 134074 with flag 14061952/2336000
471.29/470.31	c cleaning 68003 clauses out of 136048 with flag 14480205/2405000
488.83/487.85	c cleaning 68976 clauses out of 138046 with flag 14912737/2475001
506.64/505.68	c cleaning 69994 clauses out of 140069 with flag 15342339/2546000
525.14/524.17	c cleaning 71017 clauses out of 142075 with flag 15781141/2618000
543.83/542.80	c cleaning 72021 clauses out of 144059 with flag 16228782/2691001
563.24/562.28	c cleaning 73019 clauses out of 146037 with flag 16679880/2765000
583.14/582.17	c cleaning 73995 clauses out of 148018 with flag 17136908/2840000
603.64/602.69	c cleaning 74978 clauses out of 150025 with flag 17599563/2916002
624.32/623.24	c cleaning 75932 clauses out of 152045 with flag 18064088/2993000
645.32/644.25	c cleaning 77017 clauses out of 154113 with flag 18542445/3071000
666.64/665.59	c cleaning 77994 clauses out of 156096 with flag 19021086/3150000
688.74/687.65	c cleaning 79038 clauses out of 158102 with flag 19510207/3230000
711.53/710.47	c cleaning 80026 clauses out of 160066 with flag 19996642/3311002
734.96/733.77	c cleaning 81010 clauses out of 162038 with flag 20495258/3393000
758.95/757.72	c cleaning 82007 clauses out of 164028 with flag 20998710/3476000
783.37/782.17	c cleaning 83007 clauses out of 166021 with flag 21508513/3560000
808.27/807.02	c cleaning 83978 clauses out of 168015 with flag 22023506/3645001
833.97/832.78	c cleaning 85006 clauses out of 170037 with flag 22541997/3731001
860.48/859.29	c cleaning 85979 clauses out of 172030 with flag 23065384/3818000
887.69/886.34	c cleaning 86994 clauses out of 174051 with flag 23592669/3906000
914.89/913.58	c cleaning 87980 clauses out of 176060 with flag 24130098/3995003
943.20/941.81	c cleaning 88984 clauses out of 178077 with flag 24675124/4085000
971.91/970.53	c cleaning 90030 clauses out of 180093 with flag 25229411/4176000
1001.21/999.83	c cleaning 90992 clauses out of 182063 with flag 25782779/4268000
1031.49/1030.08	c cleaning 91996 clauses out of 184072 with flag 26341747/4361001
1061.69/1060.23	c cleaning 93029 clauses out of 186075 with flag 26908079/4455000
1092.40/1090.93	c cleaning 93983 clauses out of 188046 with flag 27476289/4550000
1124.61/1123.15	c cleaning 95028 clauses out of 190063 with flag 28057626/4646000
1157.23/1155.61	c cleaning 95977 clauses out of 192035 with flag 28640365/4743000
1190.04/1188.40	c cleaning 97010 clauses out of 194060 with flag 29231714/4841002
1223.85/1222.30	c cleaning 97968 clauses out of 196048 with flag 29828312/4940000
1258.15/1256.50	c cleaning 98994 clauses out of 198082 with flag 30437282/5040002
1293.59/1291.89	c cleaning 99998 clauses out of 200086 with flag 31047671/5141000
1329.69/1327.92	c cleaning 101037 clauses out of 202088 with flag 31667342/5243000
1366.40/1364.64	c cleaning 101995 clauses out of 204051 with flag 32286336/5346000
1403.90/1402.18	c cleaning 102993 clauses out of 206056 with flag 32911605/5450000
1442.34/1440.45	c cleaning 104007 clauses out of 208063 with flag 33543721/5555000
1481.44/1479.55	c cleaning 105020 clauses out of 210056 with flag 34184312/5661000
1521.34/1519.46	c cleaning 105978 clauses out of 212036 with flag 34829862/5768000
1561.36/1559.44	c cleaning 106999 clauses out of 214058 with flag 35483224/5876000
1602.32/1600.38	c cleaning 107983 clauses out of 216059 with flag 36137062/5985000
1643.74/1641.77	c cleaning 109022 clauses out of 218076 with flag 36799396/6095000
1686.64/1684.61	c cleaning 110009 clauses out of 220055 with flag 37464011/6206001
1729.73/1727.69	c cleaning 111003 clauses out of 222045 with flag 38140813/6318000
1773.74/1771.67	c cleaning 111995 clauses out of 224042 with flag 38817826/6431000
1800.04/1797.90	c starts		: 57350
1800.04/1797.90	c conflicts		: 6506565
1800.04/1797.90	c decisions		: 53753800
1800.04/1797.90	c propagations		: 833190002
1800.04/1797.90	c inspects		: 25378126531
1800.04/1797.90	c shortcuts		: 0
1800.04/1797.90	c learnt literals	: 4
1800.04/1797.90	c learnt binary clauses	: 94
1800.04/1797.90	c learnt ternary clauses	: 833
1800.04/1797.90	c learnt constraints	: 6506561
1800.04/1797.90	c ignored constraints	: 0
1800.04/1797.90	c root simplifications	: 0
1800.04/1797.90	c removed literals (reason simplification)	: 0
1800.04/1797.90	c reason swapping (by a shorter reason)	: 0
1800.04/1797.90	c Calls to reduceDB	: 109
1800.04/1797.90	c Number of update (reduction) of LBD	: 1390044
1800.04/1797.90	c Imported unit clauses	: 0
1800.04/1797.90	c number of reductions to clauses (during analyze)	: 0
1800.04/1797.90	c number of learned constraints concerned by reduction	: 0
1800.04/1797.90	c number of learning phase by resolution	: 0
1800.04/1797.90	c number of learning phase by cutting planes	: 0
1800.04/1797.90	c speed (assignments/second)	: 463530.74238130363
1800.04/1797.90	c non guided choices	15845
1800.04/1797.90	c timeout
1800.04/1797.93	c learnt constraints type 
1800.04/1797.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 94
1800.04/1797.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 187519
1800.04/1797.93	s UNKNOWN
1800.04/1797.93	c Total wall clock time (in seconds): 1797.817

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-4117153-1466967252/watcher-4117153-1466967252 -o /tmp/evaluation-result-4117153-1466967252/solver-4117153-1466967252 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19726 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117153-1466967252.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.24 2.21 2.18 3/196 23134
/proc/meminfo: memFree=30141380/32872528 swapFree=1491540/1663236
[pid=23134] ppid=23131 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23134/stat : 23134 (java) R 23131 23134 19710 0 -1 4202496 532 0 0 0 0 0 0 0 20 0 1 0 29763479 9515008 183 33554432000 1073741824 1073778376 140735308685296 140735308668024 273905514727 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23134/statm: 2323 185 143 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.24 2.21 2.18 3/196 23134
/proc/meminfo: memFree=30141380/32872528 swapFree=1491540/1663236
[pid=23134] ppid=23131 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/23134/stat : 23134 (java) S 23131 23134 19710 0 -1 4202496 4380 0 1 0 8 1 0 0 20 0 18 0 29763479 9787879424 6018 33554432000 1073741824 1073778376 140735308685296 140735308676432 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23134/statm: 2389619 6018 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200216 s]
/proc/loadavg: 2.24 2.21 2.18 3/196 23134
/proc/meminfo: memFree=30141380/32872528 swapFree=1491540/1663236
[pid=23134] ppid=23131 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/23134/stat : 23134 (java) S 23131 23134 19710 0 -1 4202496 4933 0 1 0 25 1 0 0 20 0 18 0 29763479 9787879424 6979 33554432000 1073741824 1073778376 140735308685296 140735308676432 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23134/statm: 2389619 6979 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300226 s]
/proc/loadavg: 2.24 2.21 2.18 3/196 23134
/proc/meminfo: memFree=30141380/32872528 swapFree=1491540/1663236
[pid=23134] ppid=23131 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/23134/stat : 23134 (java) S 23131 23134 19710 0 -1 4202496 5795 0 1 0 48 1 0 0 20 0 18 0 29763479 9787879424 8962 33554432000 1073741824 1073778376 140735308685296 140735308676432 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23134/statm: 2389619 8962 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700178 s]
/proc/loadavg: 2.24 2.21 2.18 3/196 23134
/proc/meminfo: memFree=30141380/32872528 swapFree=1491540/1663236
[pid=23134] ppid=23131 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/23134/stat : 23134 (java) S 23131 23134 19710 0 -1 4202496 8588 0 1 0 132 2 0 0 20 0 19 0 29763479 9856040960 15211 33554432000 1073741824 1073778376 140735308685296 140735308676432 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23134/statm: 2406260 15211 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.24 2.21 2.18 3/215 23153
/proc/meminfo: memFree=30088868/32872528 swapFree=1491540/1663236
[pid=23134] ppid=23131 vsize=9625040 CPUtime=2.19 cores=0,2,4,6
/proc/23134/stat : 23134 (java) S 23131 23134 19710 0 -1 4202496 8881 0 1 0 217 2 0 0 20 0 19 0 29763479 9856040960 15730 33554432000 1073741824 1073778376 140735308685296 140735308676432 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23134/statm: 2406260 15730 2269 9 0 2396937 0
[pid=23134/tid=23136] ppid=23131 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/23134/task/23136/stat : 23136 (java) R 23131 23134 19710 0 -1 4202560 2425 0 1 0 144 2 0 0 20 0 19 0 29763479 9856040960 15730 33554432000 1073741824 1073778376 140735308685296 139832367455952 139832207241044 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23134/tid=23137] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23137/stat : 23137 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763481 9856040960 15730 33554432000 1073741824 1073778376 140735308685296 139832328956200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23138] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23138/stat : 23138 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763481 9856040960 15730 33554432000 1073741824 1073778376 140735308685296 139832327903400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23134/tid=23139] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23139/stat : 23139 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763481 9856040960 15730 33554432000 1073741824 1073778376 140735308685296 139832326851112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23134/tid=23140] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23140/stat : 23140 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763481 9856040960 15730 33554432000 1073741824 1073778376 140735308685296 139832325798312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23134/tid=23141] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23141/stat : 23141 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763481 9856040960 15730 33554432000 1073741824 1073778376 140735308685296 139832206551848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23142] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23142/stat : 23142 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763481 9856040960 15730 33554432000 1073741824 1073778376 140735308685296 139832205499048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23134/tid=23143] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23143/stat : 23143 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763481 9856040960 15730 33554432000 1073741824 1073778376 140735308685296 139832204446760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23144] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23144/stat : 23144 (java) S 23131 23134 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29763481 9856040960 15730 33554432000 1073741824 1073778376 140735308685296 139832203393960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23145] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23145/stat : 23145 (java) S 23131 23134 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29763482 9856040960 15730 33554432000 1073741824 1073778376 140735308685296 139832191195368 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23146] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23146/stat : 23146 (java) S 23131 23134 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29763482 9856040960 15730 33554432000 1073741824 1073778376 140735308685296 139831585793016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23147] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23147/stat : 23147 (java) S 23131 23134 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29763482 9856040960 15730 33554432000 1073741824 1073778376 140735308685296 139831584740616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23134/tid=23148] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23148/stat : 23148 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763485 9856040960 15730 33554432000 1073741824 1073778376 140735308685296 139831583689104 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23149] ppid=23131 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/23134/task/23149/stat : 23149 (java) S 23131 23134 19710 0 -1 4202560 2455 0 0 0 35 0 0 0 20 0 19 0 29763485 9856040960 15730 33554432000 1073741824 1073778376 140735308685296 139831582636728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23150] ppid=23131 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/23134/task/23150/stat : 23150 (java) S 23131 23134 19710 0 -1 4202560 2724 0 0 0 34 0 0 0 20 0 19 0 29763485 9856040960 15730 33554432000 1073741824 1073778376 140735308685296 139831581583928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23134/tid=23151] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23151/stat : 23151 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763485 9856040960 15730 33554432000 1073741824 1073778376 140735308685296 139831580531832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23134/tid=23152] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23152/stat : 23152 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763485 9856040960 15730 33554432000 1073741824 1073778376 140735308685296 139831579479240 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23153] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23153/stat : 23153 (java) S 23131 23134 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29763521 9856040960 15730 33554432000 1073741824 1073778376 140735308685296 139831578424232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.24 2.21 2.18 3/215 23153
/proc/meminfo: memFree=30084144/32872528 swapFree=1491540/1663236
[pid=23134] ppid=23131 vsize=9625040 CPUtime=3.83 cores=0,2,4,6
/proc/23134/stat : 23134 (java) S 23131 23134 19710 0 -1 4202496 8885 0 1 0 381 2 0 0 20 0 19 0 29763479 9856040960 16755 33554432000 1073741824 1073778376 140735308685296 140735308676432 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23134/statm: 2406260 16755 2270 9 0 2396937 0
[pid=23134/tid=23136] ppid=23131 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/23134/task/23136/stat : 23136 (java) R 23131 23134 19710 0 -1 4202560 2428 0 1 0 304 2 0 0 20 0 19 0 29763479 9856040960 16755 33554432000 1073741824 1073778376 140735308685296 139832367464808 139832207261168 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23134/tid=23137] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23137/stat : 23137 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763481 9856040960 16755 33554432000 1073741824 1073778376 140735308685296 139832328956200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23138] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23138/stat : 23138 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763481 9856040960 16755 33554432000 1073741824 1073778376 140735308685296 139832327903400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23134/tid=23139] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23139/stat : 23139 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763481 9856040960 16755 33554432000 1073741824 1073778376 140735308685296 139832326851112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23134/tid=23140] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23140/stat : 23140 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763481 9856040960 16755 33554432000 1073741824 1073778376 140735308685296 139832325798312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23134/tid=23141] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23141/stat : 23141 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763481 9856040960 16755 33554432000 1073741824 1073778376 140735308685296 139832206551848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23142] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23142/stat : 23142 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763481 9856040960 16755 33554432000 1073741824 1073778376 140735308685296 139832205499048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23134/tid=23143] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23143/stat : 23143 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763481 9856040960 16755 33554432000 1073741824 1073778376 140735308685296 139832204446760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23144] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23144/stat : 23144 (java) S 23131 23134 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29763481 9856040960 16755 33554432000 1073741824 1073778376 140735308685296 139832203393960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23145] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23145/stat : 23145 (java) S 23131 23134 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29763482 9856040960 16755 33554432000 1073741824 1073778376 140735308685296 139832191195368 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23146] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23146/stat : 23146 (java) S 23131 23134 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29763482 9856040960 16755 33554432000 1073741824 1073778376 140735308685296 139831585793016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23147] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23147/stat : 23147 (java) S 23131 23134 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29763482 9856040960 16755 33554432000 1073741824 1073778376 140735308685296 139831584740616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23134/tid=23148] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23148/stat : 23148 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763485 9856040960 16755 33554432000 1073741824 1073778376 140735308685296 139831583689104 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23149] ppid=23131 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/23134/task/23149/stat : 23149 (java) S 23131 23134 19710 0 -1 4202560 2456 0 0 0 37 0 0 0 20 0 19 0 29763485 9856040960 16755 33554432000 1073741824 1073778376 140735308685296 139831582636728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23150] ppid=23131 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/23134/task/23150/stat : 23150 (java) S 23131 23134 19710 0 -1 4202560 2724 0 0 0 36 0 0 0 20 0 19 0 29763485 9856040960 16755 33554432000 1073741824 1073778376 140735308685296 139831581583928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23134/tid=23151] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23151/stat : 23151 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763485 9856040960 16755 33554432000 1073741824 1073778376 140735308685296 139831580531832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23134/tid=23152] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23152/stat : 23152 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763485 9856040960 16755 33554432000 1073741824 1073778376 140735308685296 139831579479240 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23153] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23153/stat : 23153 (java) S 23131 23134 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29763521 9856040960 16755 33554432000 1073741824 1073778376 140735308685296 139831578424232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.22 2.21 2.18 3/215 23153
/proc/meminfo: memFree=30078640/32872528 swapFree=1491540/1663236
[pid=23134] ppid=23131 vsize=9625040 CPUtime=7.05 cores=0,2,4,6
/proc/23134/stat : 23134 (java) S 23131 23134 19710 0 -1 4202496 8890 0 1 0 703 2 0 0 20 0 19 0 29763479 9856040960 18175 33554432000 1073741824 1073778376 140735308685296 140735308676432 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23134/statm: 2406260 18175 2271 9 0 2396937 0
[pid=23134/tid=23136] ppid=23131 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/23134/task/23136/stat : 23136 (java) R 23131 23134 19710 0 -1 4202560 2432 0 1 0 623 2 0 0 20 0 19 0 29763479 9856040960 18175 33554432000 1073741824 1073778376 140735308685296 139832367464872 139832207261117 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23134/tid=23137] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23137/stat : 23137 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763481 9856040960 18175 33554432000 1073741824 1073778376 140735308685296 139832328956200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23138] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23138/stat : 23138 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763481 9856040960 18175 33554432000 1073741824 1073778376 140735308685296 139832327903400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23134/tid=23139] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23139/stat : 23139 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763481 9856040960 18175 33554432000 1073741824 1073778376 140735308685296 139832326851112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23134/tid=23140] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23140/stat : 23140 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763481 9856040960 18175 33554432000 1073741824 1073778376 140735308685296 139832325798312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23134/tid=23141] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23141/stat : 23141 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763481 9856040960 18175 33554432000 1073741824 1073778376 140735308685296 139832206551848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23142] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23142/stat : 23142 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763481 9856040960 18175 33554432000 1073741824 1073778376 140735308685296 139832205499048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23134/tid=23143] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23143/stat : 23143 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763481 9856040960 18175 33554432000 1073741824 1073778376 140735308685296 139832204446760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23144] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23144/stat : 23144 (java) S 23131 23134 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29763481 9856040960 18175 33554432000 1073741824 1073778376 140735308685296 139832203393960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23145] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23145/stat : 23145 (java) S 23131 23134 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29763482 9856040960 18175 33554432000 1073741824 1073778376 140735308685296 139832191195368 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23146] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23146/stat : 23146 (java) S 23131 23134 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29763482 9856040960 18175 33554432000 1073741824 1073778376 140735308685296 139831585793016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23147] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23147/stat : 23147 (java) S 23131 23134 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29763482 9856040960 18175 33554432000 1073741824 1073778376 140735308685296 139831584740616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23134/tid=23148] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23148/stat : 23148 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763485 9856040960 18175 33554432000 1073741824 1073778376 140735308685296 139831583689104 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23149] ppid=23131 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/23134/task/23149/stat : 23149 (java) S 23131 23134 19710 0 -1 4202560 2456 0 0 0 39 0 0 0 20 0 19 0 29763485 9856040960 18175 33554432000 1073741824 1073778376 140735308685296 139831582636728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23150] ppid=23131 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/23134/task/23150/stat : 23150 (java) S 23131 23134 19710 0 -1 4202560 2724 0 0 0 36 0 0 0 20 0 19 0 29763485 9856040960 18175 33554432000 1073741824 1073778376 140735308685296 139831581583928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23134/tid=23151] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23151/stat : 23151 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763485 9856040960 18175 33554432000 1073741824 1073778376 140735308685296 139831580531832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23134/tid=23152] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23152/stat : 23152 (java) S 23131 23134 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29763485 9856040960 18175 33554432000 1073741824 1073778376 140735308685296 139831579479240 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23153] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23153/stat : 23153 (java) S 23131 23134 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29763521 9856040960 18175 33554432000 1073741824 1073778376 140735308685296 139831578424232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 9625040


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

[pid=23134/tid=23153] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23153/stat : 23153 (java) S 23131 23134 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29763521 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139831578424232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1724.43
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.18 2.23 2.18 3/215 23286
/proc/meminfo: memFree=29784304/32872528 swapFree=1491540/1663236
[pid=23134] ppid=23131 vsize=9625040 CPUtime=1784.44 cores=0,2,4,6
/proc/23134/stat : 23134 (java) S 23131 23134 19710 0 -1 4202496 10523 0 1 0 178393 51 0 0 20 0 19 0 29763479 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 140735308676432 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23134/statm: 2406260 98128 2285 9 0 2396937 0
[pid=23134/tid=23136] ppid=23131 vsize=9625040 CPUtime=1777.23 cores=0,2,4,6
/proc/23134/task/23136/stat : 23136 (java) R 23131 23134 19710 0 -1 4202560 2490 0 1 0 177693 30 0 0 20 0 19 0 29763479 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832367456032 139832207202460 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23134/tid=23137] ppid=23131 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/23134/task/23137/stat : 23137 (java) S 23131 23134 19710 0 -1 4202560 85 0 0 0 10 2 0 0 20 0 19 0 29763481 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832328956200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23134/tid=23138] ppid=23131 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/23134/task/23138/stat : 23138 (java) S 23131 23134 19710 0 -1 4202560 179 0 0 0 18 2 0 0 20 0 19 0 29763481 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832327903400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23139] ppid=23131 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/23134/task/23139/stat : 23139 (java) S 23131 23134 19710 0 -1 4202560 121 0 0 0 20 3 0 0 20 0 19 0 29763481 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832326851112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23140] ppid=23131 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/23134/task/23140/stat : 23140 (java) S 23131 23134 19710 0 -1 4202560 44 0 0 0 13 3 0 0 20 0 19 0 29763481 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832325798312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23134/tid=23141] ppid=23131 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/23134/task/23141/stat : 23141 (java) S 23131 23134 19710 0 -1 4202560 223 0 0 0 14 3 0 0 20 0 19 0 29763481 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832206551848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23142] ppid=23131 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/23134/task/23142/stat : 23142 (java) S 23131 23134 19710 0 -1 4202560 180 0 0 0 12 3 0 0 20 0 19 0 29763481 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832205499048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23134/tid=23143] ppid=23131 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/23134/task/23143/stat : 23143 (java) S 23131 23134 19710 0 -1 4202560 50 0 0 0 16 3 0 0 20 0 19 0 29763481 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832204446760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23144] ppid=23131 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/23134/task/23144/stat : 23144 (java) S 23131 23134 19710 0 -1 4202560 58 0 0 0 18 4 0 0 20 0 19 0 29763481 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832203393960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23134/tid=23145] ppid=23131 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23134/task/23145/stat : 23145 (java) S 23131 23134 19710 0 -1 4202560 80 0 0 0 2 0 0 0 20 0 19 0 29763482 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832191195368 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23146] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23146/stat : 23146 (java) S 23131 23134 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29763482 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139831585793016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23147] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23147/stat : 23147 (java) S 23131 23134 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29763482 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139831584740616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23134/tid=23148] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23148/stat : 23148 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763485 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139831583689104 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23149] ppid=23131 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/23134/task/23149/stat : 23149 (java) S 23131 23134 19710 0 -1 4202560 2923 0 0 0 42 0 0 0 20 0 19 0 29763485 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139831582636728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23150] ppid=23131 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/23134/task/23150/stat : 23150 (java) S 23131 23134 19710 0 -1 4202560 2724 0 0 0 36 0 0 0 20 0 19 0 29763485 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139831581583928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23134/tid=23151] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23151/stat : 23151 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763485 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139831580531832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23134/tid=23152] ppid=23131 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/23134/task/23152/stat : 23152 (java) S 23131 23134 19710 0 -1 4202560 103 0 0 0 38 35 0 0 20 0 19 0 29763485 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139831579479240 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23153] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23153/stat : 23153 (java) S 23131 23134 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29763521 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139831578424232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1784.44
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.21 2.23 2.18 3/215 23286
/proc/meminfo: memFree=29777604/32872528 swapFree=1491540/1663236
[pid=23134] ppid=23131 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/23134/stat : 23134 (java) S 23131 23134 19710 0 -1 4202496 10523 0 1 0 179953 51 0 0 20 0 19 0 29763479 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 140735308676432 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23134/statm: 2406260 98128 2285 9 0 2396937 0
[pid=23134/tid=23136] ppid=23131 vsize=9625040 CPUtime=1792.79 cores=0,2,4,6
/proc/23134/task/23136/stat : 23136 (java) R 23131 23134 19710 0 -1 4202560 2490 0 1 0 179249 30 0 0 20 0 19 0 29763479 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832367456032 139832207234843 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23134/tid=23137] ppid=23131 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/23134/task/23137/stat : 23137 (java) S 23131 23134 19710 0 -1 4202560 85 0 0 0 10 2 0 0 20 0 19 0 29763481 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832328956200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23134/tid=23138] ppid=23131 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/23134/task/23138/stat : 23138 (java) S 23131 23134 19710 0 -1 4202560 179 0 0 0 18 2 0 0 20 0 19 0 29763481 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832327903400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23139] ppid=23131 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/23134/task/23139/stat : 23139 (java) S 23131 23134 19710 0 -1 4202560 121 0 0 0 20 3 0 0 20 0 19 0 29763481 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832326851112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23140] ppid=23131 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/23134/task/23140/stat : 23140 (java) S 23131 23134 19710 0 -1 4202560 44 0 0 0 13 3 0 0 20 0 19 0 29763481 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832325798312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23134/tid=23141] ppid=23131 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/23134/task/23141/stat : 23141 (java) S 23131 23134 19710 0 -1 4202560 223 0 0 0 14 3 0 0 20 0 19 0 29763481 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832206551848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23142] ppid=23131 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/23134/task/23142/stat : 23142 (java) S 23131 23134 19710 0 -1 4202560 180 0 0 0 12 3 0 0 20 0 19 0 29763481 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832205499048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23134/tid=23143] ppid=23131 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/23134/task/23143/stat : 23143 (java) S 23131 23134 19710 0 -1 4202560 50 0 0 0 16 3 0 0 20 0 19 0 29763481 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832204446760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23144] ppid=23131 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/23134/task/23144/stat : 23144 (java) S 23131 23134 19710 0 -1 4202560 58 0 0 0 18 4 0 0 20 0 19 0 29763481 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832203393960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23134/tid=23145] ppid=23131 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23134/task/23145/stat : 23145 (java) S 23131 23134 19710 0 -1 4202560 80 0 0 0 2 0 0 0 20 0 19 0 29763482 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832191195368 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23146] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23146/stat : 23146 (java) S 23131 23134 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29763482 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139831585793016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23147] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23147/stat : 23147 (java) S 23131 23134 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29763482 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139831584740616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23134/tid=23148] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23148/stat : 23148 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763485 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139831583689104 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23149] ppid=23131 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/23134/task/23149/stat : 23149 (java) S 23131 23134 19710 0 -1 4202560 2923 0 0 0 42 0 0 0 20 0 19 0 29763485 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139831582636728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23150] ppid=23131 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/23134/task/23150/stat : 23150 (java) S 23131 23134 19710 0 -1 4202560 2724 0 0 0 36 0 0 0 20 0 19 0 29763485 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139831581583928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23134/tid=23151] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23151/stat : 23151 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763485 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139831580531832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23134/tid=23152] ppid=23131 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/23134/task/23152/stat : 23152 (java) S 23131 23134 19710 0 -1 4202560 103 0 0 0 38 35 0 0 20 0 19 0 29763485 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139831579479240 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23153] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23153/stat : 23153 (java) S 23131 23134 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29763521 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139831578424232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 23134 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.9 s]
/proc/loadavg: 2.21 2.23 2.18 3/215 23286
/proc/meminfo: memFree=29777604/32872528 swapFree=1491540/1663236
[pid=23134] ppid=23131 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/23134/stat : 23134 (java) S 23131 23134 19710 0 -1 4202496 10523 0 1 0 179953 51 0 0 20 0 19 0 29763479 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 140735308676432 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23134/statm: 2406260 98128 2285 9 0 2396937 0
[pid=23134/tid=23136] ppid=23131 vsize=9625040 CPUtime=1792.79 cores=0,2,4,6
/proc/23134/task/23136/stat : 23136 (java) R 23131 23134 19710 0 -1 4202560 2490 0 1 0 179249 30 0 0 20 0 19 0 29763479 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832367456032 139832207234843 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23134/tid=23137] ppid=23131 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/23134/task/23137/stat : 23137 (java) S 23131 23134 19710 0 -1 4202560 85 0 0 0 10 2 0 0 20 0 19 0 29763481 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832328956200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23134/tid=23138] ppid=23131 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/23134/task/23138/stat : 23138 (java) S 23131 23134 19710 0 -1 4202560 179 0 0 0 18 2 0 0 20 0 19 0 29763481 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832327903400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23139] ppid=23131 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/23134/task/23139/stat : 23139 (java) S 23131 23134 19710 0 -1 4202560 121 0 0 0 20 3 0 0 20 0 19 0 29763481 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832326851112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23140] ppid=23131 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/23134/task/23140/stat : 23140 (java) S 23131 23134 19710 0 -1 4202560 44 0 0 0 13 3 0 0 20 0 19 0 29763481 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832325798312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23134/tid=23141] ppid=23131 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/23134/task/23141/stat : 23141 (java) S 23131 23134 19710 0 -1 4202560 223 0 0 0 14 3 0 0 20 0 19 0 29763481 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832206551848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23142] ppid=23131 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/23134/task/23142/stat : 23142 (java) S 23131 23134 19710 0 -1 4202560 180 0 0 0 12 3 0 0 20 0 19 0 29763481 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832205499048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23134/tid=23143] ppid=23131 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/23134/task/23143/stat : 23143 (java) S 23131 23134 19710 0 -1 4202560 50 0 0 0 16 3 0 0 20 0 19 0 29763481 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832204446760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23144] ppid=23131 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/23134/task/23144/stat : 23144 (java) S 23131 23134 19710 0 -1 4202560 58 0 0 0 18 4 0 0 20 0 19 0 29763481 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832203393960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23134/tid=23145] ppid=23131 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23134/task/23145/stat : 23145 (java) S 23131 23134 19710 0 -1 4202560 80 0 0 0 2 0 0 0 20 0 19 0 29763482 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139832191195368 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23146] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23146/stat : 23146 (java) S 23131 23134 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29763482 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139831585793016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23147] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23147/stat : 23147 (java) S 23131 23134 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29763482 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139831584740616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23134/tid=23148] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23148/stat : 23148 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763485 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139831583689104 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23149] ppid=23131 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/23134/task/23149/stat : 23149 (java) S 23131 23134 19710 0 -1 4202560 2923 0 0 0 42 0 0 0 20 0 19 0 29763485 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139831582636728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23150] ppid=23131 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/23134/task/23150/stat : 23150 (java) S 23131 23134 19710 0 -1 4202560 2724 0 0 0 36 0 0 0 20 0 19 0 29763485 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139831581583928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23134/tid=23151] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23151/stat : 23151 (java) S 23131 23134 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29763485 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139831580531832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23134/tid=23152] ppid=23131 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/23134/task/23152/stat : 23152 (java) S 23131 23134 19710 0 -1 4202560 103 0 0 0 38 35 0 0 20 0 19 0 29763485 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139831579479240 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23134/tid=23153] ppid=23131 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23134/task/23153/stat : 23153 (java) S 23131 23134 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29763521 9856040960 98128 33554432000 1073741824 1073778376 140735308685296 139831578424232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23134 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=69108
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=20844
# CPU time returned by wait4() is 1796.09
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.94
CPU time (s): 1800.04
CPU user time (s): 1799.53
CPU system time (s): 0.51
CPU usage (%): 100.117
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.07
system time used= 1.02084
maximum resident set size= 392628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10557
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38408
involuntary context switches= 4044

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0043 second user time and 13.152 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-26 20:54:12
IDJOB=4117153
IDBENCH=109559
IDSOLVER=2546
FILE ID=node134/4117153-1466967252
RUNJOBID= node134-1466945036-19726
PBS_JOBID= 19976362
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size160-round22-5.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117153-1466967252/watcher-4117153-1466967252 -o /tmp/evaluation-result-4117153-1466967252/solver-4117153-1466967252 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19726 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117153-1466967252.opb

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

MD5SUM BENCH= 75c43c1e8dd4ee0aa0fd4eb90cc8ead0
RANDOM SEED=1170707394

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.170
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.54
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.170
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.56
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.170
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.57
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.170
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	: 5317.19
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.170
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.170
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:        30142024 kB
Buffers:           30144 kB
Cached:           114168 kB
SwapCached:         1316 kB
Active:           245124 kB
Inactive:         120940 kB
Active(anon):     221500 kB
Inactive(anon):     2488 kB
Active(file):      23624 kB
Inactive(file):   118452 kB
Unevictable:     1663236 kB
Mlocked:         1491540 kB
SwapTotal:      67108856 kB
SwapFree:       67099128 kB
Dirty:              1248 kB
Writeback:             0 kB
AnonPages:       1885352 kB
Mapped:            15288 kB
Shmem:                 0 kB
Slab:             565716 kB
SReclaimable:       9288 kB
SUnreclaim:       556428 kB
KernelStack:        1640 kB
PageTables:         8092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2354864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    382976 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= 71692 MiB
End job on node134 at 2016-06-26 21:24:10