Trace number 3454223

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.37 907.735

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-scsd1.opb
MD5SUM34085e863ff461099a0ff7d8d6c87d4c
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22800
Total number of constraints77
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints77
Minimum length of a constraint600
Maximum length of a constraint1500
Number of terms in the objective function 22800
Biggest coefficient in the objective function 268435456000000000
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 188158757647584541356
Number of bits of the sum of numbers in the objective function 68
Biggest number in a constraint 268435456000000000
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 188158757647584541356
Number of bits of the biggest sum of numbers68
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c version 2.3.1.v20110525
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		9996466904
0.06/0.08	c Max memory 		10048897024
0.06/0.08	c Total memory 		10048897024
0.06/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454223-1307190953.opb
0.11/0.11	c reading problem ... 
1.31/0.75	c ... done. Wall clock time 0.639s.
1.31/0.75	c #vars     22800
1.31/0.75	c #constraints  154
1.31/0.75	c constraints type 
1.31/0.75	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 154
1.31/0.75	c constraints type 
1.31/0.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 154
48.42/23.91	c cleaning 2502 clauses out of 5004 with flag 5004/5004
100.59/49.95	c cleaning 4246 clauses out of 8498 with flag 11000/11000
151.97/75.65	c cleaning 5626 clauses out of 11252 with flag 18000/18000
210.91/105.16	c cleaning 6813 clauses out of 13628 with flag 26002/26002
237.20/118.36	c cleaning 7909 clauses out of 15817 with flag 35004/35004
266.73/133.14	c cleaning 8953 clauses out of 17905 with flag 45001/45001
296.99/148.39	c cleaning 9475 clauses out of 18952 with flag 55001/55001
327.28/163.55	c cleaning 9738 clauses out of 19477 with flag 65001/65001
358.52/179.22	c cleaning 9858 clauses out of 19738 with flag 75000/75000
392.78/196.42	c cleaning 9936 clauses out of 19880 with flag 85000/85000
408.67/204.47	c cleaning 9965 clauses out of 19944 with flag 95000/95000
421.74/211.02	c cleaning 9984 clauses out of 19980 with flag 105001/105001
432.98/216.75	c cleaning 9995 clauses out of 19997 with flag 115002/115002
447.42/224.01	c cleaning 10001 clauses out of 20003 with flag 125003/125003
459.89/230.32	c cleaning 9997 clauses out of 19999 with flag 135000/135000
473.58/237.28	c cleaning 9999 clauses out of 20005 with flag 145003/145003
491.16/246.12	c cleaning 9998 clauses out of 20004 with flag 155001/155001
508.24/254.72	c cleaning 9995 clauses out of 20006 with flag 165001/165001
524.34/262.84	c cleaning 9996 clauses out of 20010 with flag 175000/175000
539.39/270.41	c cleaning 10003 clauses out of 20015 with flag 185001/185001
547.58/274.61	c cleaning 9998 clauses out of 20011 with flag 195000/195000
560.05/280.91	c cleaning 10000 clauses out of 20013 with flag 205000/205000
578.76/290.36	c cleaning 10002 clauses out of 20014 with flag 215001/215001
597.82/299.92	c cleaning 10000 clauses out of 20011 with flag 225000/225000
620.62/311.41	c cleaning 10002 clauses out of 20011 with flag 235000/235000
646.29/324.39	c cleaning 9995 clauses out of 20009 with flag 245000/245000
672.18/337.37	c cleaning 10004 clauses out of 20015 with flag 255001/255001
699.09/350.90	c cleaning 10002 clauses out of 20011 with flag 265001/265001
724.26/363.53	c cleaning 9994 clauses out of 20009 with flag 275001/275001
746.34/374.66	c cleaning 9999 clauses out of 20014 with flag 285000/285000
768.21/385.65	c cleaning 10003 clauses out of 20015 with flag 295000/295000
791.29/397.22	c cleaning 10005 clauses out of 20013 with flag 305001/305001
815.70/409.56	c cleaning 9999 clauses out of 20008 with flag 315001/315001
840.97/422.27	c cleaning 9994 clauses out of 20008 with flag 325000/325000
864.64/434.14	c cleaning 10001 clauses out of 20014 with flag 335000/335000
888.32/446.01	c cleaning 10003 clauses out of 20013 with flag 345000/345000
911.70/457.88	c cleaning 10001 clauses out of 20010 with flag 355000/355000
934.97/469.58	c cleaning 9995 clauses out of 20010 with flag 365001/365001
951.04/477.64	c cleaning 10000 clauses out of 20014 with flag 375000/375000
966.12/485.24	c cleaning 10001 clauses out of 20015 with flag 385001/385001
981.15/492.85	c cleaning 10001 clauses out of 20014 with flag 395001/395001
995.19/499.99	c cleaning 9998 clauses out of 20012 with flag 405000/405000
1012.07/508.41	c cleaning 9998 clauses out of 20014 with flag 415000/415000
1025.54/515.28	c cleaning 10002 clauses out of 20016 with flag 425000/425000
1039.75/522.49	c cleaning 10002 clauses out of 20015 with flag 435001/435001
1055.01/530.14	c cleaning 10000 clauses out of 20013 with flag 445001/445001
1070.65/538.09	c cleaning 10004 clauses out of 20012 with flag 455000/455000
1086.54/546.07	c cleaning 9998 clauses out of 20010 with flag 465002/465002
1100.32/553.09	c cleaning 9993 clauses out of 20010 with flag 475000/475000
1111.39/558.60	c cleaning 10004 clauses out of 20018 with flag 485001/485001
1121.66/563.89	c cleaning 9998 clauses out of 20014 with flag 495001/495001
1134.73/570.40	c cleaning 10002 clauses out of 20015 with flag 505000/505000
1144.93/575.66	c cleaning 10005 clauses out of 20016 with flag 515003/515003
1156.58/581.58	c cleaning 9999 clauses out of 20009 with flag 525001/525001
1169.24/587.90	c cleaning 10001 clauses out of 20010 with flag 535001/535001
1181.90/594.37	c cleaning 9999 clauses out of 20009 with flag 545001/545001
1194.67/600.81	c cleaning 9993 clauses out of 20010 with flag 555001/555001
1209.35/608.25	c cleaning 10005 clauses out of 20017 with flag 565001/565001
1224.98/616.13	c cleaning 9995 clauses out of 20012 with flag 575001/575001
1238.63/623.06	c cleaning 10003 clauses out of 20016 with flag 585000/585000
1249.88/628.80	c cleaning 9999 clauses out of 20013 with flag 595000/595000
1260.54/634.10	c cleaning 10000 clauses out of 20014 with flag 605000/605000
1276.59/642.26	c cleaning 10000 clauses out of 20014 with flag 615000/615000
1293.23/650.64	c cleaning 9999 clauses out of 20015 with flag 625001/625001
1311.81/660.03	c cleaning 10002 clauses out of 20016 with flag 635001/635001
1326.02/667.28	c cleaning 10001 clauses out of 20013 with flag 645000/645000
1343.45/676.00	c cleaning 9998 clauses out of 20012 with flag 655000/655000
1355.68/682.24	c cleaning 9998 clauses out of 20014 with flag 665000/665000
1369.19/689.12	c cleaning 10002 clauses out of 20017 with flag 675001/675001
1380.42/694.80	c cleaning 9998 clauses out of 20015 with flag 685001/685001
1392.43/700.92	c cleaning 10006 clauses out of 20016 with flag 695000/695000
1406.66/708.16	c cleaning 9999 clauses out of 20010 with flag 705000/705000
1419.54/714.78	c cleaning 9998 clauses out of 20012 with flag 715001/715001
1433.20/721.65	c cleaning 9998 clauses out of 20014 with flag 725001/725001
1448.98/729.67	c cleaning 9998 clauses out of 20015 with flag 735000/735000
1462.39/736.41	c cleaning 10003 clauses out of 20018 with flag 745001/745001
1484.47/747.63	c cleaning 10001 clauses out of 20015 with flag 755001/755001
1503.50/757.22	c cleaning 10002 clauses out of 20013 with flag 765000/765000
1516.10/763.62	c cleaning 9999 clauses out of 20011 with flag 775000/775000
1528.90/770.12	c cleaning 9995 clauses out of 20012 with flag 785000/785000
1542.69/777.24	c cleaning 9999 clauses out of 20017 with flag 795000/795000
1559.29/785.68	c cleaning 10005 clauses out of 20018 with flag 805000/805000
1574.88/793.57	c cleaning 10000 clauses out of 20013 with flag 815000/815000
1592.48/802.47	c cleaning 10004 clauses out of 20014 with flag 825001/825001
1608.88/810.82	c cleaning 9997 clauses out of 20009 with flag 835000/835000
1624.48/818.70	c cleaning 9996 clauses out of 20013 with flag 845001/845001
1641.88/827.53	c cleaning 10006 clauses out of 20016 with flag 855000/855000
1658.07/835.70	c cleaning 9997 clauses out of 20011 with flag 865001/865001
1672.05/842.98	c cleaning 9999 clauses out of 20013 with flag 875000/875000
1686.26/850.12	c cleaning 10000 clauses out of 20014 with flag 885000/885000
1715.28/864.71	c cleaning 10006 clauses out of 20014 with flag 895000/895000
1757.11/885.78	c cleaning 10003 clauses out of 20009 with flag 905001/905001
1798.86/906.80	c cleaning 9997 clauses out of 20005 with flag 915000/915000
1800.12/907.55	c starts		: 184
1800.12/907.55	c conflicts		: 915267
1800.12/907.55	c decisions		: 1155144
1800.12/907.55	c propagations		: 7429099
1800.12/907.55	c inspects		: 833343204
1800.12/907.55	c shortcuts		: 0
1800.12/907.55	c learnt literals	: 0
1800.12/907.55	c learnt binary clauses	: 0
1800.12/907.55	c learnt ternary clauses	: 0
1800.12/907.55	c learnt constraints	: 915266
1800.12/907.55	c ignored constraints	: 0
1800.12/907.55	c root simplifications	: 0
1800.12/907.55	c removed literals (reason simplification)	: 46362830
1800.12/907.55	c reason swapping (by a shorter reason)	: 0
1800.12/907.55	c Calls to reduceDB	: 93
1800.12/907.55	c number of reductions to clauses (during analyze)	: 0
1800.12/907.55	c number of learned constraints concerned by reduction	: 0
1800.12/907.55	c number of learning phase by resolution	: 0
1800.12/907.55	c number of learning phase by cutting planes	: 0
1800.12/907.55	c speed (assignments/second)	: 8192.690527968804
1800.12/907.55	c non guided choices	26123
1800.12/907.56	c learnt constraints type 
1800.12/907.56	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10280
1800.12/907.56	c constraints type 
1800.12/907.56	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 154
1800.12/907.56	c constraints type 
1800.12/907.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 154
1800.12/907.56	s UNKNOWN
1800.12/907.56	c Total wall clock time (in seconds): 907.448

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

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

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


