Trace number 3478805

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2.3.0? (TO) 1800.35 1796.53

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-130.opb
MD5SUM1e275a6bfffefd782bc57067ec81c100
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41972
Total number of constraints972388
Number of constraints which are clauses873653
Number of constraints which are cardinality constraints (but not clauses)3080
Number of constraints which are nor clauses,nor cardinality constraints95655
Minimum length of a constraint1
Maximum length of a constraint627
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 628
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		12995394264
0.05/0.09	c Max memory 		13063553024
0.05/0.09	c Total memory 		13063553024
0.05/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
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 Expensive 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 --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3478805-1307438587.opb
0.10/0.11	c reading problem ... 
7.74/6.73	c ... done. Wall clock time 6.626s.
7.74/6.73	c #vars     41972
7.74/6.74	c #constraints  961578
7.74/6.74	c constraints type 
7.74/6.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 657090
7.74/6.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 3057
7.74/6.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 205140
7.74/6.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 95655
14.94/13.48	c cleaning 2452 clauses out of 5000 with flag 5000/5000
23.43/21.24	c cleaning 4224 clauses out of 8548 with flag 11001/11001
31.54/29.31	c cleaning 5630 clauses out of 11322 with flag 18000/18000
38.96/36.78	c cleaning 6805 clauses out of 13696 with flag 26004/26004
46.10/43.91	c cleaning 7899 clauses out of 15887 with flag 35001/35001
54.10/51.87	c cleaning 8965 clauses out of 17987 with flag 45000/45000
63.01/60.72	c cleaning 9969 clauses out of 20024 with flag 56002/56002
71.43/69.14	c cleaning 10986 clauses out of 22054 with flag 68001/68001
80.95/78.68	c cleaning 11921 clauses out of 24067 with flag 81001/81001
89.66/87.32	c cleaning 13063 clauses out of 26144 with flag 95000/95000
100.19/97.84	c cleaning 14011 clauses out of 28081 with flag 110000/110000
110.80/108.49	c cleaning 14944 clauses out of 30071 with flag 126001/126001
122.91/120.57	c cleaning 16032 clauses out of 32129 with flag 143003/143003
135.55/133.12	c cleaning 17035 clauses out of 34094 with flag 161000/161000
148.55/146.16	c cleaning 18019 clauses out of 36061 with flag 180002/180002
166.16/163.78	c cleaning 18978 clauses out of 38041 with flag 200001/200001
180.29/177.87	c cleaning 20022 clauses out of 40062 with flag 221001/221001
193.92/191.47	c cleaning 21010 clauses out of 42038 with flag 243000/243000
204.94/202.43	c cleaning 22009 clauses out of 44031 with flag 266003/266003
226.13/223.62	c cleaning 22833 clauses out of 46020 with flag 290002/290002
243.66/241.14	c cleaning 24064 clauses out of 48180 with flag 315000/315000
263.78/261.29	c cleaning 25047 clauses out of 50114 with flag 341000/341000
280.41/277.89	c cleaning 26027 clauses out of 52068 with flag 368001/368001
302.73/300.20	c cleaning 26984 clauses out of 54038 with flag 396000/396000
323.59/320.91	c cleaning 27996 clauses out of 56051 with flag 425002/425002
342.31/339.62	c cleaning 28969 clauses out of 58049 with flag 455000/455000
362.83/360.11	c cleaning 30033 clauses out of 60080 with flag 486001/486001
381.46/378.73	c cleaning 31000 clauses out of 62046 with flag 518002/518002
409.38/406.66	c cleaning 32006 clauses out of 64052 with flag 551008/551008
435.20/432.44	c cleaning 32984 clauses out of 66037 with flag 585001/585001
460.02/457.29	c cleaning 34015 clauses out of 68053 with flag 620001/620001
481.04/478.28	c cleaning 34967 clauses out of 70034 with flag 656002/656002
506.36/503.52	c cleaning 36023 clauses out of 72063 with flag 693002/693002
527.29/524.49	c cleaning 36978 clauses out of 74039 with flag 731001/731001
552.82/549.98	c cleaning 37996 clauses out of 76061 with flag 770001/770001
576.83/573.90	c cleaning 39007 clauses out of 78064 with flag 810001/810001
604.95/602.01	c cleaning 40023 clauses out of 80056 with flag 851000/851000
635.18/632.25	c cleaning 41011 clauses out of 82034 with flag 893001/893001
670.72/667.72	c cleaning 42003 clauses out of 84022 with flag 936000/936000
696.03/693.05	c cleaning 42980 clauses out of 86017 with flag 980000/980000
723.13/720.14	c cleaning 44006 clauses out of 88038 with flag 1025001/1025001
748.56/745.56	c cleaning 44974 clauses out of 90030 with flag 1071000/1071000
780.38/777.37	c cleaning 46026 clauses out of 92060 with flag 1118005/1118005
822.62/819.52	c cleaning 47003 clauses out of 94030 with flag 1166001/1166001
864.03/860.93	c cleaning 47992 clauses out of 96026 with flag 1215000/1215000
904.57/901.44	c cleaning 48995 clauses out of 98034 with flag 1265000/1265000
941.41/938.28	c cleaning 50008 clauses out of 100038 with flag 1316000/1316000
982.44/979.25	c cleaning 51003 clauses out of 102030 with flag 1368000/1368000
1022.06/1018.83	c cleaning 51991 clauses out of 104027 with flag 1421000/1421000
1052.39/1049.13	c cleaning 52929 clauses out of 106036 with flag 1475000/1475000
1076.61/1073.36	c cleaning 54053 clauses out of 108121 with flag 1530014/1530014
1117.43/1114.18	c cleaning 55021 clauses out of 110054 with flag 1586000/1586000
1156.46/1153.15	c cleaning 56001 clauses out of 112032 with flag 1643000/1643000
1203.70/1200.39	c cleaning 56999 clauses out of 114031 with flag 1701000/1701000
1240.96/1237.57	c cleaning 58008 clauses out of 116031 with flag 1760000/1760000
1283.78/1280.36	c cleaning 59003 clauses out of 118024 with flag 1820001/1820001
1330.11/1326.63	c cleaning 59999 clauses out of 120022 with flag 1881002/1881002
1371.13/1367.66	c cleaning 60981 clauses out of 122021 with flag 1943000/1943000
1412.57/1409.11	c cleaning 62010 clauses out of 124039 with flag 2006000/2006000
1464.48/1460.93	c cleaning 63005 clauses out of 126030 with flag 2070001/2070001
1511.01/1507.40	c cleaning 64008 clauses out of 128024 with flag 2135000/2135000
1559.92/1556.34	c cleaning 65003 clauses out of 130016 with flag 2201000/2201000
1606.55/1602.91	c cleaning 65957 clauses out of 132014 with flag 2268001/2268001
1644.28/1640.64	c cleaning 67018 clauses out of 134057 with flag 2336001/2336001
1724.21/1720.55	c cleaning 68007 clauses out of 136039 with flag 2405001/2405001
1800.06/1796.33	c starts		: 228
1800.06/1796.34	c conflicts		: 2472835
1800.06/1796.34	c decisions		: 26603423
1800.06/1796.34	c propagations		: 3149068927
1800.06/1796.34	c inspects		: 20172506603
1800.06/1796.34	c shortcuts		: 0
1800.06/1796.34	c learnt literals	: 49
1800.06/1796.34	c learnt binary clauses	: 880
1800.06/1796.34	c learnt ternary clauses	: 2469
1800.06/1796.34	c learnt constraints	: 2472786
1800.06/1796.34	c ignored constraints	: 0
1800.06/1796.34	c root simplifications	: 0
1800.06/1796.34	c removed literals (reason simplification)	: 33113834
1800.06/1796.34	c reason swapping (by a shorter reason)	: 0
1800.06/1796.34	c Calls to reduceDB	: 65
1800.06/1796.34	c number of reductions to clauses (during analyze)	: 0
1800.06/1796.34	c number of learned constraints concerned by reduction	: 0
1800.06/1796.34	c number of learning phase by resolution	: 0
1800.06/1796.34	c number of learning phase by cutting planes	: 0
1800.06/1796.34	c speed (assignments/second)	: 1759649.6312025033
1800.06/1796.34	c non guided choices	7840678
1800.06/1796.37	c learnt constraints type 
1800.06/1796.37	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 880
1800.06/1796.37	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 135007
1800.06/1796.37	c constraints type 
1800.06/1796.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 657090
1800.06/1796.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 3057
1800.06/1796.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 205140
1800.06/1796.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 95655
1800.06/1796.37	s UNKNOWN
1800.06/1796.37	c Total wall clock time (in seconds): 1796.266

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3478805-1307438587/watcher-3478805-1307438587 -o /tmp/evaluation-result-3478805-1307438587/solver-3478805-1307438587 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3478805-1307438587.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.17 2.07 1.74 2/454 22458
/proc/meminfo: memFree=19432992/32951124 swapFree=60787360/67111528
[pid=22458] ppid=22456 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/22458/stat : 22458 (java) S 22456 22458 22246 0 -1 4202496 4461 0 1 0 0 0 0 0 22 0 2 0 855456658 13850947584 4162 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389104101 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/22458/statm: 3381579 4176 917 9 0 3372735 0
[pid=22458/tid=22459] ppid=22456 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22459/stat : 22459 (java) R 22456 22458 22246 0 -1 4202560 5109 0 1 0 0 0 0 0 24 0 2 0 855456659 13850947584 5925 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255376995387 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.062801 s]
/proc/loadavg: 2.17 2.07 1.74 2/454 22458
/proc/meminfo: memFree=19432992/32951124 swapFree=60787360/67111528
[pid=22458] ppid=22456 vsize=13554756 CPUtime=0.05 cores=1,3,5,7
/proc/22458/stat : 22458 (java) S 22456 22458 22246 0 -1 4202496 14115 0 1 0 4 1 0 0 22 0 18 0 855456658 13880070144 13811 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22458/statm: 3388689 13811 1721 9 0 3379437 0
[pid=22458/tid=22459] ppid=22456 vsize=13554756 CPUtime=0.05 cores=1,3,5,7
/proc/22458/task/22459/stat : 22459 (java) R 22456 22458 22246 0 -1 4202560 12941 0 1 0 4 1 0 0 25 0 18 0 855456659 13880070144 13812 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 46912503981248 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13554756

