Trace number 3688019

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.05 1748.25

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-91-90.opb
MD5SUMfff7b3dc5d07bd6a4fd3046b5e5241f1
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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.159975
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables8190
Total number of constraints181
Number of constraints which are clauses91
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint90
Maximum length of a constraint91
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 92
Number of bits of the biggest sum of numbers7
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-2012 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 2.3.2.v20120418
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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3688019-1337879102.opb
0.10/0.11	c reading problem ... 
0.56/0.30	c ... done. Wall clock time 0.194s.
0.56/0.30	c declared #vars     8190
0.56/0.30	c #constraints  181
0.56/0.30	c constraints type 
0.56/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 91
0.56/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
0.56/0.30	c 181 constraints processed.
1.54/0.91	c cleaning 2472 clauses out of 5001 with flag 5001/5001
2.20/1.53	c cleaning 4249 clauses out of 8529 with flag 11001/11001
3.03/2.32	c cleaning 5614 clauses out of 11280 with flag 18001/18001
3.96/3.24	c cleaning 6807 clauses out of 13667 with flag 26002/26002
5.11/4.32	c cleaning 7848 clauses out of 15859 with flag 35001/35001
6.53/5.75	c cleaning 8974 clauses out of 18014 with flag 45004/45004
8.03/7.29	c cleaning 9968 clauses out of 20036 with flag 56000/56000
10.17/9.32	c cleaning 10980 clauses out of 22071 with flag 68003/68003
12.32/11.40	c cleaning 11990 clauses out of 24088 with flag 81000/81000
14.15/13.22	c cleaning 12992 clauses out of 26099 with flag 95001/95001
18.21/17.23	c cleaning 14027 clauses out of 28107 with flag 110001/110001
20.66/19.67	c cleaning 14882 clauses out of 30079 with flag 126000/126000
24.90/23.81	c cleaning 16004 clauses out of 32199 with flag 143002/143002
28.04/26.99	c cleaning 17042 clauses out of 34194 with flag 161001/161001
31.27/30.17	c cleaning 17997 clauses out of 36152 with flag 180001/180001
35.96/34.71	c cleaning 19012 clauses out of 38155 with flag 200001/200001
40.23/38.91	c cleaning 20017 clauses out of 40143 with flag 221001/221001
44.99/43.69	c cleaning 21043 clauses out of 42125 with flag 243000/243000
49.27/47.85	c cleaning 22009 clauses out of 44084 with flag 266002/266002
52.74/51.23	c cleaning 22995 clauses out of 46073 with flag 290000/290000
58.37/56.85	c cleaning 24030 clauses out of 48078 with flag 315000/315000
65.05/63.41	c cleaning 25013 clauses out of 50049 with flag 341001/341001
73.04/71.37	c cleaning 26009 clauses out of 52037 with flag 368002/368002
80.90/79.20	c cleaning 26992 clauses out of 54026 with flag 396000/396000
87.12/85.21	c cleaning 27980 clauses out of 56035 with flag 425001/425001
95.43/93.35	c cleaning 29015 clauses out of 58056 with flag 455002/455002
103.44/101.30	c cleaning 30006 clauses out of 60041 with flag 486002/486002
113.02/110.84	c cleaning 31005 clauses out of 62035 with flag 518002/518002
121.20/118.93	c cleaning 32003 clauses out of 64029 with flag 551001/551001
131.05/128.77	c cleaning 33002 clauses out of 66025 with flag 585000/585000
137.54/135.20	c cleaning 33968 clauses out of 68023 with flag 620000/620000
147.17/144.57	c cleaning 34996 clauses out of 70055 with flag 656000/656000
159.10/156.37	c cleaning 36021 clauses out of 72062 with flag 693003/693003
169.52/166.62	c cleaning 37009 clauses out of 74039 with flag 731001/731001
180.63/177.60	c cleaning 38004 clauses out of 76029 with flag 770000/770000
191.93/188.80	c cleaning 39002 clauses out of 78028 with flag 810003/810003
206.96/203.66	c cleaning 39990 clauses out of 80023 with flag 851000/851000
217.67/214.36	c cleaning 40991 clauses out of 82033 with flag 893000/893000
229.29/225.88	c cleaning 42004 clauses out of 84044 with flag 936002/936002
241.28/237.78	c cleaning 43003 clauses out of 86040 with flag 980002/980002
255.18/251.55	c cleaning 44003 clauses out of 88036 with flag 1025001/1025001
272.10/268.34	c cleaning 45006 clauses out of 90033 with flag 1071001/1071001
287.82/283.91	c cleaning 46004 clauses out of 92026 with flag 1118000/1118000
304.41/300.50	c cleaning 47005 clauses out of 94023 with flag 1166001/1166001
320.93/316.84	c cleaning 47994 clauses out of 96017 with flag 1215000/1215000
347.73/342.75	c cleaning 49007 clauses out of 98023 with flag 1265000/1265000
372.73/366.63	c cleaning 50000 clauses out of 100017 with flag 1316001/1316001
384.41/377.78	c cleaning 50981 clauses out of 102018 with flag 1368002/1368002
398.98/391.95	c cleaning 51987 clauses out of 104035 with flag 1421000/1421000
420.10/412.13	c cleaning 52997 clauses out of 106048 with flag 1475000/1475000
442.68/433.81	c cleaning 54007 clauses out of 108053 with flag 1530002/1530002
468.98/459.13	c cleaning 55006 clauses out of 110045 with flag 1586001/1586001
488.80/478.25	c cleaning 55998 clauses out of 112042 with flag 1643004/1643004
513.57/502.08	c cleaning 57000 clauses out of 114041 with flag 1701001/1701001
538.05/525.58	c cleaning 58001 clauses out of 116040 with flag 1760000/1760000
563.60/549.72	c cleaning 59009 clauses out of 118042 with flag 1820003/1820003
592.45/577.65	c cleaning 59999 clauses out of 120035 with flag 1881005/1881005
619.01/602.73	c cleaning 61000 clauses out of 122031 with flag 1943000/1943000
638.19/621.04	c cleaning 61994 clauses out of 124031 with flag 2006000/2006000
659.27/641.33	c cleaning 63010 clauses out of 126037 with flag 2070000/2070000
684.36/665.42	c cleaning 64005 clauses out of 128029 with flag 2135002/2135002
710.89/690.85	c cleaning 65006 clauses out of 130023 with flag 2201001/2201001
742.09/720.90	c cleaning 66003 clauses out of 132016 with flag 2268000/2268000
773.37/751.17	c cleaning 66998 clauses out of 134016 with flag 2336003/2336003
818.17/793.62	c cleaning 67997 clauses out of 136016 with flag 2405001/2405001
849.01/823.22	c cleaning 68991 clauses out of 138019 with flag 2475001/2475001
887.55/860.92	c cleaning 69995 clauses out of 140029 with flag 2546002/2546002
919.29/891.85	c cleaning 70998 clauses out of 142033 with flag 2618001/2618001
945.90/917.75	c cleaning 72004 clauses out of 144034 with flag 2691000/2691000
989.96/960.79	c cleaning 73002 clauses out of 146032 with flag 2765002/2765002
1033.23/1002.65	c cleaning 74003 clauses out of 148028 with flag 2840000/2840000
1074.98/1043.12	c cleaning 75001 clauses out of 150026 with flag 2916001/2916001
1110.24/1077.65	c cleaning 75990 clauses out of 152027 with flag 2993003/2993003
1137.94/1104.16	c cleaning 76989 clauses out of 154034 with flag 3071000/3071000
1167.39/1132.84	c cleaning 78005 clauses out of 156045 with flag 3150000/3150000
1198.00/1162.75	c cleaning 79003 clauses out of 158041 with flag 3230001/3230001
1233.06/1196.89	c cleaning 80013 clauses out of 160038 with flag 3311001/3311001
1283.99/1246.54	c cleaning 81003 clauses out of 162024 with flag 3393000/3393000
1316.70/1278.22	c cleaning 82001 clauses out of 164021 with flag 3476000/3476000
1365.04/1325.08	c cleaning 82999 clauses out of 166020 with flag 3560000/3560000
1410.99/1370.05	c cleaning 84001 clauses out of 168023 with flag 3645002/3645002
1460.39/1418.37	c cleaning 85007 clauses out of 170023 with flag 3731003/3731003
1515.83/1471.41	c cleaning 86002 clauses out of 172015 with flag 3818002/3818002
1565.07/1519.48	c cleaning 86996 clauses out of 174011 with flag 3906000/3906000
1603.14/1556.64	c cleaning 87996 clauses out of 176016 with flag 3995001/3995001
1663.69/1615.66	c cleaning 88997 clauses out of 178019 with flag 4085000/4085000
1724.47/1674.84	c cleaning 89993 clauses out of 180022 with flag 4176000/4176000
1774.30/1723.29	c cleaning 90998 clauses out of 182029 with flag 4268000/4268000
1800.05/1748.21	c starts		: 253
1800.05/1748.21	c conflicts		: 4331479
1800.05/1748.21	c decisions		: 6511626
1800.05/1748.21	c propagations		: 338636905
1800.05/1748.21	c inspects		: 14863225313
1800.05/1748.21	c shortcuts		: 0
1800.05/1748.21	c learnt literals	: 0
1800.05/1748.21	c learnt binary clauses	: 0
1800.05/1748.21	c learnt ternary clauses	: 0
1800.05/1748.21	c learnt constraints	: 4331479
1800.05/1748.21	c ignored constraints	: 0
1800.05/1748.21	c root simplifications	: 0
1800.05/1748.21	c removed literals (reason simplification)	: 0
1800.05/1748.21	c reason swapping (by a shorter reason)	: 0
1800.05/1748.21	c Calls to reduceDB	: 88
1800.05/1748.21	c number of reductions to clauses (during analyze)	: 0
1800.05/1748.21	c number of learned constraints concerned by reduction	: 0
1800.05/1748.21	c number of learning phase by resolution	: 0
1800.05/1748.21	c number of learning phase by cutting planes	: 0
1800.05/1748.21	c speed (assignments/second)	: 193740.23166191045
1800.05/1748.21	c non guided choices	419013
1800.05/1748.24	c learnt constraints type 
1800.05/1748.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 154546
1800.05/1748.24	c constraints type 
1800.05/1748.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 91
1800.05/1748.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
1800.05/1748.24	c 181 constraints processed.
1800.05/1748.24	s UNKNOWN
1800.05/1748.24	c Total wall clock time (in seconds): 1748.131

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3688019-1337879102/watcher-3688019-1337879102 -o /tmp/evaluation-result-3688019-1337879102/solver-3688019-1337879102 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688019-1337879102.opb 

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: 1.97 2.00 2.00 3/196 23843
/proc/meminfo: memFree=29395556/32873844 swapFree=7124/7124
[pid=23843] ppid=23841 vsize=24200 CPUtime=0 cores=0,2,4,6
/proc/23843/stat : 23843 (java) S 23841 23843 22462 0 -1 4202496 1146 0 0 0 0 0 0 0 20 0 2 0 254035585 24780800 867 33554432000 1073741824 1073778376 140736325613584 140736325604720 273909055549 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 38818 870 657 9 0 33153 0
[pid=23843/tid=23844] ppid=23841 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23844/stat : 23844 (java) R 23841 23843 22462 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 2 0 254035585 91889664 883 33554432000 1073741824 1073778376 140736325613584 140736325602648 273905370336 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.013986 s]
/proc/loadavg: 1.97 2.00 2.00 3/196 23843
/proc/meminfo: memFree=29395556/32873844 swapFree=7124/7124
[pid=23843] ppid=23841 vsize=9014776 CPUtime=0 cores=0,2,4,6
/proc/23843/stat : 23843 (java) S 23841 23843 22462 0 -1 4202496 2101 0 1 0 0 0 0 0 20 0 10 0 254035585 9231130624 2293 33554432000 1073741824 1073778376 140736325613584 140736325604720 273909055549 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2253694 2299 988 9 0 2244803 0
[pid=23843/tid=23844] ppid=23841 vsize=9014776 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23844/stat : 23844 (java) R 23841 23843 22462 0 -1 4202560 953 0 1 0 0 0 0 0 20 0 10 0 254035585 9231130624 2301 33554432000 1073741824 1073778376 140736325613584 139765699241936 139765706300672 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9014776

