Trace number 3710412

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.07 1796.44

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_3_ic.opb
MD5SUMfa2d46c927da2620047f5e5cfeece7cd
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 111980168
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 9113142699
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 111980168
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 9113142699
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.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.08/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.13	c configuring ORDERS
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=true
0.08/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3710412-1338255403.opb
0.08/0.13	c reading problem ... 
0.99/0.58	c ... done. Wall clock time 0.445s.
0.99/0.58	c declared #vars     15725
0.99/0.58	c #constraints  33136
0.99/0.58	c constraints type 
0.99/0.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
0.99/0.58	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
0.99/0.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
0.99/0.58	c ignored satisfied constraints => 3
0.99/0.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
0.99/0.58	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
0.99/0.58	c 33139 constraints processed.
4.61/3.65	c cleaning 2501 clauses out of 5001 with flag 5001/5001
7.93/6.71	c cleaning 4251 clauses out of 8501 with flag 11002/11002
11.74/10.56	c cleaning 5621 clauses out of 11248 with flag 18000/18000
16.74/15.58	c cleaning 6812 clauses out of 13627 with flag 26000/26000
21.99/20.73	c cleaning 7901 clauses out of 15815 with flag 35000/35000
26.41/25.17	c cleaning 8952 clauses out of 17914 with flag 45000/45000
32.41/31.16	c cleaning 9973 clauses out of 19963 with flag 56001/56001
38.32/37.03	c cleaning 10991 clauses out of 21990 with flag 68001/68001
45.14/43.87	c cleaning 11995 clauses out of 24002 with flag 81004/81004
53.26/51.90	c cleaning 12999 clauses out of 26003 with flag 95000/95000
61.69/60.40	c cleaning 13997 clauses out of 28005 with flag 110001/110001
69.20/67.80	c cleaning 14993 clauses out of 30007 with flag 126000/126000
77.04/75.69	c cleaning 15997 clauses out of 32014 with flag 143000/143000
86.26/84.83	c cleaning 17006 clauses out of 34017 with flag 161000/161000
96.79/95.33	c cleaning 18003 clauses out of 36011 with flag 180000/180000
108.40/106.93	c cleaning 18994 clauses out of 38008 with flag 200000/200000
119.44/117.90	c cleaning 20005 clauses out of 40014 with flag 221000/221000
129.06/127.55	c cleaning 20995 clauses out of 42010 with flag 243001/243001
139.07/137.59	c cleaning 22001 clauses out of 44014 with flag 266000/266000
151.98/150.48	c cleaning 23000 clauses out of 46014 with flag 290001/290001
165.10/163.55	c cleaning 24001 clauses out of 48013 with flag 315000/315000
181.43/179.87	c cleaning 24994 clauses out of 50012 with flag 341000/341000
193.85/192.27	c cleaning 25995 clauses out of 52019 with flag 368001/368001
208.50/206.85	c cleaning 27007 clauses out of 54026 with flag 396003/396003
224.82/223.12	c cleaning 27998 clauses out of 56017 with flag 425001/425001
243.15/241.40	c cleaning 29007 clauses out of 58021 with flag 455003/455003
259.77/258.05	c cleaning 30001 clauses out of 60011 with flag 486000/486000
277.81/276.01	c cleaning 30999 clauses out of 62011 with flag 518001/518001
296.74/294.91	c cleaning 32002 clauses out of 64014 with flag 551003/551003
313.56/311.77	c cleaning 32998 clauses out of 66012 with flag 585003/585003
333.19/331.37	c cleaning 33996 clauses out of 68011 with flag 620000/620000
350.71/348.89	c cleaning 34999 clauses out of 70015 with flag 656000/656000
369.64/367.73	c cleaning 36006 clauses out of 72016 with flag 693000/693000
387.98/386.01	c cleaning 36999 clauses out of 74010 with flag 731000/731000
405.41/403.44	c cleaning 38003 clauses out of 76013 with flag 770002/770002
425.17/423.18	c cleaning 39000 clauses out of 78011 with flag 810003/810003
452.31/450.25	c cleaning 39999 clauses out of 80011 with flag 851003/851003
474.95/472.86	c cleaning 40988 clauses out of 82009 with flag 893000/893000
498.87/496.76	c cleaning 41999 clauses out of 84022 with flag 936001/936001
523.69/521.59	c cleaning 43007 clauses out of 86024 with flag 980002/980002
546.13/543.90	c cleaning 43991 clauses out of 88015 with flag 1025000/1025000
568.15/565.93	c cleaning 44992 clauses out of 90024 with flag 1071000/1071000
598.78/596.58	c cleaning 46010 clauses out of 92032 with flag 1118000/1118000
627.21/624.96	c cleaning 47004 clauses out of 94022 with flag 1166000/1166000
650.12/647.86	c cleaning 48003 clauses out of 96020 with flag 1215002/1215002
672.05/669.71	c cleaning 48999 clauses out of 98015 with flag 1265000/1265000
696.61/694.28	c cleaning 50002 clauses out of 100019 with flag 1316003/1316003
723.85/721.50	c cleaning 50999 clauses out of 102014 with flag 1368000/1368000
751.78/749.34	c cleaning 51999 clauses out of 104016 with flag 1421001/1421001
784.21/781.78	c cleaning 53002 clauses out of 106017 with flag 1475001/1475001
820.35/817.89	c cleaning 54006 clauses out of 108015 with flag 1530001/1530001
860.36/857.84	c cleaning 54998 clauses out of 110009 with flag 1586001/1586001
893.41/890.87	c cleaning 56001 clauses out of 112010 with flag 1643000/1643000
927.13/924.50	c cleaning 56999 clauses out of 114009 with flag 1701000/1701000
960.69/958.06	c cleaning 57992 clauses out of 116012 with flag 1760002/1760002
997.53/994.81	c cleaning 58996 clauses out of 118018 with flag 1820000/1820000
1038.15/1035.41	c cleaning 60006 clauses out of 120022 with flag 1881000/1881000
1075.09/1072.36	c cleaning 61001 clauses out of 122016 with flag 1943000/1943000
1109.52/1106.80	c cleaning 62006 clauses out of 124015 with flag 2006000/2006000
1142.85/1140.07	c cleaning 62995 clauses out of 126009 with flag 2070000/2070000
1186.00/1183.16	c cleaning 64001 clauses out of 128015 with flag 2135001/2135001
1228.23/1225.32	c cleaning 65004 clauses out of 130015 with flag 2201002/2201002
1269.99/1267.04	c cleaning 65990 clauses out of 132010 with flag 2268001/2268001
1313.35/1310.39	c cleaning 66998 clauses out of 134024 with flag 2336005/2336005
1355.87/1352.89	c cleaning 67994 clauses out of 136023 with flag 2405002/2405002
1402.89/1399.86	c cleaning 68998 clauses out of 138028 with flag 2475001/2475001
1447.54/1444.48	c cleaning 70009 clauses out of 140029 with flag 2546000/2546000
1494.57/1491.46	c cleaning 70970 clauses out of 142020 with flag 2618000/2618000
1532.15/1528.92	c cleaning 72022 clauses out of 144051 with flag 2691001/2691001
1572.40/1569.11	c cleaning 72997 clauses out of 146030 with flag 2765002/2765002
1607.46/1604.15	c cleaning 74009 clauses out of 148033 with flag 2840002/2840002
1647.25/1643.87	c cleaning 75002 clauses out of 150023 with flag 2916001/2916001
1688.91/1685.44	c cleaning 76008 clauses out of 152022 with flag 2993002/2993002
1734.88/1731.32	c cleaning 76996 clauses out of 154012 with flag 3071000/3071000
1787.43/1783.82	c cleaning 78003 clauses out of 156016 with flag 3150000/3150000
1800.07/1796.41	c starts		: 248
1800.07/1796.41	c conflicts		: 3172378
1800.07/1796.41	c decisions		: 5310098
1800.07/1796.41	c propagations		: 2262496532
1800.07/1796.41	c inspects		: 15983902927
1800.07/1796.41	c shortcuts		: 0
1800.07/1796.41	c learnt literals	: 0
1800.07/1796.41	c learnt binary clauses	: 0
1800.07/1796.41	c learnt ternary clauses	: 0
1800.07/1796.41	c learnt constraints	: 3172377
1800.07/1796.41	c ignored constraints	: 0
1800.07/1796.41	c root simplifications	: 248
1800.07/1796.41	c removed literals (reason simplification)	: 106675794
1800.07/1796.41	c reason swapping (by a shorter reason)	: 0
1800.07/1796.41	c Calls to reduceDB	: 75
1800.07/1796.41	c number of reductions to clauses (during analyze)	: 0
1800.07/1796.41	c number of learned constraints concerned by reduction	: 0
1800.07/1796.41	c number of learning phase by resolution	: 0
1800.07/1796.41	c number of learning phase by cutting planes	: 0
1800.07/1796.41	c speed (assignments/second)	: 1259873.1410230352
1800.07/1796.41	c non guided choices	312
1800.07/1796.43	c learnt constraints type 
1800.07/1796.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 100423
1800.07/1796.43	c constraints type 
1800.07/1796.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.07/1796.43	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.07/1796.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.07/1796.43	c ignored satisfied constraints => 3
1800.07/1796.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.07/1796.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.07/1796.43	c 33139 constraints processed.
1800.07/1796.43	s UNKNOWN
1800.07/1796.43	c Total wall clock time (in seconds): 1796.303

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.94 3/175 20384
/proc/meminfo: memFree=28785484/32873844 swapFree=7116/7116
[pid=20383] ppid=20379 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/20383/stat : 20383 (java) R 20379 20383 16905 0 -1 4202496 252 0 0 0 0 0 0 0 20 0 1 0 291665418 9515008 185 33554432000 1073741824 1073778376 140736754355760 140736754346984 227141119415 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20383/statm: 2323 185 142 9 0 71 0