[startup+0.100743 s]
/proc/loadavg: 2.17 2.07 1.74 2/454 22458
/proc/meminfo: memFree=19432992/32951124 swapFree=60787360/67111528
[pid=22458] ppid=22456 vsize=13622224 CPUtime=0.1 cores=1,3,5,7
/proc/22458/stat : 22458 (java) S 22456 22458 22246 0 -1 4202496 15552 0 1 0 9 1 0 0 22 0 18 0 855456658 13949157376 15222 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22458/statm: 3405556 15222 2092 9 0 3396290 0
[pid=22458/tid=22459] ppid=22456 vsize=13622224 CPUtime=0.08 cores=1,3,5,7
/proc/22458/task/22459/stat : 22459 (java) R 22456 22458 22246 0 -1 4202560 13623 0 1 0 7 1 0 0 25 0 18 0 855456659 13949157376 15222 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255377344695 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622224

[startup+0.329783 s]
/proc/loadavg: 2.17 2.07 1.74 2/454 22458
/proc/meminfo: memFree=19432992/32951124 swapFree=60787360/67111528
[pid=22458] ppid=22456 vsize=13624752 CPUtime=0.57 cores=1,3,5,7
/proc/22458/stat : 22458 (java) S 22456 22458 22246 0 -1 4202496 21459 0 1 0 55 2 0 0 22 0 18 0 855456658 13951746048 20456 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22458/statm: 3406188 20458 2206 9 0 3396922 0
[pid=22458/tid=22459] ppid=22456 vsize=13624752 CPUtime=0.31 cores=1,3,5,7
/proc/22458/task/22459/stat : 22459 (java) R 22456 22458 22246 0 -1 4202560 18062 0 1 0 30 1 0 0 25 0 18 0 855456659 13951746048 20459 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 46912505611806 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 13624752

