Trace number 3744660

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.17 905.26

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_7_ic.opb
MD5SUMa68c99426915823baa7396c373ffb50a
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 112678587
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 15865908633
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 112678587
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 15865908633
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.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/0.09	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 org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@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 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	c solving HOME/instance-3744660-1338809570.opb
0.10/0.11	c reading problem ... 
1.24/0.67	c ... done. Wall clock time 0.559s.
1.24/0.67	c #vars     15725
1.24/0.67	c #constraints  33211
1.24/0.67	c constraints type 
1.24/0.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.24/0.67	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.24/0.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.24/0.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.24/0.67	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.24/0.67	c constraints type 
1.24/0.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.24/0.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.24/0.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.24/0.67	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1.24/0.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
7.72/3.49	c cleaning 2500 clauses out of 5000 with flag 5000/5000
15.20/7.12	c cleaning 4246 clauses out of 8500 with flag 11000/11000
23.93/11.55	c cleaning 5620 clauses out of 11254 with flag 18000/18000
32.65/15.91	c cleaning 6813 clauses out of 13636 with flag 26002/26002
41.80/20.57	c cleaning 7907 clauses out of 15821 with flag 35000/35000
52.71/26.00	c cleaning 8956 clauses out of 17914 with flag 45000/45000
65.01/32.28	c cleaning 9973 clauses out of 19959 with flag 56001/56001
79.30/39.50	c cleaning 10988 clauses out of 21985 with flag 68000/68000
92.55/46.16	c cleaning 11992 clauses out of 23997 with flag 81000/81000
107.64/53.79	c cleaning 12995 clauses out of 26006 with flag 95001/95001
123.75/61.82	c cleaning 14001 clauses out of 28011 with flag 110001/110001
139.43/69.74	c cleaning 15000 clauses out of 30010 with flag 126001/126001
159.06/79.65	c cleaning 16001 clauses out of 32009 with flag 143000/143000
176.13/88.21	c cleaning 17000 clauses out of 34012 with flag 161004/161004
195.82/98.17	c cleaning 18000 clauses out of 36009 with flag 180001/180001
217.89/109.25	c cleaning 18980 clauses out of 38008 with flag 200000/200000
240.50/120.63	c cleaning 20004 clauses out of 40030 with flag 221002/221002
263.18/132.09	c cleaning 21005 clauses out of 42027 with flag 243003/243003
288.02/144.52	c cleaning 22006 clauses out of 44021 with flag 266002/266002
311.89/156.58	c cleaning 22969 clauses out of 46015 with flag 290002/290002
336.02/168.74	c cleaning 23992 clauses out of 48044 with flag 315000/315000
365.13/183.32	c cleaning 25020 clauses out of 50053 with flag 341001/341001
371.77/186.76	c cleaning 0 clauses out of 5000 with flag 0/5000
401.27/201.35	c cleaning 26011 clauses out of 52033 with flag 368001/368001
435.26/218.49	c cleaning 27006 clauses out of 54023 with flag 396002/396002
467.12/234.47	c cleaning 27998 clauses out of 56015 with flag 425000/425000
501.38/251.66	c cleaning 29003 clauses out of 58020 with flag 455003/455003
534.02/268.01	c cleaning 29998 clauses out of 60014 with flag 486000/486000
565.94/284.11	c cleaning 31003 clauses out of 62016 with flag 518000/518000
608.56/305.57	c cleaning 31988 clauses out of 64014 with flag 551001/551001
653.59/328.18	c cleaning 33008 clauses out of 66025 with flag 585000/585000
692.23/347.59	c cleaning 33501 clauses out of 67019 with flag 619002/619002
733.29/368.30	c cleaning 33751 clauses out of 67519 with flag 653003/653003
776.96/390.16	c cleaning 33853 clauses out of 67768 with flag 687003/687003
818.18/410.84	c cleaning 33953 clauses out of 67915 with flag 721003/721003
856.60/430.17	c cleaning 33972 clauses out of 67959 with flag 755000/755000
892.64/448.32	c cleaning 33992 clauses out of 67989 with flag 789002/789002
935.45/469.85	c cleaning 33989 clauses out of 67996 with flag 823001/823001
980.50/492.44	c cleaning 33995 clauses out of 68009 with flag 857003/857003
1020.27/512.42	c cleaning 34001 clauses out of 68011 with flag 891000/891000
1059.51/532.25	c cleaning 33991 clauses out of 68010 with flag 925000/925000
1093.28/549.26	c cleaning 34002 clauses out of 68021 with flag 959002/959002
1132.85/569.12	c cleaning 33999 clauses out of 68017 with flag 993000/993000
1173.61/589.67	c cleaning 34003 clauses out of 68020 with flag 1027002/1027002
1220.24/613.13	c cleaning 34009 clauses out of 68023 with flag 1061008/1061008
1269.72/637.97	c cleaning 33993 clauses out of 68006 with flag 1095000/1095000
1323.31/664.81	c cleaning 33990 clauses out of 68013 with flag 1129000/1129000
1368.12/687.31	c cleaning 34000 clauses out of 68023 with flag 1163000/1163000
1407.69/707.38	c cleaning 33999 clauses out of 68024 with flag 1197001/1197001
1444.02/725.68	c cleaning 33988 clauses out of 68025 with flag 1231001/1231001
1481.15/744.37	c cleaning 34005 clauses out of 68036 with flag 1265000/1265000
1520.68/764.21	c cleaning 33978 clauses out of 68035 with flag 1299004/1299004
1558.65/783.41	c cleaning 34022 clauses out of 68053 with flag 1333000/1333000
1598.38/803.41	c cleaning 34011 clauses out of 68032 with flag 1367001/1367001
1637.28/823.00	c cleaning 33986 clauses out of 68021 with flag 1401001/1401001
1678.21/843.61	c cleaning 34010 clauses out of 68036 with flag 1435002/1435002
1723.53/866.56	c cleaning 34005 clauses out of 68024 with flag 1469000/1469000
1724.44/867.12	c cleaning 0 clauses out of 11000 with flag 0/11000
1775.05/892.50	c cleaning 34004 clauses out of 68019 with flag 1503000/1503000
1800.17/905.22	c starts		: 208
1800.17/905.22	c conflicts		: 1522956
1800.17/905.22	c decisions		: 2162751
1800.17/905.22	c propagations		: 902321881
1800.17/905.22	c inspects		: 6565410054
1800.17/905.22	c shortcuts		: 0
1800.17/905.22	c learnt literals	: 0
1800.17/905.22	c learnt binary clauses	: 0
1800.17/905.22	c learnt ternary clauses	: 1
1800.17/905.22	c learnt constraints	: 1522956
1800.17/905.22	c ignored constraints	: 0
1800.17/905.22	c root simplifications	: 0
1800.17/905.22	c removed literals (reason simplification)	: 61601196
1800.17/905.22	c reason swapping (by a shorter reason)	: 0
1800.17/905.22	c Calls to reduceDB	: 57
1800.17/905.22	c number of reductions to clauses (during analyze)	: 0
1800.17/905.22	c number of learned constraints concerned by reduction	: 0
1800.17/905.22	c number of learning phase by resolution	: 0
1800.17/905.22	c number of learning phase by cutting planes	: 0
1800.17/905.22	c speed (assignments/second)	: 997543.6429847525
1800.17/905.22	c non guided choices	8
1800.17/905.24	c learnt constraints type 
1800.17/905.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 53996
1800.17/905.24	c constraints type 
1800.17/905.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.17/905.24	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.17/905.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.17/905.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.17/905.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.17/905.24	c constraints type 
1800.17/905.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1800.17/905.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1800.17/905.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.17/905.24	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1800.17/905.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.17/905.24	s UNKNOWN
1800.17/905.24	c Total wall clock time (in seconds): 905.128

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-3744660-1338809570/watcher-3744660-1338809570 -o /tmp/evaluation-result-3744660-1338809570/solver-3744660-1338809570 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3744660-1338809570.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.99 3.92 3.76 4/198 10770
/proc/meminfo: memFree=24306204/32873648 swapFree=7388/7388
[pid=10770] ppid=10768 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/10770/stat : 10770 (java) S 10768 10770 10046 0 -1 4202496 1164 0 0 0 0 0 0 0 20 0 2 0 347081485 91889664 884 33554432000 1073741824 1073778376 140735813885760 140735813876896 212076625981 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10770/statm: 22435 885 670 9 0 16770 0
[pid=10770/tid=10771] ppid=10768 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10771/stat : 10771 (java) R 10768 10770 10046 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 2 0 347081486 91889664 893 33554432000 1073741824 1073778376 140735813885760 140735813874824 212064103719 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.032668 s]
/proc/loadavg: 3.99 3.92 3.76 4/198 10770
/proc/meminfo: memFree=24306204/32873648 swapFree=7388/7388
[pid=10770] ppid=10768 vsize=11044572 CPUtime=0.02 cores=0,2,4,6
/proc/10770/stat : 10770 (java) S 10768 10770 10046 0 -1 4202496 4053 0 1 0 1 1 0 0 20 0 10 0 347081485 11309641728 11395 33554432000 1073741824 1073778376 140735813885760 140735813876896 212076625981 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10770/statm: 2761143 11395 1539 9 0 2751844 0
[pid=10770/tid=10771] ppid=10768 vsize=11044572 CPUtime=0.01 cores=0,2,4,6
/proc/10770/task/10771/stat : 10771 (java) R 10768 10770 10046 0 -1 4202560 2897 0 1 0 0 1 0 0 20 0 10 0 347081486 11309641728 11395 33554432000 1073741824 1073778376 140735813885760 139875288720064 212076651789 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11044572

