Trace number 3690247

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.09 1794.85

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_8_ic.opb
MD5SUMc59785e6f20fb8a9ed43144b528a9d33
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 133432831
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 8863945089
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 133432831
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 8863945089
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3690247-1337897110.opb
0.07/0.12	c reading problem ... 
0.99/0.59	c ... done. Wall clock time 0.462s.
0.99/0.59	c declared #vars     15725
0.99/0.59	c #constraints  33136
0.99/0.59	c constraints type 
0.99/0.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
0.99/0.59	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
0.99/0.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
0.99/0.59	c ignored satisfied constraints => 3
0.99/0.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
0.99/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
0.99/0.59	c 33139 constraints processed.
0.99/0.59	c objective function length is 1825 literals
4.86/3.94	c cleaning 2498 clauses out of 5000 with flag 5000/5000
9.18/8.17	c cleaning 4246 clauses out of 8502 with flag 11000/11000
13.79/12.78	c cleaning 5621 clauses out of 11256 with flag 18000/18000
19.03/17.93	c cleaning 6813 clauses out of 13638 with flag 26003/26003
24.19/23.01	c cleaning 7902 clauses out of 15824 with flag 35002/35002
29.71/28.50	c cleaning 8953 clauses out of 17921 with flag 45001/45001
36.54/35.33	c cleaning 9981 clauses out of 19967 with flag 56000/56000
43.47/42.21	c cleaning 10989 clauses out of 21986 with flag 68000/68000
50.11/48.86	c cleaning 11988 clauses out of 24000 with flag 81003/81003
58.03/56.71	c cleaning 12999 clauses out of 26010 with flag 95001/95001
66.27/64.90	c cleaning 13998 clauses out of 28010 with flag 110000/110000
75.39/74.02	c cleaning 14995 clauses out of 30013 with flag 126001/126001
85.21/83.80	c cleaning 16003 clauses out of 32017 with flag 143000/143000
95.52/94.14	c cleaning 17002 clauses out of 34014 with flag 161000/161000
106.73/105.35	c cleaning 18003 clauses out of 36013 with flag 180001/180001
118.34/116.95	c cleaning 19004 clauses out of 38009 with flag 200000/200000
131.58/130.12	c cleaning 20000 clauses out of 40005 with flag 221000/221000
144.60/143.13	c cleaning 20996 clauses out of 42007 with flag 243002/243002
158.90/157.45	c cleaning 21995 clauses out of 44009 with flag 266000/266000
174.33/172.84	c cleaning 23000 clauses out of 46014 with flag 290000/290000
191.76/190.23	c cleaning 24002 clauses out of 48016 with flag 315002/315002
204.20/202.66	c cleaning 24999 clauses out of 50013 with flag 341001/341001
218.24/216.69	c cleaning 25972 clauses out of 52013 with flag 368000/368000
233.17/231.50	c cleaning 27013 clauses out of 54042 with flag 396001/396001
252.62/250.99	c cleaning 28004 clauses out of 56028 with flag 425000/425000
272.36/270.64	c cleaning 29006 clauses out of 58025 with flag 455001/455001
288.89/287.12	c cleaning 29999 clauses out of 60018 with flag 486000/486000
305.75/303.94	c cleaning 31003 clauses out of 62019 with flag 518000/518000
322.27/320.47	c cleaning 31979 clauses out of 64016 with flag 551000/551000
339.71/337.85	c cleaning 32979 clauses out of 66037 with flag 585000/585000
360.86/358.98	c cleaning 34009 clauses out of 68058 with flag 620000/620000
384.80/382.84	c cleaning 35007 clauses out of 70049 with flag 656000/656000
402.95/400.93	c cleaning 35982 clauses out of 72042 with flag 693000/693000
421.21/419.15	c cleaning 37014 clauses out of 74061 with flag 731001/731001
442.38/440.27	c cleaning 37985 clauses out of 76047 with flag 770001/770001
467.64/465.40	c cleaning 38994 clauses out of 78063 with flag 810002/810002
486.88/484.67	c cleaning 39989 clauses out of 80067 with flag 851000/851000
512.00/509.77	c cleaning 41024 clauses out of 82078 with flag 893000/893000
538.02/535.79	c cleaning 42010 clauses out of 84055 with flag 936001/936001
564.59/562.27	c cleaning 42993 clauses out of 86046 with flag 980002/980002
590.34/587.91	c cleaning 44019 clauses out of 88051 with flag 1025000/1025000
613.70/611.29	c cleaning 44995 clauses out of 90034 with flag 1071002/1071002
639.15/636.66	c cleaning 45998 clauses out of 92038 with flag 1118001/1118001
663.05/660.42	c cleaning 47013 clauses out of 94039 with flag 1166000/1166000
685.64/682.94	c cleaning 48007 clauses out of 96026 with flag 1215000/1215000
715.04/712.28	c cleaning 48992 clauses out of 98019 with flag 1265000/1265000
741.46/738.69	c cleaning 50000 clauses out of 100029 with flag 1316002/1316002
769.25/766.38	c cleaning 50989 clauses out of 102028 with flag 1368001/1368001
793.78/790.90	c cleaning 52015 clauses out of 104039 with flag 1421001/1421001
824.85/821.90	c cleaning 53002 clauses out of 106026 with flag 1475003/1475003
863.56/860.45	c cleaning 53988 clauses out of 108021 with flag 1530000/1530000
901.25/898.04	c cleaning 54994 clauses out of 110035 with flag 1586002/1586002
936.06/932.80	c cleaning 55982 clauses out of 112041 with flag 1643002/1643002
967.24/963.86	c cleaning 56988 clauses out of 114057 with flag 1701000/1701000
999.72/996.26	c cleaning 58001 clauses out of 116069 with flag 1760000/1760000
1032.27/1028.78	c cleaning 59010 clauses out of 118068 with flag 1820000/1820000
1068.73/1065.16	c cleaning 60010 clauses out of 120059 with flag 1881001/1881001
1104.43/1100.75	c cleaning 61011 clauses out of 122049 with flag 1943001/1943001
1140.09/1136.37	c cleaning 61988 clauses out of 124039 with flag 2006002/2006002
1175.95/1172.12	c cleaning 62992 clauses out of 126049 with flag 2070000/2070000
1206.14/1202.28	c cleaning 64007 clauses out of 128057 with flag 2135000/2135000
1245.15/1241.14	c cleaning 65018 clauses out of 130050 with flag 2201000/2201000
1285.84/1281.73	c cleaning 65987 clauses out of 132033 with flag 2268001/2268001
1320.86/1316.63	c cleaning 67013 clauses out of 134045 with flag 2336000/2336000
1365.98/1361.67	c cleaning 67999 clauses out of 136032 with flag 2405000/2405000
1413.25/1408.86	c cleaning 69000 clauses out of 138034 with flag 2475001/2475001
1465.61/1461.16	c cleaning 69988 clauses out of 140033 with flag 2546000/2546000
1518.80/1514.26	c cleaning 71014 clauses out of 142045 with flag 2618000/2618000
1560.69/1556.00	c cleaning 72014 clauses out of 144032 with flag 2691001/2691001
1612.55/1607.82	c cleaning 72994 clauses out of 146018 with flag 2765001/2765001
1661.88/1657.08	c cleaning 74001 clauses out of 148023 with flag 2840000/2840000
1711.52/1706.53	c cleaning 75010 clauses out of 150027 with flag 2916005/2916005
1762.55/1757.49	c cleaning 75984 clauses out of 152012 with flag 2993000/2993000
1800.09/1794.81	c starts		: 246
1800.09/1794.81	c conflicts		: 3052979
1800.09/1794.81	c decisions		: 6030886
1800.09/1794.81	c propagations		: 2319883085
1800.09/1794.81	c inspects		: 16214675471
1800.09/1794.81	c shortcuts		: 0
1800.09/1794.81	c learnt literals	: 0
1800.09/1794.81	c learnt binary clauses	: 0
1800.09/1794.81	c learnt ternary clauses	: 2
1800.09/1794.81	c learnt constraints	: 3052978
1800.09/1794.81	c ignored constraints	: 0
1800.09/1794.81	c root simplifications	: 0
1800.09/1794.81	c removed literals (reason simplification)	: 0
1800.09/1794.81	c reason swapping (by a shorter reason)	: 0
1800.09/1794.81	c Calls to reduceDB	: 73
1800.09/1794.81	c number of reductions to clauses (during analyze)	: 0
1800.09/1794.81	c number of learned constraints concerned by reduction	: 0
1800.09/1794.81	c number of learning phase by resolution	: 0
1800.09/1794.81	c number of learning phase by cutting planes	: 0
1800.09/1794.81	c speed (assignments/second)	: 1292993.1205955204
1800.09/1794.81	c non guided choices	36
1800.09/1794.84	c learnt constraints type 
1800.09/1794.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 136026
1800.09/1794.84	c constraints type 
1800.09/1794.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.09/1794.84	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.09/1794.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.09/1794.84	c ignored satisfied constraints => 3
1800.09/1794.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.09/1794.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.09/1794.84	c 33139 constraints processed.
1800.09/1794.84	s UNKNOWN
1800.09/1794.84	c Total wall clock time (in seconds): 1794.715

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-3690247-1337897110/watcher-3690247-1337897110 -o /tmp/evaluation-result-3690247-1337897110/solver-3690247-1337897110 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3690247-1337897110.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.61 1.90 1.90 3/173 30830
/proc/meminfo: memFree=29658144/32873844 swapFree=7616/7616
[pid=30830] ppid=30828 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/30830/stat : 30830 (runsolver) D 30828 30830 30796 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 1 0 255836584 12095488 55 33554432000 4194304 5436572 140736729866448 140736729862328 5057063 0 0 4096 24578 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/30830/statm: 2953 55 36 304 0 2645 0

