Trace number 3710411

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.5 1795.05

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.06/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.07	c See www.sat4j.org for details.
0.06/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.06/0.07	c version 2.3.2.v20120418
0.06/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.07	c java.vm.version	19.1-b02
0.06/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.07	c sun.arch.data.model	64
0.06/0.07	c java.version		1.6.0_24
0.06/0.07	c os.name		Linux
0.06/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.07	c os.arch		amd64
0.06/0.07	c Free memory 		501472288
0.06/0.07	c Max memory 		7480803328
0.06/0.07	c Total memory 		504102912
0.06/0.07	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3710411-1338256068.opb
0.10/0.11	c reading problem ... 
1.03/0.56	c ... done. Wall clock time 0.449s.
1.03/0.56	c declared #vars     15725
1.03/0.56	c #constraints  33136
1.03/0.56	c constraints type 
1.03/0.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.03/0.56	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.03/0.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.03/0.56	c ignored satisfied constraints => 3
1.03/0.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.03/0.56	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.03/0.56	c 33139 constraints processed.
4.88/3.81	c cleaning 2501 clauses out of 5001 with flag 5001/5001
8.20/6.90	c cleaning 4251 clauses out of 8501 with flag 11002/11002
12.04/10.78	c cleaning 5621 clauses out of 11248 with flag 18000/18000
16.87/15.57	c cleaning 6812 clauses out of 13627 with flag 26000/26000
21.82/20.47	c cleaning 7901 clauses out of 15815 with flag 35000/35000
26.13/24.72	c cleaning 8952 clauses out of 17914 with flag 45000/45000
32.04/30.60	c cleaning 9973 clauses out of 19963 with flag 56001/56001
37.85/36.48	c cleaning 10991 clauses out of 21990 with flag 68001/68001
44.78/43.38	c cleaning 11995 clauses out of 24002 with flag 81004/81004
52.90/51.44	c cleaning 12999 clauses out of 26003 with flag 95000/95000
61.43/59.97	c cleaning 13997 clauses out of 28005 with flag 110001/110001
68.95/67.42	c cleaning 14993 clauses out of 30007 with flag 126000/126000
76.78/75.28	c cleaning 15997 clauses out of 32014 with flag 143000/143000
85.99/84.46	c cleaning 17006 clauses out of 34017 with flag 161000/161000
96.62/95.05	c cleaning 18003 clauses out of 36011 with flag 180000/180000
108.26/106.69	c cleaning 18994 clauses out of 38008 with flag 200000/200000
119.37/117.74	c cleaning 20005 clauses out of 40014 with flag 221000/221000
128.98/127.38	c cleaning 20995 clauses out of 42010 with flag 243001/243001
139.11/137.49	c cleaning 22001 clauses out of 44014 with flag 266000/266000
152.11/150.45	c cleaning 23000 clauses out of 46014 with flag 290001/290001
165.34/163.61	c cleaning 24001 clauses out of 48013 with flag 315000/315000
181.88/180.11	c cleaning 24994 clauses out of 50012 with flag 341000/341000
194.33/192.57	c cleaning 25995 clauses out of 52019 with flag 368001/368001
208.96/207.17	c cleaning 27007 clauses out of 54026 with flag 396003/396003
225.40/223.51	c cleaning 27998 clauses out of 56017 with flag 425001/425001
243.94/242.05	c cleaning 29007 clauses out of 58021 with flag 455003/455003
260.75/258.81	c cleaning 30001 clauses out of 60011 with flag 486000/486000
278.99/277.07	c cleaning 30999 clauses out of 62011 with flag 518001/518001
298.23/296.21	c cleaning 32002 clauses out of 64014 with flag 551003/551003
315.15/313.18	c cleaning 32998 clauses out of 66012 with flag 585003/585003
335.10/333.09	c cleaning 33996 clauses out of 68011 with flag 620000/620000
352.72/350.66	c cleaning 34999 clauses out of 70015 with flag 656000/656000
371.96/369.82	c cleaning 36006 clauses out of 72016 with flag 693000/693000
390.40/388.28	c cleaning 36999 clauses out of 74010 with flag 731000/731000
407.82/405.65	c cleaning 38003 clauses out of 76013 with flag 770002/770002
427.93/425.63	c cleaning 39000 clauses out of 78011 with flag 810003/810003
455.69/453.34	c cleaning 39999 clauses out of 80011 with flag 851003/851003
478.83/476.50	c cleaning 40988 clauses out of 82009 with flag 893000/893000
503.26/500.83	c cleaning 41999 clauses out of 84022 with flag 936001/936001
528.50/526.03	c cleaning 43007 clauses out of 86024 with flag 980002/980002
551.03/548.58	c cleaning 43991 clauses out of 88015 with flag 1025000/1025000
573.67/571.13	c cleaning 44992 clauses out of 90024 with flag 1071000/1071000
605.64/603.04	c cleaning 46010 clauses out of 92032 with flag 1118000/1118000
635.00/632.37	c cleaning 47004 clauses out of 94022 with flag 1166000/1166000
657.92/655.22	c cleaning 48003 clauses out of 96020 with flag 1215002/1215002
679.78/677.00	c cleaning 48999 clauses out of 98015 with flag 1265000/1265000
704.44/701.67	c cleaning 50002 clauses out of 100019 with flag 1316003/1316003
732.35/729.44	c cleaning 50999 clauses out of 102014 with flag 1368000/1368000
760.69/757.77	c cleaning 51999 clauses out of 104016 with flag 1421001/1421001
793.96/790.92	c cleaning 53002 clauses out of 106017 with flag 1475001/1475001
831.13/828.04	c cleaning 54006 clauses out of 108015 with flag 1530001/1530001
873.10/869.93	c cleaning 54998 clauses out of 110009 with flag 1586001/1586001
907.11/903.87	c cleaning 56001 clauses out of 112010 with flag 1643000/1643000
942.37/939.06	c cleaning 56999 clauses out of 114009 with flag 1701000/1701000
977.26/973.83	c cleaning 57992 clauses out of 116012 with flag 1760002/1760002
1015.43/1011.98	c cleaning 58996 clauses out of 118018 with flag 1820000/1820000
1058.09/1054.57	c cleaning 60006 clauses out of 120022 with flag 1881000/1881000
1096.78/1093.15	c cleaning 61001 clauses out of 122016 with flag 1943000/1943000
1132.63/1128.96	c cleaning 62006 clauses out of 124015 with flag 2006000/2006000
1166.80/1163.08	c cleaning 62995 clauses out of 126009 with flag 2070000/2070000
1212.06/1208.24	c cleaning 64001 clauses out of 128015 with flag 2135001/2135001
1255.93/1252.08	c cleaning 65004 clauses out of 130015 with flag 2201002/2201002
1299.82/1295.83	c cleaning 65990 clauses out of 132010 with flag 2268001/2268001
1345.10/1341.06	c cleaning 66998 clauses out of 134024 with flag 2336005/2336005
1389.70/1385.53	c cleaning 67994 clauses out of 136023 with flag 2405002/2405002
1438.59/1434.40	c cleaning 68998 clauses out of 138028 with flag 2475001/2475001
1484.44/1480.14	c cleaning 70009 clauses out of 140029 with flag 2546000/2546000
1533.42/1529.09	c cleaning 70970 clauses out of 142020 with flag 2618000/2618000
1571.02/1566.58	c cleaning 72022 clauses out of 144051 with flag 2691001/2691001
1612.48/1607.96	c cleaning 72997 clauses out of 146030 with flag 2765002/2765002
1648.07/1643.47	c cleaning 74009 clauses out of 148033 with flag 2840002/2840002
1688.88/1684.19	c cleaning 75002 clauses out of 150023 with flag 2916001/2916001
1731.26/1726.44	c cleaning 76008 clauses out of 152022 with flag 2993002/2993002
1778.57/1773.64	c cleaning 76996 clauses out of 154012 with flag 3071000/3071000
1800.06/1795.01	c starts		: 247
1800.06/1795.01	c conflicts		: 3105826
1800.06/1795.01	c decisions		: 5183235
1800.06/1795.01	c propagations		: 2212253278
1800.06/1795.01	c inspects		: 15558515789
1800.06/1795.01	c shortcuts		: 0
1800.06/1795.01	c learnt literals	: 0
1800.06/1795.01	c learnt binary clauses	: 0
1800.06/1795.01	c learnt ternary clauses	: 0
1800.06/1795.01	c learnt constraints	: 3105826
1800.06/1795.01	c ignored constraints	: 0
1800.06/1795.01	c root simplifications	: 247
1800.06/1795.01	c removed literals (reason simplification)	: 104399460
1800.06/1795.01	c reason swapping (by a shorter reason)	: 0
1800.06/1795.01	c Calls to reduceDB	: 74
1800.06/1795.01	c number of reductions to clauses (during analyze)	: 0
1800.06/1795.01	c number of learned constraints concerned by reduction	: 0
1800.06/1795.01	c number of learning phase by resolution	: 0
1800.06/1795.01	c number of learning phase by cutting planes	: 0
1800.06/1795.01	c speed (assignments/second)	: 1232845.2822597048
1800.06/1795.01	c non guided choices	312
1800.06/1795.04	c learnt constraints type 
1800.06/1795.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 111885
1800.06/1795.04	c constraints type 
1800.06/1795.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.06/1795.04	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.06/1795.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.06/1795.04	c ignored satisfied constraints => 3
1800.06/1795.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.06/1795.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.06/1795.04	c 33139 constraints processed.
1800.06/1795.04	s UNKNOWN
1800.06/1795.04	c Total wall clock time (in seconds): 1794.928

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-3710411-1338256068/watcher-3710411-1338256068 -o /tmp/evaluation-result-3710411-1338256068/solver-3710411-1338256068 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710411-1338256068.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.43 2.10 2.01 3/194 28791
/proc/meminfo: memFree=30451744/32873844 swapFree=7372/7372
[pid=28791] ppid=28789 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/28791/stat : 28791 (java) R 28789 28791 25529 0 -1 4202496 980 0 0 0 0 0 0 0 20 0 1 0 291732899 23793664 706 33554432000 1073741824 1073778376 140737370093168 140737370082232 251022849384 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28791/statm: 5809 707 522 9 0 128 0

