Trace number 3688787

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

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_10_5_80.opb
MD5SUMaef8bab64cc2dcfbe1beaaaf4a02d676
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.248961
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12540
Sum of products size (including duplicates)25080
Number of different products6270
Sum of products size12540

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@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-3688787-1337888046.opb
0.10/0.11	c reading problem ... 
1.05/0.53	c ... done. Wall clock time 0.429s.
1.05/0.53	c declared #vars     1000
1.05/0.53	c internal #vars     7270
1.05/0.53	c #constraints  14043
1.05/0.53	c constraints type 
1.05/0.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6270
1.05/0.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.05/0.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.05/0.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6270
1.05/0.53	c 14043 constraints processed.
3.63/2.69	c cleaning 2594 clauses out of 5188 with flag 5188/5188
5.64/4.58	c cleaning 4223 clauses out of 8446 with flag 11040/11040
7.88/6.72	c cleaning 5562 clauses out of 11183 with flag 18000/18000
10.31/9.12	c cleaning 6846 clauses out of 13691 with flag 26070/26070
12.95/11.74	c cleaning 7853 clauses out of 15775 with flag 35000/35000
15.86/14.61	c cleaning 8940 clauses out of 17922 with flag 45000/45000
17.91/16.67	c cleaning 9944 clauses out of 19986 with flag 56004/56004
19.44/18.15	c cleaning 11020 clauses out of 22056 with flag 68018/68018
20.97/19.63	c cleaning 12001 clauses out of 24021 with flag 81003/81003
22.62/21.22	c cleaning 13010 clauses out of 26028 with flag 95011/95011
24.53/23.01	c cleaning 13992 clauses out of 28007 with flag 110000/110000
26.34/24.84	c cleaning 15007 clauses out of 30019 with flag 126004/126004
28.32/26.78	c cleaning 16005 clauses out of 32009 with flag 143001/143001
31.08/29.40	c cleaning 16997 clauses out of 34004 with flag 161001/161001
39.71/38.04	c cleaning 18031 clauses out of 36062 with flag 180056/180056
46.97/45.27	c cleaning 19041 clauses out of 38115 with flag 200140/200140
53.45/51.66	c cleaning 19945 clauses out of 39973 with flag 221039/221039
59.75/57.83	c cleaning 20954 clauses out of 42006 with flag 243017/243017
65.54/63.50	c cleaning 22010 clauses out of 44035 with flag 266000/266000
69.83/67.70	c cleaning 23008 clauses out of 46025 with flag 290000/290000
75.93/73.79	c cleaning 24045 clauses out of 48090 with flag 315073/315073
87.29/85.09	c cleaning 25090 clauses out of 50180 with flag 341208/341208
96.76/94.37	c cleaning 25891 clauses out of 51913 with flag 368031/368031
105.72/103.18	c cleaning 27008 clauses out of 54016 with flag 396025/396025
112.14/109.42	c cleaning 27979 clauses out of 55991 with flag 425008/425008
117.50/114.74	c cleaning 29001 clauses out of 58015 with flag 455011/455011
123.30/120.41	c cleaning 29996 clauses out of 60009 with flag 486006/486006
129.00/126.07	c cleaning 30994 clauses out of 62007 with flag 518000/518000
135.39/132.30	c cleaning 32006 clauses out of 64023 with flag 551010/551010
141.79/138.66	c cleaning 32995 clauses out of 66009 with flag 585002/585002
147.39/144.19	c cleaning 34007 clauses out of 68014 with flag 620002/620002
155.91/152.61	c cleaning 35060 clauses out of 70120 with flag 656115/656115
181.53/177.95	c cleaning 36067 clauses out of 72134 with flag 693189/693189
204.36/200.53	c cleaning 36981 clauses out of 73971 with flag 731093/731093
235.18/231.19	c cleaning 38019 clauses out of 76038 with flag 770141/770141
259.77/255.67	c cleaning 38912 clauses out of 77957 with flag 810079/810079
279.63/275.23	c cleaning 39871 clauses out of 80037 with flag 851071/851071
300.61/295.32	c cleaning 41069 clauses out of 82137 with flag 893042/893042
323.53/317.45	c cleaning 42062 clauses out of 84124 with flag 936098/936098
353.97/347.46	c cleaning 43027 clauses out of 86055 with flag 980091/980091
386.12/379.18	c cleaning 44077 clauses out of 88154 with flag 1025217/1025217
409.09/401.62	c cleaning 44884 clauses out of 89943 with flag 1071083/1071083
421.49/413.73	c cleaning 45966 clauses out of 91979 with flag 1118003/1118003
434.08/425.92	c cleaning 46979 clauses out of 94016 with flag 1166006/1166006
445.18/436.74	c cleaning 48003 clauses out of 96034 with flag 1215003/1215003
455.65/446.99	c cleaning 49017 clauses out of 98033 with flag 1265005/1265005
468.80/459.76	c cleaning 50011 clauses out of 100022 with flag 1316011/1316011
478.78/469.44	c cleaning 50992 clauses out of 102000 with flag 1368000/1368000
502.31/492.54	c cleaning 52023 clauses out of 104078 with flag 1421070/1421070
530.34/520.12	c cleaning 52975 clauses out of 106025 with flag 1475040/1475040
553.43/542.70	c cleaning 54003 clauses out of 108011 with flag 1530001/1530001
572.45/561.33	c cleaning 55010 clauses out of 110019 with flag 1586012/1586012
589.15/577.88	c cleaning 55978 clauses out of 112006 with flag 1643009/1643009
604.74/593.15	c cleaning 57012 clauses out of 114027 with flag 1701008/1701008
619.64/607.84	c cleaning 57982 clauses out of 116012 with flag 1760005/1760005
636.34/624.33	c cleaning 59020 clauses out of 118040 with flag 1820015/1820015
657.61/645.29	c cleaning 60031 clauses out of 120061 with flag 1881056/1881056
679.62/666.73	c cleaning 61035 clauses out of 122081 with flag 1943107/1943107
701.42/688.11	c cleaning 61946 clauses out of 123939 with flag 2006000/2006000
735.62/721.76	c cleaning 63039 clauses out of 126083 with flag 2070090/2070090
760.93/746.37	c cleaning 63853 clauses out of 127969 with flag 2135015/2135015
779.71/764.79	c cleaning 65055 clauses out of 130132 with flag 2201031/2201031
798.99/783.86	c cleaning 66015 clauses out of 132052 with flag 2268006/2268006
821.84/806.68	c cleaning 67031 clauses out of 134061 with flag 2336030/2336030
847.16/831.59	c cleaning 67974 clauses out of 136027 with flag 2405027/2405027
874.03/858.04	c cleaning 69049 clauses out of 138098 with flag 2475072/2475072
911.06/894.81	c cleaning 70017 clauses out of 140034 with flag 2546057/2546057
947.29/930.85	c cleaning 71018 clauses out of 142035 with flag 2618075/2618075
995.01/977.95	c cleaning 72090 clauses out of 144180 with flag 2691238/2691238
1046.77/1029.37	c cleaning 73013 clauses out of 146085 with flag 2765233/2765233
1098.07/1080.23	c cleaning 73946 clauses out of 147892 with flag 2840053/2840053
1139.17/1121.32	c cleaning 74975 clauses out of 149950 with flag 2916057/2916057
1201.68/1183.35	c cleaning 76022 clauses out of 152043 with flag 2993125/2993125
1227.28/1208.35	c cleaning 76950 clauses out of 153906 with flag 3071010/3071010
1244.43/1225.37	c cleaning 77937 clauses out of 155950 with flag 3150004/3150004
1271.28/1251.87	c cleaning 79082 clauses out of 158163 with flag 3230154/3230154
1320.04/1300.12	c cleaning 79994 clauses out of 159988 with flag 3311061/3311061
1365.63/1345.09	c cleaning 80971 clauses out of 162103 with flag 3393170/3393170
1417.25/1396.15	c cleaning 81995 clauses out of 163993 with flag 3476031/3476031
1462.68/1440.98	c cleaning 83022 clauses out of 166044 with flag 3560077/3560077
1509.10/1486.85	c cleaning 84096 clauses out of 168191 with flag 3645246/3645246
1546.55/1523.76	c cleaning 84917 clauses out of 169853 with flag 3731004/3731004
1580.52/1557.34	c cleaning 85975 clauses out of 171949 with flag 3818017/3818017
1608.36/1584.67	c cleaning 86993 clauses out of 173985 with flag 3906028/3906028
1640.09/1615.84	c cleaning 87993 clauses out of 175986 with flag 3995022/3995022
1673.54/1648.77	c cleaning 88992 clauses out of 177992 with flag 4085021/4085021
1702.67/1677.38	c cleaning 89946 clauses out of 179985 with flag 4176006/4176006
1730.31/1704.73	c cleaning 90994 clauses out of 182040 with flag 4268007/4268007
1757.74/1731.80	c cleaning 92028 clauses out of 184061 with flag 4361022/4361022
1785.79/1759.56	c cleaning 92995 clauses out of 186024 with flag 4455013/4455013
1800.04/1773.41	c starts		: 265
1800.04/1773.41	c conflicts		: 4521547
1800.04/1773.41	c decisions		: 5552493
1800.04/1773.41	c propagations		: 513792644
1800.04/1773.41	c inspects		: 8562899772
1800.04/1773.41	c shortcuts		: 0
1800.04/1773.41	c learnt literals	: 0
1800.04/1773.41	c learnt binary clauses	: 0
1800.04/1773.41	c learnt ternary clauses	: 161
1800.04/1773.41	c learnt constraints	: 4521548
1800.04/1773.41	c ignored constraints	: 0
1800.04/1773.41	c root simplifications	: 0
1800.04/1773.41	c removed literals (reason simplification)	: 0
1800.04/1773.41	c reason swapping (by a shorter reason)	: 0
1800.04/1773.41	c Calls to reduceDB	: 90
1800.04/1773.41	c number of reductions to clauses (during analyze)	: 0
1800.04/1773.41	c number of learned constraints concerned by reduction	: 0
1800.04/1773.41	c number of learning phase by resolution	: 0
1800.04/1773.41	c number of learning phase by cutting planes	: 0
1800.04/1773.41	c speed (assignments/second)	: 289809.5712979514
1800.04/1773.41	c non guided choices	6756
1800.04/1773.44	c learnt constraints type 
1800.04/1773.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 159812
1800.04/1773.44	c constraints type 
1800.04/1773.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6270
1800.04/1773.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.04/1773.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.04/1773.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6270
1800.04/1773.44	c 14043 constraints processed.
1800.04/1773.44	s UNKNOWN
1800.04/1773.44	c Total wall clock time (in seconds): 1773.338

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.18 2.16 2.07 3/196 24782
/proc/meminfo: memFree=29353252/32873844 swapFree=7124/7124
[pid=24782] ppid=24780 vsize=23172 CPUtime=0 cores=1,3,5,7
/proc/24782/stat : 24782 (java) R 24780 24782 22462 0 -1 4202496 1136 0 0 0 0 0 0 0 20 0 1 0 254929947 23728128 857 33554432000 1073741824 1073778376 140733867346752 140733867336744 273896533847 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24782/statm: 5793 863 652 9 0 128 0
[pid=24782/tid=24783] ppid=24780 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24783/stat : 24783 (java) R 24780 24782 22462 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 254929948 24780800 867 33554432000 1073741824 1073778376 140733867346752 140733867336744 273905752241 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0394959 s]
/proc/loadavg: 2.18 2.16 2.07 3/196 24782
/proc/meminfo: memFree=29353252/32873844 swapFree=7124/7124
[pid=24782] ppid=24780 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/24782/stat : 24782 (java) S 24780 24782 22462 0 -1 4202496 3028 0 1 0 2 0 0 0 20 0 13 0 254929947 9446973440 3726 33554432000 1073741824 1073778376 140733867346752 140733867337888 273909055549 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24782/statm: 2306390 3726 1698 9 0 2297091 0
[pid=24782/tid=24783] ppid=24780 vsize=9225560 CPUtime=0.01 cores=1,3,5,7
/proc/24782/task/24783/stat : 24783 (java) R 24780 24782 22462 0 -1 4202560 1848 0 1 0 1 0 0 0 20 0 13 0 254929948 9446973440 3727 33554432000 1073741824 1073778376 140733867346752 140659386732784 140659390748260 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100311 s]
/proc/loadavg: 2.18 2.16 2.07 3/196 24782
/proc/meminfo: memFree=29353252/32873844 swapFree=7124/7124
[pid=24782] ppid=24780 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/24782/stat : 24782 (java) S 24780 24782 22462 0 -1 4202496 4374 0 1 0 10 0 0 0 20 0 18 0 254929947 9787813888 5569 33554432000 1073741824 1073778376 140733867346752 140733867337888 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24782/statm: 2389603 5570 2108 9 0 2380296 0
[pid=24782/tid=24783] ppid=24780 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/24782/task/24783/stat : 24783 (java) R 24780 24782 22462 0 -1 4202560 2426 0 1 0 7 0 0 0 20 0 18 0 254929948 9787813888 5570 33554432000 1073741824 1073778376 140733867346752 140659386735536 140659394501459 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.30022 s]
/proc/loadavg: 2.18 2.16 2.07 3/196 24782
/proc/meminfo: memFree=29353252/32873844 swapFree=7124/7124
[pid=24782] ppid=24780 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/24782/stat : 24782 (java) S 24780 24782 22462 0 -1 4202496 5204 0 1 0 46 1 0 0 20 0 18 0 254929947 9787813888 8699 33554432000 1073741824 1073778376 140733867346752 140733867337888 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24782/statm: 2389603 8699 2236 9 0 2380296 0
[pid=24782/tid=24783] ppid=24780 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/24782/task/24783/stat : 24783 (java) R 24780 24782 22462 0 -1 4202560 2453 0 1 0 27 0 0 0 20 0 18 0 254929948 9787813888 8699 33554432000 1073741824 1073778376 140733867346752 140659386736072 140659256270512 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700277 s]
/proc/loadavg: 2.18 2.16 2.07 3/196 24782
/proc/meminfo: memFree=29353252/32873844 swapFree=7124/7124
[pid=24782] ppid=24780 vsize=9624976 CPUtime=1.59 cores=1,3,5,7
/proc/24782/stat : 24782 (java) S 24780 24782 22462 0 -1 4202496 13901 0 1 0 156 3 0 0 20 0 19 0 254929947 9855975424 28160 33554432000 1073741824 1073778376 140733867346752 140733867337888 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24782/statm: 2406244 28160 2249 9 0 2396937 0
[pid=24782/tid=24783] ppid=24780 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/24782/task/24783/stat : 24783 (java) R 24780 24782 22462 0 -1 4202560 2483 0 1 0 65 2 0 0 20 0 19 0 254929948 9855975424 28160 33554432000 1073741824 1073778376 140733867346752 140659386737424 140659256262528 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9624976

