Trace number 4121590

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.02 1798.64

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n68-d3-i3-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM6de712e3775ce558fc73b20148b053e9
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 benchmark2.25866
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables102
Total number of constraints272
Number of constraints which are clauses272
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4121590-1467315168.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  no objective function found
0.07/0.17	c ... done. Wall clock time 0.041s.
0.07/0.17	c declared #vars     102
0.07/0.17	c #constraints  272
0.07/0.17	c constraints type 
0.07/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 272
0.07/0.17	c 272 constraints processed.
0.74/0.50	c cleaning 2501 clauses out of 5001 with flag 23139/5001
1.22/0.92	c cleaning 4248 clauses out of 8499 with flag 53578/11000
1.82/1.51	c cleaning 5626 clauses out of 11252 with flag 89593/18001
2.53/2.25	c cleaning 6812 clauses out of 13625 with flag 130010/26000
3.25/2.92	c cleaning 7906 clauses out of 15813 with flag 169142/35000
3.85/3.58	c cleaning 8953 clauses out of 17908 with flag 216732/45001
4.75/4.44	c cleaning 9976 clauses out of 19955 with flag 264528/56001
5.85/5.51	c cleaning 10988 clauses out of 21979 with flag 314516/68001
7.15/6.80	c cleaning 11993 clauses out of 23990 with flag 367230/81000
8.64/8.31	c cleaning 12993 clauses out of 25998 with flag 421811/95001
10.54/10.26	c cleaning 14000 clauses out of 28005 with flag 479627/110001
12.94/12.61	c cleaning 15002 clauses out of 30005 with flag 545124/126001
15.15/14.90	c cleaning 16001 clauses out of 32002 with flag 611442/143000
17.85/17.51	c cleaning 16998 clauses out of 34001 with flag 681232/161000
20.45/20.18	c cleaning 17997 clauses out of 36003 with flag 750236/180000
23.75/23.40	c cleaning 18998 clauses out of 38007 with flag 825489/200001
27.35/27.00	c cleaning 20004 clauses out of 40009 with flag 907284/221001
31.26/30.93	c cleaning 21002 clauses out of 42004 with flag 991515/243000
35.75/35.45	c cleaning 21996 clauses out of 44002 with flag 1082357/266000
40.34/40.09	c cleaning 23002 clauses out of 46006 with flag 1185394/290000
45.24/44.92	c cleaning 24001 clauses out of 48004 with flag 1283802/315000
50.24/49.94	c cleaning 24999 clauses out of 50003 with flag 1384895/341000
55.93/55.61	c cleaning 26003 clauses out of 52005 with flag 1494861/368001
62.14/61.87	c cleaning 27001 clauses out of 54001 with flag 1611306/396000
68.74/68.42	c cleaning 28001 clauses out of 56001 with flag 1725558/425001
76.04/75.72	c cleaning 29000 clauses out of 57999 with flag 1842944/455000
83.84/83.60	c cleaning 29999 clauses out of 59999 with flag 1961454/486000
90.99/90.60	c cleaning 30995 clauses out of 62001 with flag 2094544/518001
98.79/98.47	c cleaning 31995 clauses out of 64005 with flag 2237034/551000
108.99/108.63	c cleaning 33002 clauses out of 66010 with flag 2374899/585000
117.89/117.55	c cleaning 33997 clauses out of 68008 with flag 2530488/620000
127.68/127.35	c cleaning 35003 clauses out of 70012 with flag 2682018/656001
139.38/139.09	c cleaning 35999 clauses out of 72009 with flag 2853968/693001
151.87/151.50	c cleaning 37004 clauses out of 74010 with flag 3026615/731001
164.07/163.75	c cleaning 38000 clauses out of 76006 with flag 3201018/770001
176.96/176.62	c cleaning 39003 clauses out of 78006 with flag 3375004/810001
190.15/189.81	c cleaning 40000 clauses out of 80002 with flag 3555062/851000
204.40/204.04	c cleaning 41002 clauses out of 82003 with flag 3741087/893001
217.70/217.36	c cleaning 41998 clauses out of 84001 with flag 3928460/936001
230.99/230.66	c cleaning 42999 clauses out of 86002 with flag 4122595/980000
248.48/248.11	c cleaning 43997 clauses out of 88004 with flag 4323431/1025001
265.68/265.34	c cleaning 45001 clauses out of 90006 with flag 4532435/1071000
282.99/282.66	c cleaning 46001 clauses out of 92006 with flag 4740493/1118001
301.80/301.44	c cleaning 47003 clauses out of 94005 with flag 4952507/1166001
320.39/320.04	c cleaning 47999 clauses out of 96001 with flag 5162242/1215000
341.99/341.63	c cleaning 48997 clauses out of 98003 with flag 5377289/1265001
367.59/367.25	c cleaning 50000 clauses out of 100006 with flag 5600785/1316001
393.70/393.33	c cleaning 50998 clauses out of 102006 with flag 5828460/1368001
417.20/416.88	c cleaning 52002 clauses out of 104007 with flag 6064405/1421000
444.10/443.70	c cleaning 52999 clauses out of 106006 with flag 6297926/1475001
471.11/470.75	c cleaning 54001 clauses out of 108007 with flag 6542370/1530001
492.61/492.26	c cleaning 54999 clauses out of 110005 with flag 6792720/1586000
522.51/522.17	c cleaning 56003 clauses out of 112006 with flag 7039442/1643000
552.71/552.34	c cleaning 56992 clauses out of 114003 with flag 7296241/1701000
587.42/587.07	c cleaning 58004 clauses out of 116012 with flag 7559577/1760001
624.29/623.87	c cleaning 59004 clauses out of 118007 with flag 7830001/1820000
660.29/659.84	c cleaning 60001 clauses out of 120003 with flag 8102343/1881000
697.70/697.24	c cleaning 60998 clauses out of 122002 with flag 8378861/1943000
737.21/736.71	c cleaning 61998 clauses out of 124004 with flag 8656668/2006000
782.92/782.46	c cleaning 62999 clauses out of 126007 with flag 8945127/2070001
822.83/822.35	c cleaning 64003 clauses out of 128007 with flag 9240173/2135000
870.64/870.16	c cleaning 65001 clauses out of 130005 with flag 9529708/2201001
926.25/925.73	c cleaning 65998 clauses out of 132003 with flag 9826875/2268000
978.77/978.22	c cleaning 66998 clauses out of 134005 with flag 10128782/2336000
1034.07/1033.52	c cleaning 67999 clauses out of 136007 with flag 10431970/2405000
1092.89/1092.39	c cleaning 69004 clauses out of 138009 with flag 10739866/2475001
1159.39/1158.83	c cleaning 70001 clauses out of 140005 with flag 11052649/2546001
1224.21/1223.61	c cleaning 70999 clauses out of 142003 with flag 11369276/2618000
1299.21/1298.66	c cleaning 71999 clauses out of 144005 with flag 11691477/2691001
1368.48/1367.81	c cleaning 73001 clauses out of 146006 with flag 12020276/2765001
1437.79/1437.16	c cleaning 74001 clauses out of 148005 with flag 12355505/2840001
1511.30/1510.62	c cleaning 74999 clauses out of 150004 with flag 12692089/2916001
1585.01/1584.36	c cleaning 76000 clauses out of 152005 with flag 13031796/2993001
1667.88/1666.60	c cleaning 76996 clauses out of 154005 with flag 13374083/3071001
1767.30/1765.97	c cleaning 78001 clauses out of 156009 with flag 13703366/3150001
1800.02/1798.61	c starts		: 1902
1800.02/1798.61	c conflicts		: 3193768
1800.02/1798.61	c decisions		: 4078756
1800.02/1798.61	c propagations		: 25754291
1800.02/1798.61	c inspects		: 40617705284
1800.02/1798.61	c shortcuts		: 0
1800.02/1798.61	c learnt literals	: 0
1800.02/1798.61	c learnt binary clauses	: 1
1800.02/1798.61	c learnt ternary clauses	: 1
1800.02/1798.61	c learnt constraints	: 3193768
1800.02/1798.61	c ignored constraints	: 0
1800.02/1798.61	c root simplifications	: 0
1800.02/1798.61	c removed literals (reason simplification)	: 0
1800.02/1798.61	c reason swapping (by a shorter reason)	: 0
1800.02/1798.61	c Calls to reduceDB	: 75
1800.02/1798.61	c Number of update (reduction) of LBD	: 231467
1800.02/1798.61	c Imported unit clauses	: 0
1800.02/1798.61	c timeout
1800.02/1798.61	c number of reductions to clauses (during analyze)	: 0
1800.02/1798.61	c number of learned constraints concerned by reduction	: 0
1800.02/1798.61	c number of learning phase by resolution	: 0
1800.02/1798.61	c number of learning phase by cutting planes	: 0
1800.02/1798.61	c speed (assignments/second)	: 14320.34412026861
1800.02/1798.61	c non guided choices	487
1800.02/1798.64	c learnt constraints type 
1800.02/1798.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.02/1798.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 121774
1800.02/1798.64	s UNKNOWN
1800.02/1798.64	c Total wall clock time (in seconds): 1798.511

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-4121590-1467315168/watcher-4121590-1467315168 -o /tmp/evaluation-result-4121590-1467315168/solver-4121590-1467315168 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467310932-25492 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4121590-1467315168.opb 