[startup+0 s]
/proc/loadavg: 4.01 3.98 3.81 3/575 13478
/proc/meminfo: memFree=24373196/32950928 swapFree=67056580/67111528
[pid=13478] ppid=13476 vsize=10444316 CPUtime=0.01 cores=0,2,4,6
/proc/13478/stat : 13478 (java) S 13476 13478 10194 0 -1 4202496 5608 0 1 0 0 1 0 0 25 0 2 0 830692357 10694979584 5310 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488497637 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/13478/statm: 2611079 5324 917 9 0 2602235 0
[pid=13478/tid=13479] ppid=13476 vsize=10445508 CPUtime=0.01 cores=0,2,4,6
/proc/13478/task/13479/stat : 13479 (java) S 13476 13478 10194 0 -1 4202560 8730 0 1 0 0 1 0 0 25 0 3 0 830692358 10696200192 9547 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16784584 18446604449409021824 0 0 -1 4 0 0 0
[pid=13478/tid=13480] ppid=13476 vsize=10446536 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13480/stat : 13480 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 830692359 10697252864 9551 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16784584 18446604449409021824 0 0 -1 4 0 0 0
[pid=13478/tid=13481] ppid=13476 vsize=10447696 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13481/stat : 13481 (java) S 13476 13478 10194 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 5 0 830692359 10698440704 9556 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16784584 18446604449409021824 0 0 -1 4 0 0 0
[pid=13478/tid=13482] ppid=13476 vsize=10449752 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13482/stat : 13482 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 6 0 830692359 10700546048 9561 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16784584 18446604449409021824 0 0 -1 4 0 0 0
[pid=13478/tid=13483] ppid=13476 vsize=10450780 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13483/stat : 13483 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 8 0 830692359 10701598720 9566 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16784584 18446604449409021824 0 0 -1 4 0 0 0
[pid=13478/tid=13484] ppid=13476 vsize=10451808 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13484/stat : 13484 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 9 0 830692359 10702651392 9571 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16784584 18446604449409021824 0 0 -1 4 0 0 0
[pid=13478/tid=13485] ppid=13476 vsize=10452836 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13485/stat : 13485 (java) R 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830692359 10703704064 9575 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16784584 0 0 0 -1 4 0 0 0
[pid=13478/tid=13486] ppid=13476 vsize=10453028 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13486/stat : 13486 (java) R 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830692359 10703900672 9583 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16784584 0 0 0 -1 4 0 0 0
[pid=13478/tid=13487] ppid=13476 vsize=10453028 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13487/stat : 13487 (java) R 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830692359 10703900672 9597 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0729319 s]
/proc/loadavg: 4.01 3.98 3.81 3/575 13478
/proc/meminfo: memFree=24373196/32950928 swapFree=67056580/67111528
[pid=13478] ppid=13476 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/13478/stat : 13478 (java) S 13476 13478 10194 0 -1 4202496 11918 0 1 0 5 1 0 0 25 0 18 0 830692357 10724442112 11615 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13478/statm: 2618272 11615 1754 9 0 2609006 0
[pid=13478/tid=13479] ppid=13476 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/13478/task/13479/stat : 13479 (java) R 13476 13478 10194 0 -1 4202560 10743 0 1 0 5 1 0 0 25 0 18 0 830692358 10724442112 11615 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 46912504008202 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=13478/tid=13480] ppid=13476 vsize=10473088 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13480/stat : 13480 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830692359 10724442112 11615 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13481] ppid=13476 vsize=10473088 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13481/stat : 13481 (java) S 13476 13478 10194 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830692359 10724442112 11615 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13482] ppid=13476 vsize=10473088 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13482/stat : 13482 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830692359 10724442112 11615 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13483] ppid=13476 vsize=10473088 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13483/stat : 13483 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830692359 10724442112 11615 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13484] ppid=13476 vsize=10473088 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13484/stat : 13484 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830692359 10724442112 11615 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13485] ppid=13476 vsize=10473088 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13485/stat : 13485 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830692359 10724442112 11615 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13486] ppid=13476 vsize=10473088 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13486/stat : 13486 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830692359 10724442112 11615 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13487] ppid=13476 vsize=10473088 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13487/stat : 13487 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830692359 10724442112 11615 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.104987 s]
/proc/loadavg: 4.01 3.98 3.81 3/575 13478
/proc/meminfo: memFree=24373196/32950928 swapFree=67056580/67111528
[pid=13478] ppid=13476 vsize=10539956 CPUtime=0.11 cores=0,2,4,6
/proc/13478/stat : 13478 (java) S 13476 13478 10194 0 -1 4202496 13165 0 1 0 9 2 0 0 25 0 18 0 830692357 10792914944 12836 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13478/statm: 2634989 12806 2092 9 0 2625723 0
[pid=13478/tid=13479] ppid=13476 vsize=10539956 CPUtime=0.09 cores=0,2,4,6
/proc/13478/task/13479/stat : 13479 (java) R 13476 13478 10194 0 -1 4202560 11225 0 1 0 8 1 0 0 18 0 18 0 830692358 10792914944 12806 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239476738407 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13478/tid=13480] ppid=13476 vsize=10539956 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13480/stat : 13480 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830692359 10792914944 12806 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13481] ppid=13476 vsize=10539956 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13481/stat : 13481 (java) S 13476 13478 10194 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830692359 10792914944 12806 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13482] ppid=13476 vsize=10539956 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13482/stat : 13482 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830692359 10792914944 12807 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13483] ppid=13476 vsize=10539956 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13483/stat : 13483 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830692359 10792914944 12807 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13484] ppid=13476 vsize=10539956 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13484/stat : 13484 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830692359 10792914944 12807 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13485] ppid=13476 vsize=10539956 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13485/stat : 13485 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830692359 10792914944 12808 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13486] ppid=13476 vsize=10539956 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13486/stat : 13486 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830692359 10792914944 12808 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13487] ppid=13476 vsize=10539956 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13487/stat : 13487 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830692359 10792914944 12809 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539956

