Trace number 4116121

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.73

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size128-round21-0.opb
MD5SUM9f8c3eda3a9e01f51a065bf79094fc86
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 benchmark37.8332
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7904
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints832
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.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@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-4116121-1466949069.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.69/0.40	c ... done. Wall clock time 0.283s.
0.69/0.40	c declared #vars     3968
0.69/0.40	c #constraints  9152
0.69/0.40	c constraints type 
0.69/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5958
0.69/0.40	c org.sat4j.specs.Constr$1 => 904
0.69/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
0.69/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1658
0.69/0.40	c 9152 constraints processed.
1.68/1.09	c cleaning 2497 clauses out of 5000 with flag 15550/5002
2.79/1.71	c cleaning 4250 clauses out of 8501 with flag 37781/11000
3.49/2.46	c cleaning 5626 clauses out of 11253 with flag 66703/18002
4.41/3.35	c cleaning 6807 clauses out of 13626 with flag 101295/26001
5.42/4.40	c cleaning 7903 clauses out of 15820 with flag 144318/35002
6.73/5.62	c cleaning 8951 clauses out of 17916 with flag 194530/45001
8.03/7.00	c cleaning 9968 clauses out of 19964 with flag 249898/56000
9.63/8.50	c cleaning 10993 clauses out of 21996 with flag 315577/68000
11.23/10.15	c cleaning 11986 clauses out of 24004 with flag 386363/81001
13.04/11.98	c cleaning 12979 clauses out of 26019 with flag 464800/95002
15.03/13.96	c cleaning 14017 clauses out of 28038 with flag 550937/110000
17.23/16.14	c cleaning 14989 clauses out of 30021 with flag 643793/126000
19.63/18.52	c cleaning 15977 clauses out of 32033 with flag 744686/143001
22.23/21.16	c cleaning 17009 clauses out of 34056 with flag 851859/161001
25.04/23.90	c cleaning 17996 clauses out of 36047 with flag 967894/180001
27.94/26.83	c cleaning 18979 clauses out of 38050 with flag 1091159/200000
31.04/29.92	c cleaning 20034 clauses out of 40071 with flag 1221229/221000
34.44/33.31	c cleaning 21012 clauses out of 42037 with flag 1357550/243000
38.03/36.99	c cleaning 22004 clauses out of 44025 with flag 1501990/266000
42.03/40.94	c cleaning 22993 clauses out of 46022 with flag 1652352/290001
46.25/45.15	c cleaning 23979 clauses out of 48028 with flag 1811528/315000
50.84/49.73	c cleaning 24990 clauses out of 50049 with flag 1976849/341000
55.44/54.37	c cleaning 26019 clauses out of 52060 with flag 2152158/368001
60.24/59.19	c cleaning 26997 clauses out of 54040 with flag 2331138/396000
65.25/64.14	c cleaning 27996 clauses out of 56043 with flag 2520714/425000
70.06/68.95	c cleaning 29017 clauses out of 58047 with flag 2714065/455000
75.16/74.02	c cleaning 29995 clauses out of 60031 with flag 2914192/486001
80.46/79.35	c cleaning 31011 clauses out of 62036 with flag 3125670/518001
86.05/84.94	c cleaning 31978 clauses out of 64025 with flag 3341588/551001
91.85/90.77	c cleaning 33014 clauses out of 66047 with flag 3564927/585001
98.24/97.10	c cleaning 33967 clauses out of 68033 with flag 3797823/620001
105.03/103.95	c cleaning 35008 clauses out of 70065 with flag 4036871/656000
111.93/110.86	c cleaning 36012 clauses out of 72057 with flag 4282500/693000
119.24/118.15	c cleaning 37000 clauses out of 74046 with flag 4535736/731001
126.83/125.79	c cleaning 38015 clauses out of 76045 with flag 4794923/770000
134.63/133.57	c cleaning 39010 clauses out of 78031 with flag 5063692/810001
142.83/141.76	c cleaning 39995 clauses out of 80021 with flag 5338410/851001
151.63/150.59	c cleaning 40985 clauses out of 82025 with flag 5620229/893000
160.50/159.34	c cleaning 41994 clauses out of 84041 with flag 5905258/936001
169.20/168.09	c cleaning 42997 clauses out of 86047 with flag 6199804/980001
178.21/177.09	c cleaning 43996 clauses out of 88049 with flag 6499072/1025000
187.70/186.59	c cleaning 44990 clauses out of 90055 with flag 6807758/1071002
197.50/196.32	c cleaning 46010 clauses out of 92063 with flag 7119942/1118000
207.50/206.39	c cleaning 47003 clauses out of 94053 with flag 7444883/1166000
218.40/217.21	c cleaning 47992 clauses out of 96050 with flag 7776387/1215000
229.51/228.31	c cleaning 49012 clauses out of 98058 with flag 8112998/1265000
241.32/240.17	c cleaning 50002 clauses out of 100046 with flag 8455012/1316000
253.31/252.12	c cleaning 50995 clauses out of 102046 with flag 8806751/1368002
265.48/264.24	c cleaning 51997 clauses out of 104050 with flag 9165488/1421001
277.67/276.49	c cleaning 53005 clauses out of 106053 with flag 9527297/1475001
290.57/289.35	c cleaning 54007 clauses out of 108049 with flag 9899271/1530002
303.88/302.67	c cleaning 55000 clauses out of 110041 with flag 10273633/1586001
317.76/316.50	c cleaning 55995 clauses out of 112040 with flag 10656200/1643000
332.15/330.93	c cleaning 57002 clauses out of 114046 with flag 11046231/1701001
346.85/345.64	c cleaning 58005 clauses out of 116043 with flag 11448333/1760000
362.25/361.01	c cleaning 59012 clauses out of 118038 with flag 11852177/1820000
378.03/376.82	c cleaning 59994 clauses out of 120026 with flag 12262162/1881000
393.66/392.41	c cleaning 61008 clauses out of 122032 with flag 12682467/1943000
409.37/408.12	c cleaning 61983 clauses out of 124024 with flag 13104897/2006000
425.96/424.72	c cleaning 63001 clauses out of 126042 with flag 13535642/2070001
442.46/441.29	c cleaning 64015 clauses out of 128040 with flag 13973535/2135000
459.87/458.70	c cleaning 64993 clauses out of 130026 with flag 14420448/2201001
477.97/476.74	c cleaning 66005 clauses out of 132033 with flag 14873906/2268001
496.45/495.30	c cleaning 66980 clauses out of 134027 with flag 15331731/2336000
515.09/513.85	c cleaning 68003 clauses out of 136048 with flag 15796370/2405001
534.29/533.07	c cleaning 68998 clauses out of 138044 with flag 16266262/2475000
554.19/552.93	c cleaning 69991 clauses out of 140046 with flag 16740454/2546000
574.40/573.14	c cleaning 70995 clauses out of 142055 with flag 17223868/2618000
595.10/593.88	c cleaning 72021 clauses out of 144063 with flag 17715004/2691003
616.90/615.66	c cleaning 72980 clauses out of 146039 with flag 18215587/2765000
638.57/637.28	c cleaning 73996 clauses out of 148059 with flag 18721475/2840000
660.48/659.18	c cleaning 75021 clauses out of 150063 with flag 19235262/2916000
682.78/681.48	c cleaning 75998 clauses out of 152043 with flag 19753207/2993001
706.39/705.05	c cleaning 77001 clauses out of 154044 with flag 20282082/3071000
730.19/728.89	c cleaning 78004 clauses out of 156044 with flag 20811024/3150001
754.70/753.32	c cleaning 79009 clauses out of 158039 with flag 21346516/3230000
779.38/777.98	c cleaning 80002 clauses out of 160032 with flag 21890000/3311002
804.78/803.33	c cleaning 81001 clauses out of 162028 with flag 22439253/3393000
830.90/829.44	c cleaning 81993 clauses out of 164028 with flag 23000726/3476001
857.79/856.39	c cleaning 82990 clauses out of 166037 with flag 23566117/3560003
885.21/883.76	c cleaning 83990 clauses out of 168044 with flag 24138766/3645000
912.89/911.36	c cleaning 85019 clauses out of 170054 with flag 24716378/3731000
941.40/939.80	c cleaning 85999 clauses out of 172035 with flag 25300003/3818000
970.92/969.32	c cleaning 86997 clauses out of 174038 with flag 25887372/3906002
1000.02/998.45	c cleaning 88004 clauses out of 176039 with flag 26479144/3995000
1030.43/1028.76	c cleaning 88980 clauses out of 178035 with flag 27086163/4085000
1061.04/1059.37	c cleaning 90013 clauses out of 180056 with flag 27701626/4176001
1092.85/1091.10	c cleaning 91012 clauses out of 182043 with flag 28319687/4268001
1125.25/1123.54	c cleaning 92002 clauses out of 184031 with flag 28939420/4361001
1158.78/1156.98	c cleaning 92958 clauses out of 186028 with flag 29569525/4455000
1192.78/1190.93	c cleaning 93990 clauses out of 188071 with flag 30205464/4550001
1227.48/1225.66	c cleaning 95014 clauses out of 190082 with flag 30843675/4646002
1263.70/1261.81	c cleaning 96016 clauses out of 192067 with flag 31497843/4743001
1300.30/1298.32	c cleaning 96998 clauses out of 194050 with flag 32153284/4841000
1337.00/1335.02	c cleaning 98000 clauses out of 196052 with flag 32818163/4940000
1375.09/1373.13	c cleaning 98986 clauses out of 198053 with flag 33486590/5040001
1414.20/1412.20	c cleaning 99969 clauses out of 200066 with flag 34162496/5141000
1453.47/1451.44	c cleaning 101007 clauses out of 202098 with flag 34838480/5243001
1493.80/1491.78	c cleaning 102015 clauses out of 204090 with flag 35518860/5346000
1534.69/1532.62	c cleaning 103019 clauses out of 206075 with flag 36213868/5450000
1576.25/1574.08	c cleaning 104024 clauses out of 208057 with flag 36913101/5555001
1618.56/1616.33	c cleaning 104992 clauses out of 210034 with flag 37616572/5661002
1661.38/1659.13	c cleaning 105969 clauses out of 212041 with flag 38331244/5768001
1705.85/1703.52	c cleaning 107016 clauses out of 214071 with flag 39048689/5876000
1750.95/1748.67	c cleaning 107997 clauses out of 216056 with flag 39777921/5985001
1797.14/1794.82	c cleaning 109020 clauses out of 218058 with flag 40511530/6095000
1800.04/1797.70	c starts		: 61945
1800.04/1797.70	c conflicts		: 6105102
1800.04/1797.70	c decisions		: 58228870
1800.04/1797.70	c propagations		: 854258506
1800.04/1797.70	c inspects		: 25655964864
1800.04/1797.70	c shortcuts		: 0
1800.04/1797.70	c learnt literals	: 2
1800.04/1797.70	c learnt binary clauses	: 60
1800.04/1797.70	c learnt ternary clauses	: 871
1800.04/1797.70	c learnt constraints	: 6105100
1800.04/1797.70	c ignored constraints	: 0
1800.04/1797.70	c root simplifications	: 0
1800.04/1797.70	c removed literals (reason simplification)	: 0
1800.04/1797.70	c reason swapping (by a shorter reason)	: 0
1800.04/1797.70	c Calls to reduceDB	: 106
1800.04/1797.70	c Number of update (reduction) of LBD	: 1289177
1800.04/1797.70	c Imported unit clauses	: 0
1800.04/1797.70	c number of reductions to clauses (during analyze)	: 0
1800.04/1797.70	c number of learned constraints concerned by reduction	: 0
1800.04/1797.70	c number of learning phase by resolution	: 0
1800.04/1797.70	c number of learning phase by cutting planes	: 0
1800.04/1797.70	c speed (assignments/second)	: 475301.27485743887
1800.04/1797.70	c non guided choices	6004
1800.04/1797.70	c timeout
1800.04/1797.73	c learnt constraints type 
1800.04/1797.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 60
1800.04/1797.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 119080
1800.04/1797.73	s UNKNOWN
1800.04/1797.73	c Total wall clock time (in seconds): 1797.614

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