[startup+0.100246 s]
/proc/loadavg: 1.97 2.00 2.00 3/196 23843
/proc/meminfo: memFree=29395556/32873844 swapFree=7124/7124
[pid=23843] ppid=23841 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/23843/stat : 23843 (java) S 23841 23843 22462 0 -1 4202496 4334 0 1 0 9 1 0 0 20 0 18 0 254035585 9787813888 5529 33554432000 1073741824 1073778376 140736325613584 140736325604720 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2389603 5529 2108 9 0 2380296 0
[pid=23843/tid=23844] ppid=23841 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/23843/task/23844/stat : 23844 (java) R 23841 23843 22462 0 -1 4202560 2386 0 1 0 6 1 0 0 20 0 18 0 254035585 9787813888 5531 33554432000 1073741824 1073778376 140736325613584 139765699238680 273905323851 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300261 s]
/proc/loadavg: 1.97 2.00 2.00 3/196 23843
/proc/meminfo: memFree=29395556/32873844 swapFree=7124/7124
[pid=23843] ppid=23841 vsize=9558412 CPUtime=0.56 cores=0,2,4,6
/proc/23843/stat : 23843 (java) S 23841 23843 22462 0 -1 4202496 7240 0 1 0 54 2 0 0 20 0 18 0 254035585 9787813888 11335 33554432000 1073741824 1073778376 140736325613584 140736325604720 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2389603 11335 2217 9 0 2380296 0
[pid=23843/tid=23844] ppid=23841 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/23843/task/23844/stat : 23844 (java) R 23841 23843 22462 0 -1 4202560 2452 0 1 0 26 1 0 0 20 0 18 0 254035585 9787813888 11335 33554432000 1073741824 1073778376 140736325613584 139765699239912 139765702525830 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558412

