Trace number 3710464

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.02 1796.36

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat35_4_11_0_mh_ic.opb
MD5SUM1092a4b028b708b804d164027aeb4b44
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2869405
Best CPU time to get the best result obtained on this benchmark1800.5
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126385
Total number of constraints286973
Number of constraints which are clauses201180
Number of constraints which are cardinality constraints (but not clauses)43
Number of constraints which are nor clauses,nor cardinality constraints85750
Minimum length of a constraint2
Maximum length of a constraint1820
Number of terms in the objective function 46445
Biggest coefficient in the objective function 127263527
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 24281357407
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 127263527
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 24281357407
Number of bits of the biggest sum of numbers35
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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 This software uses some libraries from the Jakarta Commons project. See jakarta.apache.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.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710464-1338250048.opb
0.09/0.12	c reading problem ... 
3.31/2.15	c ... done. Wall clock time 2.033s.
3.31/2.15	c declared #vars     126385
3.31/2.15	c #constraints  290547
3.31/2.15	c constraints type 
3.31/2.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 81551
3.31/2.15	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
3.31/2.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 42
3.31/2.15	c ignored satisfied constraints => 4
3.31/2.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 127365
3.31/2.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 81585
3.31/2.15	c 290551 constraints processed.
22.28/20.47	c cleaning 2500 clauses out of 5000 with flag 5000/5000
75.93/73.89	c cleaning 4246 clauses out of 8500 with flag 11000/11000
103.69/101.51	c cleaning 5624 clauses out of 11254 with flag 18000/18000
123.82/121.67	c cleaning 6797 clauses out of 13630 with flag 26000/26000
144.19/141.94	c cleaning 7896 clauses out of 15833 with flag 35000/35000
169.01/166.71	c cleaning 8958 clauses out of 17937 with flag 45000/45000
190.03/187.71	c cleaning 9981 clauses out of 19979 with flag 56000/56000
235.16/232.84	c cleaning 10985 clauses out of 21998 with flag 68000/68000
274.88/272.58	c cleaning 11992 clauses out of 24016 with flag 81003/81003
314.00/311.63	c cleaning 12988 clauses out of 26021 with flag 95000/95000
337.42/335.05	c cleaning 14010 clauses out of 28034 with flag 110001/110001
388.75/386.31	c cleaning 15009 clauses out of 30023 with flag 126000/126000
427.27/424.85	c cleaning 16000 clauses out of 32014 with flag 143000/143000
443.89/441.42	c cleaning 17005 clauses out of 34019 with flag 161005/161005
472.40/469.95	c cleaning 17988 clauses out of 36009 with flag 180000/180000
514.34/511.83	c cleaning 19009 clauses out of 38022 with flag 200001/200001
568.98/566.44	c cleaning 19989 clauses out of 40012 with flag 221000/221000
617.92/615.36	c cleaning 20987 clauses out of 42023 with flag 243000/243000
689.03/686.43	c cleaning 21988 clauses out of 44036 with flag 266000/266000
802.76/800.18	c cleaning 23010 clauses out of 46052 with flag 290004/290004
896.87/894.29	c cleaning 24008 clauses out of 48041 with flag 315003/315003
923.61/920.97	c cleaning 24995 clauses out of 50030 with flag 341000/341000
988.88/986.02	c cleaning 25988 clauses out of 52038 with flag 368003/368003
1061.80/1058.93	c cleaning 27021 clauses out of 54047 with flag 396000/396000
1174.35/1171.48	c cleaning 28010 clauses out of 56027 with flag 425001/425001
1197.78/1194.85	c cleaning 28981 clauses out of 58016 with flag 455000/455000
1248.62/1245.68	c cleaning 29978 clauses out of 60035 with flag 486000/486000
1323.67/1320.66	c cleaning 30992 clauses out of 62059 with flag 518002/518002
1357.90/1354.80	c cleaning 32022 clauses out of 64065 with flag 551000/551000
1385.66/1382.58	c cleaning 33001 clauses out of 66043 with flag 585000/585000
1456.24/1452.91	c cleaning 34005 clauses out of 68042 with flag 620000/620000
1516.41/1513.07	c cleaning 35003 clauses out of 70037 with flag 656000/656000
1581.69/1578.22	c cleaning 35999 clauses out of 72037 with flag 693003/693003
1623.44/1619.92	c cleaning 36986 clauses out of 74035 with flag 731000/731000
1677.57/1674.01	c cleaning 38008 clauses out of 76054 with flag 770005/770005
1725.89/1722.34	c cleaning 38998 clauses out of 78041 with flag 810000/810000
1787.35/1783.78	c cleaning 40008 clauses out of 80043 with flag 851000/851000
1800.02/1796.32	c starts		: 171
1800.02/1796.32	c conflicts		: 860498
1800.02/1796.32	c decisions		: 3076102
1800.02/1796.32	c propagations		: 524401310
1800.02/1796.32	c inspects		: 9625541959
1800.02/1796.32	c shortcuts		: 0
1800.02/1796.32	c learnt literals	: 0
1800.02/1796.32	c learnt binary clauses	: 42
1800.02/1796.32	c learnt ternary clauses	: 40
1800.02/1796.32	c learnt constraints	: 860498
1800.02/1796.32	c ignored constraints	: 0
1800.02/1796.32	c root simplifications	: 171
1800.02/1796.32	c removed literals (reason simplification)	: 9881083
1800.02/1796.32	c reason swapping (by a shorter reason)	: 0
1800.02/1796.32	c Calls to reduceDB	: 37
1800.02/1796.32	c number of reductions to clauses (during analyze)	: 0
1800.02/1796.32	c number of learned constraints concerned by reduction	: 0
1800.02/1796.32	c number of learning phase by resolution	: 0
1800.02/1796.32	c number of learning phase by cutting planes	: 0
1800.02/1796.32	c speed (assignments/second)	: 292287.9435446563
1800.02/1796.32	c non guided choices	654
1800.02/1796.34	c learnt constraints type 
1800.02/1796.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 42
1800.02/1796.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 49511
1800.02/1796.34	c constraints type 
1800.02/1796.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 81551
1800.02/1796.34	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
1800.02/1796.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 42
1800.02/1796.34	c ignored satisfied constraints => 4
1800.02/1796.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 127365
1800.02/1796.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 81585
1800.02/1796.34	c 290551 constraints processed.
1800.02/1796.34	s UNKNOWN
1800.02/1796.34	c Total wall clock time (in seconds): 1796.216

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-3710464-1338250048/watcher-3710464-1338250048 -o /tmp/evaluation-result-3710464-1338250048/solver-3710464-1338250048 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710464-1338250048.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: 1.92 1.98 1.99 3/192 1251
/proc/meminfo: memFree=29341360/32873852 swapFree=7624/7624
[pid=1251] ppid=1249 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/1251/stat : 1251 (java) D 1249 1251 31663 0 -1 4202496 81 0 0 0 0 0 0 0 20 0 1 0 291130325 278528 33 33554432000 1073741824 1073778376 140736364891168 140736364888344 252253924647 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/1251/statm: 68 33 25 9 0 25 0

