Trace number 3455444

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
Sat4j Res//CP 2.3.0? (TO) 1800.4 910.116

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12032_3-unsat.opb
MD5SUM336dbbe12a18bfd6b8d34c583a70b44b
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 benchmark405.851
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables32186
Total number of constraints107047
Number of constraints which are clauses106519
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints528
Minimum length of a constraint1
Maximum length of a constraint93
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 26
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 561
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.08	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.1.v20110525
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.18-164.el5
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		9996466904
0.07/0.09	c Max memory 		10048897024
0.07/0.09	c Total memory 		10048897024
0.07/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-3455444-1307196956.opb
0.10/0.11	c reading problem ... 
2.26/1.22	c ... done. Wall clock time 1.112s.
2.26/1.22	c #vars     32186
2.26/1.22	c #constraints  93273
2.26/1.22	c constraints type 
2.26/1.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11705
2.26/1.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 75749
2.26/1.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 528
2.26/1.23	c constraints type 
2.26/1.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 75749
2.26/1.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11705
2.26/1.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 528
8.21/3.67	c cleaning 2490 clauses out of 5000 with flag 5000/5000
12.94/5.97	c cleaning 4249 clauses out of 8510 with flag 11000/11000
18.25/8.65	c cleaning 5621 clauses out of 11262 with flag 18001/18001
24.98/12.03	c cleaning 6807 clauses out of 13640 with flag 26000/26000
32.47/15.87	c cleaning 7916 clauses out of 15835 with flag 35002/35002
40.55/19.96	c cleaning 8937 clauses out of 17919 with flag 45002/45002
49.82/24.69	c cleaning 9970 clauses out of 19980 with flag 56000/56000
60.08/29.82	c cleaning 10998 clauses out of 22010 with flag 68000/68000
70.51/35.14	c cleaning 11993 clauses out of 24012 with flag 81000/81000
83.36/41.62	c cleaning 12972 clauses out of 26019 with flag 95000/95000
97.21/48.61	c cleaning 13993 clauses out of 28047 with flag 110000/110000
109.23/54.73	c cleaning 0 clauses out of 5001 with flag 0/5001
111.26/55.79	c cleaning 15024 clauses out of 30056 with flag 126002/126002
126.07/63.29	c cleaning 15990 clauses out of 32030 with flag 143000/143000
142.87/71.78	c cleaning 16997 clauses out of 34040 with flag 161000/161000
161.05/80.94	c cleaning 18000 clauses out of 36043 with flag 180000/180000
179.17/90.15	c cleaning 19011 clauses out of 38043 with flag 200000/200000
197.90/99.60	c cleaning 19990 clauses out of 40032 with flag 221000/221000
218.28/109.95	c cleaning 21000 clauses out of 42042 with flag 243000/243000
240.28/121.09	c cleaning 21995 clauses out of 44042 with flag 266000/266000
265.05/133.69	c cleaning 23008 clauses out of 46047 with flag 290000/290000
294.79/148.60	c cleaning 23957 clauses out of 48039 with flag 315000/315000
326.90/164.86	c cleaning 25013 clauses out of 50082 with flag 341000/341000
361.60/182.38	c cleaning 26003 clauses out of 52069 with flag 368000/368000
394.55/199.10	c cleaning 27017 clauses out of 54066 with flag 396000/396000
411.38/207.69	c cleaning 0 clauses out of 11002 with flag 0/11002
423.67/213.94	c cleaning 28001 clauses out of 56049 with flag 425000/425000
458.32/231.48	c cleaning 29001 clauses out of 58048 with flag 455000/455000
490.80/247.93	c cleaning 29994 clauses out of 60047 with flag 486000/486000
527.08/266.25	c cleaning 30994 clauses out of 62053 with flag 518000/518000
567.06/286.42	c cleaning 32018 clauses out of 64060 with flag 551001/551001
612.25/309.27	c cleaning 33001 clauses out of 66041 with flag 585000/585000
649.44/328.14	c cleaning 34006 clauses out of 68040 with flag 620000/620000
693.43/350.39	c cleaning 34992 clauses out of 70036 with flag 656002/656002
741.20/374.43	c cleaning 36014 clauses out of 72042 with flag 693000/693000
788.95/398.56	c cleaning 37000 clauses out of 74028 with flag 731000/731000
840.83/424.84	c cleaning 38002 clauses out of 76028 with flag 770000/770000
886.35/447.82	c cleaning 38968 clauses out of 78026 with flag 810000/810000
937.65/473.76	c cleaning 40000 clauses out of 80058 with flag 851000/851000
987.13/498.71	c cleaning 41017 clauses out of 82059 with flag 893001/893001
1040.15/525.67	c cleaning 41985 clauses out of 84042 with flag 936001/936001
1075.61/543.67	c cleaning 0 clauses out of 18000 with flag 0/18000
1094.60/553.48	c cleaning 43021 clauses out of 86058 with flag 980002/980002
1146.42/579.63	c cleaning 44003 clauses out of 88036 with flag 1025001/1025001
1208.75/611.24	c cleaning 44997 clauses out of 90032 with flag 1071000/1071000
1269.16/641.76	c cleaning 45993 clauses out of 92035 with flag 1118000/1118000
1341.20/678.02	c cleaning 46952 clauses out of 94042 with flag 1166000/1166000
1402.59/709.06	c cleaning 48027 clauses out of 96093 with flag 1215003/1215003
1468.68/742.52	c cleaning 49020 clauses out of 98064 with flag 1265001/1265001
1537.45/777.27	c cleaning 49995 clauses out of 100043 with flag 1316000/1316000
1604.53/811.03	c cleaning 51015 clauses out of 102050 with flag 1368002/1368002
1667.67/842.91	c cleaning 51985 clauses out of 104038 with flag 1421005/1421005
1743.18/881.19	c cleaning 53013 clauses out of 106048 with flag 1475000/1475000
1800.09/909.93	c starts		: 207
1800.09/909.93	c conflicts		: 1512569
1800.09/909.93	c decisions		: 1922633
1800.09/909.93	c propagations		: 1353190284
1800.09/909.93	c inspects		: 4872506681
1800.09/909.95	c shortcuts		: 0
1800.09/909.95	c learnt literals	: 0
1800.09/909.95	c learnt binary clauses	: 13
1800.09/909.95	c learnt ternary clauses	: 1076
1800.09/909.95	c learnt constraints	: 1512571
1800.09/909.95	c ignored constraints	: 0
1800.09/909.95	c root simplifications	: 0
1800.09/909.95	c removed literals (reason simplification)	: 29611086
1800.09/909.95	c reason swapping (by a shorter reason)	: 0
1800.09/909.95	c Calls to reduceDB	: 50
1800.09/909.95	c number of reductions to clauses (during analyze)	: 0
1800.09/909.95	c number of learned constraints concerned by reduction	: 0
1800.09/909.95	c number of learning phase by resolution	: 0
1800.09/909.95	c number of learning phase by cutting planes	: 0
1800.09/909.95	c speed (assignments/second)	: 1489150.2901941452
1800.09/909.95	c non guided choices	62
1800.09/909.95	c learnt constraints type 
1800.09/909.95	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 13
1800.09/909.95	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 90599
1800.09/909.95	c constraints type 
1800.09/909.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11705
1800.09/909.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 75749
1800.09/909.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 528
1800.09/909.95	c constraints type 
1800.09/909.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 75749
1800.09/909.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11705
1800.09/909.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 528
1800.09/909.95	s UNKNOWN
1800.09/909.95	c Total wall clock time (in seconds): 909.841

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.56 3.63 3.54 3/596 3742
/proc/meminfo: memFree=19995704/32951124 swapFree=58940260/67111528
[pid=3742] ppid=3740 vsize=24004 CPUtime=0 cores=1,3,5,7
/proc/3742/stat : 3742 (java) S 3740 3742 2924 0 -1 4202496 1140 0 0 0 0 0 0 0 22 0 2 0 831293337 24580096 876 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699477989 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3742/statm: 6001 876 664 9 0 381 0
[pid=3742/tid=3743] ppid=3740 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3743/stat : 3743 (java) R 3740 3742 2924 0 -1 4202560 7094 0 1 0 0 0 0 0 23 0 2 0 831293338 10694979584 7909 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212687369275 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.081462 s]
/proc/loadavg: 3.56 3.63 3.54 3/596 3742
/proc/meminfo: memFree=19995704/32951124 swapFree=58940260/67111528
[pid=3742] ppid=3740 vsize=10474048 CPUtime=0.07 cores=1,3,5,7
/proc/3742/stat : 3742 (java) S 3740 3742 2924 0 -1 4202496 11980 0 1 0 6 1 0 0 22 0 18 0 831293337 10725425152 11676 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3742/statm: 2618512 11677 1755 9 0 2609246 0
[pid=3742/tid=3743] ppid=3740 vsize=10474048 CPUtime=0.05 cores=1,3,5,7
/proc/3742/task/3743/stat : 3743 (java) R 3740 3742 2924 0 -1 4202560 10807 0 1 0 5 0 0 0 22 0 18 0 831293338 10725425152 11677 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 47217337045763 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10474048