[startup+0.300953 s]
/proc/loadavg: 4.01 3.98 3.81 3/575 13478
/proc/meminfo: memFree=24373196/32950928 swapFree=67056580/67111528
[pid=13478] ppid=13476 vsize=10541636 CPUtime=0.49 cores=0,2,4,6
/proc/13478/stat : 13478 (java) S 13476 13478 10194 0 -1 4202496 18435 0 1 0 46 3 0 0 25 0 18 0 830692357 10794635264 17591 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13478/statm: 2635409 17591 2199 9 0 2626143 0
[pid=13478/tid=13479] ppid=13476 vsize=10541636 CPUtime=0.29 cores=0,2,4,6
/proc/13478/task/13479/stat : 13479 (java) R 13476 13478 10194 0 -1 4202560 15100 0 1 0 27 2 0 0 18 0 18 0 830692358 10794635264 17591 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 46912505228295 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13478/tid=13480] ppid=13476 vsize=10541636 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13480/stat : 13480 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830692359 10794635264 17591 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13481] ppid=13476 vsize=10541636 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13481/stat : 13481 (java) S 13476 13478 10194 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830692359 10794635264 17591 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13482] ppid=13476 vsize=10541636 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13482/stat : 13482 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830692359 10794635264 17591 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13483] ppid=13476 vsize=10541636 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13483/stat : 13483 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830692359 10794635264 17591 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13484] ppid=13476 vsize=10541636 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13484/stat : 13484 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830692359 10794635264 17591 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13485] ppid=13476 vsize=10541636 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13485/stat : 13485 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830692359 10794635264 17591 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13486] ppid=13476 vsize=10541636 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13486/stat : 13486 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830692359 10794635264 17591 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13487] ppid=13476 vsize=10541636 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13487/stat : 13487 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830692359 10794635264 17592 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10541636