[startup+0.073021 s]
/proc/loadavg: 2.43 2.10 2.01 3/194 28791
/proc/meminfo: memFree=30451744/32873844 swapFree=7372/7372
[pid=28791] ppid=28789 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/28791/stat : 28791 (java) S 28789 28791 25529 0 -1 4202496 3464 0 1 0 5 1 0 0 20 0 18 0 291732899 9787842560 4671 33554432000 1073741824 1073778376 140737370093168 140737370084304 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28791/statm: 2389610 4678 1779 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558440

[startup+0.100334 s]
/proc/loadavg: 2.43 2.10 2.01 3/194 28791
/proc/meminfo: memFree=30451744/32873844 swapFree=7372/7372
[pid=28791] ppid=28789 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/28791/stat : 28791 (java) S 28789 28791 25529 0 -1 4202496 4355 0 1 0 9 1 0 0 20 0 18 0 291732899 9787842560 6072 33554432000 1073741824 1073778376 140737370093168 140737370084304 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28791/statm: 2389610 6072 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300173 s]
/proc/loadavg: 2.43 2.10 2.01 3/194 28791
/proc/meminfo: memFree=30451744/32873844 swapFree=7372/7372
[pid=28791] ppid=28789 vsize=9558440 CPUtime=0.54 cores=1,3,5,7
/proc/28791/stat : 28791 (java) S 28789 28791 25529 0 -1 4202496 5808 0 1 0 52 2 0 0 20 0 18 0 291732899 9787842560 9860 33554432000 1073741824 1073778376 140737370093168 140737370084304 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28791/statm: 2389610 9860 2227 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558440

