Trace number 4096089

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 1798.34

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
subsetcard/normalized-subsetcard-geq-random4regular-80.opb
MD5SUMaab9a69c3fa97f7f0388f97ba35f5d6f
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 benchmark0.010997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables321
Total number of constraints160
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)160
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	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.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4096089-1466101876.opb
0.10/0.10	c reading problem ... 
0.10/0.10	c  no objective function found
0.10/0.13	c ... done. Wall clock time 0.031s.
0.10/0.13	c declared #vars     321
0.10/0.13	c #constraints  160
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 160
0.10/0.13	c 160 constraints processed.
0.94/0.60	c cleaning 2494 clauses out of 5000 with flag 47561/5000
1.37/0.93	c cleaning 4247 clauses out of 8508 with flag 106518/11002
1.77/1.32	c cleaning 5608 clauses out of 11260 with flag 178991/18001
2.18/1.79	c cleaning 6820 clauses out of 13651 with flag 259892/26000
2.70/2.26	c cleaning 7911 clauses out of 15832 with flag 348998/35001
3.29/2.85	c cleaning 8953 clauses out of 17921 with flag 450843/45001
3.99/3.57	c cleaning 9976 clauses out of 19968 with flag 556370/56001
5.10/4.69	c cleaning 10988 clauses out of 21991 with flag 684564/68000
6.30/5.84	c cleaning 11995 clauses out of 24003 with flag 827631/81000
7.79/7.32	c cleaning 12995 clauses out of 26008 with flag 993398/95000
9.30/8.89	c cleaning 13985 clauses out of 28013 with flag 1166588/110000
10.89/10.49	c cleaning 14991 clauses out of 30028 with flag 1347989/126000
12.89/12.43	c cleaning 15998 clauses out of 32037 with flag 1533994/143000
14.59/14.18	c cleaning 17012 clauses out of 34041 with flag 1735728/161002
16.40/15.97	c cleaning 18007 clauses out of 36028 with flag 1921340/180001
19.10/18.60	c cleaning 18997 clauses out of 38020 with flag 2157228/200000
21.30/20.82	c cleaning 19994 clauses out of 40024 with flag 2384874/221001
23.61/23.11	c cleaning 21009 clauses out of 42029 with flag 2611239/243000
27.40/26.90	c cleaning 22004 clauses out of 44020 with flag 2868700/266000
30.10/29.66	c cleaning 22998 clauses out of 46016 with flag 3122912/290000
32.90/32.48	c cleaning 24001 clauses out of 48021 with flag 3382666/315003
37.79/37.32	c cleaning 24994 clauses out of 50017 with flag 3696943/341000
42.41/41.97	c cleaning 26005 clauses out of 52024 with flag 4002844/368001
48.20/47.74	c cleaning 26997 clauses out of 54020 with flag 4335817/396002
52.31/51.83	c cleaning 28003 clauses out of 56022 with flag 4626384/425001
56.50/56.01	c cleaning 29009 clauses out of 58018 with flag 4939486/455000
60.40/59.94	c cleaning 29991 clauses out of 60009 with flag 5229919/486000
64.70/64.23	c cleaning 30991 clauses out of 62018 with flag 5522658/518000
69.40/68.95	c cleaning 32000 clauses out of 64027 with flag 5841267/551000
75.20/74.77	c cleaning 33007 clauses out of 66030 with flag 6208802/585003
80.45/79.94	c cleaning 34000 clauses out of 68020 with flag 6548089/620000
86.15/85.69	c cleaning 34993 clauses out of 70020 with flag 6907830/656000
92.05/91.57	c cleaning 36003 clauses out of 72027 with flag 7308621/693000
98.65/98.13	c cleaning 37007 clauses out of 74024 with flag 7730212/731000
104.75/104.26	c cleaning 38004 clauses out of 76017 with flag 8139867/770000
111.35/110.86	c cleaning 38995 clauses out of 78013 with flag 8520726/810000
119.05/118.55	c cleaning 40004 clauses out of 80020 with flag 8945672/851002
126.15/125.66	c cleaning 40999 clauses out of 82014 with flag 9371167/893000
133.15/132.68	c cleaning 41989 clauses out of 84015 with flag 9794839/936000
140.95/140.40	c cleaning 43006 clauses out of 86026 with flag 10240188/980000
150.05/149.53	c cleaning 43988 clauses out of 88020 with flag 10702945/1025000
158.55/158.06	c cleaning 44997 clauses out of 90033 with flag 11167170/1071001
167.15/166.68	c cleaning 46009 clauses out of 92037 with flag 11638002/1118002
176.06/175.56	c cleaning 47005 clauses out of 94026 with flag 12120518/1166000
185.57/185.10	c cleaning 48000 clauses out of 96021 with flag 12600298/1215000
199.95/199.39	c cleaning 48999 clauses out of 98022 with flag 13215161/1265001
214.75/214.16	c cleaning 49998 clauses out of 100023 with flag 13885904/1316001
226.56/225.96	c cleaning 51008 clauses out of 102025 with flag 14508407/1368001
237.16/236.60	c cleaning 52001 clauses out of 104016 with flag 15020695/1421000
247.75/247.18	c cleaning 53007 clauses out of 106016 with flag 15556759/1475001
259.05/258.46	c cleaning 53999 clauses out of 108011 with flag 16091066/1530003
271.15/270.54	c cleaning 54994 clauses out of 110010 with flag 16633165/1586001
284.15/283.57	c cleaning 55999 clauses out of 112016 with flag 17201232/1643001
298.25/297.62	c cleaning 56989 clauses out of 114016 with flag 17776929/1701000
311.55/310.94	c cleaning 58004 clauses out of 116027 with flag 18369745/1760000
325.65/325.06	c cleaning 59006 clauses out of 118025 with flag 18989481/1820002
338.95/338.37	c cleaning 59996 clauses out of 120018 with flag 19584703/1881001
353.33/352.63	c cleaning 60999 clauses out of 122021 with flag 20224509/1943000
368.23/367.57	c cleaning 61996 clauses out of 124022 with flag 20859743/2006000
383.32/382.64	c cleaning 63008 clauses out of 126027 with flag 21519836/2070001
399.32/398.63	c cleaning 64004 clauses out of 128020 with flag 22191014/2135002
417.62/417.00	c cleaning 64999 clauses out of 130016 with flag 22887378/2201002
436.82/436.11	c cleaning 65995 clauses out of 132016 with flag 23598877/2268001
454.44/453.75	c cleaning 66995 clauses out of 134020 with flag 24367119/2336000
475.24/474.60	c cleaning 67999 clauses out of 136026 with flag 25153863/2405001
494.14/493.47	c cleaning 69005 clauses out of 138027 with flag 25864237/2475001
513.05/512.34	c cleaning 70006 clauses out of 140023 with flag 26597131/2546002
535.37/534.50	c cleaning 70987 clauses out of 142015 with flag 27332684/2618000
559.67/558.84	c cleaning 72009 clauses out of 144028 with flag 28058718/2691000
580.38/579.53	c cleaning 73000 clauses out of 146020 with flag 28781972/2765001
600.87/600.06	c cleaning 74004 clauses out of 148019 with flag 29533262/2840000
624.47/623.68	c cleaning 75004 clauses out of 150017 with flag 30328916/2916002
647.07/646.24	c cleaning 75998 clauses out of 152012 with flag 31125205/2993001
670.28/669.49	c cleaning 77000 clauses out of 154015 with flag 31926278/3071002
694.79/693.95	c cleaning 78000 clauses out of 156014 with flag 32771103/3150001
719.72/718.73	c cleaning 78993 clauses out of 158013 with flag 33569817/3230000
743.81/742.81	c cleaning 79996 clauses out of 160020 with flag 34439457/3311000
769.20/768.28	c cleaning 81005 clauses out of 162024 with flag 35295021/3393000
796.21/795.25	c cleaning 82001 clauses out of 164019 with flag 36138287/3476000
824.51/823.56	c cleaning 83001 clauses out of 166019 with flag 37005934/3560001
853.72/852.73	c cleaning 84002 clauses out of 168019 with flag 37845086/3645002
881.62/880.65	c cleaning 85000 clauses out of 170016 with flag 38718299/3731001
909.74/908.79	c cleaning 86003 clauses out of 172015 with flag 39627439/3818000
939.16/938.05	c cleaning 86990 clauses out of 174012 with flag 40514839/3906000
970.17/969.07	c cleaning 88003 clauses out of 176022 with flag 41412314/3995000
1003.57/1002.49	c cleaning 88999 clauses out of 178019 with flag 42314484/4085000
1035.58/1034.41	c cleaning 90004 clauses out of 180020 with flag 43247906/4176000
1069.28/1068.14	c cleaning 91001 clauses out of 182016 with flag 44191297/4268000
1101.78/1100.67	c cleaning 92003 clauses out of 184017 with flag 45162592/4361002
1134.19/1133.08	c cleaning 93006 clauses out of 186017 with flag 46119297/4455005
1169.28/1168.08	c cleaning 93992 clauses out of 188006 with flag 47053085/4550000
1208.50/1207.22	c cleaning 95001 clauses out of 190015 with flag 48032345/4646001
1244.70/1243.48	c cleaning 96003 clauses out of 192013 with flag 49026078/4743000
1281.90/1280.64	c cleaning 96988 clauses out of 194010 with flag 49999111/4841000
1322.91/1321.60	c cleaning 98005 clauses out of 196022 with flag 51062553/4940000
1364.12/1362.85	c cleaning 99005 clauses out of 198018 with flag 52087545/5040001
1410.09/1408.61	c cleaning 100003 clauses out of 200013 with flag 53106020/5141001
1454.70/1453.25	c cleaning 100999 clauses out of 202009 with flag 54144476/5243000
1502.61/1501.13	c cleaning 101994 clauses out of 204010 with flag 55234674/5346000
1548.23/1546.71	c cleaning 103002 clauses out of 206018 with flag 56292073/5450002
1593.53/1592.07	c cleaning 103995 clauses out of 208014 with flag 57322737/5555000
1643.01/1641.33	c cleaning 104985 clauses out of 210019 with flag 58394705/5661000
1689.71/1688.08	c cleaning 106007 clauses out of 212034 with flag 59479999/5768000
1735.42/1733.72	c cleaning 107006 clauses out of 214029 with flag 60550705/5876002
1785.22/1783.51	c cleaning 108011 clauses out of 216023 with flag 61655052/5985002
1800.03/1798.30	c starts		: 14768
1800.03/1798.30	c conflicts		: 6035132
1800.03/1798.30	c decisions		: 9324977
1800.03/1798.30	c propagations		: 203082520
1800.03/1798.30	c inspects		: 42572156897
1800.03/1798.30	c shortcuts		: 0
1800.03/1798.30	c learnt literals	: 0
1800.03/1798.30	c learnt binary clauses	: 0
1800.03/1798.30	c learnt ternary clauses	: 0
1800.03/1798.30	c learnt constraints	: 6035132
1800.03/1798.30	c ignored constraints	: 0
1800.03/1798.30	c root simplifications	: 0
1800.03/1798.30	c removed literals (reason simplification)	: 0
1800.03/1798.30	c reason swapping (by a shorter reason)	: 0
1800.03/1798.30	c Calls to reduceDB	: 105
1800.03/1798.30	c Number of update (reduction) of LBD	: 2159272
1800.03/1798.30	c Imported unit clauses	: 0
1800.03/1798.30	c number of reductions to clauses (during analyze)	: 0
1800.03/1798.30	c number of learned constraints concerned by reduction	: 0
1800.03/1798.30	c number of learning phase by resolution	: 0
1800.03/1798.30	c number of learning phase by cutting planes	: 0
1800.03/1798.30	c speed (assignments/second)	: 112938.52023919887
1800.03/1798.30	c non guided choices	2182
1800.03/1798.30	c timeout
1800.03/1798.33	c learnt constraints type 
1800.03/1798.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 158143
1800.03/1798.33	s UNKNOWN
1800.03/1798.33	c Total wall clock time (in seconds): 1798.23

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-4096089-1466101876/watcher-4096089-1466101876 -o /tmp/evaluation-result-4096089-1466101876/solver-4096089-1466101876 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466098249-14521 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4096089-1466101876.opb 

