Trace number 4097986

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.03 1795.38

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_10.opb
MD5SUM82724f5dc802f6e67469d14fb2bd7ac4
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark386.1
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5550
Total number of constraints27089
Number of constraints which are clauses27084
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint74
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 84
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4097986-1466119114.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
1.12/0.89	c ... done. Wall clock time 0.783s.
1.12/0.89	c declared #vars     5550
1.12/0.89	c #constraints  27093
1.12/0.89	c constraints type 
1.12/0.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16206
1.12/0.89	c org.sat4j.specs.Constr$1 => 4
1.12/0.89	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
1.12/0.89	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
1.12/0.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10877
1.12/0.89	c 27093 constraints processed.
3.58/2.82	c cleaning 2494 clauses out of 5000 with flag 34980/5000
6.02/5.01	c cleaning 4195 clauses out of 8506 with flag 75966/11000
8.52/7.50	c cleaning 5650 clauses out of 11311 with flag 136543/18000
11.23/10.25	c cleaning 6831 clauses out of 13661 with flag 200531/26000
13.94/12.94	c cleaning 7910 clauses out of 15830 with flag 261020/35000
16.95/15.96	c cleaning 8957 clauses out of 17920 with flag 326657/45000
20.65/19.68	c cleaning 9963 clauses out of 19965 with flag 424342/56002
24.15/23.14	c cleaning 10991 clauses out of 22001 with flag 508163/68001
28.77/27.77	c cleaning 12004 clauses out of 24009 with flag 644134/81000
33.17/32.11	c cleaning 12997 clauses out of 26005 with flag 767987/95000
37.57/36.56	c cleaning 14000 clauses out of 28008 with flag 899734/110000
42.17/41.17	c cleaning 14993 clauses out of 30009 with flag 1027819/126001
47.66/46.63	c cleaning 16008 clauses out of 32015 with flag 1165451/143000
52.96/51.91	c cleaning 16965 clauses out of 34007 with flag 1280667/161000
58.76/57.73	c cleaning 18008 clauses out of 36042 with flag 1433697/180000
65.76/64.78	c cleaning 19016 clauses out of 38034 with flag 1585251/200000
72.36/71.31	c cleaning 20006 clauses out of 40018 with flag 1754421/221000
78.96/77.99	c cleaning 20996 clauses out of 42014 with flag 1921751/243002
86.06/85.05	c cleaning 21942 clauses out of 44016 with flag 2120273/266000
93.64/92.51	c cleaning 23012 clauses out of 46074 with flag 2307563/290000
102.23/101.15	c cleaning 24015 clauses out of 48063 with flag 2524276/315001
110.14/109.08	c cleaning 25009 clauses out of 50048 with flag 2721912/341001
118.33/117.27	c cleaning 25986 clauses out of 52039 with flag 2913747/368001
126.93/125.89	c cleaning 26991 clauses out of 54052 with flag 3129086/396000
136.63/135.51	c cleaning 27990 clauses out of 56065 with flag 3362543/425004
147.13/146.01	c cleaning 29023 clauses out of 58071 with flag 3630794/455000
157.19/156.04	c cleaning 30023 clauses out of 60048 with flag 3889936/486000
167.69/166.57	c cleaning 31007 clauses out of 62025 with flag 4148508/518000
178.09/176.90	c cleaning 31994 clauses out of 64018 with flag 4396036/551000
188.79/187.66	c cleaning 33000 clauses out of 66024 with flag 4671676/585000
199.39/198.20	c cleaning 33960 clauses out of 68025 with flag 4920057/620001
210.98/209.80	c cleaning 35022 clauses out of 70064 with flag 5191625/656000
222.41/221.20	c cleaning 36014 clauses out of 72042 with flag 5435091/693000
232.50/231.25	c cleaning 36997 clauses out of 74029 with flag 5687596/731001
242.50/241.26	c cleaning 38000 clauses out of 76033 with flag 5909275/770002
254.84/253.46	c cleaning 38999 clauses out of 78032 with flag 6190687/810001
268.14/266.74	c cleaning 39999 clauses out of 80034 with flag 6528680/851002
281.94/280.55	c cleaning 41007 clauses out of 82034 with flag 6856576/893001
296.44/295.01	c cleaning 41946 clauses out of 84026 with flag 7176549/936000
311.07/309.53	c cleaning 43027 clauses out of 86080 with flag 7499061/980000
325.98/324.50	c cleaning 44012 clauses out of 88054 with flag 7870937/1025001
340.78/339.25	c cleaning 45010 clauses out of 90041 with flag 8228355/1071000
354.69/353.15	c cleaning 45987 clauses out of 92031 with flag 8542110/1118000
367.71/366.06	c cleaning 47008 clauses out of 94044 with flag 8834184/1166000
382.11/380.48	c cleaning 47997 clauses out of 96036 with flag 9156588/1215000
399.24/397.44	c cleaning 48997 clauses out of 98040 with flag 9519855/1265001
417.33/415.51	c cleaning 49999 clauses out of 100042 with flag 9942422/1316000
435.94/434.18	c cleaning 51021 clauses out of 102044 with flag 10354459/1368001
453.12/451.16	c cleaning 51994 clauses out of 104025 with flag 10729422/1421003
472.52/470.55	c cleaning 52945 clauses out of 106028 with flag 11172954/1475000
491.91/489.70	c cleaning 53999 clauses out of 108083 with flag 11582629/1530000
511.53/509.32	c cleaning 55017 clauses out of 110084 with flag 11979163/1586000
531.02/528.83	c cleaning 56007 clauses out of 112067 with flag 12374396/1643000
549.93/547.60	c cleaning 57009 clauses out of 114060 with flag 12746661/1701000
568.03/565.77	c cleaning 58009 clauses out of 116052 with flag 13100900/1760001
586.59/584.26	c cleaning 59000 clauses out of 118042 with flag 13454284/1820000
608.60/606.28	c cleaning 59987 clauses out of 120042 with flag 13913274/1881000
631.19/628.81	c cleaning 60998 clauses out of 122055 with flag 14376153/1943000
652.46/650.01	c cleaning 62011 clauses out of 124057 with flag 14815864/2006000
672.87/670.36	c cleaning 63018 clauses out of 126046 with flag 15219157/2070000
693.56/690.96	c cleaning 63977 clauses out of 128028 with flag 15623291/2135000
720.47/717.80	c cleaning 65016 clauses out of 130051 with flag 16144709/2201000
747.38/744.76	c cleaning 66009 clauses out of 132037 with flag 16741400/2268002
774.33/771.70	c cleaning 67003 clauses out of 134028 with flag 17327477/2336002
801.23/798.52	c cleaning 68009 clauses out of 136025 with flag 17881028/2405002
827.52/824.73	c cleaning 68972 clauses out of 138014 with flag 18399681/2475000
854.92/852.17	c cleaning 70010 clauses out of 140044 with flag 18965519/2546002
881.59/878.73	c cleaning 71002 clauses out of 142032 with flag 19479506/2618000
909.99/907.11	c cleaning 72013 clauses out of 144034 with flag 20027338/2691004
939.12/936.27	c cleaning 72993 clauses out of 146017 with flag 20612646/2765000
967.71/964.85	c cleaning 74002 clauses out of 148027 with flag 21176697/2840003
995.73/992.88	c cleaning 75010 clauses out of 150024 with flag 21714668/2916002
1025.19/1022.23	c cleaning 75998 clauses out of 152013 with flag 22252902/2993001
1052.02/1048.99	c cleaning 77000 clauses out of 154014 with flag 22737279/3071000
1084.53/1081.42	c cleaning 77994 clauses out of 156015 with flag 23369356/3150001
1114.77/1111.65	c cleaning 78999 clauses out of 158020 with flag 23943788/3230000
1144.79/1141.51	c cleaning 79989 clauses out of 160021 with flag 24508024/3311000
1176.07/1172.74	c cleaning 81012 clauses out of 162032 with flag 25063020/3393000
1207.84/1204.46	c cleaning 81991 clauses out of 164020 with flag 25657834/3476000
1241.72/1238.26	c cleaning 83004 clauses out of 166029 with flag 26306833/3560000
1274.77/1271.22	c cleaning 84008 clauses out of 168025 with flag 26939522/3645000
1310.80/1307.23	c cleaning 84999 clauses out of 170017 with flag 27626920/3731000
1347.19/1343.58	c cleaning 85989 clauses out of 172018 with flag 28374061/3818000
1383.40/1379.63	c cleaning 87001 clauses out of 174030 with flag 29035180/3906001
1421.28/1417.40	c cleaning 87977 clauses out of 176028 with flag 29752765/3995000
1454.14/1450.13	c cleaning 89014 clauses out of 178052 with flag 30317848/4085001
1490.72/1486.67	c cleaning 89929 clauses out of 180038 with flag 31011732/4176001
1532.20/1528.02	c cleaning 91050 clauses out of 182109 with flag 31829689/4268001
1572.17/1567.98	c cleaning 92009 clauses out of 184058 with flag 32577976/4361000
1612.22/1607.91	c cleaning 93021 clauses out of 186051 with flag 33294505/4455002
1651.18/1646.84	c cleaning 94010 clauses out of 188030 with flag 34023028/4550002
1689.36/1684.99	c cleaning 94990 clauses out of 190019 with flag 34700607/4646001
1731.96/1727.49	c cleaning 95986 clauses out of 192030 with flag 35507682/4743002
1773.62/1768.97	c cleaning 97014 clauses out of 194046 with flag 36199342/4841004
1800.03/1795.34	c starts		: 11712
1800.03/1795.34	c conflicts		: 4902325
1800.03/1795.34	c decisions		: 47108516
1800.03/1795.34	c propagations		: 1381345788
1800.03/1795.34	c inspects		: 21230595383
1800.03/1795.34	c shortcuts		: 0
1800.03/1795.34	c learnt literals	: 0
1800.03/1795.34	c learnt binary clauses	: 0
1800.03/1795.34	c learnt ternary clauses	: 11
1800.03/1795.34	c learnt constraints	: 4902325
1800.03/1795.34	c ignored constraints	: 0
1800.03/1795.34	c root simplifications	: 0
1800.03/1795.34	c removed literals (reason simplification)	: 0
1800.03/1795.34	c reason swapping (by a shorter reason)	: 0
1800.03/1795.34	c timeout
1800.03/1795.34	c Calls to reduceDB	: 94
1800.03/1795.34	c Number of update (reduction) of LBD	: 2765407
1800.03/1795.34	c Imported unit clauses	: 0
1800.03/1795.34	c number of reductions to clauses (during analyze)	: 0
1800.03/1795.34	c number of learned constraints concerned by reduction	: 0
1800.03/1795.34	c number of learning phase by resolution	: 0
1800.03/1795.34	c number of learning phase by cutting planes	: 0
1800.03/1795.34	c speed (assignments/second)	: 769789.9840897883
1800.03/1795.34	c non guided choices	4527
1800.03/1795.37	c learnt constraints type 
1800.03/1795.37	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 158353
1800.03/1795.37	s UNKNOWN
1800.03/1795.37	c Total wall clock time (in seconds): 1795.262

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-4097986-1466119114/watcher-4097986-1466119114 -o /tmp/evaluation-result-4097986-1466119114/solver-4097986-1466119114 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466119113-7902 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4097986-1466119114.opb 