[startup+0.700174 s]
/proc/loadavg: 2.43 2.10 2.01 3/194 28791
/proc/meminfo: memFree=30451744/32873844 swapFree=7372/7372
[pid=28791] ppid=28789 vsize=9625004 CPUtime=1.53 cores=1,3,5,7
/proc/28791/stat : 28791 (java) S 28789 28791 25529 0 -1 4202496 12539 0 1 0 148 5 0 0 20 0 19 0 291732899 9856004096 33479 33554432000 1073741824 1073778376 140737370093168 140737370084304 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28791/statm: 2406251 33479 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 9625004

[startup+1.50079 s]
/proc/loadavg: 2.43 2.10 2.01 3/213 28810
/proc/meminfo: memFree=30326244/32873844 swapFree=7372/7372
[pid=28791] ppid=28789 vsize=9625004 CPUtime=2.51 cores=1,3,5,7
/proc/28791/stat : 28791 (java) S 28789 28791 25529 0 -1 4202496 13169 0 1 0 245 6 0 0 20 0 19 0 291732899 9856004096 33950 33554432000 1073741824 1073778376 140737370093168 140737370084304 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28791/statm: 2406251 33950 2258 9 0 2396937 0
[pid=28791/tid=28793] ppid=28789 vsize=9625004 CPUtime=1.47 cores=1,3,5,7
/proc/28791/task/28793/stat : 28793 (java) R 28789 28791 25529 0 -1 4202560 2556 0 1 0 144 3 0 0 20 0 19 0 291732899 9856004096 33950 33554432000 1073741824 1073778376 140737370093168 140539737677256 140539601906713 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28791/tid=28794] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28794/stat : 28794 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732900 9856004096 33950 33554432000 1073741824 1073778376 140737370093168 140539726739624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28795] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28795/stat : 28795 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732900 9856004096 33950 33554432000 1073741824 1073778376 140737370093168 140539725687080 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28796] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28796/stat : 28796 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732900 9856004096 33950 33554432000 1073741824 1073778376 140737370093168 140539724634536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28791/tid=28797] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28797/stat : 28797 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732900 9856004096 33950 33554432000 1073741824 1073778376 140737370093168 140539723581992 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28791/tid=28798] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28798/stat : 28798 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732900 9856004096 33950 33554432000 1073741824 1073778376 140737370093168 140539722529448 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28799] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28799/stat : 28799 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732900 9856004096 33950 33554432000 1073741824 1073778376 140737370093168 140539721476904 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28791/tid=28800] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28800/stat : 28800 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732900 9856004096 33950 33554432000 1073741824 1073778376 140737370093168 140539720424360 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28801] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28801/stat : 28801 (java) S 28789 28791 25529 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291732900 9856004096 33950 33554432000 1073741824 1073778376 140737370093168 140539573517352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28802] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28802/stat : 28802 (java) S 28789 28791 25529 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291732901 9856004096 33950 33554432000 1073741824 1073778376 140737370093168 140539561318504 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28803] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28803/stat : 28803 (java) S 28789 28791 25529 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291732902 9856004096 33950 33554432000 1073741824 1073778376 140737370093168 140539560264824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28804] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28804/stat : 28804 (java) S 28789 28791 25529 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291732902 9856004096 33950 33554432000 1073741824 1073778376 140737370093168 140539559212168 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28805] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28805/stat : 28805 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732904 9856004096 33950 33554432000 1073741824 1073778376 140737370093168 140539558160912 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28806] ppid=28789 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/28791/task/28806/stat : 28806 (java) S 28789 28791 25529 0 -1 4202560 4876 0 0 0 49 2 0 0 20 0 19 0 291732904 9856004096 33950 33554432000 1073741824 1073778376 140737370093168 140539557108280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28807] ppid=28789 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/28791/task/28807/stat : 28807 (java) S 28789 28791 25529 0 -1 4202560 4541 0 0 0 47 2 0 0 20 0 19 0 291732904 9856004096 33950 33554432000 1073741824 1073778376 140737370093168 140539556055736 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28791/tid=28808] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28808/stat : 28808 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732904 9856004096 33950 33554432000 1073741824 1073778376 140737370093168 140539555003384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28791/tid=28809] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28809/stat : 28809 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732904 9856004096 33950 33554432000 1073741824 1073778376 140737370093168 140539553951048 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28810] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28810/stat : 28810 (java) S 28789 28791 25529 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291732957 9856004096 33950 33554432000 1073741824 1073778376 140737370093168 140539552895784 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 9625004

