Trace number 3742292

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.02 906.269

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K176.opb
MD5SUM3f678424628fecb2a53891618f9bde8f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20944
Total number of constraints21298
Number of constraints which are clauses21122
Number of constraints which are cardinality constraints (but not clauses)176
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint176
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 177
Number of bits of the biggest sum of numbers8
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.1.v20110525
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		9996466904
0.07/0.11	c Max memory 		10048897024
0.07/0.11	c Total memory 		10048897024
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3742292-1338765438.opb
0.07/0.13	c reading problem ... 
1.17/0.66	c ... done. Wall clock time 0.524s.
1.17/0.66	c #vars     20944
1.17/0.66	c #constraints  21298
1.17/0.66	c constraints type 
1.17/0.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18845
1.17/0.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 176
1.17/0.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2275
1.17/0.66	c constraints type 
1.17/0.66	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2275
1.17/0.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18845
1.17/0.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 176
9.01/4.00	c cleaning 2477 clauses out of 4990 with flag 5000/5000
16.48/7.69	c cleaning 4188 clauses out of 8512 with flag 11005/11005
24.47/11.67	c cleaning 5546 clauses out of 11312 with flag 18000/18000
33.25/16.04	c cleaning 6664 clauses out of 13763 with flag 26000/26000
42.82/20.85	c cleaning 7732 clauses out of 16098 with flag 35000/35000
54.73/26.80	c cleaning 8840 clauses out of 18363 with flag 45000/45000
69.25/34.11	c cleaning 9963 clauses out of 20522 with flag 56000/56000
83.76/41.41	c cleaning 10859 clauses out of 22543 with flag 68000/68000
98.44/48.88	c cleaning 12044 clauses out of 24681 with flag 81000/81000
118.74/59.09	c cleaning 12874 clauses out of 26636 with flag 95000/95000
138.83/69.14	c cleaning 13921 clauses out of 28762 with flag 110000/110000
157.96/78.73	c cleaning 14949 clauses out of 30841 with flag 126002/126002
181.21/90.47	c cleaning 16029 clauses out of 32891 with flag 143004/143004
203.54/101.68	c cleaning 17006 clauses out of 34857 with flag 161000/161000
228.90/114.34	c cleaning 17937 clauses out of 36849 with flag 180000/180000
256.01/127.92	c cleaning 18809 clauses out of 38910 with flag 200000/200000
301.28/150.69	c cleaning 20201 clauses out of 41099 with flag 221000/221000
333.78/166.98	c cleaning 21184 clauses out of 42893 with flag 243000/243000
361.31/180.73	c cleaning 21422 clauses out of 43709 with flag 265000/265000
392.22/196.28	c cleaning 21712 clauses out of 44287 with flag 287000/287000
427.00/213.75	c cleaning 21532 clauses out of 44575 with flag 309001/309001
455.64/228.11	c cleaning 20466 clauses out of 45038 with flag 331000/331000
497.31/249.00	c cleaning 20776 clauses out of 46571 with flag 353000/353000
527.77/264.32	c cleaning 20950 clauses out of 47796 with flag 375001/375001
561.43/281.38	c cleaning 20246 clauses out of 48843 with flag 397000/397000
595.88/298.63	c cleaning 20304 clauses out of 50593 with flag 419000/419000
625.54/313.59	c cleaning 20621 clauses out of 52284 with flag 441000/441000
628.54/315.14	c cleaning 0 clauses out of 5006 with flag 0/5006
657.20/329.58	c cleaning 20492 clauses out of 53662 with flag 463000/463000
685.69/343.87	c cleaning 20812 clauses out of 55172 with flag 485003/485003
713.31/357.71	c cleaning 20726 clauses out of 56357 with flag 507000/507000
745.69/374.08	c cleaning 20355 clauses out of 57633 with flag 529002/529002
795.34/399.07	c cleaning 21476 clauses out of 59275 with flag 551000/551000
823.15/413.05	c cleaning 20216 clauses out of 59801 with flag 573004/573004
854.10/428.62	c cleaning 20366 clauses out of 61579 with flag 595000/595000
915.40/459.39	c cleaning 21155 clauses out of 63212 with flag 617000/617000
955.62/479.67	c cleaning 20684 clauses out of 64059 with flag 639002/639002
990.59/497.22	c cleaning 20764 clauses out of 65373 with flag 661000/661000
1023.08/513.70	c cleaning 20568 clauses out of 66608 with flag 683000/683000
1055.83/530.15	c cleaning 20641 clauses out of 68043 with flag 705003/705003
1089.77/547.39	c cleaning 20890 clauses out of 69399 with flag 727000/727000
1126.72/565.95	c cleaning 20556 clauses out of 70509 with flag 749000/749000
1160.25/582.89	c cleaning 20498 clauses out of 71951 with flag 771000/771000
1193.89/599.84	c cleaning 20849 clauses out of 73455 with flag 793002/793002
1224.54/615.49	c cleaning 20623 clauses out of 74602 with flag 815000/815000
1258.81/632.78	c cleaning 20509 clauses out of 75978 with flag 837000/837000
1316.76/661.85	c cleaning 20585 clauses out of 77474 with flag 859005/859005
1445.53/726.20	c cleaning 21479 clauses out of 78884 with flag 881000/881000
1511.01/759.27	c cleaning 21539 clauses out of 79406 with flag 903001/903001
1537.45/772.63	c cleaning 20453 clauses out of 79866 with flag 925000/925000
1572.51/790.32	c cleaning 20472 clauses out of 81415 with flag 947002/947002
1600.73/804.62	c cleaning 20348 clauses out of 82938 with flag 969001/969001
1628.89/819.04	c cleaning 20602 clauses out of 84588 with flag 991000/991000
1657.49/833.52	c cleaning 20366 clauses out of 85994 with flag 1013008/1013008
1684.91/847.44	c cleaning 20917 clauses out of 87620 with flag 1035000/1035000
1711.13/860.71	c cleaning 21052 clauses out of 88704 with flag 1057001/1057001
1742.60/876.89	c cleaning 20582 clauses out of 89657 with flag 1079006/1079006
1771.74/891.69	c cleaning 20785 clauses out of 91069 with flag 1101000/1101000
1797.87/904.99	c cleaning 20604 clauses out of 92284 with flag 1123000/1123000
1800.02/906.21	c starts		: 170
1800.02/906.21	c conflicts		: 1124329
1800.02/906.21	c decisions		: 48219128
1800.02/906.21	c propagations		: 921908208
1800.02/906.21	c inspects		: 1627701927
1800.02/906.21	c shortcuts		: 0
1800.02/906.21	c learnt literals	: 104
1800.02/906.21	c learnt binary clauses	: 62218
1800.02/906.21	c learnt ternary clauses	: 64756
1800.02/906.21	c learnt constraints	: 1124225
1800.02/906.21	c ignored constraints	: 0
1800.02/906.21	c root simplifications	: 0
1800.02/906.21	c removed literals (reason simplification)	: 9749334
1800.02/906.21	c reason swapping (by a shorter reason)	: 0
1800.02/906.21	c Calls to reduceDB	: 58
1800.02/906.21	c number of reductions to clauses (during analyze)	: 0
1800.02/906.21	c number of learned constraints concerned by reduction	: 0
1800.02/906.21	c number of learning phase by resolution	: 0
1800.02/906.21	c number of learning phase by cutting planes	: 0
1800.02/906.21	c speed (assignments/second)	: 1018062.8699401028
1800.02/906.21	c non guided choices	72735
1800.02/906.24	c learnt constraints type 
1800.02/906.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 62228
1800.02/906.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10846
1800.02/906.24	c constraints type 
1800.02/906.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18845
1800.02/906.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 176
1800.02/906.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2275
1800.02/906.24	c constraints type 
1800.02/906.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2275
1800.02/906.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18845
1800.02/906.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 176
1800.02/906.24	s UNKNOWN
1800.02/906.24	c Total wall clock time (in seconds): 906.107

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-3742292-1338765438/watcher-3742292-1338765438 -o /tmp/evaluation-result-3742292-1338765438/solver-3742292-1338765438 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742292-1338765438.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.69 3.83 3.83 4/197 15933
/proc/meminfo: memFree=27423248/32873844 swapFree=7116/7116
[pid=15933] ppid=15931 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/15933/stat : 15933 (java) D 15931 15933 13088 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 342668715 9515008 183 33554432000 1073741824 1073778376 140736250613680 140736250604712 240565173941 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/15933/statm: 2323 183 140 9 0 71 0

