Trace number 4116585

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.09 1797.74

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size96-round22-1.opb
MD5SUMada06cfabce70a25df94d8484f9bb09a
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8672
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)384
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@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-4116585-1466958088.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.70/0.40	c ... done. Wall clock time 0.292s.
0.70/0.40	c declared #vars     4128
0.70/0.40	c #constraints  9920
0.70/0.40	c constraints type 
0.70/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.70/0.40	c org.sat4j.specs.Constr$1 => 872
0.70/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.70/0.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 472
0.70/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.70/0.40	c 9920 constraints processed.
1.75/1.09	c cleaning 2498 clauses out of 4998 with flag 15190/5000
2.51/1.74	c cleaning 4227 clauses out of 8502 with flag 36235/11002
3.21/2.48	c cleaning 5621 clauses out of 11275 with flag 63696/18002
4.13/3.32	c cleaning 6801 clauses out of 13652 with flag 96447/26000
5.14/4.31	c cleaning 7919 clauses out of 15851 with flag 135238/35000
6.23/5.45	c cleaning 8960 clauses out of 17933 with flag 181073/45001
7.44/6.67	c cleaning 9978 clauses out of 19974 with flag 233726/56002
8.84/8.06	c cleaning 10985 clauses out of 21995 with flag 292321/68001
10.44/9.64	c cleaning 12006 clauses out of 24012 with flag 357359/81003
12.14/11.38	c cleaning 12986 clauses out of 26003 with flag 427067/95000
14.04/13.27	c cleaning 13986 clauses out of 28018 with flag 505654/110001
16.15/15.31	c cleaning 15007 clauses out of 30031 with flag 591603/126000
18.25/17.48	c cleaning 15999 clauses out of 32024 with flag 683882/143000
20.65/19.84	c cleaning 16992 clauses out of 34025 with flag 784958/161000
23.35/22.51	c cleaning 18001 clauses out of 36033 with flag 891170/180000
26.16/25.31	c cleaning 19009 clauses out of 38032 with flag 1004583/200000
29.15/28.33	c cleaning 20002 clauses out of 40023 with flag 1123243/221000
32.35/31.57	c cleaning 20988 clauses out of 42022 with flag 1249790/243001
35.85/35.00	c cleaning 22004 clauses out of 44033 with flag 1382020/266000
39.46/38.63	c cleaning 22999 clauses out of 46032 with flag 1522506/290003
43.35/42.58	c cleaning 24006 clauses out of 48030 with flag 1670247/315000
47.45/46.62	c cleaning 25013 clauses out of 50025 with flag 1824658/341001
51.85/51.02	c cleaning 25974 clauses out of 52013 with flag 1986483/368002
56.35/55.56	c cleaning 26997 clauses out of 54037 with flag 2156319/396000
61.17/60.35	c cleaning 28021 clauses out of 56041 with flag 2333649/425001
65.67/64.86	c cleaning 28993 clauses out of 58019 with flag 2516480/455000
70.47/69.65	c cleaning 29995 clauses out of 60027 with flag 2702831/486001
75.47/74.70	c cleaning 31009 clauses out of 62031 with flag 2900871/518000
80.77/79.97	c cleaning 31999 clauses out of 64023 with flag 3105991/551001
86.37/85.50	c cleaning 32998 clauses out of 66023 with flag 3320232/585000
92.07/91.23	c cleaning 33993 clauses out of 68025 with flag 3537411/620000
98.17/97.39	c cleaning 34980 clauses out of 70034 with flag 3757817/656002
104.67/103.86	c cleaning 36001 clauses out of 72052 with flag 3989397/693000
111.47/110.63	c cleaning 36983 clauses out of 74051 with flag 4225833/731000
118.59/117.75	c cleaning 38012 clauses out of 76068 with flag 4471351/770000
125.98/125.12	c cleaning 38988 clauses out of 78060 with flag 4723257/810004
133.68/132.82	c cleaning 40025 clauses out of 80068 with flag 4979223/851000
141.69/140.84	c cleaning 41014 clauses out of 82043 with flag 5242181/893000
150.19/149.31	c cleaning 41999 clauses out of 84031 with flag 5509966/936002
158.95/158.07	c cleaning 42991 clauses out of 86030 with flag 5786169/980000
167.65/166.74	c cleaning 43992 clauses out of 88040 with flag 6068795/1025001
176.25/175.39	c cleaning 45001 clauses out of 90047 with flag 6362181/1071000
185.45/184.52	c cleaning 45994 clauses out of 92046 with flag 6660029/1118000
195.06/194.17	c cleaning 46998 clauses out of 94052 with flag 6964261/1166000
204.86/203.94	c cleaning 48004 clauses out of 96055 with flag 7276174/1215001
215.16/214.20	c cleaning 49016 clauses out of 98050 with flag 7588182/1265000
225.76/224.86	c cleaning 49991 clauses out of 100035 with flag 7911156/1316001
236.66/235.79	c cleaning 51015 clauses out of 102049 with flag 8242074/1368006
248.37/247.40	c cleaning 51987 clauses out of 104028 with flag 8580364/1421000
259.77/258.88	c cleaning 53001 clauses out of 106043 with flag 8927318/1475002
272.02/271.08	c cleaning 54004 clauses out of 108040 with flag 9279407/1530000
284.33/283.32	c cleaning 55005 clauses out of 110036 with flag 9633832/1586000
296.63/295.67	c cleaning 55989 clauses out of 112031 with flag 9991404/1643000
309.53/308.52	c cleaning 57017 clauses out of 114042 with flag 10357592/1701000
322.84/321.88	c cleaning 57995 clauses out of 116025 with flag 10731404/1760000
336.75/335.73	c cleaning 59005 clauses out of 118034 with flag 11112288/1820004
351.05/350.01	c cleaning 60010 clauses out of 120025 with flag 11502040/1881000
365.76/364.71	c cleaning 60994 clauses out of 122017 with flag 11894349/1943002
380.96/379.91	c cleaning 61957 clauses out of 124022 with flag 12293296/2006001
396.41/395.33	c cleaning 63013 clauses out of 126065 with flag 12703166/2070001
411.62/410.57	c cleaning 63995 clauses out of 128051 with flag 13116203/2135000
427.71/426.64	c cleaning 65020 clauses out of 130056 with flag 13537591/2201000
444.34/443.27	c cleaning 66011 clauses out of 132036 with flag 13963887/2268000
461.44/460.39	c cleaning 66984 clauses out of 134027 with flag 14402660/2336002
478.95/477.82	c cleaning 67977 clauses out of 136041 with flag 14844169/2405000
496.76/495.66	c cleaning 69011 clauses out of 138065 with flag 15288107/2475001
515.16/514.05	c cleaning 69996 clauses out of 140054 with flag 15742821/2546001
534.37/533.14	c cleaning 70982 clauses out of 142057 with flag 16204889/2618000
553.97/552.74	c cleaning 72013 clauses out of 144075 with flag 16672034/2691000
573.97/572.79	c cleaning 73006 clauses out of 146062 with flag 17138772/2765000
594.67/593.40	c cleaning 73980 clauses out of 148056 with flag 17617070/2840000
615.78/614.58	c cleaning 75015 clauses out of 150076 with flag 18096032/2916000
637.38/636.10	c cleaning 75991 clauses out of 152061 with flag 18580122/2993000
659.89/658.62	c cleaning 76974 clauses out of 154071 with flag 19073615/3071001
683.17/681.84	c cleaning 78033 clauses out of 156096 with flag 19575948/3150000
706.17/704.87	c cleaning 78990 clauses out of 158063 with flag 20087134/3230000
730.08/728.77	c cleaning 80008 clauses out of 160073 with flag 20603811/3311000
754.49/753.16	c cleaning 81010 clauses out of 162066 with flag 21123818/3393001
779.80/778.47	c cleaning 81945 clauses out of 164056 with flag 21648774/3476001
806.00/804.69	c cleaning 83050 clauses out of 166110 with flag 22180736/3560000
832.13/830.65	c cleaning 84013 clauses out of 168060 with flag 22727512/3645000
858.44/856.93	c cleaning 84984 clauses out of 170047 with flag 23272813/3731000
885.13/883.65	c cleaning 86014 clauses out of 172063 with flag 23828114/3818000
912.13/910.70	c cleaning 87008 clauses out of 174049 with flag 24396049/3906000
940.64/939.18	c cleaning 88000 clauses out of 176041 with flag 24960037/3995000
969.65/968.16	c cleaning 88968 clauses out of 178041 with flag 25534339/4085000
999.32/997.77	c cleaning 90006 clauses out of 180073 with flag 26115389/4176000
1029.22/1027.62	c cleaning 91021 clauses out of 182068 with flag 26701887/4268001
1060.12/1058.56	c cleaning 91944 clauses out of 184046 with flag 27290664/4361000
1091.44/1089.89	c cleaning 93032 clauses out of 186103 with flag 27887085/4455001
1123.13/1121.55	c cleaning 94036 clauses out of 188071 with flag 28489065/4550001
1155.46/1153.78	c cleaning 94994 clauses out of 190038 with flag 29096514/4646004
1188.47/1186.71	c cleaning 95985 clauses out of 192040 with flag 29712156/4743000
1222.07/1220.36	c cleaning 97014 clauses out of 194055 with flag 30333690/4841000
1256.48/1254.76	c cleaning 98014 clauses out of 196041 with flag 30958645/4940000
1291.50/1289.64	c cleaning 98993 clauses out of 198030 with flag 31598707/5040003
1327.21/1325.34	c cleaning 99960 clauses out of 200034 with flag 32238621/5141000
1363.84/1361.93	c cleaning 100988 clauses out of 202074 with flag 32882883/5243000
1401.44/1399.56	c cleaning 102000 clauses out of 204086 with flag 33542417/5346000
1439.61/1437.57	c cleaning 102996 clauses out of 206086 with flag 34206504/5450000
1477.83/1475.78	c cleaning 104011 clauses out of 208091 with flag 34871977/5555001
1517.24/1515.10	c cleaning 105017 clauses out of 210079 with flag 35543888/5661000
1556.85/1554.78	c cleaning 106012 clauses out of 212062 with flag 36227148/5768000
1597.96/1595.75	c cleaning 107013 clauses out of 214050 with flag 36908598/5876000
1639.86/1637.62	c cleaning 108008 clauses out of 216037 with flag 37598234/5985000
1682.66/1680.49	c cleaning 108988 clauses out of 218029 with flag 38297024/6095000
1726.48/1724.29	c cleaning 110006 clauses out of 220044 with flag 39002348/6206003
1770.47/1768.12	c cleaning 110968 clauses out of 222037 with flag 39712164/6318002
1800.09/1797.70	c starts		: 55398
1800.09/1797.70	c conflicts		: 6400099
1800.09/1797.70	c decisions		: 66333961
1800.09/1797.70	c propagations		: 894908994
1800.09/1797.70	c inspects		: 24617454623
1800.09/1797.70	c shortcuts		: 0
1800.09/1797.70	c learnt literals	: 2
1800.09/1797.70	c learnt binary clauses	: 37
1800.09/1797.70	c learnt ternary clauses	: 636
1800.09/1797.70	c learnt constraints	: 6400097
1800.09/1797.70	c ignored constraints	: 0
1800.09/1797.70	c root simplifications	: 0
1800.09/1797.70	c removed literals (reason simplification)	: 0
1800.09/1797.70	c reason swapping (by a shorter reason)	: 0
1800.09/1797.70	c Calls to reduceDB	: 108
1800.09/1797.70	c Number of update (reduction) of LBD	: 1334915
1800.09/1797.70	c Imported unit clauses	: 0
1800.09/1797.70	c number of reductions to clauses (during analyze)	: 0
1800.09/1797.70	c number of learned constraints concerned by reduction	: 0
1800.09/1797.70	c number of learning phase by resolution	: 0
1800.09/1797.70	c number of learning phase by cutting planes	: 0
1800.09/1797.70	c speed (assignments/second)	: 497921.311530137
1800.09/1797.70	c non guided choices	13168
1800.09/1797.70	c timeout
1800.09/1797.73	c learnt constraints type 
1800.09/1797.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 37
1800.09/1797.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 193129
1800.09/1797.73	s UNKNOWN
1800.09/1797.73	c Total wall clock time (in seconds): 1797.617

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-4116585-1466958088/watcher-4116585-1466958088 -o /tmp/evaluation-result-4116585-1466958088/solver-4116585-1466958088 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26459 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116585-1466958088.opb 

