Trace number 3744514

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.95 893.452

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_4_ic.opb
MD5SUMe305c1d0330d93c0634ea10582f6edce
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 106496424
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11026350169
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 106496424
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11026350169
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.08	c version 2.2.0.v20100531
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		1349517296
0.03/0.08	c Max memory 		1356595200
0.03/0.08	c Total memory 		1356595200
0.03/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	
0.10/0.11	c solving HOME/instance-3744514-1338810537.opb
0.10/0.11	c reading problem ... 
1.42/0.70	c ... done. Wall clock time 0.587s.
1.42/0.70	c #vars     15725
1.42/0.70	c #constraints  33208
1.42/0.70	c constraints type 
1.71/0.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.71/0.70	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.71/0.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.71/0.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1.71/0.70	c constraints type 
1.71/0.70	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.71/0.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.71/0.70	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.71/0.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
12.94/5.33	c cleaning 2497 clauses out of 5000 with flag 5000/5000
22.90/10.23	c cleaning 4249 clauses out of 8503 with flag 11000/11000
34.94/16.21	c cleaning 5622 clauses out of 11254 with flag 18000/18000
47.04/22.21	c cleaning 6815 clauses out of 13632 with flag 26000/26000
66.53/31.94	c cleaning 7907 clauses out of 15819 with flag 35002/35002
83.13/40.28	c cleaning 8947 clauses out of 17911 with flag 45001/45001
107.39/52.38	c cleaning 9966 clauses out of 19964 with flag 56001/56001
135.88/66.57	c cleaning 10988 clauses out of 21999 with flag 68002/68002
166.74/81.99	c cleaning 12001 clauses out of 24010 with flag 81001/81001
195.00/96.00	c cleaning 12997 clauses out of 26010 with flag 95002/95002
227.57/112.25	c cleaning 13991 clauses out of 28012 with flag 110001/110001
258.89/127.90	c cleaning 14999 clauses out of 30021 with flag 126001/126001
291.72/144.26	c cleaning 15991 clauses out of 32021 with flag 143000/143000
327.01/161.87	c cleaning 17007 clauses out of 34032 with flag 161002/161002
373.05/184.76	c cleaning 18008 clauses out of 36024 with flag 180001/180001
420.25/208.21	c cleaning 18991 clauses out of 38015 with flag 200000/200000
469.41/232.77	c cleaning 19990 clauses out of 40024 with flag 221000/221000
499.60/247.86	c cleaning 0 clauses out of 5011 with flag 0/5011
514.02/254.93	c cleaning 21003 clauses out of 42036 with flag 243002/243002
566.59/281.06	c cleaning 22014 clauses out of 44033 with flag 266002/266002
630.67/312.92	c cleaning 23001 clauses out of 46017 with flag 290000/290000
690.52/342.74	c cleaning 24002 clauses out of 48016 with flag 315000/315000
743.34/368.90	c cleaning 25000 clauses out of 50015 with flag 341001/341001
813.61/403.81	c cleaning 25997 clauses out of 52014 with flag 368000/368000
883.86/438.83	c cleaning 27003 clauses out of 54017 with flag 396000/396000
949.88/471.69	c cleaning 28000 clauses out of 56015 with flag 425001/425001
1018.93/505.93	c cleaning 29004 clauses out of 58014 with flag 455000/455000
1099.51/545.92	c cleaning 29995 clauses out of 60010 with flag 486000/486000
1180.86/586.46	c cleaning 30999 clauses out of 62015 with flag 518000/518000
1267.65/629.42	c cleaning 31998 clauses out of 64016 with flag 551000/551000
1349.33/669.91	c cleaning 33000 clauses out of 66020 with flag 585002/585002
1419.72/704.86	c cleaning 33489 clauses out of 67020 with flag 619002/619002
1501.72/745.53	c cleaning 33755 clauses out of 67530 with flag 653001/653001
1580.80/784.78	c cleaning 33883 clauses out of 67775 with flag 687001/687001
1670.07/828.96	c cleaning 33937 clauses out of 67891 with flag 721000/721000
1749.42/868.22	c cleaning 33959 clauses out of 67954 with flag 755000/755000
1800.01/893.41	c starts		: 170
1800.01/893.41	c conflicts		: 778059
1800.01/893.41	c decisions		: 1137717
1800.01/893.41	c propagations		: 452192752
1800.01/893.41	c inspects		: 3067623135
1800.01/893.41	c learnt literals	: 0
1800.01/893.41	c learnt binary clauses	: 0
1800.01/893.41	c learnt ternary clauses	: 0
1800.01/893.41	c learnt clauses	: 778059
1800.01/893.41	c ignored clauses	: 0
1800.01/893.41	c root simplifications	: 0
1800.01/893.41	c removed literals (reason simplification)	: 32029975
1800.01/893.41	c reason swapping (by a shorter reason)	: 0
1800.01/893.41	c Calls to reduceDB	: 35
1800.01/893.41	c number of reductions to clauses (during analyze)	: 0
1800.01/893.41	c number of learned constraints concerned by reduction	: 0
1800.01/893.41	c number of learning phase by resolution	: 0
1800.01/893.41	c number of learning phase by cutting planes	: 0
1800.01/893.41	c speed (assignments/second)	: 506536.69984261494
1800.01/893.41	c non guided choices	0
1800.01/893.44	c learnt constraints type 
1800.01/893.44	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 57068
1800.01/893.44	c constraints type 
1800.01/893.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.01/893.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.01/893.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.01/893.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.01/893.44	c constraints type 
1800.01/893.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1800.01/893.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1800.01/893.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.01/893.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.01/893.44	s UNKNOWN
1800.01/893.44	c Total wall clock time (in seconds): 893.33

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-3744514-1338810537/watcher-3744514-1338810537 -o /tmp/evaluation-result-3744514-1338810537/solver-3744514-1338810537 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3744514-1338810537.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: 3.63 3.84 3.81 4/195 3449
/proc/meminfo: memFree=20510700/32873844 swapFree=7112/7112
[pid=3449] ppid=3447 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/3449/stat : 3449 (java) R 3447 3449 6982 0 -1 4202496 988 0 0 0 0 0 0 0 20 0 1 0 347182270 23793664 715 33554432000 1073741824 1073778376 140736960406656 140736960395720 235365512552 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3449/statm: 5809 715 529 9 0 128 0

