Trace number 4115921

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

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size144-round23-1.opb
MD5SUM73d09bc688f32383f27b8cfd61f2560b
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 variables4288
Total number of constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints896
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.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4115921-1466944359.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  no objective function found
0.69/0.42	c ... done. Wall clock time 0.307s.
0.69/0.42	c declared #vars     4288
0.69/0.42	c #constraints  10848
0.69/0.42	c constraints type 
0.69/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.69/0.42	c org.sat4j.specs.Constr$1 => 920
0.69/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
0.69/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.69/0.42	c 10848 constraints processed.
1.67/1.05	c cleaning 2493 clauses out of 5000 with flag 16652/5001
2.33/1.67	c cleaning 4242 clauses out of 8505 with flag 39950/11000
3.14/2.43	c cleaning 5628 clauses out of 11263 with flag 69416/18000
3.95/3.27	c cleaning 6809 clauses out of 13635 with flag 105075/26000
4.96/4.23	c cleaning 7885 clauses out of 15826 with flag 149655/35000
5.96/5.28	c cleaning 8960 clauses out of 17940 with flag 201275/45000
7.16/6.48	c cleaning 9971 clauses out of 19980 with flag 257914/56000
8.56/7.88	c cleaning 10997 clauses out of 22009 with flag 318724/68000
10.16/9.40	c cleaning 12003 clauses out of 24012 with flag 388227/81000
11.76/11.04	c cleaning 12958 clauses out of 26010 with flag 463868/95001
13.55/12.86	c cleaning 14024 clauses out of 28053 with flag 546632/110002
15.56/14.86	c cleaning 15003 clauses out of 30027 with flag 635209/126000
17.76/17.00	c cleaning 16005 clauses out of 32024 with flag 729356/143000
20.07/19.31	c cleaning 16986 clauses out of 34019 with flag 830191/161000
22.67/21.91	c cleaning 18001 clauses out of 36033 with flag 935985/180000
25.36/24.67	c cleaning 18999 clauses out of 38032 with flag 1052540/200000
28.37/27.65	c cleaning 19976 clauses out of 40033 with flag 1174298/221000
31.46/30.72	c cleaning 21012 clauses out of 42057 with flag 1301766/243000
34.66/33.96	c cleaning 21998 clauses out of 44046 with flag 1439177/266001
38.27/37.56	c cleaning 22977 clauses out of 46047 with flag 1581647/290000
42.27/41.52	c cleaning 24022 clauses out of 48070 with flag 1731078/315000
46.07/45.39	c cleaning 25024 clauses out of 50048 with flag 1887128/341000
50.27/49.57	c cleaning 25982 clauses out of 52024 with flag 2051737/368000
54.50/53.71	c cleaning 26987 clauses out of 54042 with flag 2221504/396000
58.70/57.93	c cleaning 28010 clauses out of 56057 with flag 2399760/425002
63.10/62.30	c cleaning 28976 clauses out of 58047 with flag 2581861/455002
67.70/66.95	c cleaning 30008 clauses out of 60070 with flag 2774593/486001
72.59/71.87	c cleaning 31002 clauses out of 62062 with flag 2968215/518001
77.70/76.99	c cleaning 32025 clauses out of 64059 with flag 3168385/551000
83.00/82.26	c cleaning 33017 clauses out of 66034 with flag 3381075/585000
88.60/87.86	c cleaning 33989 clauses out of 68017 with flag 3595387/620000
94.40/93.66	c cleaning 34986 clauses out of 70029 with flag 3815665/656001
100.60/99.80	c cleaning 35984 clauses out of 72042 with flag 4040603/693000
107.11/106.32	c cleaning 37023 clauses out of 74058 with flag 4272596/731000
113.71/112.93	c cleaning 37989 clauses out of 76036 with flag 4512866/770001
120.82/120.07	c cleaning 39014 clauses out of 78046 with flag 4757118/810000
128.11/127.38	c cleaning 40001 clauses out of 80032 with flag 5010582/851000
135.88/135.02	c cleaning 41007 clauses out of 82031 with flag 5265748/893000
143.38/142.59	c cleaning 41992 clauses out of 84024 with flag 5526823/936000
151.28/150.40	c cleaning 43005 clauses out of 86032 with flag 5801511/980000
159.38/158.54	c cleaning 44011 clauses out of 88027 with flag 6079056/1025000
167.48/166.68	c cleaning 45003 clauses out of 90016 with flag 6365909/1071000
176.28/175.42	c cleaning 45998 clauses out of 92013 with flag 6658201/1118000
185.58/184.72	c cleaning 46965 clauses out of 94017 with flag 6957708/1166002
195.18/194.32	c cleaning 48019 clauses out of 96050 with flag 7260577/1215000
204.98/204.19	c cleaning 49010 clauses out of 98032 with flag 7576112/1265001
215.39/214.54	c cleaning 50006 clauses out of 100021 with flag 7892082/1316000
225.79/224.95	c cleaning 50957 clauses out of 102015 with flag 8214251/1368000
236.45/235.58	c cleaning 52020 clauses out of 104058 with flag 8538723/1421000
247.14/246.20	c cleaning 52983 clauses out of 106040 with flag 8868603/1475002
258.45/257.54	c cleaning 54006 clauses out of 108056 with flag 9212134/1530001
269.84/268.96	c cleaning 54961 clauses out of 110049 with flag 9552832/1586000
281.74/280.80	c cleaning 56021 clauses out of 112088 with flag 9899784/1643000
293.95/293.08	c cleaning 56984 clauses out of 114067 with flag 10258057/1701000
306.86/305.99	c cleaning 58037 clauses out of 116083 with flag 10619184/1760000
320.06/319.18	c cleaning 58997 clauses out of 118046 with flag 10985089/1820000
333.65/332.79	c cleaning 60018 clauses out of 120050 with flag 11358238/1881001
347.19/346.24	c cleaning 61003 clauses out of 122032 with flag 11739348/1943001
361.29/360.31	c cleaning 61984 clauses out of 124028 with flag 12125555/2006000
375.49/374.54	c cleaning 62972 clauses out of 126044 with flag 12514880/2070000
390.40/389.41	c cleaning 64019 clauses out of 128072 with flag 12910286/2135000
405.51/404.53	c cleaning 65019 clauses out of 130054 with flag 13309490/2201001
421.01/420.02	c cleaning 65980 clauses out of 132035 with flag 13717356/2268001
437.32/436.34	c cleaning 67013 clauses out of 134055 with flag 14131167/2336001
453.89/452.85	c cleaning 67991 clauses out of 136042 with flag 14548220/2405001
471.09/470.07	c cleaning 69016 clauses out of 138050 with flag 14973179/2475000
488.69/487.62	c cleaning 70001 clauses out of 140034 with flag 15403119/2546000
506.90/505.83	c cleaning 70961 clauses out of 142036 with flag 15839166/2618003
525.70/524.64	c cleaning 72001 clauses out of 144072 with flag 16279057/2691000
544.80/543.78	c cleaning 73013 clauses out of 146071 with flag 16722958/2765000
564.80/563.73	c cleaning 74003 clauses out of 148059 with flag 17169787/2840001
584.29/583.15	c cleaning 74986 clauses out of 150055 with flag 17630100/2916000
604.18/603.07	c cleaning 76022 clauses out of 152070 with flag 18093900/2993001
625.08/623.98	c cleaning 77005 clauses out of 154047 with flag 18566218/3071000
646.49/645.32	c cleaning 77980 clauses out of 156043 with flag 19044491/3150001
667.99/666.83	c cleaning 79016 clauses out of 158062 with flag 19527758/3230000
690.38/689.21	c cleaning 79985 clauses out of 160046 with flag 20014180/3311000
712.57/711.37	c cleaning 81027 clauses out of 162062 with flag 20510490/3393001
735.37/734.14	c cleaning 81983 clauses out of 164034 with flag 21013190/3476000
758.57/757.30	c cleaning 82984 clauses out of 166052 with flag 21521666/3560001
782.76/781.55	c cleaning 84024 clauses out of 168067 with flag 22033253/3645000
807.16/805.97	c cleaning 85004 clauses out of 170043 with flag 22555486/3731000
832.55/831.21	c cleaning 85983 clauses out of 172039 with flag 23074128/3818000
858.16/856.84	c cleaning 86977 clauses out of 174056 with flag 23607043/3906000
884.67/883.34	c cleaning 88030 clauses out of 176079 with flag 24140675/3995000
910.97/909.69	c cleaning 89013 clauses out of 178050 with flag 24679189/4085001
938.48/937.11	c cleaning 89987 clauses out of 180036 with flag 25229154/4176000
967.35/965.93	c cleaning 91022 clauses out of 182049 with flag 25782392/4268000
995.55/994.11	c cleaning 91964 clauses out of 184027 with flag 26336063/4361000
1024.85/1023.41	c cleaning 93011 clauses out of 186065 with flag 26896341/4455002
1054.36/1052.90	c cleaning 93992 clauses out of 188053 with flag 27465618/4550001
1085.05/1083.56	c cleaning 95016 clauses out of 190060 with flag 28039860/4646000
1115.86/1114.36	c cleaning 96009 clauses out of 192044 with flag 28624141/4743000
1147.95/1146.48	c cleaning 96977 clauses out of 194035 with flag 29211195/4841000
1179.95/1178.46	c cleaning 97980 clauses out of 196058 with flag 29802849/4940000
1212.68/1211.08	c cleaning 99000 clauses out of 198078 with flag 30397480/5040000
1246.19/1244.56	c cleaning 100031 clauses out of 200080 with flag 31000066/5141002
1280.59/1278.97	c cleaning 101011 clauses out of 202048 with flag 31605648/5243001
1315.59/1313.94	c cleaning 102004 clauses out of 204037 with flag 32216864/5346001
1350.29/1348.51	c cleaning 103001 clauses out of 206032 with flag 32839908/5450000
1386.71/1384.95	c cleaning 104002 clauses out of 208032 with flag 33461693/5555001
1423.80/1422.09	c cleaning 104941 clauses out of 210030 with flag 34097522/5661001
1461.72/1459.86	c cleaning 106002 clauses out of 212088 with flag 34732421/5768000
1500.43/1498.58	c cleaning 107005 clauses out of 214086 with flag 35368249/5876000
1539.24/1537.38	c cleaning 108015 clauses out of 216081 with flag 36014390/5985000
1579.55/1577.67	c cleaning 108980 clauses out of 218066 with flag 36665555/6095000
1620.04/1618.05	c cleaning 110028 clauses out of 220086 with flag 37324349/6206000
1661.15/1659.12	c cleaning 111024 clauses out of 222059 with flag 37985203/6318001
1702.95/1700.95	c cleaning 111953 clauses out of 224034 with flag 38659169/6431000
1745.74/1743.65	c cleaning 113026 clauses out of 226081 with flag 39330770/6545000
1789.12/1787.06	c cleaning 114015 clauses out of 228055 with flag 40011898/6660000
1800.02/1797.90	c starts		: 52798
1800.02/1797.90	c conflicts		: 6696628
1800.02/1797.90	c decisions		: 56724636
1800.02/1797.90	c propagations		: 874302995
1800.02/1797.90	c inspects		: 24852867609
1800.02/1797.90	c shortcuts		: 0
1800.02/1797.90	c learnt literals	: 3
1800.02/1797.90	c learnt binary clauses	: 52
1800.02/1797.90	c learnt ternary clauses	: 875
1800.02/1797.90	c learnt constraints	: 6696626
1800.02/1797.90	c ignored constraints	: 0
1800.02/1797.90	c root simplifications	: 0
1800.02/1797.90	c removed literals (reason simplification)	: 0
1800.02/1797.90	c reason swapping (by a shorter reason)	: 0
1800.02/1797.90	c Calls to reduceDB	: 111
1800.02/1797.90	c Number of update (reduction) of LBD	: 1445141
1800.02/1797.90	c Imported unit clauses	: 0
1800.02/1797.90	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.90	c number of learned constraints concerned by reduction	: 0
1800.02/1797.90	c number of learning phase by resolution	: 0
1800.02/1797.90	c number of learning phase by cutting planes	: 0
1800.02/1797.90	c speed (assignments/second)	: 486406.7471389
1800.02/1797.90	c non guided choices	25538
1800.02/1797.90	c timeout
1800.02/1797.93	c learnt constraints type 
1800.02/1797.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 52
1800.02/1797.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 150617
1800.02/1797.93	s UNKNOWN
1800.02/1797.93	c Total wall clock time (in seconds): 1797.814

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

