Trace number 3690211

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.04 1795.44

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_4_ic.opb
MD5SUMe305c1d0330d93c0634ea10582f6edce
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 106496424
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11026350169
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 106496424
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11026350169
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.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.2.v20120418
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		501472288
0.04/0.09	c Max memory 		7480803328
0.04/0.09	c Total memory 		504102912
0.04/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3690211-1337897081.opb
0.09/0.11	c reading problem ... 
1.03/0.56	c ... done. Wall clock time 0.453s.
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.
1.03/0.56	c objective function length is 1825 literals
5.01/4.03	c cleaning 2488 clauses out of 5000 with flag 5000/5000
8.71/7.62	c cleaning 4244 clauses out of 8512 with flag 11000/11000
13.41/12.30	c cleaning 5634 clauses out of 11269 with flag 18001/18001
18.03/16.92	c cleaning 6810 clauses out of 13635 with flag 26001/26001
22.89/21.77	c cleaning 7904 clauses out of 15824 with flag 35000/35000
27.80/26.68	c cleaning 8955 clauses out of 17921 with flag 45001/45001
32.72/31.52	c cleaning 9979 clauses out of 19969 with flag 56004/56004
39.23/38.05	c cleaning 10990 clauses out of 21986 with flag 68000/68000
47.14/45.91	c cleaning 11994 clauses out of 23996 with flag 81000/81000
54.77/53.60	c cleaning 12991 clauses out of 26002 with flag 95000/95000
63.09/61.88	c cleaning 14000 clauses out of 28014 with flag 110003/110003
72.72/71.41	c cleaning 15003 clauses out of 30011 with flag 126000/126000
81.72/80.46	c cleaning 15995 clauses out of 32010 with flag 143002/143002
90.33/89.02	c cleaning 16999 clauses out of 34016 with flag 161003/161003
100.55/99.22	c cleaning 17990 clauses out of 36014 with flag 180000/180000
109.99/108.68	c cleaning 19000 clauses out of 38026 with flag 200002/200002
118.90/117.58	c cleaning 19985 clauses out of 40024 with flag 221000/221000
128.03/126.67	c cleaning 21008 clauses out of 42041 with flag 243002/243002
139.35/137.94	c cleaning 22010 clauses out of 44032 with flag 266001/266001
154.47/153.03	c cleaning 23006 clauses out of 46023 with flag 290002/290002
168.89/167.44	c cleaning 23997 clauses out of 48016 with flag 315001/315001
182.01/180.50	c cleaning 25003 clauses out of 50018 with flag 341000/341000
198.45/196.94	c cleaning 25995 clauses out of 52015 with flag 368000/368000
215.76/214.24	c cleaning 26994 clauses out of 54025 with flag 396005/396005
231.30/229.76	c cleaning 27987 clauses out of 56028 with flag 425002/425002
248.43/246.87	c cleaning 28988 clauses out of 58039 with flag 455000/455000
266.44/264.80	c cleaning 30010 clauses out of 60051 with flag 486000/486000
282.19/280.51	c cleaning 30981 clauses out of 62042 with flag 518001/518001
302.74/301.08	c cleaning 32003 clauses out of 64070 with flag 551010/551010
322.97/321.23	c cleaning 32978 clauses out of 66057 with flag 585000/585000
341.49/339.71	c cleaning 34019 clauses out of 68079 with flag 620000/620000
363.24/361.40	c cleaning 35011 clauses out of 70061 with flag 656001/656001
383.60/381.76	c cleaning 36015 clauses out of 72049 with flag 693000/693000
406.85/404.93	c cleaning 37002 clauses out of 74036 with flag 731002/731002
431.60/429.60	c cleaning 37984 clauses out of 76032 with flag 770000/770000
453.04/451.08	c cleaning 39005 clauses out of 78048 with flag 810000/810000
474.05/472.01	c cleaning 39998 clauses out of 80043 with flag 851000/851000
494.95/492.83	c cleaning 41001 clauses out of 82048 with flag 893003/893003
514.58/512.40	c cleaning 41998 clauses out of 84044 with flag 936000/936000
540.55/538.32	c cleaning 43000 clauses out of 86047 with flag 980001/980001
564.62/562.36	c cleaning 44004 clauses out of 88046 with flag 1025000/1025000
593.45/591.10	c cleaning 44995 clauses out of 90046 with flag 1071004/1071004
617.48/615.11	c cleaning 45987 clauses out of 92047 with flag 1118000/1118000
641.14/638.75	c cleaning 46997 clauses out of 94060 with flag 1166000/1166000
658.65/656.28	c cleaning 48016 clauses out of 96064 with flag 1215001/1215001
676.39/673.99	c cleaning 49010 clauses out of 98050 with flag 1265003/1265003
695.38/692.86	c cleaning 50011 clauses out of 100039 with flag 1316002/1316002
720.80/718.13	c cleaning 50995 clauses out of 102026 with flag 1368000/1368000
743.62/740.99	c cleaning 52002 clauses out of 104031 with flag 1421000/1421000
775.46/772.72	c cleaning 52996 clauses out of 106030 with flag 1475001/1475001
811.83/809.00	c cleaning 53982 clauses out of 108034 with flag 1530001/1530001
841.01/838.20	c cleaning 55022 clauses out of 110052 with flag 1586001/1586001
872.30/869.32	c cleaning 56004 clauses out of 112030 with flag 1643001/1643001
904.37/901.32	c cleaning 56945 clauses out of 114027 with flag 1701002/1701002
937.02/933.91	c cleaning 58029 clauses out of 116080 with flag 1760000/1760000
965.54/962.49	c cleaning 59019 clauses out of 118053 with flag 1820002/1820002
997.10/993.92	c cleaning 60015 clauses out of 120034 with flag 1881002/1881002
1030.46/1027.22	c cleaning 61003 clauses out of 122019 with flag 1943002/1943002
1060.12/1056.89	c cleaning 61982 clauses out of 124014 with flag 2006000/2006000
1095.08/1091.71	c cleaning 62982 clauses out of 126032 with flag 2070000/2070000
1132.53/1129.11	c cleaning 63999 clauses out of 128051 with flag 2135001/2135001
1166.26/1162.84	c cleaning 65007 clauses out of 130053 with flag 2201002/2201002
1190.51/1187.07	c cleaning 66005 clauses out of 132045 with flag 2268001/2268001
1223.33/1219.72	c cleaning 67011 clauses out of 134039 with flag 2336000/2336000
1259.08/1255.44	c cleaning 68006 clauses out of 136028 with flag 2405000/2405000
1299.53/1295.83	c cleaning 69006 clauses out of 138022 with flag 2475000/2475000
1341.88/1338.15	c cleaning 69998 clauses out of 140017 with flag 2546001/2546001
1380.07/1376.27	c cleaning 70980 clauses out of 142019 with flag 2618001/2618001
1423.07/1419.14	c cleaning 71983 clauses out of 144039 with flag 2691001/2691001
1469.16/1465.13	c cleaning 73014 clauses out of 146056 with flag 2765001/2765001
1509.83/1505.72	c cleaning 74017 clauses out of 148042 with flag 2840001/2840001
1557.81/1553.69	c cleaning 75007 clauses out of 150027 with flag 2916003/2916003
1610.51/1606.23	c cleaning 76001 clauses out of 152017 with flag 2993000/2993000
1667.87/1663.53	c cleaning 76993 clauses out of 154017 with flag 3071001/3071001
1710.84/1706.46	c cleaning 77998 clauses out of 156024 with flag 3150001/3150001
1753.01/1748.54	c cleaning 78988 clauses out of 158025 with flag 3230000/3230000
1793.68/1789.12	c cleaning 79973 clauses out of 160038 with flag 3311001/3311001
1800.04/1795.41	c starts		: 250
1800.04/1795.41	c conflicts		: 3326124
1800.04/1795.41	c decisions		: 6658929
1800.04/1795.41	c propagations		: 2373248267
1800.04/1795.41	c inspects		: 18049155478
1800.04/1795.41	c shortcuts		: 0
1800.04/1795.41	c learnt literals	: 0
1800.04/1795.41	c learnt binary clauses	: 0
1800.04/1795.41	c learnt ternary clauses	: 2
1800.04/1795.41	c learnt constraints	: 3326124
1800.04/1795.41	c ignored constraints	: 0
1800.04/1795.41	c root simplifications	: 0
1800.04/1795.41	c removed literals (reason simplification)	: 0
1800.04/1795.41	c reason swapping (by a shorter reason)	: 0
1800.04/1795.41	c Calls to reduceDB	: 77
1800.04/1795.41	c number of reductions to clauses (during analyze)	: 0
1800.04/1795.41	c number of learned constraints concerned by reduction	: 0
1800.04/1795.41	c number of learning phase by resolution	: 0
1800.04/1795.41	c number of learning phase by cutting planes	: 0
1800.04/1795.41	c speed (assignments/second)	: 1322273.6803162873
1800.04/1795.41	c non guided choices	48
1800.04/1795.43	c learnt constraints type 
1800.04/1795.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 95244
1800.04/1795.43	c constraints type 
1800.04/1795.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.04/1795.43	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.04/1795.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.04/1795.43	c ignored satisfied constraints => 3
1800.04/1795.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.04/1795.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.04/1795.43	c 33139 constraints processed.
1800.04/1795.43	s UNKNOWN
1800.04/1795.43	c Total wall clock time (in seconds): 1795.327

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-3690211-1337897081/watcher-3690211-1337897081 -o /tmp/evaluation-result-3690211-1337897081/solver-3690211-1337897081 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3690211-1337897081.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.93 1.99 1.94 2/175 27430
/proc/meminfo: memFree=29250224/32873660 swapFree=7108/7108
[pid=27430] ppid=27428 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/27430/stat : 27430 (java) R 27428 27430 27242 0 -1 4202496 284 0 0 0 0 0 0 0 20 0 1 0 255833830 278528 33 33554432000 1073741824 1073778376 140737404024992 140735690213240 270320889127 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27430/statm: 68 33 25 9 0 25 0