pid=8012
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: 1.25 1.80 2.04 2/194 8015
/proc/meminfo: memFree=30365616/32872528 swapFree=1399392/1569044
[pid=8015] ppid=8012 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8015/stat : 8015 (java) S 8012 8015 29546 0 -1 4202496 1347 0 0 0 0 0 0 0 20 0 2 0 13956593 98570240 971 33554432000 1073741824 1073778376 140735250696640 140735250687776 213422997565 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8015/statm: 24065 977 743 9 0 16771 0
[pid=8015/tid=8016] ppid=8012 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8016/stat : 8016 (java) R 8012 8015 29546 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 13956593 98570240 977 33554432000 1073741824 1073778376 140735250696640 140236306783784 213419640192 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 1.25 1.80 2.04 2/194 8015
/proc/meminfo: memFree=30365616/32872528 swapFree=1399392/1569044
[pid=8015] ppid=8012 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/8015/stat : 8015 (java) S 8012 8015 29546 0 -1 4202496 4393 0 1 0 9 1 0 0 20 0 18 0 13956593 9787879424 6023 33554432000 1073741824 1073778376 140735250696640 140735250687776 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8015/statm: 2389619 6023 2125 9 0 2380296 0
[pid=8015/tid=8016] ppid=8012 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/8015/task/8016/stat : 8016 (java) R 8012 8015 29546 0 -1 4202560 2383 0 1 0 6 1 0 0 20 0 18 0 13956593 9787879424 6023 33554432000 1073741824 1073778376 140735250696640 140236306787232 140236309631531 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200318 s]
/proc/loadavg: 1.25 1.80 2.04 2/194 8015
/proc/meminfo: memFree=30365616/32872528 swapFree=1399392/1569044
[pid=8015] ppid=8012 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/8015/stat : 8015 (java) S 8012 8015 29546 0 -1 4202496 4952 0 1 0 28 1 0 0 20 0 18 0 13956593 9787879424 6952 33554432000 1073741824 1073778376 140735250696640 140735250687776 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8015/statm: 2389619 6952 2217 9 0 2380296 0
[pid=8015/tid=8016] ppid=8012 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/8015/task/8016/stat : 8016 (java) R 8012 8015 29546 0 -1 4202560 2401 0 1 0 16 1 0 0 20 0 18 0 13956593 9787879424 6952 33554432000 1073741824 1073778376 140735250696640 140236306781080 140236134890827 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300323 s]
/proc/loadavg: 1.25 1.80 2.04 2/194 8015
/proc/meminfo: memFree=30365616/32872528 swapFree=1399392/1569044
[pid=8015] ppid=8012 vsize=9558476 CPUtime=0.57 cores=0,2,4,6
/proc/8015/stat : 8015 (java) S 8012 8015 29546 0 -1 4202496 7119 0 1 0 55 2 0 0 20 0 18 0 13956593 9787879424 10771 33554432000 1073741824 1073778376 140735250696640 140735250687776 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8015/statm: 2389619 10771 2236 9 0 2380296 0
[pid=8015/tid=8016] ppid=8012 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/8015/task/8016/stat : 8016 (java) R 8012 8015 29546 0 -1 4202560 2406 0 1 0 26 1 0 0 20 0 18 0 13956593 9787879424 10771 33554432000 1073741824 1073778376 140735250696640 140236306781080 140236135266052 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700284 s]
/proc/loadavg: 1.25 1.80 2.04 2/194 8015
/proc/meminfo: memFree=30365616/32872528 swapFree=1399392/1569044
[pid=8015] ppid=8012 vsize=9558476 CPUtime=0.99 cores=0,2,4,6
/proc/8015/stat : 8015 (java) S 8012 8015 29546 0 -1 4202496 7320 0 1 0 95 4 0 0 20 0 18 0 13956593 9787879424 39981 33554432000 1073741824 1073778376 140735250696640 140735250687776 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8015/statm: 2389619 39981 2256 9 0 2380296 0
[pid=8015/tid=8016] ppid=8012 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/8015/task/8016/stat : 8016 (java) R 8012 8015 29546 0 -1 4202560 2466 0 1 0 64 3 0 0 20 0 18 0 13956593 9787879424 39981 33554432000 1073741824 1073778376 140735250696640 140236306787648 140236135344854 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 9558476