[startup+0.700256 s]
/proc/loadavg: 1.97 2.00 2.00 3/196 23843
/proc/meminfo: memFree=29395556/32873844 swapFree=7124/7124
[pid=23843] ppid=23841 vsize=9624976 CPUtime=1.34 cores=0,2,4,6
/proc/23843/stat : 23843 (java) S 23841 23843 22462 0 -1 4202496 8339 0 1 0 132 2 0 0 20 0 19 0 254035585 9855975424 13444 33554432000 1073741824 1073778376 140736325613584 140736325604720 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2406244 13444 2243 9 0 2396937 0
[pid=23843/tid=23844] ppid=23841 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/23843/task/23844/stat : 23844 (java) R 23841 23843 22462 0 -1 4202560 2468 0 1 0 66 1 0 0 20 0 19 0 254035585 9855975424 13444 33554432000 1073741824 1073778376 140736325613584 139765699240552 139765568143694 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9624976

[startup+1.50069 s]
/proc/loadavg: 1.97 2.00 2.00 3/215 23862
/proc/meminfo: memFree=29302024/32873844 swapFree=7124/7124
[pid=23843] ppid=23841 vsize=9624976 CPUtime=2.2 cores=0,2,4,6
/proc/23843/stat : 23843 (java) S 23841 23843 22462 0 -1 4202496 8402 0 1 0 217 3 0 0 20 0 19 0 254035585 9855975424 19631 33554432000 1073741824 1073778376 140736325613584 140736325604720 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2406244 19631 2268 9 0 2396937 0
[pid=23843/tid=23844] ppid=23841 vsize=9624976 CPUtime=1.46 cores=0,2,4,6
/proc/23843/task/23844/stat : 23844 (java) R 23841 23843 22462 0 -1 4202560 2474 0 1 0 144 2 0 0 20 0 19 0 254035585 9855975424 19631 33554432000 1073741824 1073778376 140736325613584 139765699240248 139765568183135 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23843/tid=23846] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23846/stat : 23846 (java) S 23841 23843 22462 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254035586 9855975424 19631 33554432000 1073741824 1073778376 140736325613584 139765688302248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23843/tid=23847] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23847/stat : 23847 (java) S 23841 23843 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035586 9855975424 19631 33554432000 1073741824 1073778376 140736325613584 139765687249704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23843/tid=23848] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23848/stat : 23848 (java) S 23841 23843 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035586 9855975424 19631 33554432000 1073741824 1073778376 140736325613584 139765686197160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23843/tid=23849] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23849/stat : 23849 (java) S 23841 23843 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254035586 9855975424 19631 33554432000 1073741824 1073778376 140736325613584 139765539879976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23843/tid=23850] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23850/stat : 23850 (java) S 23841 23843 22462 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254035586 9855975424 19631 33554432000 1073741824 1073778376 140736325613584 139765538826408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23843/tid=23851] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23851/stat : 23851 (java) S 23841 23843 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035586 9855975424 19631 33554432000 1073741824 1073778376 140736325613584 139765537773864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23843/tid=23852] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23852/stat : 23852 (java) S 23841 23843 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035586 9855975424 19631 33554432000 1073741824 1073778376 140736325613584 139765536721320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23843/tid=23853] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23853/stat : 23853 (java) S 23841 23843 22462 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254035586 9855975424 19631 33554432000 1073741824 1073778376 140736325613584 139765535668776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23854] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23854/stat : 23854 (java) S 23841 23843 22462 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 254035587 9855975424 19631 33554432000 1073741824 1073778376 140736325613584 139765523470952 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23855] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23855/stat : 23855 (java) S 23841 23843 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254035588 9855975424 19631 33554432000 1073741824 1073778376 140736325613584 139765522417272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23856] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23856/stat : 23856 (java) S 23841 23843 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254035588 9855975424 19631 33554432000 1073741824 1073778376 140736325613584 139765521364616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23857] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23857/stat : 23857 (java) S 23841 23843 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035590 9855975424 19631 33554432000 1073741824 1073778376 140736325613584 139765520313360 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23858] ppid=23841 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/23843/task/23858/stat : 23858 (java) S 23841 23843 22462 0 -1 4202560 2362 0 0 0 34 0 0 0 20 0 19 0 254035590 9855975424 19631 33554432000 1073741824 1073778376 140736325613584 139765519259704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23859] ppid=23841 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/23843/task/23859/stat : 23859 (java) S 23841 23843 22462 0 -1 4202560 2319 0 0 0 34 0 0 0 20 0 19 0 254035590 9855975424 19631 33554432000 1073741824 1073778376 140736325613584 139765518207160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23843/tid=23860] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23860/stat : 23860 (java) S 23841 23843 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035590 9855975424 19631 33554432000 1073741824 1073778376 140736325613584 139765517154808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23843/tid=23861] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23861/stat : 23861 (java) S 23841 23843 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035590 9855975424 19631 33554432000 1073741824 1073778376 140736325613584 139765516102472 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23862] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23862/stat : 23862 (java) S 23841 23843 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254035617 9855975424 19631 33554432000 1073741824 1073778376 140736325613584 139765515048232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9624976