[startup+0.058338 s]
/proc/loadavg: 3.69 3.83 3.83 4/197 15933
/proc/meminfo: memFree=27423248/32873844 swapFree=7116/7116
[pid=15933] ppid=15931 vsize=11253516 CPUtime=0.04 cores=1,3,5,7
/proc/15933/stat : 15933 (java) S 15931 15933 13088 0 -1 4202496 4262 0 1 0 3 1 0 0 20 0 13 0 342668715 11523600384 12113 33554432000 1073741824 1073778376 140733792663840 140733792654976 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15933/statm: 2813379 12113 1679 9 0 2804080 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11253516

[startup+0.100292 s]
/proc/loadavg: 3.69 3.83 3.83 4/197 15933
/proc/meminfo: memFree=27423248/32873844 swapFree=7116/7116
[pid=15933] ppid=15931 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/15933/stat : 15933 (java) S 15931 15933 13088 0 -1 4202496 4473 0 1 0 6 1 0 0 20 0 18 0 342668715 11864465408 12835 33554432000 1073741824 1073778376 140733792663840 140733792654976 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15933/statm: 2896598 12835 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300257 s]
/proc/loadavg: 3.69 3.83 3.83 4/197 15933
/proc/meminfo: memFree=27423248/32873844 swapFree=7116/7116
[pid=15933] ppid=15931 vsize=11586392 CPUtime=0.53 cores=1,3,5,7
/proc/15933/stat : 15933 (java) S 15931 15933 13088 0 -1 4202496 7730 0 1 0 51 2 0 0 20 0 18 0 342668715 11864465408 18296 33554432000 1073741824 1073778376 140733792663840 140733792654976 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15933/statm: 2896598 18296 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 11586392

[startup+0.7002 s]
/proc/loadavg: 3.69 3.83 3.83 4/197 15933
/proc/meminfo: memFree=27423248/32873844 swapFree=7116/7116
[pid=15933] ppid=15931 vsize=11852648 CPUtime=1.39 cores=1,3,5,7
/proc/15933/stat : 15933 (java) S 15931 15933 13088 0 -1 4202496 10079 0 1 0 134 5 0 0 20 0 22 0 342668715 12137111552 52324 33554432000 1073741824 1073778376 140733792663840 140733792654976 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15933/statm: 2963162 52324 2255 9 0 2953849 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 11852648

