Trace number 4116681

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 1798.14

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size80-round22-5.opb
MD5SUM5da3d2b0ef82a20c0504ed48aabb7dc1
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 benchmark1108.62
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 constraints8656
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)368
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4116681-1466956461.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.70/0.41	c ... done. Wall clock time 0.292s.
0.70/0.41	c declared #vars     4128
0.70/0.41	c #constraints  9888
0.70/0.41	c constraints type 
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.70/0.41	c org.sat4j.specs.Constr$1 => 856
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.70/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 456
0.70/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.70/0.41	c 9888 constraints processed.
1.60/1.08	c cleaning 2493 clauses out of 4998 with flag 15403/5000
2.76/1.75	c cleaning 4249 clauses out of 8506 with flag 36860/11001
3.56/2.51	c cleaning 5624 clauses out of 11256 with flag 63565/18000
4.47/3.42	c cleaning 6792 clauses out of 13632 with flag 95282/26000
5.47/4.49	c cleaning 7909 clauses out of 15840 with flag 131903/35000
6.77/5.70	c cleaning 8960 clauses out of 17931 with flag 175299/45000
8.07/7.08	c cleaning 9977 clauses out of 19971 with flag 223635/56000
9.57/8.57	c cleaning 10978 clauses out of 21994 with flag 282194/68000
11.27/10.30	c cleaning 12003 clauses out of 24018 with flag 345433/81002
13.17/12.19	c cleaning 12960 clauses out of 26015 with flag 414683/95002
15.27/14.24	c cleaning 14001 clauses out of 28053 with flag 491144/110000
17.47/16.46	c cleaning 15018 clauses out of 30052 with flag 573479/126000
19.88/18.86	c cleaning 16005 clauses out of 32036 with flag 662637/143002
22.57/21.52	c cleaning 16994 clauses out of 34029 with flag 757655/161000
25.47/24.42	c cleaning 17982 clauses out of 36035 with flag 861203/180000
28.47/27.49	c cleaning 18994 clauses out of 38053 with flag 971615/200000
31.77/30.78	c cleaning 20016 clauses out of 40059 with flag 1090371/221000
35.37/34.35	c cleaning 20997 clauses out of 42044 with flag 1212827/243001
39.07/38.04	c cleaning 21988 clauses out of 44046 with flag 1341560/266000
42.98/41.98	c cleaning 23025 clauses out of 46058 with flag 1476345/290000
47.28/46.23	c cleaning 24000 clauses out of 48034 with flag 1618963/315001
51.78/50.74	c cleaning 24995 clauses out of 50033 with flag 1771157/341000
56.57/55.55	c cleaning 25986 clauses out of 52038 with flag 1926962/368000
61.58/60.57	c cleaning 27012 clauses out of 54054 with flag 2092154/396002
67.27/66.21	c cleaning 28004 clauses out of 56040 with flag 2262252/425000
72.08/71.01	c cleaning 29009 clauses out of 58036 with flag 2441777/455000
77.09/76.07	c cleaning 29988 clauses out of 60027 with flag 2624224/486000
82.38/81.32	c cleaning 31017 clauses out of 62039 with flag 2817254/518000
87.78/86.70	c cleaning 32004 clauses out of 64022 with flag 3015238/551000
93.59/92.52	c cleaning 32987 clauses out of 66018 with flag 3221272/585000
99.48/98.48	c cleaning 33966 clauses out of 68031 with flag 3432447/620000
105.78/104.79	c cleaning 35005 clauses out of 70066 with flag 3654652/656001
112.30/111.25	c cleaning 36020 clauses out of 72061 with flag 3880731/693001
119.19/118.16	c cleaning 37012 clauses out of 74041 with flag 4114992/731001
126.39/125.31	c cleaning 38000 clauses out of 76028 with flag 4358161/770000
133.59/132.57	c cleaning 38991 clauses out of 78028 with flag 4605297/810000
141.39/140.39	c cleaning 39992 clauses out of 80037 with flag 4861803/851000
149.79/148.70	c cleaning 41000 clauses out of 82046 with flag 5122317/893001
158.19/157.10	c cleaning 41987 clauses out of 84045 with flag 5389989/936000
166.99/165.98	c cleaning 42995 clauses out of 86059 with flag 5665657/980001
176.13/175.01	c cleaning 44011 clauses out of 88063 with flag 5944174/1025000
185.52/184.47	c cleaning 45003 clauses out of 90054 with flag 6233260/1071002
195.42/194.39	c cleaning 45994 clauses out of 92052 with flag 6526622/1118003
206.12/205.01	c cleaning 46996 clauses out of 94055 with flag 6830152/1166000
216.72/215.63	c cleaning 48003 clauses out of 96060 with flag 7133296/1215001
228.01/226.95	c cleaning 49011 clauses out of 98057 with flag 7442059/1265001
239.51/238.42	c cleaning 50015 clauses out of 100045 with flag 7765028/1316000
251.81/250.78	c cleaning 50986 clauses out of 102030 with flag 8092400/1368000
264.40/263.34	c cleaning 52002 clauses out of 104044 with flag 8429033/1421000
277.40/276.36	c cleaning 53008 clauses out of 106043 with flag 8768612/1475001
290.80/289.80	c cleaning 54008 clauses out of 108034 with flag 9116968/1530000
304.23/303.19	c cleaning 54982 clauses out of 110026 with flag 9471209/1586000
317.94/316.81	c cleaning 56022 clauses out of 112044 with flag 9827501/1643000
332.04/330.94	c cleaning 57000 clauses out of 114023 with flag 10195769/1701001
346.74/345.63	c cleaning 57971 clauses out of 116022 with flag 10568586/1760000
361.74/360.65	c cleaning 59004 clauses out of 118052 with flag 10942834/1820001
377.24/376.18	c cleaning 60010 clauses out of 120047 with flag 11325137/1881000
393.54/392.40	c cleaning 61002 clauses out of 122037 with flag 11714617/1943000
410.05/408.94	c cleaning 61985 clauses out of 124035 with flag 12113326/2006000
426.96/425.81	c cleaning 62996 clauses out of 126050 with flag 12515186/2070000
443.88/442.75	c cleaning 63982 clauses out of 128056 with flag 12928676/2135002
460.89/459.75	c cleaning 65012 clauses out of 130072 with flag 13343429/2201000
478.22/477.05	c cleaning 66017 clauses out of 132060 with flag 13764508/2268000
495.92/494.78	c cleaning 67006 clauses out of 134045 with flag 14193671/2336002
514.52/513.34	c cleaning 67986 clauses out of 136037 with flag 14631655/2405000
534.43/533.27	c cleaning 69014 clauses out of 138052 with flag 15074452/2475001
554.43/553.28	c cleaning 69998 clauses out of 140038 with flag 15520425/2546001
575.23/574.07	c cleaning 71006 clauses out of 142039 with flag 15974427/2618000
595.88/594.66	c cleaning 72005 clauses out of 144033 with flag 16431258/2691000
616.87/615.61	c cleaning 72994 clauses out of 146029 with flag 16893260/2765001
638.47/637.24	c cleaning 74001 clauses out of 148034 with flag 17361054/2840000
660.57/659.39	c cleaning 74975 clauses out of 150033 with flag 17836686/2916000
683.46/682.23	c cleaning 76024 clauses out of 152060 with flag 18324891/2993002
706.37/705.19	c cleaning 76989 clauses out of 154036 with flag 18813466/3071002
730.16/728.90	c cleaning 78000 clauses out of 156045 with flag 19308334/3150000
754.68/753.44	c cleaning 78987 clauses out of 158046 with flag 19807610/3230001
778.88/777.61	c cleaning 80000 clauses out of 160058 with flag 20315941/3311000
804.18/802.92	c cleaning 81007 clauses out of 162058 with flag 20831781/3393000
829.37/828.14	c cleaning 82001 clauses out of 164051 with flag 21354511/3476000
855.98/854.78	c cleaning 83015 clauses out of 166050 with flag 21878876/3560000
883.36/882.10	c cleaning 84013 clauses out of 168035 with flag 22414810/3645000
909.62/908.32	c cleaning 84988 clauses out of 170023 with flag 22951704/3731001
935.93/934.67	c cleaning 85980 clauses out of 172034 with flag 23501094/3818000
962.63/961.39	c cleaning 86993 clauses out of 174054 with flag 24049769/3906000
990.94/989.63	c cleaning 87998 clauses out of 176061 with flag 24608584/3995000
1019.23/1017.92	c cleaning 88987 clauses out of 178063 with flag 25171178/4085000
1048.44/1047.02	c cleaning 90019 clauses out of 180076 with flag 25742053/4176000
1077.75/1076.36	c cleaning 90986 clauses out of 182057 with flag 26321045/4268000
1108.06/1106.61	c cleaning 92021 clauses out of 184073 with flag 26903587/4361002
1139.06/1137.66	c cleaning 93009 clauses out of 186050 with flag 27494043/4455000
1170.46/1169.04	c cleaning 94012 clauses out of 188043 with flag 28087763/4550002
1202.75/1201.30	c cleaning 94997 clauses out of 190029 with flag 28687366/4646000
1237.65/1236.15	c cleaning 96016 clauses out of 192032 with flag 29295433/4743000
1273.64/1272.17	c cleaning 96981 clauses out of 194016 with flag 29914269/4841000
1310.64/1309.15	c cleaning 98000 clauses out of 196035 with flag 30532649/4940000
1348.13/1346.63	c cleaning 98992 clauses out of 198036 with flag 31162947/5040001
1386.09/1384.40	c cleaning 99982 clauses out of 200044 with flag 31797148/5141001
1424.29/1422.61	c cleaning 100973 clauses out of 202063 with flag 32435216/5243002
1463.40/1461.74	c cleaning 102033 clauses out of 204088 with flag 33078405/5346000
1503.41/1501.78	c cleaning 103008 clauses out of 206057 with flag 33725549/5450002
1544.13/1542.37	c cleaning 104004 clauses out of 208047 with flag 34382253/5555000
1585.71/1583.95	c cleaning 104990 clauses out of 210043 with flag 35046083/5661000
1626.72/1624.93	c cleaning 106010 clauses out of 212054 with flag 35716028/5768001
1669.63/1667.72	c cleaning 106985 clauses out of 214043 with flag 36390044/5876000
1714.04/1712.10	c cleaning 107998 clauses out of 216058 with flag 37069879/5985000
1759.14/1757.23	c cleaning 109005 clauses out of 218062 with flag 37758532/6095002
1800.04/1798.10	c starts		: 54096
1800.04/1798.10	c conflicts		: 6196408
1800.04/1798.10	c decisions		: 67172713
1800.04/1798.10	c propagations		: 875553521
1800.04/1798.10	c inspects		: 23474165324
1800.04/1798.10	c shortcuts		: 0
1800.04/1798.10	c learnt literals	: 2
1800.04/1798.10	c learnt binary clauses	: 38
1800.04/1798.10	c learnt ternary clauses	: 526
1800.04/1798.10	c learnt constraints	: 6196406
1800.04/1798.10	c ignored constraints	: 0
1800.04/1798.10	c root simplifications	: 0
1800.04/1798.10	c removed literals (reason simplification)	: 0
1800.04/1798.10	c reason swapping (by a shorter reason)	: 0
1800.04/1798.10	c Calls to reduceDB	: 106
1800.04/1798.10	c Number of update (reduction) of LBD	: 1252367
1800.04/1798.10	c Imported unit clauses	: 0
1800.04/1798.10	c number of reductions to clauses (during analyze)	: 0
1800.04/1798.10	c number of learned constraints concerned by reduction	: 0
1800.04/1798.10	c number of learning phase by resolution	: 0
1800.04/1798.10	c number of learning phase by cutting planes	: 0
1800.04/1798.10	c speed (assignments/second)	: 487043.6944078234
1800.04/1798.10	c non guided choices	11482
1800.04/1798.10	c timeout
1800.04/1798.13	c learnt constraints type 
1800.04/1798.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 38
1800.04/1798.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 210426
1800.04/1798.13	s UNKNOWN
1800.04/1798.13	c Total wall clock time (in seconds): 1798.016

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

