Trace number 4120054

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.91 1799.18

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-66.cnf.gz-extracted.pb.metafix.opb
MD5SUM93aa80962d5d3efcc6dbb439d625d06c
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.011998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables265
Total number of constraints264
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)264
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4120054-1467308830.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.16	c ... done. Wall clock time 0.047s.
0.09/0.16	c declared #vars     265
0.09/0.16	c #constraints  264
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 264
0.09/0.16	c 264 constraints processed.
0.65/0.42	c cleaning 2496 clauses out of 5000 with flag 22624/5000
0.78/0.59	c cleaning 4244 clauses out of 8506 with flag 52019/11002
1.12/0.82	c cleaning 5617 clauses out of 11260 with flag 86385/18000
1.32/1.10	c cleaning 6800 clauses out of 13643 with flag 129349/26000
1.74/1.43	c cleaning 7910 clauses out of 15845 with flag 181923/35002
2.14/1.81	c cleaning 8951 clauses out of 17933 with flag 240638/45000
2.55/2.26	c cleaning 9979 clauses out of 19982 with flag 300859/56000
3.14/2.88	c cleaning 10991 clauses out of 22004 with flag 371597/68001
3.74/3.48	c cleaning 11991 clauses out of 24013 with flag 450329/81001
4.44/4.16	c cleaning 12999 clauses out of 26021 with flag 532659/95000
5.24/4.97	c cleaning 13998 clauses out of 28022 with flag 616430/110000
6.14/5.85	c cleaning 15003 clauses out of 30025 with flag 714368/126001
7.13/6.81	c cleaning 15998 clauses out of 32023 with flag 813980/143002
8.23/7.91	c cleaning 16990 clauses out of 34023 with flag 933610/161000
9.44/9.14	c cleaning 18008 clauses out of 36037 with flag 1056517/180004
10.74/10.47	c cleaning 19003 clauses out of 38026 with flag 1180508/200001
12.34/12.01	c cleaning 19998 clauses out of 40023 with flag 1316987/221001
13.73/13.44	c cleaning 20998 clauses out of 42024 with flag 1465502/243000
15.43/15.11	c cleaning 21994 clauses out of 44026 with flag 1607432/266000
17.23/16.94	c cleaning 23006 clauses out of 46033 with flag 1759451/290001
19.34/19.08	c cleaning 24000 clauses out of 48026 with flag 1918210/315000
21.44/21.15	c cleaning 25005 clauses out of 50026 with flag 2088258/341000
23.84/23.51	c cleaning 25995 clauses out of 52022 with flag 2265364/368001
26.44/26.11	c cleaning 27005 clauses out of 54026 with flag 2443934/396000
29.05/28.71	c cleaning 27991 clauses out of 56021 with flag 2629583/425000
31.84/31.54	c cleaning 29003 clauses out of 58031 with flag 2830276/455001
34.84/34.50	c cleaning 30009 clauses out of 60032 with flag 3025862/486005
37.94/37.65	c cleaning 30992 clauses out of 62019 with flag 3226708/518001
41.34/41.04	c cleaning 32004 clauses out of 64026 with flag 3440498/551000
44.84/44.57	c cleaning 33003 clauses out of 66022 with flag 3659517/585000
48.75/48.43	c cleaning 33994 clauses out of 68020 with flag 3885224/620001
52.54/52.22	c cleaning 34994 clauses out of 70025 with flag 4126626/656000
56.84/56.52	c cleaning 36014 clauses out of 72033 with flag 4368865/693002
61.24/60.93	c cleaning 36995 clauses out of 74019 with flag 4611808/731002
65.64/65.31	c cleaning 37999 clauses out of 76022 with flag 4873578/770000
70.54/70.21	c cleaning 39005 clauses out of 78024 with flag 5141591/810001
75.55/75.23	c cleaning 40007 clauses out of 80019 with flag 5400320/851001
80.94/80.68	c cleaning 40996 clauses out of 82011 with flag 5673607/893000
86.44/86.15	c cleaning 42004 clauses out of 84018 with flag 5953555/936003
92.18/91.87	c cleaning 42996 clauses out of 86012 with flag 6234122/980001
98.28/97.99	c cleaning 43996 clauses out of 88015 with flag 6523122/1025000
104.57/104.28	c cleaning 45003 clauses out of 90020 with flag 6815400/1071001
110.87/110.57	c cleaning 45992 clauses out of 92018 with flag 7099157/1118002
117.17/116.84	c cleaning 47004 clauses out of 94024 with flag 7399621/1166000
123.87/123.59	c cleaning 47992 clauses out of 96020 with flag 7706044/1215000
130.87/130.58	c cleaning 49000 clauses out of 98028 with flag 8011702/1265000
138.07/137.78	c cleaning 50001 clauses out of 100028 with flag 8323735/1316000
145.68/145.33	c cleaning 50995 clauses out of 102027 with flag 8636697/1368000
153.87/153.50	c cleaning 52001 clauses out of 104033 with flag 8955105/1421001
162.18/161.80	c cleaning 53004 clauses out of 106031 with flag 9281135/1475000
170.77/170.46	c cleaning 54009 clauses out of 108027 with flag 9603935/1530000
179.88/179.54	c cleaning 55002 clauses out of 110018 with flag 9932886/1586000
189.18/188.83	c cleaning 55996 clauses out of 112016 with flag 10263118/1643000
199.08/198.72	c cleaning 57008 clauses out of 114023 with flag 10599572/1701003
208.88/208.55	c cleaning 57999 clauses out of 116014 with flag 10945090/1760002
219.18/218.85	c cleaning 58999 clauses out of 118014 with flag 11288561/1820001
229.57/229.26	c cleaning 59988 clauses out of 120015 with flag 11639150/1881001
240.77/240.48	c cleaning 61006 clauses out of 122027 with flag 11988747/1943001
252.05/251.64	c cleaning 62000 clauses out of 124022 with flag 12347378/2006002
263.75/263.35	c cleaning 62998 clauses out of 126020 with flag 12712255/2070000
275.56/275.19	c cleaning 64001 clauses out of 128023 with flag 13081254/2135001
287.95/287.52	c cleaning 65000 clauses out of 130021 with flag 13446554/2201000
300.05/299.69	c cleaning 65999 clauses out of 132021 with flag 13817758/2268000
312.88/312.50	c cleaning 66997 clauses out of 134023 with flag 14202605/2336001
326.38/325.97	c cleaning 68001 clauses out of 136025 with flag 14589873/2405000
340.28/339.86	c cleaning 69007 clauses out of 138025 with flag 14976038/2475001
354.18/353.77	c cleaning 70001 clauses out of 140017 with flag 15372151/2546000
368.18/367.72	c cleaning 71000 clauses out of 142017 with flag 15770401/2618001
382.28/381.85	c cleaning 71993 clauses out of 144016 with flag 16167052/2691000
397.37/396.90	c cleaning 73000 clauses out of 146025 with flag 16572614/2765002
412.78/412.30	c cleaning 74001 clauses out of 148024 with flag 16977201/2840001
428.39/427.91	c cleaning 75010 clauses out of 150026 with flag 17396117/2916004
444.34/443.88	c cleaning 75989 clauses out of 152013 with flag 17814751/2993001
460.75/460.29	c cleaning 77004 clauses out of 154024 with flag 18245258/3071001
477.15/476.66	c cleaning 78000 clauses out of 156023 with flag 18675251/3150004
494.15/493.61	c cleaning 78995 clauses out of 158019 with flag 19117006/3230000
511.85/511.37	c cleaning 79997 clauses out of 160024 with flag 19561969/3311000
529.66/529.11	c cleaning 81008 clauses out of 162028 with flag 20008832/3393001
547.56/547.04	c cleaning 81994 clauses out of 164020 with flag 20460420/3476001
566.36/565.89	c cleaning 83009 clauses out of 166026 with flag 20913493/3560001
585.95/585.50	c cleaning 84001 clauses out of 168016 with flag 21363496/3645000
605.66/605.14	c cleaning 84994 clauses out of 170016 with flag 21815141/3731001
626.25/625.71	c cleaning 86003 clauses out of 172024 with flag 22271782/3818003
646.75/646.20	c cleaning 86996 clauses out of 174019 with flag 22748675/3906001
668.27/667.71	c cleaning 88004 clauses out of 176022 with flag 23214147/3995000
690.50/689.97	c cleaning 89007 clauses out of 178020 with flag 23692557/4085002
712.90/712.33	c cleaning 89985 clauses out of 180011 with flag 24165034/4176000
735.91/735.31	c cleaning 91008 clauses out of 182027 with flag 24653744/4268001
759.31/758.72	c cleaning 92003 clauses out of 184020 with flag 25138765/4361002
782.91/782.35	c cleaning 92996 clauses out of 186015 with flag 25630800/4455000
805.60/805.02	c cleaning 94001 clauses out of 188020 with flag 26132062/4550001
829.70/829.19	c cleaning 94988 clauses out of 190020 with flag 26628347/4646002
856.31/855.74	c cleaning 96009 clauses out of 192032 with flag 27130261/4743002
882.40/881.88	c cleaning 97000 clauses out of 194021 with flag 27636708/4841000
909.32/908.77	c cleaning 97998 clauses out of 196024 with flag 28147512/4940003
936.29/935.66	c cleaning 98997 clauses out of 198024 with flag 28672708/5040001
963.99/963.32	c cleaning 100002 clauses out of 200027 with flag 29188842/5141001
991.30/990.68	c cleaning 100992 clauses out of 202024 with flag 29716915/5243000
1019.49/1018.88	c cleaning 102006 clauses out of 204033 with flag 30249609/5346001
1048.59/1047.96	c cleaning 103003 clauses out of 206026 with flag 30791263/5450000
1078.60/1077.90	c cleaning 104003 clauses out of 208023 with flag 31333347/5555000
1109.40/1108.73	c cleaning 105007 clauses out of 210021 with flag 31874280/5661001
1140.11/1139.43	c cleaning 105998 clauses out of 212014 with flag 32430595/5768001
1172.00/1171.31	c cleaning 106995 clauses out of 214015 with flag 32982678/5876000
1205.00/1204.36	c cleaning 108002 clauses out of 216020 with flag 33549297/5985000
1236.60/1235.83	c cleaning 109001 clauses out of 218019 with flag 34128368/6095001
1268.61/1267.80	c cleaning 110002 clauses out of 220018 with flag 34708837/6206001
1303.22/1302.43	c cleaning 110998 clauses out of 222015 with flag 35283874/6318000
1337.21/1336.40	c cleaning 111998 clauses out of 224017 with flag 35862037/6431000
1371.81/1371.05	c cleaning 113000 clauses out of 226019 with flag 36442254/6545000
1406.72/1405.95	c cleaning 113997 clauses out of 228019 with flag 37022568/6660000
1441.41/1440.66	c cleaning 114993 clauses out of 230022 with flag 37627912/6776000
1477.70/1476.94	c cleaning 115998 clauses out of 232029 with flag 38230918/6893000
1513.14/1512.25	c cleaning 117008 clauses out of 234031 with flag 38836359/7011000
1550.74/1549.86	c cleaning 117998 clauses out of 236023 with flag 39453044/7130000
1588.05/1587.15	c cleaning 119003 clauses out of 238026 with flag 40078605/7250001
1627.85/1626.99	c cleaning 119996 clauses out of 240022 with flag 40706504/7371000
1665.75/1664.86	c cleaning 121006 clauses out of 242028 with flag 41352417/7493002
1705.46/1704.55	c cleaning 121998 clauses out of 244020 with flag 41994000/7616000
1743.17/1742.21	c cleaning 122996 clauses out of 246022 with flag 42654394/7740000
1782.67/1781.72	c cleaning 124007 clauses out of 248027 with flag 43338409/7865001
1800.07/1799.14	c starts		: 20874
1800.07/1799.14	c conflicts		: 7932986
1800.07/1799.14	c decisions		: 11640924
1800.07/1799.14	c propagations		: 142184257
1800.07/1799.14	c inspects		: 40476655907
1800.07/1799.14	c shortcuts		: 0
1800.07/1799.14	c learnt literals	: 0
1800.07/1799.14	c learnt binary clauses	: 0
1800.07/1799.14	c learnt ternary clauses	: 0
1800.07/1799.14	c learnt constraints	: 7932986
1800.07/1799.14	c timeout
1800.07/1799.14	c ignored constraints	: 0
1800.07/1799.14	c root simplifications	: 0
1800.07/1799.14	c removed literals (reason simplification)	: 0
1800.07/1799.14	c reason swapping (by a shorter reason)	: 0
1800.07/1799.14	c Calls to reduceDB	: 121
1800.07/1799.14	c Number of update (reduction) of LBD	: 2375521
1800.07/1799.14	c Imported unit clauses	: 0
1800.07/1799.14	c number of reductions to clauses (during analyze)	: 0
1800.07/1799.14	c number of learned constraints concerned by reduction	: 0
1800.07/1799.14	c number of learning phase by resolution	: 0
1800.07/1799.14	c number of learning phase by cutting planes	: 0
1800.07/1799.14	c speed (assignments/second)	: 79035.90917757423
1800.07/1799.14	c non guided choices	39582
1800.07/1799.17	c learnt constraints type 
1800.07/1799.17	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 192005
1800.07/1799.17	s UNKNOWN
1800.07/1799.17	c Total wall clock time (in seconds): 1799.062

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-4120054-1467308830/watcher-4120054-1467308830 -o /tmp/evaluation-result-4120054-1467308830/solver-4120054-1467308830 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467308742-19896 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120054-1467308830.opb 