[startup+0.0469771 s]
/proc/loadavg: 1.92 1.98 1.99 3/192 1251
/proc/meminfo: memFree=29341360/32873852 swapFree=7624/7624
[pid=1251] ppid=1249 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/1251/stat : 1251 (java) S 1249 1251 31663 0 -1 4202496 3028 0 1 0 2 0 0 0 20 0 13 0 291130325 9446973440 3725 33554432000 1073741824 1073778376 140736251339744 140736251330880 252266446909 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1251/statm: 2306390 3725 1698 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.10031 s]
/proc/loadavg: 1.92 1.98 1.99 3/192 1251
/proc/meminfo: memFree=29341360/32873852 swapFree=7624/7624
[pid=1251] ppid=1249 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/1251/stat : 1251 (java) S 1249 1251 31663 0 -1 4202496 4274 0 1 0 9 0 0 0 20 0 18 0 291130325 9787842560 5481 33554432000 1073741824 1073778376 140736251339744 140736251330880 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1251/statm: 2389610 5481 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300296 s]
/proc/loadavg: 1.92 1.98 1.99 3/192 1251
/proc/meminfo: memFree=29341360/32873852 swapFree=7624/7624
[pid=1251] ppid=1249 vsize=9558440 CPUtime=0.45 cores=1,3,5,7
/proc/1251/stat : 1251 (java) S 1249 1251 31663 0 -1 4202496 5205 0 1 0 44 1 0 0 20 0 18 0 291130325 9787842560 12786 33554432000 1073741824 1073778376 140736251339744 140736251330880 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1251/statm: 2389610 12786 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558440

[startup+0.700298 s]
/proc/loadavg: 1.92 1.98 1.99 3/192 1251
/proc/meminfo: memFree=29341360/32873852 swapFree=7624/7624
[pid=1251] ppid=1249 vsize=9558440 CPUtime=1.29 cores=1,3,5,7
/proc/1251/stat : 1251 (java) S 1249 1251 31663 0 -1 4202496 7474 0 1 0 123 6 0 0 20 0 18 0 291130325 9787842560 43953 33554432000 1073741824 1073778376 140736251339744 140736251330880 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1251/statm: 2389610 43953 2255 9 0 2380296 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9558440