[startup+0.0660829 s]
/proc/loadavg: 1.93 1.99 1.94 2/175 27430
/proc/meminfo: memFree=29250224/32873660 swapFree=7108/7108
[pid=27430] ppid=27428 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/27430/stat : 27430 (java) S 27428 27430 27242 0 -1 4202496 3206 0 1 0 4 0 0 0 20 0 18 0 255833830 9787813888 4415 33554432000 1073741824 1073778376 140737404024992 140737404016128 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27430/statm: 2389603 4415 1757 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558412

[startup+0.100204 s]
/proc/loadavg: 1.93 1.99 1.94 2/175 27430
/proc/meminfo: memFree=29250224/32873660 swapFree=7108/7108
[pid=27430] ppid=27428 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/27430/stat : 27430 (java) S 27428 27430 27242 0 -1 4202496 4375 0 1 0 8 1 0 0 20 0 18 0 255833830 9787813888 5553 33554432000 1073741824 1073778376 140737404024992 140737404016128 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27430/statm: 2389603 5554 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300167 s]
/proc/loadavg: 1.93 1.99 1.94 2/175 27430
/proc/meminfo: memFree=29250224/32873660 swapFree=7108/7108
[pid=27430] ppid=27428 vsize=9558412 CPUtime=0.52 cores=0,2,4,6
/proc/27430/stat : 27430 (java) S 27428 27430 27242 0 -1 4202496 5772 0 1 0 51 1 0 0 20 0 18 0 255833830 9787813888 9323 33554432000 1073741824 1073778376 140737404024992 140737404016128 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27430/statm: 2389603 9323 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558412