[startup+0.700872 s]
/proc/loadavg: 4.01 3.98 3.81 3/575 13478
/proc/meminfo: memFree=24373196/32950928 swapFree=67056580/67111528
[pid=13478] ppid=13476 vsize=10545956 CPUtime=1.31 cores=0,2,4,6
/proc/13478/stat : 13478 (java) S 13476 13478 10194 0 -1 4202496 45477 0 1 0 124 7 0 0 25 0 18 0 830692357 10799058944 42413 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13478/statm: 2636489 42416 2204 9 0 2627223 0
[pid=13478/tid=13479] ppid=13476 vsize=10545956 CPUtime=0.69 cores=0,2,4,6
/proc/13478/task/13479/stat : 13479 (java) R 13476 13478 10194 0 -1 4202560 34994 0 1 0 64 5 0 0 18 0 18 0 830692358 10799058944 42417 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 46912505573746 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13478/tid=13480] ppid=13476 vsize=10545956 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13480/stat : 13480 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830692359 10799058944 42419 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13481] ppid=13476 vsize=10545956 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13481/stat : 13481 (java) S 13476 13478 10194 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830692359 10799058944 42421 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13482] ppid=13476 vsize=10545956 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13482/stat : 13482 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830692359 10799058944 42422 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13483] ppid=13476 vsize=10545956 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13483/stat : 13483 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830692359 10799058944 42424 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13484] ppid=13476 vsize=10545956 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13484/stat : 13484 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830692359 10799058944 42426 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13485] ppid=13476 vsize=10545956 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13485/stat : 13485 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830692359 10799058944 42427 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13486] ppid=13476 vsize=10545956 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13486/stat : 13486 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830692359 10799058944 42434 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13487] ppid=13476 vsize=10545956 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13487/stat : 13487 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830692359 10799058944 42441 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 10545956

[startup+1.50172 s]
/proc/loadavg: 4.01 3.98 3.81 5/597 13500
/proc/meminfo: memFree=24188216/32950928 swapFree=67056580/67111528
[pid=13478] ppid=13476 vsize=10551804 CPUtime=3.11 cores=0,2,4,6
/proc/13478/stat : 13478 (java) S 13476 13478 10194 0 -1 4202496 51802 0 1 0 303 8 0 0 25 0 22 0 830692357 10805047296 48737 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13478/statm: 2637951 48737 2223 9 0 2628685 0
[pid=13478/tid=13479] ppid=13476 vsize=10551804 CPUtime=0.74 cores=0,2,4,6
/proc/13478/task/13479/stat : 13479 (java) S 13476 13478 10194 0 -1 4202560 38484 0 1 0 68 6 0 0 15 0 22 0 830692358 10805047296 48737 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488511488 0 4 0 16800975 18446604449409021824 0 0 -1 4 0 0 0
[pid=13478/tid=13480] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13480/stat : 13480 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830692359 10805047296 48737 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13481] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13481/stat : 13481 (java) S 13476 13478 10194 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830692359 10805047296 48737 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13482] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13482/stat : 13482 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830692359 10805047296 48737 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13483] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13483/stat : 13483 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830692359 10805047296 48737 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13484] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13484/stat : 13484 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830692359 10805047296 48737 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13485] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13485/stat : 13485 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830692359 10805047296 48738 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13486] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13486/stat : 13486 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830692359 10805047296 48738 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13487] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13487/stat : 13487 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830692359 10805047296 48738 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13489] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13489/stat : 13489 (java) S 13476 13478 10194 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 22 0 830692360 10805047296 48738 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488511488 0 0 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13490] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13490/stat : 13490 (java) S 13476 13478 10194 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830692361 10805047296 48738 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 4 0 0 0
[pid=13478/tid=13491] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13491/stat : 13491 (java) S 13476 13478 10194 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830692361 10805047296 48738 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 4 0 0 0
[pid=13478/tid=13492] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13492/stat : 13492 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830692363 10805047296 48738 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488518577 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13493] ppid=13476 vsize=10551804 CPUtime=0.61 cores=0,2,4,6
/proc/13478/task/13493/stat : 13493 (java) S 13476 13478 10194 0 -1 4202560 7272 0 0 0 60 1 0 0 15 0 22 0 830692363 10805047296 48738 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 4 0 0 0
[pid=13478/tid=13494] ppid=13476 vsize=10551804 CPUtime=0.4 cores=0,2,4,6
/proc/13478/task/13494/stat : 13494 (java) S 13476 13478 10194 0 -1 4202560 2529 0 0 0 40 0 0 0 15 0 22 0 830692363 10805047296 48738 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13495] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13495/stat : 13495 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830692363 10805047296 48738 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13496] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13496/stat : 13496 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830692363 10805047296 48738 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488511488 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13497] ppid=13476 vsize=10551804 CPUtime=0.74 cores=0,2,4,6
/proc/13478/task/13497/stat : 13497 (java) R 13476 13478 10194 0 -1 4202560 425 0 0 0 74 0 0 0 18 0 22 0 830692432 10805047296 48738 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 46912505852260 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13478/tid=13498] ppid=13476 vsize=10551804 CPUtime=0.59 cores=0,2,4,6
/proc/13478/task/13498/stat : 13498 (java) R 13476 13478 10194 0 -1 4202560 1925 0 0 0 59 0 0 0 18 0 22 0 830692432 10805047296 48738 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 46912505872304 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13478/tid=13499] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13499/stat : 13499 (java) S 13476 13478 10194 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830692438 10805047296 48738 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488511488 0 4 0 16800975 18446604449409021824 0 0 -1 0 0 0 0

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