[startup+1.50074 s]
/proc/loadavg: 2.24 2.18 2.08 3/215 24801
/proc/meminfo: memFree=29245196/32873844 swapFree=7124/7124
[pid=24782] ppid=24780 vsize=9624976 CPUtime=2.52 cores=1,3,5,7
/proc/24782/stat : 24782 (java) S 24780 24782 22462 0 -1 4202496 14674 0 1 0 249 3 0 0 20 0 19 0 254929947 9855975424 29194 33554432000 1073741824 1073778376 140733867346752 140733867337888 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24782/statm: 2406244 29194 2255 9 0 2396937 0
[pid=24782/tid=24783] ppid=24780 vsize=9624976 CPUtime=1.47 cores=1,3,5,7
/proc/24782/task/24783/stat : 24783 (java) R 24780 24782 22462 0 -1 4202560 2487 0 1 0 145 2 0 0 20 0 19 0 254929948 9855975424 29194 33554432000 1073741824 1073778376 140733867346752 140659386737272 140659256984813 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24785] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24785/stat : 24785 (java) S 24780 24782 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254929948 9855975424 29194 33554432000 1073741824 1073778376 140733867346752 140659375798568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24786] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24786/stat : 24786 (java) S 24780 24782 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254929948 9855975424 29194 33554432000 1073741824 1073778376 140733867346752 140659374745768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24782/tid=24787] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24787/stat : 24787 (java) S 24780 24782 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254929948 9855975424 29194 33554432000 1073741824 1073778376 140733867346752 140659228621352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24782/tid=24788] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24788/stat : 24788 (java) S 24780 24782 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254929948 9855975424 29194 33554432000 1073741824 1073778376 140733867346752 140659227568552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24789] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24789/stat : 24789 (java) S 24780 24782 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254929948 9855975424 29194 33554432000 1073741824 1073778376 140733867346752 140659226516264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24790] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24790/stat : 24790 (java) S 24780 24782 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254929948 9855975424 29194 33554432000 1073741824 1073778376 140733867346752 140659225463464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24791] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24791/stat : 24791 (java) S 24780 24782 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254929948 9855975424 29194 33554432000 1073741824 1073778376 140733867346752 140659224411176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24792] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24792/stat : 24792 (java) S 24780 24782 22462 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254929948 9855975424 29194 33554432000 1073741824 1073778376 140733867346752 140659223358376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24793] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24793/stat : 24793 (java) S 24780 24782 22462 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254929950 9855975424 29194 33554432000 1073741824 1073778376 140733867346752 140659210946792 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24782/tid=24794] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24794/stat : 24794 (java) S 24780 24782 22462 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254929950 9855975424 29194 33554432000 1073741824 1073778376 140733867346752 140659209892856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24795] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24795/stat : 24795 (java) S 24780 24782 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254929950 9855975424 29194 33554432000 1073741824 1073778376 140733867346752 140659208840456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24796] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24796/stat : 24796 (java) S 24780 24782 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254929952 9855975424 29194 33554432000 1073741824 1073778376 140733867346752 140659207788944 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24797] ppid=24780 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/24782/task/24797/stat : 24797 (java) S 24780 24782 22462 0 -1 4202560 6235 0 0 0 58 0 0 0 20 0 19 0 254929952 9855975424 29194 33554432000 1073741824 1073778376 140733867346752 140659206736568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24798] ppid=24780 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/24782/task/24798/stat : 24798 (java) S 24780 24782 22462 0 -1 4202560 4753 0 0 0 42 0 0 0 20 0 19 0 254929952 9855975424 29194 33554432000 1073741824 1073778376 140733867346752 140659205683768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24782/tid=24799] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24799/stat : 24799 (java) S 24780 24782 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254929953 9855975424 29194 33554432000 1073741824 1073778376 140733867346752 140659204631672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24782/tid=24800] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24800/stat : 24800 (java) S 24780 24782 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254929953 9855975424 29194 33554432000 1073741824 1073778376 140733867346752 140659203579080 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24782/tid=24801] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24801/stat : 24801 (java) S 24780 24782 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254930003 9855975424 29194 33554432000 1073741824 1073778376 140733867346752 140659202524072 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 9624976

