Trace number 3689829

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 NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.44 1795.26

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_50null50mast_rapportOE1.0_TMAX300_K192_cod2.opb
MD5SUMb2e2f53405c70867914e951ebcc4a7e3
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-1888
Best CPU time to get the best result obtained on this benchmark1146.44
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 28513
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 64167
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.10	c java.version		1.6.0_24
0.01/0.10	c os.name		Linux
0.01/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.10	c os.arch		amd64
0.01/0.10	c Free memory 		501472288
0.01/0.10	c Max memory 		7480803328
0.01/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-3689829-1337893482.opb
0.07/0.12	c reading problem ... 
7.39/5.31	c ... done. Wall clock time 5.191s.
7.39/5.31	c declared #vars     400896
7.39/5.31	c #constraints  402763
7.39/5.31	c constraints type 
7.39/5.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
7.39/5.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
7.39/5.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
7.39/5.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
7.39/5.31	c 402763 constraints processed.
7.39/5.31	c objective function length is 892 literals
28.69/26.02	c cleaning 2495 clauses out of 4999 with flag 5000/5000
59.40/56.11	c cleaning 4250 clauses out of 8505 with flag 11001/11001
93.69/90.43	c cleaning 5557 clauses out of 11254 with flag 18000/18000
124.52/121.22	c cleaning 6687 clauses out of 13698 with flag 26001/26001
161.29/157.98	c cleaning 8002 clauses out of 16010 with flag 35000/35000
216.53/213.19	c cleaning 8999 clauses out of 18008 with flag 45000/45000
269.47/266.08	c cleaning 9895 clauses out of 20012 with flag 56003/56003
308.10/304.70	c cleaning 10898 clauses out of 22114 with flag 68000/68000
348.26/344.72	c cleaning 12038 clauses out of 24217 with flag 81001/81001
394.91/391.31	c cleaning 12785 clauses out of 26179 with flag 95001/95001
440.07/436.49	c cleaning 13868 clauses out of 28393 with flag 110000/110000
485.23/481.53	c cleaning 15256 clauses out of 30525 with flag 126000/126000
532.41/528.62	c cleaning 16120 clauses out of 32269 with flag 143000/143000
570.27/566.48	c cleaning 17065 clauses out of 34152 with flag 161003/161003
615.62/611.72	c cleaning 18036 clauses out of 36084 with flag 180000/180000
668.16/664.23	c cleaning 19020 clauses out of 38048 with flag 200000/200000
723.50/719.50	c cleaning 20002 clauses out of 40029 with flag 221001/221001
771.55/767.51	c cleaning 21002 clauses out of 42026 with flag 243000/243000
824.38/820.39	c cleaning 21992 clauses out of 44024 with flag 266000/266000
881.63/877.55	c cleaning 23012 clauses out of 46032 with flag 290000/290000
935.57/931.41	c cleaning 24007 clauses out of 48021 with flag 315001/315001
997.22/993.07	c cleaning 25004 clauses out of 50013 with flag 341000/341000
1084.80/1080.52	c cleaning 25998 clauses out of 52009 with flag 368000/368000
1167.56/1163.25	c cleaning 27002 clauses out of 54011 with flag 396000/396000
1244.02/1239.61	c cleaning 27997 clauses out of 56009 with flag 425000/425000
1323.46/1319.01	c cleaning 29001 clauses out of 58012 with flag 455000/455000
1392.58/1388.20	c cleaning 30000 clauses out of 60011 with flag 486000/486000
1476.44/1471.94	c cleaning 31001 clauses out of 62012 with flag 518001/518001
1545.50/1540.98	c cleaning 31990 clauses out of 64010 with flag 551000/551000
1628.48/1623.88	c cleaning 33003 clauses out of 66021 with flag 585001/585001
1696.62/1691.98	c cleaning 33999 clauses out of 68017 with flag 620000/620000
1753.59/1748.86	c cleaning 34996 clauses out of 70018 with flag 656000/656000
1800.05/1795.22	c starts		: 169
1800.05/1795.22	c conflicts		: 683670
1800.05/1795.22	c decisions		: 10038831
1800.05/1795.22	c propagations		: 2746238000
1800.05/1795.22	c inspects		: 3877769006
1800.05/1795.22	c shortcuts		: 0
1800.05/1795.22	c learnt literals	: 1
1800.05/1795.22	c learnt binary clauses	: 3265
1800.05/1795.22	c learnt ternary clauses	: 1794
1800.05/1795.22	c learnt constraints	: 683669
1800.05/1795.22	c ignored constraints	: 0
1800.05/1795.22	c root simplifications	: 0
1800.05/1795.22	c removed literals (reason simplification)	: 0
1800.05/1795.22	c reason swapping (by a shorter reason)	: 0
1800.05/1795.22	c Calls to reduceDB	: 32
1800.05/1795.22	c number of reductions to clauses (during analyze)	: 0
1800.05/1795.22	c number of learned constraints concerned by reduction	: 0
1800.05/1795.22	c number of learning phase by resolution	: 0
1800.05/1795.22	c number of learning phase by cutting planes	: 0
1800.05/1795.22	c speed (assignments/second)	: 1534349.1788926267
1800.05/1795.22	c non guided choices	200
1800.05/1795.24	c learnt constraints type 
1800.05/1795.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3265
1800.05/1795.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 59432
1800.05/1795.24	c constraints type 
1800.05/1795.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.05/1795.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.05/1795.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.05/1795.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.05/1795.24	c 402763 constraints processed.
1800.05/1795.24	s UNKNOWN
1800.05/1795.24	c Total wall clock time (in seconds): 1795.123

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-3689829-1337893482/watcher-3689829-1337893482 -o /tmp/evaluation-result-3689829-1337893482/solver-3689829-1337893482 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689829-1337893482.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.94 2.00 2.01 3/194 30762
/proc/meminfo: memFree=28848192/32873648 swapFree=6856/6856
[pid=30762] ppid=30760 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/30762/stat : 30762 (java) D 30760 30762 24583 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 255473664 2560000 47 33554432000 1073741824 1073778376 140737329553584 140737329550712 270698376487 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/30762/statm: 625 47 37 9 0 29 0