[startup+0.100337 s]
/proc/loadavg: 3.99 3.92 3.76 4/198 10770
/proc/meminfo: memFree=24306204/32873648 swapFree=7388/7388
[pid=10770] ppid=10768 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/10770/stat : 10770 (java) S 10768 10770 10046 0 -1 4202496 5255 0 1 0 9 1 0 0 20 0 18 0 347081485 11864465408 13600 33554432000 1073741824 1073778376 140735813885760 140735813876896 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10770/statm: 2896598 13600 2116 9 0 2887285 0
[pid=10770/tid=10771] ppid=10768 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/10770/task/10771/stat : 10771 (java) R 10768 10770 10046 0 -1 4202560 3299 0 1 0 6 1 0 0 20 0 18 0 347081486 11864465408 13600 33554432000 1073741824 1073778376 140735813885760 139875288723080 139875156343396 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300254 s]
/proc/loadavg: 3.99 3.92 3.76 4/198 10770
/proc/meminfo: memFree=24306204/32873648 swapFree=7388/7388
[pid=10770] ppid=10768 vsize=11586392 CPUtime=0.52 cores=0,2,4,6
/proc/10770/stat : 10770 (java) S 10768 10770 10046 0 -1 4202496 6435 0 1 0 50 2 0 0 20 0 18 0 347081485 11864465408 16813 33554432000 1073741824 1073778376 140735813885760 140735813876896 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10770/statm: 2896598 16813 2223 9 0 2887285 0
[pid=10770/tid=10771] ppid=10768 vsize=11586392 CPUtime=0.27 cores=0,2,4,6
/proc/10770/task/10771/stat : 10771 (java) R 10768 10770 10046 0 -1 4202560 3388 0 1 0 26 1 0 0 20 0 18 0 347081486 11864465408 16813 33554432000 1073741824 1073778376 140735813885760 139875288723080 139875156353880 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 11586392