[startup+0.06975 s]
/proc/loadavg: 1.61 1.90 1.90 3/173 30830
/proc/meminfo: memFree=29658144/32873844 swapFree=7616/7616
[pid=30830] ppid=30828 vsize=9225560 CPUtime=0.04 cores=1,3,5,7
/proc/30830/stat : 30830 (java) S 30828 30830 30796 0 -1 4202496 3085 0 1 0 3 1 0 0 20 0 13 0 255836584 9446973440 4294 33554432000 1073741824 1073778376 140734497792688 140734497783824 214373007421 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30830/statm: 2306390 4294 1709 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.100838 s]
/proc/loadavg: 1.61 1.90 1.90 3/173 30830
/proc/meminfo: memFree=29658144/32873844 swapFree=7616/7616
[pid=30830] ppid=30828 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/30830/stat : 30830 (java) S 30828 30830 30796 0 -1 4202496 3805 0 1 0 6 1 0 0 20 0 18 0 255836584 9787813888 5007 33554432000 1073741824 1073778376 140734497792688 140734497783824 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30830/statm: 2389603 5007 2000 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300204 s]
/proc/loadavg: 1.61 1.90 1.90 3/173 30830
/proc/meminfo: memFree=29658144/32873844 swapFree=7616/7616
[pid=30830] ppid=30828 vsize=9558412 CPUtime=0.49 cores=1,3,5,7
/proc/30830/stat : 30830 (java) S 30828 30830 30796 0 -1 4202496 5544 0 1 0 47 2 0 0 20 0 18 0 255836584 9787813888 8840 33554432000 1073741824 1073778376 140734497792688 140734497783824 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30830/statm: 2389603 8840 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558412