pid=20995
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.17 2.19 2.18 3/196 20998
/proc/meminfo: memFree=30194712/32872528 swapFree=1491540/1663236
[pid=20998] ppid=20995 vsize=2504 CPUtime=0 cores=1,3,5,7
/proc/20998/stat : 20998 (java) R 20995 20998 19710 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 27945217 2564096 47 33554432000 1073741824 1073778376 140736391253408 140736391250536 273896538577 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20998/statm: 892 49 38 9 0 30 0

[startup+0.100018 s]
/proc/loadavg: 2.17 2.19 2.18 3/196 20998
/proc/meminfo: memFree=30194712/32872528 swapFree=1491540/1663236
[pid=20998] ppid=20995 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/20998/stat : 20998 (java) S 20995 20998 19710 0 -1 4202496 4399 0 1 0 8 1 0 0 20 0 18 0 27945217 9787879424 6021 33554432000 1073741824 1073778376 140736391253408 140736391244544 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20998/statm: 2389619 6021 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 2.17 2.19 2.18 3/196 20998
/proc/meminfo: memFree=30194712/32872528 swapFree=1491540/1663236
[pid=20998] ppid=20995 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/20998/stat : 20998 (java) S 20995 20998 19710 0 -1 4202496 4953 0 1 0 24 1 0 0 20 0 18 0 27945217 9787879424 7000 33554432000 1073741824 1073778376 140736391253408 140736391244544 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20998/statm: 2389619 7001 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300239 s]
/proc/loadavg: 2.17 2.19 2.18 3/196 20998
/proc/meminfo: memFree=30194712/32872528 swapFree=1491540/1663236
[pid=20998] ppid=20995 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/20998/stat : 20998 (java) S 20995 20998 19710 0 -1 4202496 5781 0 1 0 47 2 0 0 20 0 18 0 27945217 9787879424 8991 33554432000 1073741824 1073778376 140736391253408 140736391244544 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20998/statm: 2389619 8991 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700203 s]
/proc/loadavg: 2.17 2.19 2.18 3/196 20998
/proc/meminfo: memFree=30194712/32872528 swapFree=1491540/1663236
[pid=20998] ppid=20995 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/20998/stat : 20998 (java) S 20995 20998 19710 0 -1 4202496 8669 0 1 0 132 3 0 0 20 0 19 0 27945217 9856040960 14622 33554432000 1073741824 1073778376 140736391253408 140736391244544 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20998/statm: 2406260 14622 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9625040

