Trace number 3740075

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.12 909.667

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j60/
normalized-j6029_8-unsat.opb
MD5SUMc619d5d1f14c9c14bda19749a65da87b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1646.31
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11712
Total number of constraints38651
Number of constraints which are clauses38271
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints380
Minimum length of a constraint1
Maximum length of a constraint60
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 368
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.08/0.09	c version 2.3.1.v20110525
0.08/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.09	c java.vm.version	19.1-b02
0.08/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.09	c sun.arch.data.model	64
0.08/0.09	c java.version		1.6.0_24
0.08/0.09	c os.name		Linux
0.08/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.09	c os.arch		amd64
0.08/0.09	c Free memory 		9996466904
0.08/0.09	c Max memory 		10048897024
0.08/0.09	c Total memory 		10048897024
0.08/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@48e5855a
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@398020cc
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-3740075-1338730325.opb
0.10/0.11	c reading problem ... 
1.17/0.68	c ... done. Wall clock time 0.569s.
1.17/0.68	c #vars     11712
1.17/0.68	c #constraints  34540
1.17/0.68	c constraints type 
1.17/0.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4331
1.17/0.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28124
1.17/0.68	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 380
1.17/0.68	c constraints type 
1.17/0.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 28124
1.17/0.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4331
1.17/0.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 380
5.58/2.17	c cleaning 2488 clauses out of 5000 with flag 5000/5000
8.33/3.45	c cleaning 4239 clauses out of 8512 with flag 11001/11001
11.13/4.82	c cleaning 5623 clauses out of 11272 with flag 18000/18000
14.49/6.57	c cleaning 6820 clauses out of 13649 with flag 26000/26000
18.68/8.65	c cleaning 7912 clauses out of 15829 with flag 35000/35000
23.42/11.02	c cleaning 8949 clauses out of 17918 with flag 45001/45001
28.76/13.76	c cleaning 9978 clauses out of 19970 with flag 56002/56002
34.69/16.71	c cleaning 10985 clauses out of 21990 with flag 68000/68000
41.20/20.06	c cleaning 11996 clauses out of 24005 with flag 81000/81000
48.73/23.86	c cleaning 12992 clauses out of 26010 with flag 95001/95001
56.65/27.87	c cleaning 14001 clauses out of 28018 with flag 110001/110001
65.35/32.24	c cleaning 15002 clauses out of 30017 with flag 126001/126001
74.41/36.84	c cleaning 15995 clauses out of 32016 with flag 143002/143002
84.51/41.95	c cleaning 17006 clauses out of 34020 with flag 161001/161001
88.00/43.75	c cleaning 0 clauses out of 5001 with flag 0/5001
95.84/47.54	c cleaning 17993 clauses out of 36014 with flag 180001/180001
107.80/53.50	c cleaning 19005 clauses out of 38021 with flag 200001/200001
119.70/59.58	c cleaning 19998 clauses out of 40015 with flag 221000/221000
133.78/66.64	c cleaning 20997 clauses out of 42017 with flag 243000/243000
149.07/74.38	c cleaning 22007 clauses out of 44021 with flag 266001/266001
163.86/81.87	c cleaning 22983 clauses out of 46013 with flag 290000/290000
180.35/90.17	c cleaning 24010 clauses out of 48030 with flag 315000/315000
197.40/98.76	c cleaning 24995 clauses out of 50020 with flag 341000/341000
214.47/107.34	c cleaning 25995 clauses out of 52025 with flag 368000/368000
232.26/116.33	c cleaning 27008 clauses out of 54030 with flag 396000/396000
252.92/126.74	c cleaning 28000 clauses out of 56024 with flag 425002/425002
273.20/136.98	c cleaning 29001 clauses out of 58022 with flag 455000/455000
294.86/147.84	c cleaning 29998 clauses out of 60023 with flag 486002/486002
317.43/159.24	c cleaning 31003 clauses out of 62026 with flag 518003/518003
342.47/171.88	c cleaning 31995 clauses out of 64020 with flag 551000/551000
370.77/186.00	c cleaning 32495 clauses out of 65028 with flag 584003/584003
393.39/197.40	c cleaning 32749 clauses out of 65530 with flag 617000/617000
417.90/209.85	c cleaning 32881 clauses out of 65781 with flag 650000/650000
441.89/221.97	c cleaning 32944 clauses out of 65900 with flag 683000/683000
467.08/234.65	c cleaning 32967 clauses out of 65957 with flag 716001/716001
472.26/237.36	c cleaning 0 clauses out of 11001 with flag 0/11001
493.92/248.35	c cleaning 32983 clauses out of 65990 with flag 749001/749001
519.11/261.04	c cleaning 32988 clauses out of 66006 with flag 782000/782000
542.30/272.73	c cleaning 32988 clauses out of 66019 with flag 815001/815001
566.28/284.89	c cleaning 32995 clauses out of 66030 with flag 848000/848000
590.54/297.16	c cleaning 33001 clauses out of 66035 with flag 881000/881000
614.92/309.49	c cleaning 33010 clauses out of 66036 with flag 914002/914002
638.88/321.52	c cleaning 33006 clauses out of 66025 with flag 947001/947001
664.63/334.53	c cleaning 32999 clauses out of 66019 with flag 980001/980001
689.43/347.18	c cleaning 32998 clauses out of 66020 with flag 1013001/1013001
714.58/359.82	c cleaning 32994 clauses out of 66024 with flag 1046003/1046003
741.74/373.53	c cleaning 33007 clauses out of 66030 with flag 1079003/1079003
764.52/385.04	c cleaning 32987 clauses out of 66020 with flag 1112000/1112000
788.52/397.21	c cleaning 32998 clauses out of 66034 with flag 1145001/1145001
811.87/409.08	c cleaning 33015 clauses out of 66036 with flag 1178001/1178001
839.61/423.09	c cleaning 32990 clauses out of 66022 with flag 1211002/1211002
867.97/437.35	c cleaning 32994 clauses out of 66032 with flag 1244002/1244002
896.97/452.08	c cleaning 32998 clauses out of 66037 with flag 1277001/1277001
926.52/466.97	c cleaning 32976 clauses out of 66038 with flag 1310000/1310000
956.89/482.22	c cleaning 33027 clauses out of 66063 with flag 1343001/1343001
986.02/496.91	c cleaning 33013 clauses out of 66035 with flag 1376000/1376000
1010.80/509.58	c cleaning 33001 clauses out of 66023 with flag 1409001/1409001
1035.74/522.14	c cleaning 32992 clauses out of 66021 with flag 1442000/1442000
1060.26/534.53	c cleaning 33000 clauses out of 66029 with flag 1475000/1475000
1086.97/548.09	c cleaning 33009 clauses out of 66030 with flag 1508001/1508001
1111.72/560.69	c cleaning 32995 clauses out of 66023 with flag 1541003/1541003
1135.66/572.78	c cleaning 32999 clauses out of 66027 with flag 1574002/1574002
1161.18/585.69	c cleaning 32996 clauses out of 66026 with flag 1607000/1607000
1188.09/599.22	c cleaning 32999 clauses out of 66030 with flag 1640000/1640000
1213.02/611.98	c cleaning 33008 clauses out of 66031 with flag 1673000/1673000
1240.34/625.79	c cleaning 32998 clauses out of 66023 with flag 1706000/1706000
1266.26/638.80	c cleaning 32981 clauses out of 66026 with flag 1739001/1739001
1290.35/651.01	c cleaning 32996 clauses out of 66044 with flag 1772000/1772000
1315.67/663.99	c cleaning 32984 clauses out of 66048 with flag 1805000/1805000
1343.55/678.01	c cleaning 33018 clauses out of 66064 with flag 1838000/1838000
1369.87/691.39	c cleaning 33000 clauses out of 66046 with flag 1871000/1871000
1398.93/706.01	c cleaning 33016 clauses out of 66046 with flag 1904000/1904000
1428.21/720.96	c cleaning 32998 clauses out of 66030 with flag 1937000/1937000
1458.30/736.15	c cleaning 33007 clauses out of 66035 with flag 1970003/1970003
1487.20/750.79	c cleaning 33009 clauses out of 66025 with flag 2003000/2003000
1513.69/764.10	c cleaning 32979 clauses out of 66016 with flag 2036000/2036000
1537.99/776.52	c cleaning 33011 clauses out of 66039 with flag 2069002/2069002
1556.85/786.16	c cleaning 0 clauses out of 18000 with flag 0/18000
1566.30/791.03	c cleaning 33007 clauses out of 66026 with flag 2102000/2102000
1593.58/804.88	c cleaning 32982 clauses out of 66020 with flag 2135001/2135001
1623.46/820.06	c cleaning 33000 clauses out of 66037 with flag 2168000/2168000
1650.76/833.87	c cleaning 33005 clauses out of 66037 with flag 2201000/2201000
1676.01/846.68	c cleaning 32993 clauses out of 66032 with flag 2234000/2234000
1700.66/859.14	c cleaning 32995 clauses out of 66039 with flag 2267000/2267000
1727.71/872.99	c cleaning 33013 clauses out of 66044 with flag 2300000/2300000
1760.16/889.38	c cleaning 33009 clauses out of 66033 with flag 2333002/2333002
1789.45/904.13	c cleaning 33004 clauses out of 66024 with flag 2366002/2366002
1800.12/909.62	c starts		: 229
1800.12/909.62	c conflicts		: 2379728
1800.12/909.62	c decisions		: 2909977
1800.12/909.62	c propagations		: 1067789331
1800.12/909.62	c inspects		: 7190850616
1800.12/909.62	c shortcuts		: 0
1800.12/909.62	c learnt literals	: 1
1800.12/909.62	c learnt binary clauses	: 41
1800.12/909.62	c learnt ternary clauses	: 894
1800.12/909.62	c learnt constraints	: 2379728
1800.12/909.62	c ignored constraints	: 0
1800.12/909.62	c root simplifications	: 0
1800.12/909.62	c removed literals (reason simplification)	: 45262677
1800.12/909.62	c reason swapping (by a shorter reason)	: 0
1800.12/909.62	c Calls to reduceDB	: 84
1800.12/909.62	c number of reductions to clauses (during analyze)	: 0
1800.12/909.62	c number of learned constraints concerned by reduction	: 0
1800.12/909.62	c number of learning phase by resolution	: 0
1800.12/909.62	c number of learning phase by cutting planes	: 0
1800.12/909.62	c speed (assignments/second)	: 1174774.615702825
1800.12/909.62	c non guided choices	20
1800.12/909.64	c learnt constraints type 
1800.12/909.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 41
1800.12/909.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 46754
1800.12/909.64	c constraints type 
1800.12/909.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4331
1800.12/909.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28124
1800.12/909.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 380
1800.12/909.64	c constraints type 
1800.12/909.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 28124
1800.12/909.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4331
1800.12/909.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 380
1800.12/909.64	s UNKNOWN
1800.12/909.64	c Total wall clock time (in seconds): 909.524

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-3740075-1338730325/watcher-3740075-1338730325 -o /tmp/evaluation-result-3740075-1338730325/solver-3740075-1338730325 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3740075-1338730325.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.67 3.88 3.74 3/199 4304
/proc/meminfo: memFree=24014040/32873844 swapFree=7124/7124
[pid=4304] ppid=4302 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/4304/stat : 4304 (java) R 4302 4304 30903 0 -1 4202496 987 0 0 0 0 0 0 0 20 0 1 0 339157862 23793664 715 33554432000 1073741824 1073778376 140735465158736 140735465147800 273896486248 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4304/statm: 5809 715 530 9 0 128 0