pid=20071
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: 1.76 1.75 1.54 3/194 20074
/proc/meminfo: memFree=28772484/32872528 swapFree=7620/7620
[pid=20074] ppid=20071 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/20074/stat : 20074 (java) R 20071 20074 19879 0 -1 4202496 501 0 0 0 0 0 0 0 20 0 1 0 11779149 9515008 156 33554432000 1073741824 1073778376 140736311436096 140736311433224 218234705671 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20074/statm: 2323 167 125 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 1.76 1.75 1.54 3/194 20074
/proc/meminfo: memFree=28772484/32872528 swapFree=7620/7620
[pid=20074] ppid=20071 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/20074/stat : 20074 (java) S 20071 20074 19879 0 -1 4202496 4450 0 1 0 8 1 0 0 20 0 18 0 11779149 9787879424 5580 33554432000 1073741824 1073778376 140736311436096 140736311427232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20074/statm: 2389619 5580 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 1.76 1.75 1.54 3/194 20074
/proc/meminfo: memFree=28772484/32872528 swapFree=7620/7620
[pid=20074] ppid=20071 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/20074/stat : 20074 (java) S 20071 20074 19879 0 -1 4202496 6028 0 1 0 25 1 0 0 20 0 19 0 11779149 9856040960 7156 33554432000 1073741824 1073778376 140736311436096 140736311427232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20074/statm: 2406260 7156 2228 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300218 s]
/proc/loadavg: 1.76 1.75 1.54 3/194 20074
/proc/meminfo: memFree=28772484/32872528 swapFree=7620/7620
[pid=20074] ppid=20071 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/20074/stat : 20074 (java) S 20071 20074 19879 0 -1 4202496 6661 0 1 0 47 2 0 0 20 0 19 0 11779149 9856040960 7426 33554432000 1073741824 1073778376 140736311436096 140736311427232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20074/statm: 2406260 7426 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700161 s]
/proc/loadavg: 1.76 1.75 1.54 3/194 20074
/proc/meminfo: memFree=28772484/32872528 swapFree=7620/7620
[pid=20074] ppid=20071 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/20074/stat : 20074 (java) S 20071 20074 19879 0 -1 4202496 7718 0 1 0 100 2 0 0 20 0 19 0 11779149 9856040960 8028 33554432000 1073741824 1073778376 140736311436096 140736311427232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20074/statm: 2406260 8028 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 1.76 1.75 1.54 4/213 20093
/proc/meminfo: memFree=28744400/32872528 swapFree=7620/7620
[pid=20074] ppid=20071 vsize=9625040 CPUtime=1.84 cores=1,3,5,7
/proc/20074/stat : 20074 (java) S 20071 20074 19879 0 -1 4202496 7728 0 1 0 182 2 0 0 20 0 19 0 11779149 9856040960 8548 33554432000 1073741824 1073778376 140736311436096 140736311427232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20074/statm: 2406260 8548 2256 9 0 2396937 0
[pid=20074/tid=20076] ppid=20071 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/20074/task/20076/stat : 20076 (java) R 20071 20074 19879 0 -1 4202560 2470 0 1 0 146 0 0 0 20 0 19 0 11779150 9856040960 8548 33554432000 1073741824 1073778376 140736311436096 140034989567680 140034929720573 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20074/tid=20077] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20077/stat : 20077 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779151 9856040960 8548 33554432000 1073741824 1073778376 140736311436096 140034928306984 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20078] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20078/stat : 20078 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779151 9856040960 8548 33554432000 1073741824 1073778376 140736311436096 140034927254184 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20074/tid=20079] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20079/stat : 20079 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779151 9856040960 8548 33554432000 1073741824 1073778376 140736311436096 140034830973992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20074/tid=20080] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20080/stat : 20080 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779151 9856040960 8548 33554432000 1073741824 1073778376 140736311436096 140034829921192 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20074/tid=20081] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20081/stat : 20081 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779151 9856040960 8548 33554432000 1073741824 1073778376 140736311436096 140034828867880 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20082] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20082/stat : 20082 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779151 9856040960 8548 33554432000 1073741824 1073778376 140736311436096 140034827815080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20074/tid=20083] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20083/stat : 20083 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779151 9856040960 8548 33554432000 1073741824 1073778376 140736311436096 140034826762792 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20074/tid=20084] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20084/stat : 20084 (java) S 20071 20074 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11779151 9856040960 8548 33554432000 1073741824 1073778376 140736311436096 140034825709992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20085] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20085/stat : 20085 (java) S 20071 20074 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11779152 9856040960 8548 33554432000 1073741824 1073778376 140736311436096 140034813512424 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20086] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20086/stat : 20086 (java) S 20071 20074 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11779152 9856040960 8548 33554432000 1073741824 1073778376 140736311436096 140034812458488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20087] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20087/stat : 20087 (java) S 20071 20074 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11779152 9856040960 8548 33554432000 1073741824 1073778376 140736311436096 140034811406088 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20088] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20088/stat : 20088 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779155 9856040960 8548 33554432000 1073741824 1073778376 140736311436096 140034810354576 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20089] ppid=20071 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/20074/task/20089/stat : 20089 (java) S 20071 20074 19879 0 -1 4202560 1112 0 0 0 13 0 0 0 20 0 19 0 11779155 9856040960 8548 33554432000 1073741824 1073778376 140736311436096 140034809301176 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20090] ppid=20071 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20074/task/20090/stat : 20090 (java) S 20071 20074 19879 0 -1 4202560 2874 0 0 0 20 0 0 0 20 0 19 0 11779155 9856040960 8548 33554432000 1073741824 1073778376 140736311436096 140034808248376 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20074/tid=20091] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20091/stat : 20091 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779155 9856040960 8548 33554432000 1073741824 1073778376 140736311436096 140034807196280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20074/tid=20092] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20092/stat : 20092 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779155 9856040960 8548 33554432000 1073741824 1073778376 140736311436096 140034806143688 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20093] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20093/stat : 20093 (java) S 20071 20074 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11779165 9856040960 8548 33554432000 1073741824 1073778376 140736311436096 140034805089704 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 1.78 1.76 1.54 3/213 20093
/proc/meminfo: memFree=28742096/32872528 swapFree=7620/7620
[pid=20074] ppid=20071 vsize=9625040 CPUtime=3.44 cores=1,3,5,7
/proc/20074/stat : 20074 (java) S 20071 20074 19879 0 -1 4202496 7732 0 1 0 342 2 0 0 20 0 19 0 11779149 9856040960 10084 33554432000 1073741824 1073778376 140736311436096 140736311427232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20074/statm: 2406260 10084 2256 9 0 2396937 0
[pid=20074/tid=20076] ppid=20071 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/20074/task/20076/stat : 20076 (java) R 20071 20074 19879 0 -1 4202560 2474 0 1 0 305 1 0 0 20 0 19 0 11779150 9856040960 10084 33554432000 1073741824 1073778376 140736311436096 140034989567680 140034929779593 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20074/tid=20077] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20077/stat : 20077 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779151 9856040960 10084 33554432000 1073741824 1073778376 140736311436096 140034928306984 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20078] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20078/stat : 20078 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779151 9856040960 10084 33554432000 1073741824 1073778376 140736311436096 140034927254184 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20074/tid=20079] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20079/stat : 20079 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779151 9856040960 10084 33554432000 1073741824 1073778376 140736311436096 140034830973992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20074/tid=20080] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20080/stat : 20080 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779151 9856040960 10084 33554432000 1073741824 1073778376 140736311436096 140034829921192 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20074/tid=20081] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20081/stat : 20081 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779151 9856040960 10084 33554432000 1073741824 1073778376 140736311436096 140034828867880 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20082] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20082/stat : 20082 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779151 9856040960 10084 33554432000 1073741824 1073778376 140736311436096 140034827815080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20074/tid=20083] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20083/stat : 20083 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779151 9856040960 10084 33554432000 1073741824 1073778376 140736311436096 140034826762792 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20074/tid=20084] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20084/stat : 20084 (java) S 20071 20074 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11779151 9856040960 10084 33554432000 1073741824 1073778376 140736311436096 140034825709992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20085] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20085/stat : 20085 (java) S 20071 20074 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11779152 9856040960 10084 33554432000 1073741824 1073778376 140736311436096 140034813512424 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20086] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20086/stat : 20086 (java) S 20071 20074 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11779152 9856040960 10084 33554432000 1073741824 1073778376 140736311436096 140034812458488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20087] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20087/stat : 20087 (java) S 20071 20074 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11779152 9856040960 10084 33554432000 1073741824 1073778376 140736311436096 140034811406088 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20088] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20088/stat : 20088 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779155 9856040960 10084 33554432000 1073741824 1073778376 140736311436096 140034810354576 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20089] ppid=20071 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/20074/task/20089/stat : 20089 (java) S 20071 20074 19879 0 -1 4202560 1112 0 0 0 13 0 0 0 20 0 19 0 11779155 9856040960 10084 33554432000 1073741824 1073778376 140736311436096 140034809301176 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20090] ppid=20071 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20074/task/20090/stat : 20090 (java) S 20071 20074 19879 0 -1 4202560 2874 0 0 0 20 0 0 0 20 0 19 0 11779155 9856040960 10084 33554432000 1073741824 1073778376 140736311436096 140034808248376 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20074/tid=20091] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20091/stat : 20091 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779155 9856040960 10084 33554432000 1073741824 1073778376 140736311436096 140034807196280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20074/tid=20092] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20092/stat : 20092 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779155 9856040960 10084 33554432000 1073741824 1073778376 140736311436096 140034806143688 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20093] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20093/stat : 20093 (java) S 20071 20074 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11779165 9856040960 10084 33554432000 1073741824 1073778376 140736311436096 140034805089704 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 1.78 1.76 1.54 3/213 20093
/proc/meminfo: memFree=28729460/32872528 swapFree=7620/7620
[pid=20074] ppid=20071 vsize=9625040 CPUtime=6.64 cores=1,3,5,7
/proc/20074/stat : 20074 (java) S 20071 20074 19879 0 -1 4202496 7737 0 1 0 662 2 0 0 20 0 19 0 11779149 9856040960 11533 33554432000 1073741824 1073778376 140736311436096 140736311427232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20074/statm: 2406260 11533 2257 9 0 2396937 0
[pid=20074/tid=20076] ppid=20071 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/20074/task/20076/stat : 20076 (java) R 20071 20074 19879 0 -1 4202560 2478 0 1 0 625 1 0 0 20 0 19 0 11779150 9856040960 11533 33554432000 1073741824 1073778376 140736311436096 140034989567680 140034929742183 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20074/tid=20077] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20077/stat : 20077 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779151 9856040960 11533 33554432000 1073741824 1073778376 140736311436096 140034928306984 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20078] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20078/stat : 20078 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779151 9856040960 11533 33554432000 1073741824 1073778376 140736311436096 140034927254184 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20074/tid=20079] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20079/stat : 20079 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779151 9856040960 11533 33554432000 1073741824 1073778376 140736311436096 140034830973992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20074/tid=20080] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20080/stat : 20080 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779151 9856040960 11533 33554432000 1073741824 1073778376 140736311436096 140034829921192 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20074/tid=20081] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20081/stat : 20081 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779151 9856040960 11533 33554432000 1073741824 1073778376 140736311436096 140034828867880 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20082] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20082/stat : 20082 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779151 9856040960 11533 33554432000 1073741824 1073778376 140736311436096 140034827815080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20074/tid=20083] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20083/stat : 20083 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779151 9856040960 11533 33554432000 1073741824 1073778376 140736311436096 140034826762792 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20074/tid=20084] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20084/stat : 20084 (java) S 20071 20074 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11779151 9856040960 11533 33554432000 1073741824 1073778376 140736311436096 140034825709992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20085] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20085/stat : 20085 (java) S 20071 20074 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11779152 9856040960 11533 33554432000 1073741824 1073778376 140736311436096 140034813512424 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20086] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20086/stat : 20086 (java) S 20071 20074 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11779152 9856040960 11533 33554432000 1073741824 1073778376 140736311436096 140034812458488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20087] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20087/stat : 20087 (java) S 20071 20074 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11779152 9856040960 11533 33554432000 1073741824 1073778376 140736311436096 140034811406088 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20088] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20088/stat : 20088 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779155 9856040960 11533 33554432000 1073741824 1073778376 140736311436096 140034810354576 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20089] ppid=20071 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/20074/task/20089/stat : 20089 (java) S 20071 20074 19879 0 -1 4202560 1112 0 0 0 13 0 0 0 20 0 19 0 11779155 9856040960 11533 33554432000 1073741824 1073778376 140736311436096 140034809301176 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20090] ppid=20071 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20074/task/20090/stat : 20090 (java) S 20071 20074 19879 0 -1 4202560 2874 0 0 0 20 0 0 0 20 0 19 0 11779155 9856040960 11533 33554432000 1073741824 1073778376 140736311436096 140034808248376 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20074/tid=20091] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20091/stat : 20091 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779155 9856040960 11533 33554432000 1073741824 1073778376 140736311436096 140034807196280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20074/tid=20092] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20092/stat : 20092 (java) S 20071 20074 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11779155 9856040960 11533 33554432000 1073741824 1073778376 140736311436096 140034806143688 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20093] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20093/stat : 20093 (java) S 20071 20074 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11779165 9856040960 11533 33554432000 1073741824 1073778376 140736311436096 140034805089704 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.64
Current children cumulated vsize (KiB) 9625040


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