[startup+3.10063 s]
/proc/loadavg: 2.24 2.18 2.08 3/215 24801
/proc/meminfo: memFree=29230364/32873844 swapFree=7124/7124
[pid=24782] ppid=24780 vsize=9624976 CPUtime=4.21 cores=1,3,5,7
/proc/24782/stat : 24782 (java) S 24780 24782 22462 0 -1 4202496 14781 0 1 0 414 7 0 0 20 0 19 0 254929947 9855975424 43062 33554432000 1073741824 1073778376 140733867346752 140733867337888 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24782/statm: 2406244 43062 2281 9 0 2396937 0
[pid=24782/tid=24783] ppid=24780 vsize=9624976 CPUtime=3 cores=1,3,5,7
/proc/24782/task/24783/stat : 24783 (java) R 24780 24782 22462 0 -1 4202560 2497 0 1 0 298 2 0 0 20 0 19 0 254929948 9855975424 43062 33554432000 1073741824 1073778376 140733867346752 140659386737048 140659256984808 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24785] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24785/stat : 24785 (java) S 24780 24782 22462 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254929948 9855975424 43062 33554432000 1073741824 1073778376 140733867346752 140659375798568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24786] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24786/stat : 24786 (java) S 24780 24782 22462 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254929948 9855975424 43062 33554432000 1073741824 1073778376 140733867346752 140659374745768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24787] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24787/stat : 24787 (java) S 24780 24782 22462 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254929948 9855975424 43062 33554432000 1073741824 1073778376 140733867346752 140659228621352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24782/tid=24788] ppid=24780 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24782/task/24788/stat : 24788 (java) S 24780 24782 22462 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 254929948 9855975424 43062 33554432000 1073741824 1073778376 140733867346752 140659227568552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24789] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24789/stat : 24789 (java) S 24780 24782 22462 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254929948 9855975424 43062 33554432000 1073741824 1073778376 140733867346752 140659226516264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24790] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24790/stat : 24790 (java) S 24780 24782 22462 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254929948 9855975424 43062 33554432000 1073741824 1073778376 140733867346752 140659225463464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24782/tid=24791] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24791/stat : 24791 (java) S 24780 24782 22462 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254929948 9855975424 43062 33554432000 1073741824 1073778376 140733867346752 140659224411176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24792] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24792/stat : 24792 (java) S 24780 24782 22462 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254929948 9855975424 43062 33554432000 1073741824 1073778376 140733867346752 140659223358376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24793] ppid=24780 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/24782/task/24793/stat : 24793 (java) S 24780 24782 22462 0 -1 4202560 38 0 0 0 2 0 0 0 20 0 19 0 254929950 9855975424 43062 33554432000 1073741824 1073778376 140733867346752 140659210946792 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24782/tid=24794] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24794/stat : 24794 (java) S 24780 24782 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254929950 9855975424 43062 33554432000 1073741824 1073778376 140733867346752 140659209892856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24795] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24795/stat : 24795 (java) S 24780 24782 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254929950 9855975424 43062 33554432000 1073741824 1073778376 140733867346752 140659208840456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24796] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24796/stat : 24796 (java) S 24780 24782 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254929952 9855975424 43062 33554432000 1073741824 1073778376 140733867346752 140659207788944 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24797] ppid=24780 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/24782/task/24797/stat : 24797 (java) S 24780 24782 22462 0 -1 4202560 6239 0 0 0 60 0 0 0 20 0 19 0 254929952 9855975424 43062 33554432000 1073741824 1073778376 140733867346752 140659206736568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24798] ppid=24780 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/24782/task/24798/stat : 24798 (java) S 24780 24782 22462 0 -1 4202560 4755 0 0 0 44 0 0 0 20 0 19 0 254929952 9855975424 43062 33554432000 1073741824 1073778376 140733867346752 140659205683768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24782/tid=24799] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24799/stat : 24799 (java) S 24780 24782 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254929953 9855975424 43062 33554432000 1073741824 1073778376 140733867346752 140659204631672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24782/tid=24800] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24800/stat : 24800 (java) S 24780 24782 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254929953 9855975424 43062 33554432000 1073741824 1073778376 140733867346752 140659203579080 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24782/tid=24801] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24801/stat : 24801 (java) S 24780 24782 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254930003 9855975424 43062 33554432000 1073741824 1073778376 140733867346752 140659202524072 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 9624976