[startup+0.100421 s]
/proc/loadavg: 3.56 3.63 3.54 3/596 3742
/proc/meminfo: memFree=19995704/32951124 swapFree=58940260/67111528
[pid=3742] ppid=3740 vsize=10540608 CPUtime=0.1 cores=1,3,5,7
/proc/3742/stat : 3742 (java) S 3740 3742 2924 0 -1 4202496 12981 0 1 0 9 1 0 0 22 0 18 0 831293337 10793582592 12677 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3742/statm: 2635152 12677 2092 9 0 2625886 0
[pid=3742/tid=3743] ppid=3740 vsize=10540608 CPUtime=0.07 cores=1,3,5,7
/proc/3742/task/3743/stat : 3743 (java) R 3740 3742 2924 0 -1 4202560 11104 0 1 0 7 0 0 0 22 0 18 0 831293338 10793582592 12677 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 47217338098438 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540608

[startup+0.300385 s]
/proc/loadavg: 3.56 3.63 3.54 3/596 3742
/proc/meminfo: memFree=19995704/32951124 swapFree=58940260/67111528
[pid=3742] ppid=3740 vsize=10543680 CPUtime=0.47 cores=1,3,5,7
/proc/3742/stat : 3742 (java) S 3740 3742 2924 0 -1 4202496 16649 0 1 0 45 2 0 0 22 0 18 0 831293337 10796728320 16123 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3742/statm: 2635920 16135 2200 9 0 2626654 0
[pid=3742/tid=3743] ppid=3740 vsize=10543680 CPUtime=0.28 cores=1,3,5,7
/proc/3742/task/3743/stat : 3743 (java) R 3740 3742 2924 0 -1 4202560 13373 0 1 0 27 1 0 0 22 0 18 0 831293338 10796728320 16135 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 46912505492926 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10543680