[startup+1.50075 s]
/proc/loadavg: 1.25 1.80 2.04 3/213 8034
/proc/meminfo: memFree=30204860/32872528 swapFree=1399392/1569044
[pid=8015] ppid=8012 vsize=9625040 CPUtime=2.23 cores=0,2,4,6
/proc/8015/stat : 8015 (java) S 8012 8015 29546 0 -1 4202496 8735 0 1 0 219 4 0 0 20 0 19 0 13956593 9856040960 41142 33554432000 1073741824 1073778376 140735250696640 140735250687776 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8015/statm: 2406260 41142 2280 9 0 2396937 0
[pid=8015/tid=8016] ppid=8012 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/8015/task/8016/stat : 8016 (java) R 8012 8015 29546 0 -1 4202560 2481 0 1 0 143 4 0 0 20 0 19 0 13956593 9856040960 41142 33554432000 1073741824 1073778376 140735250696640 140236306788696 140236135497888 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8015/tid=8018] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8018/stat : 8018 (java) S 8012 8015 29546 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13956594 9856040960 41142 33554432000 1073741824 1073778376 140735250696640 140236268279976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8019] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8019/stat : 8019 (java) S 8012 8015 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13956594 9856040960 41142 33554432000 1073741824 1073778376 140735250696640 140236267227432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8015/tid=8020] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8020/stat : 8020 (java) S 8012 8015 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13956594 9856040960 41142 33554432000 1073741824 1073778376 140735250696640 140236266174888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8015/tid=8021] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8021/stat : 8021 (java) S 8012 8015 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13956594 9856040960 41142 33554432000 1073741824 1073778376 140735250696640 140236265122344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8015/tid=8022] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8022/stat : 8022 (java) S 8012 8015 29546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13956594 9856040960 41142 33554432000 1073741824 1073778376 140735250696640 140236264069800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8015/tid=8023] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8023/stat : 8023 (java) S 8012 8015 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13956594 9856040960 41142 33554432000 1073741824 1073778376 140735250696640 140236263017256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8015/tid=8024] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8024/stat : 8024 (java) S 8012 8015 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13956594 9856040960 41142 33554432000 1073741824 1073778376 140735250696640 140236261964712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8025] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8025/stat : 8025 (java) S 8012 8015 29546 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13956594 9856040960 41142 33554432000 1073741824 1073778376 140735250696640 140236260912168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8015/tid=8026] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8026/stat : 8026 (java) S 8012 8015 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13956595 9856040960 41142 33554432000 1073741824 1073778376 140735250696640 140236130592872 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8015/tid=8027] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8027/stat : 8027 (java) S 8012 8015 29546 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13956596 9856040960 41142 33554432000 1073741824 1073778376 140735250696640 140236129539192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8028] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8028/stat : 8028 (java) S 8012 8015 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13956596 9856040960 41142 33554432000 1073741824 1073778376 140735250696640 140236128486536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8029] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8029/stat : 8029 (java) S 8012 8015 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13956598 9856040960 41142 33554432000 1073741824 1073778376 140735250696640 140236127435280 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8030] ppid=8012 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/8015/task/8030/stat : 8030 (java) S 8012 8015 29546 0 -1 4202560 2105 0 0 0 32 0 0 0 20 0 19 0 13956598 9856040960 41142 33554432000 1073741824 1073778376 140735250696640 140236126382648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8031] ppid=8012 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/8015/task/8031/stat : 8031 (java) S 8012 8015 29546 0 -1 4202560 2857 0 0 0 39 0 0 0 20 0 19 0 13956598 9856040960 41142 33554432000 1073741824 1073778376 140735250696640 140236125330104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8015/tid=8032] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8032/stat : 8032 (java) S 8012 8015 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13956598 9856040960 41142 33554432000 1073741824 1073778376 140735250696640 140236124277752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8015/tid=8033] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8033/stat : 8033 (java) S 8012 8015 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13956598 9856040960 41142 33554432000 1073741824 1073778376 140735250696640 140236123225416 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8034] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8034/stat : 8034 (java) S 8012 8015 29546 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13956683 9856040960 41142 33554432000 1073741824 1073778376 140735250696640 140236122170152 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 9625040

