Trace number 3690250

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_1_ic.opb
MD5SUM567c356ea9e6d819b9fda6e569f673c9
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 92345408
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 9107465937
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 92345408
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 9107465937
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.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3690250-1337889093.opb
0.07/0.13	c reading problem ... 
1.11/0.68	c ... done. Wall clock time 0.543s.
1.11/0.68	c declared #vars     15725
1.11/0.68	c #constraints  33136
1.11/0.68	c constraints type 
1.11/0.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.11/0.68	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.11/0.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.11/0.68	c ignored satisfied constraints => 3
1.11/0.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.11/0.68	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.11/0.68	c 33139 constraints processed.
1.11/0.68	c constraints type 
1.11/0.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.11/0.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.11/0.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.11/0.68	c ignored satisfied constraints => 3
1.11/0.68	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1.11/0.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1.11/0.68	c 33139 constraints processed.
1.11/0.68	c objective function length is 1825 literals
10.06/4.42	c cleaning 2499 clauses out of 5000 with flag 5000/5000
20.66/9.62	c cleaning 4248 clauses out of 8501 with flag 11000/11000
30.94/14.84	c cleaning 5627 clauses out of 11254 with flag 18001/18001
41.17/20.04	c cleaning 6811 clauses out of 13627 with flag 26001/26001
53.98/26.53	c cleaning 7904 clauses out of 15815 with flag 35000/35000
67.44/33.31	c cleaning 8949 clauses out of 17911 with flag 45000/45000
82.05/40.74	c cleaning 9979 clauses out of 19968 with flag 56006/56006
98.44/49.08	c cleaning 10989 clauses out of 21987 with flag 68004/68004
117.31/58.66	c cleaning 11992 clauses out of 23996 with flag 81002/81002
132.46/66.35	c cleaning 12998 clauses out of 26002 with flag 95000/95000
148.22/74.34	c cleaning 13994 clauses out of 28004 with flag 110000/110000
169.99/85.35	c cleaning 15001 clauses out of 30010 with flag 126000/126000
198.82/99.94	c cleaning 16000 clauses out of 32010 with flag 143001/143001
224.95/113.20	c cleaning 17005 clauses out of 34009 with flag 161000/161000
258.14/129.82	c cleaning 17997 clauses out of 36004 with flag 180000/180000
287.29/144.55	c cleaning 0 clauses out of 5004 with flag 0/5004
289.31/145.64	c cleaning 19003 clauses out of 38009 with flag 200002/200002
320.37/161.20	c cleaning 19992 clauses out of 40004 with flag 221000/221000
354.76/178.54	c cleaning 21003 clauses out of 42012 with flag 243000/243000
386.51/194.55	c cleaning 22004 clauses out of 44009 with flag 266000/266000
421.39/212.24	c cleaning 23000 clauses out of 46006 with flag 290001/290001
458.97/231.15	c cleaning 23993 clauses out of 48005 with flag 315000/315000
494.55/249.08	c cleaning 24997 clauses out of 50013 with flag 341001/341001
539.48/271.64	c cleaning 25998 clauses out of 52015 with flag 368000/368000
582.27/293.34	c cleaning 26998 clauses out of 54017 with flag 396000/396000
630.47/317.59	c cleaning 27998 clauses out of 56019 with flag 425000/425000
681.01/342.90	c cleaning 28992 clauses out of 58021 with flag 455000/455000
720.55/362.80	c cleaning 30008 clauses out of 60029 with flag 486000/486000
753.99/379.92	c cleaning 30990 clauses out of 62022 with flag 518001/518001
792.75/399.47	c cleaning 31993 clauses out of 64031 with flag 551000/551000
835.24/421.12	c cleaning 32969 clauses out of 66038 with flag 585000/585000
877.97/442.86	c cleaning 34030 clauses out of 68071 with flag 620002/620002
924.86/466.49	c cleaning 35011 clauses out of 70039 with flag 656000/656000
972.89/490.64	c cleaning 36006 clauses out of 72031 with flag 693003/693003
1023.70/516.29	c cleaning 37000 clauses out of 74025 with flag 731003/731003
1083.68/546.63	c cleaning 37983 clauses out of 76023 with flag 770001/770001
1153.89/581.97	c cleaning 39014 clauses out of 78039 with flag 810000/810000
1222.87/616.68	c cleaning 40005 clauses out of 80025 with flag 851000/851000
1292.81/651.84	c cleaning 40985 clauses out of 82022 with flag 893002/893002
1338.63/675.27	c cleaning 0 clauses out of 11003 with flag 0/11003
1351.45/682.03	c cleaning 41991 clauses out of 84037 with flag 936002/936002
1416.75/714.99	c cleaning 43009 clauses out of 86044 with flag 980000/980000
1481.33/747.44	c cleaning 44013 clauses out of 88037 with flag 1025002/1025002
1560.02/787.30	c cleaning 44985 clauses out of 90024 with flag 1071002/1071002
1632.49/823.89	c cleaning 46018 clauses out of 92037 with flag 1118000/1118000
1711.70/863.75	c cleaning 46997 clauses out of 94020 with flag 1166001/1166001
1792.97/904.69	c cleaning 47992 clauses out of 96022 with flag 1215000/1215000
1800.03/908.81	c starts		: 190
1800.03/908.81	c conflicts		: 1218842
1800.03/908.81	c decisions		: 2490098
1800.03/908.81	c propagations		: 1023709566
1800.03/908.81	c inspects		: 6536203615
1800.03/908.81	c shortcuts		: 0
1800.03/908.81	c learnt literals	: 0
1800.03/908.81	c learnt binary clauses	: 0
1800.03/908.81	c learnt ternary clauses	: 0
1800.03/908.81	c learnt constraints	: 1218842
1800.03/908.81	c ignored constraints	: 0
1800.03/908.81	c root simplifications	: 0
1800.03/908.81	c removed literals (reason simplification)	: 30126986
1800.03/908.81	c reason swapping (by a shorter reason)	: 0
1800.03/908.81	c Calls to reduceDB	: 45
1800.03/908.81	c number of reductions to clauses (during analyze)	: 0
1800.03/908.81	c number of learned constraints concerned by reduction	: 0
1800.03/908.81	c number of learning phase by resolution	: 0
1800.03/908.81	c number of learning phase by cutting planes	: 0
1800.03/908.81	c speed (assignments/second)	: 1127303.4932045378
1800.03/908.81	c non guided choices	11
1800.03/908.83	c learnt constraints type 
1800.03/908.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 51884
1800.03/908.83	c constraints type 
1800.03/908.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.03/908.83	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.03/908.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.03/908.83	c ignored satisfied constraints => 3
1800.03/908.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.03/908.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.03/908.83	c 33139 constraints processed.
1800.03/908.83	c constraints type 
1800.03/908.83	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1800.03/908.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1800.03/908.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.03/908.83	c ignored satisfied constraints => 3
1800.03/908.83	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1800.03/908.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.03/908.83	c 33139 constraints processed.
1800.03/908.83	s UNKNOWN
1800.03/908.83	c Total wall clock time (in seconds): 908.697

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-3690250-1337889093/watcher-3690250-1337889093 -o /tmp/evaluation-result-3690250-1337889093/solver-3690250-1337889093 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3690250-1337889093.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: 3.87 3.87 3.89 4/197 29054
/proc/meminfo: memFree=28037564/32873844 swapFree=7900/7900
[pid=29054] ppid=29052 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/29054/stat : 29054 (java) D 29052 29054 23987 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 255033828 278528 33 33554432000 1073741824 1073778376 140736800707872 140736800705048 225435544871 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/29054/statm: 68 33 25 9 0 25 0