[startup+0.040744 s]
/proc/loadavg: 1.84 1.97 1.94 3/175 20384
/proc/meminfo: memFree=28785484/32873844 swapFree=7116/7116
[pid=20383] ppid=20379 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/20383/stat : 20383 (java) S 20379 20383 16905 0 -1 4202496 2967 0 1 0 1 0 0 0 20 0 13 0 291665418 9446973440 3664 33554432000 1073741824 1073778376 140734012043456 140734012034592 227144663101 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20383/statm: 2306390 3665 1661 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100268 s]
/proc/loadavg: 1.84 1.97 1.94 3/175 20384
/proc/meminfo: memFree=28785484/32873844 swapFree=7116/7116
[pid=20383] ppid=20379 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/20383/stat : 20383 (java) S 20379 20383 16905 0 -1 4202496 4003 0 1 0 7 1 0 0 20 0 18 0 291665418 9787842560 5209 33554432000 1073741824 1073778376 140734012043456 140734012034592 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20383/statm: 2389610 5211 2077 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300132 s]
/proc/loadavg: 1.84 1.97 1.94 3/175 20384
/proc/meminfo: memFree=28785484/32873844 swapFree=7116/7116
[pid=20383] ppid=20379 vsize=9558440 CPUtime=0.48 cores=0,2,4,6
/proc/20383/stat : 20383 (java) S 20379 20383 16905 0 -1 4202496 5754 0 1 0 47 1 0 0 20 0 18 0 291665418 9787842560 8891 33554432000 1073741824 1073778376 140734012043456 140734012034592 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20383/statm: 2389610 8891 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558440