[startup+1.5008 s]
/proc/loadavg: 3.69 3.83 3.83 5/219 15955
/proc/meminfo: memFree=27213376/32873844 swapFree=7116/7116
[pid=15933] ppid=15931 vsize=11852648 CPUtime=3.89 cores=1,3,5,7
/proc/15933/stat : 15933 (java) S 15931 15933 13088 0 -1 4202496 13205 0 1 0 382 7 0 0 20 0 22 0 342668715 12137111552 71863 33554432000 1073741824 1073778376 140733792663840 140733792654976 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15933/statm: 2963162 71863 2263 9 0 2953849 0
[pid=15933/tid=15935] ppid=15931 vsize=11852648 CPUtime=0.62 cores=1,3,5,7
/proc/15933/task/15935/stat : 15935 (java) S 15931 15933 13088 0 -1 4202560 3447 0 1 0 58 4 0 0 20 0 22 0 342668716 12137111552 71863 33554432000 1073741824 1073778376 140733792663840 139730301076632 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15936] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15936/stat : 15936 (java) S 15931 15933 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342668719 12137111552 71863 33554432000 1073741824 1073778376 140733792663840 139730255829416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15937] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15937/stat : 15937 (java) S 15931 15933 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342668719 12137111552 71863 33554432000 1073741824 1073778376 140733792663840 139730254776872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15938] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15938/stat : 15938 (java) S 15931 15933 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342668719 12137111552 71863 33554432000 1073741824 1073778376 140733792663840 139730253723816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15939] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15939/stat : 15939 (java) S 15931 15933 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342668719 12137111552 71863 33554432000 1073741824 1073778376 140733792663840 139730252671272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15940] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15940/stat : 15940 (java) S 15931 15933 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342668719 12137111552 71863 33554432000 1073741824 1073778376 140733792663840 139730133969832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15941] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15941/stat : 15941 (java) S 15931 15933 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342668719 12137111552 71863 33554432000 1073741824 1073778376 140733792663840 139730132917288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15942] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15942/stat : 15942 (java) S 15931 15933 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342668719 12137111552 71863 33554432000 1073741824 1073778376 140733792663840 139730131864232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15943] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15943/stat : 15943 (java) S 15931 15933 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342668719 12137111552 71863 33554432000 1073741824 1073778376 140733792663840 139730130811688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15944] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15944/stat : 15944 (java) S 15931 15933 13088 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342668720 12137111552 71863 33554432000 1073741824 1073778376 140733792663840 139730118400360 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15945] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15945/stat : 15945 (java) S 15931 15933 13088 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342668721 12137111552 71863 33554432000 1073741824 1073778376 140733792663840 139729513211256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15946] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15946/stat : 15946 (java) S 15931 15933 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342668721 12137111552 71863 33554432000 1073741824 1073778376 140733792663840 139729512158088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15947] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15947/stat : 15947 (java) S 15931 15933 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342668724 12137111552 71863 33554432000 1073741824 1073778376 140733792663840 139729511106832 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15948] ppid=15931 vsize=11852648 CPUtime=0.74 cores=1,3,5,7
/proc/15933/task/15948/stat : 15948 (java) S 15931 15933 13088 0 -1 4202560 4477 0 0 0 74 0 0 0 20 0 22 0 342668724 12137111552 71863 33554432000 1073741824 1073778376 140733792663840 139729510054712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15949] ppid=15931 vsize=11852648 CPUtime=0.82 cores=1,3,5,7
/proc/15933/task/15949/stat : 15949 (java) S 15931 15933 13088 0 -1 4202560 3940 0 0 0 82 0 0 0 20 0 22 0 342668724 12137111552 71863 33554432000 1073741824 1073778376 140733792663840 139729509002168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15950] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15950/stat : 15950 (java) S 15931 15933 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342668724 12137111552 71863 33554432000 1073741824 1073778376 140733792663840 139729507949304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15951] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15951/stat : 15951 (java) S 15931 15933 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342668724 12137111552 71863 33554432000 1073741824 1073778376 140733792663840 139729506896968 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15952] ppid=15931 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/15933/task/15952/stat : 15952 (java) R 15931 15933 13088 0 -1 4202560 33 0 0 0 81 0 0 0 20 0 22 0 342668782 12137111552 71863 33554432000 1073741824 1073778376 140733792663840 139729505841624 139730134756331 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15953] ppid=15931 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/15933/task/15953/stat : 15953 (java) R 15931 15933 13088 0 -1 4202560 107 0 0 0 80 1 0 0 20 0 22 0 342668782 12137111552 71863 33554432000 1073741824 1073778376 140733792663840 139729504788856 139730134966289 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15954] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15954/stat : 15954 (java) S 15931 15933 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342668784 12137111552 71863 33554432000 1073741824 1073778376 140733792663840 139729503736616 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15955] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15955/stat : 15955 (java) S 15931 15933 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342668784 12137111552 71863 33554432000 1073741824 1073778376 140733792663840 139729502684072 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 11852648