[startup+0.700178 s]
/proc/loadavg: 1.61 1.90 1.90 3/173 30830
/proc/meminfo: memFree=29658144/32873844 swapFree=7616/7616
[pid=30830] ppid=30828 vsize=9624976 CPUtime=1.48 cores=1,3,5,7
/proc/30830/stat : 30830 (java) S 30828 30830 30796 0 -1 4202496 11356 0 1 0 143 5 0 0 20 0 19 0 255836584 9855975424 32892 33554432000 1073741824 1073778376 140734497792688 140734497783824 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30830/statm: 2406244 32892 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9624976

[startup+1.50083 s]
/proc/loadavg: 1.96 1.97 1.92 3/212 30876
/proc/meminfo: memFree=29401960/32873844 swapFree=7616/7616
[pid=30830] ppid=30828 vsize=9624976 CPUtime=2.41 cores=1,3,5,7
/proc/30830/stat : 30830 (java) S 30828 30830 30796 0 -1 4202496 12422 0 1 0 236 5 0 0 20 0 19 0 255836584 9855975424 33409 33554432000 1073741824 1073778376 140734497792688 140734497783824 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30830/statm: 2406244 33409 2251 9 0 2396937 0
[pid=30830/tid=30832] ppid=30828 vsize=9624976 CPUtime=1.45 cores=1,3,5,7
/proc/30830/task/30832/stat : 30832 (java) R 30828 30830 30796 0 -1 4202560 2500 0 1 0 142 3 0 0 20 0 19 0 255836586 9855975424 33409 33554432000 1073741824 1073778376 140734497792688 139698768531864 139698593682987 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30830/tid=30833] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30833/stat : 30833 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836587 9855975424 33409 33554432000 1073741824 1073778376 140734497792688 139698730023208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30834] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30834/stat : 30834 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836587 9855975424 33409 33554432000 1073741824 1073778376 140734497792688 139698728970408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30830/tid=30835] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30835/stat : 30835 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836587 9855975424 33409 33554432000 1073741824 1073778376 140734497792688 139698727918120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30836] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30836/stat : 30836 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836587 9855975424 33409 33554432000 1073741824 1073778376 140734497792688 139698726865320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30830/tid=30837] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30837/stat : 30837 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836587 9855975424 33409 33554432000 1073741824 1073778376 140734497792688 139698725813032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30838] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30838/stat : 30838 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836587 9855975424 33409 33554432000 1073741824 1073778376 140734497792688 139698724760232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30830/tid=30839] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30839/stat : 30839 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836587 9855975424 33409 33554432000 1073741824 1073778376 140734497792688 139698723707944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30830/tid=30840] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30840/stat : 30840 (java) S 30828 30830 30796 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255836587 9855975424 33409 33554432000 1073741824 1073778376 140734497792688 139698722655144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30841] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30841/stat : 30841 (java) S 30828 30830 30796 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255836588 9855975424 33409 33554432000 1073741824 1073778376 140734497792688 139698592803048 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30842] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30842/stat : 30842 (java) S 30828 30830 30796 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255836589 9855975424 33409 33554432000 1073741824 1073778376 140734497792688 139698591749112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30843] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30843/stat : 30843 (java) S 30828 30830 30796 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255836589 9855975424 33409 33554432000 1073741824 1073778376 140734497792688 139698590696712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30844] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30844/stat : 30844 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836592 9855975424 33409 33554432000 1073741824 1073778376 140734497792688 139698589645200 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30845] ppid=30828 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/30830/task/30845/stat : 30845 (java) S 30828 30830 30796 0 -1 4202560 3839 0 0 0 44 0 0 0 20 0 19 0 255836592 9855975424 33409 33554432000 1073741824 1073778376 140734497792688 139698588592824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30846] ppid=30828 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/30830/task/30846/stat : 30846 (java) S 30828 30830 30796 0 -1 4202560 4884 0 0 0 46 2 0 0 20 0 19 0 255836592 9855975424 33409 33554432000 1073741824 1073778376 140734497792688 139698587540024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30847] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30847/stat : 30847 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836592 9855975424 33409 33554432000 1073741824 1073778376 140734497792688 139698586487928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30848] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30848/stat : 30848 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836592 9855975424 33409 33554432000 1073741824 1073778376 140734497792688 139698585435336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30830/tid=30876] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30876/stat : 30876 (java) S 30828 30830 30796 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255836646 9855975424 33409 33554432000 1073741824 1073778376 140734497792688 139698584380328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 9624976