[startup+3.10066 s]
/proc/loadavg: 1.97 2.00 2.00 3/215 23862
/proc/meminfo: memFree=29284896/32873844 swapFree=7124/7124
[pid=23843] ppid=23841 vsize=9624976 CPUtime=3.86 cores=0,2,4,6
/proc/23843/stat : 23843 (java) S 23841 23843 22462 0 -1 4202496 8455 0 1 0 380 6 0 0 20 0 19 0 254035585 9855975424 26298 33554432000 1073741824 1073778376 140736325613584 140736325604720 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2406244 26298 2268 9 0 2396937 0
[pid=23843/tid=23844] ppid=23841 vsize=9624976 CPUtime=3.01 cores=0,2,4,6
/proc/23843/task/23844/stat : 23844 (java) R 23841 23843 22462 0 -1 4202560 2475 0 1 0 299 2 0 0 20 0 19 0 254035585 9855975424 26298 33554432000 1073741824 1073778376 140736325613584 139765699240208 139765568183038 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23843/tid=23846] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23846/stat : 23846 (java) S 23841 23843 22462 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 254035586 9855975424 26298 33554432000 1073741824 1073778376 140736325613584 139765688302248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23843/tid=23847] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23847/stat : 23847 (java) S 23841 23843 22462 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254035586 9855975424 26298 33554432000 1073741824 1073778376 140736325613584 139765687249704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23843/tid=23848] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23848/stat : 23848 (java) S 23841 23843 22462 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254035586 9855975424 26298 33554432000 1073741824 1073778376 140736325613584 139765686197160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23843/tid=23849] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23849/stat : 23849 (java) S 23841 23843 22462 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 254035586 9855975424 26298 33554432000 1073741824 1073778376 140736325613584 139765539879976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23850] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23850/stat : 23850 (java) S 23841 23843 22462 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254035586 9855975424 26298 33554432000 1073741824 1073778376 140736325613584 139765538826408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23843/tid=23851] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23851/stat : 23851 (java) S 23841 23843 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035586 9855975424 26298 33554432000 1073741824 1073778376 140736325613584 139765537773864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23843/tid=23852] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23852/stat : 23852 (java) S 23841 23843 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035586 9855975424 26298 33554432000 1073741824 1073778376 140736325613584 139765536721320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23843/tid=23853] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23853/stat : 23853 (java) S 23841 23843 22462 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254035586 9855975424 26298 33554432000 1073741824 1073778376 140736325613584 139765535668776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23843/tid=23854] ppid=23841 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/23843/task/23854/stat : 23854 (java) S 23841 23843 22462 0 -1 4202560 37 0 0 0 3 0 0 0 20 0 19 0 254035587 9855975424 26298 33554432000 1073741824 1073778376 140736325613584 139765523470952 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23843/tid=23855] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23855/stat : 23855 (java) S 23841 23843 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254035588 9855975424 26298 33554432000 1073741824 1073778376 140736325613584 139765522417272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23856] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23856/stat : 23856 (java) S 23841 23843 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254035588 9855975424 26298 33554432000 1073741824 1073778376 140736325613584 139765521364616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23857] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23857/stat : 23857 (java) S 23841 23843 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035590 9855975424 26298 33554432000 1073741824 1073778376 140736325613584 139765520313360 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23858] ppid=23841 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/23843/task/23858/stat : 23858 (java) S 23841 23843 22462 0 -1 4202560 2363 0 0 0 35 0 0 0 20 0 19 0 254035590 9855975424 26298 33554432000 1073741824 1073778376 140736325613584 139765519259704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23859] ppid=23841 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/23843/task/23859/stat : 23859 (java) S 23841 23843 22462 0 -1 4202560 2319 0 0 0 34 0 0 0 20 0 19 0 254035590 9855975424 26298 33554432000 1073741824 1073778376 140736325613584 139765518207160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23843/tid=23860] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23860/stat : 23860 (java) S 23841 23843 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035590 9855975424 26298 33554432000 1073741824 1073778376 140736325613584 139765517154808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23843/tid=23861] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23861/stat : 23861 (java) S 23841 23843 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035590 9855975424 26298 33554432000 1073741824 1073778376 140736325613584 139765516102472 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23862] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23862/stat : 23862 (java) S 23841 23843 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254035617 9855975424 26298 33554432000 1073741824 1073778376 140736325613584 139765515048232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 9624976