[startup+0.70021 s]
/proc/loadavg: 3.99 3.92 3.76 4/198 10770
/proc/meminfo: memFree=24306204/32873648 swapFree=7388/7388
[pid=10770] ppid=10768 vsize=11719520 CPUtime=1.4 cores=0,2,4,6
/proc/10770/stat : 10770 (java) S 10768 10770 10046 0 -1 4202496 10712 0 1 0 135 5 0 0 20 0 20 0 347081485 12000788480 47045 33554432000 1073741824 1073778376 140735813885760 140735813876896 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10770/statm: 2929880 47045 2253 9 0 2920567 0
[pid=10770/tid=10771] ppid=10768 vsize=11719520 CPUtime=0.65 cores=0,2,4,6
/proc/10770/task/10771/stat : 10771 (java) S 10768 10770 10046 0 -1 4202560 3455 0 1 0 62 3 0 0 20 0 20 0 347081486 12000788480 47045 33554432000 1073741824 1073778376 140735813885760 139875288724632 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 11719520

[startup+1.50072 s]
/proc/loadavg: 3.99 3.92 3.76 7/220 10792
/proc/meminfo: memFree=24092300/32873648 swapFree=7388/7388
[pid=10770] ppid=10768 vsize=11852648 CPUtime=3.86 cores=0,2,4,6
/proc/10770/stat : 10770 (java) S 10768 10770 10046 0 -1 4202496 13519 0 1 0 378 8 0 0 20 0 22 0 347081485 12137111552 90491 33554432000 1073741824 1073778376 140735813885760 140735813876896 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10770/statm: 2963162 90491 2264 9 0 2953849 0
[pid=10770/tid=10771] ppid=10768 vsize=11852648 CPUtime=0.65 cores=0,2,4,6
/proc/10770/task/10771/stat : 10771 (java) S 10768 10770 10046 0 -1 4202560 3455 0 1 0 62 3 0 0 20 0 22 0 347081486 12137111552 90491 33554432000 1073741824 1073778376 140735813885760 139875288724632 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10770/tid=10773] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10773/stat : 10773 (java) S 10768 10770 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347081487 12137111552 90491 33554432000 1073741824 1073778376 140735813885760 139875277785896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10774] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10774/stat : 10774 (java) S 10768 10770 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347081487 12137111552 90491 33554432000 1073741824 1073778376 140735813885760 139875276733096 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10770/tid=10775] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10775/stat : 10775 (java) S 10768 10770 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347081487 12137111552 90491 33554432000 1073741824 1073778376 140735813885760 139875275680808 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10770/tid=10776] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10776/stat : 10776 (java) S 10768 10770 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347081487 12137111552 90491 33554432000 1073741824 1073778376 140735813885760 139875121916840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10770/tid=10777] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10777/stat : 10777 (java) S 10768 10770 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347081487 12137111552 90491 33554432000 1073741824 1073778376 140735813885760 139875120863528 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10778] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10778/stat : 10778 (java) S 10768 10770 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347081487 12137111552 90491 33554432000 1073741824 1073778376 140735813885760 139875119810728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10770/tid=10779] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10779/stat : 10779 (java) S 10768 10770 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347081487 12137111552 90491 33554432000 1073741824 1073778376 140735813885760 139875118758440 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10780] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10780/stat : 10780 (java) S 10768 10770 10046 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 347081487 12137111552 90491 33554432000 1073741824 1073778376 140735813885760 139875117705640 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10781] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10781/stat : 10781 (java) S 10768 10770 10046 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 347081488 12137111552 90491 33554432000 1073741824 1073778376 140735813885760 139875105508072 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10782] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10782/stat : 10782 (java) S 10768 10770 10046 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 347081489 12137111552 90491 33554432000 1073741824 1073778376 140735813885760 139875104454136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10783] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10783/stat : 10783 (java) S 10768 10770 10046 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347081489 12137111552 90491 33554432000 1073741824 1073778376 140735813885760 139875103401736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10784] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10784/stat : 10784 (java) S 10768 10770 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347081491 12137111552 90491 33554432000 1073741824 1073778376 140735813885760 139875102350224 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10785] ppid=10768 vsize=11852648 CPUtime=0.76 cores=0,2,4,6
/proc/10770/task/10785/stat : 10785 (java) S 10768 10770 10046 0 -1 4202560 4264 0 0 0 75 1 0 0 20 0 22 0 347081491 12137111552 90491 33554432000 1073741824 1073778376 140735813885760 139875101296824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10786] ppid=10768 vsize=11852648 CPUtime=0.78 cores=0,2,4,6
/proc/10770/task/10786/stat : 10786 (java) S 10768 10770 10046 0 -1 4202560 4424 0 0 0 78 0 0 0 20 0 22 0 347081491 12137111552 90491 33554432000 1073741824 1073778376 140735813885760 139875100244024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10770/tid=10787] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10787/stat : 10787 (java) S 10768 10770 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347081491 12137111552 90491 33554432000 1073741824 1073778376 140735813885760 139875099191928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10770/tid=10788] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10788/stat : 10788 (java) S 10768 10770 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347081491 12137111552 90491 33554432000 1073741824 1073778376 140735813885760 139875098139336 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10789] ppid=10768 vsize=11852648 CPUtime=0.8 cores=0,2,4,6
/proc/10770/task/10789/stat : 10789 (java) R 10768 10770 10046 0 -1 4202560 24 0 0 0 80 0 0 0 20 0 22 0 347081553 12137111552 90491 33554432000 1073741824 1073778376 140735813885760 139875097084776 139875157057344 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10770/tid=10790] ppid=10768 vsize=11852648 CPUtime=0.79 cores=0,2,4,6
/proc/10770/task/10790/stat : 10790 (java) R 10768 10770 10046 0 -1 4202560 152 0 0 0 77 2 0 0 20 0 22 0 347081553 12137111552 90491 33554432000 1073741824 1073778376 140735813885760 139875096031544 139875157148490 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10770/tid=10791] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10791/stat : 10791 (java) S 10768 10770 10046 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347081556 12137111552 90491 33554432000 1073741824 1073778376 140735813885760 139875094980264 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10770/tid=10792] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10792/stat : 10792 (java) S 10768 10770 10046 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347081556 12137111552 90491 33554432000 1073741824 1073778376 140735813885760 139875093927464 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 11852648

