Trace number 4085039

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.04 1794.94

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_6_ic.opb
MD5SUM09d230c3dd969e67e7ea084b633c9325
Bench CategoryOPT-BIGINT-LIN (optimisation, big 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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 74618461
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 7915122659
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 74618461
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 7915122659
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085039-1465353709.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
1.02/0.58	c ... done. Wall clock time 0.465s.
1.02/0.58	c declared #vars     15725
1.25/0.60	c #constraints  33139
1.25/0.60	c constraints type 
1.25/0.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.25/0.60	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.25/0.60	c org.sat4j.specs.Constr$1 => 3
1.25/0.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.25/0.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.25/0.60	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.25/0.60	c 33139 constraints processed.
1.25/0.60	c objective function length is 1825 literals
4.45/3.47	c cleaning 2501 clauses out of 5002 with flag 20404/5002
7.49/6.44	c cleaning 4246 clauses out of 8499 with flag 51831/11000
11.39/10.31	c cleaning 5625 clauses out of 11253 with flag 84103/18000
15.71/14.63	c cleaning 6812 clauses out of 13630 with flag 129131/26002
20.49/19.36	c cleaning 7899 clauses out of 15816 with flag 180986/35000
25.79/24.61	c cleaning 8954 clauses out of 17917 with flag 235250/45000
31.19/30.05	c cleaning 9977 clauses out of 19965 with flag 291720/56002
36.69/35.51	c cleaning 10986 clauses out of 21987 with flag 370979/68001
42.59/41.46	c cleaning 11992 clauses out of 24001 with flag 447021/81001
48.99/47.83	c cleaning 13001 clauses out of 26011 with flag 539147/95003
55.79/54.60	c cleaning 13999 clauses out of 28008 with flag 649956/110001
63.50/62.36	c cleaning 15000 clauses out of 30009 with flag 767810/126001
71.50/70.32	c cleaning 15994 clauses out of 32009 with flag 882466/143001
81.10/79.92	c cleaning 17002 clauses out of 34014 with flag 992656/161000
90.80/89.50	c cleaning 18002 clauses out of 36013 with flag 1128721/180001
101.90/100.62	c cleaning 18997 clauses out of 38010 with flag 1278285/200000
112.09/110.83	c cleaning 20003 clauses out of 40014 with flag 1418469/221001
123.20/121.98	c cleaning 21004 clauses out of 42011 with flag 1565889/243001
135.00/133.77	c cleaning 21995 clauses out of 44007 with flag 1739774/266001
147.71/146.43	c cleaning 23000 clauses out of 46014 with flag 1918237/290003
163.12/161.83	c cleaning 23996 clauses out of 48012 with flag 2119288/315001
177.69/176.33	c cleaning 24996 clauses out of 50015 with flag 2303367/341000
192.80/191.45	c cleaning 26004 clauses out of 52021 with flag 2501751/368002
208.89/207.57	c cleaning 27004 clauses out of 54015 with flag 2714163/396000
229.79/228.48	c cleaning 27983 clauses out of 56011 with flag 2923320/425000
252.70/251.35	c cleaning 29003 clauses out of 58028 with flag 3075587/455000
270.58/269.02	c cleaning 30007 clauses out of 60027 with flag 3259968/486002
287.38/285.81	c cleaning 31003 clauses out of 62018 with flag 3455388/518000
304.38/302.84	c cleaning 32003 clauses out of 64017 with flag 3575596/551002
323.28/321.78	c cleaning 32989 clauses out of 66013 with flag 3720177/585001
342.57/340.81	c cleaning 33997 clauses out of 68024 with flag 3885414/620001
362.97/361.29	c cleaning 35001 clauses out of 70027 with flag 4111643/656001
385.57/383.85	c cleaning 36003 clauses out of 72025 with flag 4371888/693000
411.08/409.11	c cleaning 36998 clauses out of 74022 with flag 4646680/731000
434.99/433.03	c cleaning 38002 clauses out of 76025 with flag 4913596/770001
462.40/460.49	c cleaning 39002 clauses out of 78024 with flag 5138020/810002
488.46/486.28	c cleaning 40005 clauses out of 80021 with flag 5326152/851001
516.56/514.37	c cleaning 41004 clauses out of 82015 with flag 5533562/893000
545.76/543.22	c cleaning 42000 clauses out of 84011 with flag 5784946/936000
577.36/574.83	c cleaning 43002 clauses out of 86011 with flag 6055685/980000
605.09/602.37	c cleaning 43999 clauses out of 88009 with flag 6328049/1025000
631.70/628.97	c cleaning 45000 clauses out of 90011 with flag 6627888/1071001
662.75/660.00	c cleaning 45996 clauses out of 92010 with flag 6903558/1118000
694.15/691.25	c cleaning 47000 clauses out of 94015 with flag 7160433/1166001
728.76/725.88	c cleaning 48000 clauses out of 96015 with flag 7464245/1215001
763.56/760.53	c cleaning 49002 clauses out of 98015 with flag 7842557/1265001
797.20/794.08	c cleaning 49999 clauses out of 100013 with flag 8223096/1316001
830.20/827.05	c cleaning 51004 clauses out of 102015 with flag 8666119/1368002
863.41/860.14	c cleaning 52000 clauses out of 104009 with flag 9111586/1421000
898.10/894.79	c cleaning 52997 clauses out of 106009 with flag 9561772/1475000
935.70/932.39	c cleaning 53998 clauses out of 108012 with flag 10046563/1530000
973.40/969.95	c cleaning 54997 clauses out of 110015 with flag 10492729/1586001
1010.69/1007.14	c cleaning 56002 clauses out of 112017 with flag 10929080/1643000
1049.41/1045.80	c cleaning 56999 clauses out of 114015 with flag 11410118/1701000
1091.87/1088.22	c cleaning 57995 clauses out of 116018 with flag 11861187/1760002
1130.17/1126.50	c cleaning 59004 clauses out of 118021 with flag 12377311/1820000
1173.77/1169.95	c cleaning 59996 clauses out of 120017 with flag 12866257/1881000
1220.36/1216.46	c cleaning 61010 clauses out of 122022 with flag 13211113/1943001
1262.95/1258.93	c cleaning 62005 clauses out of 124015 with flag 13580439/2006004
1306.43/1302.37	c cleaning 62990 clauses out of 126006 with flag 13980893/2070000
1352.76/1348.70	c cleaning 63982 clauses out of 128017 with flag 14400376/2135001
1397.95/1393.73	c cleaning 65006 clauses out of 130035 with flag 14825577/2201001
1448.43/1444.04	c cleaning 66008 clauses out of 132029 with flag 15272558/2268001
1503.70/1499.21	c cleaning 66999 clauses out of 134021 with flag 15732015/2336001
1561.78/1557.18	c cleaning 68004 clauses out of 136021 with flag 16225111/2405000
1613.71/1608.95	c cleaning 69008 clauses out of 138017 with flag 16707856/2475000
1664.57/1659.76	c cleaning 70000 clauses out of 140011 with flag 17118816/2546002
1717.70/1712.77	c cleaning 70997 clauses out of 142010 with flag 17550511/2618001
1769.79/1764.75	c cleaning 72000 clauses out of 144013 with flag 18019766/2691001
1800.04/1794.90	c starts		: 6738
1800.04/1794.90	c conflicts		: 2738152
1800.04/1794.90	c decisions		: 4192066
1800.04/1794.90	c propagations		: 1737356325
1800.04/1794.90	c inspects		: 21683654175
1800.04/1794.90	c shortcuts		: 0
1800.04/1794.90	c learnt literals	: 0
1800.04/1794.90	c learnt binary clauses	: 0
1800.04/1794.90	c learnt ternary clauses	: 0
1800.04/1794.90	c learnt constraints	: 2738152
1800.04/1794.90	c ignored constraints	: 0
1800.04/1794.90	c root simplifications	: 0
1800.04/1794.90	c removed literals (reason simplification)	: 0
1800.04/1794.90	c reason swapping (by a shorter reason)	: 0
1800.04/1794.90	c Calls to reduceDB	: 69
1800.04/1794.90	c Number of update (reduction) of LBD	: 841350
1800.04/1794.90	c Imported unit clauses	: 0
1800.04/1794.90	c number of reductions to clauses (during analyze)	: 0
1800.04/1794.90	c number of learned constraints concerned by reduction	: 0
1800.04/1794.90	c number of learning phase by resolution	: 0
1800.04/1794.90	c number of learning phase by cutting planes	: 0
1800.04/1794.90	c speed (assignments/second)	: 968262.0654025181
1800.04/1794.90	c non guided choices	5
1800.04/1794.91	c timeout
1800.04/1794.93	c learnt constraints type 
1800.04/1794.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 119165
1800.04/1794.93	s UNKNOWN
1800.04/1794.93	c Total wall clock time (in seconds): 1794.815

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-4085039-1465353709/watcher-4085039-1465353709 -o /tmp/evaluation-result-4085039-1465353709/solver-4085039-1465353709 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465339364-19292 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085039-1465353709.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.26 2.25 2.21 3/194 21106
/proc/meminfo: memFree=29138432/32872528 swapFree=14448/1543360
[pid=21106] ppid=21103 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/21106/stat : 21106 (java) R 21103 21106 19275 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 117304549 278528 33 33554432000 1073741824 1073778376 140735189671968 140736444966088 266426477749 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21106/statm: 68 33 25 9 0 25 0

[startup+0.100062 s]
/proc/loadavg: 2.26 2.25 2.21 3/194 21106
/proc/meminfo: memFree=29138432/32872528 swapFree=14448/1543360
[pid=21106] ppid=21103 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/21106/stat : 21106 (java) S 21103 21106 19275 0 -1 4202496 4402 0 1 0 8 1 0 0 20 0 18 0 117304549 9787879424 6029 33554432000 1073741824 1073778376 140735189671968 140735189663104 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21106/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200233 s]
/proc/loadavg: 2.26 2.25 2.21 3/194 21106
/proc/meminfo: memFree=29138432/32872528 swapFree=14448/1543360
[pid=21106] ppid=21103 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/21106/stat : 21106 (java) S 21103 21106 19275 0 -1 4202496 5142 0 1 0 27 1 0 0 20 0 18 0 117304549 9787879424 7122 33554432000 1073741824 1073778376 140735189671968 140735189663104 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21106/statm: 2389619 7122 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300255 s]
/proc/loadavg: 2.26 2.25 2.21 3/194 21106
/proc/meminfo: memFree=29138432/32872528 swapFree=14448/1543360
[pid=21106] ppid=21103 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/21106/stat : 21106 (java) S 21103 21106 19275 0 -1 4202496 5935 0 1 0 49 2 0 0 20 0 18 0 117304549 9787879424 9606 33554432000 1073741824 1073778376 140735189671968 140735189663104 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21106/statm: 2389619 9606 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700156 s]
/proc/loadavg: 2.26 2.25 2.21 3/194 21106
/proc/meminfo: memFree=29138432/32872528 swapFree=14448/1543360
[pid=21106] ppid=21103 vsize=9625040 CPUtime=1.52 cores=1,3,5,7
/proc/21106/stat : 21106 (java) S 21103 21106 19275 0 -1 4202496 11858 0 1 0 148 4 0 0 20 0 19 0 117304549 9856040960 33508 33554432000 1073741824 1073778376 140735189671968 140735189663104 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21106/statm: 2406260 33508 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 9625040