[startup+3.10087 s]
/proc/loadavg: 1.31 1.80 2.04 3/213 8034
/proc/meminfo: memFree=30201316/32872528 swapFree=1399392/1569044
[pid=8015] ppid=8012 vsize=9625040 CPUtime=4.09 cores=0,2,4,6
/proc/8015/stat : 8015 (java) S 8012 8015 29546 0 -1 4202496 13616 0 1 0 404 5 0 0 20 0 19 0 13956593 9856040960 43989 33554432000 1073741824 1073778376 140735250696640 140735250687776 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8015/statm: 2406260 43989 2285 9 0 2396937 0
[pid=8015/tid=8016] ppid=8012 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/8015/task/8016/stat : 8016 (java) R 8012 8015 29546 0 -1 4202560 2481 0 1 0 303 4 0 0 20 0 19 0 13956593 9856040960 43989 33554432000 1073741824 1073778376 140735250696640 140236306786824 140236135433285 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8015/tid=8018] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8018/stat : 8018 (java) S 8012 8015 29546 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13956594 9856040960 43989 33554432000 1073741824 1073778376 140735250696640 140236268279976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8019] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8019/stat : 8019 (java) S 8012 8015 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13956594 9856040960 43989 33554432000 1073741824 1073778376 140735250696640 140236267227432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8015/tid=8020] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8020/stat : 8020 (java) S 8012 8015 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13956594 9856040960 43989 33554432000 1073741824 1073778376 140735250696640 140236266174888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8015/tid=8021] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8021/stat : 8021 (java) S 8012 8015 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13956594 9856040960 43989 33554432000 1073741824 1073778376 140735250696640 140236265122344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8015/tid=8022] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8022/stat : 8022 (java) S 8012 8015 29546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13956594 9856040960 43989 33554432000 1073741824 1073778376 140735250696640 140236264069800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8015/tid=8023] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8023/stat : 8023 (java) S 8012 8015 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13956594 9856040960 43989 33554432000 1073741824 1073778376 140735250696640 140236263017256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8015/tid=8024] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8024/stat : 8024 (java) S 8012 8015 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13956594 9856040960 43989 33554432000 1073741824 1073778376 140735250696640 140236261964712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8025] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8025/stat : 8025 (java) S 8012 8015 29546 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13956594 9856040960 43989 33554432000 1073741824 1073778376 140735250696640 140236260912168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8015/tid=8026] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8026/stat : 8026 (java) S 8012 8015 29546 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13956595 9856040960 43989 33554432000 1073741824 1073778376 140735250696640 140236130592872 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8015/tid=8027] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8027/stat : 8027 (java) S 8012 8015 29546 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13956596 9856040960 43989 33554432000 1073741824 1073778376 140735250696640 140236129539192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8028] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8028/stat : 8028 (java) S 8012 8015 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13956596 9856040960 43989 33554432000 1073741824 1073778376 140735250696640 140236128486536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8029] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8029/stat : 8029 (java) S 8012 8015 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13956598 9856040960 43989 33554432000 1073741824 1073778376 140735250696640 140236127435280 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8030] ppid=8012 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/8015/task/8030/stat : 8030 (java) S 8012 8015 29546 0 -1 4202560 2108 0 0 0 35 0 0 0 20 0 19 0 13956598 9856040960 43989 33554432000 1073741824 1073778376 140735250696640 140236126382648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8031] ppid=8012 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/8015/task/8031/stat : 8031 (java) S 8012 8015 29546 0 -1 4202560 7734 0 0 0 63 0 0 0 20 0 19 0 13956598 9856040960 43989 33554432000 1073741824 1073778376 140735250696640 140236125330104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8015/tid=8032] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8032/stat : 8032 (java) S 8012 8015 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13956598 9856040960 43989 33554432000 1073741824 1073778376 140735250696640 140236124277752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8015/tid=8033] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8033/stat : 8033 (java) S 8012 8015 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13956598 9856040960 43989 33554432000 1073741824 1073778376 140735250696640 140236123225416 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8015/tid=8034] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8034/stat : 8034 (java) S 8012 8015 29546 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13956683 9856040960 43989 33554432000 1073741824 1073778376 140735250696640 140236122170152 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 1.31 1.80 2.04 3/212 8163
/proc/meminfo: memFree=30178448/32872528 swapFree=1399392/1569044
[pid=8015] ppid=8012 vsize=9625040 CPUtime=7.32 cores=0,2,4,6
/proc/8015/stat : 8015 (java) S 8012 8015 29546 0 -1 4202496 13619 0 1 0 727 5 0 0 20 0 19 0 13956593 9856040960 42689 33554432000 1073741824 1073778376 140735250696640 140735250687776 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8015/statm: 2406260 42689 2285 9 0 2396937 0
[pid=8015/tid=8016] ppid=8012 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/8015/task/8016/stat : 8016 (java) R 8012 8015 29546 0 -1 4202560 2484 0 1 0 622 4 0 0 20 0 19 0 13956593 9856040960 42689 33554432000 1073741824 1073778376 140735250696640 140236306786808 140236135587802 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8015/tid=8018] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8018/stat : 8018 (java) S 8012 8015 29546 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13956594 9856040960 42689 33554432000 1073741824 1073778376 140735250696640 140236268279976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8019] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8019/stat : 8019 (java) S 8012 8015 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13956594 9856040960 42689 33554432000 1073741824 1073778376 140735250696640 140236267227432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8015/tid=8020] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8020/stat : 8020 (java) S 8012 8015 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13956594 9856040960 42689 33554432000 1073741824 1073778376 140735250696640 140236266174888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8015/tid=8021] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8021/stat : 8021 (java) S 8012 8015 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13956594 9856040960 42689 33554432000 1073741824 1073778376 140735250696640 140236265122344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8015/tid=8022] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8022/stat : 8022 (java) S 8012 8015 29546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13956594 9856040960 42689 33554432000 1073741824 1073778376 140735250696640 140236264069800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8015/tid=8023] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8023/stat : 8023 (java) S 8012 8015 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13956594 9856040960 42689 33554432000 1073741824 1073778376 140735250696640 140236263017256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8015/tid=8024] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8024/stat : 8024 (java) S 8012 8015 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13956594 9856040960 42689 33554432000 1073741824 1073778376 140735250696640 140236261964712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8025] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8025/stat : 8025 (java) S 8012 8015 29546 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13956594 9856040960 42689 33554432000 1073741824 1073778376 140735250696640 140236260912168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8015/tid=8026] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8026/stat : 8026 (java) S 8012 8015 29546 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13956595 9856040960 42689 33554432000 1073741824 1073778376 140735250696640 140236130592872 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8015/tid=8027] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8027/stat : 8027 (java) S 8012 8015 29546 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13956596 9856040960 42689 33554432000 1073741824 1073778376 140735250696640 140236129539192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8028] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8028/stat : 8028 (java) S 8012 8015 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13956596 9856040960 42689 33554432000 1073741824 1073778376 140735250696640 140236128486536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8029] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8029/stat : 8029 (java) S 8012 8015 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13956598 9856040960 42689 33554432000 1073741824 1073778376 140735250696640 140236127435280 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8030] ppid=8012 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/8015/task/8030/stat : 8030 (java) S 8012 8015 29546 0 -1 4202560 2108 0 0 0 36 0 0 0 20 0 19 0 13956598 9856040960 42689 33554432000 1073741824 1073778376 140735250696640 140236126382648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8031] ppid=8012 vsize=9625040 CPUtime=0.65 cores=0,2,4,6

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