[startup+0.046334 s]
/proc/loadavg: 3.63 3.84 3.81 4/195 3449
/proc/meminfo: memFree=20510700/32873844 swapFree=7112/7112
[pid=3449] ppid=3447 vsize=2367080 CPUtime=0.03 cores=1,3,5,7
/proc/3449/stat : 3449 (java) S 3447 3449 6982 0 -1 4202496 3734 0 1 0 2 1 0 0 20 0 13 0 347182270 2423889920 4942 33554432000 1073741824 1073778376 140736960406656 140736960397792 235378081853 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3449/statm: 591770 4942 1705 9 0 582471 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2367080

[startup+0.100281 s]
/proc/loadavg: 3.63 3.84 3.81 4/195 3449
/proc/meminfo: memFree=20510700/32873844 swapFree=7112/7112
[pid=3449] ppid=3447 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/3449/stat : 3449 (java) S 3447 3449 6982 0 -1 4202496 4780 0 1 0 9 1 0 0 20 0 18 0 347182270 2764726272 6474 33554432000 1073741824 1073778376 140736960406656 140736960397792 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3449/statm: 674982 6474 2116 9 0 665676 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300219 s]
/proc/loadavg: 3.63 3.84 3.81 4/195 3449
/proc/meminfo: memFree=20510700/32873844 swapFree=7112/7112
[pid=3449] ppid=3447 vsize=2699928 CPUtime=0.52 cores=1,3,5,7
/proc/3449/stat : 3449 (java) S 3447 3449 6982 0 -1 4202496 5748 0 1 0 51 1 0 0 20 0 18 0 347182270 2764726272 10178 33554432000 1073741824 1073778376 140736960406656 140736960397792 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3449/statm: 674982 10178 2221 9 0 665676 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 2699928

[startup+0.700197 s]
/proc/loadavg: 3.63 3.84 3.81 4/195 3449
/proc/meminfo: memFree=20510700/32873844 swapFree=7112/7112
[pid=3449] ppid=3447 vsize=2699928 CPUtime=1.71 cores=1,3,5,7
/proc/3449/stat : 3449 (java) S 3447 3449 6982 0 -1 4202496 16003 0 1 0 166 5 0 0 20 0 18 0 347182270 2764726272 42497 33554432000 1073741824 1073778376 140736960406656 140736960397792 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3449/statm: 674982 42497 2240 9 0 665676 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 2699928

[startup+1.50081 s]
/proc/loadavg: 3.63 3.84 3.81 7/217 3471
/proc/meminfo: memFree=20318172/32873844 swapFree=7112/7112
[pid=3449] ppid=3447 vsize=2966184 CPUtime=4.53 cores=1,3,5,7
/proc/3449/stat : 3449 (java) S 3447 3449 6982 0 -1 4202496 17470 0 1 0 444 9 0 0 20 0 22 0 347182270 3037372416 85678 33554432000 1073741824 1073778376 140736960406656 140736960397792 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3449/statm: 741546 85678 2262 9 0 732240 0
[pid=3449/tid=3451] ppid=3447 vsize=2966184 CPUtime=0.67 cores=1,3,5,7
/proc/3449/task/3451/stat : 3451 (java) S 3447 3449 6982 0 -1 4202560 2860 0 1 0 65 2 0 0 20 0 22 0 347182271 3037372416 85678 33554432000 1073741824 1073778376 140736960406656 139654093915288 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3449/tid=3452] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3452/stat : 3452 (java) S 3447 3449 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347182272 3037372416 85678 33554432000 1073741824 1073778376 140736960406656 139653960629160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3453] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3453/stat : 3453 (java) S 3447 3449 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347182272 3037372416 85678 33554432000 1073741824 1073778376 140736960406656 139653959576616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3454] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3454/stat : 3454 (java) S 3447 3449 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347182272 3037372416 85678 33554432000 1073741824 1073778376 140736960406656 139653958523560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3449/tid=3455] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3455/stat : 3455 (java) S 3447 3449 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347182272 3037372416 85678 33554432000 1073741824 1073778376 140736960406656 139653957471016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3449/tid=3456] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3456/stat : 3456 (java) S 3447 3449 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347182272 3037372416 85678 33554432000 1073741824 1073778376 140736960406656 139653956417960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3457] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3457/stat : 3457 (java) S 3447 3449 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347182272 3037372416 85678 33554432000 1073741824 1073778376 140736960406656 139653955365416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3449/tid=3458] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3458/stat : 3458 (java) S 3447 3449 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347182272 3037372416 85678 33554432000 1073741824 1073778376 140736960406656 139653954312360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3459] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3459/stat : 3459 (java) S 3447 3449 6982 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 347182272 3037372416 85678 33554432000 1073741824 1073778376 140736960406656 139653953259816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3460] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3460/stat : 3460 (java) S 3447 3449 6982 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 347182273 3037372416 85678 33554432000 1073741824 1073778376 140736960406656 139653470448488 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3461] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3461/stat : 3461 (java) S 3447 3449 6982 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 347182273 3037372416 85678 33554432000 1073741824 1073778376 140736960406656 139653469394808 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3462] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3462/stat : 3462 (java) S 3447 3449 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347182273 3037372416 85678 33554432000 1073741824 1073778376 140736960406656 139653468341640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3463] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3463/stat : 3463 (java) S 3447 3449 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347182276 3037372416 85678 33554432000 1073741824 1073778376 140736960406656 139653467290384 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3464] ppid=3447 vsize=2966184 CPUtime=1.13 cores=1,3,5,7
/proc/3449/task/3464/stat : 3464 (java) S 3447 3449 6982 0 -1 4202560 6972 0 0 0 111 2 0 0 20 0 22 0 347182276 3037372416 85678 33554432000 1073741824 1073778376 140736960406656 139653466237240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3465] ppid=3447 vsize=2966184 CPUtime=1.11 cores=1,3,5,7
/proc/3449/task/3465/stat : 3465 (java) S 3447 3449 6982 0 -1 4202560 6259 0 0 0 109 2 0 0 20 0 22 0 347182276 3037372416 85678 33554432000 1073741824 1073778376 140736960406656 139653465184696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3466] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3466/stat : 3466 (java) S 3447 3449 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347182276 3037372416 85678 33554432000 1073741824 1073778376 140736960406656 139653464131832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3467] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3467/stat : 3467 (java) S 3447 3449 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347182276 3037372416 85678 33554432000 1073741824 1073778376 140736960406656 139653463079496 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3468] ppid=3447 vsize=2966184 CPUtime=0.78 cores=1,3,5,7
/proc/3449/task/3468/stat : 3468 (java) R 3447 3449 6982 0 -1 4202560 67 0 0 0 76 2 0 0 20 0 22 0 347182340 3037372416 85678 33554432000 1073741824 1073778376 140736960406656 139653462024040 139653966422164 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3449/tid=3469] ppid=3447 vsize=2966184 CPUtime=0.78 cores=1,3,5,7
/proc/3449/task/3469/stat : 3469 (java) R 3447 3449 6982 0 -1 4202560 112 0 0 0 77 1 0 0 20 0 22 0 347182340 3037372416 86190 33554432000 1073741824 1073778376 140736960406656 139653460972168 139653966422124 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3449/tid=3470] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3470/stat : 3470 (java) S 3447 3449 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347182348 3037372416 86190 33554432000 1073741824 1073778376 140736960406656 139653459920168 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3449/tid=3471] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3471/stat : 3471 (java) S 3447 3449 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347182348 3037372416 86190 33554432000 1073741824 1073778376 140736960406656 139653458867624 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 2966184