[startup+0.700334 s]
/proc/loadavg: 3.56 3.63 3.54 3/596 3742
/proc/meminfo: memFree=19995704/32951124 swapFree=58940260/67111528
[pid=3742] ppid=3740 vsize=10546752 CPUtime=1.26 cores=1,3,5,7
/proc/3742/stat : 3742 (java) S 3740 3742 2924 0 -1 4202496 49322 0 1 0 120 6 0 0 22 0 18 0 831293337 10799874048 46465 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3742/statm: 2636688 46465 2221 9 0 2627422 0
[pid=3742/tid=3743] ppid=3740 vsize=10546752 CPUtime=0.68 cores=1,3,5,7
/proc/3742/task/3743/stat : 3743 (java) R 3740 3742 2924 0 -1 4202560 41523 0 1 0 63 5 0 0 18 0 18 0 831293338 10799874048 46465 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 46912505217649 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 10546752

[startup+1.50117 s]
/proc/loadavg: 3.56 3.63 3.54 6/614 3760
/proc/meminfo: memFree=19704540/32951124 swapFree=58940260/67111528
[pid=3742] ppid=3740 vsize=10557104 CPUtime=3.39 cores=1,3,5,7
/proc/3742/stat : 3742 (java) S 3740 3742 2924 0 -1 4202496 98389 0 1 0 327 12 0 0 22 0 22 0 831293337 10810474496 92337 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3742/statm: 2639276 92343 2238 9 0 2630010 0
[pid=3742/tid=3743] ppid=3740 vsize=10557104 CPUtime=1.18 cores=1,3,5,7
/proc/3742/task/3743/stat : 3743 (java) S 3740 3742 2924 0 -1 4202560 79440 0 1 0 109 9 0 0 19 0 22 0 831293338 10810474496 92346 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491840 0 4 0 16800975 18446604461875049536 0 0 -1 5 0 0 0
[pid=3742/tid=3745] ppid=3740 vsize=10557104 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3745/stat : 3745 (java) S 3740 3742 2924 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293340 10810474496 92351 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 7 0 0 0
[pid=3742/tid=3746] ppid=3740 vsize=10557104 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3746/stat : 3746 (java) S 3740 3742 2924 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831293340 10810474496 92354 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 7 0 0 0
[pid=3742/tid=3747] ppid=3740 vsize=10557104 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3747/stat : 3747 (java) S 3740 3742 2924 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293340 10810474496 92357 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 7 0 0 0
[pid=3742/tid=3748] ppid=3740 vsize=10557104 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3748/stat : 3748 (java) S 3740 3742 2924 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293340 10810474496 92360 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 7 0 0 0
[pid=3742/tid=3749] ppid=3740 vsize=10557104 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3749/stat : 3749 (java) S 3740 3742 2924 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293340 10810474496 92363 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 7 0 0 0
[pid=3742/tid=3750] ppid=3740 vsize=10557104 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3750/stat : 3750 (java) S 3740 3742 2924 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293340 10810474496 92367 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 7 0 0 0
[pid=3742/tid=3751] ppid=3740 vsize=10557104 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3751/stat : 3751 (java) S 3740 3742 2924 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293340 10810474496 92370 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 7 0 0 0
[pid=3742/tid=3752] ppid=3740 vsize=10557104 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3752/stat : 3752 (java) S 3740 3742 2924 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293340 10810474496 92374 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 7 0 0 0
[pid=3742/tid=3753] ppid=3740 vsize=10557104 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3753/stat : 3753 (java) S 3740 3742 2924 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 831293341 10810474496 92377 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491840 0 0 0 16800975 18446604461875049536 0 0 -1 3 0 0 0
[pid=3742/tid=3754] ppid=3740 vsize=10557104 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3754/stat : 3754 (java) S 3740 3742 2924 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831293341 10810474496 92381 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3755] ppid=3740 vsize=10557104 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3755/stat : 3755 (java) S 3740 3742 2924 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831293341 10810474496 92384 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3756] ppid=3740 vsize=10557104 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3756/stat : 3756 (java) S 3740 3742 2924 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831293343 10810474496 92387 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699498929 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3757] ppid=3740 vsize=10557104 CPUtime=0.82 cores=1,3,5,7
/proc/3742/task/3757/stat : 3757 (java) S 3740 3742 2924 0 -1 4202560 7977 0 0 0 81 1 0 0 16 0 22 0 831293343 10810474496 92389 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3758] ppid=3740 vsize=10557104 CPUtime=0.82 cores=1,3,5,7
/proc/3742/task/3758/stat : 3758 (java) R 3740 3742 2924 0 -1 4202560 4471 0 0 0 82 0 0 0 17 0 22 0 831293343 10810474496 92393 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 47217337870582 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3742/tid=3759] ppid=3740 vsize=10557104 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3759/stat : 3759 (java) S 3740 3742 2924 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831293343 10810474496 92396 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3760] ppid=3740 vsize=10557104 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3760/stat : 3760 (java) S 3740 3742 2924 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831293343 10810474496 92400 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491840 0 4 0 16800975 18446604461875049536 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 10557104