[startup+6.30069 s]
/proc/loadavg: 1.97 2.00 2.00 3/215 23862
/proc/meminfo: memFree=29222404/32873844 swapFree=7124/7124
[pid=23843] ppid=23841 vsize=9624976 CPUtime=7.13 cores=0,2,4,6
/proc/23843/stat : 23843 (java) S 23841 23843 22462 0 -1 4202496 9167 0 1 0 707 6 0 0 20 0 19 0 254035585 9855975424 30782 33554432000 1073741824 1073778376 140736325613584 140736325604720 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2406244 30782 2268 9 0 2396937 0
[pid=23843/tid=23844] ppid=23841 vsize=9624976 CPUtime=6.12 cores=0,2,4,6
/proc/23843/task/23844/stat : 23844 (java) R 23841 23843 22462 0 -1 4202560 2478 0 1 0 610 2 0 0 20 0 19 0 254035585 9855975424 30782 33554432000 1073741824 1073778376 140736325613584 139765699240208 139765568142583 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23843/tid=23846] ppid=23841 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/23843/task/23846/stat : 23846 (java) S 23841 23843 22462 0 -1 4202560 124 0 0 0 2 0 0 0 20 0 19 0 254035586 9855975424 30782 33554432000 1073741824 1073778376 140736325613584 139765688302248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23847] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23847/stat : 23847 (java) S 23841 23843 22462 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254035586 9855975424 30782 33554432000 1073741824 1073778376 140736325613584 139765687249704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23843/tid=23848] ppid=23841 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/23843/task/23848/stat : 23848 (java) S 23841 23843 22462 0 -1 4202560 121 0 0 0 1 0 0 0 20 0 19 0 254035586 9855975424 30782 33554432000 1073741824 1073778376 140736325613584 139765686197160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23843/tid=23849] ppid=23841 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/23843/task/23849/stat : 23849 (java) S 23841 23843 22462 0 -1 4202560 203 0 0 0 2 0 0 0 20 0 19 0 254035586 9855975424 30782 33554432000 1073741824 1073778376 140736325613584 139765539879976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23843/tid=23850] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23850/stat : 23850 (java) S 23841 23843 22462 0 -1 4202560 113 0 0 0 0 0 0 0 20 0 19 0 254035586 9855975424 30782 33554432000 1073741824 1073778376 140736325613584 139765538826408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23843/tid=23851] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23851/stat : 23851 (java) S 23841 23843 22462 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254035586 9855975424 30782 33554432000 1073741824 1073778376 140736325613584 139765537773864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23843/tid=23852] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23852/stat : 23852 (java) S 23841 23843 22462 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254035586 9855975424 30782 33554432000 1073741824 1073778376 140736325613584 139765536721320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23843/tid=23853] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23853/stat : 23853 (java) S 23841 23843 22462 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254035586 9855975424 30782 33554432000 1073741824 1073778376 140736325613584 139765535668776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23854] ppid=23841 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/23843/task/23854/stat : 23854 (java) S 23841 23843 22462 0 -1 4202560 40 0 0 0 9 0 0 0 20 0 19 0 254035587 9855975424 30782 33554432000 1073741824 1073778376 140736325613584 139765523470952 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23855] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23855/stat : 23855 (java) S 23841 23843 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254035588 9855975424 30782 33554432000 1073741824 1073778376 140736325613584 139765522417272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23856] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23856/stat : 23856 (java) S 23841 23843 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254035588 9855975424 30782 33554432000 1073741824 1073778376 140736325613584 139765521364616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23857] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23857/stat : 23857 (java) S 23841 23843 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035590 9855975424 30782 33554432000 1073741824 1073778376 140736325613584 139765520313360 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23858] ppid=23841 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/23843/task/23858/stat : 23858 (java) S 23841 23843 22462 0 -1 4202560 2564 0 0 0 37 0 0 0 20 0 19 0 254035590 9855975424 30782 33554432000 1073741824 1073778376 140736325613584 139765519259704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23859] ppid=23841 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/23843/task/23859/stat : 23859 (java) S 23841 23843 22462 0 -1 4202560 2319 0 0 0 35 0 0 0 20 0 19 0 254035590 9855975424 30782 33554432000 1073741824 1073778376 140736325613584 139765518207160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=23843/tid=23858] ppid=23841 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/23843/task/23858/stat : 23858 (java) S 23841 23843 22462 0 -1 4202560 2566 0 0 0 38 0 0 0 20 0 19 0 254035590 9855975424 223734 33554432000 1073741824 1073778376 140736325613584 139765519259704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23859] ppid=23841 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/23843/task/23859/stat : 23859 (java) S 23841 23843 22462 0 -1 4202560 2319 0 0 0 35 0 0 0 20 0 19 0 254035590 9855975424 223734 33554432000 1073741824 1073778376 140736325613584 139765518207160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23843/tid=23860] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23860/stat : 23860 (java) S 23841 23843 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035590 9855975424 223734 33554432000 1073741824 1073778376 140736325613584 139765517154808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23843/tid=23861] ppid=23841 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/23843/task/23861/stat : 23861 (java) S 23841 23843 22462 0 -1 4202560 90 0 0 0 32 27 0 0 20 0 19 0 254035590 9855975424 223734 33554432000 1073741824 1073778376 140736325613584 139765516102472 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23862] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23862/stat : 23862 (java) S 23841 23843 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254035617 9855975424 223734 33554432000 1073741824 1073778376 140736325613584 139765515048232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1650.14
Current children cumulated vsize (KiB) 9624976