[startup+3.10079 s]
/proc/loadavg: 3.66 3.84 3.82 5/217 3471
/proc/meminfo: memFree=20095376/32873844 swapFree=7112/7112
[pid=3449] ppid=3447 vsize=2966184 CPUtime=8.16 cores=1,3,5,7
/proc/3449/stat : 3449 (java) S 3447 3449 6982 0 -1 4202496 17645 0 1 0 797 19 0 0 20 0 22 0 347182270 3037372416 112851 33554432000 1073741824 1073778376 140736960406656 140736960397792 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3449/statm: 741546 112851 2275 9 0 732240 0
[pid=3449/tid=3451] ppid=3447 vsize=2966184 CPUtime=0.67 cores=1,3,5,7
/proc/3449/task/3451/stat : 3451 (java) S 3447 3449 6982 0 -1 4202560 2860 0 1 0 65 2 0 0 20 0 22 0 347182271 3037372416 112851 33554432000 1073741824 1073778376 140736960406656 139654093915288 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3449/tid=3452] ppid=3447 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/3449/task/3452/stat : 3452 (java) S 3447 3449 6982 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 347182272 3037372416 112851 33554432000 1073741824 1073778376 140736960406656 139653960629160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3453] ppid=3447 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/3449/task/3453/stat : 3453 (java) R 3447 3449 6982 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 347182272 3037372416 112851 33554432000 1073741824 1073778376 140736960406656 139653959576616 139654098090159 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3449/tid=3454] ppid=3447 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/3449/task/3454/stat : 3454 (java) R 3447 3449 6982 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 22 0 347182272 3037372416 112851 33554432000 1073741824 1073778376 140736960406656 139653958523736 139654096385749 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3455] ppid=3447 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/3449/task/3455/stat : 3455 (java) R 3447 3449 6982 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 347182272 3037372416 112851 33554432000 1073741824 1073778376 140736960406656 139653957471016 235378097208 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3456] ppid=3447 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/3449/task/3456/stat : 3456 (java) R 3447 3449 6982 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 347182272 3037372416 112851 33554432000 1073741824 1073778376 140736960406656 139653956418136 139654098076460 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3457] ppid=3447 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/3449/task/3457/stat : 3457 (java) R 3447 3449 6982 0 -1 4202560 22 0 0 0 4 2 0 0 20 0 22 0 347182272 3037372416 112851 33554432000 1073741824 1073778376 140736960406656 139653955365592 139654098090120 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3458] ppid=3447 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/3449/task/3458/stat : 3458 (java) R 3447 3449 6982 0 -1 4202560 24 0 0 0 2 2 0 0 20 0 22 0 347182272 3037372416 112851 33554432000 1073741824 1073778376 140736960406656 139653954312360 235378095164 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3459] ppid=3447 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/3449/task/3459/stat : 3459 (java) R 3447 3449 6982 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 347182272 3037372416 112851 33554432000 1073741824 1073778376 140736960406656 139653953259816 139654098090150 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3449/tid=3460] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3460/stat : 3460 (java) S 3447 3449 6982 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 347182273 3037372416 112851 33554432000 1073741824 1073778376 140736960406656 139653470447368 235378095164 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3461] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3461/stat : 3461 (java) S 3447 3449 6982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347182273 3037372416 112851 33554432000 1073741824 1073778376 140736960406656 139653469394808 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3462] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3462/stat : 3462 (java) S 3447 3449 6982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347182273 3037372416 112851 33554432000 1073741824 1073778376 140736960406656 139653468341640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3463] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3463/stat : 3463 (java) S 3447 3449 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347182276 3037372416 112851 33554432000 1073741824 1073778376 140736960406656 139653467290384 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3464] ppid=3447 vsize=2966184 CPUtime=1.25 cores=1,3,5,7
/proc/3449/task/3464/stat : 3464 (java) S 3447 3449 6982 0 -1 4202560 6972 0 0 0 123 2 0 0 20 0 22 0 347182276 3037372416 112851 33554432000 1073741824 1073778376 140736960406656 139653466237240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3465] ppid=3447 vsize=2966184 CPUtime=1.24 cores=1,3,5,7
/proc/3449/task/3465/stat : 3465 (java) S 3447 3449 6982 0 -1 4202560 6261 0 0 0 122 2 0 0 20 0 22 0 347182276 3037372416 112851 33554432000 1073741824 1073778376 140736960406656 139653465184696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3466] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3466/stat : 3466 (java) S 3447 3449 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347182276 3037372416 112851 33554432000 1073741824 1073778376 140736960406656 139653464131832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3467] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3467/stat : 3467 (java) S 3447 3449 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347182276 3037372416 112851 33554432000 1073741824 1073778376 140736960406656 139653463079496 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3468] ppid=3447 vsize=2966184 CPUtime=2.28 cores=1,3,5,7
/proc/3449/task/3468/stat : 3468 (java) S 3447 3449 6982 0 -1 4202560 81 0 0 0 225 3 0 0 20 0 22 0 347182340 3037372416 112851 33554432000 1073741824 1073778376 140736960406656 139653462024120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3449/tid=3469] ppid=3447 vsize=2966184 CPUtime=2.28 cores=1,3,5,7
/proc/3449/task/3469/stat : 3469 (java) S 3447 3449 6982 0 -1 4202560 126 0 0 0 226 2 0 0 20 0 22 0 347182340 3037372416 112851 33554432000 1073741824 1073778376 140736960406656 139653460970680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3449/tid=3470] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3470/stat : 3470 (java) S 3447 3449 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347182348 3037372416 112851 33554432000 1073741824 1073778376 140736960406656 139653459920168 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3449/tid=3471] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3471/stat : 3471 (java) S 3447 3449 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347182348 3037372416 112851 33554432000 1073741824 1073778376 140736960406656 139653458867624 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.16
Current children cumulated vsize (KiB) 2966184