[startup+1.50957 s]
/proc/loadavg: 1.92 1.98 1.99 3/210 1269
/proc/meminfo: memFree=29145740/32873852 swapFree=7624/7624
[pid=1251] ppid=1249 vsize=9558440 CPUtime=2.5 cores=1,3,5,7
/proc/1251/stat : 1251 (java) S 1249 1251 31663 0 -1 4202496 12577 0 1 0 236 14 0 0 20 0 18 0 291130325 9787842560 82867 33554432000 1073741824 1073778376 140736251339744 140736251330880 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1251/statm: 2389610 82867 2255 9 0 2380296 0
[pid=1251/tid=1253] ppid=1249 vsize=9558440 CPUtime=1.37 cores=1,3,5,7
/proc/1251/task/1253/stat : 1253 (java) S 1249 1251 31663 0 -1 4202560 2625 0 1 0 133 4 0 0 20 0 18 0 291130326 9787842560 82867 33554432000 1073741824 1073778376 140736251339744 140123128081800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1251/tid=1254] ppid=1249 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/1251/task/1254/stat : 1254 (java) S 1249 1251 31663 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 18 0 291130327 9787842560 82867 33554432000 1073741824 1073778376 140736251339744 140123117144744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1251/tid=1255] ppid=1249 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/1251/task/1255/stat : 1255 (java) R 1249 1251 31663 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 18 0 291130327 9787842560 82867 33554432000 1073741824 1073778376 140736251339744 140123116092200 252266460220 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1256] ppid=1249 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/1251/task/1256/stat : 1256 (java) S 1249 1251 31663 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 291130327 9787842560 82867 33554432000 1073741824 1073778376 140736251339744 140123115039656 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1251/tid=1257] ppid=1249 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/1251/task/1257/stat : 1257 (java) R 1249 1251 31663 0 -1 4202560 118 0 0 0 3 1 0 0 20 0 18 0 291130327 9787842560 82867 33554432000 1073741824 1073778376 140736251339744 140123113987112 140123134978556 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1251/tid=1258] ppid=1249 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/1251/task/1258/stat : 1258 (java) R 1249 1251 31663 0 -1 4202560 110 0 0 0 2 1 0 0 20 0 18 0 291130327 9787842560 82867 33554432000 1073741824 1073778376 140736251339744 140123112933544 140123132244772 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1259] ppid=1249 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/1251/task/1259/stat : 1259 (java) R 1249 1251 31663 0 -1 4202560 108 0 0 0 3 2 0 0 20 0 18 0 291130327 9787842560 82867 33554432000 1073741824 1073778376 140736251339744 140123111881000 140123130554049 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1251/tid=1260] ppid=1249 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/1251/task/1260/stat : 1260 (java) R 1249 1251 31663 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 291130327 9787842560 82867 33554432000 1073741824 1073778376 140736251339744 140123110828632 140123132258479 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1251/tid=1261] ppid=1249 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/1251/task/1261/stat : 1261 (java) S 1249 1251 31663 0 -1 4202560 108 0 0 0 4 0 0 0 20 0 18 0 291130327 9787842560 82867 33554432000 1073741824 1073778376 140736251339744 140123109775912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1251/tid=1262] ppid=1249 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1262/stat : 1262 (java) S 1249 1251 31663 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 291130328 9787842560 82867 33554432000 1073741824 1073778376 140736251339744 140122952214024 252266460220 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1251/tid=1263] ppid=1249 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1263/stat : 1263 (java) S 1249 1251 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 291130329 9787842560 82867 33554432000 1073741824 1073778376 140736251339744 140122951161464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1264] ppid=1249 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1264/stat : 1264 (java) S 1249 1251 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 291130329 9787842560 82867 33554432000 1073741824 1073778376 140736251339744 140122950108808 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1251/tid=1265] ppid=1249 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1265/stat : 1265 (java) S 1249 1251 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291130331 9787842560 82867 33554432000 1073741824 1073778376 140736251339744 140122949057552 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1251/tid=1266] ppid=1249 vsize=9558440 CPUtime=0.38 cores=1,3,5,7
/proc/1251/task/1266/stat : 1266 (java) S 1249 1251 31663 0 -1 4202560 3115 0 0 0 38 0 0 0 20 0 18 0 291130331 9787842560 82867 33554432000 1073741824 1073778376 140736251339744 140122948003896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1267] ppid=1249 vsize=9558440 CPUtime=0.34 cores=1,3,5,7
/proc/1251/task/1267/stat : 1267 (java) S 1249 1251 31663 0 -1 4202560 5085 0 0 0 34 0 0 0 20 0 18 0 291130331 9787842560 82867 33554432000 1073741824 1073778376 140736251339744 140122946951352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1251/tid=1268] ppid=1249 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1268/stat : 1268 (java) S 1249 1251 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291130331 9787842560 82867 33554432000 1073741824 1073778376 140736251339744 140122945899000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1269] ppid=1249 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1269/stat : 1269 (java) S 1249 1251 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291130331 9787842560 82867 33554432000 1073741824 1073778376 140736251339744 140122944846664 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 9558440