/proc/13478/task/13480/stat : 13480 (java) S 13476 13478 10194 0 -1 4202560 16558 0 0 0 41 2 0 0 15 0 22 0 830692359 10805047296 1090531 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 4 0 0 0
[pid=13478/tid=13481] ppid=13476 vsize=10551804 CPUtime=0.51 cores=0,2,4,6
/proc/13478/task/13481/stat : 13481 (java) S 13476 13478 10194 0 -1 4202560 21365 0 0 0 47 4 0 0 16 0 22 0 830692359 10805047296 1090531 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 2 0 0 0
[pid=13478/tid=13482] ppid=13476 vsize=10551804 CPUtime=0.42 cores=0,2,4,6
/proc/13478/task/13482/stat : 13482 (java) S 13476 13478 10194 0 -1 4202560 8402 0 0 0 41 1 0 0 16 0 22 0 830692359 10805047296 1090531 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13483] ppid=13476 vsize=10551804 CPUtime=0.37 cores=0,2,4,6
/proc/13478/task/13483/stat : 13483 (java) S 13476 13478 10194 0 -1 4202560 13739 0 0 0 35 2 0 0 15 0 22 0 830692359 10805047296 1090531 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 2 0 0 0
[pid=13478/tid=13484] ppid=13476 vsize=10551804 CPUtime=0.45 cores=0,2,4,6
/proc/13478/task/13484/stat : 13484 (java) S 13476 13478 10194 0 -1 4202560 20196 0 0 0 41 4 0 0 15 0 22 0 830692359 10805047296 1090531 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13485] ppid=13476 vsize=10551804 CPUtime=0.51 cores=0,2,4,6
/proc/13478/task/13485/stat : 13485 (java) S 13476 13478 10194 0 -1 4202560 19314 0 0 0 48 3 0 0 16 0 22 0 830692359 10805047296 1090531 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 4 0 0 0
[pid=13478/tid=13486] ppid=13476 vsize=10551804 CPUtime=0.35 cores=0,2,4,6
/proc/13478/task/13486/stat : 13486 (java) S 13476 13478 10194 0 -1 4202560 6583 0 0 0 34 1 0 0 15 0 22 0 830692359 10805047296 1090531 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13487] ppid=13476 vsize=10551804 CPUtime=0.42 cores=0,2,4,6
/proc/13478/task/13487/stat : 13487 (java) S 13476 13478 10194 0 -1 4202560 15465 0 0 0 40 2 0 0 16 0 22 0 830692359 10805047296 1090531 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13489] ppid=13476 vsize=10551804 CPUtime=15.56 cores=0,2,4,6
/proc/13478/task/13489/stat : 13489 (java) S 13476 13478 10194 0 -1 4202560 162593 0 0 0 1535 21 0 0 15 0 22 0 830692360 10805047296 1090531 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488511488 0 0 0 16800975 18446604449409021824 0 0 -1 0 0 0 0
[pid=13478/tid=13490] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13490/stat : 13490 (java) S 13476 13478 10194 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 830692361 10805047296 1090531 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 4 0 0 0
[pid=13478/tid=13491] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13491/stat : 13491 (java) S 13476 13478 10194 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830692361 10805047296 1090531 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 4 0 0 0
[pid=13478/tid=13492] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13492/stat : 13492 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830692363 10805047296 1090531 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488518577 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13493] ppid=13476 vsize=10551804 CPUtime=1.09 cores=0,2,4,6
/proc/13478/task/13493/stat : 13493 (java) S 13476 13478 10194 0 -1 4202560 7337 0 0 0 108 1 0 0 15 0 22 0 830692363 10805047296 1090531 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13494] ppid=13476 vsize=10551804 CPUtime=0.81 cores=0,2,4,6
/proc/13478/task/13494/stat : 13494 (java) S 13476 13478 10194 0 -1 4202560 2591 0 0 0 81 0 0 0 15 0 22 0 830692363 10805047296 1090531 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 4 0 0 0
[pid=13478/tid=13495] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13495/stat : 13495 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830692363 10805047296 1090531 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13496] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13496/stat : 13496 (java) S 13476 13478 10194 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 830692363 10805047296 1090531 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488511488 0 4 0 16800975 18446604449409021824 0 0 -1 2 0 0 0
[pid=13478/tid=13497] ppid=13476 vsize=10551804 CPUtime=804.86 cores=0,2,4,6
/proc/13478/task/13497/stat : 13497 (java) R 13476 13478 10194 0 -1 4202560 2137 0 0 0 80485 1 0 0 25 0 22 0 830692432 10805047296 1090531 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 46912505529632 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13478/tid=13498] ppid=13476 vsize=10551804 CPUtime=804.8 cores=0,2,4,6
/proc/13478/task/13498/stat : 13498 (java) R 13476 13478 10194 0 -1 4202560 760740 0 0 0 80396 84 0 0 25 0 22 0 830692432 10805047296 1090531 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 46912506044262 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13478/tid=13499] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13499/stat : 13499 (java) S 13476 13478 10194 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830692438 10805047296 1090531 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488511488 0 4 0 16800975 18446604449409021824 0 0 -1 0 0 0 0
[pid=13478/tid=13500] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13500/stat : 13500 (java) S 13476 13478 10194 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830692441 10805047296 1090531 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488511488 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1631.48
Current children cumulated vsize (KiB) 10551804

