Trace number 3690232

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.81 911.054

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_2_ic.opb
MD5SUMc16bd2424e0fff3ff3df69ee00e2dc99
Bench CategoryOPT-BIGINT-LIN (optimisation, big 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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 112678587
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11239356641
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 112678587
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11239356641
Number of bits of the biggest sum of numbers34
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.07	c version 2.3.2.v20120418
0.02/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.07	c java.vm.version	19.1-b02
0.02/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.07	c sun.arch.data.model	64
0.02/0.07	c java.version		1.6.0_24
0.02/0.07	c os.name		Linux
0.02/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.07	c os.arch		amd64
0.02/0.07	c Free memory 		501472288
0.02/0.07	c Max memory 		7480803328
0.02/0.07	c Total memory 		504102912
0.02/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3690232-1337888995.opb
0.11/0.10	c reading problem ... 
1.13/0.63	c ... done. Wall clock time 0.53s.
1.13/0.63	c declared #vars     15725
1.13/0.65	c #constraints  33136
1.13/0.65	c constraints type 
1.13/0.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.13/0.65	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.13/0.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.13/0.65	c ignored satisfied constraints => 3
1.13/0.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.13/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.13/0.65	c 33139 constraints processed.
1.13/0.65	c constraints type 
1.13/0.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.13/0.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.13/0.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.13/0.65	c ignored satisfied constraints => 3
1.13/0.65	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1.13/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1.13/0.65	c 33139 constraints processed.
1.13/0.65	c objective function length is 1825 literals
9.46/4.06	c cleaning 2496 clauses out of 5000 with flag 5000/5000
16.31/7.41	c cleaning 4249 clauses out of 8505 with flag 11001/11001
25.44/12.07	c cleaning 5625 clauses out of 11255 with flag 18000/18000
35.29/17.04	c cleaning 6813 clauses out of 13630 with flag 26000/26000
49.15/24.01	c cleaning 7901 clauses out of 15817 with flag 35000/35000
58.39/28.71	c cleaning 8951 clauses out of 17918 with flag 45002/45002
68.58/34.00	c cleaning 9977 clauses out of 19967 with flag 56002/56002
81.98/40.75	c cleaning 10994 clauses out of 21991 with flag 68003/68003
96.60/48.24	c cleaning 11993 clauses out of 23995 with flag 81001/81001
110.34/55.22	c cleaning 13001 clauses out of 26004 with flag 95003/95003
124.48/62.49	c cleaning 13995 clauses out of 28001 with flag 110001/110001
141.03/70.83	c cleaning 15001 clauses out of 30006 with flag 126001/126001
159.03/80.02	c cleaning 15997 clauses out of 32004 with flag 143000/143000
179.57/90.45	c cleaning 17000 clauses out of 34009 with flag 161002/161002
207.68/104.64	c cleaning 17986 clauses out of 36010 with flag 180003/180003
235.00/118.45	c cleaning 18990 clauses out of 38021 with flag 200000/200000
263.53/132.97	c cleaning 19994 clauses out of 40035 with flag 221004/221004
273.95/138.33	c cleaning 0 clauses out of 5001 with flag 0/5001
294.33/148.56	c cleaning 20998 clauses out of 42038 with flag 243001/243001
324.78/163.85	c cleaning 21989 clauses out of 44041 with flag 266002/266002
358.81/181.12	c cleaning 22998 clauses out of 46051 with flag 290001/290001
389.93/196.89	c cleaning 24001 clauses out of 48054 with flag 315002/315002
425.98/215.06	c cleaning 25000 clauses out of 50053 with flag 341002/341002
460.86/232.66	c cleaning 25996 clauses out of 52051 with flag 368000/368000
493.29/249.18	c cleaning 27002 clauses out of 54058 with flag 396003/396003
528.14/266.73	c cleaning 28019 clauses out of 56053 with flag 425000/425000
557.84/281.73	c cleaning 29011 clauses out of 58036 with flag 455002/455002
595.66/300.75	c cleaning 29999 clauses out of 60030 with flag 486007/486007
634.11/320.28	c cleaning 30988 clauses out of 62025 with flag 518001/518001
670.01/338.39	c cleaning 32013 clauses out of 64037 with flag 551001/551001
709.94/358.42	c cleaning 33004 clauses out of 66023 with flag 585000/585000
751.64/379.98	c cleaning 34003 clauses out of 68020 with flag 620001/620001
792.88/400.77	c cleaning 34996 clauses out of 70016 with flag 656000/656000
832.75/420.88	c cleaning 35999 clauses out of 72020 with flag 693000/693000
870.37/439.82	c cleaning 37005 clauses out of 74022 with flag 731001/731001
913.18/461.66	c cleaning 38003 clauses out of 76018 with flag 770002/770002
955.32/482.97	c cleaning 38993 clauses out of 78013 with flag 810000/810000
999.66/505.33	c cleaning 40005 clauses out of 80021 with flag 851001/851001
1044.62/528.06	c cleaning 41002 clauses out of 82015 with flag 893000/893000
1092.73/552.51	c cleaning 42003 clauses out of 84014 with flag 936001/936001
1140.10/576.41	c cleaning 42994 clauses out of 86011 with flag 980001/980001
1189.60/601.49	c cleaning 44002 clauses out of 88019 with flag 1025003/1025003
1238.89/626.38	c cleaning 45002 clauses out of 90014 with flag 1071000/1071000
1290.58/652.67	c cleaning 45993 clauses out of 92012 with flag 1118000/1118000
1344.02/679.70	c cleaning 47003 clauses out of 94019 with flag 1166000/1166000
1358.47/687.28	c cleaning 0 clauses out of 11000 with flag 0/11000
1400.26/708.42	c cleaning 48000 clauses out of 96017 with flag 1215001/1215001
1453.11/735.42	c cleaning 49001 clauses out of 98016 with flag 1265000/1265000
1508.59/763.48	c cleaning 50004 clauses out of 100016 with flag 1316001/1316001
1570.37/794.69	c cleaning 51004 clauses out of 102012 with flag 1368001/1368001
1631.54/825.55	c cleaning 51997 clauses out of 104009 with flag 1421002/1421002
1692.61/856.65	c cleaning 53006 clauses out of 106013 with flag 1475003/1475003
1754.61/887.95	c cleaning 53995 clauses out of 108007 with flag 1530003/1530003
1800.16/911.01	c starts		: 208
1800.16/911.01	c conflicts		: 1572097
1800.16/911.01	c decisions		: 1971927
1800.16/911.01	c propagations		: 957172085
1800.16/911.01	c inspects		: 6355038375
1800.16/911.01	c shortcuts		: 0
1800.16/911.01	c learnt literals	: 0
1800.16/911.01	c learnt binary clauses	: 0
1800.16/911.01	c learnt ternary clauses	: 1
1800.16/911.01	c learnt constraints	: 1572096
1800.16/911.01	c ignored constraints	: 0
1800.16/911.01	c root simplifications	: 0
1800.16/911.01	c removed literals (reason simplification)	: 44231096
1800.16/911.01	c reason swapping (by a shorter reason)	: 0
1800.16/911.01	c Calls to reduceDB	: 51
1800.16/911.01	c number of reductions to clauses (during analyze)	: 0
1800.16/911.01	c number of learned constraints concerned by reduction	: 0
1800.16/911.01	c number of learning phase by resolution	: 0
1800.16/911.01	c number of learning phase by cutting planes	: 0
1800.16/911.01	c speed (assignments/second)	: 1051433.0664030318
1800.16/911.01	c non guided choices	5
1800.16/911.04	c learnt constraints type 
1800.16/911.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 96136
1800.16/911.04	c constraints type 
1800.16/911.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.16/911.04	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.16/911.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.16/911.04	c ignored satisfied constraints => 3
1800.16/911.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.16/911.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.16/911.04	c 33139 constraints processed.
1800.16/911.04	c constraints type 
1800.16/911.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1800.16/911.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1800.16/911.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.16/911.04	c ignored satisfied constraints => 3
1800.16/911.04	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1800.16/911.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.16/911.04	c 33139 constraints processed.
1800.16/911.04	s UNKNOWN
1800.16/911.04	c Total wall clock time (in seconds): 910.935

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-3690232-1337888995/watcher-3690232-1337888995 -o /tmp/evaluation-result-3690232-1337888995/solver-3690232-1337888995 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3690232-1337888995.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: 3.91 3.93 3.90 4/197 3131
/proc/meminfo: memFree=28646276/32873648 swapFree=7104/7104
[pid=3131] ppid=3129 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/3131/stat : 3131 (java) R 3129 3131 30487 0 -1 4202496 983 0 0 0 0 0 0 0 20 0 1 0 255024923 23793664 710 33554432000 1073741824 1073778376 140735730808944 140735730798008 214528211024 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3131/statm: 5809 710 525 9 0 128 0

[startup+0.0379711 s]
/proc/loadavg: 3.91 3.93 3.90 4/197 3131
/proc/meminfo: memFree=28646276/32873648 swapFree=7104/7104
[pid=3131] ppid=3129 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/3131/stat : 3131 (java) S 3129 3131 30487 0 -1 4202496 3092 0 1 0 2 0 0 0 20 0 13 0 255024923 9446973440 3278 33554432000 1073741824 1073778376 140735730808944 140735730800080 214540779581 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3131/statm: 2306390 3278 1704 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100188 s]
/proc/loadavg: 3.91 3.93 3.90 4/197 3131
/proc/meminfo: memFree=28646276/32873648 swapFree=7104/7104
[pid=3131] ppid=3129 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/3131/stat : 3131 (java) S 3129 3131 30487 0 -1 4202496 4543 0 1 0 11 0 0 0 20 0 18 0 255024923 9787813888 5687 33554432000 1073741824 1073778376 140735730808944 140735730800080 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3131/statm: 2389603 5687 2142 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300165 s]
/proc/loadavg: 3.91 3.93 3.90 4/197 3131
/proc/meminfo: memFree=28646276/32873648 swapFree=7104/7104
[pid=3131] ppid=3129 vsize=9558412 CPUtime=0.52 cores=1,3,5,7
/proc/3131/stat : 3131 (java) S 3129 3131 30487 0 -1 4202496 5705 0 1 0 51 1 0 0 20 0 18 0 255024923 9787813888 9382 33554432000 1073741824 1073778376 140735730808944 140735730800080 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3131/statm: 2389603 9382 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558412