pid=28640
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.14 2.15 2.10 3/194 28643
/proc/meminfo: memFree=31049252/32872528 swapFree=552864/567172
[pid=28643] ppid=28640 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/28643/stat : 28643 (java) D 28640 28643 26442 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 28846763 9515008 186 33554432000 1073741824 1073778376 140737342559168 140737342548232 206619897127 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/28643/statm: 2323 186 143 9 0 71 0

[startup+0.100161 s]
/proc/loadavg: 2.14 2.15 2.10 3/194 28643
/proc/meminfo: memFree=31049252/32872528 swapFree=552864/567172
[pid=28643] ppid=28640 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/28643/stat : 28643 (java) S 28640 28643 26442 0 -1 4202496 4412 0 1 0 8 1 0 0 20 0 18 0 28846763 9787879424 6038 33554432000 1073741824 1073778376 140737342559168 140737342550304 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28643/statm: 2389619 6038 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200226 s]
/proc/loadavg: 2.14 2.15 2.10 3/194 28643
/proc/meminfo: memFree=31049252/32872528 swapFree=552864/567172
[pid=28643] ppid=28640 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/28643/stat : 28643 (java) S 28640 28643 26442 0 -1 4202496 4854 0 1 0 24 1 0 0 20 0 18 0 28846763 9787879424 6894 33554432000 1073741824 1073778376 140737342559168 140737342550304 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28643/statm: 2389619 6899 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300249 s]
/proc/loadavg: 2.14 2.15 2.10 3/194 28643
/proc/meminfo: memFree=31049252/32872528 swapFree=552864/567172
[pid=28643] ppid=28640 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/28643/stat : 28643 (java) S 28640 28643 26442 0 -1 4202496 5799 0 1 0 48 2 0 0 20 0 18 0 28846763 9787879424 8940 33554432000 1073741824 1073778376 140737342559168 140737342550304 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28643/statm: 2389619 8940 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700199 s]
/proc/loadavg: 2.14 2.15 2.10 3/194 28643
/proc/meminfo: memFree=31049252/32872528 swapFree=552864/567172
[pid=28643] ppid=28640 vsize=9625040 CPUtime=1.36 cores=1,3,5,7
/proc/28643/stat : 28643 (java) S 28640 28643 26442 0 -1 4202496 10908 0 1 0 133 3 0 0 20 0 19 0 28846763 9856040960 16896 33554432000 1073741824 1073778376 140737342559168 140737342550304 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28643/statm: 2406260 16896 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.13 2.15 2.10 4/213 28662
/proc/meminfo: memFree=30992292/32872528 swapFree=552864/567172
[pid=28643] ppid=28640 vsize=9625040 CPUtime=2.29 cores=1,3,5,7
/proc/28643/stat : 28643 (java) S 28640 28643 26442 0 -1 4202496 11812 0 1 0 225 4 0 0 20 0 19 0 28846763 9856040960 16988 33554432000 1073741824 1073778376 140737342559168 140737342550304 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28643/statm: 2406260 16988 2270 9 0 2396937 0
[pid=28643/tid=28645] ppid=28640 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/28643/task/28645/stat : 28645 (java) R 28640 28643 26442 0 -1 4202560 2424 0 1 0 144 2 0 0 20 0 19 0 28846764 9856040960 16988 33554432000 1073741824 1073778376 140737342559168 139927110811344 139926964852933 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28646] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28646/stat : 28646 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846766 9856040960 16988 33554432000 1073741824 1073778376 140737342559168 139927083272872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28647] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28647/stat : 28647 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846766 9856040960 16988 33554432000 1073741824 1073778376 140737342559168 139926953306920 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28643/tid=28648] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28648/stat : 28648 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846766 9856040960 16988 33554432000 1073741824 1073778376 140737342559168 139926952254376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28643/tid=28649] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28649/stat : 28649 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846766 9856040960 16988 33554432000 1073741824 1073778376 140737342559168 139926951201832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28643/tid=28650] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28650/stat : 28650 (java) S 28640 28643 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28846766 9856040960 16988 33554432000 1073741824 1073778376 140737342559168 139926950148264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28651] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28651/stat : 28651 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846766 9856040960 16988 33554432000 1073741824 1073778376 140737342559168 139926949095720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28643/tid=28652] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28652/stat : 28652 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846766 9856040960 16988 33554432000 1073741824 1073778376 140737342559168 139926611945896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28643/tid=28653] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28653/stat : 28653 (java) S 28640 28643 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28846766 9856040960 16988 33554432000 1073741824 1073778376 140737342559168 139926610893352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28654] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28654/stat : 28654 (java) S 28640 28643 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28846767 9856040960 16988 33554432000 1073741824 1073778376 140737342559168 139926598695528 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28655] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28655/stat : 28655 (java) S 28640 28643 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28846767 9856040960 16988 33554432000 1073741824 1073778376 140737342559168 139926597641848 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28656] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28656/stat : 28656 (java) S 28640 28643 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28846767 9856040960 16988 33554432000 1073741824 1073778376 140737342559168 139926596589192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28657] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28657/stat : 28657 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846769 9856040960 16988 33554432000 1073741824 1073778376 140737342559168 139926595537936 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28658] ppid=28640 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/28643/task/28658/stat : 28658 (java) S 28640 28643 26442 0 -1 4202560 4024 0 0 0 41 0 0 0 20 0 19 0 28846769 9856040960 16988 33554432000 1073741824 1073778376 140737342559168 139926594484280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28643/tid=28659] ppid=28640 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/28643/task/28659/stat : 28659 (java) S 28640 28643 26442 0 -1 4202560 4087 0 0 0 38 0 0 0 20 0 19 0 28846769 9856040960 16988 33554432000 1073741824 1073778376 140737342559168 139926593431736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28643/tid=28660] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28660/stat : 28660 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846769 9856040960 16988 33554432000 1073741824 1073778376 140737342559168 139926592379384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28643/tid=28661] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28661/stat : 28661 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846769 9856040960 16988 33554432000 1073741824 1073778376 140737342559168 139926591327048 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28643/tid=28662] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28662/stat : 28662 (java) S 28640 28643 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28846805 9856040960 16988 33554432000 1073741824 1073778376 140737342559168 139926590272808 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.13 2.15 2.10 3/213 28662
/proc/meminfo: memFree=30988072/32872528 swapFree=552864/567172
[pid=28643] ppid=28640 vsize=9625040 CPUtime=3.92 cores=1,3,5,7
/proc/28643/stat : 28643 (java) S 28640 28643 26442 0 -1 4202496 11815 0 1 0 388 4 0 0 20 0 19 0 28846763 9856040960 18012 33554432000 1073741824 1073778376 140737342559168 140737342550304 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28643/statm: 2406260 18012 2270 9 0 2396937 0
[pid=28643/tid=28645] ppid=28640 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/28643/task/28645/stat : 28645 (java) R 28640 28643 26442 0 -1 4202560 2427 0 1 0 303 2 0 0 20 0 19 0 28846764 9856040960 18012 33554432000 1073741824 1073778376 140737342559168 139927110820168 139926964949325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28646] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28646/stat : 28646 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846766 9856040960 18012 33554432000 1073741824 1073778376 140737342559168 139927083272872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28647] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28647/stat : 28647 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846766 9856040960 18012 33554432000 1073741824 1073778376 140737342559168 139926953306920 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28643/tid=28648] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28648/stat : 28648 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846766 9856040960 18012 33554432000 1073741824 1073778376 140737342559168 139926952254376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28643/tid=28649] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28649/stat : 28649 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846766 9856040960 18012 33554432000 1073741824 1073778376 140737342559168 139926951201832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28643/tid=28650] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28650/stat : 28650 (java) S 28640 28643 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28846766 9856040960 18012 33554432000 1073741824 1073778376 140737342559168 139926950148264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28651] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28651/stat : 28651 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846766 9856040960 18012 33554432000 1073741824 1073778376 140737342559168 139926949095720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28643/tid=28652] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28652/stat : 28652 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846766 9856040960 18012 33554432000 1073741824 1073778376 140737342559168 139926611945896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28643/tid=28653] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28653/stat : 28653 (java) S 28640 28643 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28846766 9856040960 18012 33554432000 1073741824 1073778376 140737342559168 139926610893352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28654] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28654/stat : 28654 (java) S 28640 28643 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28846767 9856040960 18012 33554432000 1073741824 1073778376 140737342559168 139926598695528 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28655] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28655/stat : 28655 (java) S 28640 28643 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28846767 9856040960 18012 33554432000 1073741824 1073778376 140737342559168 139926597641848 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28656] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28656/stat : 28656 (java) S 28640 28643 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28846767 9856040960 18012 33554432000 1073741824 1073778376 140737342559168 139926596589192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28657] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28657/stat : 28657 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846769 9856040960 18012 33554432000 1073741824 1073778376 140737342559168 139926595537936 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28658] ppid=28640 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/28643/task/28658/stat : 28658 (java) S 28640 28643 26442 0 -1 4202560 4024 0 0 0 42 0 0 0 20 0 19 0 28846769 9856040960 18012 33554432000 1073741824 1073778376 140737342559168 139926594484280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28643/tid=28659] ppid=28640 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/28643/task/28659/stat : 28659 (java) S 28640 28643 26442 0 -1 4202560 4087 0 0 0 40 0 0 0 20 0 19 0 28846769 9856040960 18012 33554432000 1073741824 1073778376 140737342559168 139926593431736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28643/tid=28660] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28660/stat : 28660 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846769 9856040960 18012 33554432000 1073741824 1073778376 140737342559168 139926592379384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28643/tid=28661] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28661/stat : 28661 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846769 9856040960 18012 33554432000 1073741824 1073778376 140737342559168 139926591327048 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28643/tid=28662] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28662/stat : 28662 (java) S 28640 28643 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28846805 9856040960 18012 33554432000 1073741824 1073778376 140737342559168 139926590272808 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.20 2.16 2.11 3/213 28662
/proc/meminfo: memFree=30981928/32872528 swapFree=552864/567172
[pid=28643] ppid=28640 vsize=9625040 CPUtime=7.13 cores=1,3,5,7
/proc/28643/stat : 28643 (java) S 28640 28643 26442 0 -1 4202496 11820 0 1 0 709 4 0 0 20 0 19 0 28846763 9856040960 19434 33554432000 1073741824 1073778376 140737342559168 140737342550304 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28643/statm: 2406260 19434 2271 9 0 2396937 0
[pid=28643/tid=28645] ppid=28640 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/28643/task/28645/stat : 28645 (java) R 28640 28643 26442 0 -1 4202560 2431 0 1 0 621 2 0 0 20 0 19 0 28846764 9856040960 19434 33554432000 1073741824 1073778376 140737342559168 139927110811328 139926964949532 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28646] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28646/stat : 28646 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846766 9856040960 19434 33554432000 1073741824 1073778376 140737342559168 139927083272872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28647] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28647/stat : 28647 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846766 9856040960 19434 33554432000 1073741824 1073778376 140737342559168 139926953306920 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28643/tid=28648] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28648/stat : 28648 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846766 9856040960 19434 33554432000 1073741824 1073778376 140737342559168 139926952254376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28643/tid=28649] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28649/stat : 28649 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846766 9856040960 19434 33554432000 1073741824 1073778376 140737342559168 139926951201832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28643/tid=28650] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28650/stat : 28650 (java) S 28640 28643 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28846766 9856040960 19434 33554432000 1073741824 1073778376 140737342559168 139926950148264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28651] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28651/stat : 28651 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846766 9856040960 19434 33554432000 1073741824 1073778376 140737342559168 139926949095720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28643/tid=28652] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28652/stat : 28652 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846766 9856040960 19434 33554432000 1073741824 1073778376 140737342559168 139926611945896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28643/tid=28653] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28653/stat : 28653 (java) S 28640 28643 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28846766 9856040960 19434 33554432000 1073741824 1073778376 140737342559168 139926610893352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28654] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28654/stat : 28654 (java) S 28640 28643 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28846767 9856040960 19434 33554432000 1073741824 1073778376 140737342559168 139926598695528 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28655] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28655/stat : 28655 (java) S 28640 28643 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28846767 9856040960 19434 33554432000 1073741824 1073778376 140737342559168 139926597641848 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28656] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28656/stat : 28656 (java) S 28640 28643 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28846767 9856040960 19434 33554432000 1073741824 1073778376 140737342559168 139926596589192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28657] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28657/stat : 28657 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846769 9856040960 19434 33554432000 1073741824 1073778376 140737342559168 139926595537936 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28658] ppid=28640 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/28643/task/28658/stat : 28658 (java) S 28640 28643 26442 0 -1 4202560 4024 0 0 0 43 0 0 0 20 0 19 0 28846769 9856040960 19434 33554432000 1073741824 1073778376 140737342559168 139926594484280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28643/tid=28659] ppid=28640 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/28643/task/28659/stat : 28659 (java) S 28640 28643 26442 0 -1 4202560 4087 0 0 0 41 0 0 0 20 0 19 0 28846769 9856040960 19434 33554432000 1073741824 1073778376 140737342559168 139926593431736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28643/tid=28660] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28660/stat : 28660 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846769 9856040960 19434 33554432000 1073741824 1073778376 140737342559168 139926592379384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28643/tid=28661] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28661/stat : 28661 (java) S 28640 28643 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28846769 9856040960 19434 33554432000 1073741824 1073778376 140737342559168 139926591327048 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28643/tid=28662] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28662/stat : 28662 (java) S 28640 28643 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28846805 9856040960 19434 33554432000 1073741824 1073778376 140737342559168 139926590272808 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.13
Current children cumulated vsize (KiB) 9625040


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