[startup+3.1008 s]
/proc/loadavg: 2.43 2.10 2.01 3/213 28810
/proc/meminfo: memFree=30324196/32873844 swapFree=7372/7372
[pid=28791] ppid=28789 vsize=9625004 CPUtime=4.14 cores=1,3,5,7
/proc/28791/stat : 28791 (java) S 28789 28791 25529 0 -1 4202496 13175 0 1 0 408 6 0 0 20 0 19 0 291732899 9856004096 34466 33554432000 1073741824 1073778376 140737370093168 140737370084304 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28791/statm: 2406251 34466 2261 9 0 2396937 0
[pid=28791/tid=28793] ppid=28789 vsize=9625004 CPUtime=3.07 cores=1,3,5,7
/proc/28791/task/28793/stat : 28793 (java) R 28789 28791 25529 0 -1 4202560 2558 0 1 0 304 3 0 0 20 0 19 0 291732899 9856004096 34466 33554432000 1073741824 1073778376 140737370093168 140539737677944 140539601961852 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28791/tid=28794] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28794/stat : 28794 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732900 9856004096 34466 33554432000 1073741824 1073778376 140737370093168 140539726739624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28795] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28795/stat : 28795 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732900 9856004096 34466 33554432000 1073741824 1073778376 140737370093168 140539725687080 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28796] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28796/stat : 28796 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732900 9856004096 34466 33554432000 1073741824 1073778376 140737370093168 140539724634536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28791/tid=28797] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28797/stat : 28797 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732900 9856004096 34466 33554432000 1073741824 1073778376 140737370093168 140539723581992 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28791/tid=28798] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28798/stat : 28798 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732900 9856004096 34466 33554432000 1073741824 1073778376 140737370093168 140539722529448 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28799] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28799/stat : 28799 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732900 9856004096 34466 33554432000 1073741824 1073778376 140737370093168 140539721476904 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28791/tid=28800] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28800/stat : 28800 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732900 9856004096 34466 33554432000 1073741824 1073778376 140737370093168 140539720424360 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28801] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28801/stat : 28801 (java) S 28789 28791 25529 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291732900 9856004096 34466 33554432000 1073741824 1073778376 140737370093168 140539573517352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28802] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28802/stat : 28802 (java) S 28789 28791 25529 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291732901 9856004096 34466 33554432000 1073741824 1073778376 140737370093168 140539561318504 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28803] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28803/stat : 28803 (java) S 28789 28791 25529 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291732902 9856004096 34466 33554432000 1073741824 1073778376 140737370093168 140539560264824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28804] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28804/stat : 28804 (java) S 28789 28791 25529 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291732902 9856004096 34466 33554432000 1073741824 1073778376 140737370093168 140539559212168 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28805] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28805/stat : 28805 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732904 9856004096 34466 33554432000 1073741824 1073778376 140737370093168 140539558160912 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28806] ppid=28789 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/28791/task/28806/stat : 28806 (java) S 28789 28791 25529 0 -1 4202560 4876 0 0 0 51 2 0 0 20 0 19 0 291732904 9856004096 34466 33554432000 1073741824 1073778376 140737370093168 140539557108280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28807] ppid=28789 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/28791/task/28807/stat : 28807 (java) S 28789 28791 25529 0 -1 4202560 4544 0 0 0 48 2 0 0 20 0 19 0 291732904 9856004096 34466 33554432000 1073741824 1073778376 140737370093168 140539556055736 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28791/tid=28808] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28808/stat : 28808 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732904 9856004096 34466 33554432000 1073741824 1073778376 140737370093168 140539555003384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28791/tid=28809] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28809/stat : 28809 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732904 9856004096 34466 33554432000 1073741824 1073778376 140737370093168 140539553951048 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28810] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28810/stat : 28810 (java) S 28789 28791 25529 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291732957 9856004096 34466 33554432000 1073741824 1073778376 140737370093168 140539552895784 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 9625004