pid=27090
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: 2.28 2.26 2.20 2/196 27093
/proc/meminfo: memFree=29750540/32872528 swapFree=1484672/1662500
[pid=27093] ppid=27090 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/27093/stat : 27093 (java) D 27090 27093 21085 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 12469368 9515008 176 33554432000 1073741824 1073778376 140734462616912 140734462599640 273905697680 0 0 4096 0 18446744072100756772 0 0 17 0 0 0 0 0 0
/proc/27093/statm: 2323 176 133 9 0 71 0

[startup+0.100115 s]
/proc/loadavg: 2.28 2.26 2.20 2/196 27093
/proc/meminfo: memFree=29750540/32872528 swapFree=1484672/1662500
[pid=27093] ppid=27090 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/27093/stat : 27093 (java) S 27090 27093 21085 0 -1 4202496 4091 0 1 0 6 1 0 0 20 0 18 0 12469368 9787879424 5205 33554432000 1073741824 1073778376 140736945907568 140736945898704 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27093/statm: 2389619 5216 2052 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200295 s]
/proc/loadavg: 2.28 2.26 2.20 2/196 27093
/proc/meminfo: memFree=29750540/32872528 swapFree=1484672/1662500
[pid=27093] ppid=27090 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/27093/stat : 27093 (java) S 27090 27093 21085 0 -1 4202496 5091 0 1 0 22 1 0 0 20 0 19 0 12469368 9856040960 6494 33554432000 1073741824 1073778376 140736945907568 140736945898704 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27093/statm: 2406260 6497 2212 9 0 2396937 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9625040