pid=15070
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.19 2.20 2.18 3/192 15073
/proc/meminfo: memFree=30516820/32872528 swapFree=1315980/1463148
[pid=15073] ppid=15070 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/15073/stat : 15073 (java) S 15070 15073 14504 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 12234528 98570240 977 33554432000 1073741824 1073778376 140735006840912 140735006832048 227515859005 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15073/statm: 24065 977 743 9 0 16771 0
[pid=15073/tid=15074] ppid=15070 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15074/stat : 15074 (java) R 15070 15073 14504 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 12234528 98570240 978 33554432000 1073741824 1073778376 140735006840912 139951819755048 227512501632 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.19 2.20 2.18 3/192 15073
/proc/meminfo: memFree=30516820/32872528 swapFree=1315980/1463148
[pid=15073] ppid=15070 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/15073/stat : 15073 (java) S 15070 15073 14504 0 -1 4202496 4532 0 1 0 10 0 0 0 20 0 18 0 12234528 9787879424 6162 33554432000 1073741824 1073778376 140735006840912 140735006832048 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15073/statm: 2389619 6162 2157 9 0 2380296 0
[pid=15073/tid=15074] ppid=15070 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/15073/task/15074/stat : 15074 (java) R 15070 15073 14504 0 -1 4202560 2375 0 1 0 7 0 0 0 20 0 18 0 12234528 9787879424 6162 33554432000 1073741824 1073778376 140735006840912 139951819759088 227515884813 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200277 s]
/proc/loadavg: 2.19 2.20 2.18 3/192 15073
/proc/meminfo: memFree=30516820/32872528 swapFree=1315980/1463148
[pid=15073] ppid=15070 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/15073/stat : 15073 (java) S 15070 15073 14504 0 -1 4202496 6450 0 1 0 30 1 0 0 20 0 19 0 12234528 9856040960 7212 33554432000 1073741824 1073778376 140735006840912 140735006832048 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15073/statm: 2406260 7212 2235 9 0 2396937 0
[pid=15073/tid=15074] ppid=15070 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/15073/task/15074/stat : 15074 (java) R 15070 15073 14504 0 -1 4202560 2392 0 1 0 17 0 0 0 20 0 19 0 12234528 9856040960 7212 33554432000 1073741824 1073778376 140735006840912 139951819760256 139951823045510 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9625040