[startup+0.0414431 s]
/proc/loadavg: 1.94 2.00 2.01 3/194 30762
/proc/meminfo: memFree=28848192/32873648 swapFree=6856/6856
[pid=30762] ppid=30760 vsize=9092432 CPUtime=0.01 cores=1,3,5,7
/proc/30762/stat : 30762 (java) S 30760 30762 24583 0 -1 4202496 2899 0 1 0 1 0 0 0 20 0 11 0 255473664 9310650368 3599 33554432000 1073741824 1073778376 140735279228416 140735279219552 270710898749 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30762/statm: 2273108 3599 1629 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100198 s]
/proc/loadavg: 1.94 2.00 2.01 3/194 30762
/proc/meminfo: memFree=28848192/32873648 swapFree=6856/6856
[pid=30762] ppid=30760 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/30762/stat : 30762 (java) S 30760 30762 24583 0 -1 4202496 4233 0 1 0 7 0 0 0 20 0 18 0 255473664 9787813888 5420 33554432000 1073741824 1073778376 140735279228416 140735279219552 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30762/statm: 2389603 5420 2093 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.30017 s]
/proc/loadavg: 1.94 2.00 2.01 3/194 30762
/proc/meminfo: memFree=28848192/32873648 swapFree=6856/6856
[pid=30762] ppid=30760 vsize=9558412 CPUtime=0.49 cores=1,3,5,7
/proc/30762/stat : 30762 (java) S 30760 30762 24583 0 -1 4202496 5755 0 1 0 48 1 0 0 20 0 18 0 255473664 9787813888 12926 33554432000 1073741824 1073778376 140735279228416 140735279219552 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30762/statm: 2389603 12926 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558412

[startup+0.700246 s]
/proc/loadavg: 1.94 2.00 2.01 3/194 30762
/proc/meminfo: memFree=28848192/32873648 swapFree=6856/6856
[pid=30762] ppid=30760 vsize=9558412 CPUtime=1.26 cores=1,3,5,7
/proc/30762/stat : 30762 (java) S 30760 30762 24583 0 -1 4202496 9168 0 1 0 121 5 0 0 20 0 18 0 255473664 9787813888 44973 33554432000 1073741824 1073778376 140735279228416 140735279219552 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30762/statm: 2389603 44973 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9558412