[startup+0.700227 s]
/proc/loadavg: 1.93 1.99 1.94 2/175 27430
/proc/meminfo: memFree=29250224/32873660 swapFree=7108/7108
[pid=27430] ppid=27428 vsize=9624976 CPUtime=1.52 cores=0,2,4,6
/proc/27430/stat : 27430 (java) S 27428 27430 27242 0 -1 4202496 11765 0 1 0 148 4 0 0 20 0 19 0 255833830 9855975424 32900 33554432000 1073741824 1073778376 140737404024992 140737404016128 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27430/statm: 2406244 32900 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 9624976

[startup+1.5007 s]
/proc/loadavg: 1.93 1.99 1.94 2/193 27449
/proc/meminfo: memFree=29127216/32873660 swapFree=7108/7108
[pid=27430] ppid=27428 vsize=9624976 CPUtime=2.48 cores=0,2,4,6
/proc/27430/stat : 27430 (java) S 27428 27430 27242 0 -1 4202496 12335 0 1 0 244 4 0 0 20 0 19 0 255833830 9855975424 33421 33554432000 1073741824 1073778376 140737404024992 140737404016128 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27430/statm: 2406244 33421 2251 9 0 2396937 0
[pid=27430/tid=27432] ppid=27428 vsize=9624976 CPUtime=1.47 cores=0,2,4,6
/proc/27430/task/27432/stat : 27432 (java) R 27428 27430 27242 0 -1 4202560 2496 0 1 0 144 3 0 0 20 0 19 0 255833831 9855975424 33421 33554432000 1073741824 1073778376 140737404024992 139845992272312 139845830544159 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27430/tid=27433] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27433/stat : 27433 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833832 9855975424 33421 33554432000 1073741824 1073778376 140737404024992 139845953763624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27434] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27434/stat : 27434 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833832 9855975424 33421 33554432000 1073741824 1073778376 140737404024992 139845952710824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27430/tid=27435] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27435/stat : 27435 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833832 9855975424 33421 33554432000 1073741824 1073778376 140737404024992 139845951658536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27430/tid=27436] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27436/stat : 27436 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833832 9855975424 33421 33554432000 1073741824 1073778376 140737404024992 139845950605736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27430/tid=27437] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27437/stat : 27437 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833832 9855975424 33421 33554432000 1073741824 1073778376 140737404024992 139845949553448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27438] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27438/stat : 27438 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833832 9855975424 33421 33554432000 1073741824 1073778376 140737404024992 139845948500648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27430/tid=27439] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27439/stat : 27439 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833832 9855975424 33421 33554432000 1073741824 1073778376 140737404024992 139845829651496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27430/tid=27440] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27440/stat : 27440 (java) S 27428 27430 27242 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255833832 9855975424 33421 33554432000 1073741824 1073778376 140737404024992 139845828598696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27441] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27441/stat : 27441 (java) S 27428 27430 27242 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255833833 9855975424 33421 33554432000 1073741824 1073778376 140737404024992 139845816400104 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27442] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27442/stat : 27442 (java) S 27428 27430 27242 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255833834 9855975424 33421 33554432000 1073741824 1073778376 140737404024992 139845815346168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27443] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27443/stat : 27443 (java) S 27428 27430 27242 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255833834 9855975424 33421 33554432000 1073741824 1073778376 140737404024992 139845814293768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27444] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27444/stat : 27444 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833836 9855975424 33421 33554432000 1073741824 1073778376 140737404024992 139845074676112 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27445] ppid=27428 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/27430/task/27445/stat : 27445 (java) S 27428 27430 27242 0 -1 4202560 4309 0 0 0 44 0 0 0 20 0 19 0 255833836 9855975424 33421 33554432000 1073741824 1073778376 140737404024992 139845073623736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27446] ppid=27428 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/27430/task/27446/stat : 27446 (java) S 27428 27430 27242 0 -1 4202560 4336 0 0 0 54 0 0 0 20 0 19 0 255833836 9855975424 33421 33554432000 1073741824 1073778376 140737404024992 139845072570936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27430/tid=27447] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27447/stat : 27447 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833836 9855975424 33421 33554432000 1073741824 1073778376 140737404024992 139845071518840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27430/tid=27448] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27448/stat : 27448 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833836 9855975424 33421 33554432000 1073741824 1073778376 140737404024992 139845070466248 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27449] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27449/stat : 27449 (java) S 27428 27430 27242 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255833889 9855975424 33421 33554432000 1073741824 1073778376 140737404024992 139845069411240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 9624976