[startup+3.10073 s]
/proc/loadavg: 3.99 3.92 3.76 5/220 10792
/proc/meminfo: memFree=23654092/32873648 swapFree=7388/7388
[pid=10770] ppid=10768 vsize=11852648 CPUtime=7.13 cores=0,2,4,6
/proc/10770/stat : 10770 (java) S 10768 10770 10046 0 -1 4202496 13775 0 1 0 697 16 0 0 20 0 22 0 347081485 12137111552 219006 33554432000 1073741824 1073778376 140735813885760 140735813876896 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10770/statm: 2963162 219006 2266 9 0 2953849 0
[pid=10770/tid=10771] ppid=10768 vsize=11852648 CPUtime=0.65 cores=0,2,4,6
/proc/10770/task/10771/stat : 10771 (java) S 10768 10770 10046 0 -1 4202560 3455 0 1 0 62 3 0 0 20 0 22 0 347081486 12137111552 219006 33554432000 1073741824 1073778376 140735813885760 139875288724632 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10770/tid=10773] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10773/stat : 10773 (java) S 10768 10770 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347081487 12137111552 219006 33554432000 1073741824 1073778376 140735813885760 139875277785896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10774] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10774/stat : 10774 (java) S 10768 10770 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347081487 12137111552 219006 33554432000 1073741824 1073778376 140735813885760 139875276733096 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10770/tid=10775] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10775/stat : 10775 (java) S 10768 10770 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347081487 12137111552 219006 33554432000 1073741824 1073778376 140735813885760 139875275680808 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10770/tid=10776] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10776/stat : 10776 (java) S 10768 10770 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347081487 12137111552 219006 33554432000 1073741824 1073778376 140735813885760 139875121916840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10770/tid=10777] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10777/stat : 10777 (java) S 10768 10770 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347081487 12137111552 219006 33554432000 1073741824 1073778376 140735813885760 139875120863528 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10778] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10778/stat : 10778 (java) S 10768 10770 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347081487 12137111552 219006 33554432000 1073741824 1073778376 140735813885760 139875119810728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10770/tid=10779] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10779/stat : 10779 (java) S 10768 10770 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347081487 12137111552 219006 33554432000 1073741824 1073778376 140735813885760 139875118758440 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10780] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10780/stat : 10780 (java) S 10768 10770 10046 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 347081487 12137111552 219006 33554432000 1073741824 1073778376 140735813885760 139875117705640 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10781] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10781/stat : 10781 (java) S 10768 10770 10046 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 347081488 12137111552 219006 33554432000 1073741824 1073778376 140735813885760 139875105508072 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10782] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10782/stat : 10782 (java) S 10768 10770 10046 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 347081489 12137111552 219006 33554432000 1073741824 1073778376 140735813885760 139875104454136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10783] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10783/stat : 10783 (java) S 10768 10770 10046 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347081489 12137111552 219006 33554432000 1073741824 1073778376 140735813885760 139875103401736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10784] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10784/stat : 10784 (java) S 10768 10770 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347081491 12137111552 219006 33554432000 1073741824 1073778376 140735813885760 139875102350224 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10785] ppid=10768 vsize=11852648 CPUtime=0.79 cores=0,2,4,6
/proc/10770/task/10785/stat : 10785 (java) S 10768 10770 10046 0 -1 4202560 4264 0 0 0 78 1 0 0 20 0 22 0 347081491 12137111552 219006 33554432000 1073741824 1073778376 140735813885760 139875101296824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10786] ppid=10768 vsize=11852648 CPUtime=0.84 cores=0,2,4,6
/proc/10770/task/10786/stat : 10786 (java) S 10768 10770 10046 0 -1 4202560 4426 0 0 0 84 0 0 0 20 0 22 0 347081491 12137111552 219006 33554432000 1073741824 1073778376 140735813885760 139875100244024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10770/tid=10787] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10787/stat : 10787 (java) S 10768 10770 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347081491 12137111552 219006 33554432000 1073741824 1073778376 140735813885760 139875099191928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10770/tid=10788] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10788/stat : 10788 (java) S 10768 10770 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347081491 12137111552 219006 33554432000 1073741824 1073778376 140735813885760 139875098139336 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10789] ppid=10768 vsize=11852648 CPUtime=2.39 cores=0,2,4,6
/proc/10770/task/10789/stat : 10789 (java) R 10768 10770 10046 0 -1 4202560 27 0 0 0 239 0 0 0 20 0 22 0 347081553 12137111552 219006 33554432000 1073741824 1073778376 140735813885760 139875097082616 139875157002439 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10770/tid=10790] ppid=10768 vsize=11852648 CPUtime=2.38 cores=0,2,4,6
/proc/10770/task/10790/stat : 10790 (java) R 10768 10770 10046 0 -1 4202560 402 0 0 0 228 10 0 0 20 0 22 0 347081553 12137111552 219006 33554432000 1073741824 1073778376 140735813885760 139875096029968 139875156699722 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10770/tid=10791] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10791/stat : 10791 (java) S 10768 10770 10046 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347081556 12137111552 219006 33554432000 1073741824 1073778376 140735813885760 139875094980264 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10770/tid=10792] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10792/stat : 10792 (java) S 10768 10770 10046 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347081556 12137111552 219006 33554432000 1073741824 1073778376 140735813885760 139875093927464 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.13
Current children cumulated vsize (KiB) 11852648