[startup+1.5007 s]
/proc/loadavg: 1.94 2.00 2.01 3/212 30780
/proc/meminfo: memFree=28521860/32873648 swapFree=6856/6856
[pid=30762] ppid=30760 vsize=9558412 CPUtime=2.38 cores=1,3,5,7
/proc/30762/stat : 30762 (java) S 30760 30762 24583 0 -1 4202496 9875 0 1 0 225 13 0 0 20 0 18 0 255473664 9787813888 89553 33554432000 1073741824 1073778376 140735279228416 140735279219552 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30762/statm: 2389603 89553 2247 9 0 2380296 0
[pid=30762/tid=30764] ppid=30760 vsize=9558412 CPUtime=1.33 cores=1,3,5,7
/proc/30762/task/30764/stat : 30764 (java) R 30760 30762 24583 0 -1 4202560 2562 0 1 0 128 5 0 0 20 0 18 0 255473665 9787813888 89553 33554432000 1073741824 1073778376 140735279228416 140065617415064 140065477377965 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30762/tid=30765] ppid=30760 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/30762/task/30765/stat : 30765 (java) S 30760 30762 24583 0 -1 4202560 111 0 0 0 5 1 0 0 20 0 18 0 255473667 9787813888 89553 33554432000 1073741824 1073778376 140735279228416 140065595517736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30762/tid=30766] ppid=30760 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/30762/task/30766/stat : 30766 (java) S 30760 30762 24583 0 -1 4202560 114 0 0 0 4 1 0 0 20 0 18 0 255473667 9787813888 89553 33554432000 1073741824 1073778376 140735279228416 140065393076904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30762/tid=30767] ppid=30760 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/30762/task/30767/stat : 30767 (java) S 30760 30762 24583 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 18 0 255473667 9787813888 89553 33554432000 1073741824 1073778376 140735279228416 140065392024616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30768] ppid=30760 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/30762/task/30768/stat : 30768 (java) S 30760 30762 24583 0 -1 4202560 126 0 0 0 3 2 0 0 20 0 18 0 255473667 9787813888 89553 33554432000 1073741824 1073778376 140735279228416 140065390971816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30762/tid=30769] ppid=30760 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/30762/task/30769/stat : 30769 (java) S 30760 30762 24583 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 18 0 255473667 9787813888 89553 33554432000 1073741824 1073778376 140735279228416 140065389918504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30770] ppid=30760 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/30762/task/30770/stat : 30770 (java) S 30760 30762 24583 0 -1 4202560 119 0 0 0 4 2 0 0 20 0 18 0 255473667 9787813888 89553 33554432000 1073741824 1073778376 140735279228416 140065388865704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30771] ppid=30760 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/30762/task/30771/stat : 30771 (java) S 30760 30762 24583 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 18 0 255473667 9787813888 89553 33554432000 1073741824 1073778376 140735279228416 140065387813416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30772] ppid=30760 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/30762/task/30772/stat : 30772 (java) S 30760 30762 24583 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 255473667 9787813888 89553 33554432000 1073741824 1073778376 140735279228416 140065386760616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30762/tid=30773] ppid=30760 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30773/stat : 30773 (java) S 30760 30762 24583 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 255473668 9787813888 89553 33554432000 1073741824 1073778376 140735279228416 140065374350056 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30774] ppid=30760 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30774/stat : 30774 (java) S 30760 30762 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255473668 9787813888 89553 33554432000 1073741824 1073778376 140735279228416 140065373296120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30775] ppid=30760 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30775/stat : 30775 (java) S 30760 30762 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255473668 9787813888 89553 33554432000 1073741824 1073778376 140735279228416 140065372243720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30776] ppid=30760 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30776/stat : 30776 (java) S 30760 30762 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255473671 9787813888 89553 33554432000 1073741824 1073778376 140735279228416 140065371192208 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30777] ppid=30760 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/30762/task/30777/stat : 30777 (java) S 30760 30762 24583 0 -1 4202560 2910 0 0 0 27 0 0 0 20 0 18 0 255473671 9787813888 89553 33554432000 1073741824 1073778376 140735279228416 140065370138808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30778] ppid=30760 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/30762/task/30778/stat : 30778 (java) S 30760 30762 24583 0 -1 4202560 2451 0 0 0 27 0 0 0 20 0 18 0 255473671 9787813888 89553 33554432000 1073741824 1073778376 140735279228416 140065369086008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30779] ppid=30760 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30779/stat : 30779 (java) S 30760 30762 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255473671 9787813888 89553 33554432000 1073741824 1073778376 140735279228416 140065368033912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30780] ppid=30760 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30780/stat : 30780 (java) S 30760 30762 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255473671 9787813888 89553 33554432000 1073741824 1073778376 140735279228416 140065366981320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 9558412

[startup+3.10062 s]
/proc/loadavg: 1.94 2.00 2.01 10/212 30780
/proc/meminfo: memFree=28228836/32873648 swapFree=6856/6856
[pid=30762] ppid=30760 vsize=9558412 CPUtime=4.38 cores=1,3,5,7
/proc/30762/stat : 30762 (java) S 30760 30762 24583 0 -1 4202496 10716 0 1 0 411 27 0 0 20 0 18 0 255473664 9787813888 168965 33554432000 1073741824 1073778376 140735279228416 140735279219552 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30762/statm: 2389603 168965 2247 9 0 2380296 0
[pid=30762/tid=30764] ppid=30760 vsize=9558412 CPUtime=2.79 cores=1,3,5,7
/proc/30762/task/30764/stat : 30764 (java) S 30760 30762 24583 0 -1 4202560 2858 0 1 0 270 9 0 0 20 0 18 0 255473665 9787813888 168965 33554432000 1073741824 1073778376 140735279228416 140065617415064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30765] ppid=30760 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/30762/task/30765/stat : 30765 (java) R 30760 30762 24583 0 -1 4202560 159 0 0 0 13 3 0 0 20 0 18 0 255473667 9787813888 168965 33554432000 1073741824 1073778376 140735279228416 140065595517912 140065624315014 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30766] ppid=30760 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/30762/task/30766/stat : 30766 (java) R 30760 30762 24583 0 -1 4202560 145 0 0 0 9 3 0 0 20 0 18 0 255473667 9787813888 168965 33554432000 1073741824 1073778376 140735279228416 140065393077080 140065621592239 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30762/tid=30767] ppid=30760 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/30762/task/30767/stat : 30767 (java) R 30760 30762 24583 0 -1 4202560 49 0 0 0 6 1 0 0 20 0 18 0 255473667 9787813888 168965 33554432000 1073741824 1073778376 140735279228416 140065392024792 140065624315489 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30762/tid=30768] ppid=30760 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/30762/task/30768/stat : 30768 (java) R 30760 30762 24583 0 -1 4202560 162 0 0 0 9 2 0 0 20 0 18 0 255473667 9787813888 168965 33554432000 1073741824 1073778376 140735279228416 140065390971992 140065621592239 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30762/tid=30769] ppid=30760 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/30762/task/30769/stat : 30769 (java) R 30760 30762 24583 0 -1 4202560 57 0 0 0 7 2 0 0 20 0 18 0 255473667 9787813888 168965 33554432000 1073741824 1073778376 140735279228416 140065389918680 140065621592239 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30770] ppid=30760 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/30762/task/30770/stat : 30770 (java) R 30760 30762 24583 0 -1 4202560 150 0 0 0 9 2 0 0 20 0 18 0 255473667 9787813888 168965 33554432000 1073741824 1073778376 140735279228416 140065388865880 140065624315424 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30771] ppid=30760 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/30762/task/30771/stat : 30771 (java) R 30760 30762 24583 0 -1 4202560 64 0 0 0 8 1 0 0 20 0 18 0 255473667 9787813888 168965 33554432000 1073741824 1073778376 140735279228416 140065387813296 140065619887859 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30762/tid=30772] ppid=30760 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/30762/task/30772/stat : 30772 (java) R 30760 30762 24583 0 -1 4202560 59 0 0 0 10 2 0 0 20 0 18 0 255473667 9787813888 168965 33554432000 1073741824 1073778376 140735279228416 140065386760792 140065619887809 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30762/tid=30773] ppid=30760 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30773/stat : 30773 (java) S 30760 30762 24583 0 -1 4202560 478 0 0 0 0 0 0 0 20 0 18 0 255473668 9787813888 168965 33554432000 1073741824 1073778376 140735279228416 140065374348936 270710912060 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30762/tid=30774] ppid=30760 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30774/stat : 30774 (java) S 30760 30762 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255473668 9787813888 168965 33554432000 1073741824 1073778376 140735279228416 140065373296120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30775] ppid=30760 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30775/stat : 30775 (java) S 30760 30762 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255473668 9787813888 168965 33554432000 1073741824 1073778376 140735279228416 140065372243720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30776] ppid=30760 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30776/stat : 30776 (java) S 30760 30762 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255473671 9787813888 168965 33554432000 1073741824 1073778376 140735279228416 140065371192208 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30777] ppid=30760 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/30762/task/30777/stat : 30777 (java) S 30760 30762 24583 0 -1 4202560 2910 0 0 0 27 0 0 0 20 0 18 0 255473671 9787813888 168965 33554432000 1073741824 1073778376 140735279228416 140065370138808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30778] ppid=30760 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/30762/task/30778/stat : 30778 (java) S 30760 30762 24583 0 -1 4202560 2451 0 0 0 27 0 0 0 20 0 18 0 255473671 9787813888 168965 33554432000 1073741824 1073778376 140735279228416 140065369086008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30779] ppid=30760 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30779/stat : 30779 (java) S 30760 30762 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255473671 9787813888 168965 33554432000 1073741824 1073778376 140735279228416 140065368033912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30780] ppid=30760 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30780/stat : 30780 (java) S 30760 30762 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255473671 9787813888 168965 33554432000 1073741824 1073778376 140735279228416 140065366981320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 9558412