[startup+882.301 s]
/proc/loadavg: 3.35 3.57 3.69 5/597 13576
/proc/meminfo: memFree=18881808/32950928 swapFree=67056580/67111528
[pid=13478] ppid=13476 vsize=10551804 CPUtime=1750.3 cores=0,2,4,6
/proc/13478/stat : 13478 (java) S 13476 13478 10194 0 -1 4202496 1115144 0 1 0 174887 143 0 0 25 0 22 0 830692357 10805047296 1108549 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13478/statm: 2637951 1108549 2256 9 0 2628685 0
[pid=13478/tid=13479] ppid=13476 vsize=10551804 CPUtime=0.74 cores=0,2,4,6
/proc/13478/task/13479/stat : 13479 (java) S 13476 13478 10194 0 -1 4202560 38486 0 1 0 68 6 0 0 15 0 22 0 830692358 10805047296 1108549 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488511488 0 4 0 16800975 18446604449409021824 0 0 -1 4 0 0 0
[pid=13478/tid=13480] ppid=13476 vsize=10551804 CPUtime=0.49 cores=0,2,4,6
/proc/13478/task/13480/stat : 13480 (java) S 13476 13478 10194 0 -1 4202560 18728 0 0 0 46 3 0 0 16 0 22 0 830692359 10805047296 1108549 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 2 0 0 0
[pid=13478/tid=13481] ppid=13476 vsize=10551804 CPUtime=0.56 cores=0,2,4,6
/proc/13478/task/13481/stat : 13481 (java) S 13476 13478 10194 0 -1 4202560 23040 0 0 0 52 4 0 0 15 0 22 0 830692359 10805047296 1108549 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 2 0 0 0
[pid=13478/tid=13482] ppid=13476 vsize=10551804 CPUtime=0.45 cores=0,2,4,6
/proc/13478/task/13482/stat : 13482 (java) S 13476 13478 10194 0 -1 4202560 9105 0 0 0 44 1 0 0 16 0 22 0 830692359 10805047296 1108549 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 0 0 0 0
[pid=13478/tid=13483] ppid=13476 vsize=10551804 CPUtime=0.45 cores=0,2,4,6
/proc/13478/task/13483/stat : 13483 (java) S 13476 13478 10194 0 -1 4202560 15338 0 0 0 42 3 0 0 15 0 22 0 830692359 10805047296 1108549 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 4 0 0 0
[pid=13478/tid=13484] ppid=13476 vsize=10551804 CPUtime=0.48 cores=0,2,4,6
/proc/13478/task/13484/stat : 13484 (java) S 13476 13478 10194 0 -1 4202560 20401 0 0 0 44 4 0 0 15 0 22 0 830692359 10805047296 1108549 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13485] ppid=13476 vsize=10551804 CPUtime=0.55 cores=0,2,4,6
/proc/13478/task/13485/stat : 13485 (java) S 13476 13478 10194 0 -1 4202560 20550 0 0 0 51 4 0 0 16 0 22 0 830692359 10805047296 1108549 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 4 0 0 0
[pid=13478/tid=13486] ppid=13476 vsize=10551804 CPUtime=0.42 cores=0,2,4,6
/proc/13478/task/13486/stat : 13486 (java) S 13476 13478 10194 0 -1 4202560 7329 0 0 0 41 1 0 0 16 0 22 0 830692359 10805047296 1108549 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 0 0 0 0
[pid=13478/tid=13487] ppid=13476 vsize=10551804 CPUtime=0.48 cores=0,2,4,6
/proc/13478/task/13487/stat : 13487 (java) S 13476 13478 10194 0 -1 4202560 16547 0 0 0 46 2 0 0 16 0 22 0 830692359 10805047296 1108549 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13489] ppid=13476 vsize=10551804 CPUtime=16.9 cores=0,2,4,6
/proc/13478/task/13489/stat : 13489 (java) S 13476 13478 10194 0 -1 4202560 171592 0 0 0 1667 23 0 0 15 0 22 0 830692360 10805047296 1108549 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488511488 0 0 0 16800975 18446604449409021824 0 0 -1 0 0 0 0
[pid=13478/tid=13490] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13490/stat : 13490 (java) S 13476 13478 10194 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 830692361 10805047296 1108549 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 4 0 0 0
[pid=13478/tid=13491] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13491/stat : 13491 (java) S 13476 13478 10194 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830692361 10805047296 1108549 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 4 0 0 0
[pid=13478/tid=13492] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13492/stat : 13492 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830692363 10805047296 1108549 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488518577 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13493] ppid=13476 vsize=10551804 CPUtime=1.09 cores=0,2,4,6
/proc/13478/task/13493/stat : 13493 (java) S 13476 13478 10194 0 -1 4202560 7337 0 0 0 108 1 0 0 15 0 22 0 830692363 10805047296 1108549 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13494] ppid=13476 vsize=10551804 CPUtime=0.81 cores=0,2,4,6
/proc/13478/task/13494/stat : 13494 (java) S 13476 13478 10194 0 -1 4202560 2591 0 0 0 81 0 0 0 15 0 22 0 830692363 10805047296 1108549 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 4 0 0 0
[pid=13478/tid=13495] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13495/stat : 13495 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830692363 10805047296 1108549 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13496] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13496/stat : 13496 (java) S 13476 13478 10194 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 830692363 10805047296 1108549 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488511488 0 4 0 16800975 18446604449409021824 0 0 -1 2 0 0 0
[pid=13478/tid=13497] ppid=13476 vsize=10551804 CPUtime=863.39 cores=0,2,4,6
/proc/13478/task/13497/stat : 13497 (java) R 13476 13478 10194 0 -1 4202560 2150 0 0 0 86338 1 0 0 25 0 22 0 830692432 10805047296 1108549 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 46912505919930 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13478/tid=13498] ppid=13476 vsize=10551804 CPUtime=863.34 cores=0,2,4,6
/proc/13478/task/13498/stat : 13498 (java) R 13476 13478 10194 0 -1 4202560 760742 0 0 0 86250 84 0 0 25 0 22 0 830692432 10805047296 1108549 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 46912505621625 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13478/tid=13499] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13499/stat : 13499 (java) S 13476 13478 10194 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830692438 10805047296 1108549 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488511488 0 4 0 16800975 18446604449409021824 0 0 -1 0 0 0 0
[pid=13478/tid=13500] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13500/stat : 13500 (java) S 13476 13478 10194 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830692441 10805047296 1108549 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488511488 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1750.3
Current children cumulated vsize (KiB) 10551804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+907.521 s]
/proc/loadavg: 3.30 3.54 3.67 5/597 13576
/proc/meminfo: memFree=18869756/32950928 swapFree=67056580/67111528
[pid=13478] ppid=13476 vsize=10551804 CPUtime=1800.12 cores=0,2,4,6
/proc/13478/stat : 13478 (java) S 13476 13478 10194 0 -1 4202496 1116003 0 1 0 179868 144 0 0 25 0 22 0 830692357 10805047296 1109358 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13478/statm: 2637951 1109358 2256 9 0 2628685 0
[pid=13478/tid=13479] ppid=13476 vsize=10551804 CPUtime=0.74 cores=0,2,4,6
/proc/13478/task/13479/stat : 13479 (java) S 13476 13478 10194 0 -1 4202560 38486 0 1 0 68 6 0 0 15 0 22 0 830692358 10805047296 1109358 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488511488 0 4 0 16800975 18446604449409021824 0 0 -1 4 0 0 0
[pid=13478/tid=13480] ppid=13476 vsize=10551804 CPUtime=0.51 cores=0,2,4,6
/proc/13478/task/13480/stat : 13480 (java) S 13476 13478 10194 0 -1 4202560 18990 0 0 0 48 3 0 0 16 0 22 0 830692359 10805047296 1109358 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13481] ppid=13476 vsize=10551804 CPUtime=0.58 cores=0,2,4,6
/proc/13478/task/13481/stat : 13481 (java) S 13476 13478 10194 0 -1 4202560 23040 0 0 0 54 4 0 0 15 0 22 0 830692359 10805047296 1109358 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 2 0 0 0
[pid=13478/tid=13482] ppid=13476 vsize=10551804 CPUtime=0.47 cores=0,2,4,6
/proc/13478/task/13482/stat : 13482 (java) S 13476 13478 10194 0 -1 4202560 9226 0 0 0 45 2 0 0 15 0 22 0 830692359 10805047296 1109358 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 0 0 0 0
[pid=13478/tid=13483] ppid=13476 vsize=10551804 CPUtime=0.47 cores=0,2,4,6
/proc/13478/task/13483/stat : 13483 (java) S 13476 13478 10194 0 -1 4202560 15338 0 0 0 44 3 0 0 15 0 22 0 830692359 10805047296 1109358 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13484] ppid=13476 vsize=10551804 CPUtime=0.49 cores=0,2,4,6
/proc/13478/task/13484/stat : 13484 (java) S 13476 13478 10194 0 -1 4202560 20661 0 0 0 45 4 0 0 15 0 22 0 830692359 10805047296 1109358 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13485] ppid=13476 vsize=10551804 CPUtime=0.56 cores=0,2,4,6
/proc/13478/task/13485/stat : 13485 (java) S 13476 13478 10194 0 -1 4202560 20551 0 0 0 52 4 0 0 15 0 22 0 830692359 10805047296 1109358 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13486] ppid=13476 vsize=10551804 CPUtime=0.45 cores=0,2,4,6
/proc/13478/task/13486/stat : 13486 (java) S 13476 13478 10194 0 -1 4202560 7498 0 0 0 44 1 0 0 15 0 22 0 830692359 10805047296 1109358 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 4 0 0 0
[pid=13478/tid=13487] ppid=13476 vsize=10551804 CPUtime=0.5 cores=0,2,4,6
/proc/13478/task/13487/stat : 13487 (java) S 13476 13478 10194 0 -1 4202560 16580 0 0 0 48 2 0 0 15 0 22 0 830692359 10805047296 1109358 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13489] ppid=13476 vsize=10551804 CPUtime=17.6 cores=0,2,4,6
/proc/13478/task/13489/stat : 13489 (java) S 13476 13478 10194 0 -1 4202560 171594 0 0 0 1737 23 0 0 16 0 22 0 830692360 10805047296 1109358 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488511488 0 0 0 16800975 18446604449409021824 0 0 -1 0 0 0 0
[pid=13478/tid=13490] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13490/stat : 13490 (java) S 13476 13478 10194 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 830692361 10805047296 1109358 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 4 0 0 0
[pid=13478/tid=13491] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13491/stat : 13491 (java) S 13476 13478 10194 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830692361 10805047296 1109358 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 4 0 0 0
[pid=13478/tid=13492] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13492/stat : 13492 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830692363 10805047296 1109358 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488518577 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13493] ppid=13476 vsize=10551804 CPUtime=1.09 cores=0,2,4,6
/proc/13478/task/13493/stat : 13493 (java) S 13476 13478 10194 0 -1 4202560 7337 0 0 0 108 1 0 0 15 0 22 0 830692363 10805047296 1109358 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13494] ppid=13476 vsize=10551804 CPUtime=0.81 cores=0,2,4,6
/proc/13478/task/13494/stat : 13494 (java) S 13476 13478 10194 0 -1 4202560 2591 0 0 0 81 0 0 0 15 0 22 0 830692363 10805047296 1109358 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 4 0 0 0
[pid=13478/tid=13495] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13495/stat : 13495 (java) S 13476 13478 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830692363 10805047296 1109358 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488510873 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
[pid=13478/tid=13496] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13496/stat : 13496 (java) S 13476 13478 10194 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830692363 10805047296 1109358 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488511488 0 4 0 16800975 18446604449409021824 0 0 -1 2 0 0 0
[pid=13478/tid=13497] ppid=13476 vsize=10551804 CPUtime=887.88 cores=0,2,4,6
/proc/13478/task/13497/stat : 13497 (java) R 13476 13478 10194 0 -1 4202560 2159 0 0 0 88787 1 0 0 25 0 22 0 830692432 10805047296 1109358 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 46912505978704 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13478/tid=13498] ppid=13476 vsize=10551804 CPUtime=887.85 cores=0,2,4,6
/proc/13478/task/13498/stat : 13498 (java) R 13476 13478 10194 0 -1 4202560 760742 0 0 0 88701 84 0 0 25 0 22 0 830692432 10805047296 1109358 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 46912505621610 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13478/tid=13499] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13499/stat : 13499 (java) S 13476 13478 10194 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830692438 10805047296 1109358 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488511488 0 4 0 16800975 18446604449409021824 0 0 -1 0 0 0 0
[pid=13478/tid=13500] ppid=13476 vsize=10551804 CPUtime=0 cores=0,2,4,6
/proc/13478/task/13500/stat : 13500 (java) S 13476 13478 10194 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830692441 10805047296 1109358 33554432000 1073741824 1073778376 140734633183808 18446744073709551615 239488511488 0 4 0 16800975 18446604449409021824 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 10551804

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

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