[startup+3.1008 s]
/proc/loadavg: 1.92 1.98 1.99 10/210 1269
/proc/meminfo: memFree=28961120/32873852 swapFree=7624/7624
[pid=1251] ppid=1249 vsize=9625004 CPUtime=4.87 cores=1,3,5,7
/proc/1251/stat : 1251 (java) S 1249 1251 31663 0 -1 4202496 14565 0 1 0 463 24 0 0 20 0 19 0 291130325 9856004096 99044 33554432000 1073741824 1073778376 140736251339744 140736251330880 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1251/statm: 2406251 99044 2271 9 0 2396937 0
[pid=1251/tid=1253] ppid=1249 vsize=9625004 CPUtime=2.85 cores=1,3,5,7
/proc/1251/task/1253/stat : 1253 (java) R 1249 1251 31663 0 -1 4202560 2638 0 1 0 281 4 0 0 20 0 19 0 291130326 9856004096 99044 33554432000 1073741824 1073778376 140736251339744 140123128083048 140122990084323 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1251/tid=1254] ppid=1249 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/1251/task/1254/stat : 1254 (java) S 1249 1251 31663 0 -1 4202560 67 0 0 0 7 2 0 0 20 0 19 0 291130327 9856004096 99044 33554432000 1073741824 1073778376 140736251339744 140123117144744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1251/tid=1255] ppid=1249 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/1251/task/1255/stat : 1255 (java) S 1249 1251 31663 0 -1 4202560 46 0 0 0 7 2 0 0 20 0 19 0 291130327 9856004096 99044 33554432000 1073741824 1073778376 140736251339744 140123116092200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1256] ppid=1249 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/1251/task/1256/stat : 1256 (java) S 1249 1251 31663 0 -1 4202560 33 0 0 0 6 0 0 0 20 0 19 0 291130327 9856004096 99044 33554432000 1073741824 1073778376 140736251339744 140123115039656 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1251/tid=1257] ppid=1249 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/1251/task/1257/stat : 1257 (java) S 1249 1251 31663 0 -1 4202560 148 0 0 0 8 3 0 0 20 0 19 0 291130327 9856004096 99044 33554432000 1073741824 1073778376 140736251339744 140123113987112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1251/tid=1258] ppid=1249 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/1251/task/1258/stat : 1258 (java) S 1249 1251 31663 0 -1 4202560 131 0 0 0 6 2 0 0 20 0 19 0 291130327 9856004096 99044 33554432000 1073741824 1073778376 140736251339744 140123112933544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1259] ppid=1249 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/1251/task/1259/stat : 1259 (java) S 1249 1251 31663 0 -1 4202560 117 0 0 0 6 3 0 0 20 0 19 0 291130327 9856004096 99044 33554432000 1073741824 1073778376 140736251339744 140123111881000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1251/tid=1260] ppid=1249 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/1251/task/1260/stat : 1260 (java) S 1249 1251 31663 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 19 0 291130327 9856004096 99044 33554432000 1073741824 1073778376 140736251339744 140123110828456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1251/tid=1261] ppid=1249 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/1251/task/1261/stat : 1261 (java) S 1249 1251 31663 0 -1 4202560 133 0 0 0 7 2 0 0 20 0 19 0 291130327 9856004096 99044 33554432000 1073741824 1073778376 140736251339744 140123109775912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1251/tid=1262] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1262/stat : 1262 (java) S 1249 1251 31663 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 291130328 9856004096 99044 33554432000 1073741824 1073778376 140736251339744 140122952215144 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1251/tid=1263] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1263/stat : 1263 (java) S 1249 1251 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291130329 9856004096 99044 33554432000 1073741824 1073778376 140736251339744 140122951161464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1264] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1264/stat : 1264 (java) S 1249 1251 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291130329 9856004096 99044 33554432000 1073741824 1073778376 140736251339744 140122950108808 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1251/tid=1265] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1265/stat : 1265 (java) S 1249 1251 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291130331 9856004096 99044 33554432000 1073741824 1073778376 140736251339744 140122949057552 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1251/tid=1266] ppid=1249 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/1251/task/1266/stat : 1266 (java) S 1249 1251 31663 0 -1 4202560 4710 0 0 0 56 2 0 0 20 0 19 0 291130331 9856004096 99044 33554432000 1073741824 1073778376 140736251339744 140122948003896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1267] ppid=1249 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/1251/task/1267/stat : 1267 (java) S 1249 1251 31663 0 -1 4202560 5129 0 0 0 60 0 0 0 20 0 19 0 291130331 9856004096 99044 33554432000 1073741824 1073778376 140736251339744 140122946951352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1251/tid=1268] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1268/stat : 1268 (java) S 1249 1251 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291130331 9856004096 99044 33554432000 1073741824 1073778376 140736251339744 140122945899000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1269] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1269/stat : 1269 (java) S 1249 1251 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291130331 9856004096 99044 33554432000 1073741824 1073778376 140736251339744 140122944846664 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 9625004