[startup+0.70018 s]
/proc/loadavg: 3.91 3.93 3.90 4/197 3131
/proc/meminfo: memFree=28646276/32873648 swapFree=7104/7104
[pid=3131] ppid=3129 vsize=9824668 CPUtime=1.41 cores=1,3,5,7
/proc/3131/stat : 3131 (java) S 3129 3131 30487 0 -1 4202496 8555 0 1 0 138 3 0 0 20 0 22 0 255024923 10060460032 38993 33554432000 1073741824 1073778376 140735730808944 140735730800080 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3131/statm: 2456167 38993 2247 9 0 2446860 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 9824668

[startup+1.50519 s]
/proc/loadavg: 3.92 3.93 3.91 7/219 3153
/proc/meminfo: memFree=28466304/32873648 swapFree=7104/7104
[pid=3131] ppid=3129 vsize=9824668 CPUtime=4.06 cores=1,3,5,7
/proc/3131/stat : 3131 (java) S 3129 3131 30487 0 -1 4202496 15334 0 1 0 396 10 0 0 20 0 22 0 255024923 10060460032 54291 33554432000 1073741824 1073778376 140735730808944 140735730800080 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3131/statm: 2456167 54291 2272 9 0 2446860 0
[pid=3131/tid=3133] ppid=3129 vsize=9824668 CPUtime=0.61 cores=1,3,5,7
/proc/3131/task/3133/stat : 3133 (java) S 3129 3131 30487 0 -1 4202560 2587 0 1 0 59 2 0 0 20 0 22 0 255024924 10060460032 54291 33554432000 1073741824 1073778376 140735730808944 139672545190904 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3131/tid=3134] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3134/stat : 3134 (java) R 3129 3131 30487 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 255024924 10060460032 54291 33554432000 1073741824 1073778376 140735730808944 139672388717400 139672547661497 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=3131/tid=3135] ppid=3129 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/3131/task/3135/stat : 3135 (java) R 3129 3131 30487 0 -1 4202560 38 0 0 0 1 1 0 0 20 0 22 0 255024924 10060460032 54291 33554432000 1073741824 1073778376 140735730808944 139672387664856 139672549365926 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3136] ppid=3129 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/3131/task/3136/stat : 3136 (java) R 3129 3131 30487 0 -1 4202560 105 0 0 0 1 0 0 0 20 0 22 0 255024924 10060460032 54291 33554432000 1073741824 1073778376 140735730808944 139672386612136 139672549365935 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3137] ppid=3129 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/3131/task/3137/stat : 3137 (java) R 3129 3131 30487 0 -1 4202560 145 0 0 0 1 0 0 0 20 0 22 0 255024924 10060460032 54291 33554432000 1073741824 1073778376 140735730808944 139672385559592 139672549365935 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3131/tid=3138] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3138/stat : 3138 (java) R 3129 3131 30487 0 -1 4202560 91 0 0 0 0 0 0 0 20 0 22 0 255024924 10060460032 54291 33554432000 1073741824 1073778376 140735730808944 139672384506200 139672552087061 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=3131/tid=3139] ppid=3129 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/3131/task/3139/stat : 3139 (java) R 3129 3131 30487 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 255024924 10060460032 54291 33554432000 1073741824 1073778376 140735730808944 139672383453656 139672548947144 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3131/tid=3140] ppid=3129 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/3131/task/3140/stat : 3140 (java) R 3129 3131 30487 0 -1 4202560 26 0 0 0 1 2 0 0 20 0 22 0 255024924 10060460032 54291 33554432000 1073741824 1073778376 140735730808944 139672382401112 139672547661513 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3141] ppid=3129 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/3131/task/3141/stat : 3141 (java) R 3129 3131 30487 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 255024924 10060460032 54291 33554432000 1073741824 1073778376 140735730808944 139672381348568 139672549366032 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=3131/tid=3142] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3142/stat : 3142 (java) S 3129 3131 30487 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 255024925 10060460032 54291 33554432000 1073741824 1073778376 140735730808944 139672369149448 214540792892 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3143] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3143/stat : 3143 (java) S 3129 3131 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255024926 10060460032 54291 33554432000 1073741824 1073778376 140735730808944 139672368096888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3144] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3144/stat : 3144 (java) S 3129 3131 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255024926 10060460032 54291 33554432000 1073741824 1073778376 140735730808944 139672367044232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3145] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3145/stat : 3145 (java) S 3129 3131 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255024928 10060460032 54291 33554432000 1073741824 1073778376 140735730808944 139672365992976 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3146] ppid=3129 vsize=9824668 CPUtime=0.75 cores=1,3,5,7
/proc/3131/task/3146/stat : 3146 (java) S 3129 3131 30487 0 -1 4202560 6067 0 0 0 73 2 0 0 20 0 22 0 255024928 10060460032 54291 33554432000 1073741824 1073778376 140735730808944 139672364939320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3147] ppid=3129 vsize=9824668 CPUtime=0.86 cores=1,3,5,7
/proc/3131/task/3147/stat : 3147 (java) S 3129 3131 30487 0 -1 4202560 4870 0 0 0 86 0 0 0 20 0 22 0 255024928 10060460032 54291 33554432000 1073741824 1073778376 140735730808944 139672363886776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3148] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3148/stat : 3148 (java) S 3129 3131 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255024928 10060460032 54291 33554432000 1073741824 1073778376 140735730808944 139672362834424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3149] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3149/stat : 3149 (java) S 3129 3131 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255024928 10060460032 54291 33554432000 1073741824 1073778376 140735730808944 139672361782088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3150] ppid=3129 vsize=9824668 CPUtime=0.8 cores=1,3,5,7
/proc/3131/task/3150/stat : 3150 (java) S 3129 3131 30487 0 -1 4202560 20 0 0 0 80 0 0 0 20 0 22 0 255024987 10060460032 54291 33554432000 1073741824 1073778376 140735730808944 139672360727224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3131/tid=3151] ppid=3129 vsize=9824668 CPUtime=0.79 cores=1,3,5,7
/proc/3131/task/3151/stat : 3151 (java) S 3129 3131 30487 0 -1 4202560 81 0 0 0 79 0 0 0 20 0 22 0 255024987 10060460032 54291 33554432000 1073741824 1073778376 140735730808944 139672359673608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3131/tid=3152] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3152/stat : 3152 (java) S 3129 3131 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255024990 10060460032 54291 33554432000 1073741824 1073778376 140735730808944 139672358622760 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3131/tid=3153] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3153/stat : 3153 (java) S 3129 3131 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255024990 10060460032 54291 33554432000 1073741824 1073778376 140735730808944 139672357570216 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 9824668