[startup+907.627 s]
/proc/loadavg: 3.30 3.54 3.67 5/597 13576
/proc/meminfo: memFree=18869756/32950928 swapFree=67056580/67111528
[pid=13478] ppid=13476 vsize=0 CPUtime=1800.25 cores=0,2,4,6
/proc/13478/stat : 13478 (java) Z 13476 13478 10194 0 -1 4203548 1116035 0 1 0 179874 151 0 0 17 0 2 0 830692357 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13478/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

[startup+907.701 s]
/proc/loadavg: 3.30 3.54 3.67 5/597 13576
/proc/meminfo: memFree=18869756/32950928 swapFree=67056580/67111528
[pid=13478] ppid=13476 vsize=0 CPUtime=1800.32 cores=0,2,4,6
/proc/13478/stat : 13478 (java) Z 13476 13478 10194 0 -1 4203548 1116035 0 1 0 179874 158 0 0 17 0 2 0 830692357 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13478/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 907.735
CPU time (s): 1800.37
CPU user time (s): 1798.75
CPU system time (s): 1.61975
CPU usage (%): 198.336
Max. virtual memory (cumulated for all children) (KiB): 10551804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.75
system time used= 1.61975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1116035
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= 26445
involuntary context switches= 16705

runsolver used 5.45817 second user time and 11.5342 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-04 14:35:53
IDJOB=3454223
IDBENCH=2412
IDSOLVER=1950
FILE ID=node148/3454223-1307190953
RUNJOBID= node148-1307188199-12810
PBS_JOBID= 13508860
Free space on /tmp= 73896 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-scsd1.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454223-1307190953/watcher-3454223-1307190953 -o /tmp/evaluation-result-3454223-1307190953/solver-3454223-1307190953 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454223-1307190953.opb

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

MD5SUM BENCH= 34085e863ff461099a0ff7d8d6c87d4c
RANDOM SEED=1506655465

node148.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.854
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.854
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.854
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.83
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.854
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.854
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	: 5332.82
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.854
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.854
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.854
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:     32950928 kB
MemFree:      24373476 kB
Buffers:        264172 kB
Cached:         636060 kB
SwapCached:       7908 kB
Active:        7757280 kB
Inactive:       511788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24373476 kB
SwapTotal:    67111528 kB
SwapFree:     67056580 kB
Dirty:            3020 kB
Writeback:           0 kB
AnonPages:     7366960 kB
Mapped:          52068 kB
Slab:           179840 kB
PageTables:      59148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 180756408 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= 73892 MiB
End job on node148 at 2011-06-04 14:51:03