[startup+6.30084 s]
/proc/loadavg: 1.93 1.98 1.99 3/211 1270
/proc/meminfo: memFree=28951796/32873852 swapFree=7624/7624
[pid=1251] ppid=1249 vsize=9625004 CPUtime=8.08 cores=1,3,5,7
/proc/1251/stat : 1251 (java) S 1249 1251 31663 0 -1 4202496 14568 0 1 0 784 24 0 0 20 0 19 0 291130325 9856004096 98939 33554432000 1073741824 1073778376 140736251339744 140736251330880 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1251/statm: 2406251 98939 2271 9 0 2396937 0
[pid=1251/tid=1253] ppid=1249 vsize=9625004 CPUtime=6.04 cores=1,3,5,7
/proc/1251/task/1253/stat : 1253 (java) R 1249 1251 31663 0 -1 4202560 2640 0 1 0 600 4 0 0 20 0 19 0 291130326 9856004096 98939 33554432000 1073741824 1073778376 140736251339744 140123128082984 140122990084862 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1251/tid=1254] ppid=1249 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/1251/task/1254/stat : 1254 (java) S 1249 1251 31663 0 -1 4202560 67 0 0 0 7 2 0 0 20 0 19 0 291130327 9856004096 98939 33554432000 1073741824 1073778376 140736251339744 140123117144744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1251/tid=1255] ppid=1249 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/1251/task/1255/stat : 1255 (java) S 1249 1251 31663 0 -1 4202560 46 0 0 0 7 2 0 0 20 0 19 0 291130327 9856004096 98939 33554432000 1073741824 1073778376 140736251339744 140123116092200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1256] ppid=1249 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/1251/task/1256/stat : 1256 (java) S 1249 1251 31663 0 -1 4202560 33 0 0 0 6 0 0 0 20 0 19 0 291130327 9856004096 98939 33554432000 1073741824 1073778376 140736251339744 140123115039656 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1251/tid=1257] ppid=1249 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/1251/task/1257/stat : 1257 (java) S 1249 1251 31663 0 -1 4202560 148 0 0 0 8 3 0 0 20 0 19 0 291130327 9856004096 98939 33554432000 1073741824 1073778376 140736251339744 140123113987112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1251/tid=1258] ppid=1249 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/1251/task/1258/stat : 1258 (java) S 1249 1251 31663 0 -1 4202560 131 0 0 0 6 2 0 0 20 0 19 0 291130327 9856004096 98939 33554432000 1073741824 1073778376 140736251339744 140123112933544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1259] ppid=1249 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/1251/task/1259/stat : 1259 (java) S 1249 1251 31663 0 -1 4202560 117 0 0 0 6 3 0 0 20 0 19 0 291130327 9856004096 98939 33554432000 1073741824 1073778376 140736251339744 140123111881000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1251/tid=1260] ppid=1249 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/1251/task/1260/stat : 1260 (java) S 1249 1251 31663 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 19 0 291130327 9856004096 98939 33554432000 1073741824 1073778376 140736251339744 140123110828456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1251/tid=1261] ppid=1249 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/1251/task/1261/stat : 1261 (java) S 1249 1251 31663 0 -1 4202560 133 0 0 0 7 2 0 0 20 0 19 0 291130327 9856004096 98939 33554432000 1073741824 1073778376 140736251339744 140123109775912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1251/tid=1262] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1262/stat : 1262 (java) S 1249 1251 31663 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 291130328 9856004096 98939 33554432000 1073741824 1073778376 140736251339744 140122952215144 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1251/tid=1263] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1263/stat : 1263 (java) S 1249 1251 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291130329 9856004096 98939 33554432000 1073741824 1073778376 140736251339744 140122951161464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1264] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1264/stat : 1264 (java) S 1249 1251 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291130329 9856004096 98939 33554432000 1073741824 1073778376 140736251339744 140122950108808 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1251/tid=1265] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1265/stat : 1265 (java) S 1249 1251 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291130331 9856004096 98939 33554432000 1073741824 1073778376 140736251339744 140122949057552 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1251/tid=1266] ppid=1249 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/1251/task/1266/stat : 1266 (java) S 1249 1251 31663 0 -1 4202560 4710 0 0 0 58 2 0 0 20 0 19 0 291130331 9856004096 98939 33554432000 1073741824 1073778376 140736251339744 140122948003896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1267] ppid=1249 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/1251/task/1267/stat : 1267 (java) S 1249 1251 31663 0 -1 4202560 5129 0 0 0 60 0 0 0 20 0 19 0 291130331 9856004096 98939 33554432000 1073741824 1073778376 140736251339744 140122946951352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1251/tid=1268] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1268/stat : 1268 (java) S 1249 1251 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291130331 9856004096 98939 33554432000 1073741824 1073778376 140736251339744 140122945899000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1269] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1269/stat : 1269 (java) S 1249 1251 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291130331 9856004096 98939 33554432000 1073741824 1073778376 140736251339744 140122944846664 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1251/tid=1270] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1270/stat : 1270 (java) S 1249 1251 31663 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291130545 9856004096 98939 33554432000 1073741824 1073778376 140736251339744 140122943792424 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.08
Current children cumulated vsize (KiB) 9625004

[startup+12.7009 s]
/proc/loadavg: 1.93 1.98 1.99 3/211 1270
/proc/meminfo: memFree=28951588/32873852 swapFree=7624/7624
[pid=1251] ppid=1249 vsize=9625004 CPUtime=14.56 cores=1,3,5,7
/proc/1251/stat : 1251 (java) S 1249 1251 31663 0 -1 4202496 14576 0 1 0 1431 25 0 0 20 0 19 0 291130325 9856004096 98944 33554432000 1073741824 1073778376 140736251339744 140736251330880 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0

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