pid=22005
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.23 2.18 3/196 22008
/proc/meminfo: memFree=30180504/32872528 swapFree=1491540/1663236
[pid=22008] ppid=22005 vsize=9192 CPUtime=0 cores=0,2,4,6
/proc/22008/stat : 22008 (java) R 22005 22008 19710 0 -1 4202496 391 0 0 0 0 0 0 0 20 0 1 0 28684362 9412608 62 33554432000 1073741824 1073778376 140733989589552 140733989586680 273896533802 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22008/statm: 2306 71 54 9 0 38 0

[startup+0.10006 s]
/proc/loadavg: 2.24 2.23 2.18 3/196 22008
/proc/meminfo: memFree=30180504/32872528 swapFree=1491540/1663236
[pid=22008] ppid=22005 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/22008/stat : 22008 (java) S 22005 22008 19710 0 -1 4202496 4384 0 1 0 8 1 0 0 20 0 18 0 28684362 9787879424 6023 33554432000 1073741824 1073778376 140733989589552 140733989580688 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22008/statm: 2389619 6023 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.24 2.23 2.18 3/196 22008
/proc/meminfo: memFree=30180504/32872528 swapFree=1491540/1663236
[pid=22008] ppid=22005 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/22008/stat : 22008 (java) S 22005 22008 19710 0 -1 4202496 4894 0 1 0 24 1 0 0 20 0 18 0 28684362 9787879424 6955 33554432000 1073741824 1073778376 140733989589552 140733989580688 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22008/statm: 2389619 6974 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300232 s]
/proc/loadavg: 2.24 2.23 2.18 3/196 22008
/proc/meminfo: memFree=30180504/32872528 swapFree=1491540/1663236
[pid=22008] ppid=22005 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/22008/stat : 22008 (java) S 22005 22008 19710 0 -1 4202496 5730 0 1 0 47 2 0 0 20 0 18 0 28684362 9787879424 8907 33554432000 1073741824 1073778376 140733989589552 140733989580688 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22008/statm: 2389619 8907 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700179 s]
/proc/loadavg: 2.24 2.23 2.18 3/196 22008
/proc/meminfo: memFree=30180504/32872528 swapFree=1491540/1663236
[pid=22008] ppid=22005 vsize=9625040 CPUtime=1.29 cores=0,2,4,6
/proc/22008/stat : 22008 (java) S 22005 22008 19710 0 -1 4202496 8276 0 1 0 126 3 0 0 20 0 19 0 28684362 9856040960 15160 33554432000 1073741824 1073778376 140733989589552 140733989580688 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22008/statm: 2406260 15160 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.24 2.23 2.18 4/215 22027
/proc/meminfo: memFree=30127488/32872528 swapFree=1491540/1663236
[pid=22008] ppid=22005 vsize=9625040 CPUtime=2.54 cores=0,2,4,6
/proc/22008/stat : 22008 (java) S 22005 22008 19710 0 -1 4202496 14756 0 1 0 249 5 0 0 20 0 19 0 28684362 9856040960 19610 33554432000 1073741824 1073778376 140733989589552 140733989580688 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22008/statm: 2406260 19610 2269 9 0 2396937 0
[pid=22008/tid=22010] ppid=22005 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/22008/task/22010/stat : 22010 (java) R 22005 22008 19710 0 -1 4202560 2436 0 1 0 143 2 0 0 20 0 19 0 28684363 9856040960 19610 33554432000 1073741824 1073778376 140733989589552 140018568454376 140018434400165 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22008/tid=22011] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22011/stat : 22011 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684364 9856040960 19610 33554432000 1073741824 1073778376 140733989589552 140018557516840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22012] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22012/stat : 22012 (java) S 22005 22008 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28684364 9856040960 19610 33554432000 1073741824 1073778376 140733989589552 140018556464040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22008/tid=22013] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22013/stat : 22013 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684364 9856040960 19610 33554432000 1073741824 1073778376 140733989589552 140018555411240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22008/tid=22014] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22014/stat : 22014 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684364 9856040960 19610 33554432000 1073741824 1073778376 140733989589552 140018554358440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22008/tid=22015] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22015/stat : 22015 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684364 9856040960 19610 33554432000 1073741824 1073778376 140733989589552 140018553305640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22016] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22016/stat : 22016 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684364 9856040960 19610 33554432000 1073741824 1073778376 140733989589552 140018552252840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22008/tid=22017] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22017/stat : 22017 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684364 9856040960 19610 33554432000 1073741824 1073778376 140733989589552 140018406078760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22018] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22018/stat : 22018 (java) S 22005 22008 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28684364 9856040960 19610 33554432000 1073741824 1073778376 140733989589552 140018405025960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22019] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22019/stat : 22019 (java) S 22005 22008 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28684365 9856040960 19610 33554432000 1073741824 1073778376 140733989589552 140018392615912 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22020] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22020/stat : 22020 (java) S 22005 22008 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28684366 9856040960 19610 33554432000 1073741824 1073778376 140733989589552 140018391561976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22021] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22021/stat : 22021 (java) S 22005 22008 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28684366 9856040960 19610 33554432000 1073741824 1073778376 140733989589552 140018390509064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22022] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22022/stat : 22022 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684368 9856040960 19610 33554432000 1073741824 1073778376 140733989589552 140018389457552 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22023] ppid=22005 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/22008/task/22023/stat : 22023 (java) S 22005 22008 19710 0 -1 4202560 9351 0 0 0 74 2 0 0 20 0 19 0 28684368 9856040960 19610 33554432000 1073741824 1073778376 140733989589552 140018388404664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22024] ppid=22005 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/22008/task/22024/stat : 22024 (java) S 22005 22008 19710 0 -1 4202560 1690 0 0 0 28 0 0 0 20 0 19 0 28684368 9856040960 19610 33554432000 1073741824 1073778376 140733989589552 140018387351864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22008/tid=22025] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22025/stat : 22025 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684368 9856040960 19610 33554432000 1073741824 1073778376 140733989589552 140018386299256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22008/tid=22026] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22026/stat : 22026 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684368 9856040960 19610 33554432000 1073741824 1073778376 140733989589552 140018385246664 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22027] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22027/stat : 22027 (java) S 22005 22008 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28684404 9856040960 19610 33554432000 1073741824 1073778376 140733989589552 140018384193192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.24 2.23 2.18 3/215 22027
/proc/meminfo: memFree=30109816/32872528 swapFree=1491540/1663236
[pid=22008] ppid=22005 vsize=9625040 CPUtime=4.17 cores=0,2,4,6
/proc/22008/stat : 22008 (java) S 22005 22008 19710 0 -1 4202496 14792 0 1 0 412 5 0 0 20 0 19 0 28684362 9856040960 20130 33554432000 1073741824 1073778376 140733989589552 140733989580688 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22008/statm: 2406260 20130 2270 9 0 2396937 0
[pid=22008/tid=22010] ppid=22005 vsize=9625040 CPUtime=3.03 cores=0,2,4,6
/proc/22008/task/22010/stat : 22010 (java) R 22005 22008 19710 0 -1 4202560 2438 0 1 0 301 2 0 0 20 0 19 0 28684363 9856040960 20130 33554432000 1073741824 1073778376 140733989589552 140018568454472 140018434330866 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22008/tid=22011] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22011/stat : 22011 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684364 9856040960 20130 33554432000 1073741824 1073778376 140733989589552 140018557516840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22012] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22012/stat : 22012 (java) S 22005 22008 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28684364 9856040960 20130 33554432000 1073741824 1073778376 140733989589552 140018556464040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22008/tid=22013] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22013/stat : 22013 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684364 9856040960 20130 33554432000 1073741824 1073778376 140733989589552 140018555411240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22008/tid=22014] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22014/stat : 22014 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684364 9856040960 20130 33554432000 1073741824 1073778376 140733989589552 140018554358440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22008/tid=22015] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22015/stat : 22015 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684364 9856040960 20130 33554432000 1073741824 1073778376 140733989589552 140018553305640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22016] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22016/stat : 22016 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684364 9856040960 20130 33554432000 1073741824 1073778376 140733989589552 140018552252840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22008/tid=22017] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22017/stat : 22017 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684364 9856040960 20130 33554432000 1073741824 1073778376 140733989589552 140018406078760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22018] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22018/stat : 22018 (java) S 22005 22008 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28684364 9856040960 20130 33554432000 1073741824 1073778376 140733989589552 140018405025960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22019] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22019/stat : 22019 (java) S 22005 22008 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28684365 9856040960 20130 33554432000 1073741824 1073778376 140733989589552 140018392615912 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22020] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22020/stat : 22020 (java) S 22005 22008 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28684366 9856040960 20130 33554432000 1073741824 1073778376 140733989589552 140018391561976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22021] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22021/stat : 22021 (java) S 22005 22008 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28684366 9856040960 20130 33554432000 1073741824 1073778376 140733989589552 140018390509064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22022] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22022/stat : 22022 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684368 9856040960 20130 33554432000 1073741824 1073778376 140733989589552 140018389457552 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22023] ppid=22005 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/22008/task/22023/stat : 22023 (java) S 22005 22008 19710 0 -1 4202560 9351 0 0 0 76 2 0 0 20 0 19 0 28684368 9856040960 20130 33554432000 1073741824 1073778376 140733989589552 140018388404664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22024] ppid=22005 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/22008/task/22024/stat : 22024 (java) S 22005 22008 19710 0 -1 4202560 1724 0 0 0 30 0 0 0 20 0 19 0 28684368 9856040960 20130 33554432000 1073741824 1073778376 140733989589552 140018387351864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22008/tid=22025] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22025/stat : 22025 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684368 9856040960 20130 33554432000 1073741824 1073778376 140733989589552 140018386299256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22008/tid=22026] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22026/stat : 22026 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684368 9856040960 20130 33554432000 1073741824 1073778376 140733989589552 140018385246664 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22027] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22027/stat : 22027 (java) S 22005 22008 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28684404 9856040960 20130 33554432000 1073741824 1073778376 140733989589552 140018384193192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.22 2.22 2.18 3/215 22027
/proc/meminfo: memFree=30102120/32872528 swapFree=1491540/1663236
[pid=22008] ppid=22005 vsize=9625040 CPUtime=7.37 cores=0,2,4,6
/proc/22008/stat : 22008 (java) S 22005 22008 19710 0 -1 4202496 14889 0 1 0 732 5 0 0 20 0 19 0 28684362 9856040960 21529 33554432000 1073741824 1073778376 140733989589552 140733989580688 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22008/statm: 2406260 21529 2271 9 0 2396937 0
[pid=22008/tid=22010] ppid=22005 vsize=9625040 CPUtime=6.21 cores=0,2,4,6
/proc/22008/task/22010/stat : 22010 (java) R 22005 22008 19710 0 -1 4202560 2442 0 1 0 619 2 0 0 20 0 19 0 28684363 9856040960 21529 33554432000 1073741824 1073778376 140733989589552 140018568445632 140018434343132 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22011] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22011/stat : 22011 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684364 9856040960 21529 33554432000 1073741824 1073778376 140733989589552 140018557516840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22012] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22012/stat : 22012 (java) S 22005 22008 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28684364 9856040960 21529 33554432000 1073741824 1073778376 140733989589552 140018556464040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22008/tid=22013] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22013/stat : 22013 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684364 9856040960 21529 33554432000 1073741824 1073778376 140733989589552 140018555411240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22008/tid=22014] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22014/stat : 22014 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684364 9856040960 21529 33554432000 1073741824 1073778376 140733989589552 140018554358440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22008/tid=22015] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22015/stat : 22015 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684364 9856040960 21529 33554432000 1073741824 1073778376 140733989589552 140018553305640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22016] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22016/stat : 22016 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684364 9856040960 21529 33554432000 1073741824 1073778376 140733989589552 140018552252840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22008/tid=22017] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22017/stat : 22017 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684364 9856040960 21529 33554432000 1073741824 1073778376 140733989589552 140018406078760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22018] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22018/stat : 22018 (java) S 22005 22008 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28684364 9856040960 21529 33554432000 1073741824 1073778376 140733989589552 140018405025960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22019] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22019/stat : 22019 (java) S 22005 22008 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28684365 9856040960 21529 33554432000 1073741824 1073778376 140733989589552 140018392615912 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22020] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22020/stat : 22020 (java) S 22005 22008 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28684366 9856040960 21529 33554432000 1073741824 1073778376 140733989589552 140018391561976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22021] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22021/stat : 22021 (java) S 22005 22008 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28684366 9856040960 21529 33554432000 1073741824 1073778376 140733989589552 140018390509064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22022] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22022/stat : 22022 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684368 9856040960 21529 33554432000 1073741824 1073778376 140733989589552 140018389457552 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22023] ppid=22005 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/22008/task/22023/stat : 22023 (java) S 22005 22008 19710 0 -1 4202560 9351 0 0 0 77 2 0 0 20 0 19 0 28684368 9856040960 21529 33554432000 1073741824 1073778376 140733989589552 140018388404664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22024] ppid=22005 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/22008/task/22024/stat : 22024 (java) S 22005 22008 19710 0 -1 4202560 1816 0 0 0 31 0 0 0 20 0 19 0 28684368 9856040960 21529 33554432000 1073741824 1073778376 140733989589552 140018387351864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22008/tid=22025] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22025/stat : 22025 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684368 9856040960 21529 33554432000 1073741824 1073778376 140733989589552 140018386299256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22008/tid=22026] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22026/stat : 22026 (java) S 22005 22008 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28684368 9856040960 21529 33554432000 1073741824 1073778376 140733989589552 140018385246664 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22027] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22027/stat : 22027 (java) S 22005 22008 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28684404 9856040960 21529 33554432000 1073741824 1073778376 140733989589552 140018384193192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.37
Current children cumulated vsize (KiB) 9625040


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