[startup+1662.3 s]
/proc/loadavg: 1.90 1.96 1.98 3/215 23877
/proc/meminfo: memFree=28066476/32873844 swapFree=7124/7124
[pid=23843] ppid=23841 vsize=9624976 CPUtime=1711.58 cores=0,2,4,6
/proc/23843/stat : 23843 (java) S 23841 23843 22462 0 -1 4202496 77090 0 1 0 170853 305 0 0 20 0 19 0 254035585 9855975424 210161 33554432000 1073741824 1073778376 140736325613584 140736325604720 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2406244 210161 2269 9 0 2396937 0
[pid=23843/tid=23844] ppid=23841 vsize=9624976 CPUtime=1630.31 cores=0,2,4,6
/proc/23843/task/23844/stat : 23844 (java) R 23841 23843 22462 0 -1 4202560 3831 0 1 0 162998 33 0 0 20 0 19 0 254035585 9855975424 210161 33554432000 1073741824 1073778376 140736325613584 139765699239264 139765568060778 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23843/tid=23846] ppid=23841 vsize=9624976 CPUtime=8.5 cores=0,2,4,6
/proc/23843/task/23846/stat : 23846 (java) S 23841 23843 22462 0 -1 4202560 8637 0 0 0 815 35 0 0 20 0 19 0 254035586 9855975424 210161 33554432000 1073741824 1073778376 140736325613584 139765688302248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23843/tid=23847] ppid=23841 vsize=9624976 CPUtime=8.46 cores=0,2,4,6
/proc/23843/task/23847/stat : 23847 (java) S 23841 23843 22462 0 -1 4202560 7270 0 0 0 817 29 0 0 20 0 19 0 254035586 9855975424 210161 33554432000 1073741824 1073778376 140736325613584 139765687249704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23843/tid=23848] ppid=23841 vsize=9624976 CPUtime=8.66 cores=0,2,4,6
/proc/23843/task/23848/stat : 23848 (java) S 23841 23843 22462 0 -1 4202560 9625 0 0 0 833 33 0 0 20 0 19 0 254035586 9855975424 210161 33554432000 1073741824 1073778376 140736325613584 139765686197160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23849] ppid=23841 vsize=9624976 CPUtime=8.59 cores=0,2,4,6
/proc/23843/task/23849/stat : 23849 (java) S 23841 23843 22462 0 -1 4202560 8452 0 0 0 823 36 0 0 20 0 19 0 254035586 9855975424 210161 33554432000 1073741824 1073778376 140736325613584 139765539879976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23850] ppid=23841 vsize=9624976 CPUtime=8.53 cores=0,2,4,6
/proc/23843/task/23850/stat : 23850 (java) S 23841 23843 22462 0 -1 4202560 7628 0 0 0 822 31 0 0 20 0 19 0 254035586 9855975424 210161 33554432000 1073741824 1073778376 140736325613584 139765538826408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23843/tid=23851] ppid=23841 vsize=9624976 CPUtime=8.56 cores=0,2,4,6
/proc/23843/task/23851/stat : 23851 (java) S 23841 23843 22462 0 -1 4202560 8260 0 0 0 827 29 0 0 20 0 19 0 254035586 9855975424 210161 33554432000 1073741824 1073778376 140736325613584 139765537773864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23843/tid=23852] ppid=23841 vsize=9624976 CPUtime=8.68 cores=0,2,4,6
/proc/23843/task/23852/stat : 23852 (java) S 23841 23843 22462 0 -1 4202560 8084 0 0 0 837 31 0 0 20 0 19 0 254035586 9855975424 210161 33554432000 1073741824 1073778376 140736325613584 139765536721320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23843/tid=23853] ppid=23841 vsize=9624976 CPUtime=8.36 cores=0,2,4,6
/proc/23843/task/23853/stat : 23853 (java) S 23841 23843 22462 0 -1 4202560 7035 0 0 0 803 33 0 0 20 0 19 0 254035586 9855975424 210161 33554432000 1073741824 1073778376 140736325613584 139765535668776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23854] ppid=23841 vsize=9624976 CPUtime=7.63 cores=0,2,4,6
/proc/23843/task/23854/stat : 23854 (java) S 23841 23843 22462 0 -1 4202560 2111 0 0 0 746 17 0 0 20 0 19 0 254035587 9855975424 210161 33554432000 1073741824 1073778376 140736325613584 139765523470952 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23843/tid=23855] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23855/stat : 23855 (java) S 23841 23843 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254035588 9855975424 210161 33554432000 1073741824 1073778376 140736325613584 139765522417272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23856] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23856/stat : 23856 (java) S 23841 23843 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254035588 9855975424 210161 33554432000 1073741824 1073778376 140736325613584 139765521364616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23857] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23857/stat : 23857 (java) S 23841 23843 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035590 9855975424 210161 33554432000 1073741824 1073778376 140736325613584 139765520313360 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23858] ppid=23841 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/23843/task/23858/stat : 23858 (java) S 23841 23843 22462 0 -1 4202560 2566 0 0 0 38 0 0 0 20 0 19 0 254035590 9855975424 210161 33554432000 1073741824 1073778376 140736325613584 139765519259704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23859] ppid=23841 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/23843/task/23859/stat : 23859 (java) S 23841 23843 22462 0 -1 4202560 2319 0 0 0 35 0 0 0 20 0 19 0 254035590 9855975424 210161 33554432000 1073741824 1073778376 140736325613584 139765518207160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23843/tid=23860] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23860/stat : 23860 (java) S 23841 23843 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035590 9855975424 210161 33554432000 1073741824 1073778376 140736325613584 139765517154808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23843/tid=23861] ppid=23841 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/23843/task/23861/stat : 23861 (java) S 23841 23843 22462 0 -1 4202560 92 0 0 0 33 28 0 0 20 0 19 0 254035590 9855975424 210161 33554432000 1073741824 1073778376 140736325613584 139765516102472 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23843/tid=23862] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23862/stat : 23862 (java) S 23841 23843 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254035617 9855975424 210161 33554432000 1073741824 1073778376 140736325613584 139765515048232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1711.58
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 1.96 1.96 1.98 3/215 23877
/proc/meminfo: memFree=28075440/32873844 swapFree=7124/7124
[pid=23843] ppid=23841 vsize=9624976 CPUtime=1773.4 cores=0,2,4,6
/proc/23843/stat : 23843 (java) S 23841 23843 22462 0 -1 4202496 78452 0 1 0 177027 313 0 0 20 0 19 0 254035585 9855975424 210435 33554432000 1073741824 1073778376 140736325613584 140736325604720 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2406244 210435 2269 9 0 2396937 0
[pid=23843/tid=23844] ppid=23841 vsize=9624976 CPUtime=1689.21 cores=0,2,4,6
/proc/23843/task/23844/stat : 23844 (java) R 23841 23843 22462 0 -1 4202560 3879 0 1 0 168887 34 0 0 20 0 19 0 254035585 9855975424 210435 33554432000 1073741824 1073778376 140736325613584 139765699239248 139765568253360 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23843/tid=23846] ppid=23841 vsize=9624976 CPUtime=8.86 cores=0,2,4,6
/proc/23843/task/23846/stat : 23846 (java) S 23841 23843 22462 0 -1 4202560 8890 0 0 0 850 36 0 0 20 0 19 0 254035586 9855975424 210435 33554432000 1073741824 1073778376 140736325613584 139765688302248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23847] ppid=23841 vsize=9624976 CPUtime=8.75 cores=0,2,4,6
/proc/23843/task/23847/stat : 23847 (java) S 23841 23843 22462 0 -1 4202560 7518 0 0 0 846 29 0 0 20 0 19 0 254035586 9855975424 210435 33554432000 1073741824 1073778376 140736325613584 139765687249704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23843/tid=23848] ppid=23841 vsize=9624976 CPUtime=8.99 cores=0,2,4,6
/proc/23843/task/23848/stat : 23848 (java) S 23841 23843 22462 0 -1 4202560 9887 0 0 0 865 34 0 0 20 0 19 0 254035586 9855975424 210435 33554432000 1073741824 1073778376 140736325613584 139765686197160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23843/tid=23849] ppid=23841 vsize=9624976 CPUtime=8.88 cores=0,2,4,6
/proc/23843/task/23849/stat : 23849 (java) S 23841 23843 22462 0 -1 4202560 8601 0 0 0 851 37 0 0 20 0 19 0 254035586 9855975424 210435 33554432000 1073741824 1073778376 140736325613584 139765539879976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23850] ppid=23841 vsize=9624976 CPUtime=8.79 cores=0,2,4,6
/proc/23843/task/23850/stat : 23850 (java) S 23841 23843 22462 0 -1 4202560 7759 0 0 0 848 31 0 0 20 0 19 0 254035586 9855975424 210435 33554432000 1073741824 1073778376 140736325613584 139765538826408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23851] ppid=23841 vsize=9624976 CPUtime=8.88 cores=0,2,4,6
/proc/23843/task/23851/stat : 23851 (java) S 23841 23843 22462 0 -1 4202560 8309 0 0 0 859 29 0 0 20 0 19 0 254035586 9855975424 210435 33554432000 1073741824 1073778376 140736325613584 139765537773864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23843/tid=23852] ppid=23841 vsize=9624976 CPUtime=9.03 cores=0,2,4,6
/proc/23843/task/23852/stat : 23852 (java) S 23841 23843 22462 0 -1 4202560 8092 0 0 0 872 31 0 0 20 0 19 0 254035586 9855975424 210435 33554432000 1073741824 1073778376 140736325613584 139765536721320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23853] ppid=23841 vsize=9624976 CPUtime=8.73 cores=0,2,4,6
/proc/23843/task/23853/stat : 23853 (java) S 23841 23843 22462 0 -1 4202560 7201 0 0 0 839 34 0 0 20 0 19 0 254035586 9855975424 210435 33554432000 1073741824 1073778376 140736325613584 139765535668776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23854] ppid=23841 vsize=9624976 CPUtime=7.79 cores=0,2,4,6
/proc/23843/task/23854/stat : 23854 (java) S 23841 23843 22462 0 -1 4202560 2155 0 0 0 761 18 0 0 20 0 19 0 254035587 9855975424 210435 33554432000 1073741824 1073778376 140736325613584 139765523470952 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23843/tid=23855] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23855/stat : 23855 (java) S 23841 23843 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254035588 9855975424 210435 33554432000 1073741824 1073778376 140736325613584 139765522417272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23856] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23856/stat : 23856 (java) S 23841 23843 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254035588 9855975424 210435 33554432000 1073741824 1073778376 140736325613584 139765521364616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23857] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23857/stat : 23857 (java) S 23841 23843 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035590 9855975424 210435 33554432000 1073741824 1073778376 140736325613584 139765520313360 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23858] ppid=23841 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/23843/task/23858/stat : 23858 (java) S 23841 23843 22462 0 -1 4202560 2566 0 0 0 38 0 0 0 20 0 19 0 254035590 9855975424 210435 33554432000 1073741824 1073778376 140736325613584 139765519259704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23859] ppid=23841 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/23843/task/23859/stat : 23859 (java) S 23841 23843 22462 0 -1 4202560 2319 0 0 0 35 0 0 0 20 0 19 0 254035590 9855975424 210435 33554432000 1073741824 1073778376 140736325613584 139765518207160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23843/tid=23860] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23860/stat : 23860 (java) S 23841 23843 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035590 9855975424 210435 33554432000 1073741824 1073778376 140736325613584 139765517154808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23843/tid=23861] ppid=23841 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/23843/task/23861/stat : 23861 (java) S 23841 23843 22462 0 -1 4202560 96 0 0 0 35 28 0 0 20 0 19 0 254035590 9855975424 210435 33554432000 1073741824 1073778376 140736325613584 139765516102472 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23862] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23862/stat : 23862 (java) S 23841 23843 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254035617 9855975424 210435 33554432000 1073741824 1073778376 140736325613584 139765515048232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1773.4
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1748.2 s]
/proc/loadavg: 2.04 1.98 1.99 3/215 23877
/proc/meminfo: memFree=28089136/32873844 swapFree=7124/7124
[pid=23843] ppid=23841 vsize=9624976 CPUtime=1800.05 cores=0,2,4,6
/proc/23843/stat : 23843 (java) S 23841 23843 22462 0 -1 4202496 79682 0 1 0 179689 316 0 0 20 0 19 0 254035585 9855975424 205465 33554432000 1073741824 1073778376 140736325613584 140736325604720 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2406244 205465 2269 9 0 2396937 0
[pid=23843/tid=23844] ppid=23841 vsize=9624976 CPUtime=1714.59 cores=0,2,4,6
/proc/23843/task/23844/stat : 23844 (java) R 23841 23843 22462 0 -1 4202560 3898 0 1 0 171423 36 0 0 20 0 19 0 254035585 9855975424 205465 33554432000 1073741824 1073778376 140736325613584 139765699239216 139765568142578 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23846] ppid=23841 vsize=9624976 CPUtime=8.98 cores=0,2,4,6
/proc/23843/task/23846/stat : 23846 (java) S 23841 23843 22462 0 -1 4202560 8890 0 0 0 862 36 0 0 20 0 19 0 254035586 9855975424 205465 33554432000 1073741824 1073778376 140736325613584 139765688302248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23843/tid=23847] ppid=23841 vsize=9624976 CPUtime=8.87 cores=0,2,4,6
/proc/23843/task/23847/stat : 23847 (java) S 23841 23843 22462 0 -1 4202560 7526 0 0 0 857 30 0 0 20 0 19 0 254035586 9855975424 205465 33554432000 1073741824 1073778376 140736325613584 139765687249704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23843/tid=23848] ppid=23841 vsize=9624976 CPUtime=9.13 cores=0,2,4,6
/proc/23843/task/23848/stat : 23848 (java) S 23841 23843 22462 0 -1 4202560 10293 0 0 0 879 34 0 0 20 0 19 0 254035586 9855975424 205465 33554432000 1073741824 1073778376 140736325613584 139765686197160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23843/tid=23849] ppid=23841 vsize=9624976 CPUtime=9.01 cores=0,2,4,6
/proc/23843/task/23849/stat : 23849 (java) S 23841 23843 22462 0 -1 4202560 8601 0 0 0 864 37 0 0 20 0 19 0 254035586 9855975424 205465 33554432000 1073741824 1073778376 140736325613584 139765539879976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23843/tid=23850] ppid=23841 vsize=9624976 CPUtime=8.92 cores=0,2,4,6
/proc/23843/task/23850/stat : 23850 (java) S 23841 23843 22462 0 -1 4202560 7759 0 0 0 861 31 0 0 20 0 19 0 254035586 9855975424 205465 33554432000 1073741824 1073778376 140736325613584 139765538826408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23843/tid=23851] ppid=23841 vsize=9624976 CPUtime=9.01 cores=0,2,4,6
/proc/23843/task/23851/stat : 23851 (java) S 23841 23843 22462 0 -1 4202560 8554 0 0 0 872 29 0 0 20 0 19 0 254035586 9855975424 205465 33554432000 1073741824 1073778376 140736325613584 139765537773864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23843/tid=23852] ppid=23841 vsize=9624976 CPUtime=9.17 cores=0,2,4,6
/proc/23843/task/23852/stat : 23852 (java) S 23841 23843 22462 0 -1 4202560 8445 0 0 0 886 31 0 0 20 0 19 0 254035586 9855975424 205465 33554432000 1073741824 1073778376 140736325613584 139765536721320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23843/tid=23853] ppid=23841 vsize=9624976 CPUtime=8.85 cores=0,2,4,6
/proc/23843/task/23853/stat : 23853 (java) S 23841 23843 22462 0 -1 4202560 7385 0 0 0 850 35 0 0 20 0 19 0 254035586 9855975424 205465 33554432000 1073741824 1073778376 140736325613584 139765535668776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23843/tid=23854] ppid=23841 vsize=9624976 CPUtime=7.95 cores=0,2,4,6
/proc/23843/task/23854/stat : 23854 (java) S 23841 23843 22462 0 -1 4202560 2168 0 0 0 776 19 0 0 20 0 19 0 254035587 9855975424 205465 33554432000 1073741824 1073778376 140736325613584 139765523470952 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23843/tid=23855] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23855/stat : 23855 (java) S 23841 23843 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254035588 9855975424 205465 33554432000 1073741824 1073778376 140736325613584 139765522417272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23856] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23856/stat : 23856 (java) S 23841 23843 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254035588 9855975424 205465 33554432000 1073741824 1073778376 140736325613584 139765521364616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23857] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23857/stat : 23857 (java) S 23841 23843 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035590 9855975424 205465 33554432000 1073741824 1073778376 140736325613584 139765520313360 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23858] ppid=23841 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/23843/task/23858/stat : 23858 (java) S 23841 23843 22462 0 -1 4202560 2566 0 0 0 38 0 0 0 20 0 19 0 254035590 9855975424 205465 33554432000 1073741824 1073778376 140736325613584 139765519259704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23843/tid=23859] ppid=23841 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/23843/task/23859/stat : 23859 (java) S 23841 23843 22462 0 -1 4202560 2319 0 0 0 35 0 0 0 20 0 19 0 254035590 9855975424 205465 33554432000 1073741824 1073778376 140736325613584 139765518207160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23843/tid=23860] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23860/stat : 23860 (java) S 23841 23843 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035590 9855975424 205465 33554432000 1073741824 1073778376 140736325613584 139765517154808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23843/tid=23861] ppid=23841 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/23843/task/23861/stat : 23861 (java) S 23841 23843 22462 0 -1 4202560 98 0 0 0 35 29 0 0 20 0 19 0 254035590 9855975424 205465 33554432000 1073741824 1073778376 140736325613584 139765516102472 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23843/tid=23862] ppid=23841 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23843/task/23862/stat : 23862 (java) S 23841 23843 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254035617 9855975424 205465 33554432000 1073741824 1073778376 140736325613584 139765515048232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9624976

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