[startup+6.30072 s]
/proc/loadavg: 1.94 2.00 2.01 4/213 30781
/proc/meminfo: memFree=26560848/32873648 swapFree=6856/6856
[pid=30762] ppid=30760 vsize=9624976 CPUtime=8.86 cores=1,3,5,7
/proc/30762/stat : 30762 (java) S 30760 30762 24583 0 -1 4202496 15311 0 1 0 821 65 0 0 20 0 19 0 255473664 9855975424 556427 33554432000 1073741824 1073778376 140735279228416 140735279219552 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30762/statm: 2406244 556427 2264 9 0 2396937 0
[pid=30762/tid=30764] ppid=30760 vsize=9624976 CPUtime=5.72 cores=1,3,5,7
/proc/30762/task/30764/stat : 30764 (java) R 30760 30762 24583 0 -1 4202560 4409 0 1 0 543 29 0 0 20 0 19 0 255473665 9855975424 556427 33554432000 1073741824 1073778376 140735279228416 140065617416744 140065477914646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30762/tid=30765] ppid=30760 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/30762/task/30765/stat : 30765 (java) S 30760 30762 24583 0 -1 4202560 266 0 0 0 30 7 0 0 20 0 19 0 255473667 9855975424 556427 33554432000 1073741824 1073778376 140735279228416 140065595517736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30766] ppid=30760 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/30762/task/30766/stat : 30766 (java) S 30760 30762 24583 0 -1 4202560 174 0 0 0 16 5 0 0 20 0 19 0 255473667 9855975424 556427 33554432000 1073741824 1073778376 140735279228416 140065393076904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30767] ppid=30760 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/30762/task/30767/stat : 30767 (java) S 30760 30762 24583 0 -1 4202560 134 0 0 0 20 5 0 0 20 0 19 0 255473667 9855975424 556427 33554432000 1073741824 1073778376 140735279228416 140065392024616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30762/tid=30768] ppid=30760 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/30762/task/30768/stat : 30768 (java) S 30760 30762 24583 0 -1 4202560 480 0 0 0 17 4 0 0 20 0 19 0 255473667 9855975424 556427 33554432000 1073741824 1073778376 140735279228416 140065390971816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30769] ppid=30760 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/30762/task/30769/stat : 30769 (java) S 30760 30762 24583 0 -1 4202560 359 0 0 0 18 4 0 0 20 0 19 0 255473667 9855975424 556427 33554432000 1073741824 1073778376 140735279228416 140065389918504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30762/tid=30770] ppid=30760 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/30762/task/30770/stat : 30770 (java) S 30760 30762 24583 0 -1 4202560 425 0 0 0 19 4 0 0 20 0 19 0 255473667 9855975424 556427 33554432000 1073741824 1073778376 140735279228416 140065388865704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30771] ppid=30760 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/30762/task/30771/stat : 30771 (java) S 30760 30762 24583 0 -1 4202560 387 0 0 0 17 3 0 0 20 0 19 0 255473667 9855975424 556427 33554432000 1073741824 1073778376 140735279228416 140065387813416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30772] ppid=30760 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/30762/task/30772/stat : 30772 (java) S 30760 30762 24583 0 -1 4202560 99 0 0 0 19 3 0 0 20 0 19 0 255473667 9855975424 556427 33554432000 1073741824 1073778376 140735279228416 140065386760616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30762/tid=30773] ppid=30760 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30773/stat : 30773 (java) S 30760 30762 24583 0 -1 4202560 1264 0 0 0 0 0 0 0 20 0 19 0 255473668 9855975424 556427 33554432000 1073741824 1073778376 140735279228416 140065374350056 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30762/tid=30774] ppid=30760 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30774/stat : 30774 (java) S 30760 30762 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255473668 9855975424 556427 33554432000 1073741824 1073778376 140735279228416 140065373296120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30775] ppid=30760 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30775/stat : 30775 (java) S 30760 30762 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255473668 9855975424 556427 33554432000 1073741824 1073778376 140735279228416 140065372243720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30776] ppid=30760 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30776/stat : 30776 (java) S 30760 30762 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255473671 9855975424 556427 33554432000 1073741824 1073778376 140735279228416 140065371192208 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30777] ppid=30760 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/30762/task/30777/stat : 30777 (java) S 30760 30762 24583 0 -1 4202560 3259 0 0 0 59 0 0 0 20 0 19 0 255473671 9855975424 556427 33554432000 1073741824 1073778376 140735279228416 140065370138808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30762/tid=30778] ppid=30760 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/30762/task/30778/stat : 30778 (java) S 30760 30762 24583 0 -1 4202560 2872 0 0 0 47 0 0 0 20 0 19 0 255473671 9855975424 556427 33554432000 1073741824 1073778376 140735279228416 140065369086008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30779] ppid=30760 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30779/stat : 30779 (java) S 30760 30762 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255473671 9855975424 556427 33554432000 1073741824 1073778376 140735279228416 140065368033912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30780] ppid=30760 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30780/stat : 30780 (java) S 30760 30762 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255473671 9855975424 556427 33554432000 1073741824 1073778376 140735279228416 140065366981320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30762/tid=30781] ppid=30760 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30781/stat : 30781 (java) S 30760 30762 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255474202 9855975424 556427 33554432000 1073741824 1073778376 140735279228416 140065365894568 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.86
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]
/proc/loadavg: 1.95 2.00 2.01 3/213 30781
/proc/meminfo: memFree=26531300/32873648 swapFree=6856/6856
[pid=30762] ppid=30760 vsize=9624976 CPUtime=15.38 cores=1,3,5,7
/proc/30762/stat : 30762 (java) S 30760 30762 24583 0 -1 4202496 15316 0 1 0 1473 65 0 0 20 0 19 0 255473664 9855975424 556422 33554432000 1073741824 1073778376 140735279228416 140735279219552 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0

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