[startup+0.300268 s]
/proc/loadavg: 2.19 2.20 2.18 3/192 15073
/proc/meminfo: memFree=30516820/32872528 swapFree=1315980/1463148
[pid=15073] ppid=15070 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/15073/stat : 15073 (java) S 15070 15073 14504 0 -1 4202496 8919 0 1 0 56 2 0 0 20 0 19 0 12234528 9856040960 8823 33554432000 1073741824 1073778376 140735006840912 140735006832048 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15073/statm: 2406260 8823 2239 9 0 2396937 0
[pid=15073/tid=15074] ppid=15070 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/15073/task/15074/stat : 15074 (java) R 15070 15073 14504 0 -1 4202560 2393 0 1 0 27 0 0 0 20 0 19 0 12234528 9856040960 8823 33554432000 1073741824 1073778376 140735006840912 139951819760256 139951660400533 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9625040

[startup+0.700265 s]
/proc/loadavg: 2.19 2.20 2.18 3/192 15073
/proc/meminfo: memFree=30516820/32872528 swapFree=1315980/1463148
[pid=15073] ppid=15070 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/15073/stat : 15073 (java) S 15070 15073 14504 0 -1 4202496 8927 0 1 0 102 2 0 0 20 0 19 0 12234528 9856040960 8831 33554432000 1073741824 1073778376 140735006840912 140735006832048 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15073/statm: 2406260 8831 2246 9 0 2396937 0
[pid=15073/tid=15074] ppid=15070 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/15073/task/15074/stat : 15074 (java) R 15070 15073 14504 0 -1 4202560 2393 0 1 0 67 0 0 0 20 0 19 0 12234528 9856040960 8831 33554432000 1073741824 1073778376 140735006840912 139951819759896 139951660863228 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.19 2.20 2.18 3/211 15092
/proc/meminfo: memFree=30487228/32872528 swapFree=1315980/1463148
[pid=15073] ppid=15070 vsize=9625040 CPUtime=1.98 cores=1,3,5,7
/proc/15073/stat : 15073 (java) S 15070 15073 14504 0 -1 4202496 11412 0 1 0 196 2 0 0 20 0 19 0 12234528 9856040960 9887 33554432000 1073741824 1073778376 140735006840912 140735006832048 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15073/statm: 2406260 9887 2250 9 0 2396937 0
[pid=15073/tid=15074] ppid=15070 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/15073/task/15074/stat : 15074 (java) R 15070 15073 14504 0 -1 4202560 2396 0 1 0 147 0 0 0 20 0 19 0 12234528 9856040960 9887 33554432000 1073741824 1073778376 140735006840912 139951819751088 139951660804012 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15073/tid=15076] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15076/stat : 15076 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234529 9856040960 9887 33554432000 1073741824 1073778376 140735006840912 139951781252008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15077] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15077/stat : 15077 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234529 9856040960 9887 33554432000 1073741824 1073778376 140735006840912 139951780199464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15073/tid=15078] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15078/stat : 15078 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234529 9856040960 9887 33554432000 1073741824 1073778376 140735006840912 139951779146408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15073/tid=15079] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15079/stat : 15079 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234529 9856040960 9887 33554432000 1073741824 1073778376 140735006840912 139951660329768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15073/tid=15080] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15080/stat : 15080 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234529 9856040960 9887 33554432000 1073741824 1073778376 140735006840912 139951659276712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15081] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15081/stat : 15081 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234529 9856040960 9887 33554432000 1073741824 1073778376 140735006840912 139951658224168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15073/tid=15082] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15082/stat : 15082 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234529 9856040960 9887 33554432000 1073741824 1073778376 140735006840912 139951657171112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15083] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15083/stat : 15083 (java) S 15070 15073 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12234529 9856040960 9887 33554432000 1073741824 1073778376 140735006840912 139951656118568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15084] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15084/stat : 15084 (java) S 15070 15073 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12234530 9856040960 9887 33554432000 1073741824 1073778376 140735006840912 139951173790568 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15073/tid=15085] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15085/stat : 15085 (java) S 15070 15073 14504 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12234530 9856040960 9887 33554432000 1073741824 1073778376 140735006840912 139951172736888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15086] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15086/stat : 15086 (java) S 15070 15073 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12234530 9856040960 9887 33554432000 1073741824 1073778376 140735006840912 139951171683720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15087] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15087/stat : 15087 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234533 9856040960 9887 33554432000 1073741824 1073778376 140735006840912 139951170632464 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15088] ppid=15070 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/15073/task/15088/stat : 15088 (java) S 15070 15073 14504 0 -1 4202560 2608 0 0 0 17 0 0 0 20 0 19 0 12234533 9856040960 9887 33554432000 1073741824 1073778376 140735006840912 139951169579320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15089] ppid=15070 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/15073/task/15089/stat : 15089 (java) S 15070 15073 14504 0 -1 4202560 5139 0 0 0 30 0 0 0 20 0 19 0 12234533 9856040960 9887 33554432000 1073741824 1073778376 140735006840912 139951168526776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15073/tid=15090] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15090/stat : 15090 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234533 9856040960 9887 33554432000 1073741824 1073778376 140735006840912 139951167473912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15073/tid=15091] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15091/stat : 15091 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234533 9856040960 9887 33554432000 1073741824 1073778376 140735006840912 139951166421576 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15073/tid=15092] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15092/stat : 15092 (java) S 15070 15073 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12234542 9856040960 9887 33554432000 1073741824 1073778376 140735006840912 139951165367848 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.19 2.20 2.18 3/211 15092
/proc/meminfo: memFree=30479160/32872528 swapFree=1315980/1463148
[pid=15073] ppid=15070 vsize=9625040 CPUtime=3.59 cores=1,3,5,7
/proc/15073/stat : 15073 (java) S 15070 15073 14504 0 -1 4202496 11416 0 1 0 357 2 0 0 20 0 19 0 12234528 9856040960 11424 33554432000 1073741824 1073778376 140735006840912 140735006832048 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15073/statm: 2406260 11424 2250 9 0 2396937 0
[pid=15073/tid=15074] ppid=15070 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/15073/task/15074/stat : 15074 (java) R 15070 15073 14504 0 -1 4202560 2399 0 1 0 307 0 0 0 20 0 19 0 12234528 9856040960 11424 33554432000 1073741824 1073778376 140735006840912 139951819751088 139951660863208 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15073/tid=15076] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15076/stat : 15076 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234529 9856040960 11424 33554432000 1073741824 1073778376 140735006840912 139951781252008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15077] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15077/stat : 15077 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234529 9856040960 11424 33554432000 1073741824 1073778376 140735006840912 139951780199464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15073/tid=15078] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15078/stat : 15078 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234529 9856040960 11424 33554432000 1073741824 1073778376 140735006840912 139951779146408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15073/tid=15079] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15079/stat : 15079 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234529 9856040960 11424 33554432000 1073741824 1073778376 140735006840912 139951660329768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15073/tid=15080] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15080/stat : 15080 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234529 9856040960 11424 33554432000 1073741824 1073778376 140735006840912 139951659276712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15081] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15081/stat : 15081 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234529 9856040960 11424 33554432000 1073741824 1073778376 140735006840912 139951658224168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15073/tid=15082] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15082/stat : 15082 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234529 9856040960 11424 33554432000 1073741824 1073778376 140735006840912 139951657171112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15083] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15083/stat : 15083 (java) S 15070 15073 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12234529 9856040960 11424 33554432000 1073741824 1073778376 140735006840912 139951656118568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15084] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15084/stat : 15084 (java) S 15070 15073 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12234530 9856040960 11424 33554432000 1073741824 1073778376 140735006840912 139951173790568 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15073/tid=15085] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15085/stat : 15085 (java) S 15070 15073 14504 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12234530 9856040960 11424 33554432000 1073741824 1073778376 140735006840912 139951172736888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15086] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15086/stat : 15086 (java) S 15070 15073 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12234530 9856040960 11424 33554432000 1073741824 1073778376 140735006840912 139951171683720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15087] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15087/stat : 15087 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234533 9856040960 11424 33554432000 1073741824 1073778376 140735006840912 139951170632464 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15088] ppid=15070 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/15073/task/15088/stat : 15088 (java) S 15070 15073 14504 0 -1 4202560 2609 0 0 0 18 0 0 0 20 0 19 0 12234533 9856040960 11424 33554432000 1073741824 1073778376 140735006840912 139951169579320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15089] ppid=15070 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/15073/task/15089/stat : 15089 (java) S 15070 15073 14504 0 -1 4202560 5139 0 0 0 30 0 0 0 20 0 19 0 12234533 9856040960 11424 33554432000 1073741824 1073778376 140735006840912 139951168526776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15073/tid=15090] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15090/stat : 15090 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234533 9856040960 11424 33554432000 1073741824 1073778376 140735006840912 139951167473912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15073/tid=15091] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15091/stat : 15091 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234533 9856040960 11424 33554432000 1073741824 1073778376 140735006840912 139951166421576 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15073/tid=15092] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15092/stat : 15092 (java) S 15070 15073 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12234542 9856040960 11424 33554432000 1073741824 1073778376 140735006840912 139951165367848 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.17 2.20 2.18 3/211 15092
/proc/meminfo: memFree=30468224/32872528 swapFree=1315980/1463148
[pid=15073] ppid=15070 vsize=9625040 CPUtime=6.8 cores=1,3,5,7
/proc/15073/stat : 15073 (java) S 15070 15073 14504 0 -1 4202496 11422 0 1 0 678 2 0 0 20 0 19 0 12234528 9856040960 13046 33554432000 1073741824 1073778376 140735006840912 140735006832048 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15073/statm: 2406260 13046 2251 9 0 2396937 0
[pid=15073/tid=15074] ppid=15070 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/15073/task/15074/stat : 15074 (java) R 15070 15073 14504 0 -1 4202560 2404 0 1 0 626 0 0 0 20 0 19 0 12234528 9856040960 13046 33554432000 1073741824 1073778376 140735006840912 139951819751088 139951660863213 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15073/tid=15076] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15076/stat : 15076 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234529 9856040960 13046 33554432000 1073741824 1073778376 140735006840912 139951781252008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15077] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15077/stat : 15077 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234529 9856040960 13046 33554432000 1073741824 1073778376 140735006840912 139951780199464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15073/tid=15078] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15078/stat : 15078 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234529 9856040960 13046 33554432000 1073741824 1073778376 140735006840912 139951779146408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15073/tid=15079] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15079/stat : 15079 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234529 9856040960 13046 33554432000 1073741824 1073778376 140735006840912 139951660329768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15073/tid=15080] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15080/stat : 15080 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234529 9856040960 13046 33554432000 1073741824 1073778376 140735006840912 139951659276712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15081] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15081/stat : 15081 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234529 9856040960 13046 33554432000 1073741824 1073778376 140735006840912 139951658224168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15073/tid=15082] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15082/stat : 15082 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234529 9856040960 13046 33554432000 1073741824 1073778376 140735006840912 139951657171112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15083] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15083/stat : 15083 (java) S 15070 15073 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12234529 9856040960 13046 33554432000 1073741824 1073778376 140735006840912 139951656118568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15084] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15084/stat : 15084 (java) S 15070 15073 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12234530 9856040960 13046 33554432000 1073741824 1073778376 140735006840912 139951173790568 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15073/tid=15085] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15085/stat : 15085 (java) S 15070 15073 14504 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12234530 9856040960 13046 33554432000 1073741824 1073778376 140735006840912 139951172736888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15086] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15086/stat : 15086 (java) S 15070 15073 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12234530 9856040960 13046 33554432000 1073741824 1073778376 140735006840912 139951171683720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15087] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15087/stat : 15087 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234533 9856040960 13046 33554432000 1073741824 1073778376 140735006840912 139951170632464 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15088] ppid=15070 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/15073/task/15088/stat : 15088 (java) S 15070 15073 14504 0 -1 4202560 2609 0 0 0 18 0 0 0 20 0 19 0 12234533 9856040960 13046 33554432000 1073741824 1073778376 140735006840912 139951169579320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15089] ppid=15070 vsize=9625040 CPUtime=0.3 cores=1,3,5,7

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