[pid=28643/tid=28662] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28662/stat : 28662 (java) S 28640 28643 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28846805 9856040960 96047 33554432000 1073741824 1073778376 140737342559168 139926590272808 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1724.58
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.14 2.13 2.11 3/213 28773
/proc/meminfo: memFree=30738204/32872528 swapFree=552864/567172
[pid=28643] ppid=28640 vsize=9625040 CPUtime=1784.68 cores=1,3,5,7
/proc/28643/stat : 28643 (java) S 28640 28643 26442 0 -1 4202496 13382 0 1 0 178404 64 0 0 20 0 19 0 28846763 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 140737342550304 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28643/statm: 2406260 98045 2285 9 0 2396937 0
[pid=28643/tid=28645] ppid=28640 vsize=9625040 CPUtime=1777.15 cores=1,3,5,7
/proc/28643/task/28645/stat : 28645 (java) R 28640 28643 26442 0 -1 4202560 2488 0 1 0 177685 30 0 0 20 0 19 0 28846764 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139927110811424 139926964885468 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28643/tid=28646] ppid=28640 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/28643/task/28646/stat : 28646 (java) S 28640 28643 26442 0 -1 4202560 241 0 0 0 17 4 0 0 20 0 19 0 28846766 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139927083272872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28647] ppid=28640 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/28643/task/28647/stat : 28647 (java) S 28640 28643 26442 0 -1 4202560 308 0 0 0 16 3 0 0 20 0 19 0 28846766 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926953306920 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28643/tid=28648] ppid=28640 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/28643/task/28648/stat : 28648 (java) S 28640 28643 26442 0 -1 4202560 189 0 0 0 15 3 0 0 20 0 19 0 28846766 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926952254376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28643/tid=28649] ppid=28640 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/28643/task/28649/stat : 28649 (java) S 28640 28643 26442 0 -1 4202560 93 0 0 0 18 3 0 0 20 0 19 0 28846766 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926951201832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28650] ppid=28640 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/28643/task/28650/stat : 28650 (java) S 28640 28643 26442 0 -1 4202560 193 0 0 0 18 4 0 0 20 0 19 0 28846766 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926950148264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28651] ppid=28640 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/28643/task/28651/stat : 28651 (java) S 28640 28643 26442 0 -1 4202560 60 0 0 0 12 3 0 0 20 0 19 0 28846766 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926949095720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28643/tid=28652] ppid=28640 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/28643/task/28652/stat : 28652 (java) S 28640 28643 26442 0 -1 4202560 184 0 0 0 11 2 0 0 20 0 19 0 28846766 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926611945896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28643/tid=28653] ppid=28640 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/28643/task/28653/stat : 28653 (java) S 28640 28643 26442 0 -1 4202560 67 0 0 0 14 4 0 0 20 0 19 0 28846766 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926610893352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28643/tid=28654] ppid=28640 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28643/task/28654/stat : 28654 (java) S 28640 28643 26442 0 -1 4202560 62 0 0 0 0 2 0 0 20 0 19 0 28846767 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926598695528 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28643/tid=28655] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28655/stat : 28655 (java) S 28640 28643 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28846767 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926597641848 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28656] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28656/stat : 28656 (java) S 28640 28643 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28846767 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926596589192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28657] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28657/stat : 28657 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846769 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926595537936 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28658] ppid=28640 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/28643/task/28658/stat : 28658 (java) S 28640 28643 26442 0 -1 4202560 4024 0 0 0 43 0 0 0 20 0 19 0 28846769 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926594484280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28643/tid=28659] ppid=28640 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/28643/task/28659/stat : 28659 (java) S 28640 28643 26442 0 -1 4202560 4107 0 0 0 44 1 0 0 20 0 19 0 28846769 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926593431736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28643/tid=28660] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28660/stat : 28660 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846769 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926592379384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28643/tid=28661] ppid=28640 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/28643/task/28661/stat : 28661 (java) S 28640 28643 26442 0 -1 4202560 104 0 0 0 39 39 0 0 20 0 19 0 28846769 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926591327048 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28662] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28662/stat : 28662 (java) S 28640 28643 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28846805 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926590272808 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1784.68
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.11 2.12 2.11 3/213 28773
/proc/meminfo: memFree=30738456/32872528 swapFree=552864/567172
[pid=28643] ppid=28640 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/28643/stat : 28643 (java) S 28640 28643 26442 0 -1 4202496 13382 0 1 0 179945 64 0 0 20 0 19 0 28846763 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 140737342550304 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28643/statm: 2406260 98045 2285 9 0 2396937 0
[pid=28643/tid=28645] ppid=28640 vsize=9625040 CPUtime=1792.51 cores=1,3,5,7
/proc/28643/task/28645/stat : 28645 (java) R 28640 28643 26442 0 -1 4202560 2488 0 1 0 179221 30 0 0 20 0 19 0 28846764 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139927110811424 139926964899936 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28643/tid=28646] ppid=28640 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/28643/task/28646/stat : 28646 (java) S 28640 28643 26442 0 -1 4202560 241 0 0 0 17 4 0 0 20 0 19 0 28846766 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139927083272872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28647] ppid=28640 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/28643/task/28647/stat : 28647 (java) S 28640 28643 26442 0 -1 4202560 308 0 0 0 16 3 0 0 20 0 19 0 28846766 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926953306920 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28643/tid=28648] ppid=28640 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/28643/task/28648/stat : 28648 (java) S 28640 28643 26442 0 -1 4202560 189 0 0 0 15 3 0 0 20 0 19 0 28846766 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926952254376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28643/tid=28649] ppid=28640 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/28643/task/28649/stat : 28649 (java) S 28640 28643 26442 0 -1 4202560 93 0 0 0 18 3 0 0 20 0 19 0 28846766 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926951201832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28650] ppid=28640 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/28643/task/28650/stat : 28650 (java) S 28640 28643 26442 0 -1 4202560 193 0 0 0 18 4 0 0 20 0 19 0 28846766 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926950148264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28651] ppid=28640 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/28643/task/28651/stat : 28651 (java) S 28640 28643 26442 0 -1 4202560 60 0 0 0 12 3 0 0 20 0 19 0 28846766 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926949095720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28643/tid=28652] ppid=28640 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/28643/task/28652/stat : 28652 (java) S 28640 28643 26442 0 -1 4202560 184 0 0 0 11 2 0 0 20 0 19 0 28846766 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926611945896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28643/tid=28653] ppid=28640 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/28643/task/28653/stat : 28653 (java) S 28640 28643 26442 0 -1 4202560 67 0 0 0 14 4 0 0 20 0 19 0 28846766 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926610893352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28643/tid=28654] ppid=28640 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28643/task/28654/stat : 28654 (java) S 28640 28643 26442 0 -1 4202560 62 0 0 0 0 2 0 0 20 0 19 0 28846767 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926598695528 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28643/tid=28655] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28655/stat : 28655 (java) S 28640 28643 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28846767 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926597641848 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28656] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28656/stat : 28656 (java) S 28640 28643 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28846767 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926596589192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28657] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28657/stat : 28657 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846769 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926595537936 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28658] ppid=28640 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/28643/task/28658/stat : 28658 (java) S 28640 28643 26442 0 -1 4202560 4024 0 0 0 43 0 0 0 20 0 19 0 28846769 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926594484280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28643/tid=28659] ppid=28640 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/28643/task/28659/stat : 28659 (java) S 28640 28643 26442 0 -1 4202560 4107 0 0 0 44 1 0 0 20 0 19 0 28846769 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926593431736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28643/tid=28660] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28660/stat : 28660 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846769 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926592379384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28643/tid=28661] ppid=28640 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/28643/task/28661/stat : 28661 (java) S 28640 28643 26442 0 -1 4202560 104 0 0 0 40 39 0 0 20 0 19 0 28846769 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926591327048 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28662] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28662/stat : 28662 (java) S 28640 28643 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28846805 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926590272808 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 28643 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.7 s]
/proc/loadavg: 2.11 2.12 2.11 3/213 28773
/proc/meminfo: memFree=30738456/32872528 swapFree=552864/567172
[pid=28643] ppid=28640 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/28643/stat : 28643 (java) S 28640 28643 26442 0 -1 4202496 13382 0 1 0 179945 64 0 0 20 0 19 0 28846763 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 140737342550304 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28643/statm: 2406260 98045 2285 9 0 2396937 0
[pid=28643/tid=28645] ppid=28640 vsize=9625040 CPUtime=1792.51 cores=1,3,5,7
/proc/28643/task/28645/stat : 28645 (java) R 28640 28643 26442 0 -1 4202560 2488 0 1 0 179221 30 0 0 20 0 19 0 28846764 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139927110811424 139926964899936 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28643/tid=28646] ppid=28640 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/28643/task/28646/stat : 28646 (java) S 28640 28643 26442 0 -1 4202560 241 0 0 0 17 4 0 0 20 0 19 0 28846766 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139927083272872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28647] ppid=28640 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/28643/task/28647/stat : 28647 (java) S 28640 28643 26442 0 -1 4202560 308 0 0 0 16 3 0 0 20 0 19 0 28846766 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926953306920 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28643/tid=28648] ppid=28640 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/28643/task/28648/stat : 28648 (java) S 28640 28643 26442 0 -1 4202560 189 0 0 0 15 3 0 0 20 0 19 0 28846766 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926952254376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28643/tid=28649] ppid=28640 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/28643/task/28649/stat : 28649 (java) S 28640 28643 26442 0 -1 4202560 93 0 0 0 18 3 0 0 20 0 19 0 28846766 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926951201832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28650] ppid=28640 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/28643/task/28650/stat : 28650 (java) S 28640 28643 26442 0 -1 4202560 193 0 0 0 18 4 0 0 20 0 19 0 28846766 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926950148264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28651] ppid=28640 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/28643/task/28651/stat : 28651 (java) S 28640 28643 26442 0 -1 4202560 60 0 0 0 12 3 0 0 20 0 19 0 28846766 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926949095720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28643/tid=28652] ppid=28640 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/28643/task/28652/stat : 28652 (java) S 28640 28643 26442 0 -1 4202560 184 0 0 0 11 2 0 0 20 0 19 0 28846766 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926611945896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28643/tid=28653] ppid=28640 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/28643/task/28653/stat : 28653 (java) S 28640 28643 26442 0 -1 4202560 67 0 0 0 14 4 0 0 20 0 19 0 28846766 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926610893352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28643/tid=28654] ppid=28640 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28643/task/28654/stat : 28654 (java) S 28640 28643 26442 0 -1 4202560 62 0 0 0 0 2 0 0 20 0 19 0 28846767 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926598695528 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28643/tid=28655] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28655/stat : 28655 (java) S 28640 28643 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28846767 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926597641848 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28656] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28656/stat : 28656 (java) S 28640 28643 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28846767 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926596589192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28657] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28657/stat : 28657 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846769 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926595537936 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28658] ppid=28640 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/28643/task/28658/stat : 28658 (java) S 28640 28643 26442 0 -1 4202560 4024 0 0 0 43 0 0 0 20 0 19 0 28846769 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926594484280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28643/tid=28659] ppid=28640 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/28643/task/28659/stat : 28659 (java) S 28640 28643 26442 0 -1 4202560 4107 0 0 0 44 1 0 0 20 0 19 0 28846769 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926593431736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28643/tid=28660] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28660/stat : 28660 (java) S 28640 28643 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28846769 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926592379384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28643/tid=28661] ppid=28640 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/28643/task/28661/stat : 28661 (java) S 28640 28643 26442 0 -1 4202560 104 0 0 0 40 39 0 0 20 0 19 0 28846769 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926591327048 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28643/tid=28662] ppid=28640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28643/task/28662/stat : 28662 (java) S 28640 28643 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28846805 9856040960 98045 33554432000 1073741824 1073778376 140737342559168 139926590272808 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28643 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=848141
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=122829
# CPU time returned by wait4() is 1795.97
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.74
CPU time (s): 1800.09
CPU user time (s): 1799.45
CPU system time (s): 0.64
CPU usage (%): 100.131
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.85
system time used= 1.12283
maximum resident set size= 396476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13417
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38390
involuntary context switches= 7645

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.85065 second user time and 15.5456 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-26 18:21:29
IDJOB=4116585
IDBENCH=109488
IDSOLVER=2546
FILE ID=node138/4116585-1466958088
RUNJOBID= node138-1466940040-26459
PBS_JOBID= 19976338
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size96-round22-1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116585-1466958088/watcher-4116585-1466958088 -o /tmp/evaluation-result-4116585-1466958088/solver-4116585-1466958088 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26459 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116585-1466958088.opb

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

MD5SUM BENCH= ada06cfabce70a25df94d8484f9bb09a
RANDOM SEED=367900774

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.803
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		: 2666.803
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:        31049632 kB
Buffers:           22496 kB
Cached:           222624 kB
SwapCached:         3788 kB
Active:           321016 kB
Inactive:         224024 kB
Active(anon):     297844 kB
Inactive(anon):     4564 kB
Active(file):      23172 kB
Inactive(file):   219460 kB
Unevictable:      567172 kB
Mlocked:          552864 kB
SwapTotal:      67108856 kB
SwapFree:       67094448 kB
Dirty:              1224 kB
Writeback:             0 kB
AnonPages:       1003840 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             566744 kB
SReclaimable:      10328 kB
SUnreclaim:       556416 kB
KernelStack:        1760 kB
PageTables:         6272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1312948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    438272 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= 71716 MiB
End job on node138 at 2016-06-26 18:51:26