[pid=30762/tid=30770] ppid=30760 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/30762/task/30770/stat : 30770 (java) S 30760 30762 24583 0 -1 4202560 426 0 0 0 36 5 0 0 20 0 19 0 255473667 9855975424 600420 33554432000 1073741824 1073778376 140735279228416 140065388865704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30762/tid=30771] ppid=30760 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/30762/task/30771/stat : 30771 (java) S 30760 30762 24583 0 -1 4202560 398 0 0 0 36 3 0 0 20 0 19 0 255473667 9855975424 600420 33554432000 1073741824 1073778376 140735279228416 140065387813416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30762/tid=30772] ppid=30760 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/30762/task/30772/stat : 30772 (java) S 30760 30762 24583 0 -1 4202560 121 0 0 0 35 4 0 0 20 0 19 0 255473667 9855975424 600420 33554432000 1073741824 1073778376 140735279228416 140065386760616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30773] ppid=30760 vsize=9624976 CPUtime=12.54 cores=1,3,5,7
/proc/30762/task/30773/stat : 30773 (java) S 30760 30762 24583 0 -1 4202560 1429 0 0 0 1249 5 0 0 20 0 19 0 255473668 9855975424 600420 33554432000 1073741824 1073778376 140735279228416 140065374350056 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30774] ppid=30760 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30774/stat : 30774 (java) S 30760 30762 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255473668 9855975424 600420 33554432000 1073741824 1073778376 140735279228416 140065373296120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30775] ppid=30760 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30775/stat : 30775 (java) S 30760 30762 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255473668 9855975424 600420 33554432000 1073741824 1073778376 140735279228416 140065372243720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30776] ppid=30760 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30776/stat : 30776 (java) S 30760 30762 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255473671 9855975424 600420 33554432000 1073741824 1073778376 140735279228416 140065371192208 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30777] ppid=30760 vsize=9624976 CPUtime=1.18 cores=1,3,5,7
/proc/30762/task/30777/stat : 30777 (java) S 30760 30762 24583 0 -1 4202560 10279 0 0 0 116 2 0 0 20 0 19 0 255473671 9855975424 600420 33554432000 1073741824 1073778376 140735279228416 140065370138808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30778] ppid=30760 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/30762/task/30778/stat : 30778 (java) S 30760 30762 24583 0 -1 4202560 3356 0 0 0 56 0 0 0 20 0 19 0 255473671 9855975424 600420 33554432000 1073741824 1073778376 140735279228416 140065369086008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30762/tid=30779] ppid=30760 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30779/stat : 30779 (java) S 30760 30762 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255473671 9855975424 600420 33554432000 1073741824 1073778376 140735279228416 140065368033912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30780] ppid=30760 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/30762/task/30780/stat : 30780 (java) S 30760 30762 24583 0 -1 4202560 95 0 0 0 33 35 0 0 20 0 19 0 255473671 9855975424 600420 33554432000 1073741824 1073778376 140735279228416 140065366981320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30781] ppid=30760 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30781/stat : 30781 (java) S 30760 30762 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255474202 9855975424 600420 33554432000 1073741824 1073778376 140735279228416 140065365894568 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1667.02
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 30857
/proc/meminfo: memFree=22371332/32873648 swapFree=6856/6856
[pid=30762] ppid=30760 vsize=9624976 CPUtime=1727.08 cores=1,3,5,7
/proc/30762/stat : 30762 (java) S 30760 30762 24583 0 -1 4202496 23264 0 1 0 172596 112 0 0 20 0 19 0 255473664 9855975424 600933 33554432000 1073741824 1073778376 140735279228416 140735279219552 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30762/statm: 2406244 600933 2281 9 0 2396937 0
[pid=30762/tid=30764] ppid=30760 vsize=9624976 CPUtime=1708.24 cores=1,3,5,7
/proc/30762/task/30764/stat : 30764 (java) R 30760 30762 24583 0 -1 4202560 4447 0 1 0 170769 55 0 0 20 0 19 0 255473665 9855975424 600933 33554432000 1073741824 1073778376 140735279228416 140065617416480 140065477915014 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30762/tid=30765] ppid=30760 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/30762/task/30765/stat : 30765 (java) S 30760 30762 24583 0 -1 4202560 294 0 0 0 53 8 0 0 20 0 19 0 255473667 9855975424 600933 33554432000 1073741824 1073778376 140735279228416 140065595517736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30766] ppid=30760 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/30762/task/30766/stat : 30766 (java) S 30760 30762 24583 0 -1 4202560 202 0 0 0 33 5 0 0 20 0 19 0 255473667 9855975424 600933 33554432000 1073741824 1073778376 140735279228416 140065393076904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30762/tid=30767] ppid=30760 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/30762/task/30767/stat : 30767 (java) S 30760 30762 24583 0 -1 4202560 158 0 0 0 38 5 0 0 20 0 19 0 255473667 9855975424 600933 33554432000 1073741824 1073778376 140735279228416 140065392024616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30768] ppid=30760 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/30762/task/30768/stat : 30768 (java) S 30760 30762 24583 0 -1 4202560 495 0 0 0 42 5 0 0 20 0 19 0 255473667 9855975424 600933 33554432000 1073741824 1073778376 140735279228416 140065390971816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30762/tid=30769] ppid=30760 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/30762/task/30769/stat : 30769 (java) S 30760 30762 24583 0 -1 4202560 373 0 0 0 38 5 0 0 20 0 19 0 255473667 9855975424 600933 33554432000 1073741824 1073778376 140735279228416 140065389918504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30762/tid=30770] ppid=30760 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/30762/task/30770/stat : 30770 (java) S 30760 30762 24583 0 -1 4202560 426 0 0 0 36 5 0 0 20 0 19 0 255473667 9855975424 600933 33554432000 1073741824 1073778376 140735279228416 140065388865704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30771] ppid=30760 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/30762/task/30771/stat : 30771 (java) S 30760 30762 24583 0 -1 4202560 398 0 0 0 36 3 0 0 20 0 19 0 255473667 9855975424 600933 33554432000 1073741824 1073778376 140735279228416 140065387813416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30762/tid=30772] ppid=30760 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/30762/task/30772/stat : 30772 (java) S 30760 30762 24583 0 -1 4202560 123 0 0 0 35 4 0 0 20 0 19 0 255473667 9855975424 600933 33554432000 1073741824 1073778376 140735279228416 140065386760616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30762/tid=30773] ppid=30760 vsize=9624976 CPUtime=12.93 cores=1,3,5,7
/proc/30762/task/30773/stat : 30773 (java) S 30760 30762 24583 0 -1 4202560 1432 0 0 0 1288 5 0 0 20 0 19 0 255473668 9855975424 600933 33554432000 1073741824 1073778376 140735279228416 140065374350056 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30774] ppid=30760 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30774/stat : 30774 (java) S 30760 30762 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255473668 9855975424 600933 33554432000 1073741824 1073778376 140735279228416 140065373296120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30775] ppid=30760 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30775/stat : 30775 (java) S 30760 30762 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255473668 9855975424 600933 33554432000 1073741824 1073778376 140735279228416 140065372243720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30776] ppid=30760 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30776/stat : 30776 (java) S 30760 30762 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255473671 9855975424 600933 33554432000 1073741824 1073778376 140735279228416 140065371192208 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30777] ppid=30760 vsize=9624976 CPUtime=1.18 cores=1,3,5,7
/proc/30762/task/30777/stat : 30777 (java) S 30760 30762 24583 0 -1 4202560 10279 0 0 0 116 2 0 0 20 0 19 0 255473671 9855975424 600933 33554432000 1073741824 1073778376 140735279228416 140065370138808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30778] ppid=30760 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/30762/task/30778/stat : 30778 (java) S 30760 30762 24583 0 -1 4202560 3356 0 0 0 56 0 0 0 20 0 19 0 255473671 9855975424 600933 33554432000 1073741824 1073778376 140735279228416 140065369086008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30762/tid=30779] ppid=30760 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30779/stat : 30779 (java) S 30760 30762 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255473671 9855975424 600933 33554432000 1073741824 1073778376 140735279228416 140065368033912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30780] ppid=30760 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/30762/task/30780/stat : 30780 (java) S 30760 30762 24583 0 -1 4202560 99 0 0 0 34 37 0 0 20 0 19 0 255473671 9855975424 600933 33554432000 1073741824 1073778376 140735279228416 140065366981320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30781] ppid=30760 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30781/stat : 30781 (java) S 30760 30762 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255474202 9855975424 600933 33554432000 1073741824 1073778376 140735279228416 140065365894568 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1727.08
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 30857
/proc/meminfo: memFree=22407824/32873648 swapFree=6856/6856
[pid=30762] ppid=30760 vsize=9624976 CPUtime=1787.13 cores=1,3,5,7
/proc/30762/stat : 30762 (java) S 30760 30762 24583 0 -1 4202496 23274 0 1 0 178600 113 0 0 20 0 19 0 255473664 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140735279219552 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30762/statm: 2406244 600934 2281 9 0 2396937 0
[pid=30762/tid=30764] ppid=30760 vsize=9624976 CPUtime=1767.69 cores=1,3,5,7
/proc/30762/task/30764/stat : 30764 (java) R 30760 30762 24583 0 -1 4202560 4448 0 1 0 176713 56 0 0 20 0 19 0 255473665 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065617416480 140065477808399 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30762/tid=30765] ppid=30760 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/30762/task/30765/stat : 30765 (java) S 30760 30762 24583 0 -1 4202560 294 0 0 0 53 8 0 0 20 0 19 0 255473667 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065595517736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30766] ppid=30760 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/30762/task/30766/stat : 30766 (java) S 30760 30762 24583 0 -1 4202560 203 0 0 0 34 5 0 0 20 0 19 0 255473667 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065393076904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30762/tid=30767] ppid=30760 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/30762/task/30767/stat : 30767 (java) S 30760 30762 24583 0 -1 4202560 160 0 0 0 39 5 0 0 20 0 19 0 255473667 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065392024616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30768] ppid=30760 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/30762/task/30768/stat : 30768 (java) S 30760 30762 24583 0 -1 4202560 495 0 0 0 42 5 0 0 20 0 19 0 255473667 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065390971816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30762/tid=30769] ppid=30760 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/30762/task/30769/stat : 30769 (java) S 30760 30762 24583 0 -1 4202560 373 0 0 0 39 5 0 0 20 0 19 0 255473667 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065389918504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30770] ppid=30760 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/30762/task/30770/stat : 30770 (java) S 30760 30762 24583 0 -1 4202560 426 0 0 0 37 5 0 0 20 0 19 0 255473667 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065388865704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30771] ppid=30760 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/30762/task/30771/stat : 30771 (java) S 30760 30762 24583 0 -1 4202560 398 0 0 0 36 3 0 0 20 0 19 0 255473667 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065387813416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30762/tid=30772] ppid=30760 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/30762/task/30772/stat : 30772 (java) S 30760 30762 24583 0 -1 4202560 123 0 0 0 35 4 0 0 20 0 19 0 255473667 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065386760616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30762/tid=30773] ppid=30760 vsize=9624976 CPUtime=13.47 cores=1,3,5,7
/proc/30762/task/30773/stat : 30773 (java) S 30760 30762 24583 0 -1 4202560 1434 0 0 0 1342 5 0 0 20 0 19 0 255473668 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065374350056 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30774] ppid=30760 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30774/stat : 30774 (java) S 30760 30762 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255473668 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065373296120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30775] ppid=30760 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30775/stat : 30775 (java) S 30760 30762 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255473668 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065372243720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30776] ppid=30760 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30776/stat : 30776 (java) S 30760 30762 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255473671 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065371192208 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30777] ppid=30760 vsize=9624976 CPUtime=1.18 cores=1,3,5,7
/proc/30762/task/30777/stat : 30777 (java) S 30760 30762 24583 0 -1 4202560 10279 0 0 0 116 2 0 0 20 0 19 0 255473671 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065370138808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30778] ppid=30760 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/30762/task/30778/stat : 30778 (java) S 30760 30762 24583 0 -1 4202560 3356 0 0 0 56 0 0 0 20 0 19 0 255473671 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065369086008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30762/tid=30779] ppid=30760 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30779/stat : 30779 (java) S 30760 30762 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255473671 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065368033912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30780] ppid=30760 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/30762/task/30780/stat : 30780 (java) S 30760 30762 24583 0 -1 4202560 103 0 0 0 36 37 0 0 20 0 19 0 255473671 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065366981320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30781] ppid=30760 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30781/stat : 30781 (java) S 30760 30762 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255474202 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065365894568 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1787.13
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 30857
/proc/meminfo: memFree=22399756/32873648 swapFree=6856/6856
[pid=30762] ppid=30760 vsize=9624976 CPUtime=1800.05 cores=1,3,5,7
/proc/30762/stat : 30762 (java) S 30760 30762 24583 0 -1 4202496 23274 0 1 0 179891 114 0 0 20 0 19 0 255473664 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140735279219552 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30762/statm: 2406244 600934 2281 9 0 2396937 0
[pid=30762/tid=30764] ppid=30760 vsize=9624976 CPUtime=1780.6 cores=1,3,5,7
/proc/30762/task/30764/stat : 30764 (java) R 30760 30762 24583 0 -1 4202560 4448 0 1 0 178003 57 0 0 20 0 19 0 255473665 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065617416480 140065477758085 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30762/tid=30765] ppid=30760 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/30762/task/30765/stat : 30765 (java) S 30760 30762 24583 0 -1 4202560 294 0 0 0 53 8 0 0 20 0 19 0 255473667 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065595517736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30766] ppid=30760 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/30762/task/30766/stat : 30766 (java) S 30760 30762 24583 0 -1 4202560 203 0 0 0 34 5 0 0 20 0 19 0 255473667 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065393076904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30762/tid=30767] ppid=30760 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/30762/task/30767/stat : 30767 (java) S 30760 30762 24583 0 -1 4202560 160 0 0 0 39 5 0 0 20 0 19 0 255473667 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065392024616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30768] ppid=30760 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/30762/task/30768/stat : 30768 (java) S 30760 30762 24583 0 -1 4202560 495 0 0 0 42 5 0 0 20 0 19 0 255473667 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065390971816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30762/tid=30769] ppid=30760 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/30762/task/30769/stat : 30769 (java) S 30760 30762 24583 0 -1 4202560 373 0 0 0 39 5 0 0 20 0 19 0 255473667 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065389918504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30770] ppid=30760 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/30762/task/30770/stat : 30770 (java) S 30760 30762 24583 0 -1 4202560 426 0 0 0 37 5 0 0 20 0 19 0 255473667 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065388865704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30771] ppid=30760 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/30762/task/30771/stat : 30771 (java) S 30760 30762 24583 0 -1 4202560 398 0 0 0 36 3 0 0 20 0 19 0 255473667 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065387813416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30762/tid=30772] ppid=30760 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/30762/task/30772/stat : 30772 (java) S 30760 30762 24583 0 -1 4202560 123 0 0 0 35 4 0 0 20 0 19 0 255473667 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065386760616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30762/tid=30773] ppid=30760 vsize=9624976 CPUtime=13.47 cores=1,3,5,7
/proc/30762/task/30773/stat : 30773 (java) S 30760 30762 24583 0 -1 4202560 1434 0 0 0 1342 5 0 0 20 0 19 0 255473668 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065374350056 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30774] ppid=30760 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30774/stat : 30774 (java) S 30760 30762 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255473668 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065373296120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30775] ppid=30760 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30775/stat : 30775 (java) S 30760 30762 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255473668 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065372243720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30776] ppid=30760 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30776/stat : 30776 (java) S 30760 30762 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255473671 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065371192208 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30762/tid=30777] ppid=30760 vsize=9624976 CPUtime=1.18 cores=1,3,5,7
/proc/30762/task/30777/stat : 30777 (java) S 30760 30762 24583 0 -1 4202560 10279 0 0 0 116 2 0 0 20 0 19 0 255473671 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065370138808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30778] ppid=30760 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/30762/task/30778/stat : 30778 (java) S 30760 30762 24583 0 -1 4202560 3356 0 0 0 56 0 0 0 20 0 19 0 255473671 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065369086008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30762/tid=30779] ppid=30760 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30779/stat : 30779 (java) S 30760 30762 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255473671 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065368033912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30780] ppid=30760 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/30762/task/30780/stat : 30780 (java) S 30760 30762 24583 0 -1 4202560 103 0 0 0 36 38 0 0 20 0 19 0 255473671 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065366981320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30762/tid=30781] ppid=30760 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30762/task/30781/stat : 30781 (java) S 30760 30762 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255474202 9855975424 600934 33554432000 1073741824 1073778376 140735279228416 140065365894568 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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
Real time (s): 1795.26
CPU time (s): 1800.44
CPU user time (s): 1798.88
CPU system time (s): 1.55976
CPU usage (%): 100.289
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.88
system time used= 1.55976
maximum resident set size= 2403860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23308
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39201
involuntary context switches= 10380