[startup+3.1008 s]
/proc/loadavg: 1.96 1.97 1.92 3/212 30876
/proc/meminfo: memFree=29161044/32873844 swapFree=7616/7616
[pid=30830] ppid=30828 vsize=9624976 CPUtime=4.06 cores=1,3,5,7
/proc/30830/stat : 30830 (java) S 30828 30830 30796 0 -1 4202496 12576 0 1 0 401 5 0 0 20 0 19 0 255836584 9855975424 33925 33554432000 1073741824 1073778376 140734497792688 140734497783824 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30830/statm: 2406244 33925 2254 9 0 2396937 0
[pid=30830/tid=30832] ppid=30828 vsize=9624976 CPUtime=3.05 cores=1,3,5,7
/proc/30830/task/30832/stat : 30832 (java) R 30828 30830 30796 0 -1 4202560 2503 0 1 0 302 3 0 0 20 0 19 0 255836586 9855975424 33925 33554432000 1073741824 1073778376 140734497792688 139698768531952 139698593567599 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30830/tid=30833] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30833/stat : 30833 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836587 9855975424 33925 33554432000 1073741824 1073778376 140734497792688 139698730023208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30834] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30834/stat : 30834 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836587 9855975424 33925 33554432000 1073741824 1073778376 140734497792688 139698728970408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30830/tid=30835] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30835/stat : 30835 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836587 9855975424 33925 33554432000 1073741824 1073778376 140734497792688 139698727918120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30836] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30836/stat : 30836 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836587 9855975424 33925 33554432000 1073741824 1073778376 140734497792688 139698726865320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30830/tid=30837] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30837/stat : 30837 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836587 9855975424 33925 33554432000 1073741824 1073778376 140734497792688 139698725813032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30838] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30838/stat : 30838 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836587 9855975424 33925 33554432000 1073741824 1073778376 140734497792688 139698724760232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30830/tid=30839] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30839/stat : 30839 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836587 9855975424 33925 33554432000 1073741824 1073778376 140734497792688 139698723707944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30830/tid=30840] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30840/stat : 30840 (java) S 30828 30830 30796 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255836587 9855975424 33925 33554432000 1073741824 1073778376 140734497792688 139698722655144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30841] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30841/stat : 30841 (java) S 30828 30830 30796 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255836588 9855975424 33925 33554432000 1073741824 1073778376 140734497792688 139698592803048 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30830/tid=30842] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30842/stat : 30842 (java) S 30828 30830 30796 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255836589 9855975424 33925 33554432000 1073741824 1073778376 140734497792688 139698591749112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30843] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30843/stat : 30843 (java) S 30828 30830 30796 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255836589 9855975424 33925 33554432000 1073741824 1073778376 140734497792688 139698590696712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30844] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30844/stat : 30844 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836592 9855975424 33925 33554432000 1073741824 1073778376 140734497792688 139698589645200 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30845] ppid=30828 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/30830/task/30845/stat : 30845 (java) S 30828 30830 30796 0 -1 4202560 3839 0 0 0 45 0 0 0 20 0 19 0 255836592 9855975424 33925 33554432000 1073741824 1073778376 140734497792688 139698588592824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30846] ppid=30828 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/30830/task/30846/stat : 30846 (java) S 30828 30830 30796 0 -1 4202560 5034 0 0 0 50 2 0 0 20 0 19 0 255836592 9855975424 33925 33554432000 1073741824 1073778376 140734497792688 139698587540024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30847] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30847/stat : 30847 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836592 9855975424 33925 33554432000 1073741824 1073778376 140734497792688 139698586487928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30848] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30848/stat : 30848 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836592 9855975424 33925 33554432000 1073741824 1073778376 140734497792688 139698585435336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30830/tid=30876] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30876/stat : 30876 (java) S 30828 30830 30796 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255836646 9855975424 33925 33554432000 1073741824 1073778376 140734497792688 139698584380328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 9624976