[startup+3.1007 s]
/proc/loadavg: 1.93 1.99 1.94 3/191 27472
/proc/meminfo: memFree=29226988/32873660 swapFree=7108/7108
[pid=27430] ppid=27428 vsize=9624976 CPUtime=4.11 cores=0,2,4,6
/proc/27430/stat : 27430 (java) S 27428 27430 27242 0 -1 4202496 12486 0 1 0 407 4 0 0 20 0 19 0 255833830 9855975424 33940 33554432000 1073741824 1073778376 140737404024992 140737404016128 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27430/statm: 2406244 33940 2257 9 0 2396937 0
[pid=27430/tid=27432] ppid=27428 vsize=9624976 CPUtime=3.07 cores=0,2,4,6
/proc/27430/task/27432/stat : 27432 (java) R 27428 27430 27242 0 -1 4202560 2499 0 1 0 304 3 0 0 20 0 19 0 255833831 9855975424 33940 33554432000 1073741824 1073778376 140737404024992 139845992270288 139845830288191 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27430/tid=27433] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27433/stat : 27433 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833832 9855975424 33940 33554432000 1073741824 1073778376 140737404024992 139845953763624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27434] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27434/stat : 27434 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833832 9855975424 33940 33554432000 1073741824 1073778376 140737404024992 139845952710824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27430/tid=27435] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27435/stat : 27435 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833832 9855975424 33940 33554432000 1073741824 1073778376 140737404024992 139845951658536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27430/tid=27436] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27436/stat : 27436 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833832 9855975424 33940 33554432000 1073741824 1073778376 140737404024992 139845950605736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27430/tid=27437] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27437/stat : 27437 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833832 9855975424 33940 33554432000 1073741824 1073778376 140737404024992 139845949553448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27438] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27438/stat : 27438 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833832 9855975424 33940 33554432000 1073741824 1073778376 140737404024992 139845948500648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27430/tid=27439] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27439/stat : 27439 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833832 9855975424 33940 33554432000 1073741824 1073778376 140737404024992 139845829651496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27430/tid=27440] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27440/stat : 27440 (java) S 27428 27430 27242 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255833832 9855975424 33940 33554432000 1073741824 1073778376 140737404024992 139845828598696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27441] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27441/stat : 27441 (java) S 27428 27430 27242 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255833833 9855975424 33940 33554432000 1073741824 1073778376 140737404024992 139845816400104 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27442] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27442/stat : 27442 (java) S 27428 27430 27242 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255833834 9855975424 33940 33554432000 1073741824 1073778376 140737404024992 139845815346168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27443] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27443/stat : 27443 (java) S 27428 27430 27242 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255833834 9855975424 33940 33554432000 1073741824 1073778376 140737404024992 139845814293768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27444] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27444/stat : 27444 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833836 9855975424 33940 33554432000 1073741824 1073778376 140737404024992 139845074676112 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27445] ppid=27428 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/27430/task/27445/stat : 27445 (java) S 27428 27430 27242 0 -1 4202560 4309 0 0 0 44 0 0 0 20 0 19 0 255833836 9855975424 33940 33554432000 1073741824 1073778376 140737404024992 139845073623736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27446] ppid=27428 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/27430/task/27446/stat : 27446 (java) S 27428 27430 27242 0 -1 4202560 4483 0 0 0 57 0 0 0 20 0 19 0 255833836 9855975424 33940 33554432000 1073741824 1073778376 140737404024992 139845072570936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27430/tid=27447] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27447/stat : 27447 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833836 9855975424 33940 33554432000 1073741824 1073778376 140737404024992 139845071518840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27430/tid=27448] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27448/stat : 27448 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833836 9855975424 33940 33554432000 1073741824 1073778376 140737404024992 139845070466248 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27449] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27449/stat : 27449 (java) S 27428 27430 27242 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255833889 9855975424 33940 33554432000 1073741824 1073778376 140737404024992 139845069411240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 9624976