[startup+3.10088 s]
/proc/loadavg: 3.56 3.63 3.54 5/618 3764
/proc/meminfo: memFree=19395524/32951124 swapFree=58940260/67111528
[pid=3742] ppid=3740 vsize=10558128 CPUtime=7.21 cores=1,3,5,7
/proc/3742/stat : 3742 (java) S 3740 3742 2924 0 -1 4202496 271159 0 1 0 689 32 0 0 22 0 22 0 831293337 10811523072 263496 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3742/statm: 2639532 263502 2242 9 0 2630266 0
[pid=3742/tid=3743] ppid=3740 vsize=10558128 CPUtime=1.18 cores=1,3,5,7
/proc/3742/task/3743/stat : 3743 (java) S 3740 3742 2924 0 -1 4202560 79440 0 1 0 109 9 0 0 15 0 22 0 831293338 10811523072 263505 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491840 0 4 0 16800975 18446604461875049536 0 0 -1 5 0 0 0
[pid=3742/tid=3745] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3745/stat : 3745 (java) S 3740 3742 2924 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293340 10811523072 263509 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 7 0 0 0
[pid=3742/tid=3746] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3746/stat : 3746 (java) S 3740 3742 2924 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831293340 10811523072 263513 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 7 0 0 0
[pid=3742/tid=3747] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3747/stat : 3747 (java) S 3740 3742 2924 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293340 10811523072 263516 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 7 0 0 0
[pid=3742/tid=3748] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3748/stat : 3748 (java) S 3740 3742 2924 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293340 10811523072 263520 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 7 0 0 0
[pid=3742/tid=3749] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3749/stat : 3749 (java) S 3740 3742 2924 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293340 10811523072 263523 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 7 0 0 0
[pid=3742/tid=3750] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3750/stat : 3750 (java) S 3740 3742 2924 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293340 10811523072 263526 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 7 0 0 0
[pid=3742/tid=3751] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3751/stat : 3751 (java) S 3740 3742 2924 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293340 10811523072 263529 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 7 0 0 0
[pid=3742/tid=3752] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3752/stat : 3752 (java) S 3740 3742 2924 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293340 10811523072 263531 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 7 0 0 0
[pid=3742/tid=3753] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3753/stat : 3753 (java) S 3740 3742 2924 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 831293341 10811523072 263535 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491840 0 0 0 16800975 18446604461875049536 0 0 -1 3 0 0 0
[pid=3742/tid=3754] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3754/stat : 3754 (java) S 3740 3742 2924 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831293341 10811523072 263538 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3755] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3755/stat : 3755 (java) S 3740 3742 2924 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831293341 10811523072 263540 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3756] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3756/stat : 3756 (java) S 3740 3742 2924 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831293343 10811523072 263543 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699498929 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3757] ppid=3740 vsize=10558128 CPUtime=1.1 cores=1,3,5,7
/proc/3742/task/3757/stat : 3757 (java) S 3740 3742 2924 0 -1 4202560 8102 0 0 0 109 1 0 0 16 0 22 0 831293343 10811523072 263548 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3758] ppid=3740 vsize=10558128 CPUtime=1.15 cores=1,3,5,7
/proc/3742/task/3758/stat : 3758 (java) S 3740 3742 2924 0 -1 4202560 6141 0 0 0 115 0 0 0 15 0 22 0 831293343 10811523072 263553 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 5 0 0 0
[pid=3742/tid=3759] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3759/stat : 3759 (java) S 3740 3742 2924 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831293343 10811523072 263557 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3760] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3760/stat : 3760 (java) S 3740 3742 2924 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831293343 10811523072 263562 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491840 0 4 0 16800975 18446604461875049536 0 0 -1 5 0 0 0
[pid=3742/tid=3761] ppid=3740 vsize=10558128 CPUtime=1.86 cores=1,3,5,7
/proc/3742/task/3761/stat : 3761 (java) R 3740 3742 2924 0 -1 4202560 800 0 0 0 186 0 0 0 22 0 22 0 831293460 10811523072 263565 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 46912506170208 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3742/tid=3762] ppid=3740 vsize=10558128 CPUtime=1.86 cores=1,3,5,7
/proc/3742/task/3762/stat : 3762 (java) R 3740 3742 2924 0 -1 4202560 175581 0 0 0 167 19 0 0 25 0 22 0 831293460 10811523072 263570 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 46912505857791 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3742/tid=3763] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3763/stat : 3763 (java) S 3740 3742 2924 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831293465 10811523072 263573 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491840 0 4 0 16800975 18446604461875049536 0 0 -1 3 0 0 0
[pid=3742/tid=3764] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3764/stat : 3764 (java) S 3740 3742 2924 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831293466 10811523072 263577 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491840 0 4 0 16800975 18446604461875049536 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 10558128