[startup+6.30073 s]
/proc/loadavg: 3.99 3.92 3.76 5/220 10792
/proc/meminfo: memFree=23224632/32873648 swapFree=7388/7388
[pid=10770] ppid=10768 vsize=11852648 CPUtime=13.59 cores=0,2,4,6
/proc/10770/stat : 10770 (java) S 10768 10770 10046 0 -1 4202496 13969 0 1 0 1337 22 0 0 20 0 22 0 347081485 12137111552 271733 33554432000 1073741824 1073778376 140735813885760 140735813876896 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10770/statm: 2963162 271733 2291 9 0 2953849 0
[pid=10770/tid=10771] ppid=10768 vsize=11852648 CPUtime=0.65 cores=0,2,4,6
/proc/10770/task/10771/stat : 10771 (java) S 10768 10770 10046 0 -1 4202560 3455 0 1 0 62 3 0 0 20 0 22 0 347081486 12137111552 271733 33554432000 1073741824 1073778376 140735813885760 139875288724632 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10770/tid=10773] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10773/stat : 10773 (java) S 10768 10770 10046 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 347081487 12137111552 271733 33554432000 1073741824 1073778376 140735813885760 139875277785896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10770/tid=10774] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10774/stat : 10774 (java) S 10768 10770 10046 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347081487 12137111552 271733 33554432000 1073741824 1073778376 140735813885760 139875276733096 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10770/tid=10775] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10775/stat : 10775 (java) S 10768 10770 10046 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347081487 12137111552 271733 33554432000 1073741824 1073778376 140735813885760 139875275680808 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10770/tid=10776] ppid=10768 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/10770/task/10776/stat : 10776 (java) S 10768 10770 10046 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 347081487 12137111552 271733 33554432000 1073741824 1073778376 140735813885760 139875121916840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10770/tid=10777] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10777/stat : 10777 (java) S 10768 10770 10046 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347081487 12137111552 271733 33554432000 1073741824 1073778376 140735813885760 139875120863528 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10770/tid=10778] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10778/stat : 10778 (java) S 10768 10770 10046 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347081487 12137111552 271733 33554432000 1073741824 1073778376 140735813885760 139875119810728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10770/tid=10779] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10779/stat : 10779 (java) S 10768 10770 10046 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 347081487 12137111552 271733 33554432000 1073741824 1073778376 140735813885760 139875118758440 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10770/tid=10780] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10780/stat : 10780 (java) S 10768 10770 10046 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347081487 12137111552 271733 33554432000 1073741824 1073778376 140735813885760 139875117705640 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/10770/statm: 2963162 941307 2292 9 0 2953849 0
[pid=10770/tid=10771] ppid=10768 vsize=11852648 CPUtime=0.68 cores=0,2,4,6
/proc/10770/task/10771/stat : 10771 (java) S 10768 10770 10046 0 -1 4202560 3479 0 1 0 63 5 0 0 20 0 22 0 347081486 12137111552 941307 33554432000 1073741824 1073778376 140735813885760 139875288724632 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10770/tid=10773] ppid=10768 vsize=11852648 CPUtime=0.82 cores=0,2,4,6
/proc/10770/task/10773/stat : 10773 (java) S 10768 10770 10046 0 -1 4202560 155 0 0 0 77 5 0 0 20 0 22 0 347081487 12137111552 941307 33554432000 1073741824 1073778376 140735813885760 139875277785896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10770/tid=10774] ppid=10768 vsize=11852648 CPUtime=0.66 cores=0,2,4,6
/proc/10770/task/10774/stat : 10774 (java) S 10768 10770 10046 0 -1 4202560 159 0 0 0 63 3 0 0 20 0 22 0 347081487 12137111552 941307 33554432000 1073741824 1073778376 140735813885760 139875276733096 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10770/tid=10775] ppid=10768 vsize=11852648 CPUtime=0.82 cores=0,2,4,6
/proc/10770/task/10775/stat : 10775 (java) S 10768 10770 10046 0 -1 4202560 142 0 0 0 78 4 0 0 20 0 22 0 347081487 12137111552 941307 33554432000 1073741824 1073778376 140735813885760 139875275680808 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10770/tid=10776] ppid=10768 vsize=11852648 CPUtime=0.72 cores=0,2,4,6
/proc/10770/task/10776/stat : 10776 (java) S 10768 10770 10046 0 -1 4202560 141 0 0 0 68 4 0 0 20 0 22 0 347081487 12137111552 941307 33554432000 1073741824 1073778376 140735813885760 139875121916840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10770/tid=10777] ppid=10768 vsize=11852648 CPUtime=0.72 cores=0,2,4,6
/proc/10770/task/10777/stat : 10777 (java) S 10768 10770 10046 0 -1 4202560 135 0 0 0 69 3 0 0 20 0 22 0 347081487 12137111552 941307 33554432000 1073741824 1073778376 140735813885760 139875120863528 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10778] ppid=10768 vsize=11852648 CPUtime=0.75 cores=0,2,4,6
/proc/10770/task/10778/stat : 10778 (java) S 10768 10770 10046 0 -1 4202560 159 0 0 0 71 4 0 0 20 0 22 0 347081487 12137111552 941307 33554432000 1073741824 1073778376 140735813885760 139875119810728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10770/tid=10779] ppid=10768 vsize=11852648 CPUtime=0.73 cores=0,2,4,6
/proc/10770/task/10779/stat : 10779 (java) S 10768 10770 10046 0 -1 4202560 126 0 0 0 70 3 0 0 20 0 22 0 347081487 12137111552 941307 33554432000 1073741824 1073778376 140735813885760 139875118758440 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10780] ppid=10768 vsize=11852648 CPUtime=0.68 cores=0,2,4,6
/proc/10770/task/10780/stat : 10780 (java) S 10768 10770 10046 0 -1 4202560 137 0 0 0 65 3 0 0 20 0 22 0 347081487 12137111552 941307 33554432000 1073741824 1073778376 140735813885760 139875117705640 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10781] ppid=10768 vsize=11852648 CPUtime=12.81 cores=0,2,4,6
/proc/10770/task/10781/stat : 10781 (java) S 10768 10770 10046 0 -1 4202560 186 0 0 0 1275 6 0 0 20 0 22 0 347081488 12137111552 941307 33554432000 1073741824 1073778376 140735813885760 139875105508072 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10770/tid=10782] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10782/stat : 10782 (java) S 10768 10770 10046 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347081489 12137111552 941307 33554432000 1073741824 1073778376 140735813885760 139875104454136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10783] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10783/stat : 10783 (java) S 10768 10770 10046 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347081489 12137111552 941307 33554432000 1073741824 1073778376 140735813885760 139875103401736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10784] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10784/stat : 10784 (java) S 10768 10770 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347081491 12137111552 941307 33554432000 1073741824 1073778376 140735813885760 139875102350224 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10785] ppid=10768 vsize=11852648 CPUtime=1.31 cores=0,2,4,6
/proc/10770/task/10785/stat : 10785 (java) S 10768 10770 10046 0 -1 4202560 8674 0 0 0 129 2 0 0 20 0 22 0 347081491 12137111552 941307 33554432000 1073741824 1073778376 140735813885760 139875101296824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10770/tid=10786] ppid=10768 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/10770/task/10786/stat : 10786 (java) S 10768 10770 10046 0 -1 4202560 5225 0 0 0 101 2 0 0 20 0 22 0 347081491 12137111552 941307 33554432000 1073741824 1073778376 140735813885760 139875100244024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10787] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10787/stat : 10787 (java) S 10768 10770 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347081491 12137111552 941307 33554432000 1073741824 1073778376 140735813885760 139875099191928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10770/tid=10788] ppid=10768 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/10770/task/10788/stat : 10788 (java) S 10768 10770 10046 0 -1 4202560 47 0 0 0 16 15 0 0 20 0 22 0 347081491 12137111552 941307 33554432000 1073741824 1073778376 140735813885760 139875098139336 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10770/tid=10789] ppid=10768 vsize=11852648 CPUtime=804.97 cores=0,2,4,6
/proc/10770/task/10789/stat : 10789 (java) R 10768 10770 10046 0 -1 4202560 72 0 0 0 80483 14 0 0 20 0 22 0 347081553 12137111552 941307 33554432000 1073741824 1073778376 140735813885760 139875097084624 139875157112225 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10790] ppid=10768 vsize=11852648 CPUtime=804.84 cores=0,2,4,6
/proc/10770/task/10790/stat : 10790 (java) R 10768 10770 10046 0 -1 4202560 1607 0 0 0 80422 62 0 0 20 0 22 0 347081553 12137111552 941307 33554432000 1073741824 1073778376 140735813885760 139875096030048 139875157076918 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10770/tid=10791] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10791/stat : 10791 (java) S 10768 10770 10046 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347081556 12137111552 941307 33554432000 1073741824 1073778376 140735813885760 139875094980264 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10770/tid=10792] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10792/stat : 10792 (java) S 10768 10770 10046 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347081556 12137111552 941307 33554432000 1073741824 1073778376 140735813885760 139875093927464 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1635.88
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.91 3.96 3.86 5/219 10881
/proc/meminfo: memFree=21057432/32873648 swapFree=7388/7388
[pid=10770] ppid=10768 vsize=11852648 CPUtime=1754.57 cores=0,2,4,6
/proc/10770/stat : 10770 (java) S 10768 10770 10046 0 -1 4202496 21711 0 1 0 175352 105 0 0 20 0 22 0 347081485 12137111552 941373 33554432000 1073741824 1073778376 140735813885760 140735813876896 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10770/statm: 2963162 941373 2292 9 0 2953849 0
[pid=10770/tid=10771] ppid=10768 vsize=11852648 CPUtime=0.69 cores=0,2,4,6
/proc/10770/task/10771/stat : 10771 (java) S 10768 10770 10046 0 -1 4202560 3481 0 1 0 64 5 0 0 20 0 22 0 347081486 12137111552 941373 33554432000 1073741824 1073778376 140735813885760 139875288724632 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10770/tid=10773] ppid=10768 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/10770/task/10773/stat : 10773 (java) S 10768 10770 10046 0 -1 4202560 171 0 0 0 86 5 0 0 20 0 22 0 347081487 12137111552 941373 33554432000 1073741824 1073778376 140735813885760 139875277785896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10770/tid=10774] ppid=10768 vsize=11852648 CPUtime=0.72 cores=0,2,4,6
/proc/10770/task/10774/stat : 10774 (java) S 10768 10770 10046 0 -1 4202560 180 0 0 0 68 4 0 0 20 0 22 0 347081487 12137111552 941373 33554432000 1073741824 1073778376 140735813885760 139875276733096 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10770/tid=10775] ppid=10768 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/10770/task/10775/stat : 10775 (java) S 10768 10770 10046 0 -1 4202560 147 0 0 0 85 4 0 0 20 0 22 0 347081487 12137111552 941373 33554432000 1073741824 1073778376 140735813885760 139875275680808 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10770/tid=10776] ppid=10768 vsize=11852648 CPUtime=0.8 cores=0,2,4,6
/proc/10770/task/10776/stat : 10776 (java) S 10768 10770 10046 0 -1 4202560 146 0 0 0 76 4 0 0 20 0 22 0 347081487 12137111552 941373 33554432000 1073741824 1073778376 140735813885760 139875121916840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10770/tid=10777] ppid=10768 vsize=11852648 CPUtime=0.81 cores=0,2,4,6
/proc/10770/task/10777/stat : 10777 (java) S 10768 10770 10046 0 -1 4202560 148 0 0 0 78 3 0 0 20 0 22 0 347081487 12137111552 941373 33554432000 1073741824 1073778376 140735813885760 139875120863528 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10770/tid=10778] ppid=10768 vsize=11852648 CPUtime=0.82 cores=0,2,4,6
/proc/10770/task/10778/stat : 10778 (java) S 10768 10770 10046 0 -1 4202560 159 0 0 0 78 4 0 0 20 0 22 0 347081487 12137111552 941373 33554432000 1073741824 1073778376 140735813885760 139875119810728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10770/tid=10779] ppid=10768 vsize=11852648 CPUtime=0.79 cores=0,2,4,6
/proc/10770/task/10779/stat : 10779 (java) S 10768 10770 10046 0 -1 4202560 132 0 0 0 76 3 0 0 20 0 22 0 347081487 12137111552 941373 33554432000 1073741824 1073778376 140735813885760 139875118758440 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10780] ppid=10768 vsize=11852648 CPUtime=0.74 cores=0,2,4,6
/proc/10770/task/10780/stat : 10780 (java) S 10768 10770 10046 0 -1 4202560 137 0 0 0 71 3 0 0 20 0 22 0 347081487 12137111552 941373 33554432000 1073741824 1073778376 140735813885760 139875117705640 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10770/tid=10781] ppid=10768 vsize=11852648 CPUtime=14.42 cores=0,2,4,6
/proc/10770/task/10781/stat : 10781 (java) S 10768 10770 10046 0 -1 4202560 190 0 0 0 1436 6 0 0 20 0 22 0 347081488 12137111552 941373 33554432000 1073741824 1073778376 140735813885760 139875105508072 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10782] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10782/stat : 10782 (java) S 10768 10770 10046 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347081489 12137111552 941373 33554432000 1073741824 1073778376 140735813885760 139875104454136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10783] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10783/stat : 10783 (java) S 10768 10770 10046 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347081489 12137111552 941373 33554432000 1073741824 1073778376 140735813885760 139875103401736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10784] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10784/stat : 10784 (java) S 10768 10770 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347081491 12137111552 941373 33554432000 1073741824 1073778376 140735813885760 139875102350224 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10785] ppid=10768 vsize=11852648 CPUtime=1.38 cores=0,2,4,6
/proc/10770/task/10785/stat : 10785 (java) S 10768 10770 10046 0 -1 4202560 8676 0 0 0 136 2 0 0 20 0 22 0 347081491 12137111552 941373 33554432000 1073741824 1073778376 140735813885760 139875101296824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10770/tid=10786] ppid=10768 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/10770/task/10786/stat : 10786 (java) S 10768 10770 10046 0 -1 4202560 5225 0 0 0 102 2 0 0 20 0 22 0 347081491 12137111552 941373 33554432000 1073741824 1073778376 140735813885760 139875100244024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10787] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10787/stat : 10787 (java) S 10768 10770 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347081491 12137111552 941373 33554432000 1073741824 1073778376 140735813885760 139875099191928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10770/tid=10788] ppid=10768 vsize=11852648 CPUtime=0.32 cores=0,2,4,6
/proc/10770/task/10788/stat : 10788 (java) S 10768 10770 10046 0 -1 4202560 51 0 0 0 17 15 0 0 20 0 22 0 347081491 12137111552 941373 33554432000 1073741824 1073778376 140735813885760 139875098139336 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10770/tid=10789] ppid=10768 vsize=11852648 CPUtime=863 cores=0,2,4,6
/proc/10770/task/10789/stat : 10789 (java) R 10768 10770 10046 0 -1 4202560 73 0 0 0 86285 15 0 0 20 0 22 0 347081553 12137111552 941373 33554432000 1073741824 1073778376 140735813885760 139875097082752 139875157314496 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10790] ppid=10768 vsize=11852648 CPUtime=862.92 cores=0,2,4,6
/proc/10770/task/10790/stat : 10790 (java) R 10768 10770 10046 0 -1 4202560 1608 0 0 0 86229 63 0 0 20 0 22 0 347081553 12137111552 941373 33554432000 1073741824 1073778376 140735813885760 139875096031208 139875157013827 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10770/tid=10791] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10791/stat : 10791 (java) S 10768 10770 10046 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347081556 12137111552 941373 33554432000 1073741824 1073778376 140735813885760 139875094980264 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10770/tid=10792] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10792/stat : 10792 (java) S 10768 10770 10046 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347081556 12137111552 941373 33554432000 1073741824 1073778376 140735813885760 139875093927464 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1754.57
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+905.201 s]
/proc/loadavg: 3.94 3.96 3.86 5/219 10881
/proc/meminfo: memFree=21057560/32873648 swapFree=7388/7388
[pid=10770] ppid=10768 vsize=11852648 CPUtime=1800.17 cores=0,2,4,6
/proc/10770/stat : 10770 (java) S 10768 10770 10046 0 -1 4202496 21738 0 1 0 179911 106 0 0 20 0 22 0 347081485 12137111552 941396 33554432000 1073741824 1073778376 140735813885760 140735813876896 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10770/statm: 2963162 941396 2292 9 0 2953849 0
[pid=10770/tid=10771] ppid=10768 vsize=11852648 CPUtime=0.69 cores=0,2,4,6
/proc/10770/task/10771/stat : 10771 (java) S 10768 10770 10046 0 -1 4202560 3481 0 1 0 64 5 0 0 20 0 22 0 347081486 12137111552 941396 33554432000 1073741824 1073778376 140735813885760 139875288724632 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10770/tid=10773] ppid=10768 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/10770/task/10773/stat : 10773 (java) S 10768 10770 10046 0 -1 4202560 180 0 0 0 89 5 0 0 20 0 22 0 347081487 12137111552 941396 33554432000 1073741824 1073778376 140735813885760 139875277785896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10770/tid=10774] ppid=10768 vsize=11852648 CPUtime=0.76 cores=0,2,4,6
/proc/10770/task/10774/stat : 10774 (java) S 10768 10770 10046 0 -1 4202560 180 0 0 0 72 4 0 0 20 0 22 0 347081487 12137111552 941396 33554432000 1073741824 1073778376 140735813885760 139875276733096 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10770/tid=10775] ppid=10768 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/10770/task/10775/stat : 10775 (java) S 10768 10770 10046 0 -1 4202560 149 0 0 0 88 4 0 0 20 0 22 0 347081487 12137111552 941396 33554432000 1073741824 1073778376 140735813885760 139875275680808 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10770/tid=10776] ppid=10768 vsize=11852648 CPUtime=0.82 cores=0,2,4,6
/proc/10770/task/10776/stat : 10776 (java) S 10768 10770 10046 0 -1 4202560 146 0 0 0 77 5 0 0 20 0 22 0 347081487 12137111552 941396 33554432000 1073741824 1073778376 140735813885760 139875121916840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10770/tid=10777] ppid=10768 vsize=11852648 CPUtime=0.83 cores=0,2,4,6
/proc/10770/task/10777/stat : 10777 (java) S 10768 10770 10046 0 -1 4202560 153 0 0 0 80 3 0 0 20 0 22 0 347081487 12137111552 941396 33554432000 1073741824 1073778376 140735813885760 139875120863528 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10770/tid=10778] ppid=10768 vsize=11852648 CPUtime=0.85 cores=0,2,4,6
/proc/10770/task/10778/stat : 10778 (java) S 10768 10770 10046 0 -1 4202560 161 0 0 0 81 4 0 0 20 0 22 0 347081487 12137111552 941396 33554432000 1073741824 1073778376 140735813885760 139875119810728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10770/tid=10779] ppid=10768 vsize=11852648 CPUtime=0.85 cores=0,2,4,6
/proc/10770/task/10779/stat : 10779 (java) S 10768 10770 10046 0 -1 4202560 137 0 0 0 82 3 0 0 20 0 22 0 347081487 12137111552 941396 33554432000 1073741824 1073778376 140735813885760 139875118758440 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10770/tid=10780] ppid=10768 vsize=11852648 CPUtime=0.76 cores=0,2,4,6
/proc/10770/task/10780/stat : 10780 (java) S 10768 10770 10046 0 -1 4202560 137 0 0 0 73 3 0 0 20 0 22 0 347081487 12137111552 941396 33554432000 1073741824 1073778376 140735813885760 139875117705640 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10770/tid=10781] ppid=10768 vsize=11852648 CPUtime=14.77 cores=0,2,4,6
/proc/10770/task/10781/stat : 10781 (java) S 10768 10770 10046 0 -1 4202560 190 0 0 0 1471 6 0 0 20 0 22 0 347081488 12137111552 941396 33554432000 1073741824 1073778376 140735813885760 139875105508072 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10770/tid=10782] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10782/stat : 10782 (java) S 10768 10770 10046 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347081489 12137111552 941396 33554432000 1073741824 1073778376 140735813885760 139875104454136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10783] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10783/stat : 10783 (java) S 10768 10770 10046 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347081489 12137111552 941396 33554432000 1073741824 1073778376 140735813885760 139875103401736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10784] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10784/stat : 10784 (java) S 10768 10770 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347081491 12137111552 941396 33554432000 1073741824 1073778376 140735813885760 139875102350224 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10785] ppid=10768 vsize=11852648 CPUtime=1.38 cores=0,2,4,6
/proc/10770/task/10785/stat : 10785 (java) S 10768 10770 10046 0 -1 4202560 8676 0 0 0 136 2 0 0 20 0 22 0 347081491 12137111552 941396 33554432000 1073741824 1073778376 140735813885760 139875101296824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10770/tid=10786] ppid=10768 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/10770/task/10786/stat : 10786 (java) S 10768 10770 10046 0 -1 4202560 5225 0 0 0 102 2 0 0 20 0 22 0 347081491 12137111552 941396 33554432000 1073741824 1073778376 140735813885760 139875100244024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10787] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10787/stat : 10787 (java) S 10768 10770 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347081491 12137111552 941396 33554432000 1073741824 1073778376 140735813885760 139875099191928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10770/tid=10788] ppid=10768 vsize=11852648 CPUtime=0.33 cores=0,2,4,6
/proc/10770/task/10788/stat : 10788 (java) S 10768 10770 10046 0 -1 4202560 53 0 0 0 17 16 0 0 20 0 22 0 347081491 12137111552 941396 33554432000 1073741824 1073778376 140735813885760 139875098139336 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10770/tid=10789] ppid=10768 vsize=11852648 CPUtime=885.45 cores=0,2,4,6
/proc/10770/task/10789/stat : 10789 (java) R 10768 10770 10046 0 -1 4202560 75 0 0 0 88530 15 0 0 20 0 22 0 347081553 12137111552 941396 33554432000 1073741824 1073778376 140735813885760 139875097084624 139875157112314 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10770/tid=10790] ppid=10768 vsize=11852648 CPUtime=885.37 cores=0,2,4,6
/proc/10770/task/10790/stat : 10790 (java) R 10768 10770 10046 0 -1 4202560 1608 0 0 0 88474 63 0 0 20 0 22 0 347081553 12137111552 941396 33554432000 1073741824 1073778376 140735813885760 139875096029952 139875157076914 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10770/tid=10791] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10791/stat : 10791 (java) S 10768 10770 10046 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347081556 12137111552 941396 33554432000 1073741824 1073778376 140735813885760 139875094980264 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10770/tid=10792] ppid=10768 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/10770/task/10792/stat : 10792 (java) S 10768 10770 10046 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347081556 12137111552 941396 33554432000 1073741824 1073778376 140735813885760 139875093927464 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10770 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=588181
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=572760
# CPU time returned by wait4() is 1796.16
# while last known CPU time is 1800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 905.26
CPU time (s): 1800.17
CPU user time (s): 1799.11
CPU system time (s): 1.06
CPU usage (%): 198.857
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.59
system time used= 1.57276
maximum resident set size= 3767680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21772
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23502
involuntary context switches= 24864