[startup+0.700135 s]
/proc/loadavg: 1.84 1.97 1.94 3/175 20384
/proc/meminfo: memFree=28785484/32873844 swapFree=7116/7116
[pid=20383] ppid=20379 vsize=9625004 CPUtime=1.48 cores=0,2,4,6
/proc/20383/stat : 20383 (java) S 20379 20383 16905 0 -1 4202496 11978 0 1 0 145 3 0 0 20 0 19 0 291665418 9856004096 33477 33554432000 1073741824 1073778376 140734012043456 140734012034592 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20383/statm: 2406251 33477 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9625004

[startup+1.50074 s]
/proc/loadavg: 1.84 1.97 1.94 3/214 20427
/proc/meminfo: memFree=28535560/32873844 swapFree=7116/7116
[pid=20383] ppid=20379 vsize=9625004 CPUtime=2.46 cores=0,2,4,6
/proc/20383/stat : 20383 (java) S 20379 20383 16905 0 -1 4202496 13021 0 1 0 242 4 0 0 20 0 19 0 291665418 9856004096 34004 33554432000 1073741824 1073778376 140734012043456 140734012034592 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20383/statm: 2406251 34004 2258 9 0 2396937 0
[pid=20383/tid=20387] ppid=20379 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/20383/task/20387/stat : 20387 (java) R 20379 20383 16905 0 -1 4202560 2556 0 1 0 144 2 0 0 20 0 19 0 291665419 9856004096 34004 33554432000 1073741824 1073778376 140734012043456 140228862824760 140228686479397 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20383/tid=20394] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20394/stat : 20394 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665420 9856004096 34004 33554432000 1073741824 1073778376 140734012043456 140228824324264 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20395] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20395/stat : 20395 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665420 9856004096 34004 33554432000 1073741824 1073778376 140734012043456 140228823271720 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20383/tid=20396] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20396/stat : 20396 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665420 9856004096 34004 33554432000 1073741824 1073778376 140734012043456 140228822219176 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20383/tid=20397] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20397/stat : 20397 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665420 9856004096 34004 33554432000 1073741824 1073778376 140734012043456 140228821166632 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20383/tid=20398] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20398/stat : 20398 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665420 9856004096 34004 33554432000 1073741824 1073778376 140734012043456 140228820114088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20399] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20399/stat : 20399 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665420 9856004096 34004 33554432000 1073741824 1073778376 140734012043456 140228819061544 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20383/tid=20400] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20400/stat : 20400 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665420 9856004096 34004 33554432000 1073741824 1073778376 140734012043456 140228818009000 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20401] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20401/stat : 20401 (java) S 20379 20383 16905 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291665420 9856004096 34004 33554432000 1073741824 1073778376 140734012043456 140228816956456 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20410] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20410/stat : 20410 (java) S 20379 20383 16905 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291665422 9856004096 34004 33554432000 1073741824 1073778376 140734012043456 140228804544616 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20411] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20411/stat : 20411 (java) S 20379 20383 16905 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291665422 9856004096 34004 33554432000 1073741824 1073778376 140734012043456 140228685718648 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20412] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20412/stat : 20412 (java) S 20379 20383 16905 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291665422 9856004096 34004 33554432000 1073741824 1073778376 140734012043456 140228684665992 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20416] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20416/stat : 20416 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665425 9856004096 34004 33554432000 1073741824 1073778376 140734012043456 140228683614736 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20417] ppid=20379 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/20383/task/20417/stat : 20417 (java) S 20379 20383 16905 0 -1 4202560 4041 0 0 0 48 0 0 0 20 0 19 0 291665425 9856004096 34004 33554432000 1073741824 1073778376 140734012043456 140228682562104 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20418] ppid=20379 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/20383/task/20418/stat : 20418 (java) S 20379 20383 16905 0 -1 4202560 5224 0 0 0 47 0 0 0 20 0 19 0 291665425 9856004096 34004 33554432000 1073741824 1073778376 140734012043456 140228681509560 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20383/tid=20419] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20419/stat : 20419 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665425 9856004096 34004 33554432000 1073741824 1073778376 140734012043456 140228680457208 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20383/tid=20420] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20420/stat : 20420 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665425 9856004096 34004 33554432000 1073741824 1073778376 140734012043456 140228679404872 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20383/tid=20426] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20426/stat : 20426 (java) S 20379 20383 16905 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291665478 9856004096 34004 33554432000 1073741824 1073778376 140734012043456 140228678349608 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9625004