[startup+6.30129 s]
/proc/loadavg: 3.59 3.63 3.55 5/618 3764
/proc/meminfo: memFree=18526732/32951124 swapFree=58940260/67111528
[pid=3742] ppid=3740 vsize=10558128 CPUtime=13.66 cores=1,3,5,7
/proc/3742/stat : 3742 (java) S 3740 3742 2924 0 -1 4202496 376777 0 1 0 1323 43 0 0 22 0 22 0 831293337 10811523072 369010 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3742/statm: 2639532 369010 2267 9 0 2630266 0
[pid=3742/tid=3743] ppid=3740 vsize=10558128 CPUtime=1.18 cores=1,3,5,7
/proc/3742/task/3743/stat : 3743 (java) S 3740 3742 2924 0 -1 4202560 79440 0 1 0 109 9 0 0 15 0 22 0 831293338 10811523072 369010 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491840 0 4 0 16800975 18446604461875049536 0 0 -1 5 0 0 0
[pid=3742/tid=3745] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3745/stat : 3745 (java) S 3740 3742 2924 0 -1 4202560 406 0 0 0 0 0 0 0 18 0 22 0 831293340 10811523072 369010 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3746] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3746/stat : 3746 (java) S 3740 3742 2924 0 -1 4202560 704 0 0 0 0 0 0 0 18 0 22 0 831293340 10811523072 369010 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3747] ppid=3740 vsize=10558128 CPUtime=0.01 cores=1,3,5,7
/proc/3742/task/3747/stat : 3747 (java) S 3740 3742 2924 0 -1 4202560 746 0 0 0 1 0 0 0 18 0 22 0 831293340 10811523072 369010 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 5 0 0 0
[pid=3742/tid=3748] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3748/stat : 3748 (java) S 3740 3742 2924 0 -1 4202560 331 0 0 0 0 0 0 0 16 0 22 0 831293340 10811523072 369010 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 5 0 0 0
[pid=3742/tid=3749] ppid=3740 vsize=10558128 CPUtime=0.02 cores=1,3,5,7
/proc/3742/task/3749/stat : 3749 (java) S 3740 3742 2924 0 -1 4202560 1597 0 0 0 2 0 0 0 18 0 22 0 831293340 10811523072 369010 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 5 0 0 0
[pid=3742/tid=3750] ppid=3740 vsize=10558128 CPUtime=0.02 cores=1,3,5,7
/proc/3742/task/3750/stat : 3750 (java) S 3740 3742 2924 0 -1 4202560 1671 0 0 0 2 0 0 0 18 0 22 0 831293340 10811523072 369010 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 7 0 0 0
[pid=3742/tid=3751] ppid=3740 vsize=10558128 CPUtime=0.04 cores=1,3,5,7
/proc/3742/task/3751/stat : 3751 (java) S 3740 3742 2924 0 -1 4202560 2638 0 0 0 4 0 0 0 18 0 22 0 831293340 10811523072 369010 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 7 0 0 0
[pid=3742/tid=3752] ppid=3740 vsize=10558128 CPUtime=0.01 cores=1,3,5,7
/proc/3742/task/3752/stat : 3752 (java) S 3740 3742 2924 0 -1 4202560 1373 0 0 0 1 0 0 0 18 0 22 0 831293340 10811523072 369010 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 5 0 0 0
[pid=3742/tid=3753] ppid=3740 vsize=10558128 CPUtime=0.21 cores=1,3,5,7
/proc/3742/task/3753/stat : 3753 (java) S 3740 3742 2924 0 -1 4202560 9256 0 0 0 21 0 0 0 15 0 22 0 831293341 10811523072 369010 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491840 0 0 0 16800975 18446604461875049536 0 0 -1 3 0 0 0
[pid=3742/tid=3754] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3754/stat : 3754 (java) S 3740 3742 2924 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831293341 10811523072 369010 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3755] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3755/stat : 3755 (java) S 3740 3742 2924 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831293341 10811523072 369010 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3756] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3756/stat : 3756 (java) S 3740 3742 2924 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831293343 10811523072 369010 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699498929 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0

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

/proc/3742/task/3747/stat : 3747 (java) S 3740 3742 2924 0 -1 4202560 4421 0 0 0 56 0 0 0 15 0 22 0 831293340 10811523072 971368 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 3 0 0 0
[pid=3742/tid=3748] ppid=3740 vsize=10558128 CPUtime=0.67 cores=1,3,5,7
/proc/3742/task/3748/stat : 3748 (java) S 3740 3742 2924 0 -1 4202560 6885 0 0 0 67 0 0 0 16 0 22 0 831293340 10811523072 971368 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 7 0 0 0
[pid=3742/tid=3749] ppid=3740 vsize=10558128 CPUtime=0.73 cores=1,3,5,7
/proc/3742/task/3749/stat : 3749 (java) S 3740 3742 2924 0 -1 4202560 9844 0 0 0 73 0 0 0 16 0 22 0 831293340 10811523072 971368 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3750] ppid=3740 vsize=10558128 CPUtime=0.89 cores=1,3,5,7
/proc/3742/task/3750/stat : 3750 (java) S 3740 3742 2924 0 -1 4202560 12814 0 0 0 88 1 0 0 16 0 22 0 831293340 10811523072 971368 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 7 0 0 0
[pid=3742/tid=3751] ppid=3740 vsize=10558128 CPUtime=0.76 cores=1,3,5,7
/proc/3742/task/3751/stat : 3751 (java) S 3740 3742 2924 0 -1 4202560 14019 0 0 0 75 1 0 0 15 0 22 0 831293340 10811523072 971368 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 7 0 0 0
[pid=3742/tid=3752] ppid=3740 vsize=10558128 CPUtime=0.7 cores=1,3,5,7
/proc/3742/task/3752/stat : 3752 (java) S 3740 3742 2924 0 -1 4202560 10450 0 0 0 69 1 0 0 15 0 22 0 831293340 10811523072 971368 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 3 0 0 0
[pid=3742/tid=3753] ppid=3740 vsize=10558128 CPUtime=22.45 cores=1,3,5,7
/proc/3742/task/3753/stat : 3753 (java) S 3740 3742 2924 0 -1 4202560 50775 0 0 0 2240 5 0 0 15 0 22 0 831293341 10811523072 971368 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491840 0 0 0 16800975 18446604461875049536 0 0 -1 5 0 0 0
[pid=3742/tid=3754] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3754/stat : 3754 (java) S 3740 3742 2924 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831293341 10811523072 971368 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3755] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3755/stat : 3755 (java) S 3740 3742 2924 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831293341 10811523072 971368 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3756] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3756/stat : 3756 (java) S 3740 3742 2924 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831293343 10811523072 971368 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699498929 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3757] ppid=3740 vsize=10558128 CPUtime=1.46 cores=1,3,5,7
/proc/3742/task/3757/stat : 3757 (java) S 3740 3742 2924 0 -1 4202560 8132 0 0 0 145 1 0 0 15 0 22 0 831293343 10811523072 971368 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3758] ppid=3740 vsize=10558128 CPUtime=1.68 cores=1,3,5,7
/proc/3742/task/3758/stat : 3758 (java) S 3740 3742 2924 0 -1 4202560 8903 0 0 0 167 1 0 0 15 0 22 0 831293343 10811523072 971368 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 5 0 0 0
[pid=3742/tid=3759] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3759/stat : 3759 (java) S 3740 3742 2924 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831293343 10811523072 971368 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3760] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3760/stat : 3760 (java) S 3740 3742 2924 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 831293343 10811523072 971368 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491840 0 4 0 16800975 18446604461875049536 0 0 -1 3 0 0 0
[pid=3742/tid=3761] ppid=3740 vsize=10558128 CPUtime=796.91 cores=1,3,5,7
/proc/3742/task/3761/stat : 3761 (java) R 3740 3742 2924 0 -1 4202560 1295 0 0 0 79691 0 0 0 25 0 22 0 831293460 10811523072 971368 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 46912505863787 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3742/tid=3762] ppid=3740 vsize=10558128 CPUtime=796.93 cores=1,3,5,7
/proc/3742/task/3762/stat : 3762 (java) R 3740 3742 2924 0 -1 4202560 760593 0 0 0 79609 84 0 0 25 0 22 0 831293460 10811523072 971368 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 46912506144025 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3742/tid=3763] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3763/stat : 3763 (java) S 3740 3742 2924 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831293465 10811523072 971368 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491840 0 4 0 16800975 18446604461875049536 0 0 -1 3 0 0 0
[pid=3742/tid=3764] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3764/stat : 3764 (java) S 3740 3742 2924 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831293466 10811523072 971368 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491840 0 4 0 16800975 18446604461875049536 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1626.43
Current children cumulated vsize (KiB) 10558128