runsolver used 5.98109 second user time and 15.7436 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-24 23:04:42
IDJOB=3689829
IDBENCH=90950
IDSOLVER=2269
FILE ID=node125/3689829-1337893482
RUNJOBID= node125-1337889880-30316
PBS_JOBID= 14620079
Free space on /tmp= 71672 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_50null50mast_rapportOE1.0_TMAX300_K192_cod2.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689829-1337893482/watcher-3689829-1337893482 -o /tmp/evaluation-result-3689829-1337893482/solver-3689829-1337893482 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689829-1337893482.opb

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

MD5SUM BENCH= b2e2f53405c70867914e951ebcc4a7e3
RANDOM SEED=2048939964

node125.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.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.74
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.373
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.373
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.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
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:       32873648 kB
MemFree:        28848572 kB
Buffers:          219812 kB
Cached:          2266904 kB
SwapCached:            0 kB
Active:          1404256 kB
Inactive:        1854596 kB
Active(anon):     774644 kB
Inactive(anon):        0 kB
Active(file):     629612 kB
Inactive(file):  1854596 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             28044 kB
Writeback:             0 kB
AnonPages:        778244 kB
Mapped:            22624 kB
Shmem:               200 kB
Slab:             628688 kB
SReclaimable:      72676 kB
SUnreclaim:       556012 kB
KernelStack:        1592 kB
PageTables:         5732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1128312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    743424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71668 MiB
End job on node125 at 2012-05-24 23:34:40