[startup+0.70068 s]
/proc/loadavg: 2.17 2.07 1.74 2/454 22458
/proc/meminfo: memFree=19432992/32951124 swapFree=60787360/67111528
[pid=22458] ppid=22456 vsize=13701344 CPUtime=1.4 cores=1,3,5,7
/proc/22458/stat : 22458 (java) S 22456 22458 22246 0 -1 4202496 66144 0 1 0 134 6 0 0 22 0 18 0 855456658 14030176256 60284 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22458/statm: 3425336 60289 2217 9 0 3416070 0
[pid=22458/tid=22459] ppid=22456 vsize=13701344 CPUtime=0.68 cores=1,3,5,7
/proc/22458/task/22459/stat : 22459 (java) R 22456 22458 22246 0 -1 4202560 52815 0 1 0 63 5 0 0 25 0 18 0 855456659 14030176256 60292 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 46912505546861 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 13701344

[startup+1.50153 s]
/proc/loadavg: 2.17 2.07 1.74 3/472 22476
/proc/meminfo: memFree=19032916/32951124 swapFree=60787360/67111528
[pid=22458] ppid=22456 vsize=13701344 CPUtime=2.23 cores=1,3,5,7
/proc/22458/stat : 22458 (java) S 22456 22458 22246 0 -1 4202496 176654 0 1 0 203 20 0 0 22 0 18 0 855456658 14030176256 170794 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22458/statm: 3425336 170798 2217 9 0 3416070 0
[pid=22458/tid=22459] ppid=22456 vsize=13701344 CPUtime=1.48 cores=1,3,5,7
/proc/22458/task/22459/stat : 22459 (java) R 22456 22458 22246 0 -1 4202560 163321 0 1 0 130 18 0 0 25 0 18 0 855456659 14030176256 170799 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389128139 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22458/tid=22461] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22461/stat : 22461 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456661 14030176256 170800 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22462] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22462/stat : 22462 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456661 14030176256 170803 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22463] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22463/stat : 22463 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456661 14030176256 170805 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22464] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22464/stat : 22464 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456661 14030176256 170808 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22465] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22465/stat : 22465 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456661 14030176256 170811 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22466] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22466/stat : 22466 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456661 14030176256 170814 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22467] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22467/stat : 22467 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456661 14030176256 170816 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22468] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22468/stat : 22468 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456661 14030176256 170819 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22469] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22469/stat : 22469 (java) S 22456 22458 22246 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 855456662 14030176256 170822 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117952 0 0 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22470] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22470/stat : 22470 (java) S 22456 22458 22246 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 855456662 14030176256 170825 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22471] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22471/stat : 22471 (java) S 22456 22458 22246 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 855456662 14030176256 170828 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22472] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22472/stat : 22472 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456665 14030176256 170830 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389125041 0 4 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22473] ppid=22456 vsize=13701344 CPUtime=0.39 cores=1,3,5,7
/proc/22458/task/22473/stat : 22473 (java) S 22456 22458 22246 0 -1 4202560 7025 0 0 0 39 0 0 0 15 0 18 0 855456665 14030176256 170833 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 1 0 0 0
[pid=22458/tid=22474] ppid=22456 vsize=13701344 CPUtime=0.33 cores=1,3,5,7
/proc/22458/task/22474/stat : 22474 (java) S 22456 22458 22246 0 -1 4202560 5162 0 0 0 33 0 0 0 15 0 18 0 855456665 14030176256 170836 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22475] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22475/stat : 22475 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456665 14030176256 170839 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22476] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22476/stat : 22476 (java) S 22456 22458 22246 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 855456665 14030176256 170841 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117952 0 4 0 16800975 18446604464030346048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 13701344