[startup+3.10079 s]
/proc/loadavg: 3.69 3.83 3.83 5/219 15955
/proc/meminfo: memFree=26968548/32873844 swapFree=7116/7116
[pid=15933] ppid=15931 vsize=11852648 CPUtime=7.17 cores=1,3,5,7
/proc/15933/stat : 15933 (java) S 15931 15933 13088 0 -1 4202496 13408 0 1 0 702 15 0 0 20 0 22 0 342668715 12137111552 173753 33554432000 1073741824 1073778376 140733792663840 140733792654976 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15933/statm: 2963162 173753 2264 9 0 2953849 0
[pid=15933/tid=15935] ppid=15931 vsize=11852648 CPUtime=0.62 cores=1,3,5,7
/proc/15933/task/15935/stat : 15935 (java) S 15931 15933 13088 0 -1 4202560 3447 0 1 0 58 4 0 0 20 0 22 0 342668716 12137111552 173753 33554432000 1073741824 1073778376 140733792663840 139730301076632 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15936] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15936/stat : 15936 (java) S 15931 15933 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342668719 12137111552 173753 33554432000 1073741824 1073778376 140733792663840 139730255829416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15937] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15937/stat : 15937 (java) S 15931 15933 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342668719 12137111552 173753 33554432000 1073741824 1073778376 140733792663840 139730254776872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15938] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15938/stat : 15938 (java) S 15931 15933 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342668719 12137111552 173753 33554432000 1073741824 1073778376 140733792663840 139730253723816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15939] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15939/stat : 15939 (java) S 15931 15933 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342668719 12137111552 173753 33554432000 1073741824 1073778376 140733792663840 139730252671272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15940] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15940/stat : 15940 (java) S 15931 15933 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342668719 12137111552 173753 33554432000 1073741824 1073778376 140733792663840 139730133969832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15941] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15941/stat : 15941 (java) S 15931 15933 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342668719 12137111552 173753 33554432000 1073741824 1073778376 140733792663840 139730132917288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15942] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15942/stat : 15942 (java) S 15931 15933 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342668719 12137111552 173753 33554432000 1073741824 1073778376 140733792663840 139730131864232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15943] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15943/stat : 15943 (java) S 15931 15933 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342668719 12137111552 173753 33554432000 1073741824 1073778376 140733792663840 139730130811688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15944] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15944/stat : 15944 (java) S 15931 15933 13088 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342668720 12137111552 173753 33554432000 1073741824 1073778376 140733792663840 139730118400360 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15945] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15945/stat : 15945 (java) S 15931 15933 13088 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342668721 12137111552 173753 33554432000 1073741824 1073778376 140733792663840 139729513211256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15946] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15946/stat : 15946 (java) S 15931 15933 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342668721 12137111552 173753 33554432000 1073741824 1073778376 140733792663840 139729512158088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15947] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15947/stat : 15947 (java) S 15931 15933 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342668724 12137111552 173753 33554432000 1073741824 1073778376 140733792663840 139729511106832 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15948] ppid=15931 vsize=11852648 CPUtime=0.79 cores=1,3,5,7
/proc/15933/task/15948/stat : 15948 (java) S 15931 15933 13088 0 -1 4202560 4478 0 0 0 79 0 0 0 20 0 22 0 342668724 12137111552 173753 33554432000 1073741824 1073778376 140733792663840 139729510054712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15949] ppid=15931 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/15933/task/15949/stat : 15949 (java) S 15931 15933 13088 0 -1 4202560 3940 0 0 0 87 0 0 0 20 0 22 0 342668724 12137111552 173753 33554432000 1073741824 1073778376 140733792663840 139729509002168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15950] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15950/stat : 15950 (java) S 15931 15933 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342668724 12137111552 173753 33554432000 1073741824 1073778376 140733792663840 139729507949304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15951] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15951/stat : 15951 (java) S 15931 15933 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342668724 12137111552 173753 33554432000 1073741824 1073778376 140733792663840 139729506896968 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15952] ppid=15931 vsize=11852648 CPUtime=2.41 cores=1,3,5,7
/proc/15933/task/15952/stat : 15952 (java) R 15931 15933 13088 0 -1 4202560 35 0 0 0 241 0 0 0 20 0 22 0 342668782 12137111552 173753 33554432000 1073741824 1073778376 140733792663840 139729505839896 139730134791001 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15953] ppid=15931 vsize=11852648 CPUtime=2.39 cores=1,3,5,7
/proc/15933/task/15953/stat : 15953 (java) R 15931 15933 13088 0 -1 4202560 306 0 0 0 230 9 0 0 20 0 22 0 342668782 12137111552 173753 33554432000 1073741824 1073778376 140733792663840 139729504787040 139730135155551 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15954] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15954/stat : 15954 (java) S 15931 15933 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342668784 12137111552 173753 33554432000 1073741824 1073778376 140733792663840 139729503736616 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15955] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15955/stat : 15955 (java) S 15931 15933 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342668784 12137111552 173753 33554432000 1073741824 1073778376 140733792663840 139729502684072 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 11852648