[startup+3.10074 s]
/proc/loadavg: 1.84 1.97 1.94 4/214 20427
/proc/meminfo: memFree=28530696/32873844 swapFree=7116/7116
[pid=20383] ppid=20379 vsize=9625004 CPUtime=4.11 cores=0,2,4,6
/proc/20383/stat : 20383 (java) S 20379 20383 16905 0 -1 4202496 13215 0 1 0 407 4 0 0 20 0 19 0 291665418 9856004096 34523 33554432000 1073741824 1073778376 140734012043456 140734012034592 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20383/statm: 2406251 34523 2264 9 0 2396937 0
[pid=20383/tid=20387] ppid=20379 vsize=9625004 CPUtime=3.05 cores=0,2,4,6
/proc/20383/task/20387/stat : 20387 (java) R 20379 20383 16905 0 -1 4202560 2558 0 1 0 303 2 0 0 20 0 19 0 291665419 9856004096 34523 33554432000 1073741824 1073778376 140734012043456 140228862832760 140228686330743 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20383/tid=20394] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20394/stat : 20394 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665420 9856004096 34523 33554432000 1073741824 1073778376 140734012043456 140228824324264 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20395] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20395/stat : 20395 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665420 9856004096 34523 33554432000 1073741824 1073778376 140734012043456 140228823271720 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20383/tid=20396] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20396/stat : 20396 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665420 9856004096 34523 33554432000 1073741824 1073778376 140734012043456 140228822219176 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20383/tid=20397] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20397/stat : 20397 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665420 9856004096 34523 33554432000 1073741824 1073778376 140734012043456 140228821166632 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20383/tid=20398] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20398/stat : 20398 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665420 9856004096 34523 33554432000 1073741824 1073778376 140734012043456 140228820114088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20399] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20399/stat : 20399 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665420 9856004096 34523 33554432000 1073741824 1073778376 140734012043456 140228819061544 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20383/tid=20400] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20400/stat : 20400 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665420 9856004096 34523 33554432000 1073741824 1073778376 140734012043456 140228818009000 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20401] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20401/stat : 20401 (java) S 20379 20383 16905 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291665420 9856004096 34523 33554432000 1073741824 1073778376 140734012043456 140228816956456 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20410] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20410/stat : 20410 (java) S 20379 20383 16905 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291665422 9856004096 34523 33554432000 1073741824 1073778376 140734012043456 140228804544616 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20383/tid=20411] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20411/stat : 20411 (java) S 20379 20383 16905 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291665422 9856004096 34523 33554432000 1073741824 1073778376 140734012043456 140228685718648 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20412] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20412/stat : 20412 (java) S 20379 20383 16905 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291665422 9856004096 34523 33554432000 1073741824 1073778376 140734012043456 140228684665992 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20416] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20416/stat : 20416 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665425 9856004096 34523 33554432000 1073741824 1073778376 140734012043456 140228683614736 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20417] ppid=20379 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/20383/task/20417/stat : 20417 (java) S 20379 20383 16905 0 -1 4202560 4041 0 0 0 49 0 0 0 20 0 19 0 291665425 9856004096 34523 33554432000 1073741824 1073778376 140734012043456 140228682562104 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20418] ppid=20379 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/20383/task/20418/stat : 20418 (java) S 20379 20383 16905 0 -1 4202560 5415 0 0 0 51 0 0 0 20 0 19 0 291665425 9856004096 34523 33554432000 1073741824 1073778376 140734012043456 140228681509560 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20383/tid=20419] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20419/stat : 20419 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665425 9856004096 34523 33554432000 1073741824 1073778376 140734012043456 140228680457208 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20383/tid=20420] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20420/stat : 20420 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665425 9856004096 34523 33554432000 1073741824 1073778376 140734012043456 140228679404872 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20383/tid=20426] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20426/stat : 20426 (java) S 20379 20383 16905 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291665478 9856004096 34523 33554432000 1073741824 1073778376 140734012043456 140228678349608 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 9625004