[startup+1.50088 s]
/proc/loadavg: 2.17 2.19 2.18 4/215 21017
/proc/meminfo: memFree=30143380/32872528 swapFree=1491540/1663236
[pid=20998] ppid=20995 vsize=9625040 CPUtime=2.57 cores=1,3,5,7
/proc/20998/stat : 20998 (java) S 20995 20998 19710 0 -1 4202496 14877 0 1 0 253 4 0 0 20 0 19 0 27945217 9856040960 18967 33554432000 1073741824 1073778376 140736391253408 140736391244544 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20998/statm: 2406260 18967 2270 9 0 2396937 0
[pid=20998/tid=21000] ppid=20995 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/20998/task/21000/stat : 21000 (java) R 20995 20998 19710 0 -1 4202560 2415 0 1 0 143 2 0 0 20 0 19 0 27945218 9856040960 18967 33554432000 1073741824 1073778376 140736391253408 139911081865448 139910925866623 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21001] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21001/stat : 21001 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945220 9856040960 18967 33554432000 1073741824 1073778376 140736391253408 139910925248808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21002] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21002/stat : 21002 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945220 9856040960 18967 33554432000 1073741824 1073778376 140736391253408 139910924196008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20998/tid=21003] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21003/stat : 21003 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945220 9856040960 18967 33554432000 1073741824 1073778376 140736391253408 139910923143720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20998/tid=21004] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21004/stat : 21004 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945220 9856040960 18967 33554432000 1073741824 1073778376 140736391253408 139910922090920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20998/tid=21005] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21005/stat : 21005 (java) S 20995 20998 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27945220 9856040960 18967 33554432000 1073741824 1073778376 140736391253408 139910921038632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21006] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21006/stat : 21006 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945220 9856040960 18967 33554432000 1073741824 1073778376 140736391253408 139910919985832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20998/tid=21007] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21007/stat : 21007 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945220 9856040960 18967 33554432000 1073741824 1073778376 140736391253408 139910918933544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20998/tid=21008] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21008/stat : 21008 (java) S 20995 20998 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27945220 9856040960 18967 33554432000 1073741824 1073778376 140736391253408 139910917880744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21009] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21009/stat : 21009 (java) S 20995 20998 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27945221 9856040960 18967 33554432000 1073741824 1073778376 140736391253408 139910435551464 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21010] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21010/stat : 21010 (java) S 20995 20998 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27945221 9856040960 18967 33554432000 1073741824 1073778376 140736391253408 139910434497528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21011] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21011/stat : 21011 (java) S 20995 20998 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27945221 9856040960 18967 33554432000 1073741824 1073778376 140736391253408 139910433445128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21012] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21012/stat : 21012 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945224 9856040960 18967 33554432000 1073741824 1073778376 140736391253408 139910432393616 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21013] ppid=20995 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/20998/task/21013/stat : 21013 (java) S 20995 20998 19710 0 -1 4202560 3004 0 0 0 38 0 0 0 20 0 19 0 27945224 9856040960 18967 33554432000 1073741824 1073778376 140736391253408 139910431341240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20998/tid=21014] ppid=20995 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/20998/task/21014/stat : 21014 (java) S 20995 20998 19710 0 -1 4202560 8181 0 0 0 67 2 0 0 20 0 19 0 27945224 9856040960 18967 33554432000 1073741824 1073778376 140736391253408 139910430288440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20998/tid=21015] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21015/stat : 21015 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945224 9856040960 18967 33554432000 1073741824 1073778376 140736391253408 139910429236344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20998/tid=21016] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21016/stat : 21016 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945224 9856040960 18967 33554432000 1073741824 1073778376 140736391253408 139910428183752 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21017] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21017/stat : 21017 (java) S 20995 20998 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27945258 9856040960 18967 33554432000 1073741824 1073778376 140736391253408 139910427128744 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.17 2.19 2.18 3/215 21017
/proc/meminfo: memFree=30124840/32872528 swapFree=1491540/1663236
[pid=20998] ppid=20995 vsize=9625040 CPUtime=4.2 cores=1,3,5,7
/proc/20998/stat : 20998 (java) S 20995 20998 19710 0 -1 4202496 14880 0 1 0 416 4 0 0 20 0 19 0 27945217 9856040960 19991 33554432000 1073741824 1073778376 140736391253408 140736391244544 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20998/statm: 2406260 19991 2270 9 0 2396937 0
[pid=20998/tid=21000] ppid=20995 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/20998/task/21000/stat : 21000 (java) R 20995 20998 19710 0 -1 4202560 2418 0 1 0 303 2 0 0 20 0 19 0 27945218 9856040960 19991 33554432000 1073741824 1073778376 140736391253408 139911081856720 139910925866083 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20998/tid=21001] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21001/stat : 21001 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945220 9856040960 19991 33554432000 1073741824 1073778376 140736391253408 139910925248808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21002] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21002/stat : 21002 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945220 9856040960 19991 33554432000 1073741824 1073778376 140736391253408 139910924196008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20998/tid=21003] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21003/stat : 21003 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945220 9856040960 19991 33554432000 1073741824 1073778376 140736391253408 139910923143720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20998/tid=21004] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21004/stat : 21004 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945220 9856040960 19991 33554432000 1073741824 1073778376 140736391253408 139910922090920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20998/tid=21005] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21005/stat : 21005 (java) S 20995 20998 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27945220 9856040960 19991 33554432000 1073741824 1073778376 140736391253408 139910921038632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21006] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21006/stat : 21006 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945220 9856040960 19991 33554432000 1073741824 1073778376 140736391253408 139910919985832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20998/tid=21007] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21007/stat : 21007 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945220 9856040960 19991 33554432000 1073741824 1073778376 140736391253408 139910918933544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20998/tid=21008] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21008/stat : 21008 (java) S 20995 20998 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27945220 9856040960 19991 33554432000 1073741824 1073778376 140736391253408 139910917880744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21009] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21009/stat : 21009 (java) S 20995 20998 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27945221 9856040960 19991 33554432000 1073741824 1073778376 140736391253408 139910435551464 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21010] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21010/stat : 21010 (java) S 20995 20998 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27945221 9856040960 19991 33554432000 1073741824 1073778376 140736391253408 139910434497528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21011] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21011/stat : 21011 (java) S 20995 20998 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27945221 9856040960 19991 33554432000 1073741824 1073778376 140736391253408 139910433445128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21012] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21012/stat : 21012 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945224 9856040960 19991 33554432000 1073741824 1073778376 140736391253408 139910432393616 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21013] ppid=20995 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/20998/task/21013/stat : 21013 (java) S 20995 20998 19710 0 -1 4202560 3004 0 0 0 40 0 0 0 20 0 19 0 27945224 9856040960 19991 33554432000 1073741824 1073778376 140736391253408 139910431341240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20998/tid=21014] ppid=20995 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/20998/task/21014/stat : 21014 (java) S 20995 20998 19710 0 -1 4202560 8181 0 0 0 70 2 0 0 20 0 19 0 27945224 9856040960 19991 33554432000 1073741824 1073778376 140736391253408 139910430288440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20998/tid=21015] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21015/stat : 21015 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945224 9856040960 19991 33554432000 1073741824 1073778376 140736391253408 139910429236344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20998/tid=21016] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21016/stat : 21016 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945224 9856040960 19991 33554432000 1073741824 1073778376 140736391253408 139910428183752 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21017] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21017/stat : 21017 (java) S 20995 20998 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27945258 9856040960 19991 33554432000 1073741824 1073778376 140736391253408 139910427128744 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 9625040