[startup+1.50089 s]
/proc/loadavg: 2.26 2.25 2.21 3/213 21125
/proc/meminfo: memFree=29010752/32872528 swapFree=14448/1543360
[pid=21106] ppid=21103 vsize=9625040 CPUtime=2.5 cores=1,3,5,7
/proc/21106/stat : 21106 (java) S 21103 21106 19275 0 -1 4202496 12627 0 1 0 246 4 0 0 20 0 19 0 117304549 9856040960 34022 33554432000 1073741824 1073778376 140735189671968 140735189663104 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21106/statm: 2406260 34022 2265 9 0 2396937 0
[pid=21106/tid=21108] ppid=21103 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/21106/task/21108/stat : 21108 (java) R 21103 21106 19275 0 -1 4202560 2473 0 1 0 143 2 0 0 20 0 19 0 117304550 9856040960 34022 33554432000 1073741824 1073778376 140735189671968 139783033262472 139782882394055 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21106/tid=21109] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21109/stat : 21109 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304551 9856040960 34022 33554432000 1073741824 1073778376 140735189671968 139783005715240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21110] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21110/stat : 21110 (java) S 21103 21106 19275 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 117304551 9856040960 34022 33554432000 1073741824 1073778376 140735189671968 139783004662440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21106/tid=21111] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21111/stat : 21111 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304551 9856040960 34022 33554432000 1073741824 1073778376 140735189671968 139783003610152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21106/tid=21112] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21112/stat : 21112 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304551 9856040960 34022 33554432000 1073741824 1073778376 140735189671968 139783002557352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21106/tid=21113] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21113/stat : 21113 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304551 9856040960 34022 33554432000 1073741824 1073778376 140735189671968 139783001504040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21114] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21114/stat : 21114 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304551 9856040960 34022 33554432000 1073741824 1073778376 140735189671968 139783000451240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21106/tid=21115] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21115/stat : 21115 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304551 9856040960 34022 33554432000 1073741824 1073778376 140735189671968 139782870575656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21116] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21116/stat : 21116 (java) S 21103 21106 19275 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 117304551 9856040960 34022 33554432000 1073741824 1073778376 140735189671968 139782869522856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21117] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21117/stat : 21117 (java) S 21103 21106 19275 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 117304552 9856040960 34022 33554432000 1073741824 1073778376 140735189671968 139782386576104 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21118] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21118/stat : 21118 (java) S 21103 21106 19275 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 117304553 9856040960 34022 33554432000 1073741824 1073778376 140735189671968 139782385522168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21119] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21119/stat : 21119 (java) S 21103 21106 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 117304553 9856040960 34022 33554432000 1073741824 1073778376 140735189671968 139782384469768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21120] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21120/stat : 21120 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304555 9856040960 34022 33554432000 1073741824 1073778376 140735189671968 139782383418256 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21121] ppid=21103 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/21106/task/21121/stat : 21121 (java) S 21103 21106 19275 0 -1 4202560 4634 0 0 0 54 0 0 0 20 0 19 0 117304555 9856040960 34022 33554432000 1073741824 1073778376 140735189671968 139782382364856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21106/tid=21122] ppid=21103 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/21106/task/21122/stat : 21122 (java) S 21103 21106 19275 0 -1 4202560 4243 0 0 0 46 0 0 0 20 0 19 0 117304555 9856040960 34022 33554432000 1073741824 1073778376 140735189671968 139782381312056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21106/tid=21123] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21123/stat : 21123 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304555 9856040960 34022 33554432000 1073741824 1073778376 140735189671968 139782380259960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21106/tid=21124] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21124/stat : 21124 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304555 9856040960 34022 33554432000 1073741824 1073778376 140735189671968 139782379207368 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21125] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21125/stat : 21125 (java) S 21103 21106 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 117304609 9856040960 34022 33554432000 1073741824 1073778376 140735189671968 139782378153384 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.26 2.25 2.21 3/213 21125
/proc/meminfo: memFree=29010132/32872528 swapFree=14448/1543360
[pid=21106] ppid=21103 vsize=9625040 CPUtime=4.14 cores=1,3,5,7
/proc/21106/stat : 21106 (java) S 21103 21106 19275 0 -1 4202496 13086 0 1 0 410 4 0 0 20 0 19 0 117304549 9856040960 35050 33554432000 1073741824 1073778376 140735189671968 140735189663104 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21106/statm: 2406260 35050 2268 9 0 2396937 0
[pid=21106/tid=21108] ppid=21103 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/21106/task/21108/stat : 21108 (java) R 21103 21106 19275 0 -1 4202560 2477 0 1 0 302 2 0 0 20 0 19 0 117304550 9856040960 35050 33554432000 1073741824 1073778376 140735189671968 139783033262208 139782882458525 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21109] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21109/stat : 21109 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304551 9856040960 35050 33554432000 1073741824 1073778376 140735189671968 139783005715240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21110] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21110/stat : 21110 (java) S 21103 21106 19275 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 117304551 9856040960 35050 33554432000 1073741824 1073778376 140735189671968 139783004662440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21106/tid=21111] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21111/stat : 21111 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304551 9856040960 35050 33554432000 1073741824 1073778376 140735189671968 139783003610152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21106/tid=21112] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21112/stat : 21112 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304551 9856040960 35050 33554432000 1073741824 1073778376 140735189671968 139783002557352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21106/tid=21113] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21113/stat : 21113 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304551 9856040960 35050 33554432000 1073741824 1073778376 140735189671968 139783001504040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21114] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21114/stat : 21114 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304551 9856040960 35050 33554432000 1073741824 1073778376 140735189671968 139783000451240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21106/tid=21115] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21115/stat : 21115 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304551 9856040960 35050 33554432000 1073741824 1073778376 140735189671968 139782870575656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21116] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21116/stat : 21116 (java) S 21103 21106 19275 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 117304551 9856040960 35050 33554432000 1073741824 1073778376 140735189671968 139782869522856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21117] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21117/stat : 21117 (java) S 21103 21106 19275 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 117304552 9856040960 35050 33554432000 1073741824 1073778376 140735189671968 139782386576104 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21118] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21118/stat : 21118 (java) S 21103 21106 19275 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 117304553 9856040960 35050 33554432000 1073741824 1073778376 140735189671968 139782385522168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21119] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21119/stat : 21119 (java) S 21103 21106 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 117304553 9856040960 35050 33554432000 1073741824 1073778376 140735189671968 139782384469768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21120] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21120/stat : 21120 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304555 9856040960 35050 33554432000 1073741824 1073778376 140735189671968 139782383418256 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21121] ppid=21103 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/21106/task/21121/stat : 21121 (java) S 21103 21106 19275 0 -1 4202560 5088 0 0 0 57 1 0 0 20 0 19 0 117304555 9856040960 35050 33554432000 1073741824 1073778376 140735189671968 139782382364856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21106/tid=21122] ppid=21103 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/21106/task/21122/stat : 21122 (java) S 21103 21106 19275 0 -1 4202560 4243 0 0 0 46 0 0 0 20 0 19 0 117304555 9856040960 35050 33554432000 1073741824 1073778376 140735189671968 139782381312056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21106/tid=21123] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21123/stat : 21123 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304555 9856040960 35050 33554432000 1073741824 1073778376 140735189671968 139782380259960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21106/tid=21124] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21124/stat : 21124 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304555 9856040960 35050 33554432000 1073741824 1073778376 140735189671968 139782379207368 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21125] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21125/stat : 21125 (java) S 21103 21106 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 117304609 9856040960 35050 33554432000 1073741824 1073778376 140735189671968 139782378153384 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.16 2.23 2.21 3/213 21125
/proc/meminfo: memFree=29001736/32872528 swapFree=14448/1543360
[pid=21106] ppid=21103 vsize=9625040 CPUtime=7.39 cores=1,3,5,7
/proc/21106/stat : 21106 (java) S 21103 21106 19275 0 -1 4202496 13100 0 1 0 735 4 0 0 20 0 19 0 117304549 9856040960 36536 33554432000 1073741824 1073778376 140735189671968 140735189663104 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21106/statm: 2406260 36536 2272 9 0 2396937 0
[pid=21106/tid=21108] ppid=21103 vsize=9625040 CPUtime=6.22 cores=1,3,5,7
/proc/21106/task/21108/stat : 21108 (java) R 21103 21106 19275 0 -1 4202560 2482 0 1 0 620 2 0 0 20 0 19 0 117304550 9856040960 36536 33554432000 1073741824 1073778376 140735189671968 139783033262480 139782882313212 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21106/tid=21109] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21109/stat : 21109 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304551 9856040960 36536 33554432000 1073741824 1073778376 140735189671968 139783005715240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21110] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21110/stat : 21110 (java) S 21103 21106 19275 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 117304551 9856040960 36536 33554432000 1073741824 1073778376 140735189671968 139783004662440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21106/tid=21111] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21111/stat : 21111 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304551 9856040960 36536 33554432000 1073741824 1073778376 140735189671968 139783003610152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21106/tid=21112] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21112/stat : 21112 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304551 9856040960 36536 33554432000 1073741824 1073778376 140735189671968 139783002557352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21106/tid=21113] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21113/stat : 21113 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304551 9856040960 36536 33554432000 1073741824 1073778376 140735189671968 139783001504040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21114] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21114/stat : 21114 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304551 9856040960 36536 33554432000 1073741824 1073778376 140735189671968 139783000451240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21106/tid=21115] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21115/stat : 21115 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304551 9856040960 36536 33554432000 1073741824 1073778376 140735189671968 139782870575656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21116] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21116/stat : 21116 (java) S 21103 21106 19275 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 117304551 9856040960 36536 33554432000 1073741824 1073778376 140735189671968 139782869522856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21117] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21117/stat : 21117 (java) S 21103 21106 19275 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 117304552 9856040960 36536 33554432000 1073741824 1073778376 140735189671968 139782386576104 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21118] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21118/stat : 21118 (java) S 21103 21106 19275 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 117304553 9856040960 36536 33554432000 1073741824 1073778376 140735189671968 139782385522168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21119] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21119/stat : 21119 (java) S 21103 21106 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 117304553 9856040960 36536 33554432000 1073741824 1073778376 140735189671968 139782384469768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21120] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21120/stat : 21120 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304555 9856040960 36536 33554432000 1073741824 1073778376 140735189671968 139782383418256 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21121] ppid=21103 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/21106/task/21121/stat : 21121 (java) S 21103 21106 19275 0 -1 4202560 5093 0 0 0 60 2 0 0 20 0 19 0 117304555 9856040960 36536 33554432000 1073741824 1073778376 140735189671968 139782382364856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21106/tid=21122] ppid=21103 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/21106/task/21122/stat : 21122 (java) S 21103 21106 19275 0 -1 4202560 4247 0 0 0 50 0 0 0 20 0 19 0 117304555 9856040960 36536 33554432000 1073741824 1073778376 140735189671968 139782381312056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21106/tid=21123] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21123/stat : 21123 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304555 9856040960 36536 33554432000 1073741824 1073778376 140735189671968 139782380259960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21106/tid=21124] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21124/stat : 21124 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304555 9856040960 36536 33554432000 1073741824 1073778376 140735189671968 139782379207368 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21125] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21125/stat : 21125 (java) S 21103 21106 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 117304609 9856040960 36536 33554432000 1073741824 1073778376 140735189671968 139782378153384 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 9625040


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