[startup+0.0479721 s]
/proc/loadavg: 3.87 3.87 3.89 4/197 29054
/proc/meminfo: memFree=28037564/32873844 swapFree=7900/7900
[pid=29054] ppid=29052 vsize=9092432 CPUtime=0.02 cores=0,2,4,6
/proc/29054/stat : 29054 (java) S 29052 29054 23987 0 -1 4202496 2928 0 1 0 1 1 0 0 20 0 11 0 255033828 9310650368 3627 33554432000 1073741824 1073778376 140736886840304 140736886831440 225448067133 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29054/statm: 2273108 3627 1651 9 0 2263809 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9092432

[startup+0.100306 s]
/proc/loadavg: 3.87 3.87 3.89 4/197 29054
/proc/meminfo: memFree=28037564/32873844 swapFree=7900/7900
[pid=29054] ppid=29052 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/29054/stat : 29054 (java) S 29052 29054 23987 0 -1 4202496 3640 0 1 0 6 1 0 0 20 0 18 0 255033828 9787813888 4848 33554432000 1073741824 1073778376 140736886840304 140736886831440 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29054/statm: 2389603 4849 1932 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300226 s]
/proc/loadavg: 3.87 3.87 3.89 4/197 29054
/proc/meminfo: memFree=28037564/32873844 swapFree=7900/7900
[pid=29054] ppid=29052 vsize=9558412 CPUtime=0.47 cores=0,2,4,6
/proc/29054/stat : 29054 (java) S 29052 29054 23987 0 -1 4202496 5325 0 1 0 45 2 0 0 20 0 18 0 255033828 9787813888 8261 33554432000 1073741824 1073778376 140736886840304 140736886831440 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29054/statm: 2389603 8261 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.70017 s]
/proc/loadavg: 3.87 3.87 3.89 4/197 29054
/proc/meminfo: memFree=28037564/32873844 swapFree=7900/7900
[pid=29054] ppid=29052 vsize=9691540 CPUtime=1.27 cores=0,2,4,6
/proc/29054/stat : 29054 (java) S 29052 29054 23987 0 -1 4202496 8174 0 1 0 122 5 0 0 20 0 20 0 255033828 9924136960 39214 33554432000 1073741824 1073778376 140736886840304 140736886831440 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29054/statm: 2422885 39214 2245 9 0 2413578 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 9691540