[startup+0.0893211 s]
/proc/loadavg: 3.67 3.88 3.74 3/199 4304
/proc/meminfo: memFree=24014040/32873844 swapFree=7124/7124
[pid=4304] ppid=4302 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/4304/stat : 4304 (java) S 4302 4304 30903 0 -1 4202496 4930 0 1 0 7 1 0 0 20 0 18 0 339157862 11864465408 13275 33554432000 1073741824 1073778376 140735465158736 140735465149872 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4304/statm: 2896598 13282 2039 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.100302 s]
/proc/loadavg: 3.67 3.88 3.74 3/199 4304
/proc/meminfo: memFree=24014040/32873844 swapFree=7124/7124
[pid=4304] ppid=4302 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/4304/stat : 4304 (java) S 4302 4304 30903 0 -1 4202496 5249 0 1 0 9 1 0 0 20 0 18 0 339157862 11864465408 13589 33554432000 1073741824 1073778376 140735465158736 140735465149872 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4304/statm: 2896598 13589 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300162 s]
/proc/loadavg: 3.67 3.88 3.74 3/199 4304
/proc/meminfo: memFree=24014040/32873844 swapFree=7124/7124
[pid=4304] ppid=4302 vsize=11586392 CPUtime=0.49 cores=0,2,4,6
/proc/4304/stat : 4304 (java) S 4302 4304 30903 0 -1 4202496 7019 0 1 0 47 2 0 0 20 0 18 0 339157862 11864465408 16862 33554432000 1073741824 1073778376 140735465158736 140735465149872 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4304/statm: 2896598 16862 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 11586392