[pid=21106/tid=21125] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21125/stat : 21125 (java) S 21103 21106 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 117304609 9856040960 138353 33554432000 1073741824 1073778376 140735189671968 139782378153384 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1727.29
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.12 2.19 2.18 3/213 21258
/proc/meminfo: memFree=28015252/32872528 swapFree=14448/1543360
[pid=21106] ppid=21103 vsize=9625040 CPUtime=1787.45 cores=1,3,5,7
/proc/21106/stat : 21106 (java) S 21103 21106 19275 0 -1 4202496 16364 0 1 0 178634 111 0 0 20 0 19 0 117304549 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 140735189663104 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21106/statm: 2406260 134581 2294 9 0 2396937 0
[pid=21106/tid=21108] ppid=21103 vsize=9625040 CPUtime=1775.63 cores=1,3,5,7
/proc/21106/task/21108/stat : 21108 (java) R 21103 21106 19275 0 -1 4202560 2531 0 1 0 177533 30 0 0 20 0 19 0 117304550 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139783033261264 139782882313136 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21106/tid=21109] ppid=21103 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/21106/task/21109/stat : 21109 (java) S 21103 21106 19275 0 -1 4202560 344 0 0 0 53 7 0 0 20 0 19 0 117304551 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139783005715240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21110] ppid=21103 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/21106/task/21110/stat : 21110 (java) S 21103 21106 19275 0 -1 4202560 315 0 0 0 40 7 0 0 20 0 19 0 117304551 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139783004662440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21111] ppid=21103 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/21106/task/21111/stat : 21111 (java) S 21103 21106 19275 0 -1 4202560 360 0 0 0 55 7 0 0 20 0 19 0 117304551 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139783003610152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21106/tid=21112] ppid=21103 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/21106/task/21112/stat : 21112 (java) S 21103 21106 19275 0 -1 4202560 380 0 0 0 63 10 0 0 20 0 19 0 117304551 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139783002557352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21113] ppid=21103 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/21106/task/21113/stat : 21113 (java) S 21103 21106 19275 0 -1 4202560 470 0 0 0 44 8 0 0 20 0 19 0 117304551 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139783001504040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21114] ppid=21103 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/21106/task/21114/stat : 21114 (java) S 21103 21106 19275 0 -1 4202560 351 0 0 0 53 7 0 0 20 0 19 0 117304551 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139783000451240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21106/tid=21115] ppid=21103 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/21106/task/21115/stat : 21115 (java) S 21103 21106 19275 0 -1 4202560 286 0 0 0 58 11 0 0 20 0 19 0 117304551 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782870575656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21106/tid=21116] ppid=21103 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/21106/task/21116/stat : 21116 (java) S 21103 21106 19275 0 -1 4202560 335 0 0 0 60 10 0 0 20 0 19 0 117304551 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782869522856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21106/tid=21117] ppid=21103 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/21106/task/21117/stat : 21117 (java) S 21103 21106 19275 0 -1 4202560 283 0 0 0 58 2 0 0 20 0 19 0 117304552 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782386576104 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21118] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21118/stat : 21118 (java) S 21103 21106 19275 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 117304553 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782385522168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21119] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21119/stat : 21119 (java) S 21103 21106 19275 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 117304553 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782384469768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21120] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21120/stat : 21120 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304555 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782383418256 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21121] ppid=21103 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/21106/task/21121/stat : 21121 (java) S 21103 21106 19275 0 -1 4202560 5097 0 0 0 62 2 0 0 20 0 19 0 117304555 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782382364856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21106/tid=21122] ppid=21103 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/21106/task/21122/stat : 21122 (java) S 21103 21106 19275 0 -1 4202560 4247 0 0 0 52 0 0 0 20 0 19 0 117304555 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782381312056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21106/tid=21123] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21123/stat : 21123 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304555 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782380259960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21106/tid=21124] ppid=21103 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/21106/task/21124/stat : 21124 (java) S 21103 21106 19275 0 -1 4202560 103 0 0 0 24 36 0 0 20 0 19 0 117304555 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782379207368 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21106/tid=21125] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21125/stat : 21125 (java) S 21103 21106 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 117304609 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782378153384 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1787.45
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.9 s]
/proc/loadavg: 2.10 2.18 2.17 4/213 21258
/proc/meminfo: memFree=28007060/32872528 swapFree=14448/1543360
[pid=21106] ppid=21103 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/21106/stat : 21106 (java) S 21103 21106 19275 0 -1 4202496 16364 0 1 0 179893 111 0 0 20 0 19 0 117304549 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 140735189663104 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21106/statm: 2406260 134581 2294 9 0 2396937 0
[pid=21106/tid=21108] ppid=21103 vsize=9625040 CPUtime=1788.19 cores=1,3,5,7
/proc/21106/task/21108/stat : 21108 (java) R 21103 21106 19275 0 -1 4202560 2531 0 1 0 178788 31 0 0 20 0 19 0 117304550 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139783033261264 139782882398368 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21106/tid=21109] ppid=21103 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/21106/task/21109/stat : 21109 (java) S 21103 21106 19275 0 -1 4202560 344 0 0 0 53 7 0 0 20 0 19 0 117304551 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139783005715240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21110] ppid=21103 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/21106/task/21110/stat : 21110 (java) S 21103 21106 19275 0 -1 4202560 315 0 0 0 40 7 0 0 20 0 19 0 117304551 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139783004662440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21111] ppid=21103 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/21106/task/21111/stat : 21111 (java) S 21103 21106 19275 0 -1 4202560 360 0 0 0 55 7 0 0 20 0 19 0 117304551 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139783003610152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21106/tid=21112] ppid=21103 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/21106/task/21112/stat : 21112 (java) S 21103 21106 19275 0 -1 4202560 380 0 0 0 63 10 0 0 20 0 19 0 117304551 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139783002557352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21113] ppid=21103 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/21106/task/21113/stat : 21113 (java) S 21103 21106 19275 0 -1 4202560 470 0 0 0 44 8 0 0 20 0 19 0 117304551 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139783001504040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21114] ppid=21103 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/21106/task/21114/stat : 21114 (java) S 21103 21106 19275 0 -1 4202560 351 0 0 0 53 7 0 0 20 0 19 0 117304551 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139783000451240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21106/tid=21115] ppid=21103 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/21106/task/21115/stat : 21115 (java) S 21103 21106 19275 0 -1 4202560 286 0 0 0 58 11 0 0 20 0 19 0 117304551 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782870575656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21106/tid=21116] ppid=21103 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/21106/task/21116/stat : 21116 (java) S 21103 21106 19275 0 -1 4202560 335 0 0 0 60 10 0 0 20 0 19 0 117304551 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782869522856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21106/tid=21117] ppid=21103 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/21106/task/21117/stat : 21117 (java) S 21103 21106 19275 0 -1 4202560 283 0 0 0 58 2 0 0 20 0 19 0 117304552 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782386576104 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21118] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21118/stat : 21118 (java) S 21103 21106 19275 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 117304553 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782385522168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21119] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21119/stat : 21119 (java) S 21103 21106 19275 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 117304553 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782384469768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21120] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21120/stat : 21120 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304555 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782383418256 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21121] ppid=21103 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/21106/task/21121/stat : 21121 (java) S 21103 21106 19275 0 -1 4202560 5097 0 0 0 62 2 0 0 20 0 19 0 117304555 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782382364856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21106/tid=21122] ppid=21103 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/21106/task/21122/stat : 21122 (java) S 21103 21106 19275 0 -1 4202560 4247 0 0 0 52 0 0 0 20 0 19 0 117304555 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782381312056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21106/tid=21123] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21123/stat : 21123 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304555 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782380259960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21106/tid=21124] ppid=21103 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/21106/task/21124/stat : 21124 (java) S 21103 21106 19275 0 -1 4202560 103 0 0 0 24 36 0 0 20 0 19 0 117304555 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782379207368 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21106/tid=21125] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21125/stat : 21125 (java) S 21103 21106 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 117304609 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782378153384 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 21106 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1794.9 s]
/proc/loadavg: 2.10 2.18 2.17 4/213 21258
/proc/meminfo: memFree=28007060/32872528 swapFree=14448/1543360
[pid=21106] ppid=21103 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/21106/stat : 21106 (java) S 21103 21106 19275 0 -1 4202496 16364 0 1 0 179893 111 0 0 20 0 19 0 117304549 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 140735189663104 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21106/statm: 2406260 134581 2294 9 0 2396937 0
[pid=21106/tid=21108] ppid=21103 vsize=9625040 CPUtime=1788.19 cores=1,3,5,7
/proc/21106/task/21108/stat : 21108 (java) R 21103 21106 19275 0 -1 4202560 2531 0 1 0 178788 31 0 0 20 0 19 0 117304550 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139783033261264 139782882398368 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21106/tid=21109] ppid=21103 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/21106/task/21109/stat : 21109 (java) S 21103 21106 19275 0 -1 4202560 344 0 0 0 53 7 0 0 20 0 19 0 117304551 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139783005715240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21110] ppid=21103 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/21106/task/21110/stat : 21110 (java) S 21103 21106 19275 0 -1 4202560 315 0 0 0 40 7 0 0 20 0 19 0 117304551 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139783004662440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21111] ppid=21103 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/21106/task/21111/stat : 21111 (java) S 21103 21106 19275 0 -1 4202560 360 0 0 0 55 7 0 0 20 0 19 0 117304551 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139783003610152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21106/tid=21112] ppid=21103 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/21106/task/21112/stat : 21112 (java) S 21103 21106 19275 0 -1 4202560 380 0 0 0 63 10 0 0 20 0 19 0 117304551 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139783002557352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21113] ppid=21103 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/21106/task/21113/stat : 21113 (java) S 21103 21106 19275 0 -1 4202560 470 0 0 0 44 8 0 0 20 0 19 0 117304551 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139783001504040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21114] ppid=21103 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/21106/task/21114/stat : 21114 (java) S 21103 21106 19275 0 -1 4202560 351 0 0 0 53 7 0 0 20 0 19 0 117304551 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139783000451240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21106/tid=21115] ppid=21103 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/21106/task/21115/stat : 21115 (java) S 21103 21106 19275 0 -1 4202560 286 0 0 0 58 11 0 0 20 0 19 0 117304551 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782870575656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21106/tid=21116] ppid=21103 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/21106/task/21116/stat : 21116 (java) S 21103 21106 19275 0 -1 4202560 335 0 0 0 60 10 0 0 20 0 19 0 117304551 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782869522856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21106/tid=21117] ppid=21103 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/21106/task/21117/stat : 21117 (java) S 21103 21106 19275 0 -1 4202560 283 0 0 0 58 2 0 0 20 0 19 0 117304552 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782386576104 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21118] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21118/stat : 21118 (java) S 21103 21106 19275 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 117304553 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782385522168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21119] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21119/stat : 21119 (java) S 21103 21106 19275 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 117304553 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782384469768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21120] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21120/stat : 21120 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304555 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782383418256 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21106/tid=21121] ppid=21103 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/21106/task/21121/stat : 21121 (java) S 21103 21106 19275 0 -1 4202560 5097 0 0 0 62 2 0 0 20 0 19 0 117304555 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782382364856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21106/tid=21122] ppid=21103 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/21106/task/21122/stat : 21122 (java) S 21103 21106 19275 0 -1 4202560 4247 0 0 0 52 0 0 0 20 0 19 0 117304555 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782381312056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21106/tid=21123] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21123/stat : 21123 (java) S 21103 21106 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117304555 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782380259960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21106/tid=21124] ppid=21103 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/21106/task/21124/stat : 21124 (java) S 21103 21106 19275 0 -1 4202560 103 0 0 0 24 36 0 0 20 0 19 0 117304555 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782379207368 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21106/tid=21125] ppid=21103 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21106/task/21125/stat : 21125 (java) S 21103 21106 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 117304609 9856040960 134581 33554432000 1073741824 1073778376 140735189671968 139782378153384 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1794.94
CPU time (s): 1800.04
CPU user time (s): 1798.93
CPU system time (s): 1.11
CPU usage (%): 100.284
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.28
system time used= 1.52477
maximum resident set size= 772920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16396
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39077
involuntary context switches= 11790

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2414 second user time and 13.5539 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-08 04:41:49
IDJOB=4085039
IDBENCH=92769
IDSOLVER=2546
FILE ID=node116/4085039-1465353709
RUNJOBID= node116-1465339364-19292
PBS_JOBID= 19853403
Free space on /tmp= 71640 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_6_ic.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085039-1465353709/watcher-4085039-1465353709 -o /tmp/evaluation-result-4085039-1465353709/solver-4085039-1465353709 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465339364-19292 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085039-1465353709.opb

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

MD5SUM BENCH= 09d230c3dd969e67e7ea084b633c9325
RANDOM SEED=1331601082

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.134
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:        29138960 kB
Buffers:          178836 kB
Cached:           672560 kB
SwapCached:         1864 kB
Active:           861868 kB
Inactive:         583180 kB
Active(anon):     592068 kB
Inactive(anon):     3820 kB
Active(file):     269800 kB
Inactive(file):   579360 kB
Unevictable:     1543360 kB
Mlocked:           14448 kB
SwapTotal:      67108856 kB
SwapFree:       67099076 kB
Dirty:              2004 kB
Writeback:             0 kB
AnonPages:       2228008 kB
Mapped:            16480 kB
Shmem:                 0 kB
Slab:             610296 kB
SReclaimable:      54260 kB
SUnreclaim:       556036 kB
KernelStack:        1760 kB
PageTables:         8824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2307392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2199552 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= 71628 MiB
End job on node116 at 2016-06-08 05:11:44