[startup+6.3007 s]
/proc/loadavg: 2.40 2.09 2.01 3/213 28810
/proc/meminfo: memFree=30288140/32873844 swapFree=7372/7372
[pid=28791] ppid=28789 vsize=9625004 CPUtime=7.58 cores=1,3,5,7
/proc/28791/stat : 28791 (java) S 28789 28791 25529 0 -1 4202496 17242 0 1 0 749 9 0 0 20 0 19 0 291732899 9856004096 41684 33554432000 1073741824 1073778376 140737370093168 140737370084304 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28791/statm: 2406251 41684 2289 9 0 2396937 0
[pid=28791/tid=28793] ppid=28789 vsize=9625004 CPUtime=6.22 cores=1,3,5,7
/proc/28791/task/28793/stat : 28793 (java) R 28789 28791 25529 0 -1 4202560 2563 0 1 0 619 3 0 0 20 0 19 0 291732899 9856004096 41684 33554432000 1073741824 1073778376 140737370093168 140539737676488 140539601840755 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28791/tid=28794] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28794/stat : 28794 (java) S 28789 28791 25529 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291732900 9856004096 41684 33554432000 1073741824 1073778376 140737370093168 140539726739624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28795] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28795/stat : 28795 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732900 9856004096 41684 33554432000 1073741824 1073778376 140737370093168 140539725687080 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28796] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28796/stat : 28796 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732900 9856004096 41684 33554432000 1073741824 1073778376 140737370093168 140539724634536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28791/tid=28797] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28797/stat : 28797 (java) S 28789 28791 25529 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 291732900 9856004096 41684 33554432000 1073741824 1073778376 140737370093168 140539723581992 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28791/tid=28798] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28798/stat : 28798 (java) S 28789 28791 25529 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291732900 9856004096 41684 33554432000 1073741824 1073778376 140737370093168 140539722529448 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28791/tid=28799] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28799/stat : 28799 (java) S 28789 28791 25529 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291732900 9856004096 41684 33554432000 1073741824 1073778376 140737370093168 140539721476904 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28791/tid=28800] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28800/stat : 28800 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732900 9856004096 41684 33554432000 1073741824 1073778376 140737370093168 140539720424360 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28801] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28801/stat : 28801 (java) S 28789 28791 25529 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291732900 9856004096 41684 33554432000 1073741824 1073778376 140737370093168 140539573517352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28802] ppid=28789 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/28791/task/28802/stat : 28802 (java) S 28789 28791 25529 0 -1 4202560 37 0 0 0 2 0 0 0 20 0 19 0 291732901 9856004096 41684 33554432000 1073741824 1073778376 140737370093168 140539561318504 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28803] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28803/stat : 28803 (java) S 28789 28791 25529 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291732902 9856004096 41684 33554432000 1073741824 1073778376 140737370093168 140539560264824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28804] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28804/stat : 28804 (java) S 28789 28791 25529 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291732902 9856004096 41684 33554432000 1073741824 1073778376 140737370093168 140539559212168 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28805] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28805/stat : 28805 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732904 9856004096 41684 33554432000 1073741824 1073778376 140737370093168 140539558160912 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28806] ppid=28789 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/28791/task/28806/stat : 28806 (java) S 28789 28791 25529 0 -1 4202560 8678 0 0 0 66 3 0 0 20 0 19 0 291732904 9856004096 41684 33554432000 1073741824 1073778376 140737370093168 140539557108280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28807] ppid=28789 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/28791/task/28807/stat : 28807 (java) S 28789 28791 25529 0 -1 4202560 4736 0 0 0 53 2 0 0 20 0 19 0 291732904 9856004096 41684 33554432000 1073741824 1073778376 140737370093168 140539556055736 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28791/tid=28808] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28808/stat : 28808 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732904 9856004096 41684 33554432000 1073741824 1073778376 140737370093168 140539555003384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28791/tid=28809] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28809/stat : 28809 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732904 9856004096 41684 33554432000 1073741824 1073778376 140737370093168 140539553951048 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28810] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28810/stat : 28810 (java) S 28789 28791 25529 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291732957 9856004096 41684 33554432000 1073741824 1073778376 140737370093168 140539552895784 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.58
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=28791/tid=28799] ppid=28789 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/28791/task/28799/stat : 28799 (java) S 28789 28791 25529 0 -1 4202560 139 0 0 0 45 3 0 0 20 0 19 0 291732900 9856004096 69627 33554432000 1073741824 1073778376 140737370093168 140539721476904 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28800] ppid=28789 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/28791/task/28800/stat : 28800 (java) S 28789 28791 25529 0 -1 4202560 95 0 0 0 45 1 0 0 20 0 19 0 291732900 9856004096 69627 33554432000 1073741824 1073778376 140737370093168 140539720424360 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28791/tid=28801] ppid=28789 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/28791/task/28801/stat : 28801 (java) S 28789 28791 25529 0 -1 4202560 147 0 0 0 51 2 0 0 20 0 19 0 291732900 9856004096 69627 33554432000 1073741824 1073778376 140737370093168 140539573517352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28791/tid=28802] ppid=28789 vsize=9625004 CPUtime=3.89 cores=1,3,5,7
/proc/28791/task/28802/stat : 28802 (java) S 28789 28791 25529 0 -1 4202560 158 0 0 0 386 3 0 0 20 0 19 0 291732901 9856004096 69627 33554432000 1073741824 1073778376 140737370093168 140539561318504 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28803] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28803/stat : 28803 (java) S 28789 28791 25529 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291732902 9856004096 69627 33554432000 1073741824 1073778376 140737370093168 140539560264824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28804] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28804/stat : 28804 (java) S 28789 28791 25529 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291732902 9856004096 69627 33554432000 1073741824 1073778376 140737370093168 140539559212168 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28805] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28805/stat : 28805 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732904 9856004096 69627 33554432000 1073741824 1073778376 140737370093168 140539558160912 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28806] ppid=28789 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/28791/task/28806/stat : 28806 (java) S 28789 28791 25529 0 -1 4202560 8715 0 0 0 75 3 0 0 20 0 19 0 291732904 9856004096 69627 33554432000 1073741824 1073778376 140737370093168 140539557108280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28807] ppid=28789 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/28791/task/28807/stat : 28807 (java) S 28789 28791 25529 0 -1 4202560 4736 0 0 0 54 2 0 0 20 0 19 0 291732904 9856004096 69627 33554432000 1073741824 1073778376 140737370093168 140539556055736 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28791/tid=28808] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28808/stat : 28808 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732904 9856004096 69627 33554432000 1073741824 1073778376 140737370093168 140539555003384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28791/tid=28809] ppid=28789 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/28791/task/28809/stat : 28809 (java) S 28789 28791 25529 0 -1 4202560 94 0 0 0 36 33 0 0 20 0 19 0 291732904 9856004096 69627 33554432000 1073741824 1073778376 140737370093168 140539553951048 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28810] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28810/stat : 28810 (java) S 28789 28791 25529 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291732957 9856004096 69627 33554432000 1073741824 1073778376 140737370093168 140539552895784 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1667.06
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/213 28847
/proc/meminfo: memFree=29976680/32873844 swapFree=7372/7372
[pid=28791] ppid=28789 vsize=9625004 CPUtime=1727.16 cores=1,3,5,7
/proc/28791/stat : 28791 (java) S 28789 28791 25529 0 -1 4202496 18657 0 1 0 172653 63 0 0 20 0 19 0 291732899 9856004096 70175 33554432000 1073741824 1073778376 140737370093168 140737370084304 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28791/statm: 2406251 70175 2290 9 0 2396937 0
[pid=28791/tid=28793] ppid=28789 vsize=9625004 CPUtime=1717.15 cores=1,3,5,7
/proc/28791/task/28793/stat : 28793 (java) R 28789 28791 25529 0 -1 4202560 2634 0 1 0 171685 30 0 0 20 0 19 0 291732899 9856004096 70175 33554432000 1073741824 1073778376 140737370093168 140539737678128 140539601840718 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28794] ppid=28789 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/28791/task/28794/stat : 28794 (java) S 28789 28791 25529 0 -1 4202560 218 0 0 0 50 2 0 0 20 0 19 0 291732900 9856004096 70175 33554432000 1073741824 1073778376 140737370093168 140539726739624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28795] ppid=28789 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/28791/task/28795/stat : 28795 (java) S 28789 28791 25529 0 -1 4202560 142 0 0 0 47 2 0 0 20 0 19 0 291732900 9856004096 70175 33554432000 1073741824 1073778376 140737370093168 140539725687080 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28791/tid=28796] ppid=28789 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/28791/task/28796/stat : 28796 (java) S 28789 28791 25529 0 -1 4202560 51 0 0 0 48 2 0 0 20 0 19 0 291732900 9856004096 70175 33554432000 1073741824 1073778376 140737370093168 140539724634536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28791/tid=28797] ppid=28789 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/28791/task/28797/stat : 28797 (java) S 28789 28791 25529 0 -1 4202560 66 0 0 0 46 3 0 0 20 0 19 0 291732900 9856004096 70175 33554432000 1073741824 1073778376 140737370093168 140539723581992 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28791/tid=28798] ppid=28789 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/28791/task/28798/stat : 28798 (java) S 28789 28791 25529 0 -1 4202560 247 0 0 0 52 3 0 0 20 0 19 0 291732900 9856004096 70175 33554432000 1073741824 1073778376 140737370093168 140539722529448 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28791/tid=28799] ppid=28789 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/28791/task/28799/stat : 28799 (java) S 28789 28791 25529 0 -1 4202560 139 0 0 0 46 3 0 0 20 0 19 0 291732900 9856004096 70175 33554432000 1073741824 1073778376 140737370093168 140539721476904 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28800] ppid=28789 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/28791/task/28800/stat : 28800 (java) S 28789 28791 25529 0 -1 4202560 121 0 0 0 46 1 0 0 20 0 19 0 291732900 9856004096 70175 33554432000 1073741824 1073778376 140737370093168 140539720424360 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28801] ppid=28789 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/28791/task/28801/stat : 28801 (java) S 28789 28791 25529 0 -1 4202560 148 0 0 0 52 2 0 0 20 0 19 0 291732900 9856004096 70175 33554432000 1073741824 1073778376 140737370093168 140539573517352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28791/tid=28802] ppid=28789 vsize=9625004 CPUtime=3.99 cores=1,3,5,7
/proc/28791/task/28802/stat : 28802 (java) S 28789 28791 25529 0 -1 4202560 160 0 0 0 396 3 0 0 20 0 19 0 291732901 9856004096 70175 33554432000 1073741824 1073778376 140737370093168 140539561318504 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28803] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28803/stat : 28803 (java) S 28789 28791 25529 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291732902 9856004096 70175 33554432000 1073741824 1073778376 140737370093168 140539560264824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28804] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28804/stat : 28804 (java) S 28789 28791 25529 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291732902 9856004096 70175 33554432000 1073741824 1073778376 140737370093168 140539559212168 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28805] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28805/stat : 28805 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732904 9856004096 70175 33554432000 1073741824 1073778376 140737370093168 140539558160912 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28806] ppid=28789 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/28791/task/28806/stat : 28806 (java) S 28789 28791 25529 0 -1 4202560 8715 0 0 0 75 3 0 0 20 0 19 0 291732904 9856004096 70175 33554432000 1073741824 1073778376 140737370093168 140539557108280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28807] ppid=28789 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/28791/task/28807/stat : 28807 (java) S 28789 28791 25529 0 -1 4202560 4736 0 0 0 54 2 0 0 20 0 19 0 291732904 9856004096 70175 33554432000 1073741824 1073778376 140737370093168 140539556055736 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28791/tid=28808] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28808/stat : 28808 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732904 9856004096 70175 33554432000 1073741824 1073778376 140737370093168 140539555003384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28791/tid=28809] ppid=28789 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/28791/task/28809/stat : 28809 (java) S 28789 28791 25529 0 -1 4202560 98 0 0 0 38 34 0 0 20 0 19 0 291732904 9856004096 70175 33554432000 1073741824 1073778376 140737370093168 140539553951048 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28810] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28810/stat : 28810 (java) S 28789 28791 25529 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291732957 9856004096 70175 33554432000 1073741824 1073778376 140737370093168 140539552895784 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1727.16
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.94 2.00 1.99 3/212 28905
/proc/meminfo: memFree=30374928/32873844 swapFree=7372/7372
[pid=28791] ppid=28789 vsize=9625004 CPUtime=1787.34 cores=1,3,5,7
/proc/28791/stat : 28791 (java) S 28789 28791 25529 0 -1 4202496 18698 0 1 0 178669 65 0 0 20 0 19 0 291732899 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140737370084304 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28791/statm: 2406251 70206 2290 9 0 2396937 0
[pid=28791/tid=28793] ppid=28789 vsize=9625004 CPUtime=1776.94 cores=1,3,5,7
/proc/28791/task/28793/stat : 28793 (java) R 28789 28791 25529 0 -1 4202560 2636 0 1 0 177663 31 0 0 20 0 19 0 291732899 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539737678128 140539601846181 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28794] ppid=28789 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/28791/task/28794/stat : 28794 (java) S 28789 28791 25529 0 -1 4202560 245 0 0 0 53 2 0 0 20 0 19 0 291732900 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539726739624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28795] ppid=28789 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/28791/task/28795/stat : 28795 (java) S 28789 28791 25529 0 -1 4202560 142 0 0 0 49 2 0 0 20 0 19 0 291732900 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539725687080 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28791/tid=28796] ppid=28789 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/28791/task/28796/stat : 28796 (java) S 28789 28791 25529 0 -1 4202560 51 0 0 0 51 2 0 0 20 0 19 0 291732900 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539724634536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28797] ppid=28789 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/28791/task/28797/stat : 28797 (java) S 28789 28791 25529 0 -1 4202560 66 0 0 0 48 3 0 0 20 0 19 0 291732900 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539723581992 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28791/tid=28798] ppid=28789 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/28791/task/28798/stat : 28798 (java) S 28789 28791 25529 0 -1 4202560 247 0 0 0 55 3 0 0 20 0 19 0 291732900 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539722529448 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28799] ppid=28789 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/28791/task/28799/stat : 28799 (java) S 28789 28791 25529 0 -1 4202560 139 0 0 0 48 3 0 0 20 0 19 0 291732900 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539721476904 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28800] ppid=28789 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/28791/task/28800/stat : 28800 (java) S 28789 28791 25529 0 -1 4202560 125 0 0 0 49 2 0 0 20 0 19 0 291732900 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539720424360 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28801] ppid=28789 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/28791/task/28801/stat : 28801 (java) S 28789 28791 25529 0 -1 4202560 148 0 0 0 55 2 0 0 20 0 19 0 291732900 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539573517352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28802] ppid=28789 vsize=9625004 CPUtime=4.14 cores=1,3,5,7
/proc/28791/task/28802/stat : 28802 (java) S 28789 28791 25529 0 -1 4202560 164 0 0 0 411 3 0 0 20 0 19 0 291732901 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539561318504 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28803] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28803/stat : 28803 (java) S 28789 28791 25529 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291732902 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539560264824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28804] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28804/stat : 28804 (java) S 28789 28791 25529 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291732902 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539559212168 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28805] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28805/stat : 28805 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732904 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539558160912 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28806] ppid=28789 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/28791/task/28806/stat : 28806 (java) S 28789 28791 25529 0 -1 4202560 8715 0 0 0 75 3 0 0 20 0 19 0 291732904 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539557108280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28807] ppid=28789 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/28791/task/28807/stat : 28807 (java) S 28789 28791 25529 0 -1 4202560 4736 0 0 0 54 2 0 0 20 0 19 0 291732904 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539556055736 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28791/tid=28808] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28808/stat : 28808 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732904 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539555003384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28791/tid=28809] ppid=28789 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/28791/task/28809/stat : 28809 (java) S 28789 28791 25529 0 -1 4202560 102 0 0 0 39 35 0 0 20 0 19 0 291732904 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539553951048 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28810] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28810/stat : 28810 (java) S 28789 28791 25529 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291732957 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539552895784 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1787.34
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795 s]
/proc/loadavg: 2.16 2.04 2.01 3/213 28906
/proc/meminfo: memFree=29230944/32873844 swapFree=7372/7372
[pid=28791] ppid=28789 vsize=9625004 CPUtime=1800.06 cores=1,3,5,7
/proc/28791/stat : 28791 (java) S 28789 28791 25529 0 -1 4202496 18698 0 1 0 179940 66 0 0 20 0 19 0 291732899 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140737370084304 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28791/statm: 2406251 70206 2290 9 0 2396937 0
[pid=28791/tid=28793] ppid=28789 vsize=9625004 CPUtime=1789.65 cores=1,3,5,7
/proc/28791/task/28793/stat : 28793 (java) R 28789 28791 25529 0 -1 4202560 2636 0 1 0 178934 31 0 0 20 0 19 0 291732899 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539737678128 140539601840718 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28794] ppid=28789 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/28791/task/28794/stat : 28794 (java) S 28789 28791 25529 0 -1 4202560 245 0 0 0 53 2 0 0 20 0 19 0 291732900 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539726739624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28795] ppid=28789 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/28791/task/28795/stat : 28795 (java) S 28789 28791 25529 0 -1 4202560 142 0 0 0 49 2 0 0 20 0 19 0 291732900 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539725687080 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28791/tid=28796] ppid=28789 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/28791/task/28796/stat : 28796 (java) S 28789 28791 25529 0 -1 4202560 51 0 0 0 51 2 0 0 20 0 19 0 291732900 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539724634536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28797] ppid=28789 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/28791/task/28797/stat : 28797 (java) S 28789 28791 25529 0 -1 4202560 66 0 0 0 48 3 0 0 20 0 19 0 291732900 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539723581992 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28791/tid=28798] ppid=28789 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/28791/task/28798/stat : 28798 (java) S 28789 28791 25529 0 -1 4202560 247 0 0 0 55 3 0 0 20 0 19 0 291732900 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539722529448 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28799] ppid=28789 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/28791/task/28799/stat : 28799 (java) S 28789 28791 25529 0 -1 4202560 139 0 0 0 48 3 0 0 20 0 19 0 291732900 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539721476904 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28800] ppid=28789 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/28791/task/28800/stat : 28800 (java) S 28789 28791 25529 0 -1 4202560 125 0 0 0 49 2 0 0 20 0 19 0 291732900 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539720424360 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28801] ppid=28789 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/28791/task/28801/stat : 28801 (java) S 28789 28791 25529 0 -1 4202560 148 0 0 0 55 2 0 0 20 0 19 0 291732900 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539573517352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28802] ppid=28789 vsize=9625004 CPUtime=4.14 cores=1,3,5,7
/proc/28791/task/28802/stat : 28802 (java) S 28789 28791 25529 0 -1 4202560 164 0 0 0 411 3 0 0 20 0 19 0 291732901 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539561318504 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28803] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28803/stat : 28803 (java) S 28789 28791 25529 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291732902 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539560264824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28804] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28804/stat : 28804 (java) S 28789 28791 25529 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291732902 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539559212168 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28805] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28805/stat : 28805 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732904 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539558160912 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28791/tid=28806] ppid=28789 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/28791/task/28806/stat : 28806 (java) S 28789 28791 25529 0 -1 4202560 8715 0 0 0 75 3 0 0 20 0 19 0 291732904 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539557108280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28807] ppid=28789 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/28791/task/28807/stat : 28807 (java) S 28789 28791 25529 0 -1 4202560 4736 0 0 0 54 2 0 0 20 0 19 0 291732904 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539556055736 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28791/tid=28808] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28808/stat : 28808 (java) S 28789 28791 25529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291732904 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539555003384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28791/tid=28809] ppid=28789 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/28791/task/28809/stat : 28809 (java) S 28789 28791 25529 0 -1 4202560 102 0 0 0 39 36 0 0 20 0 19 0 291732904 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539553951048 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28791/tid=28810] ppid=28789 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28791/task/28810/stat : 28810 (java) S 28789 28791 25529 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291732957 9856004096 70206 33554432000 1073741824 1073778376 140737370093168 140539552895784 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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
Real time (s): 1795.05
CPU time (s): 1800.5
CPU user time (s): 1799.42
CPU system time (s): 1.08383
CPU usage (%): 100.304
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.42
system time used= 1.08384
maximum resident set size= 280948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18730
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40084
involuntary context switches= 10049