[startup+6.30074 s]
/proc/loadavg: 2.22 2.17 2.07 3/215 24801
/proc/meminfo: memFree=29143604/32873844 swapFree=7124/7124
[pid=24782] ppid=24780 vsize=9624976 CPUtime=7.47 cores=1,3,5,7
/proc/24782/stat : 24782 (java) S 24780 24782 22462 0 -1 4202496 14825 0 1 0 738 9 0 0 20 0 19 0 254929947 9855975424 51727 33554432000 1073741824 1073778376 140733867346752 140733867337888 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24782/statm: 2406244 51727 2281 9 0 2396937 0
[pid=24782/tid=24783] ppid=24780 vsize=9624976 CPUtime=6.15 cores=1,3,5,7
/proc/24782/task/24783/stat : 24783 (java) R 24780 24782 22462 0 -1 4202560 2498 0 1 0 613 2 0 0 20 0 19 0 254929948 9855975424 51727 33554432000 1073741824 1073778376 140733867346752 140659386737112 140659256897667 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24785] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24785/stat : 24785 (java) S 24780 24782 22462 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254929948 9855975424 51727 33554432000 1073741824 1073778376 140733867346752 140659375798568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24786] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24786/stat : 24786 (java) S 24780 24782 22462 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254929948 9855975424 51727 33554432000 1073741824 1073778376 140733867346752 140659374745768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24787] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24787/stat : 24787 (java) S 24780 24782 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254929948 9855975424 51727 33554432000 1073741824 1073778376 140733867346752 140659228621352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24782/tid=24788] ppid=24780 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24782/task/24788/stat : 24788 (java) S 24780 24782 22462 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 19 0 254929948 9855975424 51727 33554432000 1073741824 1073778376 140733867346752 140659227568552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24782/tid=24789] ppid=24780 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24782/task/24789/stat : 24789 (java) S 24780 24782 22462 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 19 0 254929948 9855975424 51727 33554432000 1073741824 1073778376 140733867346752 140659226516264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24790] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24790/stat : 24790 (java) S 24780 24782 22462 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254929948 9855975424 51727 33554432000 1073741824 1073778376 140733867346752 140659225463464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24791] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24791/stat : 24791 (java) S 24780 24782 22462 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254929948 9855975424 51727 33554432000 1073741824 1073778376 140733867346752 140659224411176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24792] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24792/stat : 24792 (java) S 24780 24782 22462 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254929948 9855975424 51727 33554432000 1073741824 1073778376 140733867346752 140659223358376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24793] ppid=24780 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/24782/task/24793/stat : 24793 (java) S 24780 24782 22462 0 -1 4202560 46 0 0 0 6 0 0 0 20 0 19 0 254929950 9855975424 51727 33554432000 1073741824 1073778376 140733867346752 140659210946792 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24782/tid=24794] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24794/stat : 24794 (java) S 24780 24782 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254929950 9855975424 51727 33554432000 1073741824 1073778376 140733867346752 140659209892856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24795] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24795/stat : 24795 (java) S 24780 24782 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254929950 9855975424 51727 33554432000 1073741824 1073778376 140733867346752 140659208840456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24796] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24796/stat : 24796 (java) S 24780 24782 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254929952 9855975424 51727 33554432000 1073741824 1073778376 140733867346752 140659207788944 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24797] ppid=24780 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/24782/task/24797/stat : 24797 (java) S 24780 24782 22462 0 -1 4202560 6239 0 0 0 61 0 0 0 20 0 19 0 254929952 9855975424 51727 33554432000 1073741824 1073778376 140733867346752 140659206736568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24798] ppid=24780 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/24782/task/24798/stat : 24798 (java) S 24780 24782 22462 0 -1 4202560 4756 0 0 0 46 0 0 0 20 0 19 0 254929952 9855975424 51727 33554432000 1073741824 1073778376 140733867346752 140659205683768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=24782/tid=24797] ppid=24780 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/24782/task/24797/stat : 24797 (java) S 24780 24782 22462 0 -1 4202560 6242 0 0 0 63 0 0 0 20 0 19 0 254929952 9855975424 378554 33554432000 1073741824 1073778376 140733867346752 140659206736568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24798] ppid=24780 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/24782/task/24798/stat : 24798 (java) S 24780 24782 22462 0 -1 4202560 4783 0 0 0 53 0 0 0 20 0 19 0 254929952 9855975424 378554 33554432000 1073741824 1073778376 140733867346752 140659205683768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24799] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24799/stat : 24799 (java) S 24780 24782 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254929953 9855975424 378554 33554432000 1073741824 1073778376 140733867346752 140659204631672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24782/tid=24800] ppid=24780 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/24782/task/24800/stat : 24800 (java) S 24780 24782 22462 0 -1 4202560 93 0 0 0 39 32 0 0 20 0 19 0 254929953 9855975424 378554 33554432000 1073741824 1073778376 140733867346752 140659203579080 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24782/tid=24801] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24801/stat : 24801 (java) S 24780 24782 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254930003 9855975424 378554 33554432000 1073741824 1073778376 140733867346752 140659202524072 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1626.34
Current children cumulated vsize (KiB) 9624976