[startup+6.30073 s]
/proc/loadavg: 2.01 2.00 1.95 3/214 20427
/proc/meminfo: memFree=28467396/32873844 swapFree=7116/7116
[pid=20383] ppid=20379 vsize=9625004 CPUtime=7.53 cores=0,2,4,6
/proc/20383/stat : 20383 (java) S 20379 20383 16905 0 -1 4202496 17081 0 1 0 747 6 0 0 20 0 19 0 291665418 9856004096 41737 33554432000 1073741824 1073778376 140734012043456 140734012034592 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20383/statm: 2406251 41737 2289 9 0 2396937 0
[pid=20383/tid=20387] ppid=20379 vsize=9625004 CPUtime=6.2 cores=0,2,4,6
/proc/20383/task/20387/stat : 20387 (java) R 20379 20383 16905 0 -1 4202560 2563 0 1 0 618 2 0 0 20 0 19 0 291665419 9856004096 41737 33554432000 1073741824 1073778376 140734012043456 140228862833288 140228686574918 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20383/tid=20394] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20394/stat : 20394 (java) S 20379 20383 16905 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291665420 9856004096 41737 33554432000 1073741824 1073778376 140734012043456 140228824324264 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20395] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20395/stat : 20395 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665420 9856004096 41737 33554432000 1073741824 1073778376 140734012043456 140228823271720 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20383/tid=20396] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20396/stat : 20396 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665420 9856004096 41737 33554432000 1073741824 1073778376 140734012043456 140228822219176 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20383/tid=20397] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20397/stat : 20397 (java) S 20379 20383 16905 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291665420 9856004096 41737 33554432000 1073741824 1073778376 140734012043456 140228821166632 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20383/tid=20398] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20398/stat : 20398 (java) S 20379 20383 16905 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291665420 9856004096 41737 33554432000 1073741824 1073778376 140734012043456 140228820114088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20383/tid=20399] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20399/stat : 20399 (java) S 20379 20383 16905 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291665420 9856004096 41737 33554432000 1073741824 1073778376 140734012043456 140228819061544 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20383/tid=20400] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20400/stat : 20400 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665420 9856004096 41737 33554432000 1073741824 1073778376 140734012043456 140228818009000 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20401] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20401/stat : 20401 (java) S 20379 20383 16905 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291665420 9856004096 41737 33554432000 1073741824 1073778376 140734012043456 140228816956456 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20410] ppid=20379 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/20383/task/20410/stat : 20410 (java) S 20379 20383 16905 0 -1 4202560 37 0 0 0 2 0 0 0 20 0 19 0 291665422 9856004096 41737 33554432000 1073741824 1073778376 140734012043456 140228804544616 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20383/tid=20411] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20411/stat : 20411 (java) S 20379 20383 16905 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291665422 9856004096 41737 33554432000 1073741824 1073778376 140734012043456 140228685718648 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20412] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20412/stat : 20412 (java) S 20379 20383 16905 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291665422 9856004096 41737 33554432000 1073741824 1073778376 140734012043456 140228684665992 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20416] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20416/stat : 20416 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665425 9856004096 41737 33554432000 1073741824 1073778376 140734012043456 140228683614736 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20417] ppid=20379 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/20383/task/20417/stat : 20417 (java) S 20379 20383 16905 0 -1 4202560 4046 0 0 0 51 0 0 0 20 0 19 0 291665425 9856004096 41737 33554432000 1073741824 1073778376 140734012043456 140228682562104 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20418] ppid=20379 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/20383/task/20418/stat : 20418 (java) S 20379 20383 16905 0 -1 4202560 9200 0 0 0 67 1 0 0 20 0 19 0 291665425 9856004096 41737 33554432000 1073741824 1073778376 140734012043456 140228681509560 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20383/tid=20419] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20419/stat : 20419 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665425 9856004096 41737 33554432000 1073741824 1073778376 140734012043456 140228680457208 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20383/tid=20420] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20420/stat : 20420 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665425 9856004096 41737 33554432000 1073741824 1073778376 140734012043456 140228679404872 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20383/tid=20426] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20426/stat : 20426 (java) S 20379 20383 16905 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291665478 9856004096 41737 33554432000 1073741824 1073778376 140734012043456 140228678349608 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=20383/tid=20417] ppid=20379 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/20383/task/20417/stat : 20417 (java) S 20379 20383 16905 0 -1 4202560 4062 0 0 0 59 0 0 0 20 0 19 0 291665425 9856004096 70610 33554432000 1073741824 1073778376 140734012043456 140228682562104 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20383/tid=20418] ppid=20379 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/20383/task/20418/stat : 20418 (java) S 20379 20383 16905 0 -1 4202560 9200 0 0 0 67 1 0 0 20 0 19 0 291665425 9856004096 70610 33554432000 1073741824 1073778376 140734012043456 140228681509560 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20383/tid=20419] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20419/stat : 20419 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665425 9856004096 70610 33554432000 1073741824 1073778376 140734012043456 140228680457208 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20383/tid=20420] ppid=20379 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/20383/task/20420/stat : 20420 (java) S 20379 20383 16905 0 -1 4202560 95 0 0 0 37 16 0 0 20 0 19 0 291665425 9856004096 70610 33554432000 1073741824 1073778376 140734012043456 140228679404872 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20383/tid=20426] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20426/stat : 20426 (java) S 20379 20383 16905 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291665478 9856004096 70610 33554432000 1073741824 1073778376 140734012043456 140228678349608 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1665.81
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/212 20465
/proc/meminfo: memFree=28232864/32873844 swapFree=7116/7116
[pid=20383] ppid=20379 vsize=9625004 CPUtime=1725.88 cores=0,2,4,6
/proc/20383/stat : 20383 (java) S 20379 20383 16905 0 -1 4202496 18407 0 1 0 172552 36 0 0 20 0 19 0 291665418 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140734012034592 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20383/statm: 2406251 70622 2290 9 0 2396937 0
[pid=20383/tid=20387] ppid=20379 vsize=9625004 CPUtime=1713.1 cores=0,2,4,6
/proc/20383/task/20387/stat : 20387 (java) R 20379 20383 16905 0 -1 4202560 2633 0 1 0 171278 32 0 0 20 0 19 0 291665419 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228862832944 140228686478755 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20383/tid=20394] ppid=20379 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/20383/task/20394/stat : 20394 (java) S 20379 20383 16905 0 -1 4202560 136 0 0 0 31 0 0 0 20 0 19 0 291665420 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228824324264 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20383/tid=20395] ppid=20379 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/20383/task/20395/stat : 20395 (java) S 20379 20383 16905 0 -1 4202560 162 0 0 0 39 0 0 0 20 0 19 0 291665420 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228823271720 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20383/tid=20396] ppid=20379 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/20383/task/20396/stat : 20396 (java) S 20379 20383 16905 0 -1 4202560 87 0 0 0 39 2 0 0 20 0 19 0 291665420 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228822219176 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20383/tid=20397] ppid=20379 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/20383/task/20397/stat : 20397 (java) S 20379 20383 16905 0 -1 4202560 88 0 0 0 38 0 0 0 20 0 19 0 291665420 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228821166632 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20383/tid=20398] ppid=20379 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/20383/task/20398/stat : 20398 (java) S 20379 20383 16905 0 -1 4202560 135 0 0 0 38 2 0 0 20 0 19 0 291665420 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228820114088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20399] ppid=20379 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/20383/task/20399/stat : 20399 (java) S 20379 20383 16905 0 -1 4202560 115 0 0 0 34 3 0 0 20 0 19 0 291665420 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228819061544 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20400] ppid=20379 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/20383/task/20400/stat : 20400 (java) S 20379 20383 16905 0 -1 4202560 202 0 0 0 46 2 0 0 20 0 19 0 291665420 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228818009000 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20383/tid=20401] ppid=20379 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/20383/task/20401/stat : 20401 (java) S 20379 20383 16905 0 -1 4202560 138 0 0 0 43 3 0 0 20 0 19 0 291665420 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228816956456 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20383/tid=20410] ppid=20379 vsize=9625004 CPUtime=3.5 cores=0,2,4,6
/proc/20383/task/20410/stat : 20410 (java) S 20379 20383 16905 0 -1 4202560 164 0 0 0 348 2 0 0 20 0 19 0 291665422 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228804544616 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20383/tid=20411] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20411/stat : 20411 (java) S 20379 20383 16905 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291665422 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228685718648 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20412] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20412/stat : 20412 (java) S 20379 20383 16905 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291665422 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228684665992 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20416] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20416/stat : 20416 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665425 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228683614736 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20417] ppid=20379 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/20383/task/20417/stat : 20417 (java) S 20379 20383 16905 0 -1 4202560 4062 0 0 0 59 0 0 0 20 0 19 0 291665425 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228682562104 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20383/tid=20418] ppid=20379 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/20383/task/20418/stat : 20418 (java) S 20379 20383 16905 0 -1 4202560 9200 0 0 0 67 1 0 0 20 0 19 0 291665425 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228681509560 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20383/tid=20419] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20419/stat : 20419 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665425 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228680457208 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20383/tid=20420] ppid=20379 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/20383/task/20420/stat : 20420 (java) S 20379 20383 16905 0 -1 4202560 99 0 0 0 38 16 0 0 20 0 19 0 291665425 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228679404872 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20383/tid=20426] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20426/stat : 20426 (java) S 20379 20383 16905 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291665478 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228678349608 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1725.88
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/213 20466
/proc/meminfo: memFree=28231740/32873844 swapFree=7116/7116
[pid=20383] ppid=20379 vsize=9625004 CPUtime=1785.93 cores=0,2,4,6
/proc/20383/stat : 20383 (java) S 20379 20383 16905 0 -1 4202496 18414 0 1 0 178556 37 0 0 20 0 19 0 291665418 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140734012034592 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20383/statm: 2406251 70622 2290 9 0 2396937 0
[pid=20383/tid=20387] ppid=20379 vsize=9625004 CPUtime=1772.86 cores=0,2,4,6
/proc/20383/task/20387/stat : 20387 (java) R 20379 20383 16905 0 -1 4202560 2634 0 1 0 177254 32 0 0 20 0 19 0 291665419 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228862832944 140228686542885 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20383/tid=20394] ppid=20379 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/20383/task/20394/stat : 20394 (java) S 20379 20383 16905 0 -1 4202560 136 0 0 0 32 0 0 0 20 0 19 0 291665420 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228824324264 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20383/tid=20395] ppid=20379 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/20383/task/20395/stat : 20395 (java) S 20379 20383 16905 0 -1 4202560 162 0 0 0 39 0 0 0 20 0 19 0 291665420 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228823271720 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20383/tid=20396] ppid=20379 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/20383/task/20396/stat : 20396 (java) S 20379 20383 16905 0 -1 4202560 87 0 0 0 40 2 0 0 20 0 19 0 291665420 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228822219176 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20383/tid=20397] ppid=20379 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/20383/task/20397/stat : 20397 (java) S 20379 20383 16905 0 -1 4202560 88 0 0 0 38 0 0 0 20 0 19 0 291665420 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228821166632 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20383/tid=20398] ppid=20379 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/20383/task/20398/stat : 20398 (java) S 20379 20383 16905 0 -1 4202560 135 0 0 0 39 2 0 0 20 0 19 0 291665420 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228820114088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20399] ppid=20379 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/20383/task/20399/stat : 20399 (java) S 20379 20383 16905 0 -1 4202560 115 0 0 0 35 3 0 0 20 0 19 0 291665420 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228819061544 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20400] ppid=20379 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/20383/task/20400/stat : 20400 (java) S 20379 20383 16905 0 -1 4202560 202 0 0 0 47 2 0 0 20 0 19 0 291665420 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228818009000 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20401] ppid=20379 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/20383/task/20401/stat : 20401 (java) S 20379 20383 16905 0 -1 4202560 138 0 0 0 43 3 0 0 20 0 19 0 291665420 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228816956456 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20383/tid=20410] ppid=20379 vsize=9625004 CPUtime=3.57 cores=0,2,4,6
/proc/20383/task/20410/stat : 20410 (java) S 20379 20383 16905 0 -1 4202560 166 0 0 0 355 2 0 0 20 0 19 0 291665422 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228804544616 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20383/tid=20411] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20411/stat : 20411 (java) S 20379 20383 16905 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291665422 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228685718648 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20412] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20412/stat : 20412 (java) S 20379 20383 16905 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291665422 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228684665992 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20416] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20416/stat : 20416 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665425 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228683614736 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20417] ppid=20379 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/20383/task/20417/stat : 20417 (java) S 20379 20383 16905 0 -1 4202560 4062 0 0 0 59 0 0 0 20 0 19 0 291665425 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228682562104 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20383/tid=20418] ppid=20379 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/20383/task/20418/stat : 20418 (java) S 20379 20383 16905 0 -1 4202560 9200 0 0 0 67 1 0 0 20 0 19 0 291665425 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228681509560 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20383/tid=20419] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20419/stat : 20419 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665425 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228680457208 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20383/tid=20420] ppid=20379 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/20383/task/20420/stat : 20420 (java) S 20379 20383 16905 0 -1 4202560 103 0 0 0 39 16 0 0 20 0 19 0 291665425 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228679404872 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20383/tid=20426] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20426/stat : 20426 (java) S 20379 20383 16905 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291665478 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228678349608 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1785.93
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.4 s]
/proc/loadavg: 2.00 2.00 1.96 2/193 20469
/proc/meminfo: memFree=28506632/32873844 swapFree=7116/7116
[pid=20383] ppid=20379 vsize=9625004 CPUtime=1800.07 cores=0,2,4,6
/proc/20383/stat : 20383 (java) S 20379 20383 16905 0 -1 4202496 18417 0 1 0 179970 37 0 0 20 0 19 0 291665418 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140734012034592 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20383/statm: 2406251 70622 2290 9 0 2396937 0
[pid=20383/tid=20387] ppid=20379 vsize=9625004 CPUtime=1786.85 cores=0,2,4,6
/proc/20383/task/20387/stat : 20387 (java) R 20379 20383 16905 0 -1 4202560 2635 0 1 0 178652 33 0 0 20 0 19 0 291665419 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228862832944 140228686479262 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20383/tid=20394] ppid=20379 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/20383/task/20394/stat : 20394 (java) S 20379 20383 16905 0 -1 4202560 136 0 0 0 33 0 0 0 20 0 19 0 291665420 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228824324264 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20383/tid=20395] ppid=20379 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/20383/task/20395/stat : 20395 (java) S 20379 20383 16905 0 -1 4202560 162 0 0 0 40 0 0 0 20 0 19 0 291665420 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228823271720 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20383/tid=20396] ppid=20379 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/20383/task/20396/stat : 20396 (java) S 20379 20383 16905 0 -1 4202560 87 0 0 0 42 2 0 0 20 0 19 0 291665420 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228822219176 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20383/tid=20397] ppid=20379 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/20383/task/20397/stat : 20397 (java) S 20379 20383 16905 0 -1 4202560 88 0 0 0 39 0 0 0 20 0 19 0 291665420 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228821166632 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20383/tid=20398] ppid=20379 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/20383/task/20398/stat : 20398 (java) S 20379 20383 16905 0 -1 4202560 135 0 0 0 39 2 0 0 20 0 19 0 291665420 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228820114088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20399] ppid=20379 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/20383/task/20399/stat : 20399 (java) S 20379 20383 16905 0 -1 4202560 115 0 0 0 35 3 0 0 20 0 19 0 291665420 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228819061544 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20383/tid=20400] ppid=20379 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/20383/task/20400/stat : 20400 (java) S 20379 20383 16905 0 -1 4202560 202 0 0 0 47 2 0 0 20 0 19 0 291665420 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228818009000 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20401] ppid=20379 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/20383/task/20401/stat : 20401 (java) S 20379 20383 16905 0 -1 4202560 138 0 0 0 43 3 0 0 20 0 19 0 291665420 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228816956456 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20383/tid=20410] ppid=20379 vsize=9625004 CPUtime=3.63 cores=0,2,4,6
/proc/20383/task/20410/stat : 20410 (java) S 20379 20383 16905 0 -1 4202560 168 0 0 0 361 2 0 0 20 0 19 0 291665422 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228804544616 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20383/tid=20411] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20411/stat : 20411 (java) S 20379 20383 16905 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291665422 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228685718648 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20412] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20412/stat : 20412 (java) S 20379 20383 16905 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291665422 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228684665992 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20416] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20416/stat : 20416 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665425 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228683614736 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20383/tid=20417] ppid=20379 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/20383/task/20417/stat : 20417 (java) S 20379 20383 16905 0 -1 4202560 4062 0 0 0 59 0 0 0 20 0 19 0 291665425 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228682562104 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20383/tid=20418] ppid=20379 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/20383/task/20418/stat : 20418 (java) S 20379 20383 16905 0 -1 4202560 9200 0 0 0 67 1 0 0 20 0 19 0 291665425 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228681509560 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20383/tid=20419] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20419/stat : 20419 (java) S 20379 20383 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291665425 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228680457208 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20383/tid=20420] ppid=20379 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/20383/task/20420/stat : 20420 (java) S 20379 20383 16905 0 -1 4202560 103 0 0 0 39 17 0 0 20 0 19 0 291665425 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228679404872 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20383/tid=20426] ppid=20379 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20383/task/20426/stat : 20426 (java) S 20379 20383 16905 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291665478 9856004096 70622 33554432000 1073741824 1073778376 140734012043456 140228678349608 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20383 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=169092
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=790879
# CPU time returned by wait4() is 1795.96
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.44
CPU time (s): 1800.07
CPU user time (s): 1799.7
CPU system time (s): 0.37
CPU usage (%): 100.202
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.17
system time used= 0.790879
maximum resident set size= 282612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18450
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40117
involuntary context switches= 22332