[pid=22008/tid=22027] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22027/stat : 22027 (java) S 22005 22008 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28684404 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018384193192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.23
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.51 2.32 2.22 4/215 22160
/proc/meminfo: memFree=29847232/32872528 swapFree=1491540/1663236
[pid=22008] ppid=22005 vsize=9625040 CPUtime=1784.24 cores=0,2,4,6
/proc/22008/stat : 22008 (java) S 22005 22008 19710 0 -1 4202496 16704 0 1 0 178376 48 0 0 20 0 19 0 28684362 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140733989580688 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22008/statm: 2406260 82307 2285 9 0 2396937 0
[pid=22008/tid=22010] ppid=22005 vsize=9625040 CPUtime=1777.13 cores=0,2,4,6
/proc/22008/task/22010/stat : 22010 (java) R 22005 22008 19710 0 -1 4202560 2499 0 1 0 177680 33 0 0 20 0 19 0 28684363 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018568445728 140018434287667 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22011] ppid=22005 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/22008/task/22011/stat : 22011 (java) S 22005 22008 19710 0 -1 4202560 156 0 0 0 15 3 0 0 20 0 19 0 28684364 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018557516840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22008/tid=22012] ppid=22005 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/22008/task/22012/stat : 22012 (java) S 22005 22008 19710 0 -1 4202560 142 0 0 0 9 2 0 0 20 0 19 0 28684364 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018556464040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22008/tid=22013] ppid=22005 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/22008/task/22013/stat : 22013 (java) S 22005 22008 19710 0 -1 4202560 233 0 0 0 10 2 0 0 20 0 19 0 28684364 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018555411240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22008/tid=22014] ppid=22005 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/22008/task/22014/stat : 22014 (java) S 22005 22008 19710 0 -1 4202560 248 0 0 0 12 2 0 0 20 0 19 0 28684364 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018554358440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22008/tid=22015] ppid=22005 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/22008/task/22015/stat : 22015 (java) S 22005 22008 19710 0 -1 4202560 45 0 0 0 10 2 0 0 20 0 19 0 28684364 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018553305640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22008/tid=22016] ppid=22005 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/22008/task/22016/stat : 22016 (java) S 22005 22008 19710 0 -1 4202560 42 0 0 0 10 1 0 0 20 0 19 0 28684364 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018552252840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22008/tid=22017] ppid=22005 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/22008/task/22017/stat : 22017 (java) S 22005 22008 19710 0 -1 4202560 180 0 0 0 10 1 0 0 20 0 19 0 28684364 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018406078760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22008/tid=22018] ppid=22005 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/22008/task/22018/stat : 22018 (java) S 22005 22008 19710 0 -1 4202560 97 0 0 0 10 1 0 0 20 0 19 0 28684364 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018405025960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22008/tid=22019] ppid=22005 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22008/task/22019/stat : 22019 (java) S 22005 22008 19710 0 -1 4202560 54 0 0 0 2 0 0 0 20 0 19 0 28684365 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018392615912 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22020] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22020/stat : 22020 (java) S 22005 22008 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28684366 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018391561976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22021] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22021/stat : 22021 (java) S 22005 22008 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28684366 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018390509064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22022] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22022/stat : 22022 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684368 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018389457552 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22023] ppid=22005 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/22008/task/22023/stat : 22023 (java) S 22005 22008 19710 0 -1 4202560 9351 0 0 0 77 2 0 0 20 0 19 0 28684368 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018388404664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22024] ppid=22005 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/22008/task/22024/stat : 22024 (java) S 22005 22008 19710 0 -1 4202560 2289 0 0 0 35 0 0 0 20 0 19 0 28684368 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018387351864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22008/tid=22025] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22025/stat : 22025 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684368 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018386299256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22008/tid=22026] ppid=22005 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/22008/task/22026/stat : 22026 (java) S 22005 22008 19710 0 -1 4202560 104 0 0 0 32 32 0 0 20 0 19 0 28684368 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018385246664 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22008/tid=22027] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22027/stat : 22027 (java) S 22005 22008 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28684404 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018384193192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.24
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.1 s]
/proc/loadavg: 2.48 2.32 2.22 3/215 22160
/proc/meminfo: memFree=29846324/32872528 swapFree=1491540/1663236
[pid=22008] ppid=22005 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/22008/stat : 22008 (java) S 22005 22008 19710 0 -1 4202496 16704 0 1 0 179956 48 0 0 20 0 19 0 28684362 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140733989580688 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22008/statm: 2406260 82307 2285 9 0 2396937 0
[pid=22008/tid=22010] ppid=22005 vsize=9625040 CPUtime=1792.89 cores=0,2,4,6
/proc/22008/task/22010/stat : 22010 (java) R 22005 22008 19710 0 -1 4202560 2499 0 1 0 179256 33 0 0 20 0 19 0 28684363 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018568445728 140018434287712 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22011] ppid=22005 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/22008/task/22011/stat : 22011 (java) S 22005 22008 19710 0 -1 4202560 156 0 0 0 15 3 0 0 20 0 19 0 28684364 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018557516840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22008/tid=22012] ppid=22005 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/22008/task/22012/stat : 22012 (java) S 22005 22008 19710 0 -1 4202560 142 0 0 0 9 2 0 0 20 0 19 0 28684364 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018556464040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22008/tid=22013] ppid=22005 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/22008/task/22013/stat : 22013 (java) S 22005 22008 19710 0 -1 4202560 233 0 0 0 10 2 0 0 20 0 19 0 28684364 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018555411240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22008/tid=22014] ppid=22005 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/22008/task/22014/stat : 22014 (java) S 22005 22008 19710 0 -1 4202560 248 0 0 0 12 2 0 0 20 0 19 0 28684364 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018554358440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22008/tid=22015] ppid=22005 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/22008/task/22015/stat : 22015 (java) S 22005 22008 19710 0 -1 4202560 45 0 0 0 10 2 0 0 20 0 19 0 28684364 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018553305640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22008/tid=22016] ppid=22005 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/22008/task/22016/stat : 22016 (java) S 22005 22008 19710 0 -1 4202560 42 0 0 0 10 1 0 0 20 0 19 0 28684364 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018552252840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22008/tid=22017] ppid=22005 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/22008/task/22017/stat : 22017 (java) S 22005 22008 19710 0 -1 4202560 180 0 0 0 10 1 0 0 20 0 19 0 28684364 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018406078760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22008/tid=22018] ppid=22005 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/22008/task/22018/stat : 22018 (java) S 22005 22008 19710 0 -1 4202560 97 0 0 0 10 1 0 0 20 0 19 0 28684364 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018405025960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22008/tid=22019] ppid=22005 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22008/task/22019/stat : 22019 (java) S 22005 22008 19710 0 -1 4202560 54 0 0 0 2 0 0 0 20 0 19 0 28684365 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018392615912 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22020] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22020/stat : 22020 (java) S 22005 22008 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28684366 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018391561976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22021] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22021/stat : 22021 (java) S 22005 22008 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28684366 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018390509064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22022] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22022/stat : 22022 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684368 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018389457552 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22023] ppid=22005 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/22008/task/22023/stat : 22023 (java) S 22005 22008 19710 0 -1 4202560 9351 0 0 0 77 2 0 0 20 0 19 0 28684368 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018388404664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22024] ppid=22005 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/22008/task/22024/stat : 22024 (java) S 22005 22008 19710 0 -1 4202560 2289 0 0 0 35 0 0 0 20 0 19 0 28684368 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018387351864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22008/tid=22025] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22025/stat : 22025 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684368 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018386299256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22008/tid=22026] ppid=22005 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/22008/task/22026/stat : 22026 (java) S 22005 22008 19710 0 -1 4202560 104 0 0 0 32 33 0 0 20 0 19 0 28684368 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018385246664 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22008/tid=22027] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22027/stat : 22027 (java) S 22005 22008 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28684404 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018384193192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 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 22008 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.1 s]
/proc/loadavg: 2.48 2.32 2.22 3/215 22160
/proc/meminfo: memFree=29846324/32872528 swapFree=1491540/1663236
[pid=22008] ppid=22005 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/22008/stat : 22008 (java) S 22005 22008 19710 0 -1 4202496 16704 0 1 0 179956 48 0 0 20 0 19 0 28684362 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140733989580688 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22008/statm: 2406260 82307 2285 9 0 2396937 0
[pid=22008/tid=22010] ppid=22005 vsize=9625040 CPUtime=1792.89 cores=0,2,4,6
/proc/22008/task/22010/stat : 22010 (java) R 22005 22008 19710 0 -1 4202560 2499 0 1 0 179256 33 0 0 20 0 19 0 28684363 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018568445728 140018434287712 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22011] ppid=22005 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/22008/task/22011/stat : 22011 (java) S 22005 22008 19710 0 -1 4202560 156 0 0 0 15 3 0 0 20 0 19 0 28684364 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018557516840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22008/tid=22012] ppid=22005 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/22008/task/22012/stat : 22012 (java) S 22005 22008 19710 0 -1 4202560 142 0 0 0 9 2 0 0 20 0 19 0 28684364 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018556464040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22008/tid=22013] ppid=22005 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/22008/task/22013/stat : 22013 (java) S 22005 22008 19710 0 -1 4202560 233 0 0 0 10 2 0 0 20 0 19 0 28684364 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018555411240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22008/tid=22014] ppid=22005 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/22008/task/22014/stat : 22014 (java) S 22005 22008 19710 0 -1 4202560 248 0 0 0 12 2 0 0 20 0 19 0 28684364 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018554358440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22008/tid=22015] ppid=22005 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/22008/task/22015/stat : 22015 (java) S 22005 22008 19710 0 -1 4202560 45 0 0 0 10 2 0 0 20 0 19 0 28684364 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018553305640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22008/tid=22016] ppid=22005 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/22008/task/22016/stat : 22016 (java) S 22005 22008 19710 0 -1 4202560 42 0 0 0 10 1 0 0 20 0 19 0 28684364 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018552252840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22008/tid=22017] ppid=22005 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/22008/task/22017/stat : 22017 (java) S 22005 22008 19710 0 -1 4202560 180 0 0 0 10 1 0 0 20 0 19 0 28684364 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018406078760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22008/tid=22018] ppid=22005 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/22008/task/22018/stat : 22018 (java) S 22005 22008 19710 0 -1 4202560 97 0 0 0 10 1 0 0 20 0 19 0 28684364 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018405025960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22008/tid=22019] ppid=22005 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22008/task/22019/stat : 22019 (java) S 22005 22008 19710 0 -1 4202560 54 0 0 0 2 0 0 0 20 0 19 0 28684365 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018392615912 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22020] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22020/stat : 22020 (java) S 22005 22008 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28684366 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018391561976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22021] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22021/stat : 22021 (java) S 22005 22008 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28684366 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018390509064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22022] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22022/stat : 22022 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684368 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018389457552 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22023] ppid=22005 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/22008/task/22023/stat : 22023 (java) S 22005 22008 19710 0 -1 4202560 9351 0 0 0 77 2 0 0 20 0 19 0 28684368 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018388404664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22008/tid=22024] ppid=22005 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/22008/task/22024/stat : 22024 (java) S 22005 22008 19710 0 -1 4202560 2289 0 0 0 35 0 0 0 20 0 19 0 28684368 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018387351864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22008/tid=22025] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22025/stat : 22025 (java) S 22005 22008 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28684368 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018386299256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22008/tid=22026] ppid=22005 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/22008/task/22026/stat : 22026 (java) S 22005 22008 19710 0 -1 4202560 104 0 0 0 32 33 0 0 20 0 19 0 28684368 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018385246664 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22008/tid=22027] ppid=22005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22008/task/22027/stat : 22027 (java) S 22005 22008 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28684404 9856040960 82307 33554432000 1073741824 1073778376 140733989589552 140018384193192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 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 22008 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=38112
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=962853
# 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): 1798.14
CPU time (s): 1800.04
CPU user time (s): 1799.56
CPU system time (s): 0.48
CPU usage (%): 100.106
Max. virtual memory (cumulated for all children) (KiB): 9626640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.04
system time used= 0.962853
maximum resident set size= 329344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16737
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38388
involuntary context switches= 16188

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7191 second user time and 16.6875 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-26 17:54:21
IDJOB=4116681
IDBENCH=109500
IDSOLVER=2546
FILE ID=node134/4116681-1466956461
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-size80-round22-5.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116681-1466956461/watcher-4116681-1466956461 -o /tmp/evaluation-result-4116681-1466956461/solver-4116681-1466956461 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19726 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116681-1466956461.opb

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

MD5SUM BENCH= 5da3d2b0ef82a20c0504ed48aabb7dc1
RANDOM SEED=833274407

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:        30180768 kB
Buffers:           18416 kB
Cached:           110256 kB
SwapCached:         1316 kB
Active:           219932 kB
Inactive:         106592 kB
Active(anon):     198124 kB
Inactive(anon):     2484 kB
Active(file):      21808 kB
Inactive(file):   104108 kB
Unevictable:     1663236 kB
Mlocked:         1491540 kB
SwapTotal:      67108856 kB
SwapFree:       67099124 kB
Dirty:              1196 kB
Writeback:             0 kB
AnonPages:       1835532 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             564992 kB
SReclaimable:       8816 kB
SUnreclaim:       556176 kB
KernelStack:        1776 kB
PageTables:         7864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2348848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    331776 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 18:24:19