[startup+3.10124 s]
/proc/loadavg: 2.17 2.07 1.74 4/472 22476
/proc/meminfo: memFree=18372244/32951124 swapFree=60787360/67111528
[pid=22458] ppid=22456 vsize=13701344 CPUtime=3.87 cores=1,3,5,7
/proc/22458/stat : 22458 (java) S 22456 22458 22246 0 -1 4202496 394960 0 1 0 342 45 0 0 22 0 18 0 855456658 14030176256 389100 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22458/statm: 3425336 389104 2217 9 0 3416070 0
[pid=22458/tid=22459] ppid=22456 vsize=13701344 CPUtime=3.09 cores=1,3,5,7
/proc/22458/task/22459/stat : 22459 (java) R 22456 22458 22246 0 -1 4202560 381613 0 1 0 265 44 0 0 25 0 18 0 855456659 14030176256 389106 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 46912505617040 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22458/tid=22461] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22461/stat : 22461 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456661 14030176256 389109 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22462] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22462/stat : 22462 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456661 14030176256 389112 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22463] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22463/stat : 22463 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456661 14030176256 389115 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22464] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22464/stat : 22464 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456661 14030176256 389115 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22465] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22465/stat : 22465 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456661 14030176256 389117 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22466] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22466/stat : 22466 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456661 14030176256 389119 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22467] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22467/stat : 22467 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456661 14030176256 389122 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22468] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22468/stat : 22468 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456661 14030176256 389124 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22469] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22469/stat : 22469 (java) S 22456 22458 22246 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 855456662 14030176256 389127 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117952 0 0 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22470] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22470/stat : 22470 (java) S 22456 22458 22246 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 855456662 14030176256 389130 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22471] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22471/stat : 22471 (java) S 22456 22458 22246 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 855456662 14030176256 389132 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22472] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22472/stat : 22472 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456665 14030176256 389135 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389125041 0 4 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22473] ppid=22456 vsize=13701344 CPUtime=0.43 cores=1,3,5,7
/proc/22458/task/22473/stat : 22473 (java) S 22456 22458 22246 0 -1 4202560 7040 0 0 0 43 0 0 0 15 0 18 0 855456665 14030176256 389138 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 1 0 0 0
[pid=22458/tid=22474] ppid=22456 vsize=13701344 CPUtime=0.33 cores=1,3,5,7
/proc/22458/task/22474/stat : 22474 (java) S 22456 22458 22246 0 -1 4202560 5162 0 0 0 33 0 0 0 15 0 18 0 855456665 14030176256 389140 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22475] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22475/stat : 22475 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456665 14030176256 389143 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22476] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22476/stat : 22476 (java) S 22456 22458 22246 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 855456665 14030176256 389145 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117952 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 13701344

[startup+6.3006 s]
/proc/loadavg: 2.23 2.08 1.74 3/472 22477
/proc/meminfo: memFree=16492040/32951124 swapFree=60787360/67111528
[pid=22458] ppid=22456 vsize=13701344 CPUtime=7.25 cores=1,3,5,7
/proc/22458/stat : 22458 (java) S 22456 22458 22246 0 -1 4202496 873657 0 1 0 625 100 0 0 22 0 18 0 855456658 14030176256 867716 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22458/statm: 3425336 867723 2226 9 0 3416070 0
[pid=22458/tid=22459] ppid=22456 vsize=13701344 CPUtime=6.2 cores=1,3,5,7
/proc/22458/task/22459/stat : 22459 (java) S 22456 22458 22246 0 -1 4202560 845071 0 1 0 523 97 0 0 25 0 18 0 855456659 14030176256 867725 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22461] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22461/stat : 22461 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456661 14030176256 867729 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22462] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22462/stat : 22462 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456661 14030176256 867736 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22463] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22463/stat : 22463 (java) R 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 855456661 14030176256 867739 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=22458/tid=22464] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22464/stat : 22464 (java) R 22456 22458 22246 0 -1 4202560 275 0 0 0 0 0 0 0 18 0 18 0 855456661 14030176256 867743 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 47381563856553 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22458/tid=22465] ppid=22456 vsize=13701344 CPUtime=0.03 cores=1,3,5,7
/proc/22458/task/22465/stat : 22465 (java) R 22456 22458 22246 0 -1 4202560 2166 0 0 0 3 0 0 0 18 0 18 0 855456661 14030176256 867750 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 47381563856627 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22458/tid=22466] ppid=22456 vsize=13701344 CPUtime=0.05 cores=1,3,5,7
/proc/22458/task/22466/stat : 22466 (java) R 22456 22458 22246 0 -1 4202560 3206 0 0 0 5 0 0 0 18 0 18 0 855456661 14030176256 867752 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 47381563856561 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22458/tid=22467] ppid=22456 vsize=13701344 CPUtime=0.07 cores=1,3,5,7
/proc/22458/task/22467/stat : 22467 (java) R 22456 22458 22246 0 -1 4202560 4379 0 0 0 7 0 0 0 18 0 18 0 855456661 14030176256 867754 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 47381563856569 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22458/tid=22468] ppid=22456 vsize=13701344 CPUtime=0.07 cores=1,3,5,7
/proc/22458/task/22468/stat : 22468 (java) R 22456 22458 22246 0 -1 4202560 5246 0 0 0 7 0 0 0 18 0 18 0 855456661 14030176256 867758 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 47381565561007 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=22458/tid=22469] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22469/stat : 22469 (java) S 22456 22458 22246 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 18 0 855456662 14030176256 867763 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 0 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22470] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22470/stat : 22470 (java) S 22456 22458 22246 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 855456662 14030176256 867768 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22471] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22471/stat : 22471 (java) S 22456 22458 22246 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 855456662 14030176256 867773 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22472] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22472/stat : 22472 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456665 14030176256 867777 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389125041 0 4 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22473] ppid=22456 vsize=13701344 CPUtime=0.43 cores=1,3,5,7
/proc/22458/task/22473/stat : 22473 (java) S 22456 22458 22246 0 -1 4202560 7040 0 0 0 43 0 0 0 15 0 18 0 855456665 14030176256 867784 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 1 0 0 0
[pid=22458/tid=22474] ppid=22456 vsize=13701344 CPUtime=0.33 cores=1,3,5,7
/proc/22458/task/22474/stat : 22474 (java) S 22456 22458 22246 0 -1 4202560 5162 0 0 0 33 0 0 0 15 0 18 0 855456665 14030176256 867787 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22475] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22475/stat : 22475 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456665 14030176256 867789 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22476] ppid=22456 vsize=13701344 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22476/stat : 22476 (java) S 22456 22458 22246 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 855456665 14030176256 867794 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117952 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0

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