[startup+882.302 s]
/proc/loadavg: 4.03 3.90 3.68 5/618 3962
/proc/meminfo: memFree=15674792/32951124 swapFree=58940260/67111528
[pid=3742] ppid=3740 vsize=10558128 CPUtime=1744.83 cores=1,3,5,7
/proc/3742/stat : 3742 (java) S 3740 3742 2924 0 -1 4202496 985132 0 1 0 174371 112 0 0 22 0 22 0 831293337 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3742/statm: 2639532 973065 2267 9 0 2630266 0
[pid=3742/tid=3743] ppid=3740 vsize=10558128 CPUtime=1.18 cores=1,3,5,7
/proc/3742/task/3743/stat : 3743 (java) S 3740 3742 2924 0 -1 4202560 79461 0 1 0 109 9 0 0 15 0 22 0 831293338 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491840 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3745] ppid=3740 vsize=10558128 CPUtime=0.69 cores=1,3,5,7
/proc/3742/task/3745/stat : 3745 (java) S 3740 3742 2924 0 -1 4202560 7969 0 0 0 69 0 0 0 15 0 22 0 831293340 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 7 0 0 0
[pid=3742/tid=3746] ppid=3740 vsize=10558128 CPUtime=0.77 cores=1,3,5,7
/proc/3742/task/3746/stat : 3746 (java) S 3740 3742 2924 0 -1 4202560 6641 0 0 0 76 1 0 0 15 0 22 0 831293340 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3747] ppid=3740 vsize=10558128 CPUtime=0.63 cores=1,3,5,7
/proc/3742/task/3747/stat : 3747 (java) S 3740 3742 2924 0 -1 4202560 5023 0 0 0 63 0 0 0 16 0 22 0 831293340 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 3 0 0 0
[pid=3742/tid=3748] ppid=3740 vsize=10558128 CPUtime=0.72 cores=1,3,5,7
/proc/3742/task/3748/stat : 3748 (java) S 3740 3742 2924 0 -1 4202560 7235 0 0 0 72 0 0 0 15 0 22 0 831293340 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 3 0 0 0
[pid=3742/tid=3749] ppid=3740 vsize=10558128 CPUtime=0.82 cores=1,3,5,7
/proc/3742/task/3749/stat : 3749 (java) S 3740 3742 2924 0 -1 4202560 9857 0 0 0 82 0 0 0 16 0 22 0 831293340 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3750] ppid=3740 vsize=10558128 CPUtime=0.96 cores=1,3,5,7
/proc/3742/task/3750/stat : 3750 (java) S 3740 3742 2924 0 -1 4202560 13555 0 0 0 95 1 0 0 16 0 22 0 831293340 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 7 0 0 0
[pid=3742/tid=3751] ppid=3740 vsize=10558128 CPUtime=0.8 cores=1,3,5,7
/proc/3742/task/3751/stat : 3751 (java) S 3740 3742 2924 0 -1 4202560 14027 0 0 0 79 1 0 0 15 0 22 0 831293340 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 3 0 0 0
[pid=3742/tid=3752] ppid=3740 vsize=10558128 CPUtime=0.73 cores=1,3,5,7
/proc/3742/task/3752/stat : 3752 (java) S 3740 3742 2924 0 -1 4202560 10450 0 0 0 72 1 0 0 16 0 22 0 831293340 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 3 0 0 0
[pid=3742/tid=3753] ppid=3740 vsize=10558128 CPUtime=24.26 cores=1,3,5,7
/proc/3742/task/3753/stat : 3753 (java) S 3740 3742 2924 0 -1 4202560 50779 0 0 0 2421 5 0 0 16 0 22 0 831293341 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491840 0 0 0 16800975 18446604461875049536 0 0 -1 5 0 0 0
[pid=3742/tid=3754] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3754/stat : 3754 (java) S 3740 3742 2924 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831293341 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3755] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3755/stat : 3755 (java) S 3740 3742 2924 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831293341 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3756] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3756/stat : 3756 (java) S 3740 3742 2924 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831293343 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699498929 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3757] ppid=3740 vsize=10558128 CPUtime=1.46 cores=1,3,5,7
/proc/3742/task/3757/stat : 3757 (java) S 3740 3742 2924 0 -1 4202560 8132 0 0 0 145 1 0 0 15 0 22 0 831293343 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3758] ppid=3740 vsize=10558128 CPUtime=1.68 cores=1,3,5,7
/proc/3742/task/3758/stat : 3758 (java) S 3740 3742 2924 0 -1 4202560 8903 0 0 0 167 1 0 0 15 0 22 0 831293343 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 5 0 0 0
[pid=3742/tid=3759] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3759/stat : 3759 (java) S 3740 3742 2924 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831293343 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3760] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3760/stat : 3760 (java) S 3740 3742 2924 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 831293343 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491840 0 4 0 16800975 18446604461875049536 0 0 -1 3 0 0 0
[pid=3742/tid=3761] ppid=3740 vsize=10558128 CPUtime=854.98 cores=1,3,5,7
/proc/3742/task/3761/stat : 3761 (java) R 3740 3742 2924 0 -1 4202560 1300 0 0 0 85498 0 0 0 18 0 22 0 831293460 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 46912506128324 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3742/tid=3762] ppid=3740 vsize=10558128 CPUtime=855 cores=1,3,5,7
/proc/3742/task/3762/stat : 3762 (java) R 3740 3742 2924 0 -1 4202560 760593 0 0 0 85416 84 0 0 18 0 22 0 831293460 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 46912506144311 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3742/tid=3763] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3763/stat : 3763 (java) S 3740 3742 2924 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831293465 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491840 0 4 0 16800975 18446604461875049536 0 0 -1 3 0 0 0
[pid=3742/tid=3764] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3764/stat : 3764 (java) S 3740 3742 2924 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831293466 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491840 0 4 0 16800975 18446604461875049536 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1744.83
Current children cumulated vsize (KiB) 10558128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+909.901 s]
/proc/loadavg: 4.07 3.92 3.69 5/618 3962
/proc/meminfo: memFree=15643164/32951124 swapFree=58940260/67111528
[pid=3742] ppid=3740 vsize=10558128 CPUtime=1800.09 cores=1,3,5,7
/proc/3742/stat : 3742 (java) S 3740 3742 2924 0 -1 4202496 985137 0 1 0 179897 112 0 0 22 0 22 0 831293337 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3742/statm: 2639532 973065 2267 9 0 2630266 0
[pid=3742/tid=3743] ppid=3740 vsize=10558128 CPUtime=1.18 cores=1,3,5,7
/proc/3742/task/3743/stat : 3743 (java) S 3740 3742 2924 0 -1 4202560 79461 0 1 0 109 9 0 0 15 0 22 0 831293338 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491840 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3745] ppid=3740 vsize=10558128 CPUtime=0.71 cores=1,3,5,7
/proc/3742/task/3745/stat : 3745 (java) S 3740 3742 2924 0 -1 4202560 7969 0 0 0 71 0 0 0 16 0 22 0 831293340 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 7 0 0 0
[pid=3742/tid=3746] ppid=3740 vsize=10558128 CPUtime=0.79 cores=1,3,5,7
/proc/3742/task/3746/stat : 3746 (java) S 3740 3742 2924 0 -1 4202560 6641 0 0 0 78 1 0 0 16 0 22 0 831293340 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3747] ppid=3740 vsize=10558128 CPUtime=0.66 cores=1,3,5,7
/proc/3742/task/3747/stat : 3747 (java) S 3740 3742 2924 0 -1 4202560 5023 0 0 0 66 0 0 0 16 0 22 0 831293340 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 3 0 0 0
[pid=3742/tid=3748] ppid=3740 vsize=10558128 CPUtime=0.72 cores=1,3,5,7
/proc/3742/task/3748/stat : 3748 (java) S 3740 3742 2924 0 -1 4202560 7235 0 0 0 72 0 0 0 16 0 22 0 831293340 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 3 0 0 0
[pid=3742/tid=3749] ppid=3740 vsize=10558128 CPUtime=0.84 cores=1,3,5,7
/proc/3742/task/3749/stat : 3749 (java) S 3740 3742 2924 0 -1 4202560 9857 0 0 0 84 0 0 0 16 0 22 0 831293340 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 5 0 0 0
[pid=3742/tid=3750] ppid=3740 vsize=10558128 CPUtime=0.96 cores=1,3,5,7
/proc/3742/task/3750/stat : 3750 (java) S 3740 3742 2924 0 -1 4202560 13555 0 0 0 95 1 0 0 16 0 22 0 831293340 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 7 0 0 0
[pid=3742/tid=3751] ppid=3740 vsize=10558128 CPUtime=0.8 cores=1,3,5,7
/proc/3742/task/3751/stat : 3751 (java) S 3740 3742 2924 0 -1 4202560 14027 0 0 0 79 1 0 0 15 0 22 0 831293340 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 3 0 0 0
[pid=3742/tid=3752] ppid=3740 vsize=10558128 CPUtime=0.73 cores=1,3,5,7
/proc/3742/task/3752/stat : 3752 (java) S 3740 3742 2924 0 -1 4202560 10450 0 0 0 72 1 0 0 15 0 22 0 831293340 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3753] ppid=3740 vsize=10558128 CPUtime=24.26 cores=1,3,5,7
/proc/3742/task/3753/stat : 3753 (java) S 3740 3742 2924 0 -1 4202560 50781 0 0 0 2421 5 0 0 15 0 22 0 831293341 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491840 0 0 0 16800975 18446604461875049536 0 0 -1 5 0 0 0
[pid=3742/tid=3754] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3754/stat : 3754 (java) S 3740 3742 2924 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831293341 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3755] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3755/stat : 3755 (java) S 3740 3742 2924 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831293341 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3756] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3756/stat : 3756 (java) S 3740 3742 2924 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831293343 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699498929 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3757] ppid=3740 vsize=10558128 CPUtime=1.46 cores=1,3,5,7
/proc/3742/task/3757/stat : 3757 (java) S 3740 3742 2924 0 -1 4202560 8132 0 0 0 145 1 0 0 15 0 22 0 831293343 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3758] ppid=3740 vsize=10558128 CPUtime=1.68 cores=1,3,5,7
/proc/3742/task/3758/stat : 3758 (java) S 3740 3742 2924 0 -1 4202560 8903 0 0 0 167 1 0 0 15 0 22 0 831293343 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 5 0 0 0
[pid=3742/tid=3759] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3759/stat : 3759 (java) S 3740 3742 2924 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831293343 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491225 0 4 0 16800975 18446604461875049536 0 0 -1 1 0 0 0
[pid=3742/tid=3760] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3760/stat : 3760 (java) S 3740 3742 2924 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 831293343 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491840 0 4 0 16800975 18446604461875049536 0 0 -1 3 0 0 0
[pid=3742/tid=3761] ppid=3740 vsize=10558128 CPUtime=882.58 cores=1,3,5,7
/proc/3742/task/3761/stat : 3761 (java) R 3740 3742 2924 0 -1 4202560 1301 0 0 0 88258 0 0 0 25 0 22 0 831293460 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 46912506138469 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3742/tid=3762] ppid=3740 vsize=10558128 CPUtime=882.6 cores=1,3,5,7
/proc/3742/task/3762/stat : 3762 (java) R 3740 3742 2924 0 -1 4202560 760593 0 0 0 88176 84 0 0 25 0 22 0 831293460 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 46912506143936 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3742/tid=3763] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3763/stat : 3763 (java) S 3740 3742 2924 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831293465 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491840 0 4 0 16800975 18446604461875049536 0 0 -1 3 0 0 0
[pid=3742/tid=3764] ppid=3740 vsize=10558128 CPUtime=0 cores=1,3,5,7
/proc/3742/task/3764/stat : 3764 (java) S 3740 3742 2924 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831293466 10811523072 973065 33554432000 1073741824 1073778376 140733431702208 18446744073709551615 212699491840 0 4 0 16800975 18446604461875049536 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 10558128

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

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