[startup+3.10078 s]
/proc/loadavg: 3.92 3.93 3.91 5/219 3153
/proc/meminfo: memFree=28420384/32873648 swapFree=7104/7104
[pid=3131] ppid=3129 vsize=9824668 CPUtime=7.6 cores=1,3,5,7
/proc/3131/stat : 3131 (java) S 3129 3131 30487 0 -1 4202496 16116 0 1 0 745 15 0 0 20 0 22 0 255024923 10060460032 88264 33554432000 1073741824 1073778376 140735730808944 140735730800080 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3131/statm: 2456167 88264 2274 9 0 2446860 0
[pid=3131/tid=3133] ppid=3129 vsize=9824668 CPUtime=0.61 cores=1,3,5,7
/proc/3131/task/3133/stat : 3133 (java) S 3129 3131 30487 0 -1 4202560 2587 0 1 0 59 2 0 0 20 0 22 0 255024924 10060460032 88264 33554432000 1073741824 1073778376 140735730808944 139672545190904 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3134] ppid=3129 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/3131/task/3134/stat : 3134 (java) S 3129 3131 30487 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 255024924 10060460032 88264 33554432000 1073741824 1073778376 140735730808944 139672388717224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3131/tid=3135] ppid=3129 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/3131/task/3135/stat : 3135 (java) S 3129 3131 30487 0 -1 4202560 53 0 0 0 4 2 0 0 20 0 22 0 255024924 10060460032 88264 33554432000 1073741824 1073778376 140735730808944 139672387664680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3136] ppid=3129 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/3131/task/3136/stat : 3136 (java) S 3129 3131 30487 0 -1 4202560 111 0 0 0 3 0 0 0 20 0 22 0 255024924 10060460032 88264 33554432000 1073741824 1073778376 140735730808944 139672386612136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3137] ppid=3129 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/3131/task/3137/stat : 3137 (java) S 3129 3131 30487 0 -1 4202560 149 0 0 0 2 0 0 0 20 0 22 0 255024924 10060460032 88264 33554432000 1073741824 1073778376 140735730808944 139672385559592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3138] ppid=3129 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/3131/task/3138/stat : 3138 (java) S 3129 3131 30487 0 -1 4202560 95 0 0 0 1 0 0 0 20 0 22 0 255024924 10060460032 88264 33554432000 1073741824 1073778376 140735730808944 139672384506024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3139] ppid=3129 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/3131/task/3139/stat : 3139 (java) S 3129 3131 30487 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 22 0 255024924 10060460032 88264 33554432000 1073741824 1073778376 140735730808944 139672383453480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3131/tid=3140] ppid=3129 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/3131/task/3140/stat : 3140 (java) S 3129 3131 30487 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 22 0 255024924 10060460032 88264 33554432000 1073741824 1073778376 140735730808944 139672382400936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3141] ppid=3129 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/3131/task/3141/stat : 3141 (java) S 3129 3131 30487 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 22 0 255024924 10060460032 88264 33554432000 1073741824 1073778376 140735730808944 139672381348392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3142] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3142/stat : 3142 (java) S 3129 3131 30487 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 255024925 10060460032 88264 33554432000 1073741824 1073778376 140735730808944 139672369150568 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3143] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3143/stat : 3143 (java) S 3129 3131 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255024926 10060460032 88264 33554432000 1073741824 1073778376 140735730808944 139672368096888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3144] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3144/stat : 3144 (java) S 3129 3131 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255024926 10060460032 88264 33554432000 1073741824 1073778376 140735730808944 139672367044232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3145] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3145/stat : 3145 (java) S 3129 3131 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255024928 10060460032 88264 33554432000 1073741824 1073778376 140735730808944 139672365992976 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3146] ppid=3129 vsize=9824668 CPUtime=0.93 cores=1,3,5,7
/proc/3131/task/3146/stat : 3146 (java) S 3129 3131 30487 0 -1 4202560 6596 0 0 0 91 2 0 0 20 0 22 0 255024928 10060460032 88264 33554432000 1073741824 1073778376 140735730808944 139672364939320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3147] ppid=3129 vsize=9824668 CPUtime=0.96 cores=1,3,5,7
/proc/3131/task/3147/stat : 3147 (java) S 3129 3131 30487 0 -1 4202560 4878 0 0 0 96 0 0 0 20 0 22 0 255024928 10060460032 88264 33554432000 1073741824 1073778376 140735730808944 139672363886776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3148] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3148/stat : 3148 (java) S 3129 3131 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255024928 10060460032 88264 33554432000 1073741824 1073778376 140735730808944 139672362834424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3149] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3149/stat : 3149 (java) S 3129 3131 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255024928 10060460032 88264 33554432000 1073741824 1073778376 140735730808944 139672361782088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3150] ppid=3129 vsize=9824668 CPUtime=2.34 cores=1,3,5,7
/proc/3131/task/3150/stat : 3150 (java) R 3129 3131 30487 0 -1 4202560 20 0 0 0 234 0 0 0 20 0 22 0 255024987 10060460032 88264 33554432000 1073741824 1073778376 140735730808944 139672360725400 139672417853907 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3131/tid=3151] ppid=3129 vsize=9824668 CPUtime=2.32 cores=1,3,5,7
/proc/3131/task/3151/stat : 3151 (java) R 3129 3131 30487 0 -1 4202560 135 0 0 0 231 1 0 0 20 0 22 0 255024987 10060460032 88264 33554432000 1073741824 1073778376 140735730808944 139672359674256 139672418194870 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3152] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3152/stat : 3152 (java) S 3129 3131 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255024990 10060460032 88264 33554432000 1073741824 1073778376 140735730808944 139672358622760 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3131/tid=3153] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3153/stat : 3153 (java) S 3129 3131 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255024990 10060460032 88264 33554432000 1073741824 1073778376 140735730808944 139672357570216 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 9824668