[startup+6.3009 s]
/proc/loadavg: 2.15 2.19 2.18 3/215 21017
/proc/meminfo: memFree=30121812/32872528 swapFree=1491540/1663236
[pid=20998] ppid=20995 vsize=9625040 CPUtime=7.43 cores=1,3,5,7
/proc/20998/stat : 20998 (java) S 20995 20998 19710 0 -1 4202496 14885 0 1 0 738 5 0 0 20 0 19 0 27945217 9856040960 20628 33554432000 1073741824 1073778376 140736391253408 140736391244544 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20998/statm: 2406260 20628 2271 9 0 2396937 0
[pid=20998/tid=21000] ppid=20995 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/20998/task/21000/stat : 21000 (java) R 20995 20998 19710 0 -1 4202560 2422 0 1 0 621 2 0 0 20 0 19 0 27945218 9856040960 20628 33554432000 1073741824 1073778376 140736391253408 139911081856704 139910926000394 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20998/tid=21001] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21001/stat : 21001 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945220 9856040960 20628 33554432000 1073741824 1073778376 140736391253408 139910925248808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21002] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21002/stat : 21002 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945220 9856040960 20628 33554432000 1073741824 1073778376 140736391253408 139910924196008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20998/tid=21003] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21003/stat : 21003 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945220 9856040960 20628 33554432000 1073741824 1073778376 140736391253408 139910923143720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20998/tid=21004] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21004/stat : 21004 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945220 9856040960 20628 33554432000 1073741824 1073778376 140736391253408 139910922090920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20998/tid=21005] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21005/stat : 21005 (java) S 20995 20998 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27945220 9856040960 20628 33554432000 1073741824 1073778376 140736391253408 139910921038632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21006] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21006/stat : 21006 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945220 9856040960 20628 33554432000 1073741824 1073778376 140736391253408 139910919985832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20998/tid=21007] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21007/stat : 21007 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945220 9856040960 20628 33554432000 1073741824 1073778376 140736391253408 139910918933544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20998/tid=21008] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21008/stat : 21008 (java) S 20995 20998 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27945220 9856040960 20628 33554432000 1073741824 1073778376 140736391253408 139910917880744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21009] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21009/stat : 21009 (java) S 20995 20998 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27945221 9856040960 20628 33554432000 1073741824 1073778376 140736391253408 139910435551464 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21010] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21010/stat : 21010 (java) S 20995 20998 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27945221 9856040960 20628 33554432000 1073741824 1073778376 140736391253408 139910434497528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21011] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21011/stat : 21011 (java) S 20995 20998 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27945221 9856040960 20628 33554432000 1073741824 1073778376 140736391253408 139910433445128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21012] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21012/stat : 21012 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945224 9856040960 20628 33554432000 1073741824 1073778376 140736391253408 139910432393616 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21013] ppid=20995 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/20998/task/21013/stat : 21013 (java) S 20995 20998 19710 0 -1 4202560 3004 0 0 0 41 0 0 0 20 0 19 0 27945224 9856040960 20628 33554432000 1073741824 1073778376 140736391253408 139910431341240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20998/tid=21014] ppid=20995 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/20998/task/21014/stat : 21014 (java) S 20995 20998 19710 0 -1 4202560 8181 0 0 0 71 2 0 0 20 0 19 0 27945224 9856040960 20628 33554432000 1073741824 1073778376 140736391253408 139910430288440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20998/tid=21015] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21015/stat : 21015 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945224 9856040960 20628 33554432000 1073741824 1073778376 140736391253408 139910429236344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20998/tid=21016] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21016/stat : 21016 (java) S 20995 20998 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27945224 9856040960 20628 33554432000 1073741824 1073778376 140736391253408 139910428183752 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21017] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21017/stat : 21017 (java) S 20995 20998 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27945258 9856040960 20628 33554432000 1073741824 1073778376 140736391253408 139910427128744 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 9625040


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