[startup+0.700167 s]
/proc/loadavg: 3.67 3.88 3.74 3/199 4304
/proc/meminfo: memFree=24014040/32873844 swapFree=7124/7124
[pid=4304] ppid=4302 vsize=11719520 CPUtime=1.48 cores=0,2,4,6
/proc/4304/stat : 4304 (java) S 4302 4304 30903 0 -1 4202496 15790 0 1 0 142 6 0 0 20 0 20 0 339157862 12000788480 47224 33554432000 1073741824 1073778376 140735465158736 140735465149872 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4304/statm: 2929880 47224 2252 9 0 2920567 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 11719520

[startup+1.50082 s]
/proc/loadavg: 3.67 3.88 3.74 6/221 4326
/proc/meminfo: memFree=23825544/32873844 swapFree=7124/7124
[pid=4304] ppid=4302 vsize=11852648 CPUtime=4.22 cores=0,2,4,6
/proc/4304/stat : 4304 (java) S 4302 4304 30903 0 -1 4202496 21449 0 1 0 412 10 0 0 20 0 22 0 339157862 12137111552 94779 33554432000 1073741824 1073778376 140735465158736 140735465149872 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4304/statm: 2963162 94779 2264 9 0 2953849 0
[pid=4304/tid=4306] ppid=4302 vsize=11852648 CPUtime=0.66 cores=0,2,4,6
/proc/4304/task/4306/stat : 4306 (java) S 4302 4304 30903 0 -1 4202560 3422 0 1 0 63 3 0 0 20 0 22 0 339157863 12137111552 94779 33554432000 1073741824 1073778376 140735465158736 139944985126040 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4304/tid=4307] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4307/stat : 4307 (java) S 4302 4304 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339157864 12137111552 94779 33554432000 1073741824 1073778376 140735465158736 139944939879464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4308] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4308/stat : 4308 (java) S 4302 4304 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339157864 12137111552 94779 33554432000 1073741824 1073778376 140735465158736 139944938826664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4309] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4309/stat : 4309 (java) S 4302 4304 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339157864 12137111552 94779 33554432000 1073741824 1073778376 140735465158736 139944937773864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4304/tid=4310] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4310/stat : 4310 (java) S 4302 4304 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339157864 12137111552 94779 33554432000 1073741824 1073778376 140735465158736 139944936721064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4304/tid=4311] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4311/stat : 4311 (java) S 4302 4304 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339157864 12137111552 94779 33554432000 1073741824 1073778376 140735465158736 139944935668264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4312] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4312/stat : 4312 (java) S 4302 4304 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339157864 12137111552 94779 33554432000 1073741824 1073778376 140735465158736 139944934615464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4304/tid=4313] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4313/stat : 4313 (java) S 4302 4304 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339157864 12137111552 94779 33554432000 1073741824 1073778376 140735465158736 139944815225128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4314] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4314/stat : 4314 (java) S 4302 4304 30903 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339157864 12137111552 94779 33554432000 1073741824 1073778376 140735465158736 139944814172328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4315] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4315/stat : 4315 (java) S 4302 4304 30903 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 339157865 12137111552 94779 33554432000 1073741824 1073778376 140735465158736 139944801975272 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4316] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4316/stat : 4316 (java) S 4302 4304 30903 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 339157866 12137111552 94779 33554432000 1073741824 1073778376 140735465158736 139944800921336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4317] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4317/stat : 4317 (java) S 4302 4304 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339157866 12137111552 94779 33554432000 1073741824 1073778376 140735465158736 139944799868424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4318] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4318/stat : 4318 (java) S 4302 4304 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339157868 12137111552 94779 33554432000 1073741824 1073778376 140735465158736 139944060250768 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4319] ppid=4302 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/4304/task/4319/stat : 4319 (java) S 4302 4304 30903 0 -1 4202560 11342 0 0 0 89 2 0 0 20 0 22 0 339157868 12137111552 94779 33554432000 1073741824 1073778376 140735465158736 139944059197880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4320] ppid=4302 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/4304/task/4320/stat : 4320 (java) S 4302 4304 30903 0 -1 4202560 5291 0 0 0 98 1 0 0 20 0 22 0 339157868 12137111552 94779 33554432000 1073741824 1073778376 140735465158736 139944058145080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4321] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4321/stat : 4321 (java) S 4302 4304 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339157868 12137111552 94779 33554432000 1073741824 1073778376 140735465158736 139944057092472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4322] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4322/stat : 4322 (java) S 4302 4304 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339157868 12137111552 94779 33554432000 1073741824 1073778376 140735465158736 139944056039880 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4323] ppid=4302 vsize=11852648 CPUtime=0.79 cores=0,2,4,6
/proc/4304/task/4323/stat : 4323 (java) R 4302 4304 30903 0 -1 4202560 29 0 0 0 79 0 0 0 20 0 22 0 339157931 12137111552 94779 33554432000 1073741824 1073778376 140735465158736 139944054977568 139944815344432 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4304/tid=4324] ppid=4302 vsize=11852648 CPUtime=0.79 cores=0,2,4,6
/proc/4304/task/4324/stat : 4324 (java) R 4302 4304 30903 0 -1 4202560 162 0 0 0 77 2 0 0 20 0 22 0 339157931 12137111552 94779 33554432000 1073741824 1073778376 140735465158736 139944053932672 139944816267365 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4304/tid=4325] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4325/stat : 4325 (java) S 4302 4304 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339157936 12137111552 94779 33554432000 1073741824 1073778376 140735465158736 139944052880808 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4304/tid=4326] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4326/stat : 4326 (java) S 4302 4304 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339157936 12137111552 94779 33554432000 1073741824 1073778376 140735465158736 139944051828008 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 11852648