[startup+6.30071 s]
/proc/loadavg: 1.96 1.97 1.92 3/213 30877
/proc/meminfo: memFree=29135724/32873844 swapFree=7616/7616
[pid=30830] ppid=30828 vsize=9624976 CPUtime=7.34 cores=1,3,5,7
/proc/30830/stat : 30830 (java) S 30828 30830 30796 0 -1 4202496 12646 0 1 0 727 7 0 0 20 0 19 0 255836584 9855975424 39493 33554432000 1073741824 1073778376 140734497792688 140734497783824 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30830/statm: 2406244 39493 2279 9 0 2396937 0
[pid=30830/tid=30832] ppid=30828 vsize=9624976 CPUtime=6.18 cores=1,3,5,7
/proc/30830/task/30832/stat : 30832 (java) R 30828 30830 30796 0 -1 4202560 2506 0 1 0 615 3 0 0 20 0 19 0 255836586 9855975424 39493 33554432000 1073741824 1073778376 140734497792688 139698768531952 139698593578804 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30830/tid=30833] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30833/stat : 30833 (java) S 30828 30830 30796 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255836587 9855975424 39493 33554432000 1073741824 1073778376 140734497792688 139698730023208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30834] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30834/stat : 30834 (java) S 30828 30830 30796 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255836587 9855975424 39493 33554432000 1073741824 1073778376 140734497792688 139698728970408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30835] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30835/stat : 30835 (java) S 30828 30830 30796 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255836587 9855975424 39493 33554432000 1073741824 1073778376 140734497792688 139698727918120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30836] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30836/stat : 30836 (java) S 30828 30830 30796 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 255836587 9855975424 39493 33554432000 1073741824 1073778376 140734497792688 139698726865320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30830/tid=30837] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30837/stat : 30837 (java) S 30828 30830 30796 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255836587 9855975424 39493 33554432000 1073741824 1073778376 140734497792688 139698725813032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30838] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30838/stat : 30838 (java) S 30828 30830 30796 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255836587 9855975424 39493 33554432000 1073741824 1073778376 140734497792688 139698724760232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30830/tid=30839] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30839/stat : 30839 (java) S 30828 30830 30796 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255836587 9855975424 39493 33554432000 1073741824 1073778376 140734497792688 139698723707944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30830/tid=30840] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30840/stat : 30840 (java) S 30828 30830 30796 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255836587 9855975424 39493 33554432000 1073741824 1073778376 140734497792688 139698722655144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30830/tid=30841] ppid=30828 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/30830/task/30841/stat : 30841 (java) S 30828 30830 30796 0 -1 4202560 35 0 0 0 2 0 0 0 20 0 19 0 255836588 9855975424 39493 33554432000 1073741824 1073778376 140734497792688 139698592803048 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30830/tid=30842] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30842/stat : 30842 (java) S 30828 30830 30796 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255836589 9855975424 39493 33554432000 1073741824 1073778376 140734497792688 139698591749112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30843] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30843/stat : 30843 (java) S 30828 30830 30796 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255836589 9855975424 39493 33554432000 1073741824 1073778376 140734497792688 139698590696712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30844] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30844/stat : 30844 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836592 9855975424 39493 33554432000 1073741824 1073778376 140734497792688 139698589645200 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30845] ppid=30828 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/30830/task/30845/stat : 30845 (java) S 30828 30830 30796 0 -1 4202560 3843 0 0 0 47 0 0 0 20 0 19 0 255836592 9855975424 39493 33554432000 1073741824 1073778376 140734497792688 139698588592824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30830/tid=30846] ppid=30828 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/30830/task/30846/stat : 30846 (java) S 30828 30830 30796 0 -1 4202560 5036 0 0 0 51 2 0 0 20 0 19 0 255836592 9855975424 39493 33554432000 1073741824 1073778376 140734497792688 139698587540024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30847] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30847/stat : 30847 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836592 9855975424 39493 33554432000 1073741824 1073778376 140734497792688 139698586487928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30848] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30848/stat : 30848 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836592 9855975424 39493 33554432000 1073741824 1073778376 140734497792688 139698585435336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30830/tid=30876] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30876/stat : 30876 (java) S 30828 30830 30796 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255836646 9855975424 39493 33554432000 1073741824 1073778376 140734497792688 139698584380328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.34
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=30830/tid=30845] ppid=30828 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/30830/task/30845/stat : 30845 (java) S 30828 30830 30796 0 -1 4202560 3857 0 0 0 55 0 0 0 20 0 19 0 255836592 9855975424 75059 33554432000 1073741824 1073778376 140734497792688 139698588592824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30830/tid=30846] ppid=30828 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/30830/task/30846/stat : 30846 (java) S 30828 30830 30796 0 -1 4202560 5045 0 0 0 53 2 0 0 20 0 19 0 255836592 9855975424 75059 33554432000 1073741824 1073778376 140734497792688 139698587540024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30847] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30847/stat : 30847 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836592 9855975424 75059 33554432000 1073741824 1073778376 140734497792688 139698586487928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30848] ppid=30828 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/30830/task/30848/stat : 30848 (java) S 30828 30830 30796 0 -1 4202560 97 0 0 0 40 25 0 0 20 0 19 0 255836592 9855975424 75059 33554432000 1073741824 1073778376 140734497792688 139698585435336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30830/tid=30876] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30876/stat : 30876 (java) S 30828 30830 30796 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255836646 9855975424 75059 33554432000 1073741824 1073778376 140734497792688 139698584380328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1667.29
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/213 30892
/proc/meminfo: memFree=28770516/32873844 swapFree=7616/7616
[pid=30830] ppid=30828 vsize=9624976 CPUtime=1727.43 cores=1,3,5,7
/proc/30830/stat : 30830 (java) S 30828 30830 30796 0 -1 4202496 14171 0 1 0 172671 72 0 0 20 0 19 0 255836584 9855975424 75080 33554432000 1073741824 1073778376 140734497792688 140734497783824 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30830/statm: 2406244 75080 2280 9 0 2396937 0
[pid=30830/tid=30832] ppid=30828 vsize=9624976 CPUtime=1712.03 cores=1,3,5,7
/proc/30830/task/30832/stat : 30832 (java) R 30828 30830 30796 0 -1 4202560 2576 0 1 0 171173 30 0 0 20 0 19 0 255836586 9855975424 75080 33554432000 1073741824 1073778376 140734497792688 139698768531744 139698593567580 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30830/tid=30833] ppid=30828 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/30830/task/30833/stat : 30833 (java) S 30828 30830 30796 0 -1 4202560 260 0 0 0 57 3 0 0 20 0 19 0 255836587 9855975424 75080 33554432000 1073741824 1073778376 140734497792688 139698730023208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30834] ppid=30828 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/30830/task/30834/stat : 30834 (java) S 30828 30830 30796 0 -1 4202560 108 0 0 0 62 2 0 0 20 0 19 0 255836587 9855975424 75080 33554432000 1073741824 1073778376 140734497792688 139698728970408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30830/tid=30835] ppid=30828 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/30830/task/30835/stat : 30835 (java) S 30828 30830 30796 0 -1 4202560 346 0 0 0 59 3 0 0 20 0 19 0 255836587 9855975424 75080 33554432000 1073741824 1073778376 140734497792688 139698727918120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30830/tid=30836] ppid=30828 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/30830/task/30836/stat : 30836 (java) S 30828 30830 30796 0 -1 4202560 143 0 0 0 60 3 0 0 20 0 19 0 255836587 9855975424 75080 33554432000 1073741824 1073778376 140734497792688 139698726865320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30837] ppid=30828 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/30830/task/30837/stat : 30837 (java) S 30828 30830 30796 0 -1 4202560 180 0 0 0 59 3 0 0 20 0 19 0 255836587 9855975424 75080 33554432000 1073741824 1073778376 140734497792688 139698725813032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30838] ppid=30828 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/30830/task/30838/stat : 30838 (java) S 30828 30830 30796 0 -1 4202560 41 0 0 0 63 2 0 0 20 0 19 0 255836587 9855975424 75080 33554432000 1073741824 1073778376 140734497792688 139698724760232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30839] ppid=30828 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/30830/task/30839/stat : 30839 (java) S 30828 30830 30796 0 -1 4202560 137 0 0 0 56 4 0 0 20 0 19 0 255836587 9855975424 75080 33554432000 1073741824 1073778376 140734497792688 139698723707944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30830/tid=30840] ppid=30828 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/30830/task/30840/stat : 30840 (java) S 30828 30830 30796 0 -1 4202560 42 0 0 0 56 2 0 0 20 0 19 0 255836587 9855975424 75080 33554432000 1073741824 1073778376 140734497792688 139698722655144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30830/tid=30841] ppid=30828 vsize=9624976 CPUtime=4.17 cores=1,3,5,7
/proc/30830/task/30841/stat : 30841 (java) S 30828 30830 30796 0 -1 4202560 152 0 0 0 414 3 0 0 20 0 19 0 255836588 9855975424 75080 33554432000 1073741824 1073778376 140734497792688 139698592803048 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30830/tid=30842] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30842/stat : 30842 (java) S 30828 30830 30796 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255836589 9855975424 75080 33554432000 1073741824 1073778376 140734497792688 139698591749112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30843] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30843/stat : 30843 (java) S 30828 30830 30796 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255836589 9855975424 75080 33554432000 1073741824 1073778376 140734497792688 139698590696712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30844] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30844/stat : 30844 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836592 9855975424 75080 33554432000 1073741824 1073778376 140734497792688 139698589645200 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30845] ppid=30828 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/30830/task/30845/stat : 30845 (java) S 30828 30830 30796 0 -1 4202560 3857 0 0 0 55 0 0 0 20 0 19 0 255836592 9855975424 75080 33554432000 1073741824 1073778376 140734497792688 139698588592824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30830/tid=30846] ppid=30828 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/30830/task/30846/stat : 30846 (java) S 30828 30830 30796 0 -1 4202560 5045 0 0 0 53 2 0 0 20 0 19 0 255836592 9855975424 75080 33554432000 1073741824 1073778376 140734497792688 139698587540024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30847] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30847/stat : 30847 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836592 9855975424 75080 33554432000 1073741824 1073778376 140734497792688 139698586487928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30848] ppid=30828 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/30830/task/30848/stat : 30848 (java) S 30828 30830 30796 0 -1 4202560 99 0 0 0 41 27 0 0 20 0 19 0 255836592 9855975424 75080 33554432000 1073741824 1073778376 140734497792688 139698585435336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30830/tid=30876] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30876/stat : 30876 (java) S 30828 30830 30796 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255836646 9855975424 75080 33554432000 1073741824 1073778376 140734497792688 139698584380328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1727.43
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/213 30892
/proc/meminfo: memFree=28770268/32873844 swapFree=7616/7616
[pid=30830] ppid=30828 vsize=9624976 CPUtime=1787.56 cores=1,3,5,7
/proc/30830/stat : 30830 (java) S 30828 30830 30796 0 -1 4202496 14190 0 1 0 178682 74 0 0 20 0 19 0 255836584 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 140734497783824 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30830/statm: 2406244 75092 2280 9 0 2396937 0
[pid=30830/tid=30832] ppid=30828 vsize=9624976 CPUtime=1771.75 cores=1,3,5,7
/proc/30830/task/30832/stat : 30832 (java) R 30828 30830 30796 0 -1 4202560 2577 0 1 0 177145 30 0 0 20 0 19 0 255836586 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698768531744 139698593615356 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30830/tid=30833] ppid=30828 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/30830/task/30833/stat : 30833 (java) S 30828 30830 30796 0 -1 4202560 260 0 0 0 58 3 0 0 20 0 19 0 255836587 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698730023208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30834] ppid=30828 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/30830/task/30834/stat : 30834 (java) S 30828 30830 30796 0 -1 4202560 108 0 0 0 64 2 0 0 20 0 19 0 255836587 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698728970408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30830/tid=30835] ppid=30828 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/30830/task/30835/stat : 30835 (java) S 30828 30830 30796 0 -1 4202560 356 0 0 0 60 3 0 0 20 0 19 0 255836587 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698727918120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30830/tid=30836] ppid=30828 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/30830/task/30836/stat : 30836 (java) S 30828 30830 30796 0 -1 4202560 143 0 0 0 61 3 0 0 20 0 19 0 255836587 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698726865320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30837] ppid=30828 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/30830/task/30837/stat : 30837 (java) S 30828 30830 30796 0 -1 4202560 182 0 0 0 62 3 0 0 20 0 19 0 255836587 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698725813032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30838] ppid=30828 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/30830/task/30838/stat : 30838 (java) S 30828 30830 30796 0 -1 4202560 41 0 0 0 64 2 0 0 20 0 19 0 255836587 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698724760232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30839] ppid=30828 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/30830/task/30839/stat : 30839 (java) S 30828 30830 30796 0 -1 4202560 137 0 0 0 60 4 0 0 20 0 19 0 255836587 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698723707944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30840] ppid=30828 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/30830/task/30840/stat : 30840 (java) S 30828 30830 30796 0 -1 4202560 42 0 0 0 57 2 0 0 20 0 19 0 255836587 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698722655144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30830/tid=30841] ppid=30828 vsize=9624976 CPUtime=4.26 cores=1,3,5,7
/proc/30830/task/30841/stat : 30841 (java) S 30828 30830 30796 0 -1 4202560 154 0 0 0 423 3 0 0 20 0 19 0 255836588 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698592803048 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30830/tid=30842] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30842/stat : 30842 (java) S 30828 30830 30796 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255836589 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698591749112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30843] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30843/stat : 30843 (java) S 30828 30830 30796 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255836589 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698590696712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30844] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30844/stat : 30844 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836592 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698589645200 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30845] ppid=30828 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/30830/task/30845/stat : 30845 (java) S 30828 30830 30796 0 -1 4202560 3857 0 0 0 55 0 0 0 20 0 19 0 255836592 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698588592824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30830/tid=30846] ppid=30828 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/30830/task/30846/stat : 30846 (java) S 30828 30830 30796 0 -1 4202560 5045 0 0 0 53 2 0 0 20 0 19 0 255836592 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698587540024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30847] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30847/stat : 30847 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836592 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698586487928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30848] ppid=30828 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/30830/task/30848/stat : 30848 (java) S 30828 30830 30796 0 -1 4202560 103 0 0 0 43 28 0 0 20 0 19 0 255836592 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698585435336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30830/tid=30876] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30876/stat : 30876 (java) S 30828 30830 30796 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255836646 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698584380328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1787.56
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.8 s]
/proc/loadavg: 2.00 2.00 1.99 2/194 30896
/proc/meminfo: memFree=29350376/32873844 swapFree=7616/7616
[pid=30830] ppid=30828 vsize=9624976 CPUtime=1800.09 cores=1,3,5,7
/proc/30830/stat : 30830 (java) S 30828 30830 30796 0 -1 4202496 14190 0 1 0 179934 75 0 0 20 0 19 0 255836584 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 140734497783824 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30830/statm: 2406244 75092 2280 9 0 2396937 0
[pid=30830/tid=30832] ppid=30828 vsize=9624976 CPUtime=1784.23 cores=1,3,5,7
/proc/30830/task/30832/stat : 30832 (java) R 30828 30830 30796 0 -1 4202560 2577 0 1 0 178392 31 0 0 20 0 19 0 255836586 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698768531744 139698593567443 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30830/tid=30833] ppid=30828 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/30830/task/30833/stat : 30833 (java) S 30828 30830 30796 0 -1 4202560 260 0 0 0 58 3 0 0 20 0 19 0 255836587 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698730023208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30834] ppid=30828 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/30830/task/30834/stat : 30834 (java) S 30828 30830 30796 0 -1 4202560 108 0 0 0 64 2 0 0 20 0 19 0 255836587 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698728970408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30830/tid=30835] ppid=30828 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/30830/task/30835/stat : 30835 (java) S 30828 30830 30796 0 -1 4202560 356 0 0 0 60 3 0 0 20 0 19 0 255836587 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698727918120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30830/tid=30836] ppid=30828 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/30830/task/30836/stat : 30836 (java) S 30828 30830 30796 0 -1 4202560 143 0 0 0 61 3 0 0 20 0 19 0 255836587 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698726865320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30837] ppid=30828 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/30830/task/30837/stat : 30837 (java) S 30828 30830 30796 0 -1 4202560 182 0 0 0 62 3 0 0 20 0 19 0 255836587 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698725813032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30838] ppid=30828 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/30830/task/30838/stat : 30838 (java) S 30828 30830 30796 0 -1 4202560 41 0 0 0 64 2 0 0 20 0 19 0 255836587 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698724760232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30839] ppid=30828 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/30830/task/30839/stat : 30839 (java) S 30828 30830 30796 0 -1 4202560 137 0 0 0 60 4 0 0 20 0 19 0 255836587 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698723707944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30840] ppid=30828 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/30830/task/30840/stat : 30840 (java) S 30828 30830 30796 0 -1 4202560 42 0 0 0 57 2 0 0 20 0 19 0 255836587 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698722655144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30830/tid=30841] ppid=30828 vsize=9624976 CPUtime=4.26 cores=1,3,5,7
/proc/30830/task/30841/stat : 30841 (java) S 30828 30830 30796 0 -1 4202560 154 0 0 0 423 3 0 0 20 0 19 0 255836588 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698592803048 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30830/tid=30842] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30842/stat : 30842 (java) S 30828 30830 30796 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255836589 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698591749112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30843] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30843/stat : 30843 (java) S 30828 30830 30796 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255836589 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698590696712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30844] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30844/stat : 30844 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836592 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698589645200 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30830/tid=30845] ppid=30828 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/30830/task/30845/stat : 30845 (java) S 30828 30830 30796 0 -1 4202560 3857 0 0 0 55 0 0 0 20 0 19 0 255836592 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698588592824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30830/tid=30846] ppid=30828 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/30830/task/30846/stat : 30846 (java) S 30828 30830 30796 0 -1 4202560 5045 0 0 0 53 2 0 0 20 0 19 0 255836592 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698587540024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30847] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30847/stat : 30847 (java) S 30828 30830 30796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836592 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698586487928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30830/tid=30848] ppid=30828 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/30830/task/30848/stat : 30848 (java) S 30828 30830 30796 0 -1 4202560 103 0 0 0 43 29 0 0 20 0 19 0 255836592 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698585435336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30830/tid=30876] ppid=30828 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30830/task/30876/stat : 30876 (java) S 30828 30830 30796 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255836646 9855975424 75092 33554432000 1073741824 1073778376 140734497792688 139698584380328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 30830 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=718161
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=24844
# CPU time returned by wait4() is 1795.74
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.85
CPU time (s): 1800.09
CPU user time (s): 1799.34
CPU system time (s): 0.75
CPU usage (%): 100.292
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.72
system time used= 1.02484
maximum resident set size= 300496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14226
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= 40025
involuntary context switches= 23637