[startup+1.5007 s]
/proc/loadavg: 3.87 3.87 3.89 7/219 29076
/proc/meminfo: memFree=27856512/32873844 swapFree=7900/7900
[pid=29054] ppid=29052 vsize=9824668 CPUtime=3.73 cores=0,2,4,6
/proc/29054/stat : 29054 (java) S 29052 29054 23987 0 -1 4202496 11083 0 1 0 365 8 0 0 20 0 22 0 255033828 10060460032 45580 33554432000 1073741824 1073778376 140736886840304 140736886831440 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29054/statm: 2456167 45580 2270 9 0 2446860 0
[pid=29054/tid=29056] ppid=29052 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/29054/task/29056/stat : 29056 (java) S 29052 29054 23987 0 -1 4202560 2527 0 1 0 60 3 0 0 20 0 22 0 255033830 10060460032 45580 33554432000 1073741824 1073778376 140736886840304 140335831626744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29054/tid=29057] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29057/stat : 29057 (java) S 29052 29054 23987 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 255033831 10060460032 45580 33554432000 1073741824 1073778376 140736886840304 140335793117480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29054/tid=29058] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29058/stat : 29058 (java) S 29052 29054 23987 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 255033831 10060460032 45580 33554432000 1073741824 1073778376 140736886840304 140335792064680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29054/tid=29059] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29059/stat : 29059 (java) S 29052 29054 23987 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 255033831 10060460032 45580 33554432000 1073741824 1073778376 140736886840304 140335791012392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29054/tid=29060] ppid=29052 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/29054/task/29060/stat : 29060 (java) S 29052 29054 23987 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 255033831 10060460032 45580 33554432000 1073741824 1073778376 140736886840304 140335789959592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29054/tid=29061] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29061/stat : 29061 (java) S 29052 29054 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255033831 10060460032 45580 33554432000 1073741824 1073778376 140736886840304 140335788907304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29062] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29062/stat : 29062 (java) S 29052 29054 23987 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 255033831 10060460032 45580 33554432000 1073741824 1073778376 140736886840304 140335787854504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29063] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29063/stat : 29063 (java) S 29052 29054 23987 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 255033831 10060460032 45580 33554432000 1073741824 1073778376 140736886840304 140335786802216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29054/tid=29064] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29064/stat : 29064 (java) S 29052 29054 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255033831 10060460032 45580 33554432000 1073741824 1073778376 140736886840304 140335785749416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29054/tid=29065] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29065/stat : 29065 (java) S 29052 29054 23987 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 255033832 10060460032 45580 33554432000 1073741824 1073778376 140736886840304 140335655143656 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29054/tid=29066] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29066/stat : 29066 (java) S 29052 29054 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255033833 10060460032 45580 33554432000 1073741824 1073778376 140736886840304 140335654089720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29054/tid=29067] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29067/stat : 29067 (java) S 29052 29054 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255033833 10060460032 45580 33554432000 1073741824 1073778376 140736886840304 140335653037320 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29054/tid=29068] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29068/stat : 29068 (java) S 29052 29054 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255033835 10060460032 45580 33554432000 1073741824 1073778376 140736886840304 140335651985808 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29054/tid=29069] ppid=29052 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/29054/task/29069/stat : 29069 (java) S 29052 29054 23987 0 -1 4202560 2633 0 0 0 66 0 0 0 20 0 22 0 255033835 10060460032 45580 33554432000 1073741824 1073778376 140736886840304 140335650933432 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29054/tid=29070] ppid=29052 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/29054/task/29070/stat : 29070 (java) S 29052 29054 23987 0 -1 4202560 4485 0 0 0 70 2 0 0 20 0 22 0 255033835 10060460032 45580 33554432000 1073741824 1073778376 140736886840304 140335649880632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29071] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29071/stat : 29071 (java) S 29052 29054 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255033836 10060460032 45580 33554432000 1073741824 1073778376 140736886840304 140335648828536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29072] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29072/stat : 29072 (java) S 29052 29054 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255033836 10060460032 45580 33554432000 1073741824 1073778376 140736886840304 140335647775944 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29054/tid=29073] ppid=29052 vsize=9824668 CPUtime=0.77 cores=0,2,4,6
/proc/29054/task/29073/stat : 29073 (java) R 29052 29054 23987 0 -1 4202560 29 0 0 0 77 0 0 0 20 0 22 0 255033896 10060460032 45580 33554432000 1073741824 1073778376 140736886840304 140335646720360 140335658055472 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29054/tid=29074] ppid=29052 vsize=9824668 CPUtime=0.76 cores=0,2,4,6
/proc/29054/task/29074/stat : 29074 (java) R 29052 29054 23987 0 -1 4202560 80 0 0 0 76 0 0 0 20 0 22 0 255033896 10060460032 45580 33554432000 1073741824 1073778376 140736886840304 140335645667272 140335658222490 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=29054/tid=29075] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29075/stat : 29075 (java) S 29052 29054 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255033899 10060460032 45580 33554432000 1073741824 1073778376 140736886840304 140335644615848 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29076] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29076/stat : 29076 (java) S 29052 29054 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255033899 10060460032 45580 33554432000 1073741824 1073778376 140736886840304 140335643563048 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 9824668

[startup+3.1008 s]
/proc/loadavg: 3.96 3.89 3.89 4/219 29076
/proc/meminfo: memFree=27749396/32873844 swapFree=7900/7900
[pid=29054] ppid=29052 vsize=9824668 CPUtime=7.31 cores=0,2,4,6
/proc/29054/stat : 29054 (java) S 29052 29054 23987 0 -1 4202496 13637 0 1 0 714 17 0 0 20 0 22 0 255033828 10060460032 86093 33554432000 1073741824 1073778376 140736886840304 140736886831440 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29054/statm: 2456167 86093 2272 9 0 2446860 0
[pid=29054/tid=29056] ppid=29052 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/29054/task/29056/stat : 29056 (java) S 29052 29054 23987 0 -1 4202560 2527 0 1 0 60 3 0 0 20 0 22 0 255033830 10060460032 86093 33554432000 1073741824 1073778376 140736886840304 140335831626744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29054/tid=29057] ppid=29052 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/29054/task/29057/stat : 29057 (java) S 29052 29054 23987 0 -1 4202560 120 0 0 0 3 1 0 0 20 0 22 0 255033831 10060460032 86093 33554432000 1073741824 1073778376 140736886840304 140335793117480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29054/tid=29058] ppid=29052 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/29054/task/29058/stat : 29058 (java) S 29052 29054 23987 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 22 0 255033831 10060460032 86093 33554432000 1073741824 1073778376 140736886840304 140335792064680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29054/tid=29059] ppid=29052 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/29054/task/29059/stat : 29059 (java) S 29052 29054 23987 0 -1 4202560 75 0 0 0 2 0 0 0 20 0 22 0 255033831 10060460032 86093 33554432000 1073741824 1073778376 140736886840304 140335791012392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29054/tid=29060] ppid=29052 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/29054/task/29060/stat : 29060 (java) S 29052 29054 23987 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 22 0 255033831 10060460032 86093 33554432000 1073741824 1073778376 140736886840304 140335789959592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29054/tid=29061] ppid=29052 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/29054/task/29061/stat : 29061 (java) S 29052 29054 23987 0 -1 4202560 103 0 0 0 3 0 0 0 20 0 22 0 255033831 10060460032 86093 33554432000 1073741824 1073778376 140736886840304 140335788907304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29062] ppid=29052 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/29054/task/29062/stat : 29062 (java) S 29052 29054 23987 0 -1 4202560 126 0 0 0 3 0 0 0 20 0 22 0 255033831 10060460032 86093 33554432000 1073741824 1073778376 140736886840304 140335787854504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29063] ppid=29052 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/29054/task/29063/stat : 29063 (java) S 29052 29054 23987 0 -1 4202560 23 0 0 0 1 2 0 0 20 0 22 0 255033831 10060460032 86093 33554432000 1073741824 1073778376 140736886840304 140335786802216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29064] ppid=29052 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/29054/task/29064/stat : 29064 (java) S 29052 29054 23987 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 255033831 10060460032 86093 33554432000 1073741824 1073778376 140736886840304 140335785749416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29054/tid=29065] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29065/stat : 29065 (java) S 29052 29054 23987 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 255033832 10060460032 86093 33554432000 1073741824 1073778376 140736886840304 140335655143656 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29054/tid=29066] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29066/stat : 29066 (java) S 29052 29054 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255033833 10060460032 86093 33554432000 1073741824 1073778376 140736886840304 140335654089720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29054/tid=29067] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29067/stat : 29067 (java) S 29052 29054 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255033833 10060460032 86093 33554432000 1073741824 1073778376 140736886840304 140335653037320 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29054/tid=29068] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29068/stat : 29068 (java) S 29052 29054 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255033835 10060460032 86093 33554432000 1073741824 1073778376 140736886840304 140335651985808 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29054/tid=29069] ppid=29052 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/29054/task/29069/stat : 29069 (java) S 29052 29054 23987 0 -1 4202560 2732 0 0 0 80 0 0 0 20 0 22 0 255033835 10060460032 86093 33554432000 1073741824 1073778376 140736886840304 140335650933432 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29054/tid=29070] ppid=29052 vsize=9824668 CPUtime=0.87 cores=0,2,4,6
/proc/29054/task/29070/stat : 29070 (java) S 29052 29054 23987 0 -1 4202560 6310 0 0 0 84 3 0 0 20 0 22 0 255033835 10060460032 86093 33554432000 1073741824 1073778376 140736886840304 140335649880632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29071] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29071/stat : 29071 (java) S 29052 29054 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255033836 10060460032 86093 33554432000 1073741824 1073778376 140736886840304 140335648828536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29072] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29072/stat : 29072 (java) S 29052 29054 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255033836 10060460032 86093 33554432000 1073741824 1073778376 140736886840304 140335647775944 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29054/tid=29073] ppid=29052 vsize=9824668 CPUtime=2.31 cores=0,2,4,6
/proc/29054/task/29073/stat : 29073 (java) R 29052 29054 23987 0 -1 4202560 31 0 0 0 231 0 0 0 20 0 22 0 255033896 10060460032 86093 33554432000 1073741824 1073778376 140736886840304 140335646718352 140335658055539 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29054/tid=29074] ppid=29052 vsize=9824668 CPUtime=2.29 cores=0,2,4,6
/proc/29054/task/29074/stat : 29074 (java) R 29052 29054 23987 0 -1 4202560 133 0 0 0 227 2 0 0 20 0 22 0 255033896 10060460032 86093 33554432000 1073741824 1073778376 140736886840304 140335645666320 140335657694846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29054/tid=29075] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29075/stat : 29075 (java) S 29052 29054 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255033899 10060460032 86093 33554432000 1073741824 1073778376 140736886840304 140335644615848 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29076] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29076/stat : 29076 (java) S 29052 29054 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255033899 10060460032 86093 33554432000 1073741824 1073778376 140736886840304 140335643563048 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (KiB) 9824668