[startup+3.10082 s]
/proc/loadavg: 3.67 3.88 3.74 5/221 4326
/proc/meminfo: memFree=23349036/32873844 swapFree=7124/7124
[pid=4304] ppid=4302 vsize=11852648 CPUtime=7.68 cores=0,2,4,6
/proc/4304/stat : 4304 (java) S 4302 4304 30903 0 -1 4202496 21914 0 1 0 749 19 0 0 20 0 22 0 339157862 12137111552 209517 33554432000 1073741824 1073778376 140735465158736 140735465149872 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4304/statm: 2963162 209517 2291 9 0 2953849 0
[pid=4304/tid=4306] ppid=4302 vsize=11852648 CPUtime=0.66 cores=0,2,4,6
/proc/4304/task/4306/stat : 4306 (java) S 4302 4304 30903 0 -1 4202560 3423 0 1 0 63 3 0 0 20 0 22 0 339157863 12137111552 209517 33554432000 1073741824 1073778376 140735465158736 139944985126040 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4304/tid=4307] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4307/stat : 4307 (java) S 4302 4304 30903 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 339157864 12137111552 209517 33554432000 1073741824 1073778376 140735465158736 139944939879464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4304/tid=4308] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4308/stat : 4308 (java) S 4302 4304 30903 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 339157864 12137111552 209517 33554432000 1073741824 1073778376 140735465158736 139944938826664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4309] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4309/stat : 4309 (java) S 4302 4304 30903 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339157864 12137111552 209517 33554432000 1073741824 1073778376 140735465158736 139944937773864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4310] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4310/stat : 4310 (java) S 4302 4304 30903 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339157864 12137111552 209517 33554432000 1073741824 1073778376 140735465158736 139944936721064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4304/tid=4311] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4311/stat : 4311 (java) S 4302 4304 30903 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339157864 12137111552 209517 33554432000 1073741824 1073778376 140735465158736 139944935668264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4304/tid=4312] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4312/stat : 4312 (java) S 4302 4304 30903 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 339157864 12137111552 209517 33554432000 1073741824 1073778376 140735465158736 139944934615464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4313] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4313/stat : 4313 (java) S 4302 4304 30903 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 339157864 12137111552 209517 33554432000 1073741824 1073778376 140735465158736 139944815225128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4314] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4314/stat : 4314 (java) S 4302 4304 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339157864 12137111552 209517 33554432000 1073741824 1073778376 140735465158736 139944814172328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4315] ppid=4302 vsize=11852648 CPUtime=0.04 cores=0,2,4,6
/proc/4304/task/4315/stat : 4315 (java) S 4302 4304 30903 0 -1 4202560 37 0 0 0 4 0 0 0 20 0 22 0 339157865 12137111552 209517 33554432000 1073741824 1073778376 140735465158736 139944801975272 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4316] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4316/stat : 4316 (java) S 4302 4304 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339157866 12137111552 209517 33554432000 1073741824 1073778376 140735465158736 139944800921336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4317] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4317/stat : 4317 (java) S 4302 4304 30903 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339157866 12137111552 209517 33554432000 1073741824 1073778376 140735465158736 139944799868424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4318] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4318/stat : 4318 (java) S 4302 4304 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339157868 12137111552 209517 33554432000 1073741824 1073778376 140735465158736 139944060250768 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4319] ppid=4302 vsize=11852648 CPUtime=1.11 cores=0,2,4,6
/proc/4304/task/4319/stat : 4319 (java) S 4302 4304 30903 0 -1 4202560 11509 0 0 0 108 3 0 0 20 0 22 0 339157868 12137111552 209517 33554432000 1073741824 1073778376 140735465158736 139944059197880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4320] ppid=4302 vsize=11852648 CPUtime=1.07 cores=0,2,4,6
/proc/4304/task/4320/stat : 4320 (java) S 4302 4304 30903 0 -1 4202560 5292 0 0 0 106 1 0 0 20 0 22 0 339157868 12137111552 209517 33554432000 1073741824 1073778376 140735465158736 139944058145080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4321] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4321/stat : 4321 (java) S 4302 4304 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339157868 12137111552 209517 33554432000 1073741824 1073778376 140735465158736 139944057092472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4322] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4322/stat : 4322 (java) S 4302 4304 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339157868 12137111552 209517 33554432000 1073741824 1073778376 140735465158736 139944056039880 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4323] ppid=4302 vsize=11852648 CPUtime=2.3 cores=0,2,4,6
/proc/4304/task/4323/stat : 4323 (java) R 4302 4304 30903 0 -1 4202560 32 0 0 0 230 0 0 0 20 0 22 0 339157931 12137111552 209517 33554432000 1073741824 1073778376 140735465158736 139944054985800 139944816106009 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4304/tid=4324] ppid=4302 vsize=11852648 CPUtime=2.3 cores=0,2,4,6
/proc/4304/task/4324/stat : 4324 (java) R 4302 4304 30903 0 -1 4202560 369 0 0 0 221 9 0 0 20 0 22 0 339157931 12137111552 209517 33554432000 1073741824 1073778376 140735465158736 139944053933016 139944816147516 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4304/tid=4325] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4325/stat : 4325 (java) S 4302 4304 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339157936 12137111552 209517 33554432000 1073741824 1073778376 140735465158736 139944052880808 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4304/tid=4326] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4326/stat : 4326 (java) S 4302 4304 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339157936 12137111552 209517 33554432000 1073741824 1073778376 140735465158736 139944051828008 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 11852648