[startup+0.300263 s]
/proc/loadavg: 2.28 2.26 2.20 2/196 27093
/proc/meminfo: memFree=29750540/32872528 swapFree=1484672/1662500
[pid=27093] ppid=27090 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/27093/stat : 27093 (java) S 27090 27093 21085 0 -1 4202496 7240 0 1 0 46 2 0 0 20 0 19 0 12469368 9856040960 7978 33554432000 1073741824 1073778376 140736945907568 140736945898704 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27093/statm: 2406260 7978 2236 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.70019 s]
/proc/loadavg: 2.28 2.26 2.20 2/196 27093
/proc/meminfo: memFree=29750540/32872528 swapFree=1484672/1662500
[pid=27093] ppid=27090 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/27093/stat : 27093 (java) S 27090 27093 21085 0 -1 4202496 8760 0 1 0 98 2 0 0 20 0 19 0 12469368 9856040960 8793 33554432000 1073741824 1073778376 140736945907568 140736945898704 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27093/statm: 2406260 8793 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.28 2.26 2.20 3/215 27112
/proc/meminfo: memFree=29717380/32872528 swapFree=1484672/1662500
[pid=27093] ppid=27090 vsize=9625040 CPUtime=1.82 cores=0,2,4,6
/proc/27093/stat : 27093 (java) S 27090 27093 21085 0 -1 4202496 8765 0 1 0 180 2 0 0 20 0 19 0 12469368 9856040960 10330 33554432000 1073741824 1073778376 140736945907568 140736945898704 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27093/statm: 2406260 10330 2249 9 0 2396937 0
[pid=27093/tid=27095] ppid=27090 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/27093/task/27095/stat : 27095 (java) R 27090 27093 21085 0 -1 4202560 2402 0 1 0 144 1 0 0 20 0 19 0 12469369 9856040960 10330 33554432000 1073741824 1073778376 140736945907568 139635214631384 139635041189955 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27093/tid=27096] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27096/stat : 27096 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469371 9856040960 10330 33554432000 1073741824 1073778376 140736945907568 139635176122792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27097] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27097/stat : 27097 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469371 9856040960 10330 33554432000 1073741824 1073778376 140736945907568 139635175070248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27093/tid=27098] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27098/stat : 27098 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469371 9856040960 10330 33554432000 1073741824 1073778376 140736945907568 139635174017192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27093/tid=27099] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27099/stat : 27099 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469371 9856040960 10330 33554432000 1073741824 1073778376 140736945907568 139635172964648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27093/tid=27100] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27100/stat : 27100 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469371 9856040960 10330 33554432000 1073741824 1073778376 140736945907568 139635171912616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27101] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27101/stat : 27101 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469371 9856040960 10330 33554432000 1073741824 1073778376 140736945907568 139635170860072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27093/tid=27102] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27102/stat : 27102 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469371 9856040960 10330 33554432000 1073741824 1073778376 140736945907568 139635169807016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27103] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27103/stat : 27103 (java) S 27090 27093 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12469371 9856040960 10330 33554432000 1073741824 1073778376 140736945907568 139635168754472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27104] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27104/stat : 27104 (java) S 27090 27093 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12469372 9856040960 10330 33554432000 1073741824 1073778376 140736945907568 139635038603624 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27105] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27105/stat : 27105 (java) S 27090 27093 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12469372 9856040960 10330 33554432000 1073741824 1073778376 140736945907568 139635037549944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27106] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27106/stat : 27106 (java) S 27090 27093 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12469372 9856040960 10330 33554432000 1073741824 1073778376 140736945907568 139635036496776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27107] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27107/stat : 27107 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469375 9856040960 10330 33554432000 1073741824 1073778376 140736945907568 139635035445520 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27108] ppid=27090 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/27093/task/27108/stat : 27108 (java) S 27090 27093 21085 0 -1 4202560 2901 0 0 0 17 0 0 0 20 0 19 0 12469375 9856040960 10330 33554432000 1073741824 1073778376 140736945907568 139635034393400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27109] ppid=27090 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/27093/task/27109/stat : 27109 (java) S 27090 27093 21085 0 -1 4202560 2191 0 0 0 15 0 0 0 20 0 19 0 12469375 9856040960 10330 33554432000 1073741824 1073778376 140736945907568 139635033340856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27093/tid=27110] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27110/stat : 27110 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469375 9856040960 10330 33554432000 1073741824 1073778376 140736945907568 139635032287992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27093/tid=27111] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27111/stat : 27111 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469375 9856040960 10330 33554432000 1073741824 1073778376 140736945907568 139635031235656 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27112] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27112/stat : 27112 (java) S 27090 27093 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12469385 9856040960 10330 33554432000 1073741824 1073778376 140736945907568 139635030180904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.25 2.26 2.20 3/215 27112
/proc/meminfo: memFree=29712664/32872528 swapFree=1484672/1662500
[pid=27093] ppid=27090 vsize=9625040 CPUtime=3.45 cores=0,2,4,6
/proc/27093/stat : 27093 (java) S 27090 27093 21085 0 -1 4202496 8769 0 1 0 343 2 0 0 20 0 19 0 12469368 9856040960 11356 33554432000 1073741824 1073778376 140736945907568 140736945898704 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27093/statm: 2406260 11356 2249 9 0 2396937 0
[pid=27093/tid=27095] ppid=27090 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/27093/task/27095/stat : 27095 (java) R 27090 27093 21085 0 -1 4202560 2404 0 1 0 304 1 0 0 20 0 19 0 12469369 9856040960 11356 33554432000 1073741824 1073778376 140736945907568 139635214622400 139635041189955 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27093/tid=27096] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27096/stat : 27096 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469371 9856040960 11356 33554432000 1073741824 1073778376 140736945907568 139635176122792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27097] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27097/stat : 27097 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469371 9856040960 11356 33554432000 1073741824 1073778376 140736945907568 139635175070248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27093/tid=27098] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27098/stat : 27098 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469371 9856040960 11356 33554432000 1073741824 1073778376 140736945907568 139635174017192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27093/tid=27099] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27099/stat : 27099 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469371 9856040960 11356 33554432000 1073741824 1073778376 140736945907568 139635172964648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27093/tid=27100] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27100/stat : 27100 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469371 9856040960 11356 33554432000 1073741824 1073778376 140736945907568 139635171912616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27101] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27101/stat : 27101 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469371 9856040960 11356 33554432000 1073741824 1073778376 140736945907568 139635170860072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27093/tid=27102] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27102/stat : 27102 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469371 9856040960 11356 33554432000 1073741824 1073778376 140736945907568 139635169807016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27103] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27103/stat : 27103 (java) S 27090 27093 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12469371 9856040960 11356 33554432000 1073741824 1073778376 140736945907568 139635168754472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27104] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27104/stat : 27104 (java) S 27090 27093 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12469372 9856040960 11356 33554432000 1073741824 1073778376 140736945907568 139635038603624 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27105] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27105/stat : 27105 (java) S 27090 27093 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12469372 9856040960 11356 33554432000 1073741824 1073778376 140736945907568 139635037549944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27106] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27106/stat : 27106 (java) S 27090 27093 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12469372 9856040960 11356 33554432000 1073741824 1073778376 140736945907568 139635036496776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27107] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27107/stat : 27107 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469375 9856040960 11356 33554432000 1073741824 1073778376 140736945907568 139635035445520 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27108] ppid=27090 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/27093/task/27108/stat : 27108 (java) S 27090 27093 21085 0 -1 4202560 2901 0 0 0 17 0 0 0 20 0 19 0 12469375 9856040960 11356 33554432000 1073741824 1073778376 140736945907568 139635034393400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27109] ppid=27090 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/27093/task/27109/stat : 27109 (java) S 27090 27093 21085 0 -1 4202560 2193 0 0 0 18 0 0 0 20 0 19 0 12469375 9856040960 11356 33554432000 1073741824 1073778376 140736945907568 139635033340856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27093/tid=27110] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27110/stat : 27110 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469375 9856040960 11356 33554432000 1073741824 1073778376 140736945907568 139635032287992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27093/tid=27111] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27111/stat : 27111 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469375 9856040960 11356 33554432000 1073741824 1073778376 140736945907568 139635031235656 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27112] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27112/stat : 27112 (java) S 27090 27093 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12469385 9856040960 11356 33554432000 1073741824 1073778376 140736945907568 139635030180904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.25 2.26 2.20 3/215 27112
/proc/meminfo: memFree=29704476/32872528 swapFree=1484672/1662500
[pid=27093] ppid=27090 vsize=9625040 CPUtime=6.65 cores=0,2,4,6
/proc/27093/stat : 27093 (java) S 27090 27093 21085 0 -1 4202496 8773 0 1 0 663 2 0 0 20 0 19 0 12469368 9856040960 12317 33554432000 1073741824 1073778376 140736945907568 140736945898704 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27093/statm: 2406260 12317 2250 9 0 2396937 0
[pid=27093/tid=27095] ppid=27090 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/27093/task/27095/stat : 27095 (java) R 27090 27093 21085 0 -1 4202560 2407 0 1 0 623 1 0 0 20 0 19 0 12469369 9856040960 12317 33554432000 1073741824 1073778376 140736945907568 139635214622400 139635041141760 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27093/tid=27096] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27096/stat : 27096 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469371 9856040960 12317 33554432000 1073741824 1073778376 140736945907568 139635176122792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27097] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27097/stat : 27097 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469371 9856040960 12317 33554432000 1073741824 1073778376 140736945907568 139635175070248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27093/tid=27098] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27098/stat : 27098 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469371 9856040960 12317 33554432000 1073741824 1073778376 140736945907568 139635174017192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27093/tid=27099] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27099/stat : 27099 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469371 9856040960 12317 33554432000 1073741824 1073778376 140736945907568 139635172964648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27093/tid=27100] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27100/stat : 27100 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469371 9856040960 12317 33554432000 1073741824 1073778376 140736945907568 139635171912616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27101] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27101/stat : 27101 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469371 9856040960 12317 33554432000 1073741824 1073778376 140736945907568 139635170860072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27093/tid=27102] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27102/stat : 27102 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469371 9856040960 12317 33554432000 1073741824 1073778376 140736945907568 139635169807016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27103] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27103/stat : 27103 (java) S 27090 27093 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12469371 9856040960 12317 33554432000 1073741824 1073778376 140736945907568 139635168754472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27104] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27104/stat : 27104 (java) S 27090 27093 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12469372 9856040960 12317 33554432000 1073741824 1073778376 140736945907568 139635038603624 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27105] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27105/stat : 27105 (java) S 27090 27093 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12469372 9856040960 12317 33554432000 1073741824 1073778376 140736945907568 139635037549944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27106] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27106/stat : 27106 (java) S 27090 27093 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12469372 9856040960 12317 33554432000 1073741824 1073778376 140736945907568 139635036496776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27107] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27107/stat : 27107 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469375 9856040960 12317 33554432000 1073741824 1073778376 140736945907568 139635035445520 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27108] ppid=27090 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/27093/task/27108/stat : 27108 (java) S 27090 27093 21085 0 -1 4202560 2901 0 0 0 17 0 0 0 20 0 19 0 12469375 9856040960 12317 33554432000 1073741824 1073778376 140736945907568 139635034393400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27109] ppid=27090 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/27093/task/27109/stat : 27109 (java) S 27090 27093 21085 0 -1 4202560 2193 0 0 0 18 0 0 0 20 0 19 0 12469375 9856040960 12317 33554432000 1073741824 1073778376 140736945907568 139635033340856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27093/tid=27110] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27110/stat : 27110 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469375 9856040960 12317 33554432000 1073741824 1073778376 140736945907568 139635032287992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27093/tid=27111] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27111/stat : 27111 (java) S 27090 27093 21085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12469375 9856040960 12317 33554432000 1073741824 1073778376 140736945907568 139635031235656 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27112] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27112/stat : 27112 (java) S 27090 27093 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12469385 9856040960 12317 33554432000 1073741824 1073778376 140736945907568 139635030180904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.65
Current children cumulated vsize (KiB) 9625040


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