[startup+6.30071 s]
/proc/loadavg: 1.93 1.99 1.94 3/213 27505
/proc/meminfo: memFree=29198572/32873660 swapFree=7108/7108
[pid=27430] ppid=27428 vsize=9624976 CPUtime=7.38 cores=0,2,4,6
/proc/27430/stat : 27430 (java) S 27428 27430 27242 0 -1 4202496 12560 0 1 0 733 5 0 0 20 0 19 0 255833830 9855975424 39482 33554432000 1073741824 1073778376 140737404024992 140737404016128 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27430/statm: 2406244 39482 2282 9 0 2396937 0
[pid=27430/tid=27432] ppid=27428 vsize=9624976 CPUtime=6.21 cores=0,2,4,6
/proc/27430/task/27432/stat : 27432 (java) R 27428 27430 27242 0 -1 4202560 2501 0 1 0 618 3 0 0 20 0 19 0 255833831 9855975424 39482 33554432000 1073741824 1073778376 140737404024992 139845992272248 139845830424767 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27430/tid=27433] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27433/stat : 27433 (java) S 27428 27430 27242 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255833832 9855975424 39482 33554432000 1073741824 1073778376 140737404024992 139845953763624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27430/tid=27434] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27434/stat : 27434 (java) S 27428 27430 27242 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255833832 9855975424 39482 33554432000 1073741824 1073778376 140737404024992 139845952710824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27430/tid=27435] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27435/stat : 27435 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833832 9855975424 39482 33554432000 1073741824 1073778376 140737404024992 139845951658536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27430/tid=27436] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27436/stat : 27436 (java) S 27428 27430 27242 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255833832 9855975424 39482 33554432000 1073741824 1073778376 140737404024992 139845950605736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27430/tid=27437] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27437/stat : 27437 (java) S 27428 27430 27242 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255833832 9855975424 39482 33554432000 1073741824 1073778376 140737404024992 139845949553448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27430/tid=27438] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27438/stat : 27438 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833832 9855975424 39482 33554432000 1073741824 1073778376 140737404024992 139845948500648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27430/tid=27439] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27439/stat : 27439 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833832 9855975424 39482 33554432000 1073741824 1073778376 140737404024992 139845829651496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27430/tid=27440] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27440/stat : 27440 (java) S 27428 27430 27242 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255833832 9855975424 39482 33554432000 1073741824 1073778376 140737404024992 139845828598696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27441] ppid=27428 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/27430/task/27441/stat : 27441 (java) S 27428 27430 27242 0 -1 4202560 35 0 0 0 2 0 0 0 20 0 19 0 255833833 9855975424 39482 33554432000 1073741824 1073778376 140737404024992 139845816400104 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27442] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27442/stat : 27442 (java) S 27428 27430 27242 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255833834 9855975424 39482 33554432000 1073741824 1073778376 140737404024992 139845815346168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27443] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27443/stat : 27443 (java) S 27428 27430 27242 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255833834 9855975424 39482 33554432000 1073741824 1073778376 140737404024992 139845814293768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27444] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27444/stat : 27444 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833836 9855975424 39482 33554432000 1073741824 1073778376 140737404024992 139845074676112 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27445] ppid=27428 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/27430/task/27445/stat : 27445 (java) S 27428 27430 27242 0 -1 4202560 4313 0 0 0 46 0 0 0 20 0 19 0 255833836 9855975424 39482 33554432000 1073741824 1073778376 140737404024992 139845073623736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27446] ppid=27428 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/27430/task/27446/stat : 27446 (java) S 27428 27430 27242 0 -1 4202560 4486 0 0 0 59 0 0 0 20 0 19 0 255833836 9855975424 39482 33554432000 1073741824 1073778376 140737404024992 139845072570936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27430/tid=27447] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27447/stat : 27447 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833836 9855975424 39482 33554432000 1073741824 1073778376 140737404024992 139845071518840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27430/tid=27448] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27448/stat : 27448 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833836 9855975424 39482 33554432000 1073741824 1073778376 140737404024992 139845070466248 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27449] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27449/stat : 27449 (java) S 27428 27430 27242 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255833889 9855975424 39482 33554432000 1073741824 1073778376 140737404024992 139845069411240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.38
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