[startup+6.30082 s]
/proc/loadavg: 3.69 3.88 3.74 5/221 4326
/proc/meminfo: memFree=23147960/32873844 swapFree=7124/7124
[pid=4304] ppid=4302 vsize=11852648 CPUtime=14.08 cores=0,2,4,6
/proc/4304/stat : 4304 (java) S 4302 4304 30903 0 -1 4202496 21960 0 1 0 1387 21 0 0 20 0 22 0 339157862 12137111552 222635 33554432000 1073741824 1073778376 140735465158736 140735465149872 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4304/statm: 2963162 222635 2291 9 0 2953849 0
[pid=4304/tid=4306] ppid=4302 vsize=11852648 CPUtime=0.66 cores=0,2,4,6
/proc/4304/task/4306/stat : 4306 (java) S 4302 4304 30903 0 -1 4202560 3423 0 1 0 63 3 0 0 20 0 22 0 339157863 12137111552 222635 33554432000 1073741824 1073778376 140735465158736 139944985126040 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4304/tid=4307] ppid=4302 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/4304/task/4307/stat : 4307 (java) S 4302 4304 30903 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 339157864 12137111552 222635 33554432000 1073741824 1073778376 140735465158736 139944939879464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4304/tid=4308] ppid=4302 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/4304/task/4308/stat : 4308 (java) S 4302 4304 30903 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 339157864 12137111552 222635 33554432000 1073741824 1073778376 140735465158736 139944938826664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4304/tid=4309] ppid=4302 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/4304/task/4309/stat : 4309 (java) S 4302 4304 30903 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 339157864 12137111552 222635 33554432000 1073741824 1073778376 140735465158736 139944937773864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4310] ppid=4302 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/4304/task/4310/stat : 4310 (java) S 4302 4304 30903 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 339157864 12137111552 222635 33554432000 1073741824 1073778376 140735465158736 139944936721064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4304/tid=4311] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4311/stat : 4311 (java) S 4302 4304 30903 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339157864 12137111552 222635 33554432000 1073741824 1073778376 140735465158736 139944935668264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4304/tid=4312] ppid=4302 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/4304/task/4312/stat : 4312 (java) S 4302 4304 30903 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 339157864 12137111552 222635 33554432000 1073741824 1073778376 140735465158736 139944934615464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4304/tid=4313] ppid=4302 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/4304/task/4313/stat : 4313 (java) S 4302 4304 30903 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 339157864 12137111552 222635 33554432000 1073741824 1073778376 140735465158736 139944815225128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4304/tid=4314] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4314/stat : 4314 (java) S 4302 4304 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339157864 12137111552 222635 33554432000 1073741824 1073778376 140735465158736 139944814172328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4315] ppid=4302 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/4304/task/4315/stat : 4315 (java) S 4302 4304 30903 0 -1 4202560 41 0 0 0 16 0 0 0 20 0 22 0 339157865 12137111552 222635 33554432000 1073741824 1073778376 140735465158736 139944801975272 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4316] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4316/stat : 4316 (java) S 4302 4304 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339157866 12137111552 222635 33554432000 1073741824 1073778376 140735465158736 139944800921336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4317] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4317/stat : 4317 (java) S 4302 4304 30903 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339157866 12137111552 222635 33554432000 1073741824 1073778376 140735465158736 139944799868424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4318] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4318/stat : 4318 (java) S 4302 4304 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339157868 12137111552 222635 33554432000 1073741824 1073778376 140735465158736 139944060250768 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4319] ppid=4302 vsize=11852648 CPUtime=1.13 cores=0,2,4,6
/proc/4304/task/4319/stat : 4319 (java) S 4302 4304 30903 0 -1 4202560 11510 0 0 0 110 3 0 0 20 0 22 0 339157868 12137111552 222635 33554432000 1073741824 1073778376 140735465158736 139944059197880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/4304/statm: 2963162 837226 2292 9 0 2953849 0
[pid=4304/tid=4306] ppid=4302 vsize=11852648 CPUtime=0.7 cores=0,2,4,6
/proc/4304/task/4306/stat : 4306 (java) S 4302 4304 30903 0 -1 4202560 3466 0 1 0 65 5 0 0 20 0 22 0 339157863 12137111552 837226 33554432000 1073741824 1073778376 140735465158736 139944985126040 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4307] ppid=4302 vsize=11852648 CPUtime=0.73 cores=0,2,4,6
/proc/4304/task/4307/stat : 4307 (java) S 4302 4304 30903 0 -1 4202560 100 0 0 0 71 2 0 0 20 0 22 0 339157864 12137111552 837226 33554432000 1073741824 1073778376 140735465158736 139944939879464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4308] ppid=4302 vsize=11852648 CPUtime=0.8 cores=0,2,4,6
/proc/4304/task/4308/stat : 4308 (java) S 4302 4304 30903 0 -1 4202560 98 0 0 0 78 2 0 0 20 0 22 0 339157864 12137111552 837226 33554432000 1073741824 1073778376 140735465158736 139944938826664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4304/tid=4309] ppid=4302 vsize=11852648 CPUtime=0.67 cores=0,2,4,6
/proc/4304/task/4309/stat : 4309 (java) S 4302 4304 30903 0 -1 4202560 128 0 0 0 67 0 0 0 20 0 22 0 339157864 12137111552 837226 33554432000 1073741824 1073778376 140735465158736 139944937773864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4310] ppid=4302 vsize=11852648 CPUtime=0.65 cores=0,2,4,6
/proc/4304/task/4310/stat : 4310 (java) S 4302 4304 30903 0 -1 4202560 71 0 0 0 63 2 0 0 20 0 22 0 339157864 12137111552 837226 33554432000 1073741824 1073778376 140735465158736 139944936721064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4311] ppid=4302 vsize=11852648 CPUtime=0.64 cores=0,2,4,6
/proc/4304/task/4311/stat : 4311 (java) S 4302 4304 30903 0 -1 4202560 104 0 0 0 64 0 0 0 20 0 22 0 339157864 12137111552 837226 33554432000 1073741824 1073778376 140735465158736 139944935668264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4312] ppid=4302 vsize=11852648 CPUtime=0.68 cores=0,2,4,6
/proc/4304/task/4312/stat : 4312 (java) S 4302 4304 30903 0 -1 4202560 99 0 0 0 66 2 0 0 20 0 22 0 339157864 12137111552 837226 33554432000 1073741824 1073778376 140735465158736 139944934615464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4304/tid=4313] ppid=4302 vsize=11852648 CPUtime=0.67 cores=0,2,4,6
/proc/4304/task/4313/stat : 4313 (java) S 4302 4304 30903 0 -1 4202560 119 0 0 0 67 0 0 0 20 0 22 0 339157864 12137111552 837226 33554432000 1073741824 1073778376 140735465158736 139944815225128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4314] ppid=4302 vsize=11852648 CPUtime=0.75 cores=0,2,4,6
/proc/4304/task/4314/stat : 4314 (java) S 4302 4304 30903 0 -1 4202560 84 0 0 0 73 2 0 0 20 0 22 0 339157864 12137111552 837226 33554432000 1073741824 1073778376 140735465158736 139944814172328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4304/tid=4315] ppid=4302 vsize=11852648 CPUtime=21.4 cores=0,2,4,6
/proc/4304/task/4315/stat : 4315 (java) S 4302 4304 30903 0 -1 4202560 202 0 0 0 2135 5 0 0 20 0 22 0 339157865 12137111552 837226 33554432000 1073741824 1073778376 140735465158736 139944801975272 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4304/tid=4316] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4316/stat : 4316 (java) S 4302 4304 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339157866 12137111552 837226 33554432000 1073741824 1073778376 140735465158736 139944800921336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4317] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4317/stat : 4317 (java) S 4302 4304 30903 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339157866 12137111552 837226 33554432000 1073741824 1073778376 140735465158736 139944799868424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4318] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4318/stat : 4318 (java) S 4302 4304 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339157868 12137111552 837226 33554432000 1073741824 1073778376 140735465158736 139944060250768 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4319] ppid=4302 vsize=11852648 CPUtime=1.63 cores=0,2,4,6
/proc/4304/task/4319/stat : 4319 (java) S 4302 4304 30903 0 -1 4202560 15798 0 0 0 160 3 0 0 20 0 22 0 339157868 12137111552 837226 33554432000 1073741824 1073778376 140735465158736 139944059197880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4320] ppid=4302 vsize=11852648 CPUtime=1.31 cores=0,2,4,6
/proc/4304/task/4320/stat : 4320 (java) S 4302 4304 30903 0 -1 4202560 5309 0 0 0 130 1 0 0 20 0 22 0 339157868 12137111552 837226 33554432000 1073741824 1073778376 140735465158736 139944058145080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4321] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4321/stat : 4321 (java) S 4302 4304 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339157868 12137111552 837226 33554432000 1073741824 1073778376 140735465158736 139944057092472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4322] ppid=4302 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/4304/task/4322/stat : 4322 (java) S 4302 4304 30903 0 -1 4202560 47 0 0 0 16 13 0 0 20 0 22 0 339157868 12137111552 837226 33554432000 1073741824 1073778376 140735465158736 139944056039880 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4304/tid=4323] ppid=4302 vsize=11852648 CPUtime=796.41 cores=0,2,4,6
/proc/4304/task/4323/stat : 4323 (java) R 4302 4304 30903 0 -1 4202560 65 0 0 0 79628 13 0 0 20 0 22 0 339157931 12137111552 837226 33554432000 1073741824 1073778376 140735465158736 139944054985680 139944816260608 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4304/tid=4324] ppid=4302 vsize=11852648 CPUtime=796.35 cores=0,2,4,6
/proc/4304/task/4324/stat : 4324 (java) R 4302 4304 30903 0 -1 4202560 1488 0 0 0 79576 59 0 0 20 0 22 0 339157931 12137111552 837226 33554432000 1073741824 1073778376 140735465158736 139944053931088 139944816155520 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4325] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4325/stat : 4325 (java) S 4302 4304 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339157936 12137111552 837226 33554432000 1073741824 1073778376 140735465158736 139944052880808 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4304/tid=4326] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4326/stat : 4326 (java) S 4302 4304 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339157936 12137111552 837226 33554432000 1073741824 1073778376 140735465158736 139944051828008 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1627.75
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.94 3.93 3.83 5/221 4559
/proc/meminfo: memFree=20927628/32873844 swapFree=7124/7124
[pid=4304] ppid=4302 vsize=11852648 CPUtime=1746.17 cores=0,2,4,6
/proc/4304/stat : 4304 (java) S 4302 4304 30903 0 -1 4202496 28406 0 1 0 174528 89 0 0 20 0 22 0 339157862 12137111552 837763 33554432000 1073741824 1073778376 140735465158736 140735465149872 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4304/statm: 2963162 837763 2292 9 0 2953849 0
[pid=4304/tid=4306] ppid=4302 vsize=11852648 CPUtime=0.7 cores=0,2,4,6
/proc/4304/task/4306/stat : 4306 (java) S 4302 4304 30903 0 -1 4202560 3469 0 1 0 65 5 0 0 20 0 22 0 339157863 12137111552 837763 33554432000 1073741824 1073778376 140735465158736 139944985126040 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4307] ppid=4302 vsize=11852648 CPUtime=0.75 cores=0,2,4,6
/proc/4304/task/4307/stat : 4307 (java) S 4302 4304 30903 0 -1 4202560 103 0 0 0 73 2 0 0 20 0 22 0 339157864 12137111552 837763 33554432000 1073741824 1073778376 140735465158736 139944939879464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4308] ppid=4302 vsize=11852648 CPUtime=0.88 cores=0,2,4,6
/proc/4304/task/4308/stat : 4308 (java) S 4302 4304 30903 0 -1 4202560 106 0 0 0 86 2 0 0 20 0 22 0 339157864 12137111552 837763 33554432000 1073741824 1073778376 140735465158736 139944938826664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4304/tid=4309] ppid=4302 vsize=11852648 CPUtime=0.72 cores=0,2,4,6
/proc/4304/task/4309/stat : 4309 (java) S 4302 4304 30903 0 -1 4202560 128 0 0 0 72 0 0 0 20 0 22 0 339157864 12137111552 837763 33554432000 1073741824 1073778376 140735465158736 139944937773864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4310] ppid=4302 vsize=11852648 CPUtime=0.69 cores=0,2,4,6
/proc/4304/task/4310/stat : 4310 (java) S 4302 4304 30903 0 -1 4202560 76 0 0 0 67 2 0 0 20 0 22 0 339157864 12137111552 837763 33554432000 1073741824 1073778376 140735465158736 139944936721064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4311] ppid=4302 vsize=11852648 CPUtime=0.66 cores=0,2,4,6
/proc/4304/task/4311/stat : 4311 (java) S 4302 4304 30903 0 -1 4202560 104 0 0 0 66 0 0 0 20 0 22 0 339157864 12137111552 837763 33554432000 1073741824 1073778376 140735465158736 139944935668264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4312] ppid=4302 vsize=11852648 CPUtime=0.74 cores=0,2,4,6
/proc/4304/task/4312/stat : 4312 (java) S 4302 4304 30903 0 -1 4202560 105 0 0 0 72 2 0 0 20 0 22 0 339157864 12137111552 837763 33554432000 1073741824 1073778376 140735465158736 139944934615464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4313] ppid=4302 vsize=11852648 CPUtime=0.71 cores=0,2,4,6
/proc/4304/task/4313/stat : 4313 (java) S 4302 4304 30903 0 -1 4202560 122 0 0 0 71 0 0 0 20 0 22 0 339157864 12137111552 837763 33554432000 1073741824 1073778376 140735465158736 139944815225128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4314] ppid=4302 vsize=11852648 CPUtime=0.79 cores=0,2,4,6
/proc/4304/task/4314/stat : 4314 (java) S 4302 4304 30903 0 -1 4202560 84 0 0 0 77 2 0 0 20 0 22 0 339157864 12137111552 837763 33554432000 1073741824 1073778376 140735465158736 139944814172328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4315] ppid=4302 vsize=11852648 CPUtime=23.06 cores=0,2,4,6
/proc/4304/task/4315/stat : 4315 (java) S 4302 4304 30903 0 -1 4202560 207 0 0 0 2301 5 0 0 20 0 22 0 339157865 12137111552 837763 33554432000 1073741824 1073778376 140735465158736 139944801975272 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4304/tid=4316] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4316/stat : 4316 (java) S 4302 4304 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339157866 12137111552 837763 33554432000 1073741824 1073778376 140735465158736 139944800921336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4317] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4317/stat : 4317 (java) S 4302 4304 30903 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339157866 12137111552 837763 33554432000 1073741824 1073778376 140735465158736 139944799868424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4318] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4318/stat : 4318 (java) S 4302 4304 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339157868 12137111552 837763 33554432000 1073741824 1073778376 140735465158736 139944060250768 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4319] ppid=4302 vsize=11852648 CPUtime=1.63 cores=0,2,4,6
/proc/4304/task/4319/stat : 4319 (java) S 4302 4304 30903 0 -1 4202560 15798 0 0 0 160 3 0 0 20 0 22 0 339157868 12137111552 837763 33554432000 1073741824 1073778376 140735465158736 139944059197880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4320] ppid=4302 vsize=11852648 CPUtime=1.31 cores=0,2,4,6
/proc/4304/task/4320/stat : 4320 (java) S 4302 4304 30903 0 -1 4202560 5309 0 0 0 130 1 0 0 20 0 22 0 339157868 12137111552 837763 33554432000 1073741824 1073778376 140735465158736 139944058145080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4321] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4321/stat : 4321 (java) S 4302 4304 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339157868 12137111552 837763 33554432000 1073741824 1073778376 140735465158736 139944057092472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4322] ppid=4302 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/4304/task/4322/stat : 4322 (java) S 4302 4304 30903 0 -1 4202560 51 0 0 0 17 14 0 0 20 0 22 0 339157868 12137111552 837763 33554432000 1073741824 1073778376 140735465158736 139944056039880 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4323] ppid=4302 vsize=11852648 CPUtime=854.47 cores=0,2,4,6
/proc/4304/task/4323/stat : 4323 (java) R 4302 4304 30903 0 -1 4202560 66 0 0 0 85434 13 0 0 20 0 22 0 339157931 12137111552 837763 33554432000 1073741824 1073778376 140735465158736 139944054985680 139944816197329 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4304/tid=4324] ppid=4302 vsize=11852648 CPUtime=854.43 cores=0,2,4,6
/proc/4304/task/4324/stat : 4324 (java) R 4302 4304 30903 0 -1 4202560 1488 0 0 0 85384 59 0 0 20 0 22 0 339157931 12137111552 837763 33554432000 1073741824 1073778376 140735465158736 139944053931088 139944816155569 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4325] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4325/stat : 4325 (java) S 4302 4304 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339157936 12137111552 837763 33554432000 1073741824 1073778376 140735465158736 139944052880808 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4304/tid=4326] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4326/stat : 4326 (java) S 4302 4304 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339157936 12137111552 837763 33554432000 1073741824 1073778376 140735465158736 139944051828008 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1746.17
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+909.601 s]
/proc/loadavg: 3.90 3.92 3.82 6/221 4559
/proc/meminfo: memFree=20922912/32873844 swapFree=7124/7124
[pid=4304] ppid=4302 vsize=11852648 CPUtime=1800.12 cores=0,2,4,6
/proc/4304/stat : 4304 (java) S 4302 4304 30903 0 -1 4202496 28434 0 1 0 179922 90 0 0 20 0 22 0 339157862 12137111552 838807 33554432000 1073741824 1073778376 140735465158736 140735465149872 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4304/statm: 2963162 838807 2292 9 0 2953849 0
[pid=4304/tid=4306] ppid=4302 vsize=11852648 CPUtime=0.7 cores=0,2,4,6
/proc/4304/task/4306/stat : 4306 (java) S 4302 4304 30903 0 -1 4202560 3470 0 1 0 65 5 0 0 20 0 22 0 339157863 12137111552 838807 33554432000 1073741824 1073778376 140735465158736 139944985126040 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4307] ppid=4302 vsize=11852648 CPUtime=0.78 cores=0,2,4,6
/proc/4304/task/4307/stat : 4307 (java) S 4302 4304 30903 0 -1 4202560 105 0 0 0 76 2 0 0 20 0 22 0 339157864 12137111552 838807 33554432000 1073741824 1073778376 140735465158736 139944939879464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4308] ppid=4302 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/4304/task/4308/stat : 4308 (java) S 4302 4304 30903 0 -1 4202560 106 0 0 0 88 2 0 0 20 0 22 0 339157864 12137111552 838807 33554432000 1073741824 1073778376 140735465158736 139944938826664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4309] ppid=4302 vsize=11852648 CPUtime=0.75 cores=0,2,4,6
/proc/4304/task/4309/stat : 4309 (java) S 4302 4304 30903 0 -1 4202560 128 0 0 0 75 0 0 0 20 0 22 0 339157864 12137111552 838807 33554432000 1073741824 1073778376 140735465158736 139944937773864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4310] ppid=4302 vsize=11852648 CPUtime=0.71 cores=0,2,4,6
/proc/4304/task/4310/stat : 4310 (java) S 4302 4304 30903 0 -1 4202560 79 0 0 0 69 2 0 0 20 0 22 0 339157864 12137111552 838807 33554432000 1073741824 1073778376 140735465158736 139944936721064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4311] ppid=4302 vsize=11852648 CPUtime=0.68 cores=0,2,4,6
/proc/4304/task/4311/stat : 4311 (java) S 4302 4304 30903 0 -1 4202560 104 0 0 0 68 0 0 0 20 0 22 0 339157864 12137111552 838807 33554432000 1073741824 1073778376 140735465158736 139944935668264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4312] ppid=4302 vsize=11852648 CPUtime=0.75 cores=0,2,4,6
/proc/4304/task/4312/stat : 4312 (java) S 4302 4304 30903 0 -1 4202560 111 0 0 0 73 2 0 0 20 0 22 0 339157864 12137111552 838807 33554432000 1073741824 1073778376 140735465158736 139944934615464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4313] ppid=4302 vsize=11852648 CPUtime=0.73 cores=0,2,4,6
/proc/4304/task/4313/stat : 4313 (java) S 4302 4304 30903 0 -1 4202560 124 0 0 0 73 0 0 0 20 0 22 0 339157864 12137111552 838807 33554432000 1073741824 1073778376 140735465158736 139944815225128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4304/tid=4314] ppid=4302 vsize=11852648 CPUtime=0.81 cores=0,2,4,6
/proc/4304/task/4314/stat : 4314 (java) S 4302 4304 30903 0 -1 4202560 91 0 0 0 79 2 0 0 20 0 22 0 339157864 12137111552 838807 33554432000 1073741824 1073778376 140735465158736 139944814172328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4304/tid=4315] ppid=4302 vsize=11852648 CPUtime=23.81 cores=0,2,4,6
/proc/4304/task/4315/stat : 4315 (java) S 4302 4304 30903 0 -1 4202560 211 0 0 0 2376 5 0 0 20 0 22 0 339157865 12137111552 838807 33554432000 1073741824 1073778376 140735465158736 139944801975272 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4304/tid=4316] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4316/stat : 4316 (java) S 4302 4304 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339157866 12137111552 838807 33554432000 1073741824 1073778376 140735465158736 139944800921336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4317] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4317/stat : 4317 (java) S 4302 4304 30903 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339157866 12137111552 838807 33554432000 1073741824 1073778376 140735465158736 139944799868424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4318] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4318/stat : 4318 (java) S 4302 4304 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339157868 12137111552 838807 33554432000 1073741824 1073778376 140735465158736 139944060250768 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4319] ppid=4302 vsize=11852648 CPUtime=1.63 cores=0,2,4,6
/proc/4304/task/4319/stat : 4319 (java) S 4302 4304 30903 0 -1 4202560 15798 0 0 0 160 3 0 0 20 0 22 0 339157868 12137111552 838807 33554432000 1073741824 1073778376 140735465158736 139944059197880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4320] ppid=4302 vsize=11852648 CPUtime=1.31 cores=0,2,4,6
/proc/4304/task/4320/stat : 4320 (java) S 4302 4304 30903 0 -1 4202560 5309 0 0 0 130 1 0 0 20 0 22 0 339157868 12137111552 838807 33554432000 1073741824 1073778376 140735465158736 139944058145080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4304/tid=4321] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4321/stat : 4321 (java) S 4302 4304 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339157868 12137111552 838807 33554432000 1073741824 1073778376 140735465158736 139944057092472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4322] ppid=4302 vsize=11852648 CPUtime=0.32 cores=0,2,4,6
/proc/4304/task/4322/stat : 4322 (java) S 4302 4304 30903 0 -1 4202560 53 0 0 0 17 15 0 0 20 0 22 0 339157868 12137111552 838807 33554432000 1073741824 1073778376 140735465158736 139944056039880 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4323] ppid=4302 vsize=11852648 CPUtime=880.92 cores=0,2,4,6
/proc/4304/task/4323/stat : 4323 (java) R 4302 4304 30903 0 -1 4202560 67 0 0 0 88078 14 0 0 20 0 22 0 339157931 12137111552 838807 33554432000 1073741824 1073778376 140735465158736 139944054985680 139944816197329 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4304/tid=4324] ppid=4302 vsize=11852648 CPUtime=880.87 cores=0,2,4,6
/proc/4304/task/4324/stat : 4324 (java) R 4302 4304 30903 0 -1 4202560 1488 0 0 0 88027 60 0 0 20 0 22 0 339157931 12137111552 838807 33554432000 1073741824 1073778376 140735465158736 139944053931088 139944816244824 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4304/tid=4325] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4325/stat : 4325 (java) S 4302 4304 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339157936 12137111552 838807 33554432000 1073741824 1073778376 140735465158736 139944052880808 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4304/tid=4326] ppid=4302 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4304/task/4326/stat : 4326 (java) S 4302 4304 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339157936 12137111552 838807 33554432000 1073741824 1073778376 140735465158736 139944051828008 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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 4304 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=778152
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=302801
# CPU time returned by wait4() is 1796.08
# while last known CPU time is 1800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 909.667
CPU time (s): 1800.12
CPU user time (s): 1799.22
CPU system time (s): 0.9
CPU usage (%): 197.888
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.78
system time used= 1.3028
maximum resident set size= 3357396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28467
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24124
involuntary context switches= 25667