runsolver used 6.49201 second user time and 15.3717 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-29 03:47:48
IDJOB=3710411
IDBENCH=92778
IDSOLVER=2289
FILE ID=node118/3710411-1338256068
RUNJOBID= node118-1338252451-28082
PBS_JOBID= 14624627
Free space on /tmp= 71660 MiB

SOLVER NAME= SAT4J PB specific settings 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-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710411-1338256068/watcher-3710411-1338256068 -o /tmp/evaluation-result-3710411-1338256068/solver-3710411-1338256068 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710411-1338256068.opb

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

MD5SUM BENCH= c16bd2424e0fff3ff3df69ee00e2dc99
RANDOM SEED=1246681285

node118.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.212
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.42
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.212
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	: 5438.55
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.212
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.92
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.212
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.212
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	: 5320.68
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.212
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.212
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.212
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:       32873844 kB
MemFree:        30452016 kB
Buffers:          446452 kB
Cached:           659844 kB
SwapCached:            0 kB
Active:          1063824 kB
Inactive:         502316 kB
Active(anon):     449624 kB
Inactive(anon):    11320 kB
Active(file):     614200 kB
Inactive(file):   490996 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             14928 kB
Writeback:             0 kB
AnonPages:        471704 kB
Mapped:            20020 kB
Shmem:               200 kB
Slab:             708328 kB
SReclaimable:     149180 kB
SUnreclaim:       559148 kB
KernelStack:        1600 kB
PageTables:         4872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1083460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    428032 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= 71580 MiB
End job on node118 at 2012-05-29 04:17:45