[startup+6.3008 s]
/proc/loadavg: 3.96 3.89 3.89 5/219 29076
/proc/meminfo: memFree=27494084/32873844 swapFree=7900/7900
[pid=29054] ppid=29052 vsize=9824668 CPUtime=13.87 cores=0,2,4,6
/proc/29054/stat : 29054 (java) S 29052 29054 23987 0 -1 4202496 15687 0 1 0 1357 30 0 0 20 0 22 0 255033828 10060460032 159900 33554432000 1073741824 1073778376 140736886840304 140736886831440 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29054/statm: 2456167 159900 2285 9 0 2446860 0
[pid=29054/tid=29056] ppid=29052 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/29054/task/29056/stat : 29056 (java) S 29052 29054 23987 0 -1 4202560 2527 0 1 0 60 3 0 0 20 0 22 0 255033830 10060460032 159900 33554432000 1073741824 1073778376 140736886840304 140335831626744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29054/tid=29057] ppid=29052 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/29054/task/29057/stat : 29057 (java) S 29052 29054 23987 0 -1 4202560 143 0 0 0 6 4 0 0 20 0 22 0 255033831 10060460032 159900 33554432000 1073741824 1073778376 140736886840304 140335793117480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29054/tid=29058] ppid=29052 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/29054/task/29058/stat : 29058 (java) S 29052 29054 23987 0 -1 4202560 53 0 0 0 5 2 0 0 20 0 22 0 255033831 10060460032 159900 33554432000 1073741824 1073778376 140736886840304 140335792064680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29054/tid=29059] ppid=29052 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/29054/task/29059/stat : 29059 (java) S 29052 29054 23987 0 -1 4202560 97 0 0 0 5 2 0 0 20 0 22 0 255033831 10060460032 159900 33554432000 1073741824 1073778376 140736886840304 140335791012392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29060] ppid=29052 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/29054/task/29060/stat : 29060 (java) S 29052 29054 23987 0 -1 4202560 61 0 0 0 8 3 0 0 20 0 22 0 255033831 10060460032 159900 33554432000 1073741824 1073778376 140736886840304 140335789959592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29054/tid=29061] ppid=29052 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/29054/task/29061/stat : 29061 (java) S 29052 29054 23987 0 -1 4202560 114 0 0 0 4 2 0 0 20 0 22 0 255033831 10060460032 159900 33554432000 1073741824 1073778376 140736886840304 140335788907304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29054/tid=29062] ppid=29052 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/29054/task/29062/stat : 29062 (java) S 29052 29054 23987 0 -1 4202560 144 0 0 0 5 1 0 0 20 0 22 0 255033831 10060460032 159900 33554432000 1073741824 1073778376 140736886840304 140335787854504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29063] ppid=29052 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/29054/task/29063/stat : 29063 (java) S 29052 29054 23987 0 -1 4202560 50 0 0 0 3 2 0 0 20 0 22 0 255033831 10060460032 159900 33554432000 1073741824 1073778376 140736886840304 140335786802216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29054/tid=29064] ppid=29052 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/29054/task/29064/stat : 29064 (java) S 29052 29054 23987 0 -1 4202560 58 0 0 0 8 3 0 0 20 0 22 0 255033831 10060460032 159900 33554432000 1073741824 1073778376 140736886840304 140335785749416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29054/tid=29065] ppid=29052 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/29054/task/29065/stat : 29065 (java) S 29052 29054 23987 0 -1 4202560 493 0 0 0 14 0 0 0 20 0 22 0 255033832 10060460032 159900 33554432000 1073741824 1073778376 140736886840304 140335655143656 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29066] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29066/stat : 29066 (java) S 29052 29054 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255033833 10060460032 159900 33554432000 1073741824 1073778376 140736886840304 140335654089720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29054/tid=29067] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29067/stat : 29067 (java) S 29052 29054 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255033833 10060460032 159900 33554432000 1073741824 1073778376 140736886840304 140335653037320 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29054/tid=29068] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29068/stat : 29068 (java) S 29052 29054 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255033835 10060460032 159900 33554432000 1073741824 1073778376 140736886840304 140335651985808 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29054/tid=29069] ppid=29052 vsize=9824668 CPUtime=0.87 cores=0,2,4,6
/proc/29054/task/29069/stat : 29069 (java) S 29052 29054 23987 0 -1 4202560 3705 0 0 0 87 0 0 0 20 0 22 0 255033835 10060460032 159900 33554432000 1073741824 1073778376 140736886840304 140335650933432 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