[pid=27430/tid=27445] ppid=27428 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/27430/task/27445/stat : 27445 (java) S 27428 27430 27242 0 -1 4202560 4325 0 0 0 54 0 0 0 20 0 19 0 255833836 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845073623736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27446] ppid=27428 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/27430/task/27446/stat : 27446 (java) S 27428 27430 27242 0 -1 4202560 4497 0 0 0 60 0 0 0 20 0 19 0 255833836 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845072570936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27430/tid=27447] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27447/stat : 27447 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833836 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845071518840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27430/tid=27448] ppid=27428 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/27430/task/27448/stat : 27448 (java) S 27428 27430 27242 0 -1 4202560 95 0 0 0 24 24 0 0 20 0 19 0 255833836 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845070466248 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27430/tid=27449] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27449/stat : 27449 (java) S 27428 27430 27242 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255833889 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845069411240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1666.67
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 1.97 3/213 27521
/proc/meminfo: memFree=28887296/32873660 swapFree=7108/7108
[pid=27430] ppid=27428 vsize=9624976 CPUtime=1726.81 cores=0,2,4,6
/proc/27430/stat : 27430 (java) S 27428 27430 27242 0 -1 4202496 13928 0 1 0 172635 46 0 0 20 0 19 0 255833830 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 140737404016128 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27430/statm: 2406244 75657 2283 9 0 2396937 0
[pid=27430/tid=27432] ppid=27428 vsize=9624976 CPUtime=1712.97 cores=0,2,4,6
/proc/27430/task/27432/stat : 27432 (java) R 27428 27430 27242 0 -1 4202560 2574 0 1 0 171268 29 0 0 20 0 19 0 255833831 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845992272160 139845830423840 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27430/tid=27433] ppid=27428 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/27430/task/27433/stat : 27433 (java) S 27428 27430 27242 0 -1 4202560 77 0 0 0 49 2 0 0 20 0 19 0 255833832 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845953763624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27434] ppid=27428 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/27430/task/27434/stat : 27434 (java) S 27428 27430 27242 0 -1 4202560 176 0 0 0 45 2 0 0 20 0 19 0 255833832 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845952710824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27430/tid=27435] ppid=27428 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/27430/task/27435/stat : 27435 (java) S 27428 27430 27242 0 -1 4202560 98 0 0 0 58 2 0 0 20 0 19 0 255833832 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845951658536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27436] ppid=27428 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/27430/task/27436/stat : 27436 (java) S 27428 27430 27242 0 -1 4202560 106 0 0 0 60 3 0 0 20 0 19 0 255833832 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845950605736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27430/tid=27437] ppid=27428 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/27430/task/27437/stat : 27437 (java) S 27428 27430 27242 0 -1 4202560 148 0 0 0 50 2 0 0 20 0 19 0 255833832 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845949553448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27430/tid=27438] ppid=27428 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/27430/task/27438/stat : 27438 (java) S 27428 27430 27242 0 -1 4202560 33 0 0 0 46 2 0 0 20 0 19 0 255833832 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845948500648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27439] ppid=27428 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/27430/task/27439/stat : 27439 (java) S 27428 27430 27242 0 -1 4202560 227 0 0 0 51 3 0 0 20 0 19 0 255833832 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845829651496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27440] ppid=27428 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/27430/task/27440/stat : 27440 (java) S 27428 27430 27242 0 -1 4202560 240 0 0 0 51 3 0 0 20 0 19 0 255833832 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845828598696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27441] ppid=27428 vsize=9624976 CPUtime=3.62 cores=0,2,4,6
/proc/27430/task/27441/stat : 27441 (java) S 27428 27430 27242 0 -1 4202560 148 0 0 0 361 1 0 0 20 0 19 0 255833833 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845816400104 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27430/tid=27442] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27442/stat : 27442 (java) S 27428 27430 27242 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255833834 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845815346168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27443] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27443/stat : 27443 (java) S 27428 27430 27242 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255833834 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845814293768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27444] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27444/stat : 27444 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833836 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845074676112 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27445] ppid=27428 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/27430/task/27445/stat : 27445 (java) S 27428 27430 27242 0 -1 4202560 4325 0 0 0 54 0 0 0 20 0 19 0 255833836 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845073623736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27446] ppid=27428 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/27430/task/27446/stat : 27446 (java) S 27428 27430 27242 0 -1 4202560 4497 0 0 0 60 0 0 0 20 0 19 0 255833836 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845072570936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27430/tid=27447] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27447/stat : 27447 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833836 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845071518840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27430/tid=27448] ppid=27428 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/27430/task/27448/stat : 27448 (java) S 27428 27430 27242 0 -1 4202560 99 0 0 0 25 25 0 0 20 0 19 0 255833836 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845070466248 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27430/tid=27449] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27449/stat : 27449 (java) S 27428 27430 27242 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255833889 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845069411240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.81
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/213 27521
/proc/meminfo: memFree=28887052/32873660 swapFree=7108/7108
[pid=27430] ppid=27428 vsize=9624976 CPUtime=1786.88 cores=0,2,4,6
/proc/27430/stat : 27430 (java) S 27428 27430 27242 0 -1 4202496 13935 0 1 0 178641 47 0 0 20 0 19 0 255833830 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 140737404016128 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27430/statm: 2406244 75657 2283 9 0 2396937 0
[pid=27430/tid=27432] ppid=27428 vsize=9624976 CPUtime=1772.7 cores=0,2,4,6
/proc/27430/task/27432/stat : 27432 (java) R 27428 27430 27242 0 -1 4202560 2575 0 1 0 177241 29 0 0 20 0 19 0 255833831 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845992272160 139845830423945 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27430/tid=27433] ppid=27428 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/27430/task/27433/stat : 27433 (java) S 27428 27430 27242 0 -1 4202560 77 0 0 0 51 2 0 0 20 0 19 0 255833832 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845953763624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27434] ppid=27428 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/27430/task/27434/stat : 27434 (java) S 27428 27430 27242 0 -1 4202560 176 0 0 0 47 2 0 0 20 0 19 0 255833832 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845952710824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27430/tid=27435] ppid=27428 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/27430/task/27435/stat : 27435 (java) S 27428 27430 27242 0 -1 4202560 98 0 0 0 59 2 0 0 20 0 19 0 255833832 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845951658536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27430/tid=27436] ppid=27428 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/27430/task/27436/stat : 27436 (java) S 27428 27430 27242 0 -1 4202560 106 0 0 0 61 3 0 0 20 0 19 0 255833832 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845950605736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27430/tid=27437] ppid=27428 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/27430/task/27437/stat : 27437 (java) S 27428 27430 27242 0 -1 4202560 148 0 0 0 51 2 0 0 20 0 19 0 255833832 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845949553448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27438] ppid=27428 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/27430/task/27438/stat : 27438 (java) S 27428 27430 27242 0 -1 4202560 33 0 0 0 46 2 0 0 20 0 19 0 255833832 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845948500648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27439] ppid=27428 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/27430/task/27439/stat : 27439 (java) S 27428 27430 27242 0 -1 4202560 227 0 0 0 52 3 0 0 20 0 19 0 255833832 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845829651496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27430/tid=27440] ppid=27428 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/27430/task/27440/stat : 27440 (java) S 27428 27430 27242 0 -1 4202560 240 0 0 0 51 3 0 0 20 0 19 0 255833832 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845828598696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27441] ppid=27428 vsize=9624976 CPUtime=3.71 cores=0,2,4,6
/proc/27430/task/27441/stat : 27441 (java) S 27428 27430 27242 0 -1 4202560 150 0 0 0 370 1 0 0 20 0 19 0 255833833 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845816400104 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27430/tid=27442] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27442/stat : 27442 (java) S 27428 27430 27242 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255833834 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845815346168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27443] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27443/stat : 27443 (java) S 27428 27430 27242 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255833834 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845814293768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27444] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27444/stat : 27444 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833836 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845074676112 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27445] ppid=27428 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/27430/task/27445/stat : 27445 (java) S 27428 27430 27242 0 -1 4202560 4325 0 0 0 54 0 0 0 20 0 19 0 255833836 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845073623736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27446] ppid=27428 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/27430/task/27446/stat : 27446 (java) S 27428 27430 27242 0 -1 4202560 4497 0 0 0 60 0 0 0 20 0 19 0 255833836 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845072570936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27430/tid=27447] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27447/stat : 27447 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833836 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845071518840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27430/tid=27448] ppid=27428 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/27430/task/27448/stat : 27448 (java) S 27428 27430 27242 0 -1 4202560 103 0 0 0 26 26 0 0 20 0 19 0 255833836 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845070466248 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27430/tid=27449] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27449/stat : 27449 (java) S 27428 27430 27242 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255833889 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845069411240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.88
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.4 s]
/proc/loadavg: 2.01 2.01 1.97 3/213 27521
/proc/meminfo: memFree=28887304/32873660 swapFree=7108/7108
[pid=27430] ppid=27428 vsize=9624976 CPUtime=1800.04 cores=0,2,4,6
/proc/27430/stat : 27430 (java) S 27428 27430 27242 0 -1 4202496 13938 0 1 0 179957 47 0 0 20 0 19 0 255833830 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 140737404016128 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27430/statm: 2406244 75657 2283 9 0 2396937 0
[pid=27430/tid=27432] ppid=27428 vsize=9624976 CPUtime=1785.69 cores=0,2,4,6
/proc/27430/task/27432/stat : 27432 (java) R 27428 27430 27242 0 -1 4202560 2576 0 1 0 178539 30 0 0 20 0 19 0 255833831 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845992272160 139845830413906 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27430/tid=27433] ppid=27428 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/27430/task/27433/stat : 27433 (java) S 27428 27430 27242 0 -1 4202560 77 0 0 0 53 2 0 0 20 0 19 0 255833832 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845953763624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27434] ppid=27428 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/27430/task/27434/stat : 27434 (java) S 27428 27430 27242 0 -1 4202560 176 0 0 0 48 2 0 0 20 0 19 0 255833832 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845952710824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27430/tid=27435] ppid=27428 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/27430/task/27435/stat : 27435 (java) S 27428 27430 27242 0 -1 4202560 98 0 0 0 60 2 0 0 20 0 19 0 255833832 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845951658536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27430/tid=27436] ppid=27428 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/27430/task/27436/stat : 27436 (java) S 27428 27430 27242 0 -1 4202560 106 0 0 0 62 3 0 0 20 0 19 0 255833832 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845950605736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27430/tid=27437] ppid=27428 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/27430/task/27437/stat : 27437 (java) S 27428 27430 27242 0 -1 4202560 148 0 0 0 52 2 0 0 20 0 19 0 255833832 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845949553448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27438] ppid=27428 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/27430/task/27438/stat : 27438 (java) S 27428 27430 27242 0 -1 4202560 33 0 0 0 47 2 0 0 20 0 19 0 255833832 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845948500648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27439] ppid=27428 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/27430/task/27439/stat : 27439 (java) S 27428 27430 27242 0 -1 4202560 227 0 0 0 53 3 0 0 20 0 19 0 255833832 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845829651496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27430/tid=27440] ppid=27428 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/27430/task/27440/stat : 27440 (java) S 27428 27430 27242 0 -1 4202560 240 0 0 0 52 3 0 0 20 0 19 0 255833832 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845828598696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27441] ppid=27428 vsize=9624976 CPUtime=3.77 cores=0,2,4,6
/proc/27430/task/27441/stat : 27441 (java) S 27428 27430 27242 0 -1 4202560 152 0 0 0 376 1 0 0 20 0 19 0 255833833 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845816400104 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27430/tid=27442] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27442/stat : 27442 (java) S 27428 27430 27242 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255833834 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845815346168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27443] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27443/stat : 27443 (java) S 27428 27430 27242 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255833834 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845814293768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27444] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27444/stat : 27444 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833836 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845074676112 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27445] ppid=27428 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/27430/task/27445/stat : 27445 (java) S 27428 27430 27242 0 -1 4202560 4325 0 0 0 54 0 0 0 20 0 19 0 255833836 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845073623736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27430/tid=27446] ppid=27428 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/27430/task/27446/stat : 27446 (java) S 27428 27430 27242 0 -1 4202560 4497 0 0 0 60 0 0 0 20 0 19 0 255833836 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845072570936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27430/tid=27447] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27447/stat : 27447 (java) S 27428 27430 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255833836 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845071518840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27430/tid=27448] ppid=27428 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/27430/task/27448/stat : 27448 (java) S 27428 27430 27242 0 -1 4202560 103 0 0 0 26 26 0 0 20 0 19 0 255833836 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845070466248 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27430/tid=27449] ppid=27428 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27430/task/27449/stat : 27449 (java) S 27428 27430 27242 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255833889 9855975424 75657 33554432000 1073741824 1073778376 140737404024992 139845069411240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9624976

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 27430 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=18115
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=901862
# CPU time returned by wait4() is 1795.92
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.44
CPU time (s): 1800.04
CPU user time (s): 1799.57
CPU system time (s): 0.47
CPU usage (%): 100.256
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.02
system time used= 0.901862
maximum resident set size= 302756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13972
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40144
involuntary context switches= 14092