runsolver used 3.2995 second user time and 8.12576 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-04 13:32:50
IDJOB=3744660
IDBENCH=92791
IDSOLVER=2328
FILE ID=node148/3744660-1338809570
RUNJOBID= node148-1338806827-10062
PBS_JOBID= 14636870
Free space on /tmp= 71320 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_7_ic.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744660-1338809570/watcher-3744660-1338809570 -o /tmp/evaluation-result-3744660-1338809570/solver-3744660-1338809570 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3744660-1338809570.opb

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

MD5SUM BENCH= a68c99426915823baa7396c373ffb50a
RANDOM SEED=985789584

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        24306096 kB
Buffers:          612024 kB
Cached:          3056816 kB
SwapCached:          628 kB
Active:          5441328 kB
Inactive:        2213372 kB
Active(anon):    3975204 kB
Inactive(anon):    10660 kB
Active(file):    1466124 kB
Inactive(file):  2202712 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:              1664 kB
Writeback:             4 kB
AnonPages:       3989900 kB
Mapped:            19096 kB
Shmem:                36 kB
Slab:             769016 kB
SReclaimable:     212608 kB
SUnreclaim:       556408 kB
KernelStack:        1632 kB
PageTables:        12076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10460852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3921920 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= 71280 MiB
End job on node148 at 2012-06-04 13:47:57