pid=26963
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.03 2.02 2.00 2/194 26966
/proc/meminfo: memFree=31148784/32872528 swapFree=552864/567172
[pid=26966] ppid=26963 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/26966/stat : 26966 (java) R 26963 26966 26442 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 27473839 278528 33 33554432000 1073741824 1073778376 140735348423200 140734768212536 206619897127 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26966/statm: 68 33 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 2.03 2.02 2.00 2/194 26966
/proc/meminfo: memFree=31148784/32872528 swapFree=552864/567172
[pid=26966] ppid=26963 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/26966/stat : 26966 (java) S 26963 26966 26442 0 -1 4202496 4399 0 1 0 8 0 0 0 20 0 18 0 27473839 9787879424 6029 33554432000 1073741824 1073778376 140735348423200 140735348414336 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26966/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 2.03 2.02 2.00 2/194 26966
/proc/meminfo: memFree=31148784/32872528 swapFree=552864/567172
[pid=26966] ppid=26963 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/26966/stat : 26966 (java) S 26963 26966 26442 0 -1 4202496 4858 0 1 0 25 0 0 0 20 0 18 0 27473839 9787879424 6913 33554432000 1073741824 1073778376 140735348423200 140735348414336 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26966/statm: 2389619 6914 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300226 s]
/proc/loadavg: 2.03 2.02 2.00 2/194 26966
/proc/meminfo: memFree=31148784/32872528 swapFree=552864/567172
[pid=26966] ppid=26963 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/26966/stat : 26966 (java) S 26963 26966 26442 0 -1 4202496 5715 0 1 0 48 1 0 0 20 0 18 0 27473839 9787879424 9008 33554432000 1073741824 1073778376 140735348423200 140735348414336 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26966/statm: 2389619 9008 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700181 s]
/proc/loadavg: 2.03 2.02 2.00 2/194 26966
/proc/meminfo: memFree=31148784/32872528 swapFree=552864/567172
[pid=26966] ppid=26963 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/26966/stat : 26966 (java) S 26963 26966 26442 0 -1 4202496 8545 0 1 0 135 1 0 0 20 0 19 0 27473839 9856040960 15684 33554432000 1073741824 1073778376 140735348423200 140735348414336 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26966/statm: 2406260 15684 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625040

