Trace number 4095900

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.04 1798.93

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
subsetcard/normalized-subsetcard-geq-random4regular-55.opb
MD5SUMd2ef2158453017923498faa75cf6911c
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.009998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables221
Total number of constraints110
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)110
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4095900-1466098252.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.13	c ... done. Wall clock time 0.025s.
0.10/0.13	c declared #vars     221
0.10/0.13	c #constraints  110
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 110
0.10/0.13	c 110 constraints processed.
0.78/0.55	c cleaning 2496 clauses out of 5000 with flag 45730/5000
1.18/0.81	c cleaning 4243 clauses out of 8504 with flag 98927/11000
1.48/1.14	c cleaning 5624 clauses out of 11264 with flag 159859/18003
2.09/1.70	c cleaning 6813 clauses out of 13637 with flag 244179/26000
2.62/2.23	c cleaning 7905 clauses out of 15824 with flag 320597/35000
3.21/2.86	c cleaning 8951 clauses out of 17920 with flag 403474/45001
3.91/3.54	c cleaning 9977 clauses out of 19968 with flag 493647/56000
4.71/4.36	c cleaning 10987 clauses out of 21992 with flag 591709/68001
5.61/5.29	c cleaning 11984 clauses out of 24005 with flag 694979/81001
6.71/6.31	c cleaning 12999 clauses out of 26020 with flag 804208/95000
8.11/7.73	c cleaning 14001 clauses out of 28021 with flag 927883/110000
9.60/9.28	c cleaning 15004 clauses out of 30021 with flag 1062816/126001
11.10/10.75	c cleaning 16000 clauses out of 32016 with flag 1201910/143000
13.20/12.85	c cleaning 16995 clauses out of 34019 with flag 1358925/161003
15.70/15.34	c cleaning 18000 clauses out of 36023 with flag 1544647/180002
18.40/18.08	c cleaning 19000 clauses out of 38021 with flag 1734664/200000
21.50/21.19	c cleaning 20001 clauses out of 40021 with flag 1946612/221000
24.20/23.87	c cleaning 20998 clauses out of 42020 with flag 2146541/243000
26.80/26.42	c cleaning 22009 clauses out of 44022 with flag 2321156/266000
29.70/29.34	c cleaning 22990 clauses out of 46014 with flag 2517599/290001
32.80/32.40	c cleaning 24005 clauses out of 48025 with flag 2709908/315002
36.10/35.77	c cleaning 24985 clauses out of 50018 with flag 2905678/341000
39.80/39.49	c cleaning 26011 clauses out of 52033 with flag 3126674/368000
43.70/43.34	c cleaning 26998 clauses out of 54022 with flag 3346115/396000
47.81/47.42	c cleaning 27994 clauses out of 56025 with flag 3591665/425001
52.70/52.30	c cleaning 29009 clauses out of 58031 with flag 3877065/455001
57.50/57.18	c cleaning 30006 clauses out of 60022 with flag 4127583/486001
62.40/62.04	c cleaning 30993 clauses out of 62015 with flag 4378470/518000
68.80/68.48	c cleaning 31994 clauses out of 64022 with flag 4702285/551000
74.90/74.53	c cleaning 32998 clauses out of 66028 with flag 5001994/585000
80.80/80.45	c cleaning 34002 clauses out of 68030 with flag 5291134/620000
87.00/86.61	c cleaning 34997 clauses out of 70028 with flag 5592051/656000
93.80/93.49	c cleaning 36008 clauses out of 72033 with flag 5900641/693002
101.27/100.85	c cleaning 37001 clauses out of 74024 with flag 6260296/731001
108.27/107.85	c cleaning 37998 clauses out of 76022 with flag 6600522/770000
116.56/116.19	c cleaning 39004 clauses out of 78026 with flag 6940565/810002
125.16/124.73	c cleaning 39998 clauses out of 80020 with flag 7310001/851000
133.76/133.35	c cleaning 41010 clauses out of 82023 with flag 7678527/893001
142.26/141.82	c cleaning 41991 clauses out of 84012 with flag 8040735/936000
151.56/151.11	c cleaning 42996 clauses out of 86022 with flag 8408002/980001
161.26/160.88	c cleaning 43995 clauses out of 88025 with flag 8785712/1025000
170.97/170.56	c cleaning 44996 clauses out of 90030 with flag 9164748/1071000
181.56/181.12	c cleaning 46006 clauses out of 92035 with flag 9570448/1118001
192.16/191.78	c cleaning 47004 clauses out of 94028 with flag 9982779/1166000
203.57/203.19	c cleaning 48004 clauses out of 96025 with flag 10392683/1215001
215.17/214.74	c cleaning 48996 clauses out of 98021 with flag 10825400/1265001
227.07/226.70	c cleaning 49998 clauses out of 100025 with flag 11265633/1316001
240.97/240.58	c cleaning 51004 clauses out of 102027 with flag 11761349/1368001
255.17/254.77	c cleaning 52006 clauses out of 104025 with flag 12196202/1421003
268.72/268.20	c cleaning 53001 clauses out of 106016 with flag 12660158/1475000
282.72/282.27	c cleaning 53998 clauses out of 108017 with flag 13124013/1530002
297.32/296.85	c cleaning 54995 clauses out of 110017 with flag 13616970/1586000
312.93/312.41	c cleaning 55998 clauses out of 112023 with flag 14112636/1643001
328.72/328.30	c cleaning 57009 clauses out of 114025 with flag 14605019/1701001
345.73/345.21	c cleaning 57993 clauses out of 116015 with flag 15114019/1760000
362.73/362.22	c cleaning 58990 clauses out of 118023 with flag 15663127/1820001
383.23/382.71	c cleaning 60008 clauses out of 120032 with flag 16225556/1881000
402.03/401.58	c cleaning 61000 clauses out of 122024 with flag 16752241/1943000
422.53/422.02	c cleaning 62008 clauses out of 124024 with flag 17271820/2006000
443.33/442.86	c cleaning 62998 clauses out of 126016 with flag 17809956/2070000
464.64/464.17	c cleaning 63992 clauses out of 128018 with flag 18341254/2135000
485.87/485.40	c cleaning 64999 clauses out of 130026 with flag 18863142/2201000
508.08/507.53	c cleaning 66008 clauses out of 132027 with flag 19421975/2268000
529.50/528.91	c cleaning 67004 clauses out of 134019 with flag 19998245/2336000
553.20/552.64	c cleaning 67988 clauses out of 136016 with flag 20553362/2405001
581.62/581.05	c cleaning 69008 clauses out of 138028 with flag 21127008/2475001
614.72/614.11	c cleaning 70000 clauses out of 140019 with flag 21768001/2546000
640.33/639.71	c cleaning 70997 clauses out of 142019 with flag 22375895/2618000
666.53/665.96	c cleaning 71992 clauses out of 144022 with flag 23029719/2691000
693.94/693.36	c cleaning 73009 clauses out of 146030 with flag 23635453/2765000
721.25/720.63	c cleaning 73995 clauses out of 148021 with flag 24248268/2840000
750.81/750.17	c cleaning 74999 clauses out of 150028 with flag 24869749/2916002
780.11/779.43	c cleaning 75998 clauses out of 152027 with flag 25486602/2993000
809.92/809.24	c cleaning 77003 clauses out of 154030 with flag 26142576/3071001
841.73/841.04	c cleaning 77999 clauses out of 156027 with flag 26754113/3150001
875.05/874.36	c cleaning 79008 clauses out of 158027 with flag 27433847/3230000
907.27/906.58	c cleaning 79999 clauses out of 160019 with flag 28143940/3311000
941.28/940.52	c cleaning 81003 clauses out of 162022 with flag 28896041/3393002
977.89/977.14	c cleaning 82004 clauses out of 164018 with flag 29639844/3476001
1012.60/1011.87	c cleaning 82990 clauses out of 166014 with flag 30309117/3560001
1048.63/1047.89	c cleaning 84002 clauses out of 168023 with flag 30988488/3645000
1081.64/1080.86	c cleaning 85003 clauses out of 170023 with flag 31729336/3731002
1118.24/1117.45	c cleaning 86006 clauses out of 172020 with flag 32439978/3818002
1159.15/1158.31	c cleaning 87002 clauses out of 174013 with flag 33161654/3906001
1196.24/1195.45	c cleaning 88001 clauses out of 176011 with flag 33836993/3995001
1234.66/1233.83	c cleaning 89002 clauses out of 178009 with flag 34551302/4085000
1275.66/1274.83	c cleaning 89998 clauses out of 180007 with flag 35273462/4176000
1317.27/1316.36	c cleaning 90986 clauses out of 182009 with flag 35992436/4268000
1359.97/1359.00	c cleaning 92000 clauses out of 184023 with flag 36722020/4361000
1403.68/1402.75	c cleaning 93006 clauses out of 186023 with flag 37498123/4455000
1448.60/1447.68	c cleaning 94001 clauses out of 188017 with flag 38243700/4550000
1494.51/1493.50	c cleaning 94992 clauses out of 190017 with flag 39001211/4646001
1541.03/1540.09	c cleaning 96003 clauses out of 192024 with flag 39743567/4743000
1590.53/1589.58	c cleaning 96997 clauses out of 194022 with flag 40524164/4841001
1638.51/1637.48	c cleaning 98004 clauses out of 196024 with flag 41310003/4940000
1688.02/1686.96	c cleaning 98992 clauses out of 198020 with flag 42095036/5040000
1742.74/1741.68	c cleaning 100004 clauses out of 200032 with flag 42965133/5141004
1799.44/1798.33	c cleaning 101003 clauses out of 202028 with flag 43847643/5243004
1800.04/1798.90	c starts		: 25171
1800.04/1798.90	c conflicts		: 5244902
1800.04/1798.90	c decisions		: 9001650
1800.04/1798.90	c propagations		: 160055928
1800.04/1798.90	c inspects		: 42965661291
1800.04/1798.90	c shortcuts		: 0
1800.04/1798.90	c learnt literals	: 0
1800.04/1798.90	c learnt binary clauses	: 0
1800.04/1798.90	c learnt ternary clauses	: 0
1800.04/1798.90	c learnt constraints	: 5244903
1800.04/1798.90	c ignored constraints	: 0
1800.04/1798.90	c root simplifications	: 0
1800.04/1798.90	c removed literals (reason simplification)	: 0
1800.04/1798.90	c reason swapping (by a shorter reason)	: 0
1800.04/1798.90	c Calls to reduceDB	: 98
1800.04/1798.90	c timeout
1800.04/1798.90	c Number of update (reduction) of LBD	: 1820153
1800.04/1798.90	c Imported unit clauses	: 0
1800.04/1798.90	c number of reductions to clauses (during analyze)	: 0
1800.04/1798.90	c number of learned constraints concerned by reduction	: 0
1800.04/1798.90	c number of learning phase by resolution	: 0
1800.04/1798.90	c number of learning phase by cutting planes	: 0
1800.04/1798.90	c speed (assignments/second)	: 88980.81298932771
1800.04/1798.90	c non guided choices	81
1800.04/1798.93	c learnt constraints type 
1800.04/1798.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 102924
1800.04/1798.93	s UNKNOWN
1800.04/1798.93	c Total wall clock time (in seconds): 1798.822

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-4095900-1466098252/watcher-4095900-1466098252 -o /tmp/evaluation-result-4095900-1466098252/solver-4095900-1466098252 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466098252-22090 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4095900-1466098252.opb 