runsolver used 6.90195 second user time and 15.0827 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-25 00:05:10
IDJOB=3690247
IDBENCH=92785
IDSOLVER=2269
FILE ID=node130/3690247-1337897110
RUNJOBID= node130-1337897110-30813
PBS_JOBID= 14620115
Free space on /tmp= 71672 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_8_ic.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690247-1337897110/watcher-3690247-1337897110 -o /tmp/evaluation-result-3690247-1337897110/solver-3690247-1337897110 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3690247-1337897110.opb

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

MD5SUM BENCH= c59785e6f20fb8a9ed43144b528a9d33
RANDOM SEED=783423096

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29659896 kB
Buffers:          218440 kB
Cached:          2211668 kB
SwapCached:            0 kB
Active:           518540 kB
Inactive:        1927696 kB
Active(anon):      18692 kB
Inactive(anon):      112 kB
Active(file):     499848 kB
Inactive(file):  1927584 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1976 kB
Writeback:             0 kB
AnonPages:         23848 kB
Mapped:            13532 kB
Shmem:               200 kB
Slab:             629804 kB
SReclaimable:      71860 kB
SUnreclaim:       557944 kB
KernelStack:        1344 kB
PageTables:         3956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71656 MiB
End job on node130 at 2012-05-25 00:35:07