[startup+6.30078 s]
/proc/loadavg: 3.66 3.84 3.82 4/217 3471
/proc/meminfo: memFree=19997940/32873844 swapFree=7112/7112
[pid=3449] ppid=3447 vsize=2966184 CPUtime=14.95 cores=1,3,5,7
/proc/3449/stat : 3449 (java) S 3447 3449 6982 0 -1 4202496 17846 0 1 0 1465 30 0 0 20 0 22 0 347182270 3037372416 135595 33554432000 1073741824 1073778376 140736960406656 140736960397792 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3449/statm: 741546 135595 2287 9 0 732240 0
[pid=3449/tid=3451] ppid=3447 vsize=2966184 CPUtime=0.67 cores=1,3,5,7
/proc/3449/task/3451/stat : 3451 (java) S 3447 3449 6982 0 -1 4202560 2860 0 1 0 65 2 0 0 20 0 22 0 347182271 3037372416 135595 33554432000 1073741824 1073778376 140736960406656 139654093915288 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3449/tid=3452] ppid=3447 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/3449/task/3452/stat : 3452 (java) S 3447 3449 6982 0 -1 4202560 32 0 0 0 7 3 0 0 20 0 22 0 347182272 3037372416 135595 33554432000 1073741824 1073778376 140736960406656 139653960629160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3453] ppid=3447 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/3449/task/3453/stat : 3453 (java) S 3447 3449 6982 0 -1 4202560 29 0 0 0 10 1 0 0 20 0 22 0 347182272 3037372416 135595 33554432000 1073741824 1073778376 140736960406656 139653959576616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3454] ppid=3447 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/3449/task/3454/stat : 3454 (java) S 3447 3449 6982 0 -1 4202560 45 0 0 0 10 3 0 0 20 0 22 0 347182272 3037372416 135595 33554432000 1073741824 1073778376 140736960406656 139653958523560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3455] ppid=3447 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/3449/task/3455/stat : 3455 (java) S 3447 3449 6982 0 -1 4202560 32 0 0 0 6 2 0 0 20 0 22 0 347182272 3037372416 135595 33554432000 1073741824 1073778376 140736960406656 139653957471016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3449/tid=3456] ppid=3447 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/3449/task/3456/stat : 3456 (java) S 3447 3449 6982 0 -1 4202560 40 0 0 0 12 2 0 0 20 0 22 0 347182272 3037372416 135595 33554432000 1073741824 1073778376 140736960406656 139653956417960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3457] ppid=3447 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/3449/task/3457/stat : 3457 (java) S 3447 3449 6982 0 -1 4202560 37 0 0 0 12 3 0 0 20 0 22 0 347182272 3037372416 135595 33554432000 1073741824 1073778376 140736960406656 139653955365416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3449/tid=3458] ppid=3447 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/3449/task/3458/stat : 3458 (java) S 3447 3449 6982 0 -1 4202560 42 0 0 0 7 3 0 0 20 0 22 0 347182272 3037372416 135595 33554432000 1073741824 1073778376 140736960406656 139653954312360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3459] ppid=3447 vsize=2966184 CPUtime=0.17 cores=1,3,5,7
/proc/3449/task/3459/stat : 3459 (java) S 3447 3449 6982 0 -1 4202560 45 0 0 0 14 3 0 0 20 0 22 0 347182272 3037372416 135595 33554432000 1073741824 1073778376 140736960406656 139653953259816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3449/tid=3460] ppid=3447 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/3449/task/3460/stat : 3460 (java) S 3447 3449 6982 0 -1 4202560 32 0 0 0 10 0 0 0 20 0 22 0 347182273 3037372416 135595 33554432000 1073741824 1073778376 140736960406656 139653470448488 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3461] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3461/stat : 3461 (java) S 3447 3449 6982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347182273 3037372416 135595 33554432000 1073741824 1073778376 140736960406656 139653469394808 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3462] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3462/stat : 3462 (java) S 3447 3449 6982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347182273 3037372416 135595 33554432000 1073741824 1073778376 140736960406656 139653468341640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3463] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3463/stat : 3463 (java) S 3447 3449 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347182276 3037372416 135595 33554432000 1073741824 1073778376 140736960406656 139653467290384 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3464] ppid=3447 vsize=2966184 CPUtime=1.38 cores=1,3,5,7
/proc/3449/task/3464/stat : 3464 (java) S 3447 3449 6982 0 -1 4202560 6976 0 0 0 136 2 0 0 20 0 22 0 347182276 3037372416 135595 33554432000 1073741824 1073778376 140736960406656 139653466237240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=3449/tid=3469] ppid=3447 vsize=2966184 CPUtime=740.95 cores=1,3,5,7
/proc/3449/task/3469/stat : 3469 (java) R 3447 3449 6982 0 -1 4202560 442 0 0 0 74078 17 0 0 20 0 22 0 347182340 3037372416 191917 33554432000 1073741824 1073778376 140736960406656 139653460970616 139653966808930 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3449/tid=3470] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3470/stat : 3470 (java) S 3447 3449 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347182348 3037372416 191917 33554432000 1073741824 1073778376 140736960406656 139653459920168 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3449/tid=3471] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3471/stat : 3471 (java) S 3447 3449 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347182348 3037372416 191917 33554432000 1073741824 1073778376 140736960406656 139653458867624 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1535.45
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 3.85 3.92 3.85 5/217 3566
/proc/meminfo: memFree=19709712/32873844 swapFree=7112/7112
[pid=3449] ppid=3447 vsize=2966184 CPUtime=1656.69 cores=1,3,5,7
/proc/3449/stat : 3449 (java) S 3447 3449 6982 0 -1 4202496 29013 0 1 0 165528 141 0 0 20 0 22 0 347182270 3037372416 193965 33554432000 1073741824 1073778376 140736960406656 140736960397792 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3449/statm: 741546 193965 2287 9 0 732240 0
[pid=3449/tid=3451] ppid=3447 vsize=2966184 CPUtime=0.7 cores=1,3,5,7
/proc/3449/task/3451/stat : 3451 (java) S 3447 3449 6982 0 -1 4202560 2872 0 1 0 66 4 0 0 20 0 22 0 347182271 3037372416 193965 33554432000 1073741824 1073778376 140736960406656 139654093915288 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3452] ppid=3447 vsize=2966184 CPUtime=5.32 cores=1,3,5,7
/proc/3449/task/3452/stat : 3452 (java) S 3447 3449 6982 0 -1 4202560 327 0 0 0 524 8 0 0 20 0 22 0 347182272 3037372416 193965 33554432000 1073741824 1073778376 140736960406656 139653960629160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3453] ppid=3447 vsize=2966184 CPUtime=5.61 cores=1,3,5,7
/proc/3449/task/3453/stat : 3453 (java) S 3447 3449 6982 0 -1 4202560 321 0 0 0 553 8 0 0 20 0 22 0 347182272 3037372416 193965 33554432000 1073741824 1073778376 140736960406656 139653959576616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3449/tid=3454] ppid=3447 vsize=2966184 CPUtime=5.48 cores=1,3,5,7
/proc/3449/task/3454/stat : 3454 (java) S 3447 3449 6982 0 -1 4202560 334 0 0 0 540 8 0 0 20 0 22 0 347182272 3037372416 193965 33554432000 1073741824 1073778376 140736960406656 139653958523560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3449/tid=3455] ppid=3447 vsize=2966184 CPUtime=5.43 cores=1,3,5,7
/proc/3449/task/3455/stat : 3455 (java) S 3447 3449 6982 0 -1 4202560 326 0 0 0 535 8 0 0 20 0 22 0 347182272 3037372416 193965 33554432000 1073741824 1073778376 140736960406656 139653957471016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3449/tid=3456] ppid=3447 vsize=2966184 CPUtime=5.65 cores=1,3,5,7
/proc/3449/task/3456/stat : 3456 (java) S 3447 3449 6982 0 -1 4202560 328 0 0 0 556 9 0 0 20 0 22 0 347182272 3037372416 193965 33554432000 1073741824 1073778376 140736960406656 139653956417960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3457] ppid=3447 vsize=2966184 CPUtime=5.72 cores=1,3,5,7
/proc/3449/task/3457/stat : 3457 (java) S 3447 3449 6982 0 -1 4202560 333 0 0 0 564 8 0 0 20 0 22 0 347182272 3037372416 193965 33554432000 1073741824 1073778376 140736960406656 139653955365416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3449/tid=3458] ppid=3447 vsize=2966184 CPUtime=5.66 cores=1,3,5,7
/proc/3449/task/3458/stat : 3458 (java) S 3447 3449 6982 0 -1 4202560 338 0 0 0 557 9 0 0 20 0 22 0 347182272 3037372416 193965 33554432000 1073741824 1073778376 140736960406656 139653954312360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3449/tid=3459] ppid=3447 vsize=2966184 CPUtime=5.6 cores=1,3,5,7
/proc/3449/task/3459/stat : 3459 (java) S 3447 3449 6982 0 -1 4202560 343 0 0 0 552 8 0 0 20 0 22 0 347182272 3037372416 193965 33554432000 1073741824 1073778376 140736960406656 139653953259816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3449/tid=3460] ppid=3447 vsize=2966184 CPUtime=9.42 cores=1,3,5,7
/proc/3449/task/3460/stat : 3460 (java) S 3447 3449 6982 0 -1 4202560 5168 0 0 0 900 42 0 0 20 0 22 0 347182273 3037372416 193965 33554432000 1073741824 1073778376 140736960406656 139653470448488 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3449/tid=3461] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3461/stat : 3461 (java) S 3447 3449 6982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347182273 3037372416 193965 33554432000 1073741824 1073778376 140736960406656 139653469394808 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3462] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3462/stat : 3462 (java) S 3447 3449 6982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347182273 3037372416 193965 33554432000 1073741824 1073778376 140736960406656 139653468341640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3463] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3463/stat : 3463 (java) S 3447 3449 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347182276 3037372416 193965 33554432000 1073741824 1073778376 140736960406656 139653467290384 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3464] ppid=3447 vsize=2966184 CPUtime=1.47 cores=1,3,5,7
/proc/3449/task/3464/stat : 3464 (java) S 3447 3449 6982 0 -1 4202560 6982 0 0 0 145 2 0 0 20 0 22 0 347182276 3037372416 193965 33554432000 1073741824 1073778376 140736960406656 139653466237240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3449/tid=3465] ppid=3447 vsize=2966184 CPUtime=1.89 cores=1,3,5,7
/proc/3449/task/3465/stat : 3465 (java) S 3447 3449 6982 0 -1 4202560 9221 0 0 0 187 2 0 0 20 0 22 0 347182276 3037372416 193965 33554432000 1073741824 1073778376 140736960406656 139653465184696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3466] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3466/stat : 3466 (java) S 3447 3449 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347182276 3037372416 193965 33554432000 1073741824 1073778376 140736960406656 139653464131832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3467] ppid=3447 vsize=2966184 CPUtime=0.39 cores=1,3,5,7
/proc/3449/task/3467/stat : 3467 (java) S 3447 3449 6982 0 -1 4202560 44 0 0 0 21 18 0 0 20 0 22 0 347182276 3037372416 193965 33554432000 1073741824 1073778376 140736960406656 139653463079496 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3449/tid=3468] ppid=3447 vsize=2966184 CPUtime=799.37 cores=1,3,5,7
/proc/3449/task/3468/stat : 3468 (java) R 3447 3449 6982 0 -1 4202560 425 0 0 0 79918 19 0 0 20 0 22 0 347182340 3037372416 193965 33554432000 1073741824 1073778376 140736960406656 139653462024016 139653966400589 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3449/tid=3469] ppid=3447 vsize=2966184 CPUtime=799.46 cores=1,3,5,7
/proc/3449/task/3469/stat : 3469 (java) R 3447 3449 6982 0 -1 4202560 463 0 0 0 79928 18 0 0 20 0 22 0 347182340 3037372416 193965 33554432000 1073741824 1073778376 140736960406656 139653460970640 139653966421920 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3470] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3470/stat : 3470 (java) S 3447 3449 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347182348 3037372416 193965 33554432000 1073741824 1073778376 140736960406656 139653459920168 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3449/tid=3471] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3471/stat : 3471 (java) S 3447 3449 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347182348 3037372416 193965 33554432000 1073741824 1073778376 140736960406656 139653458867624 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1656.69
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 4.01 3.95 3.86 5/217 3566
/proc/meminfo: memFree=19697548/32873844 swapFree=7112/7112
[pid=3449] ppid=3447 vsize=2966184 CPUtime=1777.44 cores=1,3,5,7
/proc/3449/stat : 3449 (java) S 3447 3449 6982 0 -1 4202496 29379 0 1 0 177595 149 0 0 20 0 22 0 347182270 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 140736960397792 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3449/statm: 741546 196013 2287 9 0 732240 0
[pid=3449/tid=3451] ppid=3447 vsize=2966184 CPUtime=0.7 cores=1,3,5,7
/proc/3449/task/3451/stat : 3451 (java) S 3447 3449 6982 0 -1 4202560 2873 0 1 0 66 4 0 0 20 0 22 0 347182271 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139654093915288 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3452] ppid=3447 vsize=2966184 CPUtime=5.81 cores=1,3,5,7
/proc/3449/task/3452/stat : 3452 (java) S 3447 3449 6982 0 -1 4202560 328 0 0 0 573 8 0 0 20 0 22 0 347182272 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653960629160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3449/tid=3453] ppid=3447 vsize=2966184 CPUtime=6.12 cores=1,3,5,7
/proc/3449/task/3453/stat : 3453 (java) S 3447 3449 6982 0 -1 4202560 322 0 0 0 603 9 0 0 20 0 22 0 347182272 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653959576616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3454] ppid=3447 vsize=2966184 CPUtime=5.92 cores=1,3,5,7
/proc/3449/task/3454/stat : 3454 (java) S 3447 3449 6982 0 -1 4202560 337 0 0 0 583 9 0 0 20 0 22 0 347182272 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653958523560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3455] ppid=3447 vsize=2966184 CPUtime=5.89 cores=1,3,5,7
/proc/3449/task/3455/stat : 3455 (java) S 3447 3449 6982 0 -1 4202560 327 0 0 0 581 8 0 0 20 0 22 0 347182272 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653957471016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3456] ppid=3447 vsize=2966184 CPUtime=6.2 cores=1,3,5,7
/proc/3449/task/3456/stat : 3456 (java) S 3447 3449 6982 0 -1 4202560 331 0 0 0 611 9 0 0 20 0 22 0 347182272 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653956417960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3457] ppid=3447 vsize=2966184 CPUtime=6.19 cores=1,3,5,7
/proc/3449/task/3457/stat : 3457 (java) S 3447 3449 6982 0 -1 4202560 334 0 0 0 611 8 0 0 20 0 22 0 347182272 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653955365416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3449/tid=3458] ppid=3447 vsize=2966184 CPUtime=6.13 cores=1,3,5,7
/proc/3449/task/3458/stat : 3458 (java) S 3447 3449 6982 0 -1 4202560 339 0 0 0 604 9 0 0 20 0 22 0 347182272 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653954312360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3449/tid=3459] ppid=3447 vsize=2966184 CPUtime=6.04 cores=1,3,5,7
/proc/3449/task/3459/stat : 3459 (java) S 3447 3449 6982 0 -1 4202560 344 0 0 0 596 8 0 0 20 0 22 0 347182272 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653953259816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3449/tid=3460] ppid=3447 vsize=2966184 CPUtime=10.35 cores=1,3,5,7
/proc/3449/task/3460/stat : 3460 (java) S 3447 3449 6982 0 -1 4202560 5470 0 0 0 989 46 0 0 20 0 22 0 347182273 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653470448488 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3461] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3461/stat : 3461 (java) S 3447 3449 6982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347182273 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653469394808 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3462] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3462/stat : 3462 (java) S 3447 3449 6982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347182273 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653468341640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3463] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3463/stat : 3463 (java) S 3447 3449 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347182276 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653467290384 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3464] ppid=3447 vsize=2966184 CPUtime=1.47 cores=1,3,5,7
/proc/3449/task/3464/stat : 3464 (java) S 3447 3449 6982 0 -1 4202560 6982 0 0 0 145 2 0 0 20 0 22 0 347182276 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653466237240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3449/tid=3465] ppid=3447 vsize=2966184 CPUtime=1.89 cores=1,3,5,7
/proc/3449/task/3465/stat : 3465 (java) S 3447 3449 6982 0 -1 4202560 9221 0 0 0 187 2 0 0 20 0 22 0 347182276 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653465184696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3466] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3466/stat : 3466 (java) S 3447 3449 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347182276 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653464131832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3467] ppid=3447 vsize=2966184 CPUtime=0.42 cores=1,3,5,7
/proc/3449/task/3467/stat : 3467 (java) S 3447 3449 6982 0 -1 4202560 48 0 0 0 22 20 0 0 20 0 22 0 347182276 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653463079496 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3468] ppid=3447 vsize=2966184 CPUtime=857.38 cores=1,3,5,7
/proc/3449/task/3468/stat : 3468 (java) R 3447 3449 6982 0 -1 4202560 452 0 0 0 85717 21 0 0 20 0 22 0 347182340 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653462023120 139653966422159 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3469] ppid=3447 vsize=2966184 CPUtime=857.48 cores=1,3,5,7
/proc/3449/task/3469/stat : 3469 (java) R 3447 3449 6982 0 -1 4202560 483 0 0 0 85729 19 0 0 20 0 22 0 347182340 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653460971600 139653966421920 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3449/tid=3470] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3470/stat : 3470 (java) S 3447 3449 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347182348 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653459920168 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3449/tid=3471] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3471/stat : 3471 (java) S 3447 3449 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347182348 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653458867624 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1777.44
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.401 s]
/proc/loadavg: 4.01 3.95 3.86 5/217 3566
/proc/meminfo: memFree=19689356/32873844 swapFree=7112/7112
[pid=3449] ppid=3447 vsize=2966184 CPUtime=1800.01 cores=1,3,5,7
/proc/3449/stat : 3449 (java) S 3447 3449 6982 0 -1 4202496 29387 0 1 0 179850 151 0 0 20 0 22 0 347182270 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 140736960397792 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3449/statm: 741546 196013 2287 9 0 732240 0
[pid=3449/tid=3451] ppid=3447 vsize=2966184 CPUtime=0.7 cores=1,3,5,7
/proc/3449/task/3451/stat : 3451 (java) S 3447 3449 6982 0 -1 4202560 2874 0 1 0 66 4 0 0 20 0 22 0 347182271 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139654093915288 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3452] ppid=3447 vsize=2966184 CPUtime=5.89 cores=1,3,5,7
/proc/3449/task/3452/stat : 3452 (java) S 3447 3449 6982 0 -1 4202560 328 0 0 0 581 8 0 0 20 0 22 0 347182272 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653960629160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3449/tid=3453] ppid=3447 vsize=2966184 CPUtime=6.21 cores=1,3,5,7
/proc/3449/task/3453/stat : 3453 (java) S 3447 3449 6982 0 -1 4202560 322 0 0 0 612 9 0 0 20 0 22 0 347182272 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653959576616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3449/tid=3454] ppid=3447 vsize=2966184 CPUtime=6 cores=1,3,5,7
/proc/3449/task/3454/stat : 3454 (java) S 3447 3449 6982 0 -1 4202560 337 0 0 0 591 9 0 0 20 0 22 0 347182272 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653958523560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3449/tid=3455] ppid=3447 vsize=2966184 CPUtime=5.99 cores=1,3,5,7
/proc/3449/task/3455/stat : 3455 (java) S 3447 3449 6982 0 -1 4202560 327 0 0 0 591 8 0 0 20 0 22 0 347182272 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653957471016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3456] ppid=3447 vsize=2966184 CPUtime=6.29 cores=1,3,5,7
/proc/3449/task/3456/stat : 3456 (java) S 3447 3449 6982 0 -1 4202560 331 0 0 0 620 9 0 0 20 0 22 0 347182272 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653956417960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3449/tid=3457] ppid=3447 vsize=2966184 CPUtime=6.29 cores=1,3,5,7
/proc/3449/task/3457/stat : 3457 (java) S 3447 3449 6982 0 -1 4202560 334 0 0 0 621 8 0 0 20 0 22 0 347182272 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653955365416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3449/tid=3458] ppid=3447 vsize=2966184 CPUtime=6.23 cores=1,3,5,7
/proc/3449/task/3458/stat : 3458 (java) S 3447 3449 6982 0 -1 4202560 339 0 0 0 614 9 0 0 20 0 22 0 347182272 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653954312360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3449/tid=3459] ppid=3447 vsize=2966184 CPUtime=6.13 cores=1,3,5,7
/proc/3449/task/3459/stat : 3459 (java) S 3447 3449 6982 0 -1 4202560 344 0 0 0 604 9 0 0 20 0 22 0 347182272 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653953259816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3449/tid=3460] ppid=3447 vsize=2966184 CPUtime=10.35 cores=1,3,5,7
/proc/3449/task/3460/stat : 3460 (java) S 3447 3449 6982 0 -1 4202560 5470 0 0 0 989 46 0 0 20 0 22 0 347182273 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653470448488 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3461] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3461/stat : 3461 (java) S 3447 3449 6982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347182273 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653469394808 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3462] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3462/stat : 3462 (java) S 3447 3449 6982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347182273 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653468341640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3463] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3463/stat : 3463 (java) S 3447 3449 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347182276 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653467290384 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3449/tid=3464] ppid=3447 vsize=2966184 CPUtime=1.47 cores=1,3,5,7
/proc/3449/task/3464/stat : 3464 (java) S 3447 3449 6982 0 -1 4202560 6982 0 0 0 145 2 0 0 20 0 22 0 347182276 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653466237240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3449/tid=3465] ppid=3447 vsize=2966184 CPUtime=1.89 cores=1,3,5,7
/proc/3449/task/3465/stat : 3465 (java) S 3447 3449 6982 0 -1 4202560 9221 0 0 0 187 2 0 0 20 0 22 0 347182276 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653465184696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3466] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3466/stat : 3466 (java) S 3447 3449 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347182276 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653464131832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3449/tid=3467] ppid=3447 vsize=2966184 CPUtime=0.42 cores=1,3,5,7
/proc/3449/task/3467/stat : 3467 (java) S 3447 3449 6982 0 -1 4202560 48 0 0 0 22 20 0 0 20 0 22 0 347182276 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653463079496 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3449/tid=3468] ppid=3447 vsize=2966184 CPUtime=868.28 cores=1,3,5,7
/proc/3449/task/3468/stat : 3468 (java) R 3447 3449 6982 0 -1 4202560 456 0 0 0 86807 21 0 0 20 0 22 0 347182340 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653462024000 139653966445968 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3449/tid=3469] ppid=3447 vsize=2966184 CPUtime=868.39 cores=1,3,5,7
/proc/3449/task/3469/stat : 3469 (java) R 3447 3449 6982 0 -1 4202560 486 0 0 0 86819 20 0 0 20 0 22 0 347182340 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653460970496 139653966810680 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3449/tid=3470] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3470/stat : 3470 (java) S 3447 3449 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347182348 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653459920168 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3449/tid=3471] ppid=3447 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3449/task/3471/stat : 3471 (java) S 3447 3449 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347182348 3037372416 196013 33554432000 1073741824 1073778376 140736960406656 139653458867624 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2966184

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): 893.452
CPU time (s): 1800.95
CPU user time (s): 1798.95
CPU system time (s): 2.00369
CPU usage (%): 201.572
Max. virtual memory (cumulated for all children) (KiB): 2967476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.95
system time used= 2.0037
maximum resident set size= 786224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29422
page faults= 1
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42192
involuntary context switches= 87460