[startup+1662.3 s]
/proc/loadavg: 2.04 2.03 2.03 3/216 24954
/proc/meminfo: memFree=27676464/32873844 swapFree=7124/7124
[pid=24782] ppid=24780 vsize=9624976 CPUtime=1687.44 cores=1,3,5,7
/proc/24782/stat : 24782 (java) S 24780 24782 22462 0 -1 4202496 24665 0 1 0 168509 235 0 0 20 0 19 0 254929947 9855975424 378537 33554432000 1073741824 1073778376 140733867346752 140733867337888 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24782/statm: 2406244 378537 2282 9 0 2396937 0
[pid=24782/tid=24783] ppid=24780 vsize=9624976 CPUtime=1638.92 cores=1,3,5,7
/proc/24782/task/24783/stat : 24783 (java) R 24780 24782 22462 0 -1 4202560 2699 0 1 0 163863 29 0 0 20 0 19 0 254929948 9855975424 378537 33554432000 1073741824 1073778376 140733867346752 140659386736928 140659256994266 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24785] ppid=24780 vsize=9624976 CPUtime=4.06 cores=1,3,5,7
/proc/24782/task/24785/stat : 24785 (java) S 24780 24782 22462 0 -1 4202560 546 0 0 0 381 25 0 0 20 0 19 0 254929948 9855975424 378537 33554432000 1073741824 1073778376 140733867346752 140659375798568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24786] ppid=24780 vsize=9624976 CPUtime=4.01 cores=1,3,5,7
/proc/24782/task/24786/stat : 24786 (java) S 24780 24782 22462 0 -1 4202560 615 0 0 0 382 19 0 0 20 0 19 0 254929948 9855975424 378537 33554432000 1073741824 1073778376 140733867346752 140659374745768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24787] ppid=24780 vsize=9624976 CPUtime=3.99 cores=1,3,5,7
/proc/24782/task/24787/stat : 24787 (java) S 24780 24782 22462 0 -1 4202560 1185 0 0 0 376 23 0 0 20 0 19 0 254929948 9855975424 378537 33554432000 1073741824 1073778376 140733867346752 140659228621352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24788] ppid=24780 vsize=9624976 CPUtime=4.2 cores=1,3,5,7
/proc/24782/task/24788/stat : 24788 (java) S 24780 24782 22462 0 -1 4202560 925 0 0 0 395 25 0 0 20 0 19 0 254929948 9855975424 378537 33554432000 1073741824 1073778376 140733867346752 140659227568552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24789] ppid=24780 vsize=9624976 CPUtime=4.13 cores=1,3,5,7
/proc/24782/task/24789/stat : 24789 (java) S 24780 24782 22462 0 -1 4202560 1360 0 0 0 387 26 0 0 20 0 19 0 254929948 9855975424 378537 33554432000 1073741824 1073778376 140733867346752 140659226516264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24782/tid=24790] ppid=24780 vsize=9624976 CPUtime=3.65 cores=1,3,5,7
/proc/24782/task/24790/stat : 24790 (java) S 24780 24782 22462 0 -1 4202560 791 0 0 0 343 22 0 0 20 0 19 0 254929948 9855975424 378537 33554432000 1073741824 1073778376 140733867346752 140659225463464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24791] ppid=24780 vsize=9624976 CPUtime=3.73 cores=1,3,5,7
/proc/24782/task/24791/stat : 24791 (java) S 24780 24782 22462 0 -1 4202560 1144 0 0 0 350 23 0 0 20 0 19 0 254929948 9855975424 378537 33554432000 1073741824 1073778376 140733867346752 140659224411176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24782/tid=24792] ppid=24780 vsize=9624976 CPUtime=4.12 cores=1,3,5,7
/proc/24782/task/24792/stat : 24792 (java) S 24780 24782 22462 0 -1 4202560 1451 0 0 0 390 22 0 0 20 0 19 0 254929948 9855975424 378537 33554432000 1073741824 1073778376 140733867346752 140659223358376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24793] ppid=24780 vsize=9624976 CPUtime=10.47 cores=1,3,5,7
/proc/24782/task/24793/stat : 24793 (java) S 24780 24782 22462 0 -1 4202560 1644 0 0 0 1042 5 0 0 20 0 19 0 254929950 9855975424 378537 33554432000 1073741824 1073778376 140733867346752 140659210946792 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24782/tid=24794] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24794/stat : 24794 (java) S 24780 24782 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254929950 9855975424 378537 33554432000 1073741824 1073778376 140733867346752 140659209892856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24795] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24795/stat : 24795 (java) S 24780 24782 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254929950 9855975424 378537 33554432000 1073741824 1073778376 140733867346752 140659208840456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24796] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24796/stat : 24796 (java) S 24780 24782 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254929952 9855975424 378537 33554432000 1073741824 1073778376 140733867346752 140659207788944 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24797] ppid=24780 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/24782/task/24797/stat : 24797 (java) S 24780 24782 22462 0 -1 4202560 6242 0 0 0 63 0 0 0 20 0 19 0 254929952 9855975424 378537 33554432000 1073741824 1073778376 140733867346752 140659206736568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24798] ppid=24780 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/24782/task/24798/stat : 24798 (java) S 24780 24782 22462 0 -1 4202560 4783 0 0 0 53 0 0 0 20 0 19 0 254929952 9855975424 378537 33554432000 1073741824 1073778376 140733867346752 140659205683768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24799] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24799/stat : 24799 (java) S 24780 24782 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254929953 9855975424 378537 33554432000 1073741824 1073778376 140733867346752 140659204631672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24782/tid=24800] ppid=24780 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/24782/task/24800/stat : 24800 (java) S 24780 24782 22462 0 -1 4202560 95 0 0 0 40 34 0 0 20 0 19 0 254929953 9855975424 378537 33554432000 1073741824 1073778376 140733867346752 140659203579080 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24782/tid=24801] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24801/stat : 24801 (java) S 24780 24782 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254930003 9855975424 378537 33554432000 1073741824 1073778376 140733867346752 140659202524072 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1687.44
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.03 3/215 24954
/proc/meminfo: memFree=27674548/32873844 swapFree=7124/7124
[pid=24782] ppid=24780 vsize=9624976 CPUtime=1748.24 cores=1,3,5,7
/proc/24782/stat : 24782 (java) S 24780 24782 22462 0 -1 4202496 24708 0 1 0 174588 236 0 0 20 0 19 0 254929947 9855975424 378999 33554432000 1073741824 1073778376 140733867346752 140733867337888 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24782/statm: 2406244 378999 2282 9 0 2396937 0
[pid=24782/tid=24783] ppid=24780 vsize=9624976 CPUtime=1698.16 cores=1,3,5,7
/proc/24782/task/24783/stat : 24783 (java) R 24780 24782 22462 0 -1 4202560 2704 0 1 0 169786 30 0 0 20 0 19 0 254929948 9855975424 378999 33554432000 1073741824 1073778376 140733867346752 140659386735984 140659256962733 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24785] ppid=24780 vsize=9624976 CPUtime=4.2 cores=1,3,5,7
/proc/24782/task/24785/stat : 24785 (java) S 24780 24782 22462 0 -1 4202560 546 0 0 0 395 25 0 0 20 0 19 0 254929948 9855975424 378999 33554432000 1073741824 1073778376 140733867346752 140659375798568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24786] ppid=24780 vsize=9624976 CPUtime=4.16 cores=1,3,5,7
/proc/24782/task/24786/stat : 24786 (java) S 24780 24782 22462 0 -1 4202560 615 0 0 0 397 19 0 0 20 0 19 0 254929948 9855975424 378999 33554432000 1073741824 1073778376 140733867346752 140659374745768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24787] ppid=24780 vsize=9624976 CPUtime=4.13 cores=1,3,5,7
/proc/24782/task/24787/stat : 24787 (java) S 24780 24782 22462 0 -1 4202560 1185 0 0 0 390 23 0 0 20 0 19 0 254929948 9855975424 378999 33554432000 1073741824 1073778376 140733867346752 140659228621352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24782/tid=24788] ppid=24780 vsize=9624976 CPUtime=4.37 cores=1,3,5,7
/proc/24782/task/24788/stat : 24788 (java) S 24780 24782 22462 0 -1 4202560 925 0 0 0 412 25 0 0 20 0 19 0 254929948 9855975424 378999 33554432000 1073741824 1073778376 140733867346752 140659227568552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24782/tid=24789] ppid=24780 vsize=9624976 CPUtime=4.26 cores=1,3,5,7
/proc/24782/task/24789/stat : 24789 (java) S 24780 24782 22462 0 -1 4202560 1360 0 0 0 400 26 0 0 20 0 19 0 254929948 9855975424 378999 33554432000 1073741824 1073778376 140733867346752 140659226516264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24782/tid=24790] ppid=24780 vsize=9624976 CPUtime=3.77 cores=1,3,5,7
/proc/24782/task/24790/stat : 24790 (java) S 24780 24782 22462 0 -1 4202560 791 0 0 0 355 22 0 0 20 0 19 0 254929948 9855975424 378999 33554432000 1073741824 1073778376 140733867346752 140659225463464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24791] ppid=24780 vsize=9624976 CPUtime=3.83 cores=1,3,5,7
/proc/24782/task/24791/stat : 24791 (java) S 24780 24782 22462 0 -1 4202560 1144 0 0 0 360 23 0 0 20 0 19 0 254929948 9855975424 378999 33554432000 1073741824 1073778376 140733867346752 140659224411176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24782/tid=24792] ppid=24780 vsize=9624976 CPUtime=4.26 cores=1,3,5,7
/proc/24782/task/24792/stat : 24792 (java) S 24780 24782 22462 0 -1 4202560 1451 0 0 0 404 22 0 0 20 0 19 0 254929948 9855975424 378999 33554432000 1073741824 1073778376 140733867346752 140659223358376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24782/tid=24793] ppid=24780 vsize=9624976 CPUtime=10.77 cores=1,3,5,7
/proc/24782/task/24793/stat : 24793 (java) S 24780 24782 22462 0 -1 4202560 1678 0 0 0 1072 5 0 0 20 0 19 0 254929950 9855975424 378999 33554432000 1073741824 1073778376 140733867346752 140659210946792 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24794] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24794/stat : 24794 (java) S 24780 24782 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254929950 9855975424 378999 33554432000 1073741824 1073778376 140733867346752 140659209892856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24795] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24795/stat : 24795 (java) S 24780 24782 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254929950 9855975424 378999 33554432000 1073741824 1073778376 140733867346752 140659208840456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24796] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24796/stat : 24796 (java) S 24780 24782 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254929952 9855975424 378999 33554432000 1073741824 1073778376 140733867346752 140659207788944 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24797] ppid=24780 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/24782/task/24797/stat : 24797 (java) S 24780 24782 22462 0 -1 4202560 6242 0 0 0 63 0 0 0 20 0 19 0 254929952 9855975424 378999 33554432000 1073741824 1073778376 140733867346752 140659206736568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24798] ppid=24780 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/24782/task/24798/stat : 24798 (java) S 24780 24782 22462 0 -1 4202560 4783 0 0 0 53 0 0 0 20 0 19 0 254929952 9855975424 378999 33554432000 1073741824 1073778376 140733867346752 140659205683768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24799] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24799/stat : 24799 (java) S 24780 24782 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254929953 9855975424 378999 33554432000 1073741824 1073778376 140733867346752 140659204631672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24782/tid=24800] ppid=24780 vsize=9624976 CPUtime=0.77 cores=1,3,5,7
/proc/24782/task/24800/stat : 24800 (java) S 24780 24782 22462 0 -1 4202560 99 0 0 0 42 35 0 0 20 0 19 0 254929953 9855975424 378999 33554432000 1073741824 1073778376 140733867346752 140659203579080 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24782/tid=24801] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24801/stat : 24801 (java) S 24780 24782 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254930003 9855975424 378999 33554432000 1073741824 1073778376 140733867346752 140659202524072 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1748.24
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1773.4 s]
/proc/loadavg: 2.00 2.02 2.02 3/215 24954
/proc/meminfo: memFree=27672376/32873844 swapFree=7124/7124
[pid=24782] ppid=24780 vsize=9624976 CPUtime=1800.04 cores=1,3,5,7
/proc/24782/stat : 24782 (java) S 24780 24782 22462 0 -1 4202496 24737 0 1 0 179766 238 0 0 20 0 19 0 254929947 9855975424 379016 33554432000 1073741824 1073778376 140733867346752 140733867337888 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24782/statm: 2406244 379016 2282 9 0 2396937 0
[pid=24782/tid=24783] ppid=24780 vsize=9624976 CPUtime=1748.48 cores=1,3,5,7
/proc/24782/task/24783/stat : 24783 (java) R 24780 24782 22462 0 -1 4202560 2708 0 1 0 174817 31 0 0 20 0 19 0 254929948 9855975424 379016 33554432000 1073741824 1073778376 140733867346752 140659386735984 140659257151460 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24782/tid=24785] ppid=24780 vsize=9624976 CPUtime=4.31 cores=1,3,5,7
/proc/24782/task/24785/stat : 24785 (java) S 24780 24782 22462 0 -1 4202560 546 0 0 0 406 25 0 0 20 0 19 0 254929948 9855975424 379016 33554432000 1073741824 1073778376 140733867346752 140659375798568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24786] ppid=24780 vsize=9624976 CPUtime=4.26 cores=1,3,5,7
/proc/24782/task/24786/stat : 24786 (java) S 24780 24782 22462 0 -1 4202560 615 0 0 0 407 19 0 0 20 0 19 0 254929948 9855975424 379016 33554432000 1073741824 1073778376 140733867346752 140659374745768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24787] ppid=24780 vsize=9624976 CPUtime=4.21 cores=1,3,5,7
/proc/24782/task/24787/stat : 24787 (java) S 24780 24782 22462 0 -1 4202560 1185 0 0 0 398 23 0 0 20 0 19 0 254929948 9855975424 379016 33554432000 1073741824 1073778376 140733867346752 140659228621352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24782/tid=24788] ppid=24780 vsize=9624976 CPUtime=4.51 cores=1,3,5,7
/proc/24782/task/24788/stat : 24788 (java) S 24780 24782 22462 0 -1 4202560 925 0 0 0 426 25 0 0 20 0 19 0 254929948 9855975424 379016 33554432000 1073741824 1073778376 140733867346752 140659227568552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24782/tid=24789] ppid=24780 vsize=9624976 CPUtime=4.47 cores=1,3,5,7
/proc/24782/task/24789/stat : 24789 (java) S 24780 24782 22462 0 -1 4202560 1360 0 0 0 421 26 0 0 20 0 19 0 254929948 9855975424 379016 33554432000 1073741824 1073778376 140733867346752 140659226516264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24782/tid=24790] ppid=24780 vsize=9624976 CPUtime=3.84 cores=1,3,5,7
/proc/24782/task/24790/stat : 24790 (java) S 24780 24782 22462 0 -1 4202560 791 0 0 0 362 22 0 0 20 0 19 0 254929948 9855975424 379016 33554432000 1073741824 1073778376 140733867346752 140659225463464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24791] ppid=24780 vsize=9624976 CPUtime=3.91 cores=1,3,5,7
/proc/24782/task/24791/stat : 24791 (java) S 24780 24782 22462 0 -1 4202560 1144 0 0 0 368 23 0 0 20 0 19 0 254929948 9855975424 379016 33554432000 1073741824 1073778376 140733867346752 140659224411176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24782/tid=24792] ppid=24780 vsize=9624976 CPUtime=4.39 cores=1,3,5,7
/proc/24782/task/24792/stat : 24792 (java) S 24780 24782 22462 0 -1 4202560 1451 0 0 0 417 22 0 0 20 0 19 0 254929948 9855975424 379016 33554432000 1073741824 1073778376 140733867346752 140659223358376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24793] ppid=24780 vsize=9624976 CPUtime=11.18 cores=1,3,5,7
/proc/24782/task/24793/stat : 24793 (java) S 24780 24782 22462 0 -1 4202560 1699 0 0 0 1113 5 0 0 20 0 19 0 254929950 9855975424 379016 33554432000 1073741824 1073778376 140733867346752 140659210946792 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24794] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24794/stat : 24794 (java) S 24780 24782 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254929950 9855975424 379016 33554432000 1073741824 1073778376 140733867346752 140659209892856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24795] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24795/stat : 24795 (java) S 24780 24782 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254929950 9855975424 379016 33554432000 1073741824 1073778376 140733867346752 140659208840456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24796] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24796/stat : 24796 (java) S 24780 24782 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254929952 9855975424 379016 33554432000 1073741824 1073778376 140733867346752 140659207788944 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24797] ppid=24780 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/24782/task/24797/stat : 24797 (java) S 24780 24782 22462 0 -1 4202560 6242 0 0 0 63 0 0 0 20 0 19 0 254929952 9855975424 379016 33554432000 1073741824 1073778376 140733867346752 140659206736568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24782/tid=24798] ppid=24780 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/24782/task/24798/stat : 24798 (java) S 24780 24782 22462 0 -1 4202560 4783 0 0 0 53 0 0 0 20 0 19 0 254929952 9855975424 379016 33554432000 1073741824 1073778376 140733867346752 140659205683768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24782/tid=24799] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24799/stat : 24799 (java) S 24780 24782 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254929953 9855975424 379016 33554432000 1073741824 1073778376 140733867346752 140659204631672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24782/tid=24800] ppid=24780 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/24782/task/24800/stat : 24800 (java) S 24780 24782 22462 0 -1 4202560 103 0 0 0 43 37 0 0 20 0 19 0 254929953 9855975424 379016 33554432000 1073741824 1073778376 140733867346752 140659203579080 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24782/tid=24801] ppid=24780 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24782/task/24801/stat : 24801 (java) S 24780 24782 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254930003 9855975424 379016 33554432000 1073741824 1073778376 140733867346752 140659202524072 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 24782 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=149399
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=720586
# CPU time returned by wait4() is 1795.87
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1773.46
CPU time (s): 1800.04
CPU user time (s): 1797.66
CPU system time (s): 2.38
CPU usage (%): 101.499
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.15
system time used= 2.72059
maximum resident set size= 1516184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24769
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43204
involuntary context switches= 36826

runsolver used 6.12107 second user time and 16.0526 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-24 21:34:06
IDJOB=3688787
IDBENCH=48308
IDSOLVER=2269
FILE ID=node134/3688787-1337888046
RUNJOBID= node134-1337871881-22479
PBS_JOBID= 14620070
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_10_5_80.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688787-1337888046/watcher-3688787-1337888046 -o /tmp/evaluation-result-3688787-1337888046/solver-3688787-1337888046 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688787-1337888046.opb

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

MD5SUM BENCH= aef8bab64cc2dcfbe1beaaaf4a02d676
RANDOM SEED=1153577194

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:        29353896 kB
Buffers:          223136 kB
Cached:          2449452 kB
SwapCached:            0 kB
Active:           551612 kB
Inactive:        2198480 kB
Active(anon):      73760 kB
Inactive(anon):     5996 kB
Active(file):     477852 kB
Inactive(file):  2192484 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1280 kB
Writeback:            16 kB
AnonPages:         81860 kB
Mapped:            22548 kB
Shmem:               212 kB
Slab:             628564 kB
SReclaimable:      70244 kB
SUnreclaim:       558320 kB
KernelStack:        1632 kB
PageTables:         4232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     698864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 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 22:03:41