[pid=15073/tid=15092] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15092/stat : 15092 (java) S 15070 15073 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12234542 9856040960 94455 33554432000 1073741824 1073778376 140735006840912 139951165367848 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1724.01
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.24 2.19 2.18 4/212 15202
/proc/meminfo: memFree=30154928/32872528 swapFree=1315980/1463148
[pid=15073] ppid=15070 vsize=9625040 CPUtime=1784.02 cores=1,3,5,7
/proc/15073/stat : 15073 (java) S 15070 15073 14504 0 -1 4202496 13071 0 1 0 178348 54 0 0 20 0 19 0 12234528 9856040960 94455 33554432000 1073741824 1073778376 140735006840912 140735006832048 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15073/statm: 2406260 94455 2266 9 0 2396937 0
[pid=15073/tid=15074] ppid=15070 vsize=9625040 CPUtime=1777.32 cores=1,3,5,7
/proc/15073/task/15074/stat : 15074 (java) R 15070 15073 14504 0 -1 4202560 2468 0 1 0 177702 30 0 0 20 0 19 0 12234528 9856040960 94455 33554432000 1073741824 1073778376 140735006840912 139951819760328 139951660863208 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15073/tid=15076] ppid=15070 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/15073/task/15076/stat : 15076 (java) S 15070 15073 14504 0 -1 4202560 256 0 0 0 10 3 0 0 20 0 19 0 12234529 9856040960 94455 33554432000 1073741824 1073778376 140735006840912 139951781252008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15077] ppid=15070 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/15073/task/15077/stat : 15077 (java) S 15070 15073 14504 0 -1 4202560 193 0 0 0 11 1 0 0 20 0 19 0 12234529 9856040960 94455 33554432000 1073741824 1073778376 140735006840912 139951780199464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15073/tid=15078] ppid=15070 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/15073/task/15078/stat : 15078 (java) S 15070 15073 14504 0 -1 4202560 103 0 0 0 16 4 0 0 20 0 19 0 12234529 9856040960 94455 33554432000 1073741824 1073778376 140735006840912 139951779146408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15073/tid=15079] ppid=15070 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/15073/task/15079/stat : 15079 (java) S 15070 15073 14504 0 -1 4202560 65 0 0 0 12 4 0 0 20 0 19 0 12234529 9856040960 94455 33554432000 1073741824 1073778376 140735006840912 139951660329768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15073/tid=15080] ppid=15070 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/15073/task/15080/stat : 15080 (java) S 15070 15073 14504 0 -1 4202560 213 0 0 0 14 4 0 0 20 0 19 0 12234529 9856040960 94455 33554432000 1073741824 1073778376 140735006840912 139951659276712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15073/tid=15081] ppid=15070 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/15073/task/15081/stat : 15081 (java) S 15070 15073 14504 0 -1 4202560 205 0 0 0 15 3 0 0 20 0 19 0 12234529 9856040960 94455 33554432000 1073741824 1073778376 140735006840912 139951658224168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15073/tid=15082] ppid=15070 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/15073/task/15082/stat : 15082 (java) S 15070 15073 14504 0 -1 4202560 171 0 0 0 10 3 0 0 20 0 19 0 12234529 9856040960 94455 33554432000 1073741824 1073778376 140735006840912 139951657171112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15073/tid=15083] ppid=15070 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/15073/task/15083/stat : 15083 (java) S 15070 15073 14504 0 -1 4202560 203 0 0 0 11 3 0 0 20 0 19 0 12234529 9856040960 94455 33554432000 1073741824 1073778376 140735006840912 139951656118568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15073/tid=15084] ppid=15070 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/15073/task/15084/stat : 15084 (java) S 15070 15073 14504 0 -1 4202560 81 0 0 0 1 0 0 0 20 0 19 0 12234530 9856040960 94455 33554432000 1073741824 1073778376 140735006840912 139951173790568 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15073/tid=15085] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15085/stat : 15085 (java) S 15070 15073 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12234530 9856040960 94455 33554432000 1073741824 1073778376 140735006840912 139951172736888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15086] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15086/stat : 15086 (java) S 15070 15073 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12234530 9856040960 94455 33554432000 1073741824 1073778376 140735006840912 139951171683720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15087] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15087/stat : 15087 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234533 9856040960 94455 33554432000 1073741824 1073778376 140735006840912 139951170632464 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15088] ppid=15070 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/15073/task/15088/stat : 15088 (java) S 15070 15073 14504 0 -1 4202560 2609 0 0 0 18 0 0 0 20 0 19 0 12234533 9856040960 94455 33554432000 1073741824 1073778376 140735006840912 139951169579320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15089] ppid=15070 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/15073/task/15089/stat : 15089 (java) S 15070 15073 14504 0 -1 4202560 5143 0 0 0 33 0 0 0 20 0 19 0 12234533 9856040960 94455 33554432000 1073741824 1073778376 140735006840912 139951168526776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15073/tid=15090] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15090/stat : 15090 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234533 9856040960 94455 33554432000 1073741824 1073778376 140735006840912 139951167473912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15073/tid=15091] ppid=15070 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/15073/task/15091/stat : 15091 (java) S 15070 15073 14504 0 -1 4202560 104 0 0 0 25 30 0 0 20 0 19 0 12234533 9856040960 94455 33554432000 1073741824 1073778376 140735006840912 139951166421576 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15073/tid=15092] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15092/stat : 15092 (java) S 15070 15073 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12234542 9856040960 94455 33554432000 1073741824 1073778376 140735006840912 139951165367848 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1784.02
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.3 s]
/proc/loadavg: 2.03 2.14 2.17 3/187 15257
/proc/meminfo: memFree=30209632/32872528 swapFree=1315980/1463148
[pid=15073] ppid=15070 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/15073/stat : 15073 (java) S 15070 15073 14504 0 -1 4202496 13071 0 1 0 179948 55 0 0 20 0 19 0 12234528 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 140735006832048 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15073/statm: 2406260 94471 2266 9 0 2396937 0
[pid=15073/tid=15074] ppid=15070 vsize=9625040 CPUtime=1793.28 cores=1,3,5,7
/proc/15073/task/15074/stat : 15074 (java) R 15070 15073 14504 0 -1 4202560 2468 0 1 0 179298 30 0 0 20 0 19 0 12234528 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951819751088 139951660804527 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15073/tid=15076] ppid=15070 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/15073/task/15076/stat : 15076 (java) S 15070 15073 14504 0 -1 4202560 256 0 0 0 10 3 0 0 20 0 19 0 12234529 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951781252008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15077] ppid=15070 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/15073/task/15077/stat : 15077 (java) S 15070 15073 14504 0 -1 4202560 193 0 0 0 11 1 0 0 20 0 19 0 12234529 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951780199464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15073/tid=15078] ppid=15070 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/15073/task/15078/stat : 15078 (java) S 15070 15073 14504 0 -1 4202560 103 0 0 0 16 4 0 0 20 0 19 0 12234529 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951779146408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15073/tid=15079] ppid=15070 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/15073/task/15079/stat : 15079 (java) S 15070 15073 14504 0 -1 4202560 65 0 0 0 12 4 0 0 20 0 19 0 12234529 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951660329768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15073/tid=15080] ppid=15070 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/15073/task/15080/stat : 15080 (java) S 15070 15073 14504 0 -1 4202560 213 0 0 0 14 4 0 0 20 0 19 0 12234529 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951659276712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15073/tid=15081] ppid=15070 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/15073/task/15081/stat : 15081 (java) S 15070 15073 14504 0 -1 4202560 205 0 0 0 15 3 0 0 20 0 19 0 12234529 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951658224168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15073/tid=15082] ppid=15070 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/15073/task/15082/stat : 15082 (java) S 15070 15073 14504 0 -1 4202560 171 0 0 0 10 3 0 0 20 0 19 0 12234529 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951657171112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15073/tid=15083] ppid=15070 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/15073/task/15083/stat : 15083 (java) S 15070 15073 14504 0 -1 4202560 203 0 0 0 11 3 0 0 20 0 19 0 12234529 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951656118568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15073/tid=15084] ppid=15070 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/15073/task/15084/stat : 15084 (java) S 15070 15073 14504 0 -1 4202560 81 0 0 0 1 0 0 0 20 0 19 0 12234530 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951173790568 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15073/tid=15085] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15085/stat : 15085 (java) S 15070 15073 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12234530 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951172736888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15086] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15086/stat : 15086 (java) S 15070 15073 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12234530 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951171683720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15087] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15087/stat : 15087 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234533 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951170632464 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15088] ppid=15070 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/15073/task/15088/stat : 15088 (java) S 15070 15073 14504 0 -1 4202560 2609 0 0 0 18 0 0 0 20 0 19 0 12234533 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951169579320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15089] ppid=15070 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/15073/task/15089/stat : 15089 (java) S 15070 15073 14504 0 -1 4202560 5143 0 0 0 33 0 0 0 20 0 19 0 12234533 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951168526776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15073/tid=15090] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15090/stat : 15090 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234533 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951167473912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15073/tid=15091] ppid=15070 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/15073/task/15091/stat : 15091 (java) S 15070 15073 14504 0 -1 4202560 104 0 0 0 25 30 0 0 20 0 19 0 12234533 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951166421576 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15073/tid=15092] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15092/stat : 15092 (java) S 15070 15073 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12234542 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951165367848 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 15073 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.3 s]
/proc/loadavg: 2.03 2.14 2.17 3/187 15257
/proc/meminfo: memFree=30209632/32872528 swapFree=1315980/1463148
[pid=15073] ppid=15070 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/15073/stat : 15073 (java) S 15070 15073 14504 0 -1 4202496 13071 0 1 0 179948 55 0 0 20 0 19 0 12234528 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 140735006832048 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15073/statm: 2406260 94471 2266 9 0 2396937 0
[pid=15073/tid=15074] ppid=15070 vsize=9625040 CPUtime=1793.28 cores=1,3,5,7
/proc/15073/task/15074/stat : 15074 (java) R 15070 15073 14504 0 -1 4202560 2468 0 1 0 179298 30 0 0 20 0 19 0 12234528 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951819751088 139951660804527 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15073/tid=15076] ppid=15070 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/15073/task/15076/stat : 15076 (java) S 15070 15073 14504 0 -1 4202560 256 0 0 0 10 3 0 0 20 0 19 0 12234529 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951781252008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15077] ppid=15070 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/15073/task/15077/stat : 15077 (java) S 15070 15073 14504 0 -1 4202560 193 0 0 0 11 1 0 0 20 0 19 0 12234529 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951780199464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15073/tid=15078] ppid=15070 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/15073/task/15078/stat : 15078 (java) S 15070 15073 14504 0 -1 4202560 103 0 0 0 16 4 0 0 20 0 19 0 12234529 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951779146408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15073/tid=15079] ppid=15070 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/15073/task/15079/stat : 15079 (java) S 15070 15073 14504 0 -1 4202560 65 0 0 0 12 4 0 0 20 0 19 0 12234529 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951660329768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15073/tid=15080] ppid=15070 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/15073/task/15080/stat : 15080 (java) S 15070 15073 14504 0 -1 4202560 213 0 0 0 14 4 0 0 20 0 19 0 12234529 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951659276712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15073/tid=15081] ppid=15070 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/15073/task/15081/stat : 15081 (java) S 15070 15073 14504 0 -1 4202560 205 0 0 0 15 3 0 0 20 0 19 0 12234529 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951658224168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15073/tid=15082] ppid=15070 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/15073/task/15082/stat : 15082 (java) S 15070 15073 14504 0 -1 4202560 171 0 0 0 10 3 0 0 20 0 19 0 12234529 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951657171112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15073/tid=15083] ppid=15070 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/15073/task/15083/stat : 15083 (java) S 15070 15073 14504 0 -1 4202560 203 0 0 0 11 3 0 0 20 0 19 0 12234529 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951656118568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15073/tid=15084] ppid=15070 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/15073/task/15084/stat : 15084 (java) S 15070 15073 14504 0 -1 4202560 81 0 0 0 1 0 0 0 20 0 19 0 12234530 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951173790568 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15073/tid=15085] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15085/stat : 15085 (java) S 15070 15073 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12234530 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951172736888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15086] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15086/stat : 15086 (java) S 15070 15073 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12234530 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951171683720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15087] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15087/stat : 15087 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234533 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951170632464 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15088] ppid=15070 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/15073/task/15088/stat : 15088 (java) S 15070 15073 14504 0 -1 4202560 2609 0 0 0 18 0 0 0 20 0 19 0 12234533 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951169579320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15073/tid=15089] ppid=15070 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/15073/task/15089/stat : 15089 (java) S 15070 15073 14504 0 -1 4202560 5143 0 0 0 33 0 0 0 20 0 19 0 12234533 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951168526776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15073/tid=15090] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15090/stat : 15090 (java) S 15070 15073 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12234533 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951167473912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15073/tid=15091] ppid=15070 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/15073/task/15091/stat : 15091 (java) S 15070 15073 14504 0 -1 4202560 104 0 0 0 25 30 0 0 20 0 19 0 12234533 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951166421576 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15073/tid=15092] ppid=15070 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15073/task/15092/stat : 15092 (java) S 15070 15073 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12234542 9856040960 94471 33554432000 1073741824 1073778376 140735006840912 139951165367848 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 15073 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=918130
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=992849
# CPU time returned by wait4() is 1795.91
# 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): 1798.34
CPU time (s): 1800.03
CPU user time (s): 1799.48
CPU system time (s): 0.55
CPU usage (%): 100.094
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.92
system time used= 0.992849
maximum resident set size= 378040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13118
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38156
involuntary context switches= 6020

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.7312 second user time and 10.9933 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-16 20:31:16
IDJOB=4096089
IDBENCH=107564
IDSOLVER=2546
FILE ID=node121/4096089-1466101876
RUNJOBID= node121-1466098249-14521
PBS_JOBID= 19904064
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/subsetcard/normalized-subsetcard-geq-random4regular-80.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096089-1466101876/watcher-4096089-1466101876 -o /tmp/evaluation-result-4096089-1466101876/solver-4096089-1466101876 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466098249-14521 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096089-1466101876.opb

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

MD5SUM BENCH= aab9a69c3fa97f7f0388f97ba35f5d6f
RANDOM SEED=1770324097

node121.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.691
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.38
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.691
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.691
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.691
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.691
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.54
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.691
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.691
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.56
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.691
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:        30517572 kB
Buffers:           36224 kB
Cached:            85504 kB
SwapCached:         2496 kB
Active:            92660 kB
Inactive:          71464 kB
Active(anon):      42868 kB
Inactive(anon):     1756 kB
Active(file):      49792 kB
Inactive(file):    69708 kB
Unevictable:     1463148 kB
Mlocked:         1315980 kB
SwapTotal:      67108856 kB
SwapFree:       67099740 kB
Dirty:              1272 kB
Writeback:             0 kB
AnonPages:       1472960 kB
Mapped:            15204 kB
Shmem:                 0 kB
Slab:             566604 kB
SReclaimable:      10916 kB
SUnreclaim:       555688 kB
KernelStack:        1744 kB
PageTables:         7240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2139416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 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= 71720 MiB
End job on node121 at 2016-06-16 21:01:14