pid=22134
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 0.72 1.69 1.88 3/192 22137
/proc/meminfo: memFree=31499428/32872528 swapFree=446836/479540
[pid=22137] ppid=22134 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/22137/stat : 22137 (java) S 22134 22137 22074 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 11875324 98570240 977 33554432000 1073741824 1073778376 140734070177760 140734070168896 235378081853 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22137/statm: 24065 977 743 9 0 16771 0
[pid=22137/tid=22138] ppid=22134 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22138/stat : 22138 (java) R 22134 22137 22074 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 11875324 98570240 977 33554432000 1073741824 1073778376 140734070177760 140093985107496 235374724480 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100111 s]
/proc/loadavg: 0.72 1.69 1.88 3/192 22137
/proc/meminfo: memFree=31499428/32872528 swapFree=446836/479540
[pid=22137] ppid=22134 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/22137/stat : 22137 (java) S 22134 22137 22074 0 -1 4202496 4466 0 1 0 9 1 0 0 20 0 18 0 11875324 9787879424 6098 33554432000 1073741824 1073778376 140734070177760 140734070168896 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22137/statm: 2389619 6098 2140 9 0 2380296 0
[pid=22137/tid=22138] ppid=22134 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/22137/task/22138/stat : 22138 (java) R 22134 22137 22074 0 -1 4202560 2410 0 1 0 6 2 0 0 20 0 18 0 11875324 9787879424 6098 33554432000 1073741824 1073778376 140734070177760 140093985110792 140093987889839 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200311 s]
/proc/loadavg: 0.72 1.69 1.88 3/192 22137
/proc/meminfo: memFree=31499428/32872528 swapFree=446836/479540
[pid=22137] ppid=22134 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/22137/stat : 22137 (java) S 22134 22137 22074 0 -1 4202496 6413 0 1 0 28 2 0 0 20 0 19 0 11875324 9856040960 7170 33554432000 1073741824 1073778376 140734070177760 140734070168896 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22137/statm: 2406260 7195 2220 9 0 2396937 0
[pid=22137/tid=22138] ppid=22134 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/22137/task/22138/stat : 22138 (java) R 22134 22137 22074 0 -1 4202560 2429 0 1 0 16 2 0 0 20 0 19 0 11875324 9856040960 7213 33554432000 1073741824 1073778376 140734070177760 140093985112704 140093988397975 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.300304 s]
/proc/loadavg: 0.72 1.69 1.88 3/192 22137
/proc/meminfo: memFree=31499428/32872528 swapFree=446836/479540
[pid=22137] ppid=22134 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/22137/stat : 22137 (java) S 22134 22137 22074 0 -1 4202496 8844 0 1 0 53 2 0 0 20 0 19 0 11875324 9856040960 8432 33554432000 1073741824 1073778376 140734070177760 140734070168896 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22137/statm: 2406260 8432 2227 9 0 2396937 0
[pid=22137/tid=22138] ppid=22134 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/22137/task/22138/stat : 22138 (java) R 22134 22137 22074 0 -1 4202560 2429 0 1 0 26 2 0 0 20 0 19 0 11875324 9856040960 8432 33554432000 1073741824 1073778376 140734070177760 140093985112248 140093857938963 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700204 s]
/proc/loadavg: 0.72 1.69 1.88 3/192 22137
/proc/meminfo: memFree=31499428/32872528 swapFree=446836/479540
[pid=22137] ppid=22134 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/22137/stat : 22137 (java) S 22134 22137 22074 0 -1 4202496 10482 0 1 0 105 2 0 0 20 0 19 0 11875324 9856040960 8996 33554432000 1073741824 1073778376 140734070177760 140734070168896 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22137/statm: 2406260 8996 2239 9 0 2396937 0
[pid=22137/tid=22138] ppid=22134 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/22137/task/22138/stat : 22138 (java) R 22134 22137 22074 0 -1 4202560 2430 0 1 0 65 2 0 0 20 0 19 0 11875324 9856040960 8996 33554432000 1073741824 1073778376 140734070177760 140093985112552 140093857939585 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 0.82 1.69 1.88 3/212 22157
/proc/meminfo: memFree=31456068/32872528 swapFree=446836/479540
[pid=22137] ppid=22134 vsize=9625040 CPUtime=1.88 cores=0,2,4,6
/proc/22137/stat : 22137 (java) S 22134 22137 22074 0 -1 4202496 10486 0 1 0 186 2 0 0 20 0 19 0 11875324 9856040960 10021 33554432000 1073741824 1073778376 140734070177760 140734070168896 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22137/statm: 2406260 10021 2240 9 0 2396937 0
[pid=22137/tid=22138] ppid=22134 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/22137/task/22138/stat : 22138 (java) R 22134 22137 22074 0 -1 4202560 2433 0 1 0 145 2 0 0 20 0 19 0 11875324 9856040960 10021 33554432000 1073741824 1073778376 140734070177760 140093985103536 140093857994806 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22137/tid=22140] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22140/stat : 22140 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875325 9856040960 10021 33554432000 1073741824 1073778376 140734070177760 140093829139368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22141] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22141/stat : 22141 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875325 9856040960 10021 33554432000 1073741824 1073778376 140734070177760 140093828086824 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22137/tid=22142] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22142/stat : 22142 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875325 9856040960 10021 33554432000 1073741824 1073778376 140734070177760 140093827033768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22137/tid=22143] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22143/stat : 22143 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875325 9856040960 10021 33554432000 1073741824 1073778376 140734070177760 140093825981224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22137/tid=22144] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22144/stat : 22144 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875325 9856040960 10021 33554432000 1073741824 1073778376 140734070177760 140093824928168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22145] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22145/stat : 22145 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875325 9856040960 10021 33554432000 1073741824 1073778376 140734070177760 140093823875624 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22137/tid=22146] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22146/stat : 22146 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875325 9856040960 10021 33554432000 1073741824 1073778376 140734070177760 140093822822568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22147] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22147/stat : 22147 (java) S 22134 22137 22074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11875325 9856040960 10021 33554432000 1073741824 1073778376 140734070177760 140093821770024 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22148] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22148/stat : 22148 (java) S 22134 22137 22074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11875326 9856040960 10021 33554432000 1073741824 1073778376 140734070177760 140093809359720 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22137/tid=22150] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22150/stat : 22150 (java) S 22134 22137 22074 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11875327 9856040960 10021 33554432000 1073741824 1073778376 140734070177760 140093808306040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22151] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22151/stat : 22151 (java) S 22134 22137 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11875327 9856040960 10021 33554432000 1073741824 1073778376 140734070177760 140093807252872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22152] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22152/stat : 22152 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875329 9856040960 10021 33554432000 1073741824 1073778376 140734070177760 140093806201616 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22153] ppid=22134 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/22137/task/22153/stat : 22153 (java) S 22134 22137 22074 0 -1 4202560 3456 0 0 0 22 0 0 0 20 0 19 0 11875329 9856040960 10021 33554432000 1073741824 1073778376 140734070177760 140093805148472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22154] ppid=22134 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22137/task/22154/stat : 22154 (java) S 22134 22137 22074 0 -1 4202560 3327 0 0 0 16 0 0 0 20 0 19 0 11875329 9856040960 10021 33554432000 1073741824 1073778376 140734070177760 140093804095928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22137/tid=22155] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22155/stat : 22155 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875329 9856040960 10021 33554432000 1073741824 1073778376 140734070177760 140093803043064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22137/tid=22156] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22156/stat : 22156 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875329 9856040960 10021 33554432000 1073741824 1073778376 140734070177760 140093801990728 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22137/tid=22157] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22157/stat : 22157 (java) S 22134 22137 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11875338 9856040960 10021 33554432000 1073741824 1073778376 140734070177760 140093800887848 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 0.82 1.69 1.88 3/212 22157
/proc/meminfo: memFree=31447380/32872528 swapFree=446836/479540
[pid=22137] ppid=22134 vsize=9625040 CPUtime=3.51 cores=0,2,4,6
/proc/22137/stat : 22137 (java) S 22134 22137 22074 0 -1 4202496 10490 0 1 0 348 3 0 0 20 0 19 0 11875324 9856040960 11047 33554432000 1073741824 1073778376 140734070177760 140734070168896 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22137/statm: 2406260 11047 2241 9 0 2396937 0
[pid=22137/tid=22138] ppid=22134 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/22137/task/22138/stat : 22138 (java) R 22134 22137 22074 0 -1 4202560 2435 0 1 0 304 2 0 0 20 0 19 0 11875324 9856040960 11047 33554432000 1073741824 1073778376 140734070177760 140093985103536 140093857994941 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22140] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22140/stat : 22140 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875325 9856040960 11047 33554432000 1073741824 1073778376 140734070177760 140093829139368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22141] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22141/stat : 22141 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875325 9856040960 11047 33554432000 1073741824 1073778376 140734070177760 140093828086824 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22137/tid=22142] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22142/stat : 22142 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875325 9856040960 11047 33554432000 1073741824 1073778376 140734070177760 140093827033768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22137/tid=22143] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22143/stat : 22143 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875325 9856040960 11047 33554432000 1073741824 1073778376 140734070177760 140093825981224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22137/tid=22144] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22144/stat : 22144 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875325 9856040960 11047 33554432000 1073741824 1073778376 140734070177760 140093824928168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22145] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22145/stat : 22145 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875325 9856040960 11047 33554432000 1073741824 1073778376 140734070177760 140093823875624 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22137/tid=22146] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22146/stat : 22146 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875325 9856040960 11047 33554432000 1073741824 1073778376 140734070177760 140093822822568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22147] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22147/stat : 22147 (java) S 22134 22137 22074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11875325 9856040960 11047 33554432000 1073741824 1073778376 140734070177760 140093821770024 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22148] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22148/stat : 22148 (java) S 22134 22137 22074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11875326 9856040960 11047 33554432000 1073741824 1073778376 140734070177760 140093809359720 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22137/tid=22150] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22150/stat : 22150 (java) S 22134 22137 22074 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11875327 9856040960 11047 33554432000 1073741824 1073778376 140734070177760 140093808306040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22151] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22151/stat : 22151 (java) S 22134 22137 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11875327 9856040960 11047 33554432000 1073741824 1073778376 140734070177760 140093807252872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22152] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22152/stat : 22152 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875329 9856040960 11047 33554432000 1073741824 1073778376 140734070177760 140093806201616 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22153] ppid=22134 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/22137/task/22153/stat : 22153 (java) S 22134 22137 22074 0 -1 4202560 3458 0 0 0 24 0 0 0 20 0 19 0 11875329 9856040960 11047 33554432000 1073741824 1073778376 140734070177760 140093805148472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22154] ppid=22134 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22137/task/22154/stat : 22154 (java) S 22134 22137 22074 0 -1 4202560 3327 0 0 0 16 0 0 0 20 0 19 0 11875329 9856040960 11047 33554432000 1073741824 1073778376 140734070177760 140093804095928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22137/tid=22155] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22155/stat : 22155 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875329 9856040960 11047 33554432000 1073741824 1073778376 140734070177760 140093803043064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22137/tid=22156] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22156/stat : 22156 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875329 9856040960 11047 33554432000 1073741824 1073778376 140734070177760 140093801990728 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22137/tid=22157] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22157/stat : 22157 (java) S 22134 22137 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11875338 9856040960 11047 33554432000 1073741824 1073778376 140734070177760 140093800887848 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 0.82 1.69 1.88 3/212 22157
/proc/meminfo: memFree=31430660/32872528 swapFree=446836/479540
[pid=22137] ppid=22134 vsize=9625040 CPUtime=6.71 cores=0,2,4,6
/proc/22137/stat : 22137 (java) S 22134 22137 22074 0 -1 4202496 10496 0 1 0 668 3 0 0 20 0 19 0 11875324 9856040960 12992 33554432000 1073741824 1073778376 140734070177760 140734070168896 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22137/statm: 2406260 12992 2242 9 0 2396937 0
[pid=22137/tid=22138] ppid=22134 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/22137/task/22138/stat : 22138 (java) R 22134 22137 22074 0 -1 4202560 2440 0 1 0 623 2 0 0 20 0 19 0 11875324 9856040960 12992 33554432000 1073741824 1073778376 140734070177760 140093985103536 140093857975286 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22140] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22140/stat : 22140 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875325 9856040960 12992 33554432000 1073741824 1073778376 140734070177760 140093829139368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22141] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22141/stat : 22141 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875325 9856040960 12992 33554432000 1073741824 1073778376 140734070177760 140093828086824 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22137/tid=22142] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22142/stat : 22142 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875325 9856040960 12992 33554432000 1073741824 1073778376 140734070177760 140093827033768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22137/tid=22143] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22143/stat : 22143 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875325 9856040960 12992 33554432000 1073741824 1073778376 140734070177760 140093825981224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22137/tid=22144] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22144/stat : 22144 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875325 9856040960 12992 33554432000 1073741824 1073778376 140734070177760 140093824928168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22145] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22145/stat : 22145 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875325 9856040960 12992 33554432000 1073741824 1073778376 140734070177760 140093823875624 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22137/tid=22146] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22146/stat : 22146 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875325 9856040960 12992 33554432000 1073741824 1073778376 140734070177760 140093822822568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22147] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22147/stat : 22147 (java) S 22134 22137 22074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11875325 9856040960 12992 33554432000 1073741824 1073778376 140734070177760 140093821770024 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22148] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22148/stat : 22148 (java) S 22134 22137 22074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11875326 9856040960 12992 33554432000 1073741824 1073778376 140734070177760 140093809359720 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22137/tid=22150] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22150/stat : 22150 (java) S 22134 22137 22074 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11875327 9856040960 12992 33554432000 1073741824 1073778376 140734070177760 140093808306040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22151] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22151/stat : 22151 (java) S 22134 22137 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11875327 9856040960 12992 33554432000 1073741824 1073778376 140734070177760 140093807252872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22152] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22152/stat : 22152 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875329 9856040960 12992 33554432000 1073741824 1073778376 140734070177760 140093806201616 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22153] ppid=22134 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/22137/task/22153/stat : 22153 (java) S 22134 22137 22074 0 -1 4202560 3458 0 0 0 24 0 0 0 20 0 19 0 11875329 9856040960 12992 33554432000 1073741824 1073778376 140734070177760 140093805148472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22154] ppid=22134 vsize=9625040 CPUtime=0.16 cores=0,2,4,6

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