[pid=1251/tid=1266] ppid=1249 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/1251/task/1266/stat : 1266 (java) S 1249 1251 31663 0 -1 4202560 4736 0 0 0 77 2 0 0 20 0 19 0 291130331 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140122948003896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1267] ppid=1249 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/1251/task/1267/stat : 1267 (java) S 1249 1251 31663 0 -1 4202560 5131 0 0 0 69 0 0 0 20 0 19 0 291130331 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140122946951352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1251/tid=1268] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1268/stat : 1268 (java) S 1249 1251 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291130331 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140122945899000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1269] ppid=1249 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/1251/task/1269/stat : 1269 (java) S 1249 1251 31663 0 -1 4202560 97 0 0 0 28 32 0 0 20 0 19 0 291130331 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140122944846664 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1251/tid=1270] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1270/stat : 1270 (java) S 1249 1251 31663 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291130545 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140122943792424 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1665.87
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 1344
/proc/meminfo: memFree=28657476/32873852 swapFree=7624/7624
[pid=1251] ppid=1249 vsize=9625004 CPUtime=1725.89 cores=1,3,5,7
/proc/1251/stat : 1251 (java) S 1249 1251 31663 0 -1 4202496 15130 0 1 0 172505 84 0 0 20 0 19 0 291130325 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140736251330880 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1251/statm: 2406251 131098 2286 9 0 2396937 0
[pid=1251/tid=1253] ppid=1249 vsize=9625004 CPUtime=1708.65 cores=1,3,5,7
/proc/1251/task/1253/stat : 1253 (java) R 1249 1251 31663 0 -1 4202560 2682 0 1 0 170832 33 0 0 20 0 19 0 291130326 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140123128082736 140122990069279 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1251/tid=1254] ppid=1249 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/1251/task/1254/stat : 1254 (java) S 1249 1251 31663 0 -1 4202560 111 0 0 0 32 5 0 0 20 0 19 0 291130327 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140123117144744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1251/tid=1255] ppid=1249 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/1251/task/1255/stat : 1255 (java) S 1249 1251 31663 0 -1 4202560 88 0 0 0 36 4 0 0 20 0 19 0 291130327 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140123116092200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1251/tid=1256] ppid=1249 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/1251/task/1256/stat : 1256 (java) S 1249 1251 31663 0 -1 4202560 74 0 0 0 26 3 0 0 20 0 19 0 291130327 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140123115039656 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1257] ppid=1249 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/1251/task/1257/stat : 1257 (java) S 1249 1251 31663 0 -1 4202560 178 0 0 0 29 5 0 0 20 0 19 0 291130327 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140123113987112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1251/tid=1258] ppid=1249 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/1251/task/1258/stat : 1258 (java) S 1249 1251 31663 0 -1 4202560 163 0 0 0 30 3 0 0 20 0 19 0 291130327 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140123112933544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1259] ppid=1249 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/1251/task/1259/stat : 1259 (java) S 1249 1251 31663 0 -1 4202560 150 0 0 0 33 5 0 0 20 0 19 0 291130327 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140123111881000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1251/tid=1260] ppid=1249 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/1251/task/1260/stat : 1260 (java) S 1249 1251 31663 0 -1 4202560 53 0 0 0 28 3 0 0 20 0 19 0 291130327 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140123110828456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1251/tid=1261] ppid=1249 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/1251/task/1261/stat : 1261 (java) S 1249 1251 31663 0 -1 4202560 172 0 0 0 29 4 0 0 20 0 19 0 291130327 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140123109775912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1251/tid=1262] ppid=1249 vsize=9625004 CPUtime=7.9 cores=1,3,5,7
/proc/1251/task/1262/stat : 1262 (java) S 1249 1251 31663 0 -1 4202560 312 0 0 0 784 6 0 0 20 0 19 0 291130328 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140122952215144 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1251/tid=1263] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1263/stat : 1263 (java) S 1249 1251 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291130329 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140122951161464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1264] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1264/stat : 1264 (java) S 1249 1251 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291130329 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140122950108808 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1251/tid=1265] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1265/stat : 1265 (java) S 1249 1251 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291130331 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140122949057552 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1251/tid=1266] ppid=1249 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/1251/task/1266/stat : 1266 (java) S 1249 1251 31663 0 -1 4202560 4736 0 0 0 77 2 0 0 20 0 19 0 291130331 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140122948003896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1267] ppid=1249 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/1251/task/1267/stat : 1267 (java) S 1249 1251 31663 0 -1 4202560 5131 0 0 0 69 0 0 0 20 0 19 0 291130331 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140122946951352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1251/tid=1268] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1268/stat : 1268 (java) S 1249 1251 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291130331 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140122945899000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1269] ppid=1249 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/1251/task/1269/stat : 1269 (java) S 1249 1251 31663 0 -1 4202560 99 0 0 0 29 32 0 0 20 0 19 0 291130331 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140122944846664 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1251/tid=1270] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1270/stat : 1270 (java) S 1249 1251 31663 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291130545 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140122943792424 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1725.89
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 1345
/proc/meminfo: memFree=28657352/32873852 swapFree=7624/7624
[pid=1251] ppid=1249 vsize=9625004 CPUtime=1785.95 cores=1,3,5,7
/proc/1251/stat : 1251 (java) S 1249 1251 31663 0 -1 4202496 15137 0 1 0 178510 85 0 0 20 0 19 0 291130325 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140736251330880 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1251/statm: 2406251 131098 2286 9 0 2396937 0
[pid=1251/tid=1253] ppid=1249 vsize=9625004 CPUtime=1768.15 cores=1,3,5,7
/proc/1251/task/1253/stat : 1253 (java) R 1249 1251 31663 0 -1 4202560 2683 0 1 0 176781 34 0 0 20 0 19 0 291130326 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140123128082736 140122990084411 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1251/tid=1254] ppid=1249 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/1251/task/1254/stat : 1254 (java) S 1249 1251 31663 0 -1 4202560 111 0 0 0 33 5 0 0 20 0 19 0 291130327 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140123117144744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1251/tid=1255] ppid=1249 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/1251/task/1255/stat : 1255 (java) S 1249 1251 31663 0 -1 4202560 88 0 0 0 36 4 0 0 20 0 19 0 291130327 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140123116092200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1251/tid=1256] ppid=1249 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/1251/task/1256/stat : 1256 (java) S 1249 1251 31663 0 -1 4202560 74 0 0 0 29 3 0 0 20 0 19 0 291130327 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140123115039656 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1257] ppid=1249 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/1251/task/1257/stat : 1257 (java) S 1249 1251 31663 0 -1 4202560 178 0 0 0 30 5 0 0 20 0 19 0 291130327 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140123113987112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1251/tid=1258] ppid=1249 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/1251/task/1258/stat : 1258 (java) S 1249 1251 31663 0 -1 4202560 163 0 0 0 30 3 0 0 20 0 19 0 291130327 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140123112933544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1251/tid=1259] ppid=1249 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/1251/task/1259/stat : 1259 (java) S 1249 1251 31663 0 -1 4202560 150 0 0 0 34 5 0 0 20 0 19 0 291130327 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140123111881000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1260] ppid=1249 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/1251/task/1260/stat : 1260 (java) S 1249 1251 31663 0 -1 4202560 53 0 0 0 30 3 0 0 20 0 19 0 291130327 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140123110828456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1251/tid=1261] ppid=1249 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/1251/task/1261/stat : 1261 (java) S 1249 1251 31663 0 -1 4202560 172 0 0 0 30 4 0 0 20 0 19 0 291130327 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140123109775912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1251/tid=1262] ppid=1249 vsize=9625004 CPUtime=8.2 cores=1,3,5,7
/proc/1251/task/1262/stat : 1262 (java) S 1249 1251 31663 0 -1 4202560 314 0 0 0 814 6 0 0 20 0 19 0 291130328 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140122952215144 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1251/tid=1263] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1263/stat : 1263 (java) S 1249 1251 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291130329 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140122951161464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1264] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1264/stat : 1264 (java) S 1249 1251 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291130329 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140122950108808 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1251/tid=1265] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1265/stat : 1265 (java) S 1249 1251 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291130331 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140122949057552 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1251/tid=1266] ppid=1249 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/1251/task/1266/stat : 1266 (java) S 1249 1251 31663 0 -1 4202560 4736 0 0 0 77 2 0 0 20 0 19 0 291130331 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140122948003896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1267] ppid=1249 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/1251/task/1267/stat : 1267 (java) S 1249 1251 31663 0 -1 4202560 5131 0 0 0 69 0 0 0 20 0 19 0 291130331 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140122946951352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1251/tid=1268] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1268/stat : 1268 (java) S 1249 1251 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291130331 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140122945899000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1269] ppid=1249 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/1251/task/1269/stat : 1269 (java) S 1249 1251 31663 0 -1 4202560 103 0 0 0 30 34 0 0 20 0 19 0 291130331 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140122944846664 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1251/tid=1270] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1270/stat : 1270 (java) S 1249 1251 31663 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291130545 9856004096 131098 33554432000 1073741824 1073778376 140736251339744 140122943792424 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1785.95
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 1345
/proc/meminfo: memFree=28657352/32873852 swapFree=7624/7624
[pid=1251] ppid=1249 vsize=9625004 CPUtime=1800.02 cores=1,3,5,7
/proc/1251/stat : 1251 (java) S 1249 1251 31663 0 -1 4202496 15145 0 1 0 179916 86 0 0 20 0 19 0 291130325 9856004096 131103 33554432000 1073741824 1073778376 140736251339744 140736251330880 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1251/statm: 2406251 131103 2286 9 0 2396937 0
[pid=1251/tid=1253] ppid=1249 vsize=9625004 CPUtime=1781.88 cores=1,3,5,7
/proc/1251/task/1253/stat : 1253 (java) R 1249 1251 31663 0 -1 4202560 2684 0 1 0 178153 35 0 0 20 0 19 0 291130326 9856004096 131103 33554432000 1073741824 1073778376 140736251339744 140123128082736 140122990084828 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1251/tid=1254] ppid=1249 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/1251/task/1254/stat : 1254 (java) S 1249 1251 31663 0 -1 4202560 111 0 0 0 34 5 0 0 20 0 19 0 291130327 9856004096 131103 33554432000 1073741824 1073778376 140736251339744 140123117144744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1251/tid=1255] ppid=1249 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/1251/task/1255/stat : 1255 (java) S 1249 1251 31663 0 -1 4202560 88 0 0 0 38 4 0 0 20 0 19 0 291130327 9856004096 131103 33554432000 1073741824 1073778376 140736251339744 140123116092200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1251/tid=1256] ppid=1249 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/1251/task/1256/stat : 1256 (java) S 1249 1251 31663 0 -1 4202560 74 0 0 0 30 3 0 0 20 0 19 0 291130327 9856004096 131103 33554432000 1073741824 1073778376 140736251339744 140123115039656 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1257] ppid=1249 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/1251/task/1257/stat : 1257 (java) S 1249 1251 31663 0 -1 4202560 178 0 0 0 31 5 0 0 20 0 19 0 291130327 9856004096 131103 33554432000 1073741824 1073778376 140736251339744 140123113987112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1251/tid=1258] ppid=1249 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/1251/task/1258/stat : 1258 (java) S 1249 1251 31663 0 -1 4202560 163 0 0 0 31 3 0 0 20 0 19 0 291130327 9856004096 131103 33554432000 1073741824 1073778376 140736251339744 140123112933544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1251/tid=1259] ppid=1249 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/1251/task/1259/stat : 1259 (java) S 1249 1251 31663 0 -1 4202560 150 0 0 0 35 5 0 0 20 0 19 0 291130327 9856004096 131103 33554432000 1073741824 1073778376 140736251339744 140123111881000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1260] ppid=1249 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/1251/task/1260/stat : 1260 (java) S 1249 1251 31663 0 -1 4202560 53 0 0 0 30 3 0 0 20 0 19 0 291130327 9856004096 131103 33554432000 1073741824 1073778376 140736251339744 140123110828456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1251/tid=1261] ppid=1249 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/1251/task/1261/stat : 1261 (java) S 1249 1251 31663 0 -1 4202560 177 0 0 0 31 4 0 0 20 0 19 0 291130327 9856004096 131103 33554432000 1073741824 1073778376 140736251339744 140123109775912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1251/tid=1262] ppid=1249 vsize=9625004 CPUtime=8.42 cores=1,3,5,7
/proc/1251/task/1262/stat : 1262 (java) S 1249 1251 31663 0 -1 4202560 316 0 0 0 836 6 0 0 20 0 19 0 291130328 9856004096 131103 33554432000 1073741824 1073778376 140736251339744 140122952215144 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1251/tid=1263] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1263/stat : 1263 (java) S 1249 1251 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291130329 9856004096 131103 33554432000 1073741824 1073778376 140736251339744 140122951161464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1264] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1264/stat : 1264 (java) S 1249 1251 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291130329 9856004096 131103 33554432000 1073741824 1073778376 140736251339744 140122950108808 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1251/tid=1265] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1265/stat : 1265 (java) S 1249 1251 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291130331 9856004096 131103 33554432000 1073741824 1073778376 140736251339744 140122949057552 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1251/tid=1266] ppid=1249 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/1251/task/1266/stat : 1266 (java) S 1249 1251 31663 0 -1 4202560 4736 0 0 0 77 2 0 0 20 0 19 0 291130331 9856004096 131103 33554432000 1073741824 1073778376 140736251339744 140122948003896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1267] ppid=1249 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/1251/task/1267/stat : 1267 (java) S 1249 1251 31663 0 -1 4202560 5131 0 0 0 69 0 0 0 20 0 19 0 291130331 9856004096 131103 33554432000 1073741824 1073778376 140736251339744 140122946951352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1251/tid=1268] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1268/stat : 1268 (java) S 1249 1251 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291130331 9856004096 131103 33554432000 1073741824 1073778376 140736251339744 140122945899000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1251/tid=1269] ppid=1249 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/1251/task/1269/stat : 1269 (java) S 1249 1251 31663 0 -1 4202560 103 0 0 0 31 34 0 0 20 0 19 0 291130331 9856004096 131103 33554432000 1073741824 1073778376 140736251339744 140122944846664 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1251/tid=1270] ppid=1249 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1251/task/1270/stat : 1270 (java) S 1249 1251 31663 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291130545 9856004096 131103 33554432000 1073741824 1073778376 140736251339744 140122943792424 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

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 1251 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=449202
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=233812
# CPU time returned by wait4() is 1795.68
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.36
CPU time (s): 1800.02
CPU user time (s): 1799.16
CPU system time (s): 0.86
CPU usage (%): 100.204
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.45
system time used= 1.23381
maximum resident set size= 524528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15176
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39179
involuntary context switches= 37051