runsolver used 5.78112 second user time and 15.3517 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-25 00:04:41
IDJOB=3690211
IDBENCH=92767
IDSOLVER=2269
FILE ID=node117/3690211-1337897081
RUNJOBID= node117-1337895288-27274
PBS_JOBID= 14620104
Free space on /tmp= 71404 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_4_ic.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690211-1337897081/watcher-3690211-1337897081 -o /tmp/evaluation-result-3690211-1337897081/solver-3690211-1337897081 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3690211-1337897081.opb

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

MD5SUM BENCH= e305c1d0330d93c0634ea10582f6edce
RANDOM SEED=768915497

node117.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.148
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.29
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.148
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.148
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.148
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.95
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.148
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.148
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.148
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		: 2667.148
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:       32873660 kB
MemFree:        29251140 kB
Buffers:          239720 kB
Cached:          2587368 kB
SwapCached:            0 kB
Active:           631676 kB
Inactive:        2209016 kB
Active(anon):      15920 kB
Inactive(anon):        0 kB
Active(file):     615756 kB
Inactive(file):  2209016 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1596 kB
Writeback:             0 kB
AnonPages:         98460 kB
Mapped:            14340 kB
Shmem:               200 kB
Slab:             643460 kB
SReclaimable:      88212 kB
SUnreclaim:       555248 kB
KernelStack:        1600 kB
PageTables:         4116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     137680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71620 MiB
End job on node117 at 2012-05-25 00:34:38