[pid=29054/tid=29074] ppid=29052 vsize=9824668 CPUtime=730.33 cores=0,2,4,6
/proc/29054/task/29074/stat : 29074 (java) R 29052 29054 23987 0 -1 4202560 3683 0 0 0 72981 52 0 0 20 0 22 0 255033896 10060460032 698016 33554432000 1073741824 1073778376 140736886840304 140335645667584 140335658190924 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29075] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29075/stat : 29075 (java) S 29052 29054 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255033899 10060460032 698016 33554432000 1073741824 1073778376 140736886840304 140335644615848 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29076] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29076/stat : 29076 (java) S 29052 29054 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255033899 10060460032 698016 33554432000 1073741824 1073778376 140736886840304 140335643563048 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1509.89
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 3.98 3.95 3.91 5/219 29105
/proc/meminfo: memFree=23335912/32873844 swapFree=7900/7900
[pid=29054] ppid=29052 vsize=9824668 CPUtime=1629.48 cores=0,2,4,6
/proc/29054/stat : 29054 (java) S 29052 29054 23987 0 -1 4202496 35135 0 1 0 162755 193 0 0 20 0 22 0 255033828 10060460032 741568 33554432000 1073741824 1073778376 140736886840304 140736886831440 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29054/statm: 2456167 741568 2285 9 0 2446860 0
[pid=29054/tid=29056] ppid=29052 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/29054/task/29056/stat : 29056 (java) S 29052 29054 23987 0 -1 4202560 2542 0 1 0 62 6 0 0 20 0 22 0 255033830 10060460032 741568 33554432000 1073741824 1073778376 140736886840304 140335831626744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29054/tid=29057] ppid=29052 vsize=9824668 CPUtime=2.58 cores=0,2,4,6
/proc/29054/task/29057/stat : 29057 (java) S 29052 29054 23987 0 -1 4202560 732 0 0 0 245 13 0 0 20 0 22 0 255033831 10060460032 741568 33554432000 1073741824 1073778376 140736886840304 140335793117480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29054/tid=29058] ppid=29052 vsize=9824668 CPUtime=2.67 cores=0,2,4,6
/proc/29054/task/29058/stat : 29058 (java) S 29052 29054 23987 0 -1 4202560 502 0 0 0 253 14 0 0 20 0 22 0 255033831 10060460032 741568 33554432000 1073741824 1073778376 140736886840304 140335792064680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29054/tid=29059] ppid=29052 vsize=9824668 CPUtime=2.59 cores=0,2,4,6
/proc/29054/task/29059/stat : 29059 (java) S 29052 29054 23987 0 -1 4202560 688 0 0 0 246 13 0 0 20 0 22 0 255033831 10060460032 741568 33554432000 1073741824 1073778376 140736886840304 140335791012392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29054/tid=29060] ppid=29052 vsize=9824668 CPUtime=2.43 cores=0,2,4,6
/proc/29054/task/29060/stat : 29060 (java) S 29052 29054 23987 0 -1 4202560 638 0 0 0 229 14 0 0 20 0 22 0 255033831 10060460032 741568 33554432000 1073741824 1073778376 140736886840304 140335789959592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29054/tid=29061] ppid=29052 vsize=9824668 CPUtime=2.95 cores=0,2,4,6
/proc/29054/task/29061/stat : 29061 (java) S 29052 29054 23987 0 -1 4202560 595 0 0 0 281 14 0 0 20 0 22 0 255033831 10060460032 741568 33554432000 1073741824 1073778376 140736886840304 140335788907304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29054/tid=29062] ppid=29052 vsize=9824668 CPUtime=2.77 cores=0,2,4,6
/proc/29054/task/29062/stat : 29062 (java) S 29052 29054 23987 0 -1 4202560 1024 0 0 0 263 14 0 0 20 0 22 0 255033831 10060460032 741568 33554432000 1073741824 1073778376 140736886840304 140335787854504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29054/tid=29063] ppid=29052 vsize=9824668 CPUtime=2.5 cores=0,2,4,6
/proc/29054/task/29063/stat : 29063 (java) S 29052 29054 23987 0 -1 4202560 449 0 0 0 238 12 0 0 20 0 22 0 255033831 10060460032 741568 33554432000 1073741824 1073778376 140736886840304 140335786802216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29064] ppid=29052 vsize=9824668 CPUtime=2.7 cores=0,2,4,6
/proc/29054/task/29064/stat : 29064 (java) S 29052 29054 23987 0 -1 4202560 698 0 0 0 253 17 0 0 20 0 22 0 255033831 10060460032 741568 33554432000 1073741824 1073778376 140736886840304 140335785749416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29054/tid=29065] ppid=29052 vsize=9824668 CPUtime=26.55 cores=0,2,4,6
/proc/29054/task/29065/stat : 29065 (java) S 29052 29054 23987 0 -1 4202560 4876 0 0 0 2638 17 0 0 20 0 22 0 255033832 10060460032 741568 33554432000 1073741824 1073778376 140736886840304 140335655143656 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29066] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29066/stat : 29066 (java) S 29052 29054 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255033833 10060460032 741568 33554432000 1073741824 1073778376 140736886840304 140335654089720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29054/tid=29067] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29067/stat : 29067 (java) S 29052 29054 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255033833 10060460032 741568 33554432000 1073741824 1073778376 140736886840304 140335653037320 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29054/tid=29068] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29068/stat : 29068 (java) S 29052 29054 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255033835 10060460032 741568 33554432000 1073741824 1073778376 140736886840304 140335651985808 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29054/tid=29069] ppid=29052 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/29054/task/29069/stat : 29069 (java) S 29052 29054 23987 0 -1 4202560 9846 0 0 0 139 2 0 0 20 0 22 0 255033835 10060460032 741568 33554432000 1073741824 1073778376 140736886840304 140335650933432 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29054/tid=29070] ppid=29052 vsize=9824668 CPUtime=1.12 cores=0,2,4,6
/proc/29054/task/29070/stat : 29070 (java) S 29052 29054 23987 0 -1 4202560 7134 0 0 0 109 3 0 0 20 0 22 0 255033835 10060460032 741568 33554432000 1073741824 1073778376 140736886840304 140335649880632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29054/tid=29071] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29071/stat : 29071 (java) S 29052 29054 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255033836 10060460032 741568 33554432000 1073741824 1073778376 140736886840304 140335648828536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29072] ppid=29052 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/29054/task/29072/stat : 29072 (java) S 29052 29054 23987 0 -1 4202560 46 0 0 0 10 19 0 0 20 0 22 0 255033836 10060460032 741568 33554432000 1073741824 1073778376 140736886840304 140335647775944 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29073] ppid=29052 vsize=9824668 CPUtime=789.23 cores=0,2,4,6
/proc/29054/task/29073/stat : 29073 (java) R 29052 29054 23987 0 -1 4202560 71 0 0 0 78909 14 0 0 20 0 22 0 255033896 10060460032 741568 33554432000 1073741824 1073778376 140736886840304 140335646719280 140335658025657 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29054/tid=29074] ppid=29052 vsize=9824668 CPUtime=789.14 cores=0,2,4,6
/proc/29054/task/29074/stat : 29074 (java) R 29052 29054 23987 0 -1 4202560 4106 0 0 0 78861 53 0 0 20 0 22 0 255033896 10060460032 741568 33554432000 1073741824 1073778376 140736886840304 140335645667456 140335658065856 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29075] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29075/stat : 29075 (java) S 29052 29054 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255033899 10060460032 741568 33554432000 1073741824 1073778376 140736886840304 140335644615848 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29076] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29076/stat : 29076 (java) S 29052 29054 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255033899 10060460032 741568 33554432000 1073741824 1073778376 140736886840304 140335643563048 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1629.48
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 2.76 3.61 3.79 3/192 29135
/proc/meminfo: memFree=26441832/32873844 swapFree=7900/7900
[pid=29054] ppid=29052 vsize=9824668 CPUtime=1748.19 cores=0,2,4,6
/proc/29054/stat : 29054 (java) S 29052 29054 23987 0 -1 4202496 35471 0 1 0 174613 206 0 0 20 0 22 0 255033828 10060460032 788267 33554432000 1073741824 1073778376 140736886840304 140736886831440 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29054/statm: 2456167 788267 2285 9 0 2446860 0
[pid=29054/tid=29056] ppid=29052 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/29054/task/29056/stat : 29056 (java) S 29052 29054 23987 0 -1 4202560 2542 0 1 0 62 6 0 0 20 0 22 0 255033830 10060460032 788267 33554432000 1073741824 1073778376 140736886840304 140335831626744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29054/tid=29057] ppid=29052 vsize=9824668 CPUtime=2.75 cores=0,2,4,6
/proc/29054/task/29057/stat : 29057 (java) S 29052 29054 23987 0 -1 4202560 765 0 0 0 260 15 0 0 20 0 22 0 255033831 10060460032 788267 33554432000 1073741824 1073778376 140736886840304 140335793117480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29058] ppid=29052 vsize=9824668 CPUtime=2.8 cores=0,2,4,6
/proc/29054/task/29058/stat : 29058 (java) S 29052 29054 23987 0 -1 4202560 522 0 0 0 264 16 0 0 20 0 22 0 255033831 10060460032 788267 33554432000 1073741824 1073778376 140736886840304 140335792064680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29054/tid=29059] ppid=29052 vsize=9824668 CPUtime=2.69 cores=0,2,4,6
/proc/29054/task/29059/stat : 29059 (java) S 29052 29054 23987 0 -1 4202560 704 0 0 0 255 14 0 0 20 0 22 0 255033831 10060460032 788267 33554432000 1073741824 1073778376 140736886840304 140335791012392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29054/tid=29060] ppid=29052 vsize=9824668 CPUtime=2.53 cores=0,2,4,6
/proc/29054/task/29060/stat : 29060 (java) S 29052 29054 23987 0 -1 4202560 662 0 0 0 238 15 0 0 20 0 22 0 255033831 10060460032 788267 33554432000 1073741824 1073778376 140736886840304 140335789959592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29054/tid=29061] ppid=29052 vsize=9824668 CPUtime=3.04 cores=0,2,4,6
/proc/29054/task/29061/stat : 29061 (java) S 29052 29054 23987 0 -1 4202560 621 0 0 0 289 15 0 0 20 0 22 0 255033831 10060460032 788267 33554432000 1073741824 1073778376 140736886840304 140335788907304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29054/tid=29062] ppid=29052 vsize=9824668 CPUtime=2.9 cores=0,2,4,6
/proc/29054/task/29062/stat : 29062 (java) S 29052 29054 23987 0 -1 4202560 1063 0 0 0 274 16 0 0 20 0 22 0 255033831 10060460032 788267 33554432000 1073741824 1073778376 140736886840304 140335787854504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29054/tid=29063] ppid=29052 vsize=9824668 CPUtime=2.64 cores=0,2,4,6
/proc/29054/task/29063/stat : 29063 (java) S 29052 29054 23987 0 -1 4202560 486 0 0 0 250 14 0 0 20 0 22 0 255033831 10060460032 788267 33554432000 1073741824 1073778376 140736886840304 140335786802216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29054/tid=29064] ppid=29052 vsize=9824668 CPUtime=2.78 cores=0,2,4,6
/proc/29054/task/29064/stat : 29064 (java) S 29052 29054 23987 0 -1 4202560 708 0 0 0 261 17 0 0 20 0 22 0 255033831 10060460032 788267 33554432000 1073741824 1073778376 140736886840304 140335785749416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29054/tid=29065] ppid=29052 vsize=9824668 CPUtime=28.26 cores=0,2,4,6
/proc/29054/task/29065/stat : 29065 (java) S 29052 29054 23987 0 -1 4202560 4963 0 0 0 2809 17 0 0 20 0 22 0 255033832 10060460032 788267 33554432000 1073741824 1073778376 140736886840304 140335655143656 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29054/tid=29066] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29066/stat : 29066 (java) S 29052 29054 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255033833 10060460032 788267 33554432000 1073741824 1073778376 140736886840304 140335654089720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29054/tid=29067] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29067/stat : 29067 (java) S 29052 29054 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255033833 10060460032 788267 33554432000 1073741824 1073778376 140736886840304 140335653037320 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29054/tid=29068] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29068/stat : 29068 (java) S 29052 29054 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255033835 10060460032 788267 33554432000 1073741824 1073778376 140736886840304 140335651985808 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29054/tid=29069] ppid=29052 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/29054/task/29069/stat : 29069 (java) S 29052 29054 23987 0 -1 4202560 9846 0 0 0 139 2 0 0 20 0 22 0 255033835 10060460032 788267 33554432000 1073741824 1073778376 140736886840304 140335650933432 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29054/tid=29070] ppid=29052 vsize=9824668 CPUtime=1.12 cores=0,2,4,6
/proc/29054/task/29070/stat : 29070 (java) S 29052 29054 23987 0 -1 4202560 7134 0 0 0 109 3 0 0 20 0 22 0 255033835 10060460032 788267 33554432000 1073741824 1073778376 140736886840304 140335649880632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29054/tid=29071] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29071/stat : 29071 (java) S 29052 29054 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255033836 10060460032 788267 33554432000 1073741824 1073778376 140736886840304 140335648828536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29072] ppid=29052 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/29054/task/29072/stat : 29072 (java) S 29052 29054 23987 0 -1 4202560 50 0 0 0 12 19 0 0 20 0 22 0 255033836 10060460032 788267 33554432000 1073741824 1073778376 140736886840304 140335647775944 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29054/tid=29073] ppid=29052 vsize=9824668 CPUtime=847.25 cores=0,2,4,6
/proc/29054/task/29073/stat : 29073 (java) R 29052 29054 23987 0 -1 4202560 71 0 0 0 84710 15 0 0 20 0 22 0 255033896 10060460032 788267 33554432000 1073741824 1073778376 140736886840304 140335646718352 140335658065999 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29074] ppid=29052 vsize=9824668 CPUtime=847.17 cores=0,2,4,6
/proc/29054/task/29074/stat : 29074 (java) R 29052 29054 23987 0 -1 4202560 4146 0 0 0 84661 56 0 0 20 0 22 0 255033896 10060460032 788267 33554432000 1073741824 1073778376 140736886840304 140335645666320 140335658159254 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29054/tid=29075] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29075/stat : 29075 (java) S 29052 29054 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255033899 10060460032 788267 33554432000 1073741824 1073778376 140736886840304 140335644615848 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29076] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29076/stat : 29076 (java) S 29052 29054 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255033899 10060460032 788267 33554432000 1073741824 1073778376 140736886840304 140335643563048 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1748.19
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+908.801 s]
/proc/loadavg: 2.50 3.48 3.74 3/192 29135
/proc/meminfo: memFree=26384488/32873844 swapFree=7900/7900
[pid=29054] ppid=29052 vsize=9824668 CPUtime=1800.03 cores=0,2,4,6
/proc/29054/stat : 29054 (java) S 29052 29054 23987 0 -1 4202496 35566 0 1 0 179793 210 0 0 20 0 22 0 255033828 10060460032 802622 33554432000 1073741824 1073778376 140736886840304 140736886831440 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29054/statm: 2456167 802622 2285 9 0 2446860 0
[pid=29054/tid=29056] ppid=29052 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/29054/task/29056/stat : 29056 (java) S 29052 29054 23987 0 -1 4202560 2543 0 1 0 62 6 0 0 20 0 22 0 255033830 10060460032 802622 33554432000 1073741824 1073778376 140736886840304 140335831626744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29054/tid=29057] ppid=29052 vsize=9824668 CPUtime=2.83 cores=0,2,4,6
/proc/29054/task/29057/stat : 29057 (java) S 29052 29054 23987 0 -1 4202560 778 0 0 0 268 15 0 0 20 0 22 0 255033831 10060460032 802622 33554432000 1073741824 1073778376 140736886840304 140335793117480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29054/tid=29058] ppid=29052 vsize=9824668 CPUtime=2.87 cores=0,2,4,6
/proc/29054/task/29058/stat : 29058 (java) S 29052 29054 23987 0 -1 4202560 526 0 0 0 271 16 0 0 20 0 22 0 255033831 10060460032 802622 33554432000 1073741824 1073778376 140736886840304 140335792064680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29059] ppid=29052 vsize=9824668 CPUtime=2.73 cores=0,2,4,6
/proc/29054/task/29059/stat : 29059 (java) S 29052 29054 23987 0 -1 4202560 704 0 0 0 259 14 0 0 20 0 22 0 255033831 10060460032 802622 33554432000 1073741824 1073778376 140736886840304 140335791012392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29060] ppid=29052 vsize=9824668 CPUtime=2.59 cores=0,2,4,6
/proc/29054/task/29060/stat : 29060 (java) S 29052 29054 23987 0 -1 4202560 666 0 0 0 244 15 0 0 20 0 22 0 255033831 10060460032 802622 33554432000 1073741824 1073778376 140736886840304 140335789959592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29054/tid=29061] ppid=29052 vsize=9824668 CPUtime=3.1 cores=0,2,4,6
/proc/29054/task/29061/stat : 29061 (java) S 29052 29054 23987 0 -1 4202560 635 0 0 0 295 15 0 0 20 0 22 0 255033831 10060460032 802622 33554432000 1073741824 1073778376 140736886840304 140335788907304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29054/tid=29062] ppid=29052 vsize=9824668 CPUtime=2.93 cores=0,2,4,6
/proc/29054/task/29062/stat : 29062 (java) S 29052 29054 23987 0 -1 4202560 1084 0 0 0 277 16 0 0 20 0 22 0 255033831 10060460032 802622 33554432000 1073741824 1073778376 140736886840304 140335787854504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29054/tid=29063] ppid=29052 vsize=9824668 CPUtime=2.7 cores=0,2,4,6
/proc/29054/task/29063/stat : 29063 (java) S 29052 29054 23987 0 -1 4202560 495 0 0 0 255 15 0 0 20 0 22 0 255033831 10060460032 802622 33554432000 1073741824 1073778376 140736886840304 140335786802216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29054/tid=29064] ppid=29052 vsize=9824668 CPUtime=2.87 cores=0,2,4,6
/proc/29054/task/29064/stat : 29064 (java) S 29052 29054 23987 0 -1 4202560 719 0 0 0 269 18 0 0 20 0 22 0 255033831 10060460032 802622 33554432000 1073741824 1073778376 140736886840304 140335785749416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29054/tid=29065] ppid=29052 vsize=9824668 CPUtime=29.68 cores=0,2,4,6
/proc/29054/task/29065/stat : 29065 (java) S 29052 29054 23987 0 -1 4202560 4967 0 0 0 2950 18 0 0 20 0 22 0 255033832 10060460032 802622 33554432000 1073741824 1073778376 140736886840304 140335655143656 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29054/tid=29066] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29066/stat : 29066 (java) S 29052 29054 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255033833 10060460032 802622 33554432000 1073741824 1073778376 140736886840304 140335654089720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29054/tid=29067] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29067/stat : 29067 (java) S 29052 29054 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255033833 10060460032 802622 33554432000 1073741824 1073778376 140736886840304 140335653037320 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29054/tid=29068] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29068/stat : 29068 (java) S 29052 29054 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255033835 10060460032 802622 33554432000 1073741824 1073778376 140736886840304 140335651985808 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29054/tid=29069] ppid=29052 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/29054/task/29069/stat : 29069 (java) S 29052 29054 23987 0 -1 4202560 9846 0 0 0 139 2 0 0 20 0 22 0 255033835 10060460032 802622 33554432000 1073741824 1073778376 140736886840304 140335650933432 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29054/tid=29070] ppid=29052 vsize=9824668 CPUtime=1.12 cores=0,2,4,6
/proc/29054/task/29070/stat : 29070 (java) S 29052 29054 23987 0 -1 4202560 7134 0 0 0 109 3 0 0 20 0 22 0 255033835 10060460032 802622 33554432000 1073741824 1073778376 140736886840304 140335649880632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29054/tid=29071] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29071/stat : 29071 (java) S 29052 29054 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255033836 10060460032 802622 33554432000 1073741824 1073778376 140736886840304 140335648828536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29072] ppid=29052 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/29054/task/29072/stat : 29072 (java) S 29052 29054 23987 0 -1 4202560 52 0 0 0 12 20 0 0 20 0 22 0 255033836 10060460032 802622 33554432000 1073741824 1073778376 140736886840304 140335647775944 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29054/tid=29073] ppid=29052 vsize=9824668 CPUtime=872.21 cores=0,2,4,6
/proc/29054/task/29073/stat : 29073 (java) R 29052 29054 23987 0 -1 4202560 71 0 0 0 87205 16 0 0 20 0 22 0 255033896 10060460032 802622 33554432000 1073741824 1073778376 140736886840304 140335646720224 140335658065813 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29074] ppid=29052 vsize=9824668 CPUtime=872.13 cores=0,2,4,6
/proc/29054/task/29074/stat : 29074 (java) R 29052 29054 23987 0 -1 4202560 4158 0 0 0 87156 57 0 0 20 0 22 0 255033896 10060460032 802622 33554432000 1073741824 1073778376 140736886840304 140335645665552 140335658367309 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29054/tid=29075] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29075/stat : 29075 (java) S 29052 29054 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255033899 10060460032 802622 33554432000 1073741824 1073778376 140736886840304 140335644615848 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29054/tid=29076] ppid=29052 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29054/task/29076/stat : 29076 (java) S 29052 29054 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255033899 10060460032 802622 33554432000 1073741824 1073778376 140736886840304 140335643563048 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143
Real time (s): 908.858
CPU time (s): 1800.58
CPU user time (s): 1797.95
CPU system time (s): 2.6346
CPU usage (%): 198.115
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.95
system time used= 2.6346
maximum resident set size= 3210604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35597
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27666
involuntary context switches= 47804

runsolver used 3.52946 second user time and 7.8748 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-24 21:51:33
IDJOB=3690250
IDBENCH=92787
IDSOLVER=2268
FILE ID=node137/3690250-1337889093
RUNJOBID= node137-1337871881-24003
PBS_JOBID= 14620067
Free space on /tmp= 71504 MiB

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

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

MD5SUM BENCH= 567c356ea9e6d819b9fda6e569f673c9
RANDOM SEED=1966232223

node137.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.600
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.20
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.600
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.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28037828 kB
Buffers:          227616 kB
Cached:          2258804 kB
SwapCached:        22060 kB
Active:          2286756 kB
Inactive:        1766056 kB
Active(anon):    1545964 kB
Inactive(anon):    22680 kB
Active(file):     740792 kB
Inactive(file):  1743376 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:              1388 kB
Writeback:             0 kB
AnonPages:       1531004 kB
Mapped:            17732 kB
Shmem:                 0 kB
Slab:             640056 kB
SReclaimable:      81572 kB
SUnreclaim:       558484 kB
KernelStack:        1624 kB
PageTables:         7212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2776832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1470464 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= 71516 MiB
End job on node137 at 2012-05-24 22:06:44