[pid=27093/tid=27112] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27112/stat : 27112 (java) S 27090 27093 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12469385 9856040960 53080 33554432000 1073741824 1073778376 140736945907568 139635030180904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1663.15
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.27 2.25 2.19 3/216 27309
/proc/meminfo: memFree=29643492/32872528 swapFree=1484672/1662500
[pid=27093] ppid=27090 vsize=9625040 CPUtime=1723.7 cores=0,2,4,6
/proc/27093/stat : 27093 (java) S 27090 27093 21085 0 -1 4202496 20040 0 1 0 172335 35 0 0 20 0 19 0 12469368 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 140736945898704 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27093/statm: 2406260 53608 2272 9 0 2396937 0
[pid=27093/tid=27095] ppid=27090 vsize=9625040 CPUtime=1717.67 cores=0,2,4,6
/proc/27093/task/27095/stat : 27095 (java) R 27090 27093 21085 0 -1 4202560 2478 0 1 0 171737 30 0 0 20 0 19 0 12469369 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635214622384 139635041387255 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27096] ppid=27090 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27093/task/27096/stat : 27096 (java) S 27090 27093 21085 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 12469371 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635176122792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27093/tid=27097] ppid=27090 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27093/task/27097/stat : 27097 (java) S 27090 27093 21085 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 12469371 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635175070248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27098] ppid=27090 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27093/task/27098/stat : 27098 (java) S 27090 27093 21085 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 12469371 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635174017192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27093/tid=27099] ppid=27090 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27093/task/27099/stat : 27099 (java) S 27090 27093 21085 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 12469371 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635172964648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27093/tid=27100] ppid=27090 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27093/task/27100/stat : 27100 (java) S 27090 27093 21085 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 12469371 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635171912616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27093/tid=27101] ppid=27090 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27093/task/27101/stat : 27101 (java) S 27090 27093 21085 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 12469371 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635170860072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27093/tid=27102] ppid=27090 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27093/task/27102/stat : 27102 (java) S 27090 27093 21085 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 12469371 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635169807016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27093/tid=27103] ppid=27090 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27093/task/27103/stat : 27103 (java) S 27090 27093 21085 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 12469371 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635168754472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27093/tid=27104] ppid=27090 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27093/task/27104/stat : 27104 (java) S 27090 27093 21085 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 12469372 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635038603624 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27093/tid=27105] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27105/stat : 27105 (java) S 27090 27093 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12469372 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635037549944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27106] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27106/stat : 27106 (java) S 27090 27093 21085 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12469372 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635036496776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27107] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27107/stat : 27107 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469375 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635035445520 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27108] ppid=27090 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/27093/task/27108/stat : 27108 (java) S 27090 27093 21085 0 -1 4202560 2902 0 0 0 19 0 0 0 20 0 19 0 12469375 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635034393400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27109] ppid=27090 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/27093/task/27109/stat : 27109 (java) S 27090 27093 21085 0 -1 4202560 13182 0 0 0 89 2 0 0 20 0 19 0 12469375 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635033340856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27093/tid=27110] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27110/stat : 27110 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469375 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635032287992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27093/tid=27111] ppid=27090 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/27093/task/27111/stat : 27111 (java) S 27090 27093 21085 0 -1 4202560 100 0 0 0 32 31 0 0 20 0 19 0 12469375 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635031235656 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27093/tid=27112] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27112/stat : 27112 (java) S 27090 27093 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12469385 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635030180904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1723.7
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.39 2.28 2.20 3/215 27375
/proc/meminfo: memFree=29653920/32872528 swapFree=1484672/1662500
[pid=27093] ppid=27090 vsize=9625040 CPUtime=1783.71 cores=0,2,4,6
/proc/27093/stat : 27093 (java) S 27090 27093 21085 0 -1 4202496 20044 0 1 0 178335 36 0 0 20 0 19 0 12469368 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 140736945898704 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27093/statm: 2406260 53608 2272 9 0 2396937 0
[pid=27093/tid=27095] ppid=27090 vsize=9625040 CPUtime=1777.52 cores=0,2,4,6
/proc/27093/task/27095/stat : 27095 (java) R 27090 27093 21085 0 -1 4202560 2478 0 1 0 177720 32 0 0 20 0 19 0 12469369 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635214622384 139635041387255 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27096] ppid=27090 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27093/task/27096/stat : 27096 (java) S 27090 27093 21085 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 12469371 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635176122792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27093/tid=27097] ppid=27090 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27093/task/27097/stat : 27097 (java) S 27090 27093 21085 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 12469371 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635175070248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27098] ppid=27090 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27093/task/27098/stat : 27098 (java) S 27090 27093 21085 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 12469371 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635174017192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27093/tid=27099] ppid=27090 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27093/task/27099/stat : 27099 (java) S 27090 27093 21085 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 12469371 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635172964648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27093/tid=27100] ppid=27090 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27093/task/27100/stat : 27100 (java) S 27090 27093 21085 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 12469371 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635171912616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27093/tid=27101] ppid=27090 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27093/task/27101/stat : 27101 (java) S 27090 27093 21085 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 12469371 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635170860072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27093/tid=27102] ppid=27090 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27093/task/27102/stat : 27102 (java) S 27090 27093 21085 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 12469371 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635169807016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27093/tid=27103] ppid=27090 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27093/task/27103/stat : 27103 (java) S 27090 27093 21085 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 12469371 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635168754472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27093/tid=27104] ppid=27090 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27093/task/27104/stat : 27104 (java) S 27090 27093 21085 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 12469372 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635038603624 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27093/tid=27105] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27105/stat : 27105 (java) S 27090 27093 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12469372 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635037549944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27106] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27106/stat : 27106 (java) S 27090 27093 21085 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12469372 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635036496776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27107] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27107/stat : 27107 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469375 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635035445520 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27108] ppid=27090 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/27093/task/27108/stat : 27108 (java) S 27090 27093 21085 0 -1 4202560 2902 0 0 0 19 0 0 0 20 0 19 0 12469375 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635034393400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27109] ppid=27090 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/27093/task/27109/stat : 27109 (java) S 27090 27093 21085 0 -1 4202560 13182 0 0 0 89 2 0 0 20 0 19 0 12469375 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635033340856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27093/tid=27110] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27110/stat : 27110 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469375 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635032287992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27093/tid=27111] ppid=27090 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/27093/task/27111/stat : 27111 (java) S 27090 27093 21085 0 -1 4202560 104 0 0 0 34 31 0 0 20 0 19 0 12469375 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635031235656 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27093/tid=27112] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27112/stat : 27112 (java) S 27090 27093 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12469385 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635030180904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1783.71
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.61 s]
/proc/loadavg: 2.30 2.26 2.19 3/215 27375
/proc/meminfo: memFree=29621548/32872528 swapFree=1484672/1662500
[pid=27093] ppid=27090 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/27093/stat : 27093 (java) S 27090 27093 21085 0 -1 4202496 20046 0 1 0 179966 36 0 0 20 0 19 0 12469368 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 140736945898704 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27093/statm: 2406260 53608 2272 9 0 2396937 0
[pid=27093/tid=27095] ppid=27090 vsize=9625040 CPUtime=1793.78 cores=0,2,4,6
/proc/27093/task/27095/stat : 27095 (java) R 27090 27093 21085 0 -1 4202560 2478 0 1 0 179346 32 0 0 20 0 19 0 12469369 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635214622384 139635041141825 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27096] ppid=27090 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27093/task/27096/stat : 27096 (java) S 27090 27093 21085 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 12469371 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635176122792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27093/tid=27097] ppid=27090 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27093/task/27097/stat : 27097 (java) S 27090 27093 21085 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 12469371 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635175070248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27098] ppid=27090 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27093/task/27098/stat : 27098 (java) S 27090 27093 21085 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 12469371 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635174017192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27093/tid=27099] ppid=27090 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27093/task/27099/stat : 27099 (java) S 27090 27093 21085 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 12469371 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635172964648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27093/tid=27100] ppid=27090 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27093/task/27100/stat : 27100 (java) S 27090 27093 21085 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 12469371 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635171912616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27093/tid=27101] ppid=27090 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27093/task/27101/stat : 27101 (java) S 27090 27093 21085 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 12469371 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635170860072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27093/tid=27102] ppid=27090 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27093/task/27102/stat : 27102 (java) S 27090 27093 21085 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 12469371 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635169807016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27093/tid=27103] ppid=27090 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27093/task/27103/stat : 27103 (java) S 27090 27093 21085 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 12469371 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635168754472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27093/tid=27104] ppid=27090 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27093/task/27104/stat : 27104 (java) S 27090 27093 21085 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 12469372 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635038603624 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27093/tid=27105] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27105/stat : 27105 (java) S 27090 27093 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12469372 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635037549944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27106] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27106/stat : 27106 (java) S 27090 27093 21085 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12469372 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635036496776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27107] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27107/stat : 27107 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469375 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635035445520 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27108] ppid=27090 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/27093/task/27108/stat : 27108 (java) S 27090 27093 21085 0 -1 4202560 2902 0 0 0 19 0 0 0 20 0 19 0 12469375 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635034393400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27093/tid=27109] ppid=27090 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/27093/task/27109/stat : 27109 (java) S 27090 27093 21085 0 -1 4202560 13182 0 0 0 89 2 0 0 20 0 19 0 12469375 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635033340856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27093/tid=27110] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27110/stat : 27110 (java) S 27090 27093 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12469375 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635032287992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27093/tid=27111] ppid=27090 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/27093/task/27111/stat : 27111 (java) S 27090 27093 21085 0 -1 4202560 106 0 0 0 35 31 0 0 20 0 19 0 12469375 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635031235656 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27093/tid=27112] ppid=27090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27093/task/27112/stat : 27112 (java) S 27090 27093 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12469385 9856040960 53608 33554432000 1073741824 1073778376 140736945907568 139635030180904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 27093 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27093 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=209086
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=792879
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.64
CPU time (s): 1800.02
CPU user time (s): 1799.66
CPU system time (s): 0.36
CPU usage (%): 100.076
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.21
system time used= 0.792879
maximum resident set size= 228736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20092
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38111
involuntary context switches= 5985

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.071 second user time and 10.8444 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-30 21:32:48
IDJOB=4121590
IDBENCH=110566
IDSOLVER=2546
FILE ID=node134/4121590-1467315168
RUNJOBID= node134-1467310932-25492
PBS_JOBID= 20005262
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n68-d3-i3-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121590-1467315168/watcher-4121590-1467315168 -o /tmp/evaluation-result-4121590-1467315168/solver-4121590-1467315168 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467310932-25492 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121590-1467315168.opb

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

MD5SUM BENCH= 6de712e3775ce558fc73b20148b053e9
RANDOM SEED=259847561

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.738
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.738
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.738
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29751184 kB
Buffers:          166596 kB
Cached:           385028 kB
SwapCached:            0 kB
Active:           388856 kB
Inactive:         320660 kB
Active(anon):     154372 kB
Inactive(anon):     5960 kB
Active(file):     234484 kB
Inactive(file):   314700 kB
Unevictable:     1662500 kB
Mlocked:         1484672 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:       1809836 kB
Mapped:            21568 kB
Shmem:               216 kB
Slab:             610648 kB
SReclaimable:      54592 kB
SUnreclaim:       556056 kB
KernelStack:        1776 kB
PageTables:         7496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2355224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    278528 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= 71708 MiB
End job on node134 at 2016-06-30 22:02:47