[pid=8015/tid=8034] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8034/stat : 8034 (java) S 8012 8015 29546 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13956683 9856040960 109225 33554432000 1073741824 1073778376 140735250696640 140236122170152 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1726.79
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.31 2.28 2.22 4/213 8208
/proc/meminfo: memFree=29524704/32872528 swapFree=1399392/1569044
[pid=8015] ppid=8012 vsize=9625040 CPUtime=1787.02 cores=0,2,4,6
/proc/8015/stat : 8015 (java) S 8012 8015 29546 0 -1 4202496 17069 0 1 0 178614 88 0 0 20 0 19 0 13956593 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140735250687776 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8015/statm: 2406260 109231 2294 9 0 2396937 0
[pid=8015/tid=8016] ppid=8012 vsize=9625040 CPUtime=1775.81 cores=0,2,4,6
/proc/8015/task/8016/stat : 8016 (java) R 8012 8015 29546 0 -1 4202560 2533 0 1 0 177550 31 0 0 20 0 19 0 13956593 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236306779856 140236135292336 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8015/tid=8018] ppid=8012 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/8015/task/8018/stat : 8018 (java) S 8012 8015 29546 0 -1 4202560 460 0 0 0 56 8 0 0 20 0 19 0 13956594 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236268279976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8015/tid=8019] ppid=8012 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/8015/task/8019/stat : 8019 (java) S 8012 8015 29546 0 -1 4202560 449 0 0 0 51 6 0 0 20 0 19 0 13956594 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236267227432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8020] ppid=8012 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/8015/task/8020/stat : 8020 (java) S 8012 8015 29546 0 -1 4202560 479 0 0 0 57 7 0 0 20 0 19 0 13956594 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236266174888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8015/tid=8021] ppid=8012 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/8015/task/8021/stat : 8021 (java) S 8012 8015 29546 0 -1 4202560 366 0 0 0 49 7 0 0 20 0 19 0 13956594 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236265122344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8015/tid=8022] ppid=8012 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/8015/task/8022/stat : 8022 (java) S 8012 8015 29546 0 -1 4202560 305 0 0 0 56 6 0 0 20 0 19 0 13956594 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236264069800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8023] ppid=8012 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/8015/task/8023/stat : 8023 (java) S 8012 8015 29546 0 -1 4202560 167 0 0 0 53 7 0 0 20 0 19 0 13956594 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236263017256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8024] ppid=8012 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/8015/task/8024/stat : 8024 (java) S 8012 8015 29546 0 -1 4202560 325 0 0 0 51 7 0 0 20 0 19 0 13956594 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236261964712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8015/tid=8025] ppid=8012 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/8015/task/8025/stat : 8025 (java) S 8012 8015 29546 0 -1 4202560 564 0 0 0 50 10 0 0 20 0 19 0 13956594 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236260912168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8015/tid=8026] ppid=8012 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/8015/task/8026/stat : 8026 (java) S 8012 8015 29546 0 -1 4202560 214 0 0 0 43 2 0 0 20 0 19 0 13956595 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236130592872 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8015/tid=8027] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8027/stat : 8027 (java) S 8012 8015 29546 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13956596 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236129539192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8028] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8028/stat : 8028 (java) S 8012 8015 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13956596 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236128486536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8029] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8029/stat : 8029 (java) S 8012 8015 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13956598 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236127435280 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8030] ppid=8012 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/8015/task/8030/stat : 8030 (java) S 8012 8015 29546 0 -1 4202560 2112 0 0 0 40 0 0 0 20 0 19 0 13956598 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236126382648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8031] ppid=8012 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/8015/task/8031/stat : 8031 (java) S 8012 8015 29546 0 -1 4202560 7734 0 0 0 65 0 0 0 20 0 19 0 13956598 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236125330104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8015/tid=8032] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8032/stat : 8032 (java) S 8012 8015 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13956598 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236124277752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8015/tid=8033] ppid=8012 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/8015/task/8033/stat : 8033 (java) S 8012 8015 29546 0 -1 4202560 103 0 0 0 31 31 0 0 20 0 19 0 13956598 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236123225416 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8034] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8034/stat : 8034 (java) S 8012 8015 29546 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13956683 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236122170152 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1787.02
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.31 s]
/proc/loadavg: 2.31 2.28 2.22 3/213 8208
/proc/meminfo: memFree=29524832/32872528 swapFree=1399392/1569044
[pid=8015] ppid=8012 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/8015/stat : 8015 (java) S 8012 8015 29546 0 -1 4202496 17069 0 1 0 179915 88 0 0 20 0 19 0 13956593 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140735250687776 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8015/statm: 2406260 109231 2294 9 0 2396937 0
[pid=8015/tid=8016] ppid=8012 vsize=9625040 CPUtime=1788.78 cores=0,2,4,6
/proc/8015/task/8016/stat : 8016 (java) R 8012 8015 29546 0 -1 4202560 2533 0 1 0 178846 32 0 0 20 0 19 0 13956593 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236306779856 140236135505334 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8015/tid=8018] ppid=8012 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/8015/task/8018/stat : 8018 (java) S 8012 8015 29546 0 -1 4202560 460 0 0 0 56 8 0 0 20 0 19 0 13956594 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236268279976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8015/tid=8019] ppid=8012 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/8015/task/8019/stat : 8019 (java) S 8012 8015 29546 0 -1 4202560 449 0 0 0 51 6 0 0 20 0 19 0 13956594 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236267227432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8020] ppid=8012 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/8015/task/8020/stat : 8020 (java) S 8012 8015 29546 0 -1 4202560 479 0 0 0 57 7 0 0 20 0 19 0 13956594 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236266174888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8015/tid=8021] ppid=8012 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/8015/task/8021/stat : 8021 (java) S 8012 8015 29546 0 -1 4202560 366 0 0 0 49 7 0 0 20 0 19 0 13956594 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236265122344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8015/tid=8022] ppid=8012 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/8015/task/8022/stat : 8022 (java) S 8012 8015 29546 0 -1 4202560 305 0 0 0 56 6 0 0 20 0 19 0 13956594 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236264069800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8023] ppid=8012 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/8015/task/8023/stat : 8023 (java) S 8012 8015 29546 0 -1 4202560 167 0 0 0 53 7 0 0 20 0 19 0 13956594 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236263017256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8024] ppid=8012 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/8015/task/8024/stat : 8024 (java) S 8012 8015 29546 0 -1 4202560 325 0 0 0 51 7 0 0 20 0 19 0 13956594 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236261964712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8015/tid=8025] ppid=8012 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/8015/task/8025/stat : 8025 (java) S 8012 8015 29546 0 -1 4202560 564 0 0 0 50 10 0 0 20 0 19 0 13956594 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236260912168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8015/tid=8026] ppid=8012 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/8015/task/8026/stat : 8026 (java) S 8012 8015 29546 0 -1 4202560 214 0 0 0 43 2 0 0 20 0 19 0 13956595 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236130592872 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8015/tid=8027] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8027/stat : 8027 (java) S 8012 8015 29546 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13956596 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236129539192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8028] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8028/stat : 8028 (java) S 8012 8015 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13956596 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236128486536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8029] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8029/stat : 8029 (java) S 8012 8015 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13956598 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236127435280 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8030] ppid=8012 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/8015/task/8030/stat : 8030 (java) S 8012 8015 29546 0 -1 4202560 2112 0 0 0 40 0 0 0 20 0 19 0 13956598 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236126382648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8031] ppid=8012 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/8015/task/8031/stat : 8031 (java) S 8012 8015 29546 0 -1 4202560 7734 0 0 0 65 0 0 0 20 0 19 0 13956598 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236125330104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8015/tid=8032] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8032/stat : 8032 (java) S 8012 8015 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13956598 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236124277752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8015/tid=8033] ppid=8012 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/8015/task/8033/stat : 8033 (java) S 8012 8015 29546 0 -1 4202560 103 0 0 0 31 31 0 0 20 0 19 0 13956598 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236123225416 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8034] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8034/stat : 8034 (java) S 8012 8015 29546 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13956683 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236122170152 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 8015 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1795.31 s]
/proc/loadavg: 2.31 2.28 2.22 3/213 8208
/proc/meminfo: memFree=29524832/32872528 swapFree=1399392/1569044
[pid=8015] ppid=8012 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/8015/stat : 8015 (java) S 8012 8015 29546 0 -1 4202496 17069 0 1 0 179915 88 0 0 20 0 19 0 13956593 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140735250687776 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8015/statm: 2406260 109231 2294 9 0 2396937 0
[pid=8015/tid=8016] ppid=8012 vsize=9625040 CPUtime=1788.78 cores=0,2,4,6
/proc/8015/task/8016/stat : 8016 (java) R 8012 8015 29546 0 -1 4202560 2533 0 1 0 178846 32 0 0 20 0 19 0 13956593 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236306779856 140236135505334 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8015/tid=8018] ppid=8012 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/8015/task/8018/stat : 8018 (java) S 8012 8015 29546 0 -1 4202560 460 0 0 0 56 8 0 0 20 0 19 0 13956594 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236268279976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8015/tid=8019] ppid=8012 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/8015/task/8019/stat : 8019 (java) S 8012 8015 29546 0 -1 4202560 449 0 0 0 51 6 0 0 20 0 19 0 13956594 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236267227432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8020] ppid=8012 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/8015/task/8020/stat : 8020 (java) S 8012 8015 29546 0 -1 4202560 479 0 0 0 57 7 0 0 20 0 19 0 13956594 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236266174888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8015/tid=8021] ppid=8012 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/8015/task/8021/stat : 8021 (java) S 8012 8015 29546 0 -1 4202560 366 0 0 0 49 7 0 0 20 0 19 0 13956594 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236265122344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8015/tid=8022] ppid=8012 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/8015/task/8022/stat : 8022 (java) S 8012 8015 29546 0 -1 4202560 305 0 0 0 56 6 0 0 20 0 19 0 13956594 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236264069800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8023] ppid=8012 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/8015/task/8023/stat : 8023 (java) S 8012 8015 29546 0 -1 4202560 167 0 0 0 53 7 0 0 20 0 19 0 13956594 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236263017256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8024] ppid=8012 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/8015/task/8024/stat : 8024 (java) S 8012 8015 29546 0 -1 4202560 325 0 0 0 51 7 0 0 20 0 19 0 13956594 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236261964712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8015/tid=8025] ppid=8012 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/8015/task/8025/stat : 8025 (java) S 8012 8015 29546 0 -1 4202560 564 0 0 0 50 10 0 0 20 0 19 0 13956594 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236260912168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8015/tid=8026] ppid=8012 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/8015/task/8026/stat : 8026 (java) S 8012 8015 29546 0 -1 4202560 214 0 0 0 43 2 0 0 20 0 19 0 13956595 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236130592872 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8015/tid=8027] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8027/stat : 8027 (java) S 8012 8015 29546 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13956596 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236129539192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8028] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8028/stat : 8028 (java) S 8012 8015 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13956596 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236128486536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8029] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8029/stat : 8029 (java) S 8012 8015 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13956598 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236127435280 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8030] ppid=8012 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/8015/task/8030/stat : 8030 (java) S 8012 8015 29546 0 -1 4202560 2112 0 0 0 40 0 0 0 20 0 19 0 13956598 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236126382648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8031] ppid=8012 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/8015/task/8031/stat : 8031 (java) S 8012 8015 29546 0 -1 4202560 7734 0 0 0 65 0 0 0 20 0 19 0 13956598 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236125330104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8015/tid=8032] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8032/stat : 8032 (java) S 8012 8015 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13956598 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236124277752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8015/tid=8033] ppid=8012 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/8015/task/8033/stat : 8033 (java) S 8012 8015 29546 0 -1 4202560 103 0 0 0 31 31 0 0 20 0 19 0 13956598 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236123225416 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8015/tid=8034] ppid=8012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8015/task/8034/stat : 8034 (java) S 8012 8015 29546 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13956683 9856040960 109231 33554432000 1073741824 1073778376 140735250696640 140236122170152 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1795.38
CPU time (s): 1800.03
CPU user time (s): 1799.15
CPU system time (s): 0.88
CPU usage (%): 100.259
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.77
system time used= 1.37179
maximum resident set size= 615332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17117
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39364
involuntary context switches= 15185

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5924 second user time and 13.075 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-17 01:18:34
IDJOB=4097986
IDBENCH=107835
IDSOLVER=2546
FILE ID=node140/4097986-1466119114
RUNJOBID= node140-1466119113-7902
PBS_JOBID= 19904032
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression64_10.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097986-1466119114/watcher-4097986-1466119114 -o /tmp/evaluation-result-4097986-1466119114/solver-4097986-1466119114 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466119113-7902 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4097986-1466119114.opb

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

MD5SUM BENCH= 82724f5dc802f6e67469d14fb2bd7ac4
RANDOM SEED=2100204580

node140.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.714
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.42
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.714
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.714
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.55
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.714
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.714
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.714
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.714
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.54
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.714
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:        30365896 kB
Buffers:           65160 kB
Cached:           124128 kB
SwapCached:         2564 kB
Active:           123212 kB
Inactive:         105144 kB
Active(anon):      40132 kB
Inactive(anon):     1792 kB
Active(file):      83080 kB
Inactive(file):   103352 kB
Unevictable:     1569044 kB
Mlocked:         1399392 kB
SwapTotal:      67108856 kB
SwapFree:       67096820 kB
Dirty:              5152 kB
Writeback:             0 kB
AnonPages:       1607300 kB
Mapped:            15048 kB
Shmem:                 0 kB
Slab:             572732 kB
SReclaimable:      16436 kB
SUnreclaim:       556296 kB
KernelStack:        1568 kB
PageTables:         7828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2257296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 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= 71732 MiB
End job on node140 at 2016-06-17 01:48:29