[pid=22458/tid=22475] ppid=22456 vsize=13702372 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22475/stat : 22475 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456665 14031228928 932891 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22476] ppid=22456 vsize=13702372 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22476/stat : 22476 (java) S 22456 22458 22246 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 855456665 14031228928 932891 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117952 0 4 0 16800975 18446604464030346048 0 0 -1 1 0 0 0
[pid=22458/tid=22478] ppid=22456 vsize=13702372 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22478/stat : 22478 (java) S 22456 22458 22246 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 855457335 14031228928 932891 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117952 0 4 0 16800975 18446604464030346048 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1666.01
Current children cumulated vsize (KiB) 13702372

[startup+1722.3 s]
/proc/loadavg: 2.05 2.05 1.97 3/473 22523
/proc/meminfo: memFree=15600404/32951124 swapFree=60787360/67111528
[pid=22458] ppid=22456 vsize=13702372 CPUtime=1726.03 cores=1,3,5,7
/proc/22458/stat : 22458 (java) S 22456 22458 22246 0 -1 4202496 943186 0 1 0 172494 109 0 0 22 0 19 0 855456658 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22458/statm: 3425593 933276 2263 9 0 3416327 0
[pid=22458/tid=22459] ppid=22456 vsize=13702372 CPUtime=1703.95 cores=1,3,5,7
/proc/22458/task/22459/stat : 22459 (java) R 22456 22458 22246 0 -1 4202560 845237 0 1 0 170297 98 0 0 25 0 19 0 855456659 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 46912505953260 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22458/tid=22461] ppid=22456 vsize=13702372 CPUtime=0.36 cores=1,3,5,7
/proc/22458/task/22461/stat : 22461 (java) S 22456 22458 22246 0 -1 4202560 7193 0 0 0 35 1 0 0 15 0 19 0 855456661 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 1 0 0 0
[pid=22458/tid=22462] ppid=22456 vsize=13702372 CPUtime=0.24 cores=1,3,5,7
/proc/22458/task/22462/stat : 22462 (java) S 22456 22458 22246 0 -1 4202560 44 0 0 0 24 0 0 0 16 0 19 0 855456661 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22463] ppid=22456 vsize=13702372 CPUtime=0.35 cores=1,3,5,7
/proc/22458/task/22463/stat : 22463 (java) S 22456 22458 22246 0 -1 4202560 6254 0 0 0 35 0 0 0 16 0 19 0 855456661 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22464] ppid=22456 vsize=13702372 CPUtime=0.27 cores=1,3,5,7
/proc/22458/task/22464/stat : 22464 (java) S 22456 22458 22246 0 -1 4202560 533 0 0 0 27 0 0 0 15 0 19 0 855456661 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22465] ppid=22456 vsize=13702372 CPUtime=0.47 cores=1,3,5,7
/proc/22458/task/22465/stat : 22465 (java) S 22456 22458 22246 0 -1 4202560 9722 0 0 0 47 0 0 0 16 0 19 0 855456661 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 3 0 0 0
[pid=22458/tid=22466] ppid=22456 vsize=13702372 CPUtime=0.38 cores=1,3,5,7
/proc/22458/task/22466/stat : 22466 (java) S 22456 22458 22246 0 -1 4202560 10022 0 0 0 38 0 0 0 15 0 19 0 855456661 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 1 0 0 0
[pid=22458/tid=22467] ppid=22456 vsize=13702372 CPUtime=0.33 cores=1,3,5,7
/proc/22458/task/22467/stat : 22467 (java) S 22456 22458 22246 0 -1 4202560 5542 0 0 0 33 0 0 0 15 0 19 0 855456661 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 3 0 0 0
[pid=22458/tid=22468] ppid=22456 vsize=13702372 CPUtime=0.34 cores=1,3,5,7
/proc/22458/task/22468/stat : 22468 (java) S 22456 22458 22246 0 -1 4202560 6802 0 0 0 34 0 0 0 15 0 19 0 855456661 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22469] ppid=22456 vsize=13702372 CPUtime=17.43 cores=1,3,5,7
/proc/22458/task/22469/stat : 22469 (java) S 22456 22458 22246 0 -1 4202560 34158 0 0 0 1739 4 0 0 15 0 19 0 855456662 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117952 0 0 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22470] ppid=22456 vsize=13702372 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22470/stat : 22470 (java) S 22456 22458 22246 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855456662 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22471] ppid=22456 vsize=13702372 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22471/stat : 22471 (java) S 22456 22458 22246 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 855456662 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22472] ppid=22456 vsize=13702372 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22472/stat : 22472 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456665 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389125041 0 4 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22473] ppid=22456 vsize=13702372 CPUtime=1.18 cores=1,3,5,7
/proc/22458/task/22473/stat : 22473 (java) S 22456 22458 22246 0 -1 4202560 11196 0 0 0 117 1 0 0 15 0 19 0 855456665 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 1 0 0 0
[pid=22458/tid=22474] ppid=22456 vsize=13702372 CPUtime=0.64 cores=1,3,5,7
/proc/22458/task/22474/stat : 22474 (java) S 22456 22458 22246 0 -1 4202560 5230 0 0 0 64 0 0 0 15 0 19 0 855456665 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 3 0 0 0
[pid=22458/tid=22475] ppid=22456 vsize=13702372 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22475/stat : 22475 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456665 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22476] ppid=22456 vsize=13702372 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22476/stat : 22476 (java) S 22456 22458 22246 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 855456665 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117952 0 4 0 16800975 18446604464030346048 0 0 -1 1 0 0 0
[pid=22458/tid=22478] ppid=22456 vsize=13702372 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22478/stat : 22478 (java) S 22456 22458 22246 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 855457335 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117952 0 4 0 16800975 18446604464030346048 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1726.03
Current children cumulated vsize (KiB) 13702372