[pid=22137/tid=22157] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22157/stat : 22157 (java) S 22134 22137 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11875338 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093800887848 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1723.44
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.11 2.13 2.05 3/212 22202
/proc/meminfo: memFree=31062440/32872528 swapFree=446836/479540
[pid=22137] ppid=22134 vsize=9625040 CPUtime=1783.44 cores=0,2,4,6
/proc/22137/stat : 22137 (java) S 22134 22137 22074 0 -1 4202496 10991 0 1 0 178310 34 0 0 20 0 19 0 11875324 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140734070168896 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22137/statm: 2406260 56790 2257 9 0 2396937 0
[pid=22137/tid=22138] ppid=22134 vsize=9625040 CPUtime=1777.51 cores=0,2,4,6
/proc/22137/task/22138/stat : 22138 (java) R 22134 22137 22074 0 -1 4202560 2502 0 1 0 177721 30 0 0 20 0 19 0 11875324 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093985103632 140093857994806 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22140] ppid=22134 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/22137/task/22140/stat : 22140 (java) S 22134 22137 22074 0 -1 4202560 29 0 0 0 6 0 0 0 20 0 19 0 11875325 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093829139368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22141] ppid=22134 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/22137/task/22141/stat : 22141 (java) S 22134 22137 22074 0 -1 4202560 64 0 0 0 5 0 0 0 20 0 19 0 11875325 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093828086824 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22137/tid=22142] ppid=22134 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/22137/task/22142/stat : 22142 (java) S 22134 22137 22074 0 -1 4202560 61 0 0 0 7 0 0 0 20 0 19 0 11875325 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093827033768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22143] ppid=22134 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/22137/task/22143/stat : 22143 (java) S 22134 22137 22074 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 19 0 11875325 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093825981224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22137/tid=22144] ppid=22134 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/22137/task/22144/stat : 22144 (java) S 22134 22137 22074 0 -1 4202560 52 0 0 0 6 0 0 0 20 0 19 0 11875325 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093824928168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22145] ppid=22134 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/22137/task/22145/stat : 22145 (java) S 22134 22137 22074 0 -1 4202560 65 0 0 0 6 0 0 0 20 0 19 0 11875325 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093823875624 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22137/tid=22146] ppid=22134 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/22137/task/22146/stat : 22146 (java) S 22134 22137 22074 0 -1 4202560 7 0 0 0 5 0 0 0 20 0 19 0 11875325 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093822822568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22137/tid=22147] ppid=22134 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/22137/task/22147/stat : 22147 (java) S 22134 22137 22074 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 19 0 11875325 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093821770024 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22137/tid=22148] ppid=22134 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/22137/task/22148/stat : 22148 (java) S 22134 22137 22074 0 -1 4202560 27 0 0 0 1 0 0 0 20 0 19 0 11875326 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093809359720 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22137/tid=22150] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22150/stat : 22150 (java) S 22134 22137 22074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11875327 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093808306040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22151] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22151/stat : 22151 (java) S 22134 22137 22074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11875327 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093807252872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22152] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22152/stat : 22152 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875329 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093806201616 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22153] ppid=22134 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/22137/task/22153/stat : 22153 (java) S 22134 22137 22074 0 -1 4202560 3465 0 0 0 28 0 0 0 20 0 19 0 11875329 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093805148472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22154] ppid=22134 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22137/task/22154/stat : 22154 (java) S 22134 22137 22074 0 -1 4202560 3327 0 0 0 16 0 0 0 20 0 19 0 11875329 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093804095928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22137/tid=22155] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22155/stat : 22155 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875329 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093803043064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22137/tid=22156] ppid=22134 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/22137/task/22156/stat : 22156 (java) S 22134 22137 22074 0 -1 4202560 104 0 0 0 32 25 0 0 20 0 19 0 11875329 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093801990728 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22137/tid=22157] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22157/stat : 22157 (java) S 22134 22137 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11875338 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093800887848 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1783.44
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.9 s]
/proc/loadavg: 2.16 2.14 2.05 3/212 22202
/proc/meminfo: memFree=31062624/32872528 swapFree=446836/479540
[pid=22137] ppid=22134 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/22137/stat : 22137 (java) S 22134 22137 22074 0 -1 4202496 10991 0 1 0 179970 34 0 0 20 0 19 0 11875324 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140734070168896 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22137/statm: 2406260 56790 2257 9 0 2396937 0
[pid=22137/tid=22138] ppid=22134 vsize=9625040 CPUtime=1794.07 cores=0,2,4,6
/proc/22137/task/22138/stat : 22138 (java) R 22134 22137 22074 0 -1 4202560 2502 0 1 0 179377 30 0 0 20 0 19 0 11875324 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093985103632 140093857994697 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22140] ppid=22134 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/22137/task/22140/stat : 22140 (java) S 22134 22137 22074 0 -1 4202560 29 0 0 0 6 0 0 0 20 0 19 0 11875325 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093829139368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22141] ppid=22134 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/22137/task/22141/stat : 22141 (java) S 22134 22137 22074 0 -1 4202560 64 0 0 0 5 0 0 0 20 0 19 0 11875325 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093828086824 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22137/tid=22142] ppid=22134 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/22137/task/22142/stat : 22142 (java) S 22134 22137 22074 0 -1 4202560 61 0 0 0 7 0 0 0 20 0 19 0 11875325 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093827033768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22143] ppid=22134 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/22137/task/22143/stat : 22143 (java) S 22134 22137 22074 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 19 0 11875325 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093825981224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22137/tid=22144] ppid=22134 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/22137/task/22144/stat : 22144 (java) S 22134 22137 22074 0 -1 4202560 52 0 0 0 6 0 0 0 20 0 19 0 11875325 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093824928168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22145] ppid=22134 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/22137/task/22145/stat : 22145 (java) S 22134 22137 22074 0 -1 4202560 65 0 0 0 6 0 0 0 20 0 19 0 11875325 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093823875624 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22137/tid=22146] ppid=22134 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/22137/task/22146/stat : 22146 (java) S 22134 22137 22074 0 -1 4202560 7 0 0 0 5 0 0 0 20 0 19 0 11875325 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093822822568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22137/tid=22147] ppid=22134 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/22137/task/22147/stat : 22147 (java) S 22134 22137 22074 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 19 0 11875325 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093821770024 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22137/tid=22148] ppid=22134 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/22137/task/22148/stat : 22148 (java) S 22134 22137 22074 0 -1 4202560 27 0 0 0 1 0 0 0 20 0 19 0 11875326 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093809359720 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22137/tid=22150] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22150/stat : 22150 (java) S 22134 22137 22074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11875327 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093808306040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22151] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22151/stat : 22151 (java) S 22134 22137 22074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11875327 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093807252872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22152] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22152/stat : 22152 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875329 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093806201616 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22153] ppid=22134 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/22137/task/22153/stat : 22153 (java) S 22134 22137 22074 0 -1 4202560 3465 0 0 0 28 0 0 0 20 0 19 0 11875329 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093805148472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22154] ppid=22134 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22137/task/22154/stat : 22154 (java) S 22134 22137 22074 0 -1 4202560 3327 0 0 0 16 0 0 0 20 0 19 0 11875329 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093804095928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22137/tid=22155] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22155/stat : 22155 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875329 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093803043064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22137/tid=22156] ppid=22134 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/22137/task/22156/stat : 22156 (java) S 22134 22137 22074 0 -1 4202560 104 0 0 0 32 25 0 0 20 0 19 0 11875329 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093801990728 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22137/tid=22157] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22157/stat : 22157 (java) S 22134 22137 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11875338 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093800887848 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 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 22137 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.9 s]
/proc/loadavg: 2.16 2.14 2.05 3/212 22202
/proc/meminfo: memFree=31062624/32872528 swapFree=446836/479540
[pid=22137] ppid=22134 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/22137/stat : 22137 (java) S 22134 22137 22074 0 -1 4202496 10991 0 1 0 179970 34 0 0 20 0 19 0 11875324 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140734070168896 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22137/statm: 2406260 56790 2257 9 0 2396937 0
[pid=22137/tid=22138] ppid=22134 vsize=9625040 CPUtime=1794.07 cores=0,2,4,6
/proc/22137/task/22138/stat : 22138 (java) R 22134 22137 22074 0 -1 4202560 2502 0 1 0 179377 30 0 0 20 0 19 0 11875324 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093985103632 140093857994697 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22140] ppid=22134 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/22137/task/22140/stat : 22140 (java) S 22134 22137 22074 0 -1 4202560 29 0 0 0 6 0 0 0 20 0 19 0 11875325 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093829139368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22141] ppid=22134 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/22137/task/22141/stat : 22141 (java) S 22134 22137 22074 0 -1 4202560 64 0 0 0 5 0 0 0 20 0 19 0 11875325 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093828086824 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22137/tid=22142] ppid=22134 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/22137/task/22142/stat : 22142 (java) S 22134 22137 22074 0 -1 4202560 61 0 0 0 7 0 0 0 20 0 19 0 11875325 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093827033768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22143] ppid=22134 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/22137/task/22143/stat : 22143 (java) S 22134 22137 22074 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 19 0 11875325 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093825981224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22137/tid=22144] ppid=22134 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/22137/task/22144/stat : 22144 (java) S 22134 22137 22074 0 -1 4202560 52 0 0 0 6 0 0 0 20 0 19 0 11875325 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093824928168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22145] ppid=22134 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/22137/task/22145/stat : 22145 (java) S 22134 22137 22074 0 -1 4202560 65 0 0 0 6 0 0 0 20 0 19 0 11875325 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093823875624 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22137/tid=22146] ppid=22134 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/22137/task/22146/stat : 22146 (java) S 22134 22137 22074 0 -1 4202560 7 0 0 0 5 0 0 0 20 0 19 0 11875325 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093822822568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22137/tid=22147] ppid=22134 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/22137/task/22147/stat : 22147 (java) S 22134 22137 22074 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 19 0 11875325 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093821770024 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22137/tid=22148] ppid=22134 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/22137/task/22148/stat : 22148 (java) S 22134 22137 22074 0 -1 4202560 27 0 0 0 1 0 0 0 20 0 19 0 11875326 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093809359720 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22137/tid=22150] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22150/stat : 22150 (java) S 22134 22137 22074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11875327 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093808306040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22151] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22151/stat : 22151 (java) S 22134 22137 22074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11875327 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093807252872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22152] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22152/stat : 22152 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875329 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093806201616 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22153] ppid=22134 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/22137/task/22153/stat : 22153 (java) S 22134 22137 22074 0 -1 4202560 3465 0 0 0 28 0 0 0 20 0 19 0 11875329 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093805148472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22137/tid=22154] ppid=22134 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22137/task/22154/stat : 22154 (java) S 22134 22137 22074 0 -1 4202560 3327 0 0 0 16 0 0 0 20 0 19 0 11875329 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093804095928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22137/tid=22155] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22155/stat : 22155 (java) S 22134 22137 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11875329 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093803043064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22137/tid=22156] ppid=22134 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/22137/task/22156/stat : 22156 (java) S 22134 22137 22074 0 -1 4202560 104 0 0 0 32 25 0 0 20 0 19 0 11875329 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093801990728 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22137/tid=22157] ppid=22134 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22137/task/22157/stat : 22157 (java) S 22134 22137 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11875338 9856040960 56790 33554432000 1073741824 1073778376 140734070177760 140093800887848 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 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 22137 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=151095
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=689895
# CPU time returned by wait4() is 1795.84
# 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): 1798.93
CPU time (s): 1800.04
CPU user time (s): 1799.7
CPU system time (s): 0.34
CPU usage (%): 100.061
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.15
system time used= 0.689895
maximum resident set size= 227340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11043
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38215
involuntary context switches= 3495

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3924 second user time and 12.7531 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-16 19:30:52
IDJOB=4095900
IDBENCH=107537
IDSOLVER=2546
FILE ID=node104/4095900-1466098252
RUNJOBID= node104-1466098252-22090
PBS_JOBID= 19904071
Free space on /tmp= 71704 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-55.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4095900-1466098252/watcher-4095900-1466098252 -o /tmp/evaluation-result-4095900-1466098252/solver-4095900-1466098252 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466098252-22090 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4095900-1466098252.opb

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

MD5SUM BENCH= d2ef2158453017923498faa75cf6911c
RANDOM SEED=333642817

node104.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.035
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.07
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.035
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.035
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.035
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.035
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.035
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.54
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.035
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.035
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:        31500328 kB
Buffers:           54496 kB
Cached:           120588 kB
SwapCached:          516 kB
Active:           101768 kB
Inactive:          91644 kB
Active(anon):      20028 kB
Inactive(anon):     1156 kB
Active(file):      81740 kB
Inactive(file):    90488 kB
Unevictable:      479540 kB
Mlocked:          446836 kB
SwapTotal:      67108856 kB
SwapFree:       67100316 kB
Dirty:              1572 kB
Writeback:             0 kB
AnonPages:        489640 kB
Mapped:            13692 kB
Shmem:                 0 kB
Slab:             568148 kB
SReclaimable:      12848 kB
SUnreclaim:       555300 kB
KernelStack:        1328 kB
PageTables:         5352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1156208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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= 71700 MiB
End job on node104 at 2016-06-16 20:00:51