runsolver used 6.06008 second user time and 14.3348 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-29 03:36:44
IDJOB=3710412
IDBENCH=92762
IDSOLVER=2289
FILE ID=node138/3710412-1338255403
RUNJOBID= node138-1338255403-20362
PBS_JOBID= 14624649
Free space on /tmp= 71492 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_3_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-3710412-1338255403/watcher-3710412-1338255403 -o /tmp/evaluation-result-3710412-1338255403/solver-3710412-1338255403 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710412-1338255403.opb

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

MD5SUM BENCH= fa2d46c927da2620047f5e5cfeece7cd
RANDOM SEED=1726193497

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
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:       32873844 kB
MemFree:        28783080 kB
Buffers:          669208 kB
Cached:          2503804 kB
SwapCached:          208 kB
Active:          1183308 kB
Inactive:        2013340 kB
Active(anon):       5816 kB
Inactive(anon):    11368 kB
Active(file):    1177492 kB
Inactive(file):  2001972 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108648 kB
Dirty:              3088 kB
Writeback:             0 kB
AnonPages:         19196 kB
Mapped:            13676 kB
Shmem:               200 kB
Slab:             754244 kB
SReclaimable:     196364 kB
SUnreclaim:       557880 kB
KernelStack:        1424 kB
PageTables:         3652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71432 MiB
End job on node138 at 2012-05-29 04:06:42