[startup+6.30072 s]
/proc/loadavg: 3.92 3.93 3.91 5/219 3153
/proc/meminfo: memFree=28097600/32873648 swapFree=7104/7104
[pid=3131] ppid=3129 vsize=9824668 CPUtime=14.04 cores=1,3,5,7
/proc/3131/stat : 3131 (java) S 3129 3131 30487 0 -1 4202496 16899 0 1 0 1380 24 0 0 20 0 22 0 255024923 10060460032 160289 33554432000 1073741824 1073778376 140735730808944 140735730800080 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3131/statm: 2456167 160289 2286 9 0 2446860 0
[pid=3131/tid=3133] ppid=3129 vsize=9824668 CPUtime=0.61 cores=1,3,5,7
/proc/3131/task/3133/stat : 3133 (java) S 3129 3131 30487 0 -1 4202560 2588 0 1 0 59 2 0 0 20 0 22 0 255024924 10060460032 160289 33554432000 1073741824 1073778376 140735730808944 139672545190904 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3134] ppid=3129 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/3131/task/3134/stat : 3134 (java) S 3129 3131 30487 0 -1 4202560 60 0 0 0 6 2 0 0 20 0 22 0 255024924 10060460032 160289 33554432000 1073741824 1073778376 140735730808944 139672388717224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3135] ppid=3129 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/3131/task/3135/stat : 3135 (java) S 3129 3131 30487 0 -1 4202560 74 0 0 0 8 3 0 0 20 0 22 0 255024924 10060460032 160289 33554432000 1073741824 1073778376 140735730808944 139672387664680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3136] ppid=3129 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/3131/task/3136/stat : 3136 (java) S 3129 3131 30487 0 -1 4202560 136 0 0 0 5 0 0 0 20 0 22 0 255024924 10060460032 160289 33554432000 1073741824 1073778376 140735730808944 139672386612136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3131/tid=3137] ppid=3129 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/3131/task/3137/stat : 3137 (java) S 3129 3131 30487 0 -1 4202560 166 0 0 0 5 0 0 0 20 0 22 0 255024924 10060460032 160289 33554432000 1073741824 1073778376 140735730808944 139672385559592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3131/tid=3138] ppid=3129 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/3131/task/3138/stat : 3138 (java) S 3129 3131 30487 0 -1 4202560 110 0 0 0 3 2 0 0 20 0 22 0 255024924 10060460032 160289 33554432000 1073741824 1073778376 140735730808944 139672384506024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3139] ppid=3129 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/3131/task/3139/stat : 3139 (java) S 3129 3131 30487 0 -1 4202560 60 0 0 0 8 3 0 0 20 0 22 0 255024924 10060460032 160289 33554432000 1073741824 1073778376 140735730808944 139672383453480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3131/tid=3140] ppid=3129 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/3131/task/3140/stat : 3140 (java) S 3129 3131 30487 0 -1 4202560 41 0 0 0 5 2 0 0 20 0 22 0 255024924 10060460032 160289 33554432000 1073741824 1073778376 140735730808944 139672382400936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3141] ppid=3129 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/3131/task/3141/stat : 3141 (java) S 3129 3131 30487 0 -1 4202560 56 0 0 0 8 2 0 0 20 0 22 0 255024924 10060460032 160289 33554432000 1073741824 1073778376 140735730808944 139672381348392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3131/tid=3142] ppid=3129 vsize=9824668 CPUtime=0.14 cores=1,3,5,7
/proc/3131/task/3142/stat : 3142 (java) S 3129 3131 30487 0 -1 4202560 492 0 0 0 14 0 0 0 20 0 22 0 255024925 10060460032 160289 33554432000 1073741824 1073778376 140735730808944 139672369150568 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3143] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3143/stat : 3143 (java) S 3129 3131 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255024926 10060460032 160289 33554432000 1073741824 1073778376 140735730808944 139672368096888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3144] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3144/stat : 3144 (java) S 3129 3131 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255024926 10060460032 160289 33554432000 1073741824 1073778376 140735730808944 139672367044232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3145] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3145/stat : 3145 (java) S 3129 3131 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255024928 10060460032 160289 33554432000 1073741824 1073778376 140735730808944 139672365992976 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3146] ppid=3129 vsize=9824668 CPUtime=0.95 cores=1,3,5,7
/proc/3131/task/3146/stat : 3146 (java) S 3129 3131 30487 0 -1 4202560 6601 0 0 0 93 2 0 0 20 0 22 0 255024928 10060460032 160289 33554432000 1073741824 1073778376 140735730808944 139672364939320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=3131/tid=3151] ppid=3129 vsize=9824668 CPUtime=728.09 cores=1,3,5,7
/proc/3131/task/3151/stat : 3151 (java) R 3129 3131 30487 0 -1 4202560 2016 0 0 0 72759 50 0 0 20 0 22 0 255024987 10060460032 678994 33554432000 1073741824 1073778376 140735730808944 139672359672816 139672417746826 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3152] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3152/stat : 3152 (java) S 3129 3131 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255024990 10060460032 678994 33554432000 1073741824 1073778376 140735730808944 139672358622760 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3131/tid=3153] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3153/stat : 3153 (java) S 3129 3131 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255024990 10060460032 678994 33554432000 1073741824 1073778376 140735730808944 139672357570216 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1506.3
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 1.98 2.20 2.94 3/192 3214
/proc/meminfo: memFree=26605596/32873648 swapFree=7104/7104
[pid=3131] ppid=3129 vsize=9824668 CPUtime=1625.07 cores=1,3,5,7
/proc/3131/stat : 3131 (java) S 3129 3131 30487 0 -1 4202496 31337 0 1 0 162346 161 0 0 20 0 22 0 255024923 10060460032 704193 33554432000 1073741824 1073778376 140735730808944 140735730800080 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3131/statm: 2456167 704193 2287 9 0 2446860 0
[pid=3131/tid=3133] ppid=3129 vsize=9824668 CPUtime=0.65 cores=1,3,5,7
/proc/3131/task/3133/stat : 3133 (java) S 3129 3131 30487 0 -1 4202560 2608 0 1 0 61 4 0 0 20 0 22 0 255024924 10060460032 704193 33554432000 1073741824 1073778376 140735730808944 139672545190904 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3134] ppid=3129 vsize=9824668 CPUtime=2.58 cores=1,3,5,7
/proc/3131/task/3134/stat : 3134 (java) S 3129 3131 30487 0 -1 4202560 698 0 0 0 247 11 0 0 20 0 22 0 255024924 10060460032 704193 33554432000 1073741824 1073778376 140735730808944 139672388717224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3135] ppid=3129 vsize=9824668 CPUtime=2.43 cores=1,3,5,7
/proc/3131/task/3135/stat : 3135 (java) S 3129 3131 30487 0 -1 4202560 516 0 0 0 230 13 0 0 20 0 22 0 255024924 10060460032 704193 33554432000 1073741824 1073778376 140735730808944 139672387664680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3136] ppid=3129 vsize=9824668 CPUtime=2.44 cores=1,3,5,7
/proc/3131/task/3136/stat : 3136 (java) S 3129 3131 30487 0 -1 4202560 500 0 0 0 237 7 0 0 20 0 22 0 255024924 10060460032 704193 33554432000 1073741824 1073778376 140735730808944 139672386612136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3137] ppid=3129 vsize=9824668 CPUtime=2.37 cores=1,3,5,7
/proc/3131/task/3137/stat : 3137 (java) S 3129 3131 30487 0 -1 4202560 743 0 0 0 228 9 0 0 20 0 22 0 255024924 10060460032 704193 33554432000 1073741824 1073778376 140735730808944 139672385559592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3138] ppid=3129 vsize=9824668 CPUtime=2.43 cores=1,3,5,7
/proc/3131/task/3138/stat : 3138 (java) S 3129 3131 30487 0 -1 4202560 765 0 0 0 234 9 0 0 20 0 22 0 255024924 10060460032 704193 33554432000 1073741824 1073778376 140735730808944 139672384506024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3131/tid=3139] ppid=3129 vsize=9824668 CPUtime=2.36 cores=1,3,5,7
/proc/3131/task/3139/stat : 3139 (java) S 3129 3131 30487 0 -1 4202560 407 0 0 0 225 11 0 0 20 0 22 0 255024924 10060460032 704193 33554432000 1073741824 1073778376 140735730808944 139672383453480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3140] ppid=3129 vsize=9824668 CPUtime=2.23 cores=1,3,5,7
/proc/3131/task/3140/stat : 3140 (java) S 3129 3131 30487 0 -1 4202560 797 0 0 0 214 9 0 0 20 0 22 0 255024924 10060460032 704193 33554432000 1073741824 1073778376 140735730808944 139672382400936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3131/tid=3141] ppid=3129 vsize=9824668 CPUtime=2.56 cores=1,3,5,7
/proc/3131/task/3141/stat : 3141 (java) S 3129 3131 30487 0 -1 4202560 416 0 0 0 245 11 0 0 20 0 22 0 255024924 10060460032 704193 33554432000 1073741824 1073778376 140735730808944 139672381348392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3142] ppid=3129 vsize=9824668 CPUtime=30.11 cores=1,3,5,7
/proc/3131/task/3142/stat : 3142 (java) S 3129 3131 30487 0 -1 4202560 3215 0 0 0 2991 20 0 0 20 0 22 0 255024925 10060460032 704193 33554432000 1073741824 1073778376 140735730808944 139672369150568 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3131/tid=3143] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3143/stat : 3143 (java) S 3129 3131 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255024926 10060460032 704193 33554432000 1073741824 1073778376 140735730808944 139672368096888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3144] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3144/stat : 3144 (java) S 3129 3131 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255024926 10060460032 704193 33554432000 1073741824 1073778376 140735730808944 139672367044232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3145] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3145/stat : 3145 (java) S 3129 3131 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255024928 10060460032 704193 33554432000 1073741824 1073778376 140735730808944 139672365992976 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3146] ppid=3129 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/3131/task/3146/stat : 3146 (java) S 3129 3131 30487 0 -1 4202560 6608 0 0 0 105 2 0 0 20 0 22 0 255024928 10060460032 704193 33554432000 1073741824 1073778376 140735730808944 139672364939320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3147] ppid=3129 vsize=9824668 CPUtime=1.54 cores=1,3,5,7
/proc/3131/task/3147/stat : 3147 (java) S 3129 3131 30487 0 -1 4202560 10704 0 0 0 153 1 0 0 20 0 22 0 255024928 10060460032 704193 33554432000 1073741824 1073778376 140735730808944 139672363886776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3131/tid=3148] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3148/stat : 3148 (java) S 3129 3131 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255024928 10060460032 704193 33554432000 1073741824 1073778376 140735730808944 139672362834424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3149] ppid=3129 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/3131/task/3149/stat : 3149 (java) S 3129 3131 30487 0 -1 4202560 47 0 0 0 17 18 0 0 20 0 22 0 255024928 10060460032 704193 33554432000 1073741824 1073778376 140735730808944 139672361782088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3150] ppid=3129 vsize=9824668 CPUtime=786.09 cores=1,3,5,7
/proc/3131/task/3150/stat : 3150 (java) R 3129 3131 30487 0 -1 4202560 100 0 0 0 78594 15 0 0 20 0 22 0 255024987 10060460032 704193 33554432000 1073741824 1073778376 140735730808944 139672360726192 139672417900645 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3151] ppid=3129 vsize=9824668 CPUtime=786.06 cores=1,3,5,7
/proc/3131/task/3151/stat : 3151 (java) R 3129 3131 30487 0 -1 4202560 2025 0 0 0 78556 50 0 0 20 0 22 0 255024987 10060460032 704193 33554432000 1073741824 1073778376 140735730808944 139672359672640 139672418068568 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3152] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3152/stat : 3152 (java) S 3129 3131 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255024990 10060460032 704193 33554432000 1073741824 1073778376 140735730808944 139672358622760 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3131/tid=3153] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3153/stat : 3153 (java) S 3129 3131 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255024990 10060460032 704193 33554432000 1073741824 1073778376 140735730808944 139672357570216 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1625.07
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 1.96 2.15 2.87 3/192 3215
/proc/meminfo: memFree=26524860/32873648 swapFree=7104/7104
[pid=3131] ppid=3129 vsize=9824668 CPUtime=1743.33 cores=1,3,5,7
/proc/3131/stat : 3131 (java) S 3129 3131 30487 0 -1 4202496 32061 0 1 0 174163 170 0 0 20 0 22 0 255024923 10060460032 724232 33554432000 1073741824 1073778376 140735730808944 140735730800080 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3131/statm: 2456167 724232 2287 9 0 2446860 0
[pid=3131/tid=3133] ppid=3129 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/3131/task/3133/stat : 3133 (java) S 3129 3131 30487 0 -1 4202560 2608 0 1 0 61 5 0 0 20 0 22 0 255024924 10060460032 724232 33554432000 1073741824 1073778376 140735730808944 139672545190904 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3134] ppid=3129 vsize=9824668 CPUtime=2.73 cores=1,3,5,7
/proc/3131/task/3134/stat : 3134 (java) S 3129 3131 30487 0 -1 4202560 864 0 0 0 261 12 0 0 20 0 22 0 255024924 10060460032 724232 33554432000 1073741824 1073778376 140735730808944 139672388717224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3131/tid=3135] ppid=3129 vsize=9824668 CPUtime=2.57 cores=1,3,5,7
/proc/3131/task/3135/stat : 3135 (java) S 3129 3131 30487 0 -1 4202560 622 0 0 0 243 14 0 0 20 0 22 0 255024924 10060460032 724232 33554432000 1073741824 1073778376 140735730808944 139672387664680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3136] ppid=3129 vsize=9824668 CPUtime=2.59 cores=1,3,5,7
/proc/3131/task/3136/stat : 3136 (java) S 3129 3131 30487 0 -1 4202560 517 0 0 0 251 8 0 0 20 0 22 0 255024924 10060460032 724232 33554432000 1073741824 1073778376 140735730808944 139672386612136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3137] ppid=3129 vsize=9824668 CPUtime=2.46 cores=1,3,5,7
/proc/3131/task/3137/stat : 3137 (java) S 3129 3131 30487 0 -1 4202560 757 0 0 0 236 10 0 0 20 0 22 0 255024924 10060460032 724232 33554432000 1073741824 1073778376 140735730808944 139672385559592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3131/tid=3138] ppid=3129 vsize=9824668 CPUtime=2.61 cores=1,3,5,7
/proc/3131/task/3138/stat : 3138 (java) S 3129 3131 30487 0 -1 4202560 919 0 0 0 250 11 0 0 20 0 22 0 255024924 10060460032 724232 33554432000 1073741824 1073778376 140735730808944 139672384506024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3131/tid=3139] ppid=3129 vsize=9824668 CPUtime=2.49 cores=1,3,5,7
/proc/3131/task/3139/stat : 3139 (java) S 3129 3131 30487 0 -1 4202560 444 0 0 0 237 12 0 0 20 0 22 0 255024924 10060460032 724232 33554432000 1073741824 1073778376 140735730808944 139672383453480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3140] ppid=3129 vsize=9824668 CPUtime=2.39 cores=1,3,5,7
/proc/3131/task/3140/stat : 3140 (java) S 3129 3131 30487 0 -1 4202560 816 0 0 0 229 10 0 0 20 0 22 0 255024924 10060460032 724232 33554432000 1073741824 1073778376 140735730808944 139672382400936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3141] ppid=3129 vsize=9824668 CPUtime=2.66 cores=1,3,5,7
/proc/3131/task/3141/stat : 3141 (java) S 3129 3131 30487 0 -1 4202560 572 0 0 0 254 12 0 0 20 0 22 0 255024924 10060460032 724232 33554432000 1073741824 1073778376 140735730808944 139672381348392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3142] ppid=3129 vsize=9824668 CPUtime=32.38 cores=1,3,5,7
/proc/3131/task/3142/stat : 3142 (java) S 3129 3131 30487 0 -1 4202560 3254 0 0 0 3218 20 0 0 20 0 22 0 255024925 10060460032 724232 33554432000 1073741824 1073778376 140735730808944 139672369150568 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3143] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3143/stat : 3143 (java) S 3129 3131 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255024926 10060460032 724232 33554432000 1073741824 1073778376 140735730808944 139672368096888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3144] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3144/stat : 3144 (java) S 3129 3131 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255024926 10060460032 724232 33554432000 1073741824 1073778376 140735730808944 139672367044232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3145] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3145/stat : 3145 (java) S 3129 3131 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255024928 10060460032 724232 33554432000 1073741824 1073778376 140735730808944 139672365992976 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3146] ppid=3129 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/3131/task/3146/stat : 3146 (java) S 3129 3131 30487 0 -1 4202560 6608 0 0 0 105 2 0 0 20 0 22 0 255024928 10060460032 724232 33554432000 1073741824 1073778376 140735730808944 139672364939320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3147] ppid=3129 vsize=9824668 CPUtime=1.54 cores=1,3,5,7
/proc/3131/task/3147/stat : 3147 (java) S 3129 3131 30487 0 -1 4202560 10704 0 0 0 153 1 0 0 20 0 22 0 255024928 10060460032 724232 33554432000 1073741824 1073778376 140735730808944 139672363886776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3131/tid=3148] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3148/stat : 3148 (java) S 3129 3131 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255024928 10060460032 724232 33554432000 1073741824 1073778376 140735730808944 139672362834424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3149] ppid=3129 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/3131/task/3149/stat : 3149 (java) S 3129 3131 30487 0 -1 4202560 51 0 0 0 19 18 0 0 20 0 22 0 255024928 10060460032 724232 33554432000 1073741824 1073778376 140735730808944 139672361782088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3150] ppid=3129 vsize=9824668 CPUtime=843.53 cores=1,3,5,7
/proc/3131/task/3150/stat : 3150 (java) R 3129 3131 30487 0 -1 4202560 104 0 0 0 84337 16 0 0 20 0 22 0 255024987 10060460032 724232 33554432000 1073741824 1073778376 140735730808944 139672360725344 139672417853935 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3151] ppid=3129 vsize=9824668 CPUtime=843.5 cores=1,3,5,7
/proc/3131/task/3151/stat : 3151 (java) R 3129 3131 30487 0 -1 4202560 2033 0 0 0 84298 52 0 0 20 0 22 0 255024987 10060460032 724232 33554432000 1073741824 1073778376 140735730808944 139672359673504 139672418062940 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3131/tid=3152] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3152/stat : 3152 (java) S 3129 3131 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255024990 10060460032 724232 33554432000 1073741824 1073778376 140735730808944 139672358622760 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3131/tid=3153] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3153/stat : 3153 (java) S 3129 3131 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255024990 10060460032 724232 33554432000 1073741824 1073778376 140735730808944 139672357570216 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1743.33
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+911.001 s]
/proc/loadavg: 1.97 2.13 2.84 3/192 3215
/proc/meminfo: memFree=26482044/32873648 swapFree=7104/7104
[pid=3131] ppid=3129 vsize=9824668 CPUtime=1800.16 cores=1,3,5,7
/proc/3131/stat : 3131 (java) S 3129 3131 30487 0 -1 4202496 32179 0 1 0 179841 175 0 0 20 0 22 0 255024923 10060460032 735030 33554432000 1073741824 1073778376 140735730808944 140735730800080 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3131/statm: 2456167 735030 2287 9 0 2446860 0
[pid=3131/tid=3133] ppid=3129 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/3131/task/3133/stat : 3133 (java) S 3129 3131 30487 0 -1 4202560 2609 0 1 0 61 5 0 0 20 0 22 0 255024924 10060460032 735030 33554432000 1073741824 1073778376 140735730808944 139672545190904 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3134] ppid=3129 vsize=9824668 CPUtime=2.82 cores=1,3,5,7
/proc/3131/task/3134/stat : 3134 (java) S 3129 3131 30487 0 -1 4202560 879 0 0 0 269 13 0 0 20 0 22 0 255024924 10060460032 735030 33554432000 1073741824 1073778376 140735730808944 139672388717224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3135] ppid=3129 vsize=9824668 CPUtime=2.63 cores=1,3,5,7
/proc/3131/task/3135/stat : 3135 (java) S 3129 3131 30487 0 -1 4202560 629 0 0 0 249 14 0 0 20 0 22 0 255024924 10060460032 735030 33554432000 1073741824 1073778376 140735730808944 139672387664680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3136] ppid=3129 vsize=9824668 CPUtime=2.68 cores=1,3,5,7
/proc/3131/task/3136/stat : 3136 (java) S 3129 3131 30487 0 -1 4202560 521 0 0 0 260 8 0 0 20 0 22 0 255024924 10060460032 735030 33554432000 1073741824 1073778376 140735730808944 139672386612136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3137] ppid=3129 vsize=9824668 CPUtime=2.52 cores=1,3,5,7
/proc/3131/task/3137/stat : 3137 (java) S 3129 3131 30487 0 -1 4202560 765 0 0 0 242 10 0 0 20 0 22 0 255024924 10060460032 735030 33554432000 1073741824 1073778376 140735730808944 139672385559592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3131/tid=3138] ppid=3129 vsize=9824668 CPUtime=2.68 cores=1,3,5,7
/proc/3131/task/3138/stat : 3138 (java) S 3129 3131 30487 0 -1 4202560 927 0 0 0 257 11 0 0 20 0 22 0 255024924 10060460032 735030 33554432000 1073741824 1073778376 140735730808944 139672384506024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3139] ppid=3129 vsize=9824668 CPUtime=2.58 cores=1,3,5,7
/proc/3131/task/3139/stat : 3139 (java) S 3129 3131 30487 0 -1 4202560 454 0 0 0 246 12 0 0 20 0 22 0 255024924 10060460032 735030 33554432000 1073741824 1073778376 140735730808944 139672383453480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3131/tid=3140] ppid=3129 vsize=9824668 CPUtime=2.48 cores=1,3,5,7
/proc/3131/task/3140/stat : 3140 (java) S 3129 3131 30487 0 -1 4202560 824 0 0 0 238 10 0 0 20 0 22 0 255024924 10060460032 735030 33554432000 1073741824 1073778376 140735730808944 139672382400936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3131/tid=3141] ppid=3129 vsize=9824668 CPUtime=2.75 cores=1,3,5,7
/proc/3131/task/3141/stat : 3141 (java) S 3129 3131 30487 0 -1 4202560 596 0 0 0 263 12 0 0 20 0 22 0 255024924 10060460032 735030 33554432000 1073741824 1073778376 140735730808944 139672381348392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3142] ppid=3129 vsize=9824668 CPUtime=33.26 cores=1,3,5,7
/proc/3131/task/3142/stat : 3142 (java) S 3129 3131 30487 0 -1 4202560 3282 0 0 0 3305 21 0 0 20 0 22 0 255024925 10060460032 735030 33554432000 1073741824 1073778376 140735730808944 139672369150568 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3143] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3143/stat : 3143 (java) S 3129 3131 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255024926 10060460032 735030 33554432000 1073741824 1073778376 140735730808944 139672368096888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3144] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3144/stat : 3144 (java) S 3129 3131 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255024926 10060460032 735030 33554432000 1073741824 1073778376 140735730808944 139672367044232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3145] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3145/stat : 3145 (java) S 3129 3131 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255024928 10060460032 735030 33554432000 1073741824 1073778376 140735730808944 139672365992976 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3146] ppid=3129 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/3131/task/3146/stat : 3146 (java) S 3129 3131 30487 0 -1 4202560 6608 0 0 0 105 2 0 0 20 0 22 0 255024928 10060460032 735030 33554432000 1073741824 1073778376 140735730808944 139672364939320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3147] ppid=3129 vsize=9824668 CPUtime=1.54 cores=1,3,5,7
/proc/3131/task/3147/stat : 3147 (java) S 3129 3131 30487 0 -1 4202560 10704 0 0 0 153 1 0 0 20 0 22 0 255024928 10060460032 735030 33554432000 1073741824 1073778376 140735730808944 139672363886776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3131/tid=3148] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3148/stat : 3148 (java) S 3129 3131 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255024928 10060460032 735030 33554432000 1073741824 1073778376 140735730808944 139672362834424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3131/tid=3149] ppid=3129 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/3131/task/3149/stat : 3149 (java) S 3129 3131 30487 0 -1 4202560 53 0 0 0 19 19 0 0 20 0 22 0 255024928 10060460032 735030 33554432000 1073741824 1073778376 140735730808944 139672361782088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3150] ppid=3129 vsize=9824668 CPUtime=871.18 cores=1,3,5,7
/proc/3131/task/3150/stat : 3150 (java) R 3129 3131 30487 0 -1 4202560 105 0 0 0 87101 17 0 0 20 0 22 0 255024987 10060460032 735030 33554432000 1073741824 1073778376 140735730808944 139672360726192 139672418225519 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3131/tid=3151] ppid=3129 vsize=9824668 CPUtime=871.17 cores=1,3,5,7
/proc/3131/task/3151/stat : 3151 (java) R 3129 3131 30487 0 -1 4202560 2035 0 0 0 87064 53 0 0 20 0 22 0 255024987 10060460032 735030 33554432000 1073741824 1073778376 140735730808944 139672359674720 139672418232529 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3131/tid=3152] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3152/stat : 3152 (java) S 3129 3131 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255024990 10060460032 735030 33554432000 1073741824 1073778376 140735730808944 139672358622760 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3131/tid=3153] ppid=3129 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3131/task/3153/stat : 3153 (java) S 3129 3131 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255024990 10060460032 735030 33554432000 1073741824 1073778376 140735730808944 139672357570216 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143
Real time (s): 911.054
CPU time (s): 1800.81
CPU user time (s): 1798.55
CPU system time (s): 2.26266
CPU usage (%): 197.662
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.55
system time used= 2.26266
maximum resident set size= 2946700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32210
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27441
involuntary context switches= 45058