[startup+910.028 s]
/proc/loadavg: 4.07 3.92 3.69 5/618 3962
/proc/meminfo: memFree=15643164/32951124 swapFree=58940260/67111528
[pid=3742] ppid=3740 vsize=0 CPUtime=1800.3 cores=1,3,5,7
/proc/3742/stat : 3742 (java) Z 3740 3742 2924 0 -1 4203548 985166 0 1 0 179911 119 0 0 17 0 2 0 831293337 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3742/statm: 0 0 0 0 0 0 0
[pid=3742/tid=3758] ppid=3740 vsize=0 CPUtime=1.77 cores=1,3,5,7
/proc/3742/task/3758/stat : 3758 (java) R 3740 3742 2924 0 -1 4203588 8903 0 0 0 169 8 0 0 16 0 2 0 831293343 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 0

[startup+910.101 s]
/proc/loadavg: 4.07 3.92 3.69 5/618 3962
/proc/meminfo: memFree=15643164/32951124 swapFree=58940260/67111528
[pid=3742] ppid=3740 vsize=0 CPUtime=1800.38 cores=1,3,5,7
/proc/3742/stat : 3742 (java) Z 3740 3742 2924 0 -1 4203548 985166 0 1 0 179911 127 0 0 17 0 2 0 831293337 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3742/statm: 0 0 0 0 0 0 0
[pid=3742/tid=3758] ppid=3740 vsize=0 CPUtime=1.84 cores=1,3,5,7
/proc/3742/task/3758/stat : 3758 (java) R 3740 3742 2924 0 -1 4203588 8903 0 0 0 169 15 0 0 16 0 2 0 831293343 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.38
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 910.116
CPU time (s): 1800.4
CPU user time (s): 1799.11
CPU system time (s): 1.2868
CPU usage (%): 197.821
Max. virtual memory (cumulated for all children) (KiB): 10558128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.11
system time used= 1.2868
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 985166
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23609
involuntary context switches= 22149

runsolver used 5.33619 second user time and 12.887 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-04 16:15:56
IDJOB=3455444
IDBENCH=73961
IDSOLVER=1950
FILE ID=node139/3455444-1307196956
RUNJOBID= node139-1307195809-2945
PBS_JOBID= 13508878
Free space on /tmp= 73464 MiB

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

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

MD5SUM BENCH= 336dbbe12a18bfd6b8d34c583a70b44b
RANDOM SEED=2117164483

node139.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5321.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19995984 kB
Buffers:        285312 kB
Cached:         631088 kB
SwapCached:       3628 kB
Active:       12126308 kB
Inactive:       518536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19995984 kB
SwapTotal:    67111528 kB
SwapFree:     58940260 kB
Dirty:            3380 kB
Writeback:           0 kB
AnonPages:    11726248 kB
Mapped:          41312 kB
Slab:           153260 kB
PageTables:      85748 kB
NFS_Unstable:       40 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 181238340 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73460 MiB
End job on node139 at 2011-06-04 16:31:08