runsolver used 2.93155 second user time and 8.48371 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-03 15:32:05
IDJOB=3740075
IDBENCH=76228
IDSOLVER=2328
FILE ID=node134/3740075-1338730325
RUNJOBID= node134-1338713778-30919
PBS_JOBID= 14636743
Free space on /tmp= 70352 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j60/normalized-j6029_8-unsat.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3740075-1338730325/watcher-3740075-1338730325 -o /tmp/evaluation-result-3740075-1338730325/solver-3740075-1338730325 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3740075-1338730325.opb

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

MD5SUM BENCH= c619d5d1f14c9c14bda19749a65da87b
RANDOM SEED=152968470

node134.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.278
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.55
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.278
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	: 5332.56
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.278
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	: 5332.55
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.278
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	: 5332.59
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.278
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	: 5332.55
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.278
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	: 5332.55
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.278
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	: 5332.57
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.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24013932 kB
Buffers:          491608 kB
Cached:          3371888 kB
SwapCached:           76 kB
Active:          5821700 kB
Inactive:        2112732 kB
Active(anon):    4062420 kB
Inactive(anon):    10496 kB
Active(file):    1759280 kB
Inactive(file):  2102236 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67107756 kB
Dirty:              1620 kB
Writeback:             0 kB
AnonPages:       4189900 kB
Mapped:            19392 kB
Shmem:                96 kB
Slab:             762376 kB
SReclaimable:     203364 kB
SUnreclaim:       559012 kB
KernelStack:        1792 kB
PageTables:        11916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10459320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4130816 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= 70352 MiB
End job on node134 at 2012-06-03 15:47:16