Solver just ended. Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23843 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=589484
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=621449
# CPU time returned by wait4() is 1796.21
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1748.25
CPU time (s): 1800.05
CPU user time (s): 1796.89
CPU system time (s): 3.16
CPU usage (%): 102.963
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.59
system time used= 3.62145
maximum resident set size= 894964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79722
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 79909
involuntary context switches= 131519

runsolver used 5.76212 second user time and 15.1517 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-24 19:05:02
IDJOB=3688019
IDBENCH=2584
IDSOLVER=2269
FILE ID=node134/3688019-1337879102
RUNJOBID= node134-1337871881-22478
PBS_JOBID= 14620070
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-91-90.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688019-1337879102/watcher-3688019-1337879102 -o /tmp/evaluation-result-3688019-1337879102/solver-3688019-1337879102 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688019-1337879102.opb

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

MD5SUM BENCH= fff7b3dc5d07bd6a4fd3046b5e5241f1
RANDOM SEED=835358082

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29395556 kB
Buffers:          215952 kB
Cached:          2443972 kB
SwapCached:            0 kB
Active:           523816 kB
Inactive:        2186872 kB
Active(anon):      47024 kB
Inactive(anon):     5996 kB
Active(file):     476792 kB
Inactive(file):  2180876 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               908 kB
Writeback:             0 kB
AnonPages:         59308 kB
Mapped:            22388 kB
Shmem:               212 kB
Slab:             628420 kB
SReclaimable:      70108 kB
SUnreclaim:       558312 kB
KernelStack:        1632 kB
PageTables:         4516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71720 MiB
End job on node134 at 2012-05-24 19:34:12