[startup+1.50084 s]
/proc/loadavg: 2.03 2.02 2.00 3/213 26985
/proc/meminfo: memFree=31092068/32872528 swapFree=552864/567172
[pid=26966] ppid=26963 vsize=9625040 CPUtime=2.21 cores=0,2,4,6
/proc/26966/stat : 26966 (java) S 26963 26966 26442 0 -1 4202496 8786 0 1 0 220 1 0 0 20 0 19 0 27473839 9856040960 16203 33554432000 1073741824 1073778376 140735348423200 140735348414336 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26966/statm: 2406260 16203 2269 9 0 2396937 0
[pid=26966/tid=26968] ppid=26963 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/26966/task/26968/stat : 26968 (java) R 26963 26966 26442 0 -1 4202560 2442 0 1 0 144 1 0 0 20 0 19 0 27473840 9856040960 16203 33554432000 1073741824 1073778376 140735348423200 140722171039824 140722003647444 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26966/tid=26969] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26969/stat : 26969 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473841 9856040960 16203 33554432000 1073741824 1073778376 140735348423200 140722132531496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26970] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26970/stat : 26970 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473841 9856040960 16203 33554432000 1073741824 1073778376 140735348423200 140722131478696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26966/tid=26971] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26971/stat : 26971 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473841 9856040960 16203 33554432000 1073741824 1073778376 140735348423200 140722130426408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26966/tid=26972] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26972/stat : 26972 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473841 9856040960 16203 33554432000 1073741824 1073778376 140735348423200 140722129373608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26966/tid=26973] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26973/stat : 26973 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473841 9856040960 16203 33554432000 1073741824 1073778376 140735348423200 140722128321320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26974] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26974/stat : 26974 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473841 9856040960 16203 33554432000 1073741824 1073778376 140735348423200 140722127268520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26966/tid=26975] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26975/stat : 26975 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473841 9856040960 16203 33554432000 1073741824 1073778376 140735348423200 140722126216232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26976] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26976/stat : 26976 (java) S 26963 26966 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27473841 9856040960 16203 33554432000 1073741824 1073778376 140735348423200 140722125163432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26977] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26977/stat : 26977 (java) S 26963 26966 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27473842 9856040960 16203 33554432000 1073741824 1073778376 140735348423200 140721994557672 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26978] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26978/stat : 26978 (java) S 26963 26966 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27473843 9856040960 16203 33554432000 1073741824 1073778376 140735348423200 140721993503736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26979] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26979/stat : 26979 (java) S 26963 26966 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27473843 9856040960 16203 33554432000 1073741824 1073778376 140735348423200 140721992451336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26980] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26980/stat : 26980 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473845 9856040960 16203 33554432000 1073741824 1073778376 140735348423200 140721991399824 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26981] ppid=26963 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/26966/task/26981/stat : 26981 (java) S 26963 26966 26442 0 -1 4202560 1923 0 0 0 31 0 0 0 20 0 19 0 27473845 9856040960 16203 33554432000 1073741824 1073778376 140735348423200 140721990347448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26966/tid=26982] ppid=26963 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/26966/task/26982/stat : 26982 (java) S 26963 26966 26442 0 -1 4202560 3149 0 0 0 41 0 0 0 20 0 19 0 27473845 9856040960 16203 33554432000 1073741824 1073778376 140735348423200 140721989294648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26966/tid=26983] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26983/stat : 26983 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473845 9856040960 16203 33554432000 1073741824 1073778376 140735348423200 140721988242552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26966/tid=26984] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26984/stat : 26984 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473845 9856040960 16203 33554432000 1073741824 1073778376 140735348423200 140720979569864 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26985] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26985/stat : 26985 (java) S 26963 26966 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27473882 9856040960 16203 33554432000 1073741824 1073778376 140735348423200 140720978514856 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.02 2.02 2.00 3/213 26985
/proc/meminfo: memFree=31089400/32872528 swapFree=552864/567172
[pid=26966] ppid=26963 vsize=9625040 CPUtime=3.85 cores=0,2,4,6
/proc/26966/stat : 26966 (java) S 26963 26966 26442 0 -1 4202496 8790 0 1 0 383 2 0 0 20 0 19 0 27473839 9856040960 17228 33554432000 1073741824 1073778376 140735348423200 140735348414336 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26966/statm: 2406260 17228 2270 9 0 2396937 0
[pid=26966/tid=26968] ppid=26963 vsize=9625040 CPUtime=3.03 cores=0,2,4,6
/proc/26966/task/26968/stat : 26968 (java) R 26963 26966 26442 0 -1 4202560 2444 0 1 0 302 1 0 0 20 0 19 0 27473840 9856040960 17228 33554432000 1073741824 1073778376 140735348423200 140722171031248 140722003662657 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26969] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26969/stat : 26969 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473841 9856040960 17228 33554432000 1073741824 1073778376 140735348423200 140722132531496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26970] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26970/stat : 26970 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473841 9856040960 17228 33554432000 1073741824 1073778376 140735348423200 140722131478696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26966/tid=26971] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26971/stat : 26971 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473841 9856040960 17228 33554432000 1073741824 1073778376 140735348423200 140722130426408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26966/tid=26972] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26972/stat : 26972 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473841 9856040960 17228 33554432000 1073741824 1073778376 140735348423200 140722129373608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26966/tid=26973] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26973/stat : 26973 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473841 9856040960 17228 33554432000 1073741824 1073778376 140735348423200 140722128321320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26974] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26974/stat : 26974 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473841 9856040960 17228 33554432000 1073741824 1073778376 140735348423200 140722127268520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26966/tid=26975] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26975/stat : 26975 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473841 9856040960 17228 33554432000 1073741824 1073778376 140735348423200 140722126216232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26976] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26976/stat : 26976 (java) S 26963 26966 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27473841 9856040960 17228 33554432000 1073741824 1073778376 140735348423200 140722125163432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26977] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26977/stat : 26977 (java) S 26963 26966 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27473842 9856040960 17228 33554432000 1073741824 1073778376 140735348423200 140721994557672 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26978] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26978/stat : 26978 (java) S 26963 26966 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27473843 9856040960 17228 33554432000 1073741824 1073778376 140735348423200 140721993503736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26979] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26979/stat : 26979 (java) S 26963 26966 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27473843 9856040960 17228 33554432000 1073741824 1073778376 140735348423200 140721992451336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26980] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26980/stat : 26980 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473845 9856040960 17228 33554432000 1073741824 1073778376 140735348423200 140721991399824 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26981] ppid=26963 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/26966/task/26981/stat : 26981 (java) S 26963 26966 26442 0 -1 4202560 1923 0 0 0 33 0 0 0 20 0 19 0 27473845 9856040960 17228 33554432000 1073741824 1073778376 140735348423200 140721990347448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26966/tid=26982] ppid=26963 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/26966/task/26982/stat : 26982 (java) S 26963 26966 26442 0 -1 4202560 3151 0 0 0 43 0 0 0 20 0 19 0 27473845 9856040960 17228 33554432000 1073741824 1073778376 140735348423200 140721989294648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26966/tid=26983] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26983/stat : 26983 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473845 9856040960 17228 33554432000 1073741824 1073778376 140735348423200 140721988242552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26966/tid=26984] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26984/stat : 26984 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473845 9856040960 17228 33554432000 1073741824 1073778376 140735348423200 140720979569864 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26985] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26985/stat : 26985 (java) S 26963 26966 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27473882 9856040960 17228 33554432000 1073741824 1073778376 140735348423200 140720978514856 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.02 2.02 2.00 3/213 26985
/proc/meminfo: memFree=31080764/32872528 swapFree=552864/567172
[pid=26966] ppid=26963 vsize=9625040 CPUtime=7.06 cores=0,2,4,6
/proc/26966/stat : 26966 (java) S 26963 26966 26442 0 -1 4202496 8798 0 1 0 704 2 0 0 20 0 19 0 27473839 9856040960 19262 33554432000 1073741824 1073778376 140735348423200 140735348414336 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26966/statm: 2406260 19262 2271 9 0 2396937 0
[pid=26966/tid=26968] ppid=26963 vsize=9625040 CPUtime=6.22 cores=0,2,4,6
/proc/26966/task/26968/stat : 26968 (java) R 26963 26966 26442 0 -1 4202560 2450 0 1 0 621 1 0 0 20 0 19 0 27473840 9856040960 19262 33554432000 1073741824 1073778376 140735348423200 140722171031232 140722003680835 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26966/tid=26969] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26969/stat : 26969 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473841 9856040960 19262 33554432000 1073741824 1073778376 140735348423200 140722132531496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26970] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26970/stat : 26970 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473841 9856040960 19262 33554432000 1073741824 1073778376 140735348423200 140722131478696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26966/tid=26971] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26971/stat : 26971 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473841 9856040960 19262 33554432000 1073741824 1073778376 140735348423200 140722130426408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26966/tid=26972] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26972/stat : 26972 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473841 9856040960 19262 33554432000 1073741824 1073778376 140735348423200 140722129373608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26966/tid=26973] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26973/stat : 26973 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473841 9856040960 19262 33554432000 1073741824 1073778376 140735348423200 140722128321320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26974] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26974/stat : 26974 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473841 9856040960 19262 33554432000 1073741824 1073778376 140735348423200 140722127268520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26966/tid=26975] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26975/stat : 26975 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473841 9856040960 19262 33554432000 1073741824 1073778376 140735348423200 140722126216232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26976] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26976/stat : 26976 (java) S 26963 26966 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27473841 9856040960 19262 33554432000 1073741824 1073778376 140735348423200 140722125163432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26977] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26977/stat : 26977 (java) S 26963 26966 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27473842 9856040960 19262 33554432000 1073741824 1073778376 140735348423200 140721994557672 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26978] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26978/stat : 26978 (java) S 26963 26966 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27473843 9856040960 19262 33554432000 1073741824 1073778376 140735348423200 140721993503736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26979] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26979/stat : 26979 (java) S 26963 26966 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27473843 9856040960 19262 33554432000 1073741824 1073778376 140735348423200 140721992451336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26980] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26980/stat : 26980 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473845 9856040960 19262 33554432000 1073741824 1073778376 140735348423200 140721991399824 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26981] ppid=26963 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/26966/task/26981/stat : 26981 (java) S 26963 26966 26442 0 -1 4202560 1924 0 0 0 34 0 0 0 20 0 19 0 27473845 9856040960 19262 33554432000 1073741824 1073778376 140735348423200 140721990347448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26966/tid=26982] ppid=26963 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/26966/task/26982/stat : 26982 (java) S 26963 26966 26442 0 -1 4202560 3151 0 0 0 44 0 0 0 20 0 19 0 27473845 9856040960 19262 33554432000 1073741824 1073778376 140735348423200 140721989294648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26966/tid=26983] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26983/stat : 26983 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473845 9856040960 19262 33554432000 1073741824 1073778376 140735348423200 140721988242552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26966/tid=26984] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26984/stat : 26984 (java) S 26963 26966 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27473845 9856040960 19262 33554432000 1073741824 1073778376 140735348423200 140720979569864 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26985] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26985/stat : 26985 (java) S 26963 26966 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27473882 9856040960 19262 33554432000 1073741824 1073778376 140735348423200 140720978514856 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.06
Current children cumulated vsize (KiB) 9625040


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