[startup+6.30087 s]
/proc/loadavg: 3.71 3.83 3.83 6/219 15955
/proc/meminfo: memFree=26440176/32873844 swapFree=7116/7116
[pid=15933] ppid=15931 vsize=11852648 CPUtime=13.78 cores=1,3,5,7
/proc/15933/stat : 15933 (java) S 15931 15933 13088 0 -1 4202496 15213 0 1 0 1355 23 0 0 20 0 22 0 342668715 12137111552 247154 33554432000 1073741824 1073778376 140733792663840 140733792654976 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15933/statm: 2963162 247154 2290 9 0 2953849 0
[pid=15933/tid=15935] ppid=15931 vsize=11852648 CPUtime=0.62 cores=1,3,5,7
/proc/15933/task/15935/stat : 15935 (java) S 15931 15933 13088 0 -1 4202560 3447 0 1 0 58 4 0 0 20 0 22 0 342668716 12137111552 247154 33554432000 1073741824 1073778376 140733792663840 139730301076632 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15936] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15936/stat : 15936 (java) S 15931 15933 13088 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342668719 12137111552 247154 33554432000 1073741824 1073778376 140733792663840 139730255829416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15937] ppid=15931 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/15933/task/15937/stat : 15937 (java) S 15931 15933 13088 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 342668719 12137111552 247154 33554432000 1073741824 1073778376 140733792663840 139730254776872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15938] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15938/stat : 15938 (java) S 15931 15933 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342668719 12137111552 247154 33554432000 1073741824 1073778376 140733792663840 139730253723816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15939] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15939/stat : 15939 (java) S 15931 15933 13088 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342668719 12137111552 247154 33554432000 1073741824 1073778376 140733792663840 139730252671272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15940] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15940/stat : 15940 (java) S 15931 15933 13088 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342668719 12137111552 247154 33554432000 1073741824 1073778376 140733792663840 139730133969832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15941] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15941/stat : 15941 (java) S 15931 15933 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342668719 12137111552 247154 33554432000 1073741824 1073778376 140733792663840 139730132917288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15942] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15942/stat : 15942 (java) S 15931 15933 13088 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342668719 12137111552 247154 33554432000 1073741824 1073778376 140733792663840 139730131864232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15943] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15943/stat : 15943 (java) S 15931 15933 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342668719 12137111552 247154 33554432000 1073741824 1073778376 140733792663840 139730130811688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15944] ppid=15931 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/15933/task/15944/stat : 15944 (java) S 15931 15933 13088 0 -1 4202560 39 0 0 0 6 0 0 0 20 0 22 0 342668720 12137111552 247154 33554432000 1073741824 1073778376 140733792663840 139730118400360 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15945] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15945/stat : 15945 (java) S 15931 15933 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342668721 12137111552 247154 33554432000 1073741824 1073778376 140733792663840 139729513211256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15946] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15946/stat : 15946 (java) S 15931 15933 13088 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342668721 12137111552 247154 33554432000 1073741824 1073778376 140733792663840 139729512158088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15947] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15947/stat : 15947 (java) S 15931 15933 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342668724 12137111552 247154 33554432000 1073741824 1073778376 140733792663840 139729511106832 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15948] ppid=15931 vsize=11852648 CPUtime=0.9 cores=1,3,5,7
/proc/15933/task/15948/stat : 15948 (java) S 15931 15933 13088 0 -1 4202560 5382 0 0 0 89 1 0 0 20 0 22 0 342668724 12137111552 247154 33554432000 1073741824 1073778376 140733792663840 139729510054712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/15933/statm: 2963162 963405 2290 9 0 2953849 0
[pid=15933/tid=15935] ppid=15931 vsize=11852648 CPUtime=0.67 cores=1,3,5,7
/proc/15933/task/15935/stat : 15935 (java) S 15931 15933 13088 0 -1 4202560 3467 0 1 0 61 6 0 0 20 0 22 0 342668716 12137111552 963405 33554432000 1073741824 1073778376 140733792663840 139730301076632 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15936] ppid=15931 vsize=11852648 CPUtime=1.08 cores=1,3,5,7
/proc/15933/task/15936/stat : 15936 (java) S 15931 15933 13088 0 -1 4202560 146 0 0 0 104 4 0 0 20 0 22 0 342668719 12137111552 963405 33554432000 1073741824 1073778376 140733792663840 139730255829416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15937] ppid=15931 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/15933/task/15937/stat : 15937 (java) S 15931 15933 13088 0 -1 4202560 142 0 0 0 105 6 0 0 20 0 22 0 342668719 12137111552 963405 33554432000 1073741824 1073778376 140733792663840 139730254776872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15938] ppid=15931 vsize=11852648 CPUtime=1.06 cores=1,3,5,7
/proc/15933/task/15938/stat : 15938 (java) S 15931 15933 13088 0 -1 4202560 144 0 0 0 100 6 0 0 20 0 22 0 342668719 12137111552 963405 33554432000 1073741824 1073778376 140733792663840 139730253723816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15939] ppid=15931 vsize=11852648 CPUtime=1.2 cores=1,3,5,7
/proc/15933/task/15939/stat : 15939 (java) S 15931 15933 13088 0 -1 4202560 159 0 0 0 115 5 0 0 20 0 22 0 342668719 12137111552 963405 33554432000 1073741824 1073778376 140733792663840 139730252671272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15940] ppid=15931 vsize=11852648 CPUtime=1.21 cores=1,3,5,7
/proc/15933/task/15940/stat : 15940 (java) S 15931 15933 13088 0 -1 4202560 177 0 0 0 113 8 0 0 20 0 22 0 342668719 12137111552 963405 33554432000 1073741824 1073778376 140733792663840 139730133969832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15941] ppid=15931 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/15933/task/15941/stat : 15941 (java) S 15931 15933 13088 0 -1 4202560 143 0 0 0 105 6 0 0 20 0 22 0 342668719 12137111552 963405 33554432000 1073741824 1073778376 140733792663840 139730132917288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15942] ppid=15931 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/15933/task/15942/stat : 15942 (java) S 15931 15933 13088 0 -1 4202560 135 0 0 0 105 5 0 0 20 0 22 0 342668719 12137111552 963405 33554432000 1073741824 1073778376 140733792663840 139730131864232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15943] ppid=15931 vsize=11852648 CPUtime=1.08 cores=1,3,5,7
/proc/15933/task/15943/stat : 15943 (java) S 15931 15933 13088 0 -1 4202560 138 0 0 0 101 7 0 0 20 0 22 0 342668719 12137111552 963405 33554432000 1073741824 1073778376 140733792663840 139730130811688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15944] ppid=15931 vsize=11852648 CPUtime=15.22 cores=1,3,5,7
/proc/15933/task/15944/stat : 15944 (java) S 15931 15933 13088 0 -1 4202560 156 0 0 0 1516 6 0 0 20 0 22 0 342668720 12137111552 963405 33554432000 1073741824 1073778376 140733792663840 139730118400360 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15945] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15945/stat : 15945 (java) S 15931 15933 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342668721 12137111552 963405 33554432000 1073741824 1073778376 140733792663840 139729513211256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15946] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15946/stat : 15946 (java) S 15931 15933 13088 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342668721 12137111552 963405 33554432000 1073741824 1073778376 140733792663840 139729512158088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15947] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15947/stat : 15947 (java) S 15931 15933 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342668724 12137111552 963405 33554432000 1073741824 1073778376 140733792663840 139729511106832 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15948] ppid=15931 vsize=11852648 CPUtime=1.38 cores=1,3,5,7
/proc/15933/task/15948/stat : 15948 (java) S 15931 15933 13088 0 -1 4202560 10328 0 0 0 136 2 0 0 20 0 22 0 342668724 12137111552 963405 33554432000 1073741824 1073778376 140733792663840 139729510054712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15949] ppid=15931 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/15933/task/15949/stat : 15949 (java) S 15931 15933 13088 0 -1 4202560 4637 0 0 0 119 0 0 0 20 0 22 0 342668724 12137111552 963405 33554432000 1073741824 1073778376 140733792663840 139729509002168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15950] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15950/stat : 15950 (java) S 15931 15933 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342668724 12137111552 963405 33554432000 1073741824 1073778376 140733792663840 139729507949304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15951] ppid=15931 vsize=11852648 CPUtime=0.36 cores=1,3,5,7
/proc/15933/task/15951/stat : 15951 (java) S 15931 15933 13088 0 -1 4202560 46 0 0 0 19 17 0 0 20 0 22 0 342668724 12137111552 963405 33554432000 1073741824 1073778376 140733792663840 139729506896968 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15952] ppid=15931 vsize=11852648 CPUtime=801.69 cores=1,3,5,7
/proc/15933/task/15952/stat : 15952 (java) R 15931 15933 13088 0 -1 4202560 91 0 0 0 80157 12 0 0 20 0 22 0 342668782 12137111552 963405 33554432000 1073741824 1073778376 140733792663840 139729505841488 139730134663739 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15953] ppid=15931 vsize=11852648 CPUtime=801.49 cores=1,3,5,7
/proc/15933/task/15953/stat : 15953 (java) R 15931 15933 13088 0 -1 4202560 1629 0 0 0 80088 61 0 0 20 0 22 0 342668782 12137111552 963405 33554432000 1073741824 1073778376 140733792663840 139729504786816 139730135155513 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15954] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15954/stat : 15954 (java) S 15931 15933 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342668784 12137111552 963405 33554432000 1073741824 1073778376 140733792663840 139729503736616 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15955] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15955/stat : 15955 (java) S 15931 15933 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342668784 12137111552 963405 33554432000 1073741824 1073778376 140733792663840 139729502684072 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1635.06
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 4.00 3.95 3.91 5/219 16026
/proc/meminfo: memFree=23595328/32873844 swapFree=7116/7116
[pid=15933] ppid=15931 vsize=11852648 CPUtime=1753.12 cores=1,3,5,7
/proc/15933/stat : 15933 (java) S 15931 15933 13088 0 -1 4202496 22813 0 1 0 175184 128 0 0 20 0 22 0 342668715 12137111552 966524 33554432000 1073741824 1073778376 140733792663840 140733792654976 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15933/statm: 2963162 966524 2291 9 0 2953849 0
[pid=15933/tid=15935] ppid=15931 vsize=11852648 CPUtime=0.67 cores=1,3,5,7
/proc/15933/task/15935/stat : 15935 (java) S 15931 15933 13088 0 -1 4202560 3470 0 1 0 61 6 0 0 20 0 22 0 342668716 12137111552 966524 33554432000 1073741824 1073778376 140733792663840 139730301076632 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15936] ppid=15931 vsize=11852648 CPUtime=1.2 cores=1,3,5,7
/proc/15933/task/15936/stat : 15936 (java) S 15931 15933 13088 0 -1 4202560 153 0 0 0 116 4 0 0 20 0 22 0 342668719 12137111552 966524 33554432000 1073741824 1073778376 140733792663840 139730255829416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15937] ppid=15931 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/15933/task/15937/stat : 15937 (java) S 15931 15933 13088 0 -1 4202560 153 0 0 0 120 6 0 0 20 0 22 0 342668719 12137111552 966524 33554432000 1073741824 1073778376 140733792663840 139730254776872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15938] ppid=15931 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/15933/task/15938/stat : 15938 (java) S 15931 15933 13088 0 -1 4202560 159 0 0 0 110 6 0 0 20 0 22 0 342668719 12137111552 966524 33554432000 1073741824 1073778376 140733792663840 139730253723816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15939] ppid=15931 vsize=11852648 CPUtime=1.29 cores=1,3,5,7
/proc/15933/task/15939/stat : 15939 (java) S 15931 15933 13088 0 -1 4202560 166 0 0 0 124 5 0 0 20 0 22 0 342668719 12137111552 966524 33554432000 1073741824 1073778376 140733792663840 139730252671272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15940] ppid=15931 vsize=11852648 CPUtime=1.32 cores=1,3,5,7
/proc/15933/task/15940/stat : 15940 (java) S 15931 15933 13088 0 -1 4202560 184 0 0 0 124 8 0 0 20 0 22 0 342668719 12137111552 966524 33554432000 1073741824 1073778376 140733792663840 139730133969832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15941] ppid=15931 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/15933/task/15941/stat : 15941 (java) S 15931 15933 13088 0 -1 4202560 147 0 0 0 113 6 0 0 20 0 22 0 342668719 12137111552 966524 33554432000 1073741824 1073778376 140733792663840 139730132917288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15942] ppid=15931 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/15933/task/15942/stat : 15942 (java) S 15931 15933 13088 0 -1 4202560 138 0 0 0 111 5 0 0 20 0 22 0 342668719 12137111552 966524 33554432000 1073741824 1073778376 140733792663840 139730131864232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15943] ppid=15931 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/15933/task/15943/stat : 15943 (java) S 15931 15933 13088 0 -1 4202560 152 0 0 0 109 7 0 0 20 0 22 0 342668719 12137111552 966524 33554432000 1073741824 1073778376 140733792663840 139730130811688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15944] ppid=15931 vsize=11852648 CPUtime=17.52 cores=1,3,5,7
/proc/15933/task/15944/stat : 15944 (java) S 15931 15933 13088 0 -1 4202560 160 0 0 0 1746 6 0 0 20 0 22 0 342668720 12137111552 966524 33554432000 1073741824 1073778376 140733792663840 139730118400360 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15945] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15945/stat : 15945 (java) S 15931 15933 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342668721 12137111552 966524 33554432000 1073741824 1073778376 140733792663840 139729513211256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15946] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15946/stat : 15946 (java) S 15931 15933 13088 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342668721 12137111552 966524 33554432000 1073741824 1073778376 140733792663840 139729512158088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15947] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15947/stat : 15947 (java) S 15931 15933 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342668724 12137111552 966524 33554432000 1073741824 1073778376 140733792663840 139729511106832 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15948] ppid=15931 vsize=11852648 CPUtime=1.4 cores=1,3,5,7
/proc/15933/task/15948/stat : 15948 (java) S 15931 15933 13088 0 -1 4202560 10330 0 0 0 138 2 0 0 20 0 22 0 342668724 12137111552 966524 33554432000 1073741824 1073778376 140733792663840 139729510054712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15949] ppid=15931 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/15933/task/15949/stat : 15949 (java) S 15931 15933 13088 0 -1 4202560 4637 0 0 0 119 0 0 0 20 0 22 0 342668724 12137111552 966524 33554432000 1073741824 1073778376 140733792663840 139729509002168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15950] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15950/stat : 15950 (java) S 15931 15933 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342668724 12137111552 966524 33554432000 1073741824 1073778376 140733792663840 139729507949304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15951] ppid=15931 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/15933/task/15951/stat : 15951 (java) S 15931 15933 13088 0 -1 4202560 50 0 0 0 20 19 0 0 20 0 22 0 342668724 12137111552 966524 33554432000 1073741824 1073778376 140733792663840 139729506896968 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15952] ppid=15931 vsize=11852648 CPUtime=859.01 cores=1,3,5,7
/proc/15933/task/15952/stat : 15952 (java) R 15931 15933 13088 0 -1 4202560 94 0 0 0 85888 13 0 0 20 0 22 0 342668782 12137111552 966524 33554432000 1073741824 1073778376 140733792663840 139729505841488 139730134756384 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15953] ppid=15931 vsize=11852648 CPUtime=858.81 cores=1,3,5,7
/proc/15933/task/15953/stat : 15953 (java) R 15931 15933 13088 0 -1 4202560 1631 0 0 0 85819 62 0 0 20 0 22 0 342668782 12137111552 966524 33554432000 1073741824 1073778376 140733792663840 139729504786720 139730134937294 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15954] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15954/stat : 15954 (java) S 15931 15933 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342668784 12137111552 966524 33554432000 1073741824 1073778376 140733792663840 139729503736616 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15955] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15955/stat : 15955 (java) S 15931 15933 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342668784 12137111552 966524 33554432000 1073741824 1073778376 140733792663840 139729502684072 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1753.12
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+906.201 s]
/proc/loadavg: 4.00 3.95 3.91 5/219 16026
/proc/meminfo: memFree=23595328/32873844 swapFree=7116/7116
[pid=15933] ppid=15931 vsize=11852648 CPUtime=1800.02 cores=1,3,5,7
/proc/15933/stat : 15933 (java) S 15931 15933 13088 0 -1 4202496 22833 0 1 0 179873 129 0 0 20 0 22 0 342668715 12137111552 966537 33554432000 1073741824 1073778376 140733792663840 140733792654976 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15933/statm: 2963162 966537 2291 9 0 2953849 0
[pid=15933/tid=15935] ppid=15931 vsize=11852648 CPUtime=0.67 cores=1,3,5,7
/proc/15933/task/15935/stat : 15935 (java) S 15931 15933 13088 0 -1 4202560 3471 0 1 0 61 6 0 0 20 0 22 0 342668716 12137111552 966537 33554432000 1073741824 1073778376 140733792663840 139730301076632 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15936] ppid=15931 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/15933/task/15936/stat : 15936 (java) S 15931 15933 13088 0 -1 4202560 163 0 0 0 118 4 0 0 20 0 22 0 342668719 12137111552 966537 33554432000 1073741824 1073778376 140733792663840 139730255829416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15937] ppid=15931 vsize=11852648 CPUtime=1.29 cores=1,3,5,7
/proc/15933/task/15937/stat : 15937 (java) S 15931 15933 13088 0 -1 4202560 153 0 0 0 123 6 0 0 20 0 22 0 342668719 12137111552 966537 33554432000 1073741824 1073778376 140733792663840 139730254776872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15938] ppid=15931 vsize=11852648 CPUtime=1.18 cores=1,3,5,7
/proc/15933/task/15938/stat : 15938 (java) S 15931 15933 13088 0 -1 4202560 159 0 0 0 112 6 0 0 20 0 22 0 342668719 12137111552 966537 33554432000 1073741824 1073778376 140733792663840 139730253723816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15939] ppid=15931 vsize=11852648 CPUtime=1.32 cores=1,3,5,7
/proc/15933/task/15939/stat : 15939 (java) S 15931 15933 13088 0 -1 4202560 169 0 0 0 127 5 0 0 20 0 22 0 342668719 12137111552 966537 33554432000 1073741824 1073778376 140733792663840 139730252671272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15940] ppid=15931 vsize=11852648 CPUtime=1.35 cores=1,3,5,7
/proc/15933/task/15940/stat : 15940 (java) S 15931 15933 13088 0 -1 4202560 184 0 0 0 127 8 0 0 20 0 22 0 342668719 12137111552 966537 33554432000 1073741824 1073778376 140733792663840 139730133969832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15941] ppid=15931 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/15933/task/15941/stat : 15941 (java) S 15931 15933 13088 0 -1 4202560 147 0 0 0 116 6 0 0 20 0 22 0 342668719 12137111552 966537 33554432000 1073741824 1073778376 140733792663840 139730132917288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15942] ppid=15931 vsize=11852648 CPUtime=1.18 cores=1,3,5,7
/proc/15933/task/15942/stat : 15942 (java) S 15931 15933 13088 0 -1 4202560 138 0 0 0 113 5 0 0 20 0 22 0 342668719 12137111552 966537 33554432000 1073741824 1073778376 140733792663840 139730131864232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15943] ppid=15931 vsize=11852648 CPUtime=1.18 cores=1,3,5,7
/proc/15933/task/15943/stat : 15943 (java) S 15931 15933 13088 0 -1 4202560 152 0 0 0 111 7 0 0 20 0 22 0 342668719 12137111552 966537 33554432000 1073741824 1073778376 140733792663840 139730130811688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15944] ppid=15931 vsize=11852648 CPUtime=18.51 cores=1,3,5,7
/proc/15933/task/15944/stat : 15944 (java) S 15931 15933 13088 0 -1 4202560 162 0 0 0 1845 6 0 0 20 0 22 0 342668720 12137111552 966537 33554432000 1073741824 1073778376 140733792663840 139730118400360 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15945] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15945/stat : 15945 (java) S 15931 15933 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342668721 12137111552 966537 33554432000 1073741824 1073778376 140733792663840 139729513211256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15946] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15946/stat : 15946 (java) S 15931 15933 13088 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342668721 12137111552 966537 33554432000 1073741824 1073778376 140733792663840 139729512158088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15947] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15947/stat : 15947 (java) S 15931 15933 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342668724 12137111552 966537 33554432000 1073741824 1073778376 140733792663840 139729511106832 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15948] ppid=15931 vsize=11852648 CPUtime=1.4 cores=1,3,5,7
/proc/15933/task/15948/stat : 15948 (java) S 15931 15933 13088 0 -1 4202560 10330 0 0 0 138 2 0 0 20 0 22 0 342668724 12137111552 966537 33554432000 1073741824 1073778376 140733792663840 139729510054712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15949] ppid=15931 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/15933/task/15949/stat : 15949 (java) S 15931 15933 13088 0 -1 4202560 4637 0 0 0 119 0 0 0 20 0 22 0 342668724 12137111552 966537 33554432000 1073741824 1073778376 140733792663840 139729509002168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15950] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15950/stat : 15950 (java) S 15931 15933 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342668724 12137111552 966537 33554432000 1073741824 1073778376 140733792663840 139729507949304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15951] ppid=15931 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/15933/task/15951/stat : 15951 (java) S 15931 15933 13088 0 -1 4202560 52 0 0 0 20 19 0 0 20 0 22 0 342668724 12137111552 966537 33554432000 1073741824 1073778376 140733792663840 139729506896968 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15952] ppid=15931 vsize=11852648 CPUtime=881.8 cores=1,3,5,7
/proc/15933/task/15952/stat : 15952 (java) R 15931 15933 13088 0 -1 4202560 96 0 0 0 88166 14 0 0 20 0 22 0 342668782 12137111552 966537 33554432000 1073741824 1073778376 140733792663840 139729505841488 139730134833646 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15953] ppid=15931 vsize=11852648 CPUtime=881.6 cores=1,3,5,7
/proc/15933/task/15953/stat : 15953 (java) R 15931 15933 13088 0 -1 4202560 1631 0 0 0 88097 63 0 0 20 0 22 0 342668782 12137111552 966537 33554432000 1073741824 1073778376 140733792663840 139729504786576 139730135154324 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15954] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15954/stat : 15954 (java) S 15931 15933 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342668784 12137111552 966537 33554432000 1073741824 1073778376 140733792663840 139729503736616 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15955] ppid=15931 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15955/stat : 15955 (java) S 15931 15933 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342668784 12137111552 966537 33554432000 1073741824 1073778376 140733792663840 139729502684072 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 15933 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=188241
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=741735
# CPU time returned by wait4() is 1795.93
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 906.269
CPU time (s): 1800.02
CPU user time (s): 1798.73
CPU system time (s): 1.29
CPU usage (%): 198.619
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.19
system time used= 1.74173
maximum resident set size= 3868320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22867
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24251
involuntary context switches= 33244