runsolver used 3.45947 second user time and 8.65668 second system time

The end

Launcher Data

Begin job on node104 at 2012-06-04 13:48:57
IDJOB=3744514
IDBENCH=92767
IDSOLVER=2324
FILE ID=node104/3744514-1338810537
RUNJOBID= node104-1338804170-1997
PBS_JOBID= 14636834
Free space on /tmp= 66432 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_4_ic.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744514-1338810537/watcher-3744514-1338810537 -o /tmp/evaluation-result-3744514-1338810537/solver-3744514-1338810537 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3744514-1338810537.opb

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

MD5SUM BENCH= e305c1d0330d93c0634ea10582f6edce
RANDOM SEED=141450311

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        20510964 kB
Buffers:         3058024 kB
Cached:          7471904 kB
SwapCached:          708 kB
Active:          8079388 kB
Inactive:        3203864 kB
Active(anon):     735272 kB
Inactive(anon):     8092 kB
Active(file):    7344116 kB
Inactive(file):  3195772 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105164 kB
Dirty:              1656 kB
Writeback:            24 kB
AnonPages:        733276 kB
Mapped:            22492 kB
Shmem:                 8 kB
Slab:             937836 kB
SReclaimable:     379404 kB
SUnreclaim:       558432 kB
KernelStack:        1712 kB
PageTables:         5572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1565496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    663552 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= 66432 MiB
End job on node104 at 2012-06-04 14:03:53