runsolver used 6.17106 second user time and 15.6716 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-29 02:07:29
IDJOB=3710464
IDBENCH=92684
IDSOLVER=2289
FILE ID=node131/3710464-1338250048
RUNJOBID= node131-1338224871-31680
PBS_JOBID= 14624623
Free space on /tmp= 71716 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat35_4_11_0_mh_ic.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710464-1338250048/watcher-3710464-1338250048 -o /tmp/evaluation-result-3710464-1338250048/solver-3710464-1338250048 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710464-1338250048.opb

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

MD5SUM BENCH= 1092a4b028b708b804d164027aeb4b44
RANDOM SEED=320039576

node131.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29342004 kB
Buffers:          520828 kB
Cached:          1984120 kB
SwapCached:         2324 kB
Active:           936572 kB
Inactive:        1747336 kB
Active(anon):     177024 kB
Inactive(anon):      996 kB
Active(file):     759548 kB
Inactive(file):  1746340 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099072 kB
Dirty:             13268 kB
Writeback:             0 kB
AnonPages:        182552 kB
Mapped:            22516 kB
Shmem:                 0 kB
Slab:             708240 kB
SReclaimable:     150520 kB
SUnreclaim:       557720 kB
KernelStack:        1584 kB
PageTables:         4164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     697620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    159744 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= 71712 MiB
End job on node131 at 2012-05-29 02:37:27