[startup+1782.3 s]
/proc/loadavg: 2.06 2.05 1.97 3/473 22525
/proc/meminfo: memFree=15592944/32951124 swapFree=60787360/67111528
[pid=22458] ppid=22456 vsize=13702372 CPUtime=1786.03 cores=1,3,5,7
/proc/22458/stat : 22458 (java) S 22456 22458 22246 0 -1 4202496 943188 0 1 0 178494 109 0 0 22 0 19 0 855456658 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22458/statm: 3425593 933276 2263 9 0 3416327 0
[pid=22458/tid=22459] ppid=22456 vsize=13702372 CPUtime=1763.95 cores=1,3,5,7
/proc/22458/task/22459/stat : 22459 (java) R 22456 22458 22246 0 -1 4202560 845237 0 1 0 176297 98 0 0 25 0 19 0 855456659 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 46912505969979 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22458/tid=22461] ppid=22456 vsize=13702372 CPUtime=0.36 cores=1,3,5,7
/proc/22458/task/22461/stat : 22461 (java) S 22456 22458 22246 0 -1 4202560 7193 0 0 0 35 1 0 0 15 0 19 0 855456661 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 1 0 0 0
[pid=22458/tid=22462] ppid=22456 vsize=13702372 CPUtime=0.24 cores=1,3,5,7
/proc/22458/task/22462/stat : 22462 (java) S 22456 22458 22246 0 -1 4202560 44 0 0 0 24 0 0 0 16 0 19 0 855456661 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22463] ppid=22456 vsize=13702372 CPUtime=0.35 cores=1,3,5,7
/proc/22458/task/22463/stat : 22463 (java) S 22456 22458 22246 0 -1 4202560 6254 0 0 0 35 0 0 0 16 0 19 0 855456661 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22464] ppid=22456 vsize=13702372 CPUtime=0.27 cores=1,3,5,7
/proc/22458/task/22464/stat : 22464 (java) S 22456 22458 22246 0 -1 4202560 533 0 0 0 27 0 0 0 15 0 19 0 855456661 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22465] ppid=22456 vsize=13702372 CPUtime=0.47 cores=1,3,5,7
/proc/22458/task/22465/stat : 22465 (java) S 22456 22458 22246 0 -1 4202560 9722 0 0 0 47 0 0 0 16 0 19 0 855456661 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 3 0 0 0
[pid=22458/tid=22466] ppid=22456 vsize=13702372 CPUtime=0.38 cores=1,3,5,7
/proc/22458/task/22466/stat : 22466 (java) S 22456 22458 22246 0 -1 4202560 10022 0 0 0 38 0 0 0 15 0 19 0 855456661 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 1 0 0 0
[pid=22458/tid=22467] ppid=22456 vsize=13702372 CPUtime=0.33 cores=1,3,5,7
/proc/22458/task/22467/stat : 22467 (java) S 22456 22458 22246 0 -1 4202560 5542 0 0 0 33 0 0 0 15 0 19 0 855456661 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 3 0 0 0
[pid=22458/tid=22468] ppid=22456 vsize=13702372 CPUtime=0.34 cores=1,3,5,7
/proc/22458/task/22468/stat : 22468 (java) S 22456 22458 22246 0 -1 4202560 6802 0 0 0 34 0 0 0 15 0 19 0 855456661 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22469] ppid=22456 vsize=13702372 CPUtime=17.43 cores=1,3,5,7
/proc/22458/task/22469/stat : 22469 (java) S 22456 22458 22246 0 -1 4202560 34158 0 0 0 1739 4 0 0 15 0 19 0 855456662 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117952 0 0 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22470] ppid=22456 vsize=13702372 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22470/stat : 22470 (java) S 22456 22458 22246 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855456662 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22471] ppid=22456 vsize=13702372 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22471/stat : 22471 (java) S 22456 22458 22246 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 855456662 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22472] ppid=22456 vsize=13702372 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22472/stat : 22472 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456665 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389125041 0 4 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22473] ppid=22456 vsize=13702372 CPUtime=1.18 cores=1,3,5,7
/proc/22458/task/22473/stat : 22473 (java) S 22456 22458 22246 0 -1 4202560 11196 0 0 0 117 1 0 0 15 0 19 0 855456665 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 1 0 0 0
[pid=22458/tid=22474] ppid=22456 vsize=13702372 CPUtime=0.64 cores=1,3,5,7
/proc/22458/task/22474/stat : 22474 (java) S 22456 22458 22246 0 -1 4202560 5230 0 0 0 64 0 0 0 15 0 19 0 855456665 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 3 0 0 0
[pid=22458/tid=22475] ppid=22456 vsize=13702372 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22475/stat : 22475 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456665 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22476] ppid=22456 vsize=13702372 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22476/stat : 22476 (java) S 22456 22458 22246 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 855456665 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117952 0 4 0 16800975 18446604464030346048 0 0 -1 1 0 0 0
[pid=22458/tid=22478] ppid=22456 vsize=13702372 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22478/stat : 22478 (java) S 22456 22458 22246 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 855457335 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117952 0 4 0 16800975 18446604464030346048 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1786.03
Current children cumulated vsize (KiB) 13702372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.32 s]
/proc/loadavg: 2.04 2.05 1.97 2/453 22528
/proc/meminfo: memFree=16377392/32951124 swapFree=60787360/67111528
[pid=22458] ppid=22456 vsize=13702372 CPUtime=1800.06 cores=1,3,5,7
/proc/22458/stat : 22458 (java) S 22456 22458 22246 0 -1 4202496 943190 0 1 0 179897 109 0 0 22 0 19 0 855456658 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22458/statm: 3425593 933276 2263 9 0 3416327 0
[pid=22458/tid=22459] ppid=22456 vsize=13702372 CPUtime=1777.98 cores=1,3,5,7
/proc/22458/task/22459/stat : 22459 (java) R 22456 22458 22246 0 -1 4202560 845237 0 1 0 177700 98 0 0 25 0 19 0 855456659 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 46912506012597 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22458/tid=22461] ppid=22456 vsize=13702372 CPUtime=0.36 cores=1,3,5,7
/proc/22458/task/22461/stat : 22461 (java) S 22456 22458 22246 0 -1 4202560 7193 0 0 0 35 1 0 0 15 0 19 0 855456661 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 1 0 0 0
[pid=22458/tid=22462] ppid=22456 vsize=13702372 CPUtime=0.24 cores=1,3,5,7
/proc/22458/task/22462/stat : 22462 (java) S 22456 22458 22246 0 -1 4202560 44 0 0 0 24 0 0 0 16 0 19 0 855456661 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22463] ppid=22456 vsize=13702372 CPUtime=0.35 cores=1,3,5,7
/proc/22458/task/22463/stat : 22463 (java) S 22456 22458 22246 0 -1 4202560 6254 0 0 0 35 0 0 0 16 0 19 0 855456661 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22464] ppid=22456 vsize=13702372 CPUtime=0.27 cores=1,3,5,7
/proc/22458/task/22464/stat : 22464 (java) S 22456 22458 22246 0 -1 4202560 533 0 0 0 27 0 0 0 15 0 19 0 855456661 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22465] ppid=22456 vsize=13702372 CPUtime=0.47 cores=1,3,5,7
/proc/22458/task/22465/stat : 22465 (java) S 22456 22458 22246 0 -1 4202560 9722 0 0 0 47 0 0 0 16 0 19 0 855456661 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 3 0 0 0
[pid=22458/tid=22466] ppid=22456 vsize=13702372 CPUtime=0.38 cores=1,3,5,7
/proc/22458/task/22466/stat : 22466 (java) S 22456 22458 22246 0 -1 4202560 10022 0 0 0 38 0 0 0 15 0 19 0 855456661 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 1 0 0 0
[pid=22458/tid=22467] ppid=22456 vsize=13702372 CPUtime=0.33 cores=1,3,5,7
/proc/22458/task/22467/stat : 22467 (java) S 22456 22458 22246 0 -1 4202560 5542 0 0 0 33 0 0 0 15 0 19 0 855456661 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 3 0 0 0
[pid=22458/tid=22468] ppid=22456 vsize=13702372 CPUtime=0.34 cores=1,3,5,7
/proc/22458/task/22468/stat : 22468 (java) S 22456 22458 22246 0 -1 4202560 6802 0 0 0 34 0 0 0 15 0 19 0 855456661 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 7 0 0 0
[pid=22458/tid=22469] ppid=22456 vsize=13702372 CPUtime=17.43 cores=1,3,5,7
/proc/22458/task/22469/stat : 22469 (java) S 22456 22458 22246 0 -1 4202560 34158 0 0 0 1739 4 0 0 15 0 19 0 855456662 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117952 0 0 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22470] ppid=22456 vsize=13702372 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22470/stat : 22470 (java) S 22456 22458 22246 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855456662 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22471] ppid=22456 vsize=13702372 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22471/stat : 22471 (java) S 22456 22458 22246 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 855456662 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22472] ppid=22456 vsize=13702372 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22472/stat : 22472 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456665 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389125041 0 4 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22473] ppid=22456 vsize=13702372 CPUtime=1.18 cores=1,3,5,7
/proc/22458/task/22473/stat : 22473 (java) S 22456 22458 22246 0 -1 4202560 11196 0 0 0 117 1 0 0 15 0 19 0 855456665 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 1 0 0 0
[pid=22458/tid=22474] ppid=22456 vsize=13702372 CPUtime=0.64 cores=1,3,5,7
/proc/22458/task/22474/stat : 22474 (java) S 22456 22458 22246 0 -1 4202560 5230 0 0 0 64 0 0 0 15 0 19 0 855456665 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 3 0 0 0
[pid=22458/tid=22475] ppid=22456 vsize=13702372 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22475/stat : 22475 (java) S 22456 22458 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456665 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117337 0 4 0 16800975 18446604464030346048 0 0 -1 5 0 0 0
[pid=22458/tid=22476] ppid=22456 vsize=13702372 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22476/stat : 22476 (java) S 22456 22458 22246 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 855456665 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117952 0 4 0 16800975 18446604464030346048 0 0 -1 1 0 0 0
[pid=22458/tid=22478] ppid=22456 vsize=13702372 CPUtime=0 cores=1,3,5,7
/proc/22458/task/22478/stat : 22478 (java) S 22456 22458 22246 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 855457335 14031228928 933276 33554432000 1073741824 1073778376 140735992600736 18446744073709551615 255389117952 0 4 0 16800975 18446604464030346048 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 13702372

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

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