runsolver used 3.35349 second user time and 8.08277 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-24 21:49:55
IDJOB=3690232
IDBENCH=92778
IDSOLVER=2268
FILE ID=node127/3690232-1337888995
RUNJOBID= node127-1337871880-30504
PBS_JOBID= 14620077
Free space on /tmp= 71672 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_2_ic.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690232-1337888995/watcher-3690232-1337888995 -o /tmp/evaluation-result-3690232-1337888995/solver-3690232-1337888995 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3690232-1337888995.opb

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

MD5SUM BENCH= c16bd2424e0fff3ff3df69ee00e2dc99
RANDOM SEED=543585186

node127.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.348
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	: 5332.69
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.348
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.348
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.94
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.348
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.348
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.348
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.348
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.91
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.348
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28646648 kB
Buffers:          247284 kB
Cached:          2417480 kB
SwapCached:            0 kB
Active:          1185156 kB
Inactive:        2261232 kB
Active(anon):     783828 kB
Inactive(anon):        0 kB
Active(file):     401328 kB
Inactive(file):  2261232 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1752 kB
Writeback:             0 kB
AnonPages:        790296 kB
Mapped:            22616 kB
Shmem:               200 kB
Slab:             638964 kB
SReclaimable:      82952 kB
SUnreclaim:       556012 kB
KernelStack:        1808 kB
PageTables:         5760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1093852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    729088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71672 MiB
End job on node127 at 2012-05-24 22:05:08