[pid=20074/tid=20086] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20086/stat : 20086 (java) S 20071 20074 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11779152 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034812458488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20087] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20087/stat : 20087 (java) S 20071 20074 19879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11779152 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034811406088 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20088] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20088/stat : 20088 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779155 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034810354576 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20089] ppid=20071 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/20074/task/20089/stat : 20089 (java) S 20071 20074 19879 0 -1 4202560 1112 0 0 0 13 0 0 0 20 0 19 0 11779155 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034809301176 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20090] ppid=20071 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/20074/task/20090/stat : 20090 (java) S 20071 20074 19879 0 -1 4202560 2995 0 0 0 23 0 0 0 20 0 19 0 11779155 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034808248376 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20074/tid=20091] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20091/stat : 20091 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779155 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034807196280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20074/tid=20092] ppid=20071 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/20074/task/20092/stat : 20092 (java) S 20071 20074 19879 0 -1 4202560 99 0 0 0 19 29 0 0 20 0 19 0 11779155 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034806143688 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20093] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20093/stat : 20093 (java) S 20071 20074 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11779165 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034805089704 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1723.26
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.08 2.04 1.93 3/213 20484
/proc/meminfo: memFree=28490476/32872528 swapFree=7620/7620
[pid=20074] ppid=20071 vsize=9625040 CPUtime=1783.27 cores=1,3,5,7
/proc/20074/stat : 20074 (java) S 20071 20074 19879 0 -1 4202496 8218 0 1 0 178294 33 0 0 20 0 19 0 11779149 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140736311427232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20074/statm: 2406260 59530 2272 9 0 2396937 0
[pid=20074/tid=20076] ppid=20071 vsize=9625040 CPUtime=1782.15 cores=1,3,5,7
/proc/20074/task/20076/stat : 20076 (java) R 20071 20074 19879 0 -1 4202560 2540 0 1 0 178184 31 0 0 20 0 19 0 11779150 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034989567776 140034929742178 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20074/tid=20077] ppid=20071 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/20074/task/20077/stat : 20077 (java) S 20071 20074 19879 0 -1 4202560 24 0 0 0 6 2 0 0 20 0 19 0 11779151 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034928306984 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20074/tid=20078] ppid=20071 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/20074/task/20078/stat : 20078 (java) S 20071 20074 19879 0 -1 4202560 12 0 0 0 6 0 0 0 20 0 19 0 11779151 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034927254184 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20079] ppid=20071 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/20074/task/20079/stat : 20079 (java) S 20071 20074 19879 0 -1 4202560 17 0 0 0 4 1 0 0 20 0 19 0 11779151 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034830973992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20074/tid=20080] ppid=20071 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/20074/task/20080/stat : 20080 (java) S 20071 20074 19879 0 -1 4202560 31 0 0 0 8 2 0 0 20 0 19 0 11779151 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034829921192 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20074/tid=20081] ppid=20071 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/20074/task/20081/stat : 20081 (java) S 20071 20074 19879 0 -1 4202560 11 0 0 0 5 0 0 0 20 0 19 0 11779151 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034828867880 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20082] ppid=20071 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/20074/task/20082/stat : 20082 (java) S 20071 20074 19879 0 -1 4202560 28 0 0 0 10 2 0 0 20 0 19 0 11779151 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034827815080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20083] ppid=20071 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/20074/task/20083/stat : 20083 (java) S 20071 20074 19879 0 -1 4202560 26 0 0 0 9 1 0 0 20 0 19 0 11779151 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034826762792 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20074/tid=20084] ppid=20071 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/20074/task/20084/stat : 20084 (java) S 20071 20074 19879 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 19 0 11779151 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034825709992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20085] ppid=20071 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20074/task/20085/stat : 20085 (java) S 20071 20074 19879 0 -1 4202560 43 0 0 0 1 0 0 0 20 0 19 0 11779152 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034813512424 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20074/tid=20086] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20086/stat : 20086 (java) S 20071 20074 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11779152 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034812458488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20087] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20087/stat : 20087 (java) S 20071 20074 19879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11779152 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034811406088 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20088] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20088/stat : 20088 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779155 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034810354576 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20089] ppid=20071 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/20074/task/20089/stat : 20089 (java) S 20071 20074 19879 0 -1 4202560 1112 0 0 0 13 0 0 0 20 0 19 0 11779155 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034809301176 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20090] ppid=20071 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/20074/task/20090/stat : 20090 (java) S 20071 20074 19879 0 -1 4202560 2995 0 0 0 23 0 0 0 20 0 19 0 11779155 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034808248376 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20074/tid=20091] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20091/stat : 20091 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779155 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034807196280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20074/tid=20092] ppid=20071 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/20074/task/20092/stat : 20092 (java) S 20071 20074 19879 0 -1 4202560 103 0 0 0 21 30 0 0 20 0 19 0 11779155 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034806143688 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20093] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20093/stat : 20093 (java) S 20071 20074 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11779165 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034805089704 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1783.27
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.1 s]
/proc/loadavg: 2.06 2.04 1.93 3/213 20485
/proc/meminfo: memFree=28486244/32872528 swapFree=7620/7620
[pid=20074] ppid=20071 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/20074/stat : 20074 (java) S 20071 20074 19879 0 -1 4202496 8218 0 1 0 179974 33 0 0 20 0 19 0 11779149 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140736311427232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20074/statm: 2406260 59530 2272 9 0 2396937 0
[pid=20074/tid=20076] ppid=20071 vsize=9625040 CPUtime=1798.95 cores=1,3,5,7
/proc/20074/task/20076/stat : 20076 (java) R 20071 20074 19879 0 -1 4202560 2540 0 1 0 179864 31 0 0 20 0 19 0 11779150 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034989567776 140034929758450 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20074/tid=20077] ppid=20071 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/20074/task/20077/stat : 20077 (java) S 20071 20074 19879 0 -1 4202560 24 0 0 0 6 2 0 0 20 0 19 0 11779151 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034928306984 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20074/tid=20078] ppid=20071 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/20074/task/20078/stat : 20078 (java) S 20071 20074 19879 0 -1 4202560 12 0 0 0 6 0 0 0 20 0 19 0 11779151 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034927254184 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20079] ppid=20071 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/20074/task/20079/stat : 20079 (java) S 20071 20074 19879 0 -1 4202560 17 0 0 0 4 1 0 0 20 0 19 0 11779151 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034830973992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20074/tid=20080] ppid=20071 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/20074/task/20080/stat : 20080 (java) S 20071 20074 19879 0 -1 4202560 31 0 0 0 8 2 0 0 20 0 19 0 11779151 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034829921192 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20074/tid=20081] ppid=20071 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/20074/task/20081/stat : 20081 (java) S 20071 20074 19879 0 -1 4202560 11 0 0 0 5 0 0 0 20 0 19 0 11779151 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034828867880 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20082] ppid=20071 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/20074/task/20082/stat : 20082 (java) S 20071 20074 19879 0 -1 4202560 28 0 0 0 10 2 0 0 20 0 19 0 11779151 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034827815080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20083] ppid=20071 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/20074/task/20083/stat : 20083 (java) S 20071 20074 19879 0 -1 4202560 26 0 0 0 9 1 0 0 20 0 19 0 11779151 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034826762792 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20074/tid=20084] ppid=20071 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/20074/task/20084/stat : 20084 (java) S 20071 20074 19879 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 19 0 11779151 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034825709992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20085] ppid=20071 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20074/task/20085/stat : 20085 (java) S 20071 20074 19879 0 -1 4202560 43 0 0 0 1 0 0 0 20 0 19 0 11779152 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034813512424 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20074/tid=20086] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20086/stat : 20086 (java) S 20071 20074 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11779152 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034812458488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20087] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20087/stat : 20087 (java) S 20071 20074 19879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11779152 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034811406088 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20088] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20088/stat : 20088 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779155 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034810354576 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20089] ppid=20071 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/20074/task/20089/stat : 20089 (java) S 20071 20074 19879 0 -1 4202560 1112 0 0 0 13 0 0 0 20 0 19 0 11779155 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034809301176 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20090] ppid=20071 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/20074/task/20090/stat : 20090 (java) S 20071 20074 19879 0 -1 4202560 2995 0 0 0 23 0 0 0 20 0 19 0 11779155 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034808248376 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20074/tid=20091] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20091/stat : 20091 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779155 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034807196280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20074/tid=20092] ppid=20071 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/20074/task/20092/stat : 20092 (java) S 20071 20074 19879 0 -1 4202560 103 0 0 0 21 30 0 0 20 0 19 0 11779155 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034806143688 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20093] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20093/stat : 20093 (java) S 20071 20074 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11779165 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034805089704 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 20074 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1799.1 s]
/proc/loadavg: 2.06 2.04 1.93 3/213 20485
/proc/meminfo: memFree=28486244/32872528 swapFree=7620/7620
[pid=20074] ppid=20071 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/20074/stat : 20074 (java) S 20071 20074 19879 0 -1 4202496 8218 0 1 0 179974 33 0 0 20 0 19 0 11779149 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140736311427232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20074/statm: 2406260 59530 2272 9 0 2396937 0
[pid=20074/tid=20076] ppid=20071 vsize=9625040 CPUtime=1798.95 cores=1,3,5,7
/proc/20074/task/20076/stat : 20076 (java) R 20071 20074 19879 0 -1 4202560 2540 0 1 0 179864 31 0 0 20 0 19 0 11779150 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034989567776 140034929758450 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20074/tid=20077] ppid=20071 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/20074/task/20077/stat : 20077 (java) S 20071 20074 19879 0 -1 4202560 24 0 0 0 6 2 0 0 20 0 19 0 11779151 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034928306984 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20074/tid=20078] ppid=20071 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/20074/task/20078/stat : 20078 (java) S 20071 20074 19879 0 -1 4202560 12 0 0 0 6 0 0 0 20 0 19 0 11779151 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034927254184 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20079] ppid=20071 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/20074/task/20079/stat : 20079 (java) S 20071 20074 19879 0 -1 4202560 17 0 0 0 4 1 0 0 20 0 19 0 11779151 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034830973992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20074/tid=20080] ppid=20071 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/20074/task/20080/stat : 20080 (java) S 20071 20074 19879 0 -1 4202560 31 0 0 0 8 2 0 0 20 0 19 0 11779151 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034829921192 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20074/tid=20081] ppid=20071 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/20074/task/20081/stat : 20081 (java) S 20071 20074 19879 0 -1 4202560 11 0 0 0 5 0 0 0 20 0 19 0 11779151 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034828867880 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20082] ppid=20071 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/20074/task/20082/stat : 20082 (java) S 20071 20074 19879 0 -1 4202560 28 0 0 0 10 2 0 0 20 0 19 0 11779151 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034827815080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20083] ppid=20071 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/20074/task/20083/stat : 20083 (java) S 20071 20074 19879 0 -1 4202560 26 0 0 0 9 1 0 0 20 0 19 0 11779151 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034826762792 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20074/tid=20084] ppid=20071 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/20074/task/20084/stat : 20084 (java) S 20071 20074 19879 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 19 0 11779151 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034825709992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20085] ppid=20071 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20074/task/20085/stat : 20085 (java) S 20071 20074 19879 0 -1 4202560 43 0 0 0 1 0 0 0 20 0 19 0 11779152 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034813512424 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20074/tid=20086] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20086/stat : 20086 (java) S 20071 20074 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11779152 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034812458488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20087] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20087/stat : 20087 (java) S 20071 20074 19879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11779152 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034811406088 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20088] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20088/stat : 20088 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779155 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034810354576 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20089] ppid=20071 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/20074/task/20089/stat : 20089 (java) S 20071 20074 19879 0 -1 4202560 1112 0 0 0 13 0 0 0 20 0 19 0 11779155 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034809301176 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20090] ppid=20071 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/20074/task/20090/stat : 20090 (java) S 20071 20074 19879 0 -1 4202560 2995 0 0 0 23 0 0 0 20 0 19 0 11779155 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034808248376 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20074/tid=20091] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20091/stat : 20091 (java) S 20071 20074 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11779155 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034807196280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20074/tid=20092] ppid=20071 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/20074/task/20092/stat : 20092 (java) S 20071 20074 19879 0 -1 4202560 103 0 0 0 21 30 0 0 20 0 19 0 11779155 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034806143688 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20074/tid=20093] ppid=20071 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20074/task/20093/stat : 20093 (java) S 20071 20074 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11779165 9856040960 59530 33554432000 1073741824 1073778376 140736311436096 140034805089704 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1799.18
CPU time (s): 1800.91
CPU user time (s): 1800.04
CPU system time (s): 0.873867
CPU usage (%): 100.096
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.04
system time used= 0.873867
maximum resident set size= 263672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8519
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38222
involuntary context switches= 3763

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2734 second user time and 13.381 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-30 19:47:10
IDJOB=4120054
IDBENCH=109684
IDSOLVER=2546
FILE ID=node106/4120054-1467308830
RUNJOBID= node106-1467308742-19896
PBS_JOBID= 20005279
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-66.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120054-1467308830/watcher-4120054-1467308830 -o /tmp/evaluation-result-4120054-1467308830/solver-4120054-1467308830 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467308742-19896 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120054-1467308830.opb

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

MD5SUM BENCH= 93aa80962d5d3efcc6dbb439d625d06c
RANDOM SEED=1614720800

node106.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.495
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	: 5332.99
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.495
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.56
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.495
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.495
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.495
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.56
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.495
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.495
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.495
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:        28772856 kB
Buffers:           76616 kB
Cached:          3131216 kB
SwapCached:            0 kB
Active:          2454696 kB
Inactive:         869460 kB
Active(anon):     103068 kB
Inactive(anon):    15724 kB
Active(file):    2351628 kB
Inactive(file):   853736 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               432 kB
Writeback:             0 kB
AnonPages:        198924 kB
Mapped:            23388 kB
Shmem:               204 kB
Slab:             625396 kB
SReclaimable:      68828 kB
SUnreclaim:       556568 kB
KernelStack:        1760 kB
PageTables:         4216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     695836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    163840 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= 71748 MiB
End job on node106 at 2016-06-30 20:17:09