[startup+1796.42 s]
/proc/loadavg: 2.04 2.05 1.97 2/453 22528
/proc/meminfo: memFree=16377392/32951124 swapFree=60787360/67111528
[pid=22458] ppid=22456 vsize=0 CPUtime=1800.23 cores=1,3,5,7
/proc/22458/stat : 22458 (java) Z 22456 22458 22246 0 -1 4203548 943222 0 1 0 179911 112 0 0 17 0 2 0 855456658 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22458/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

[startup+1796.5 s]
/proc/loadavg: 2.04 2.05 1.97 2/453 22528
/proc/meminfo: memFree=16377392/32951124 swapFree=60787360/67111528
[pid=22458] ppid=22456 vsize=0 CPUtime=1800.31 cores=1,3,5,7
/proc/22458/stat : 22458 (java) Z 22456 22458 22246 0 -1 4203548 943222 0 1 0 179911 120 0 0 17 0 2 0 855456658 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22458/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.53
CPU time (s): 1800.35
CPU user time (s): 1799.12
CPU system time (s): 1.23681
CPU usage (%): 100.213
Max. virtual memory (cumulated for all children) (KiB): 13702372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 1.23681
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 943222
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38782
involuntary context switches= 6258

runsolver used 7.9098 second user time and 18.5652 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-07 11:23:08
IDJOB=3478805
IDBENCH=89692
IDSOLVER=1952
FILE ID=node135/3478805-1307438587
RUNJOBID= node135-1307436784-22265
PBS_JOBID= 13519953
Free space on /tmp= 73948 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-130.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3478805-1307438587/watcher-3478805-1307438587 -o /tmp/evaluation-result-3478805-1307438587/solver-3478805-1307438587 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3478805-1307438587.opb

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

MD5SUM BENCH= 1e275a6bfffefd782bc57067ec81c100
RANDOM SEED=692137994

node135.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 6640.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19433140 kB
Buffers:        305396 kB
Cached:        1160324 kB
SwapCached:       6168 kB
Active:       12298280 kB
Inactive:       948144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19433140 kB
SwapTotal:    67111528 kB
SwapFree:     60787360 kB
Dirty:           52024 kB
Writeback:           0 kB
AnonPages:    11779960 kB
Mapped:          33700 kB
Slab:           137536 kB
PageTables:      66884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 137837240 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73912 MiB
End job on node135 at 2011-06-07 11:53:06