[pid=26966/tid=26985] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26985/stat : 26985 (java) S 26963 26966 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27473882 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140720978514856 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.43
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.09 2.04 2.01 4/213 27181
/proc/meminfo: memFree=30809520/32872528 swapFree=552864/567172
[pid=26966] ppid=26963 vsize=9625040 CPUtime=1784.42 cores=0,2,4,6
/proc/26966/stat : 26966 (java) S 26963 26966 26442 0 -1 4202496 10982 0 1 0 178389 53 0 0 20 0 19 0 27473839 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140735348414336 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26966/statm: 2406260 91065 2285 9 0 2396937 0
[pid=26966/tid=26968] ppid=26963 vsize=9625040 CPUtime=1777.12 cores=0,2,4,6
/proc/26966/task/26968/stat : 26968 (java) R 26963 26966 26442 0 -1 4202560 2508 0 1 0 177681 31 0 0 20 0 19 0 27473840 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140722171031328 140722003570629 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26966/tid=26969] ppid=26963 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/26966/task/26969/stat : 26969 (java) S 26963 26966 26442 0 -1 4202560 362 0 0 0 21 4 0 0 20 0 19 0 27473841 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140722132531496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26970] ppid=26963 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/26966/task/26970/stat : 26970 (java) S 26963 26966 26442 0 -1 4202560 109 0 0 0 18 4 0 0 20 0 19 0 27473841 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140722131478696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26966/tid=26971] ppid=26963 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/26966/task/26971/stat : 26971 (java) S 26963 26966 26442 0 -1 4202560 185 0 0 0 15 2 0 0 20 0 19 0 27473841 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140722130426408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26966/tid=26972] ppid=26963 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/26966/task/26972/stat : 26972 (java) S 26963 26966 26442 0 -1 4202560 329 0 0 0 15 3 0 0 20 0 19 0 27473841 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140722129373608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26966/tid=26973] ppid=26963 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/26966/task/26973/stat : 26973 (java) S 26963 26966 26442 0 -1 4202560 416 0 0 0 15 2 0 0 20 0 19 0 27473841 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140722128321320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26966/tid=26974] ppid=26963 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/26966/task/26974/stat : 26974 (java) S 26963 26966 26442 0 -1 4202560 137 0 0 0 16 3 0 0 20 0 19 0 27473841 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140722127268520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26966/tid=26975] ppid=26963 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/26966/task/26975/stat : 26975 (java) S 26963 26966 26442 0 -1 4202560 104 0 0 0 17 3 0 0 20 0 19 0 27473841 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140722126216232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26966/tid=26976] ppid=26963 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/26966/task/26976/stat : 26976 (java) S 26963 26966 26442 0 -1 4202560 52 0 0 0 11 2 0 0 20 0 19 0 27473841 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140722125163432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26966/tid=26977] ppid=26963 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26966/task/26977/stat : 26977 (java) S 26963 26966 26442 0 -1 4202560 55 0 0 0 2 0 0 0 20 0 19 0 27473842 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140721994557672 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26978] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26978/stat : 26978 (java) S 26963 26966 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27473843 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140721993503736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26979] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26979/stat : 26979 (java) S 26963 26966 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27473843 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140721992451336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26980] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26980/stat : 26980 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473845 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140721991399824 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26981] ppid=26963 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/26966/task/26981/stat : 26981 (java) S 26963 26966 26442 0 -1 4202560 2212 0 0 0 38 0 0 0 20 0 19 0 27473845 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140721990347448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26966/tid=26982] ppid=26963 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/26966/task/26982/stat : 26982 (java) S 26963 26966 26442 0 -1 4202560 3151 0 0 0 44 0 0 0 20 0 19 0 27473845 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140721989294648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26966/tid=26983] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26983/stat : 26983 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473845 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140721988242552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26966/tid=26984] ppid=26963 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/26966/task/26984/stat : 26984 (java) S 26963 26966 26442 0 -1 4202560 104 0 0 0 33 35 0 0 20 0 19 0 27473845 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140720979569864 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26966/tid=26985] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26985/stat : 26985 (java) S 26963 26966 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27473882 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140720978514856 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.42
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.07 2.03 2.00 4/213 27182
/proc/meminfo: memFree=30809520/32872528 swapFree=552864/567172
[pid=26966] ppid=26963 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/26966/stat : 26966 (java) S 26963 26966 26442 0 -1 4202496 10982 0 1 0 179949 53 0 0 20 0 19 0 27473839 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140735348414336 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26966/statm: 2406260 91065 2285 9 0 2396937 0
[pid=26966/tid=26968] ppid=26963 vsize=9625040 CPUtime=1792.67 cores=0,2,4,6
/proc/26966/task/26968/stat : 26968 (java) R 26963 26966 26442 0 -1 4202560 2508 0 1 0 179236 31 0 0 20 0 19 0 27473840 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140722171031328 140722003680830 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26966/tid=26969] ppid=26963 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/26966/task/26969/stat : 26969 (java) S 26963 26966 26442 0 -1 4202560 362 0 0 0 21 4 0 0 20 0 19 0 27473841 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140722132531496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26970] ppid=26963 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/26966/task/26970/stat : 26970 (java) S 26963 26966 26442 0 -1 4202560 109 0 0 0 18 4 0 0 20 0 19 0 27473841 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140722131478696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26966/tid=26971] ppid=26963 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/26966/task/26971/stat : 26971 (java) S 26963 26966 26442 0 -1 4202560 185 0 0 0 15 2 0 0 20 0 19 0 27473841 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140722130426408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26966/tid=26972] ppid=26963 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/26966/task/26972/stat : 26972 (java) S 26963 26966 26442 0 -1 4202560 329 0 0 0 15 3 0 0 20 0 19 0 27473841 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140722129373608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26966/tid=26973] ppid=26963 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/26966/task/26973/stat : 26973 (java) S 26963 26966 26442 0 -1 4202560 416 0 0 0 15 2 0 0 20 0 19 0 27473841 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140722128321320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26966/tid=26974] ppid=26963 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/26966/task/26974/stat : 26974 (java) S 26963 26966 26442 0 -1 4202560 137 0 0 0 16 3 0 0 20 0 19 0 27473841 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140722127268520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26966/tid=26975] ppid=26963 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/26966/task/26975/stat : 26975 (java) S 26963 26966 26442 0 -1 4202560 104 0 0 0 17 3 0 0 20 0 19 0 27473841 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140722126216232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26966/tid=26976] ppid=26963 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/26966/task/26976/stat : 26976 (java) S 26963 26966 26442 0 -1 4202560 52 0 0 0 11 2 0 0 20 0 19 0 27473841 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140722125163432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26966/tid=26977] ppid=26963 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26966/task/26977/stat : 26977 (java) S 26963 26966 26442 0 -1 4202560 55 0 0 0 2 0 0 0 20 0 19 0 27473842 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140721994557672 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26978] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26978/stat : 26978 (java) S 26963 26966 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27473843 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140721993503736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26979] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26979/stat : 26979 (java) S 26963 26966 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27473843 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140721992451336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26980] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26980/stat : 26980 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473845 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140721991399824 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26981] ppid=26963 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/26966/task/26981/stat : 26981 (java) S 26963 26966 26442 0 -1 4202560 2212 0 0 0 38 0 0 0 20 0 19 0 27473845 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140721990347448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26966/tid=26982] ppid=26963 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/26966/task/26982/stat : 26982 (java) S 26963 26966 26442 0 -1 4202560 3151 0 0 0 44 0 0 0 20 0 19 0 27473845 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140721989294648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26966/tid=26983] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26983/stat : 26983 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473845 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140721988242552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26966/tid=26984] ppid=26963 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/26966/task/26984/stat : 26984 (java) S 26963 26966 26442 0 -1 4202560 104 0 0 0 34 35 0 0 20 0 19 0 27473845 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140720979569864 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26966/tid=26985] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26985/stat : 26985 (java) S 26963 26966 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27473882 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140720978514856 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 26966 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.9 s]
/proc/loadavg: 2.07 2.03 2.00 4/213 27182
/proc/meminfo: memFree=30809520/32872528 swapFree=552864/567172
[pid=26966] ppid=26963 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/26966/stat : 26966 (java) S 26963 26966 26442 0 -1 4202496 10982 0 1 0 179949 53 0 0 20 0 19 0 27473839 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140735348414336 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26966/statm: 2406260 91065 2285 9 0 2396937 0
[pid=26966/tid=26968] ppid=26963 vsize=9625040 CPUtime=1792.67 cores=0,2,4,6
/proc/26966/task/26968/stat : 26968 (java) R 26963 26966 26442 0 -1 4202560 2508 0 1 0 179236 31 0 0 20 0 19 0 27473840 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140722171031328 140722003680830 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26966/tid=26969] ppid=26963 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/26966/task/26969/stat : 26969 (java) S 26963 26966 26442 0 -1 4202560 362 0 0 0 21 4 0 0 20 0 19 0 27473841 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140722132531496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26970] ppid=26963 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/26966/task/26970/stat : 26970 (java) S 26963 26966 26442 0 -1 4202560 109 0 0 0 18 4 0 0 20 0 19 0 27473841 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140722131478696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26966/tid=26971] ppid=26963 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/26966/task/26971/stat : 26971 (java) S 26963 26966 26442 0 -1 4202560 185 0 0 0 15 2 0 0 20 0 19 0 27473841 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140722130426408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26966/tid=26972] ppid=26963 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/26966/task/26972/stat : 26972 (java) S 26963 26966 26442 0 -1 4202560 329 0 0 0 15 3 0 0 20 0 19 0 27473841 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140722129373608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26966/tid=26973] ppid=26963 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/26966/task/26973/stat : 26973 (java) S 26963 26966 26442 0 -1 4202560 416 0 0 0 15 2 0 0 20 0 19 0 27473841 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140722128321320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26966/tid=26974] ppid=26963 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/26966/task/26974/stat : 26974 (java) S 26963 26966 26442 0 -1 4202560 137 0 0 0 16 3 0 0 20 0 19 0 27473841 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140722127268520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26966/tid=26975] ppid=26963 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/26966/task/26975/stat : 26975 (java) S 26963 26966 26442 0 -1 4202560 104 0 0 0 17 3 0 0 20 0 19 0 27473841 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140722126216232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26966/tid=26976] ppid=26963 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/26966/task/26976/stat : 26976 (java) S 26963 26966 26442 0 -1 4202560 52 0 0 0 11 2 0 0 20 0 19 0 27473841 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140722125163432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26966/tid=26977] ppid=26963 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26966/task/26977/stat : 26977 (java) S 26963 26966 26442 0 -1 4202560 55 0 0 0 2 0 0 0 20 0 19 0 27473842 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140721994557672 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26978] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26978/stat : 26978 (java) S 26963 26966 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27473843 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140721993503736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26979] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26979/stat : 26979 (java) S 26963 26966 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27473843 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140721992451336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26980] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26980/stat : 26980 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473845 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140721991399824 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26966/tid=26981] ppid=26963 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/26966/task/26981/stat : 26981 (java) S 26963 26966 26442 0 -1 4202560 2212 0 0 0 38 0 0 0 20 0 19 0 27473845 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140721990347448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26966/tid=26982] ppid=26963 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/26966/task/26982/stat : 26982 (java) S 26963 26966 26442 0 -1 4202560 3151 0 0 0 44 0 0 0 20 0 19 0 27473845 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140721989294648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26966/tid=26983] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26983/stat : 26983 (java) S 26963 26966 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27473845 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140721988242552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26966/tid=26984] ppid=26963 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/26966/task/26984/stat : 26984 (java) S 26963 26966 26442 0 -1 4202560 104 0 0 0 34 35 0 0 20 0 19 0 27473845 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140720979569864 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26966/tid=26985] ppid=26963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26966/task/26985/stat : 26985 (java) S 26963 26966 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27473882 9856040960 91065 33554432000 1073741824 1073778376 140735348423200 140720978514856 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1797.94
CPU time (s): 1800.02
CPU user time (s): 1799.49
CPU system time (s): 0.53
CPU usage (%): 100.116
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.99
system time used= 1.03084
maximum resident set size= 368040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11018
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38473
involuntary context switches= 8648

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4223 second user time and 12.7241 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-26 14:32:39
IDJOB=4115921
IDBENCH=109405
IDSOLVER=2546
FILE ID=node138/4115921-1466944359
RUNJOBID= node138-1466940040-26458
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-size144-round23-1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4115921-1466944359/watcher-4115921-1466944359 -o /tmp/evaluation-result-4115921-1466944359/solver-4115921-1466944359 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26458 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4115921-1466944359.opb

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

MD5SUM BENCH= 73d09bc688f32383f27b8cfd61f2560b
RANDOM SEED=1030580467

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:        31149048 kB
Buffers:            6980 kB
Cached:           217460 kB
SwapCached:         3788 kB
Active:           251532 kB
Inactive:         205320 kB
Active(anon):     230332 kB
Inactive(anon):     4568 kB
Active(file):      21200 kB
Inactive(file):   200752 kB
Unevictable:      567172 kB
Mlocked:          552864 kB
SwapTotal:      67108856 kB
SwapFree:       67094448 kB
Dirty:              1204 kB
Writeback:             0 kB
AnonPages:        946400 kB
Mapped:            15392 kB
Shmem:                 0 kB
Slab:             566120 kB
SReclaimable:       9772 kB
SUnreclaim:       556348 kB
KernelStack:        1760 kB
PageTables:         6104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1278188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    380928 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 15:02:37