[pid=20998/tid=21017] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21017/stat : 21017 (java) S 20995 20998 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27945258 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910427128744 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1724.64
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.29 2.26 2.21 3/216 21277
/proc/meminfo: memFree=29816576/32872528 swapFree=1491540/1663236
[pid=20998] ppid=20995 vsize=9625040 CPUtime=1784.64 cores=1,3,5,7
/proc/20998/stat : 20998 (java) S 20995 20998 19710 0 -1 4202496 16677 0 1 0 178398 66 0 0 20 0 19 0 27945217 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 140736391244544 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20998/statm: 2406260 95469 2285 9 0 2396937 0
[pid=20998/tid=21000] ppid=20995 vsize=9625040 CPUtime=1777.03 cores=1,3,5,7
/proc/20998/task/21000/stat : 21000 (java) R 20995 20998 19710 0 -1 4202560 2482 0 1 0 177671 32 0 0 20 0 19 0 27945218 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139911081856800 139910925904997 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21001] ppid=20995 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20998/task/21001/stat : 21001 (java) S 20995 20998 19710 0 -1 4202560 279 0 0 0 16 4 0 0 20 0 19 0 27945220 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910925248808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20998/tid=21002] ppid=20995 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/20998/task/21002/stat : 21002 (java) S 20995 20998 19710 0 -1 4202560 36 0 0 0 10 2 0 0 20 0 19 0 27945220 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910924196008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20998/tid=21003] ppid=20995 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/20998/task/21003/stat : 21003 (java) S 20995 20998 19710 0 -1 4202560 198 0 0 0 11 3 0 0 20 0 19 0 27945220 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910923143720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20998/tid=21004] ppid=20995 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/20998/task/21004/stat : 21004 (java) S 20995 20998 19710 0 -1 4202560 247 0 0 0 16 3 0 0 20 0 19 0 27945220 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910922090920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21005] ppid=20995 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/20998/task/21005/stat : 21005 (java) S 20995 20998 19710 0 -1 4202560 124 0 0 0 12 2 0 0 20 0 19 0 27945220 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910921038632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20998/tid=21006] ppid=20995 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20998/task/21006/stat : 21006 (java) S 20995 20998 19710 0 -1 4202560 260 0 0 0 17 3 0 0 20 0 19 0 27945220 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910919985832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20998/tid=21007] ppid=20995 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/20998/task/21007/stat : 21007 (java) S 20995 20998 19710 0 -1 4202560 225 0 0 0 15 3 0 0 20 0 19 0 27945220 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910918933544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21008] ppid=20995 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/20998/task/21008/stat : 21008 (java) S 20995 20998 19710 0 -1 4202560 96 0 0 0 15 2 0 0 20 0 19 0 27945220 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910917880744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20998/tid=21009] ppid=20995 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/20998/task/21009/stat : 21009 (java) S 20995 20998 19710 0 -1 4202560 60 0 0 0 1 2 0 0 20 0 19 0 27945221 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910435551464 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21010] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21010/stat : 21010 (java) S 20995 20998 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27945221 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910434497528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21011] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21011/stat : 21011 (java) S 20995 20998 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27945221 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910433445128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21012] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21012/stat : 21012 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945224 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910432393616 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21013] ppid=20995 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/20998/task/21013/stat : 21013 (java) S 20995 20998 19710 0 -1 4202560 3123 0 0 0 43 1 0 0 20 0 19 0 27945224 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910431341240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20998/tid=21014] ppid=20995 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/20998/task/21014/stat : 21014 (java) S 20995 20998 19710 0 -1 4202560 8181 0 0 0 71 2 0 0 20 0 19 0 27945224 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910430288440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20998/tid=21015] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21015/stat : 21015 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945224 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910429236344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20998/tid=21016] ppid=20995 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/20998/task/21016/stat : 21016 (java) S 20995 20998 19710 0 -1 4202560 104 0 0 0 33 42 0 0 20 0 19 0 27945224 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910428183752 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20998/tid=21017] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21017/stat : 21017 (java) S 20995 20998 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27945258 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910427128744 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1784.64
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.23 2.25 2.20 3/215 21277
/proc/meminfo: memFree=29816668/32872528 swapFree=1491540/1663236
[pid=20998] ppid=20995 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/20998/stat : 20998 (java) S 20995 20998 19710 0 -1 4202496 16677 0 1 0 179938 66 0 0 20 0 19 0 27945217 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 140736391244544 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20998/statm: 2406260 95469 2285 9 0 2396937 0
[pid=20998/tid=21000] ppid=20995 vsize=9625040 CPUtime=1792.38 cores=1,3,5,7
/proc/20998/task/21000/stat : 21000 (java) R 20995 20998 19710 0 -1 4202560 2482 0 1 0 179206 32 0 0 20 0 19 0 27945218 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139911081856800 139910926000394 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21001] ppid=20995 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20998/task/21001/stat : 21001 (java) S 20995 20998 19710 0 -1 4202560 279 0 0 0 16 4 0 0 20 0 19 0 27945220 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910925248808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20998/tid=21002] ppid=20995 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/20998/task/21002/stat : 21002 (java) S 20995 20998 19710 0 -1 4202560 36 0 0 0 10 2 0 0 20 0 19 0 27945220 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910924196008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20998/tid=21003] ppid=20995 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/20998/task/21003/stat : 21003 (java) S 20995 20998 19710 0 -1 4202560 198 0 0 0 11 3 0 0 20 0 19 0 27945220 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910923143720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20998/tid=21004] ppid=20995 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/20998/task/21004/stat : 21004 (java) S 20995 20998 19710 0 -1 4202560 247 0 0 0 16 3 0 0 20 0 19 0 27945220 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910922090920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21005] ppid=20995 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/20998/task/21005/stat : 21005 (java) S 20995 20998 19710 0 -1 4202560 124 0 0 0 12 2 0 0 20 0 19 0 27945220 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910921038632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20998/tid=21006] ppid=20995 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20998/task/21006/stat : 21006 (java) S 20995 20998 19710 0 -1 4202560 260 0 0 0 17 3 0 0 20 0 19 0 27945220 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910919985832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20998/tid=21007] ppid=20995 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/20998/task/21007/stat : 21007 (java) S 20995 20998 19710 0 -1 4202560 225 0 0 0 15 3 0 0 20 0 19 0 27945220 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910918933544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21008] ppid=20995 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/20998/task/21008/stat : 21008 (java) S 20995 20998 19710 0 -1 4202560 96 0 0 0 15 2 0 0 20 0 19 0 27945220 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910917880744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20998/tid=21009] ppid=20995 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/20998/task/21009/stat : 21009 (java) S 20995 20998 19710 0 -1 4202560 60 0 0 0 1 2 0 0 20 0 19 0 27945221 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910435551464 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21010] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21010/stat : 21010 (java) S 20995 20998 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27945221 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910434497528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21011] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21011/stat : 21011 (java) S 20995 20998 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27945221 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910433445128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21012] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21012/stat : 21012 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945224 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910432393616 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21013] ppid=20995 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/20998/task/21013/stat : 21013 (java) S 20995 20998 19710 0 -1 4202560 3123 0 0 0 43 1 0 0 20 0 19 0 27945224 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910431341240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20998/tid=21014] ppid=20995 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/20998/task/21014/stat : 21014 (java) S 20995 20998 19710 0 -1 4202560 8181 0 0 0 71 2 0 0 20 0 19 0 27945224 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910430288440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20998/tid=21015] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21015/stat : 21015 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945224 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910429236344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20998/tid=21016] ppid=20995 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/20998/task/21016/stat : 21016 (java) S 20995 20998 19710 0 -1 4202560 104 0 0 0 33 43 0 0 20 0 19 0 27945224 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910428183752 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20998/tid=21017] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21017/stat : 21017 (java) S 20995 20998 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27945258 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910427128744 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 20998 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.7 s]
/proc/loadavg: 2.23 2.25 2.20 3/215 21277
/proc/meminfo: memFree=29816668/32872528 swapFree=1491540/1663236
[pid=20998] ppid=20995 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/20998/stat : 20998 (java) S 20995 20998 19710 0 -1 4202496 16677 0 1 0 179938 66 0 0 20 0 19 0 27945217 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 140736391244544 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20998/statm: 2406260 95469 2285 9 0 2396937 0
[pid=20998/tid=21000] ppid=20995 vsize=9625040 CPUtime=1792.38 cores=1,3,5,7
/proc/20998/task/21000/stat : 21000 (java) R 20995 20998 19710 0 -1 4202560 2482 0 1 0 179206 32 0 0 20 0 19 0 27945218 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139911081856800 139910926000394 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21001] ppid=20995 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20998/task/21001/stat : 21001 (java) S 20995 20998 19710 0 -1 4202560 279 0 0 0 16 4 0 0 20 0 19 0 27945220 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910925248808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20998/tid=21002] ppid=20995 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/20998/task/21002/stat : 21002 (java) S 20995 20998 19710 0 -1 4202560 36 0 0 0 10 2 0 0 20 0 19 0 27945220 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910924196008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20998/tid=21003] ppid=20995 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/20998/task/21003/stat : 21003 (java) S 20995 20998 19710 0 -1 4202560 198 0 0 0 11 3 0 0 20 0 19 0 27945220 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910923143720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20998/tid=21004] ppid=20995 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/20998/task/21004/stat : 21004 (java) S 20995 20998 19710 0 -1 4202560 247 0 0 0 16 3 0 0 20 0 19 0 27945220 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910922090920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21005] ppid=20995 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/20998/task/21005/stat : 21005 (java) S 20995 20998 19710 0 -1 4202560 124 0 0 0 12 2 0 0 20 0 19 0 27945220 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910921038632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20998/tid=21006] ppid=20995 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20998/task/21006/stat : 21006 (java) S 20995 20998 19710 0 -1 4202560 260 0 0 0 17 3 0 0 20 0 19 0 27945220 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910919985832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20998/tid=21007] ppid=20995 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/20998/task/21007/stat : 21007 (java) S 20995 20998 19710 0 -1 4202560 225 0 0 0 15 3 0 0 20 0 19 0 27945220 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910918933544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21008] ppid=20995 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/20998/task/21008/stat : 21008 (java) S 20995 20998 19710 0 -1 4202560 96 0 0 0 15 2 0 0 20 0 19 0 27945220 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910917880744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20998/tid=21009] ppid=20995 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/20998/task/21009/stat : 21009 (java) S 20995 20998 19710 0 -1 4202560 60 0 0 0 1 2 0 0 20 0 19 0 27945221 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910435551464 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21010] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21010/stat : 21010 (java) S 20995 20998 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27945221 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910434497528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21011] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21011/stat : 21011 (java) S 20995 20998 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27945221 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910433445128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21012] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21012/stat : 21012 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945224 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910432393616 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20998/tid=21013] ppid=20995 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/20998/task/21013/stat : 21013 (java) S 20995 20998 19710 0 -1 4202560 3123 0 0 0 43 1 0 0 20 0 19 0 27945224 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910431341240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20998/tid=21014] ppid=20995 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/20998/task/21014/stat : 21014 (java) S 20995 20998 19710 0 -1 4202560 8181 0 0 0 71 2 0 0 20 0 19 0 27945224 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910430288440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20998/tid=21015] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21015/stat : 21015 (java) S 20995 20998 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27945224 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910429236344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20998/tid=21016] ppid=20995 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/20998/task/21016/stat : 21016 (java) S 20995 20998 19710 0 -1 4202560 104 0 0 0 33 43 0 0 20 0 19 0 27945224 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910428183752 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20998/tid=21017] ppid=20995 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20998/task/21017/stat : 21017 (java) S 20995 20998 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27945258 9856040960 95469 33554432000 1073741824 1073778376 140736391253408 139910427128744 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 20998 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=818146
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=181820
# CPU time returned by wait4() is 1796
# 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.73
CPU time (s): 1800.04
CPU user time (s): 1799.38
CPU system time (s): 0.66
CPU usage (%): 100.128
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.82
system time used= 1.18182
maximum resident set size= 387076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16712
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38436
involuntary context switches= 10783

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2241 second user time and 16.5255 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-26 15:51:09
IDJOB=4116121
IDBENCH=109430
IDSOLVER=2546
FILE ID=node134/4116121-1466949069
RUNJOBID= node134-1466945036-19727
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-size128-round21-0.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116121-1466949069/watcher-4116121-1466949069 -o /tmp/evaluation-result-4116121-1466949069/solver-4116121-1466949069 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19727 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116121-1466949069.opb

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

MD5SUM BENCH= 9f8c3eda3a9e01f51a065bf79094fc86
RANDOM SEED=494700429

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:        30195356 kB
Buffers:            9868 kB
Cached:           107516 kB
SwapCached:         1316 kB
Active:           214340 kB
Inactive:          96464 kB
Active(anon):     193344 kB
Inactive(anon):     2484 kB
Active(file):      20996 kB
Inactive(file):    93980 kB
Unevictable:     1663236 kB
Mlocked:         1491540 kB
SwapTotal:      67108856 kB
SwapFree:       67099124 kB
Dirty:               804 kB
Writeback:             0 kB
AnonPages:       1821832 kB
Mapped:            15392 kB
Shmem:                 0 kB
Slab:             564696 kB
SReclaimable:       8496 kB
SUnreclaim:       556200 kB
KernelStack:        1776 kB
PageTables:         7940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2352340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    303104 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 16:21:07