runsolver used 4.41933 second user time and 8.12576 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-04 01:17:18
IDJOB=3742292
IDBENCH=90147
IDSOLVER=2328
FILE ID=node146/3742292-1338765438
RUNJOBID= node146-1338749727-13105
PBS_JOBID= 14636806
Free space on /tmp= 70904 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K176.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742292-1338765438/watcher-3742292-1338765438 -o /tmp/evaluation-result-3742292-1338765438/solver-3742292-1338765438 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742292-1338765438.opb

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

MD5SUM BENCH= 3f678424628fecb2a53891618f9bde8f
RANDOM SEED=1219050010

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27423520 kB
Buffers:          324460 kB
Cached:           611244 kB
SwapCached:         1792 kB
Active:          4118788 kB
Inactive:         499860 kB
Active(anon):    3683328 kB
Inactive(anon):     1664 kB
Active(file):     435460 kB
Inactive(file):   498196 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099888 kB
Dirty:              2024 kB
Writeback:             0 kB
AnonPages:       3694904 kB
Mapped:            17144 kB
Shmem:                 0 kB
Slab:             678148 kB
SReclaimable:     117992 kB
SUnreclaim:       560156 kB
KernelStack:        1632 kB
PageTables:        11512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10462672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3637248 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= 70904 MiB
End job on node146 at 2012-06-04 01:32:26