Trace number 2658770

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 PB Resolution 2.2.0 2010-05-26? (TO) 1800.19 1798.09

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-5.opb
MD5SUM0973e03eb27089eff6bc20e630a3ba01
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3176
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13501
Number of constraints which are clauses13501
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.08/0.21	c Pseudo Boolean Optimization
0.08/0.21	c --- Begin Solver configuration ---
0.08/0.21	c Stops conflict analysis at the first Unique Implication Point
0.08/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.08/0.21	c Learn all clauses as in MiniSAT
0.08/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.21	c Expensive reason simplification
0.08/0.21	c Armin Biere (Picosat) restarts strategy
0.08/0.21	c Glucose learned constraints deletion strategy
0.08/0.21	c timeout=2147483s
0.08/0.21	c DB Simplification allowed=false
0.08/0.21	c --- End Solver configuration ---
0.08/0.21	c solving HOME/instance-2658770-1276459105.opb
0.08/0.21	c reading problem ... 
1.65/1.01	c ... done. Wall clock time 0.809s.
1.65/1.01	c #vars     6352
1.65/1.01	c #constraints  13376
1.65/1.01	c constraints type 
1.65/1.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7092
1.65/1.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6002
13.38/11.42	c cleaning 2500 clauses out of 5001 with flag 5001/5001
22.43/20.15	c cleaning 4249 clauses out of 8500 with flag 11000/11000
32.74/30.48	c cleaning 5626 clauses out of 11252 with flag 18001/18001
45.79/43.41	c cleaning 6810 clauses out of 13626 with flag 26001/26001
59.69/57.36	c cleaning 7907 clauses out of 15815 with flag 35000/35000
75.49/73.20	c cleaning 8951 clauses out of 17908 with flag 45000/45000
93.99/91.60	c cleaning 9979 clauses out of 19957 with flag 56000/56000
113.88/111.53	c cleaning 10988 clauses out of 21979 with flag 68001/68001
135.49/133.12	c cleaning 11993 clauses out of 23992 with flag 81002/81002
159.77/157.41	c cleaning 12994 clauses out of 25998 with flag 95001/95001
184.68/182.33	c cleaning 13501 clauses out of 27003 with flag 109000/109000
209.28/206.98	c cleaning 13748 clauses out of 27502 with flag 123000/123000
231.78/229.40	c cleaning 13877 clauses out of 27754 with flag 137000/137000
254.58/252.27	c cleaning 13938 clauses out of 27877 with flag 151000/151000
279.07/276.73	c cleaning 13966 clauses out of 27941 with flag 165002/165002
302.37/300.07	c cleaning 13985 clauses out of 27973 with flag 179000/179000
317.77/315.42	c cleaning 13991 clauses out of 27987 with flag 193000/193000
332.68/330.30	c cleaning 13998 clauses out of 27997 with flag 207001/207001
348.27/345.91	c cleaning 13999 clauses out of 27998 with flag 221000/221000
364.28/361.98	c cleaning 13997 clauses out of 27999 with flag 235000/235000
380.77/378.48	c cleaning 13998 clauses out of 28002 with flag 249000/249000
395.96/393.62	c cleaning 13999 clauses out of 28005 with flag 263001/263001
409.45/407.17	c cleaning 13997 clauses out of 28005 with flag 277000/277000
423.45/421.15	c cleaning 13998 clauses out of 28008 with flag 291000/291000
437.95/435.64	c cleaning 14006 clauses out of 28011 with flag 305001/305001
453.26/450.92	c cleaning 14001 clauses out of 28007 with flag 319003/319003
469.44/467.14	c cleaning 13998 clauses out of 28004 with flag 333001/333001
486.24/483.98	c cleaning 14002 clauses out of 28006 with flag 347001/347001
503.73/501.41	c cleaning 14002 clauses out of 28005 with flag 361002/361002
521.13/518.87	c cleaning 13999 clauses out of 28001 with flag 375000/375000
539.33/537.03	c cleaning 13996 clauses out of 28003 with flag 389001/389001
557.52/555.27	c cleaning 13997 clauses out of 28007 with flag 403001/403001
575.91/573.65	c cleaning 14001 clauses out of 28010 with flag 417001/417001
595.01/592.77	c cleaning 14000 clauses out of 28009 with flag 431001/431001
614.51/612.30	c cleaning 14002 clauses out of 28008 with flag 445000/445000
634.82/632.53	c cleaning 13997 clauses out of 28006 with flag 459000/459000
654.81/652.55	c cleaning 14003 clauses out of 28009 with flag 473000/473000
675.51/673.24	c cleaning 13999 clauses out of 28006 with flag 487000/487000
696.60/694.34	c cleaning 14000 clauses out of 28007 with flag 501000/501000
718.50/716.30	c cleaning 13998 clauses out of 28008 with flag 515001/515001
740.69/738.49	c cleaning 13999 clauses out of 28009 with flag 529000/529000
763.58/761.36	c cleaning 14000 clauses out of 28012 with flag 543002/543002
786.98/784.73	c cleaning 13999 clauses out of 28010 with flag 557000/557000
810.79/808.52	c cleaning 14004 clauses out of 28011 with flag 571000/571000
834.88/832.66	c cleaning 13998 clauses out of 28008 with flag 585001/585001
859.08/856.84	c cleaning 14000 clauses out of 28009 with flag 599000/599000
883.66/881.43	c cleaning 14000 clauses out of 28010 with flag 613001/613001
908.86/906.64	c cleaning 13994 clauses out of 28009 with flag 627000/627000
934.85/932.61	c cleaning 13998 clauses out of 28015 with flag 641000/641000
959.95/957.80	c cleaning 14003 clauses out of 28017 with flag 655000/655000
986.24/984.04	c cleaning 13997 clauses out of 28014 with flag 669000/669000
1012.64/1010.43	c cleaning 14005 clauses out of 28018 with flag 683001/683001
1039.63/1037.41	c cleaning 13999 clauses out of 28012 with flag 697000/697000
1066.93/1064.73	c cleaning 13998 clauses out of 28014 with flag 711001/711001
1094.31/1092.13	c cleaning 14002 clauses out of 28018 with flag 725003/725003
1122.32/1120.11	c cleaning 14002 clauses out of 28013 with flag 739000/739000
1150.31/1148.14	c cleaning 13999 clauses out of 28011 with flag 753000/753000
1178.90/1176.78	c cleaning 13997 clauses out of 28012 with flag 767000/767000
1207.49/1205.33	c cleaning 14001 clauses out of 28015 with flag 781000/781000
1236.08/1233.96	c cleaning 14000 clauses out of 28015 with flag 795001/795001
1264.17/1262.06	c cleaning 13998 clauses out of 28016 with flag 809002/809002
1292.39/1290.28	c cleaning 14001 clauses out of 28016 with flag 823000/823000
1322.18/1320.09	c cleaning 14001 clauses out of 28016 with flag 837001/837001
1351.38/1349.27	c cleaning 13995 clauses out of 28014 with flag 851000/851000
1381.07/1378.92	c cleaning 14000 clauses out of 28019 with flag 865000/865000
1410.97/1408.88	c cleaning 14005 clauses out of 28019 with flag 879000/879000
1440.36/1438.28	c cleaning 14001 clauses out of 28015 with flag 893001/893001
1468.84/1466.71	c cleaning 13999 clauses out of 28014 with flag 907001/907001
1497.03/1494.97	c cleaning 14001 clauses out of 28016 with flag 921002/921002
1526.31/1524.22	c cleaning 14000 clauses out of 28013 with flag 935000/935000
1555.40/1553.34	c cleaning 14005 clauses out of 28014 with flag 949001/949001
1584.69/1582.67	c cleaning 13997 clauses out of 28008 with flag 963000/963000
1613.38/1611.35	c cleaning 14000 clauses out of 28011 with flag 977000/977000
1642.36/1640.30	c cleaning 14001 clauses out of 28012 with flag 991001/991001
1671.35/1669.36	c cleaning 13997 clauses out of 28010 with flag 1005000/1005000
1700.14/1698.13	c cleaning 14001 clauses out of 28013 with flag 1019000/1019000
1728.98/1727.01	c cleaning 13999 clauses out of 28012 with flag 1033000/1033000
1757.56/1755.55	c cleaning 14000 clauses out of 28013 with flag 1047000/1047000
1786.74/1784.74	c cleaning 14002 clauses out of 28013 with flag 1061000/1061000
1800.05/1798.01	c starts		: 188
1800.05/1798.02	c conflicts		: 1067811
1800.05/1798.02	c decisions		: 1197854
1800.05/1798.02	c propagations		: 1542921951
1800.05/1798.02	c inspects		: 7808304107
1800.05/1798.02	c learnt literals	: 1
1800.05/1798.02	c learnt binary clauses	: 58
1800.05/1798.02	c learnt ternary clauses	: 70
1800.05/1798.02	c learnt clauses	: 1067810
1800.05/1798.02	c ignored clauses	: 0
1800.05/1798.02	c root simplifications	: 0
1800.05/1798.02	c removed literals (reason simplification)	: 12408772
1800.05/1798.02	c reason swapping (by a shorter reason)	: 0
1800.05/1798.02	c Calls to reduceDB	: 79
1800.05/1798.02	c number of reductions to clauses (during analyze)	: 0
1800.05/1798.02	c number of learned constraints concerned by reduction	: 0
1800.05/1798.02	c number of learning phase by resolution	: 0
1800.05/1798.02	c number of learning phase by cutting planes	: 0
1800.05/1798.02	c speed (assignments/second)	: 858609.8781302171
1800.05/1798.02	c non guided choices	0
1800.05/1798.04	c learnt constraints type 
1800.05/1798.04	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 20770
1800.05/1798.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 58
1800.05/1798.04	c constraints type 
1800.05/1798.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7092
1800.05/1798.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6002
1800.05/1798.04	s UNKNOWN
1800.05/1798.04	c Total wall clock time (in seconds): 1797.833

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658770-1276459105/watcher-2658770-1276459105 -o /tmp/evaluation-result-2658770-1276459105/solver-2658770-1276459105 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658770-1276459105.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.70 1.91 1.61 3/106 28322
/proc/meminfo: memFree=1844312/2059040 swapFree=4135652/4192956
[pid=28322] ppid=28320 vsize=248 CPUtime=0
/proc/28322/stat : 28322 (java) R 28320 28322 28297 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 21514483 253952 29 1992294400 134512640 134550932 4293952704 18446744073709551615 8045022 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28322/statm: 62 29 21 10 0 23 0

[startup+0.0590019 s]
/proc/loadavg: 1.70 1.91 1.61 3/106 28322
/proc/meminfo: memFree=1844312/2059040 swapFree=4135652/4192956
[pid=28322] ppid=28320 vsize=1521664 CPUtime=0.05
/proc/28322/stat : 28322 (java) S 28320 28322 28297 0 -1 4202496 3592 0 1 0 3 2 0 0 18 0 7 0 21514483 1558183936 3034 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/28322/statm: 380416 3034 1014 10 0 377726 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521664

[startup+0.101005 s]
/proc/loadavg: 1.70 1.91 1.61 3/106 28322
/proc/meminfo: memFree=1844312/2059040 swapFree=4135652/4192956
[pid=28322] ppid=28320 vsize=1524184 CPUtime=0.08
/proc/28322/stat : 28322 (java) S 28320 28322 28297 0 -1 4202496 3952 0 1 0 6 2 0 0 18 0 12 0 21514483 1560764416 3392 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28322/statm: 381046 3392 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300545 s]
/proc/loadavg: 1.70 1.91 1.61 3/106 28322
/proc/meminfo: memFree=1844312/2059040 swapFree=4135652/4192956
[pid=28322] ppid=28320 vsize=1526404 CPUtime=0.37
/proc/28322/stat : 28322 (java) S 28320 28322 28297 0 -1 4202496 5367 0 1 0 34 3 0 0 18 0 12 0 21514483 1563037696 4805 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28322/statm: 381601 4805 1361 10 0 378903 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526404

[startup+0.700539 s]
/proc/loadavg: 1.70 1.91 1.61 3/106 28322
/proc/meminfo: memFree=1844312/2059040 swapFree=4135652/4192956
[pid=28322] ppid=28320 vsize=1529472 CPUtime=1.15
/proc/28322/stat : 28322 (java) S 28320 28322 28297 0 -1 4202496 8131 0 1 0 110 5 0 0 18 0 12 0 21514483 1566179328 7310 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28322/statm: 382368 7311 1401 10 0 379670 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1529472

[startup+1.50153 s]
/proc/loadavg: 1.70 1.91 1.61 4/118 28334
/proc/meminfo: memFree=1805032/2059040 swapFree=4135652/4192956
[pid=28322] ppid=28320 vsize=1530416 CPUtime=2.64
/proc/28322/stat : 28322 (java) S 28320 28322 28297 0 -1 4202496 14171 0 1 0 256 8 0 0 18 0 13 0 21514483 1567145984 13143 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28322/statm: 382604 13143 1420 10 0 379906 0
[pid=28322/tid=28324] ppid=28320 vsize=1530416 CPUtime=1.47
/proc/28322/task/28324/stat : 28324 (java) R 28320 28322 28297 0 -1 4202560 11034 0 1 0 141 6 0 0 20 0 13 0 21514485 1567145984 13143 1992294400 134512640 134550932 4293952704 18446744073709551615 4109444894 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28322/tid=28325] ppid=28320 vsize=1530416 CPUtime=0
/proc/28322/task/28325/stat : 28325 (java) S 28320 28322 28297 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 21514486 1567145984 13143 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28326] ppid=28320 vsize=1530416 CPUtime=0
/proc/28322/task/28326/stat : 28326 (java) S 28320 28322 28297 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 21514486 1567145984 13143 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28327] ppid=28320 vsize=1530416 CPUtime=0
/proc/28322/task/28327/stat : 28327 (java) S 28320 28322 28297 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 13 0 21514488 1567145984 13143 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 0 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28328] ppid=28320 vsize=1530416 CPUtime=0
/proc/28322/task/28328/stat : 28328 (java) S 28320 28322 28297 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 21514488 1567145984 13143 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28329] ppid=28320 vsize=1530416 CPUtime=0
/proc/28322/task/28329/stat : 28329 (java) S 28320 28322 28297 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 21514488 1567145984 13143 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28330] ppid=28320 vsize=1530416 CPUtime=0
/proc/28322/task/28330/stat : 28330 (java) S 28320 28322 28297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21514493 1567145984 13143 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28331] ppid=28320 vsize=1530416 CPUtime=0.67
/proc/28322/task/28331/stat : 28331 (java) R 28320 28322 28297 0 -1 4202560 1434 0 0 0 67 0 0 0 25 0 13 0 21514493 1567145984 13143 1992294400 134512640 134550932 4293952704 18446744073709551615 102092721 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28322/tid=28332] ppid=28320 vsize=1530416 CPUtime=0.47
/proc/28322/task/28332/stat : 28332 (java) R 28320 28322 28297 0 -1 4202560 640 0 0 0 47 0 0 0 25 0 13 0 21514493 1567145984 13143 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28322/tid=28333] ppid=28320 vsize=1530416 CPUtime=0
/proc/28322/task/28333/stat : 28333 (java) S 28320 28322 28297 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 21514493 1567145984 13143 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28334] ppid=28320 vsize=1530416 CPUtime=0
/proc/28322/task/28334/stat : 28334 (java) S 28320 28322 28297 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 21514493 1567145984 13143 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 1530416

[startup+3.1015 s]
/proc/loadavg: 1.80 1.93 1.62 4/119 28335
/proc/meminfo: memFree=1795228/2059040 swapFree=4135652/4192956
[pid=28322] ppid=28320 vsize=1530792 CPUtime=5
/proc/28322/stat : 28322 (java) S 28320 28322 28297 0 -1 4202496 15139 0 1 0 492 8 0 0 18 0 13 0 21514483 1567531008 13426 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28322/statm: 382698 13426 1433 10 0 380000 0
[pid=28322/tid=28324] ppid=28320 vsize=1530792 CPUtime=3.07
/proc/28322/task/28324/stat : 28324 (java) R 28320 28322 28297 0 -1 4202560 11142 0 1 0 301 6 0 0 25 0 13 0 21514485 1567531008 13426 1992294400 134512640 134550932 4293952704 18446744073709551615 4110093147 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28322/tid=28325] ppid=28320 vsize=1530792 CPUtime=0
/proc/28322/task/28325/stat : 28325 (java) S 28320 28322 28297 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 21514486 1567531008 13426 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28326] ppid=28320 vsize=1530792 CPUtime=0
/proc/28322/task/28326/stat : 28326 (java) S 28320 28322 28297 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 21514486 1567531008 13426 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28327] ppid=28320 vsize=1530792 CPUtime=0
/proc/28322/task/28327/stat : 28327 (java) S 28320 28322 28297 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 13 0 21514488 1567531008 13426 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 0 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28328] ppid=28320 vsize=1530792 CPUtime=0
/proc/28322/task/28328/stat : 28328 (java) S 28320 28322 28297 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 21514488 1567531008 13426 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28329] ppid=28320 vsize=1530792 CPUtime=0
/proc/28322/task/28329/stat : 28329 (java) S 28320 28322 28297 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 21514488 1567531008 13426 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28330] ppid=28320 vsize=1530792 CPUtime=0
/proc/28322/task/28330/stat : 28330 (java) S 28320 28322 28297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21514493 1567531008 13426 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28331] ppid=28320 vsize=1530792 CPUtime=1.07
/proc/28322/task/28331/stat : 28331 (java) S 28320 28322 28297 0 -1 4202560 1686 0 0 0 107 0 0 0 22 0 13 0 21514493 1567531008 13426 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28332] ppid=28320 vsize=1530792 CPUtime=0.82
/proc/28322/task/28332/stat : 28332 (java) S 28320 28322 28297 0 -1 4202560 1244 0 0 0 82 0 0 0 22 0 13 0 21514493 1567531008 13426 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28333] ppid=28320 vsize=1530792 CPUtime=0
/proc/28322/task/28333/stat : 28333 (java) S 28320 28322 28297 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 21514493 1567531008 13426 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28334] ppid=28320 vsize=1530792 CPUtime=0
/proc/28322/task/28334/stat : 28334 (java) S 28320 28322 28297 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 21514493 1567531008 13426 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28335] ppid=28320 vsize=1530792 CPUtime=0
/proc/28322/task/28335/stat : 28335 (java) S 28320 28322 28297 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 21514626 1567531008 13426 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5
Current children cumulated vsize (KiB) 1530792

[startup+6.30046 s]
/proc/loadavg: 1.80 1.93 1.62 2/119 28335
/proc/meminfo: memFree=1794856/2059040 swapFree=4135652/4192956
[pid=28322] ppid=28320 vsize=1530292 CPUtime=8.19
/proc/28322/stat : 28322 (java) S 28320 28322 28297 0 -1 4202496 15220 0 1 0 811 8 0 0 18 0 13 0 21514483 1567019008 13390 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28322/statm: 382573 13390 1433 10 0 379875 0
[pid=28322/tid=28324] ppid=28320 vsize=1530292 CPUtime=6.27
/proc/28322/task/28324/stat : 28324 (java) R 28320 28322 28297 0 -1 4202560 11223 0 1 0 621 6 0 0 25 0 13 0 21514485 1567019008 13390 1992294400 134512640 134550932 4293952704 18446744073709551615 4110092306 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28322/tid=28325] ppid=28320 vsize=1530292 CPUtime=0
/proc/28322/task/28325/stat : 28325 (java) S 28320 28322 28297 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 21514486 1567019008 13390 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28326] ppid=28320 vsize=1530292 CPUtime=0
/proc/28322/task/28326/stat : 28326 (java) S 28320 28322 28297 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 21514486 1567019008 13390 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28327] ppid=28320 vsize=1530292 CPUtime=0
/proc/28322/task/28327/stat : 28327 (java) S 28320 28322 28297 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 21514488 1567019008 13390 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 0 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28328] ppid=28320 vsize=1530292 CPUtime=0
/proc/28322/task/28328/stat : 28328 (java) S 28320 28322 28297 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 21514488 1567019008 13390 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28329] ppid=28320 vsize=1530292 CPUtime=0
/proc/28322/task/28329/stat : 28329 (java) S 28320 28322 28297 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 21514488 1567019008 13390 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28330] ppid=28320 vsize=1530292 CPUtime=0
/proc/28322/task/28330/stat : 28330 (java) S 28320 28322 28297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21514493 1567019008 13390 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28331] ppid=28320 vsize=1530292 CPUtime=1.07
/proc/28322/task/28331/stat : 28331 (java) S 28320 28322 28297 0 -1 4202560 1686 0 0 0 107 0 0 0 22 0 13 0 21514493 1567019008 13390 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28332] ppid=28320 vsize=1530292 CPUtime=0.82
/proc/28322/task/28332/stat : 28332 (java) S 28320 28322 28297 0 -1 4202560 1244 0 0 0 82 0 0 0 22 0 13 0 21514493 1567019008 13390 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28333] ppid=28320 vsize=1530292 CPUtime=0
/proc/28322/task/28333/stat : 28333 (java) S 28320 28322 28297 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 21514493 1567019008 13390 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28334] ppid=28320 vsize=1530292 CPUtime=0
/proc/28322/task/28334/stat : 28334 (java) S 28320 28322 28297 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 21514493 1567019008 13390 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28335] ppid=28320 vsize=1530292 CPUtime=0
/proc/28322/task/28335/stat : 28335 (java) S 28320 28322 28297 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 21514626 1567019008 13390 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.19
Current children cumulated vsize (KiB) 1530292

[startup+12.7014 s]
/proc/loadavg: 1.68 1.90 1.61 2/119 28335
/proc/meminfo: memFree=1782332/2059040 swapFree=4135652/4192956
[pid=28322] ppid=28320 vsize=1535712 CPUtime=14.96
/proc/28322/stat : 28322 (java) S 28320 28322 28297 0 -1 4202496 18879 0 1 0 1486 10 0 0 18 0 13 0 21514483 1572569088 16580 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28322/statm: 383928 16580 1447 10 0 381230 0
[pid=28322/tid=28324] ppid=28320 vsize=1535712 CPUtime=12.59
/proc/28322/task/28324/stat : 28324 (java) R 28320 28322 28297 0 -1 4202560 11336 0 1 0 1253 6 0 0 25 0 13 0 21514485 1572569088 16580 1992294400 134512640 134550932 4293952704 18446744073709551615 4110093088 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28322/tid=28325] ppid=28320 vsize=1535712 CPUtime=0.01
/proc/28322/task/28325/stat : 28325 (java) S 28320 28322 28297 0 -1 4202560 486 0 0 0 1 0 0 0 18 0 13 0 21514486 1572569088 16580 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28326] ppid=28320 vsize=1535712 CPUtime=0
/proc/28322/task/28326/stat : 28326 (java) S 28320 28322 28297 0 -1 4202560 334 0 0 0 0 0 0 0 17 0 13 0 21514486 1572569088 16580 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28327] ppid=28320 vsize=1535712 CPUtime=0.03
/proc/28322/task/28327/stat : 28327 (java) S 28320 28322 28297 0 -1 4202560 903 0 0 0 3 0 0 0 16 0 13 0 21514488 1572569088 16580 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 0 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28328] ppid=28320 vsize=1535712 CPUtime=0
/proc/28322/task/28328/stat : 28328 (java) S 28320 28322 28297 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 21514488 1572569088 16580 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28329] ppid=28320 vsize=1535712 CPUtime=0
/proc/28322/task/28329/stat : 28329 (java) S 28320 28322 28297 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 21514488 1572569088 16580 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28330] ppid=28320 vsize=1535712 CPUtime=0
/proc/28322/task/28330/stat : 28330 (java) S 28320 28322 28297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21514493 1572569088 16580 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28331] ppid=28320 vsize=1535712 CPUtime=1.39
/proc/28322/task/28331/stat : 28331 (java) S 28320 28322 28297 0 -1 4202560 3046 0 0 0 138 1 0 0 18 0 13 0 21514493 1572569088 16580 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28332] ppid=28320 vsize=1535712 CPUtime=0.88
/proc/28322/task/28332/stat : 28332 (java) S 28320 28322 28297 0 -1 4202560 1708 0 0 0 88 0 0 0 17 0 13 0 21514493 1572569088 16580 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28333] ppid=28320 vsize=1535712 CPUtime=0
/proc/28322/task/28333/stat : 28333 (java) S 28320 28322 28297 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 21514493 1572569088 16580 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28334] ppid=28320 vsize=1535712 CPUtime=0
/proc/28322/task/28334/stat : 28334 (java) S 28320 28322 28297 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 21514493 1572569088 16580 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28335] ppid=28320 vsize=1535712 CPUtime=0
/proc/28322/task/28335/stat : 28335 (java) S 28320 28322 28297 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 21514626 1572569088 16580 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.96
Current children cumulated vsize (KiB) 1535712

[startup+25.5012 s]
/proc/loadavg: 1.57 1.87 1.60 2/119 28335
/proc/meminfo: memFree=1782208/2059040 swapFree=4135652/4192956
[pid=28322] ppid=28320 vsize=1534716 CPUtime=27.84
/proc/28322/stat : 28322 (java) S 28320 28322 28297 0 -1 4202496 19203 0 1 0 2773 11 0 0 18 0 13 0 21514483 1571549184 16662 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28322/statm: 383679 16662 1447 10 0 380981 0
[pid=28322/tid=28324] ppid=28320 vsize=1534716 CPUtime=25.34
/proc/28322/task/28324/stat : 28324 (java) R 28320 28322 28297 0 -1 4202560 11339 0 1 0 2528 6 0 0 25 0 13 0 21514485 1571549184 16662 1992294400 134512640 134550932 4293952704 18446744073709551615 4110131114 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28322/tid=28325] ppid=28320 vsize=1534716 CPUtime=0.01
/proc/28322/task/28325/stat : 28325 (java) S 28320 28322 28297 0 -1 4202560 498 0 0 0 1 0 0 0 15 0 13 0 21514486 1571549184 16662 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28326] ppid=28320 vsize=1534716 CPUtime=0.01
/proc/28322/task/28326/stat : 28326 (java) S 28320 28322 28297 0 -1 4202560 511 0 0 0 1 0 0 0 15 0 13 0 21514486 1571549184 16662 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28327] ppid=28320 vsize=1534716 CPUtime=0.06
/proc/28322/task/28327/stat : 28327 (java) S 28320 28322 28297 0 -1 4202560 1035 0 0 0 6 0 0 0 15 0 13 0 21514488 1571549184 16662 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 0 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28328] ppid=28320 vsize=1534716 CPUtime=0

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

[pid=28322] ppid=28320 vsize=1531344 CPUtime=1604.38
/proc/28322/stat : 28322 (java) S 28320 28322 28297 0 -1 4202496 20764 0 1 0 160372 66 0 0 18 0 13 0 21514483 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28322/statm: 382836 17137 1447 10 0 380138 0
[pid=28322/tid=28324] ppid=28320 vsize=1531344 CPUtime=1598.34
/proc/28322/task/28324/stat : 28324 (java) R 28320 28322 28297 0 -1 4202560 11409 0 1 0 159775 59 0 0 25 0 13 0 21514485 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4110215665 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28322/tid=28325] ppid=28320 vsize=1531344 CPUtime=0.27
/proc/28322/task/28325/stat : 28325 (java) S 28320 28322 28297 0 -1 4202560 685 0 0 0 26 1 0 0 15 0 13 0 21514486 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28326] ppid=28320 vsize=1531344 CPUtime=0.27
/proc/28322/task/28326/stat : 28326 (java) S 28320 28322 28297 0 -1 4202560 669 0 0 0 26 1 0 0 16 0 13 0 21514486 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28327] ppid=28320 vsize=1531344 CPUtime=2.96
/proc/28322/task/28327/stat : 28327 (java) S 28320 28322 28297 0 -1 4202560 2075 0 0 0 295 1 0 0 15 0 13 0 21514488 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 0 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28328] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28328/stat : 28328 (java) S 28320 28322 28297 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 21514488 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28329] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28329/stat : 28329 (java) S 28320 28322 28297 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 21514488 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28330] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28330/stat : 28330 (java) S 28320 28322 28297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21514493 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28331] ppid=28320 vsize=1531344 CPUtime=1.53
/proc/28322/task/28331/stat : 28331 (java) S 28320 28322 28297 0 -1 4202560 3058 0 0 0 152 1 0 0 15 0 13 0 21514493 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28332] ppid=28320 vsize=1531344 CPUtime=0.96
/proc/28322/task/28332/stat : 28332 (java) S 28320 28322 28297 0 -1 4202560 1708 0 0 0 96 0 0 0 15 0 13 0 21514493 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28333] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28333/stat : 28333 (java) S 28320 28322 28297 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 21514493 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28334] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28334/stat : 28334 (java) S 28320 28322 28297 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 21514493 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28335] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28335/stat : 28335 (java) S 28320 28322 28297 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 21514626 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1604.38
Current children cumulated vsize (KiB) 1531344

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/119 28391
/proc/meminfo: memFree=1777744/2059040 swapFree=4135652/4192956
[pid=28322] ppid=28320 vsize=1531344 CPUtime=1664.36
/proc/28322/stat : 28322 (java) S 28320 28322 28297 0 -1 4202496 20772 0 1 0 166368 68 0 0 18 0 13 0 21514483 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28322/statm: 382836 17137 1447 10 0 380138 0
[pid=28322/tid=28324] ppid=28320 vsize=1531344 CPUtime=1658.24
/proc/28322/task/28324/stat : 28324 (java) R 28320 28322 28297 0 -1 4202560 11411 0 1 0 165763 61 0 0 25 0 13 0 21514485 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4110214664 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28322/tid=28325] ppid=28320 vsize=1531344 CPUtime=0.27
/proc/28322/task/28325/stat : 28325 (java) S 28320 28322 28297 0 -1 4202560 685 0 0 0 26 1 0 0 15 0 13 0 21514486 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28326] ppid=28320 vsize=1531344 CPUtime=0.27
/proc/28322/task/28326/stat : 28326 (java) S 28320 28322 28297 0 -1 4202560 669 0 0 0 26 1 0 0 16 0 13 0 21514486 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28327] ppid=28320 vsize=1531344 CPUtime=3.04
/proc/28322/task/28327/stat : 28327 (java) S 28320 28322 28297 0 -1 4202560 2077 0 0 0 303 1 0 0 15 0 13 0 21514488 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 0 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28328] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28328/stat : 28328 (java) S 28320 28322 28297 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 21514488 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28329] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28329/stat : 28329 (java) S 28320 28322 28297 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 21514488 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28330] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28330/stat : 28330 (java) S 28320 28322 28297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21514493 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28331] ppid=28320 vsize=1531344 CPUtime=1.53
/proc/28322/task/28331/stat : 28331 (java) S 28320 28322 28297 0 -1 4202560 3058 0 0 0 152 1 0 0 15 0 13 0 21514493 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28332] ppid=28320 vsize=1531344 CPUtime=0.96
/proc/28322/task/28332/stat : 28332 (java) S 28320 28322 28297 0 -1 4202560 1708 0 0 0 96 0 0 0 15 0 13 0 21514493 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28333] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28333/stat : 28333 (java) S 28320 28322 28297 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 21514493 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28334] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28334/stat : 28334 (java) S 28320 28322 28297 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 21514493 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28335] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28335/stat : 28335 (java) S 28320 28322 28297 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 21514626 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1664.36
Current children cumulated vsize (KiB) 1531344

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/119 28393
/proc/meminfo: memFree=1777744/2059040 swapFree=4135652/4192956
[pid=28322] ppid=28320 vsize=1531344 CPUtime=1724.36
/proc/28322/stat : 28322 (java) S 28320 28322 28297 0 -1 4202496 20783 0 1 0 172366 70 0 0 18 0 13 0 21514483 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28322/statm: 382836 17137 1447 10 0 380138 0
[pid=28322/tid=28324] ppid=28320 vsize=1531344 CPUtime=1718.11
/proc/28322/task/28324/stat : 28324 (java) R 28320 28322 28297 0 -1 4202560 11413 0 1 0 171747 64 0 0 25 0 13 0 21514485 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4110093095 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28322/tid=28325] ppid=28320 vsize=1531344 CPUtime=0.28
/proc/28322/task/28325/stat : 28325 (java) S 28320 28322 28297 0 -1 4202560 685 0 0 0 27 1 0 0 16 0 13 0 21514486 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28326] ppid=28320 vsize=1531344 CPUtime=0.28
/proc/28322/task/28326/stat : 28326 (java) S 28320 28322 28297 0 -1 4202560 669 0 0 0 27 1 0 0 15 0 13 0 21514486 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28327] ppid=28320 vsize=1531344 CPUtime=3.12
/proc/28322/task/28327/stat : 28327 (java) S 28320 28322 28297 0 -1 4202560 2080 0 0 0 311 1 0 0 15 0 13 0 21514488 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 0 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28328] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28328/stat : 28328 (java) S 28320 28322 28297 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 21514488 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28329] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28329/stat : 28329 (java) S 28320 28322 28297 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 21514488 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28330] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28330/stat : 28330 (java) S 28320 28322 28297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21514493 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28331] ppid=28320 vsize=1531344 CPUtime=1.56
/proc/28322/task/28331/stat : 28331 (java) S 28320 28322 28297 0 -1 4202560 3060 0 0 0 155 1 0 0 15 0 13 0 21514493 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28332] ppid=28320 vsize=1531344 CPUtime=0.96
/proc/28322/task/28332/stat : 28332 (java) S 28320 28322 28297 0 -1 4202560 1708 0 0 0 96 0 0 0 15 0 13 0 21514493 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28333] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28333/stat : 28333 (java) S 28320 28322 28297 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 21514493 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28334] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28334/stat : 28334 (java) S 28320 28322 28297 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 21514493 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28335] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28335/stat : 28335 (java) S 28320 28322 28297 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 21514626 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1724.36
Current children cumulated vsize (KiB) 1531344

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/119 28395
/proc/meminfo: memFree=1777620/2059040 swapFree=4135652/4192956
[pid=28322] ppid=28320 vsize=1531344 CPUtime=1784.34
/proc/28322/stat : 28322 (java) S 28320 28322 28297 0 -1 4202496 20789 0 1 0 178361 73 0 0 18 0 13 0 21514483 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28322/statm: 382836 17137 1447 10 0 380138 0
[pid=28322/tid=28324] ppid=28320 vsize=1531344 CPUtime=1777.99
/proc/28322/task/28324/stat : 28324 (java) R 28320 28322 28297 0 -1 4202560 11415 0 1 0 177733 66 0 0 25 0 13 0 21514485 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4110092913 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28322/tid=28325] ppid=28320 vsize=1531344 CPUtime=0.28
/proc/28322/task/28325/stat : 28325 (java) S 28320 28322 28297 0 -1 4202560 685 0 0 0 27 1 0 0 15 0 13 0 21514486 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28326] ppid=28320 vsize=1531344 CPUtime=0.28
/proc/28322/task/28326/stat : 28326 (java) S 28320 28322 28297 0 -1 4202560 669 0 0 0 27 1 0 0 16 0 13 0 21514486 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28327] ppid=28320 vsize=1531344 CPUtime=3.2
/proc/28322/task/28327/stat : 28327 (java) S 28320 28322 28297 0 -1 4202560 2082 0 0 0 319 1 0 0 15 0 13 0 21514488 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 0 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28328] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28328/stat : 28328 (java) S 28320 28322 28297 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 21514488 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28329] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28329/stat : 28329 (java) S 28320 28322 28297 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 21514488 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28330] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28330/stat : 28330 (java) S 28320 28322 28297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21514493 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28331] ppid=28320 vsize=1531344 CPUtime=1.56
/proc/28322/task/28331/stat : 28331 (java) S 28320 28322 28297 0 -1 4202560 3060 0 0 0 155 1 0 0 15 0 13 0 21514493 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28332] ppid=28320 vsize=1531344 CPUtime=0.96
/proc/28322/task/28332/stat : 28332 (java) S 28320 28322 28297 0 -1 4202560 1708 0 0 0 96 0 0 0 15 0 13 0 21514493 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28333] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28333/stat : 28333 (java) S 28320 28322 28297 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 21514493 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28334] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28334/stat : 28334 (java) S 28320 28322 28297 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 21514493 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28335] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28335/stat : 28335 (java) S 28320 28322 28297 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 21514626 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1784.34
Current children cumulated vsize (KiB) 1531344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798 s]
/proc/loadavg: 1.13 1.03 1.07 2/119 28395
/proc/meminfo: memFree=1777620/2059040 swapFree=4135652/4192956
[pid=28322] ppid=28320 vsize=1531344 CPUtime=1800.05
/proc/28322/stat : 28322 (java) S 28320 28322 28297 0 -1 4202496 20794 0 1 0 179931 74 0 0 18 0 13 0 21514483 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28322/statm: 382836 17137 1447 10 0 380138 0
[pid=28322/tid=28324] ppid=28320 vsize=1531344 CPUtime=1793.65
/proc/28322/task/28324/stat : 28324 (java) R 28320 28322 28297 0 -1 4202560 11416 0 1 0 179298 67 0 0 25 0 13 0 21514485 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4110093095 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28322/tid=28325] ppid=28320 vsize=1531344 CPUtime=0.28
/proc/28322/task/28325/stat : 28325 (java) S 28320 28322 28297 0 -1 4202560 685 0 0 0 27 1 0 0 16 0 13 0 21514486 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28326] ppid=28320 vsize=1531344 CPUtime=0.29
/proc/28322/task/28326/stat : 28326 (java) S 28320 28322 28297 0 -1 4202560 669 0 0 0 28 1 0 0 15 0 13 0 21514486 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28327] ppid=28320 vsize=1531344 CPUtime=3.24
/proc/28322/task/28327/stat : 28327 (java) S 28320 28322 28297 0 -1 4202560 2084 0 0 0 323 1 0 0 15 0 13 0 21514488 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 0 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28328] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28328/stat : 28328 (java) S 28320 28322 28297 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 21514488 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28329] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28329/stat : 28329 (java) S 28320 28322 28297 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 21514488 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28330] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28330/stat : 28330 (java) S 28320 28322 28297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21514493 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28331] ppid=28320 vsize=1531344 CPUtime=1.56
/proc/28322/task/28331/stat : 28331 (java) S 28320 28322 28297 0 -1 4202560 3060 0 0 0 155 1 0 0 15 0 13 0 21514493 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28332] ppid=28320 vsize=1531344 CPUtime=0.96
/proc/28322/task/28332/stat : 28332 (java) S 28320 28322 28297 0 -1 4202560 1708 0 0 0 96 0 0 0 15 0 13 0 21514493 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=28322/tid=28333] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28333/stat : 28333 (java) S 28320 28322 28297 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 21514493 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28334] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28334/stat : 28334 (java) S 28320 28322 28297 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 21514493 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=28322/tid=28335] ppid=28320 vsize=1531344 CPUtime=0
/proc/28322/task/28335/stat : 28335 (java) S 28320 28322 28297 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 21514626 1568096256 17137 1992294400 134512640 134550932 4293952704 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1531344

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

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

Child status: 143
Real time (s): 1798.09
CPU time (s): 1800.19
CPU user time (s): 1799.43
CPU system time (s): 0.756884
CPU usage (%): 100.117
Max. virtual memory (cumulated for all children) (KiB): 1536532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.43
system time used= 0.756884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20816
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= 37350
involuntary context switches= 25335

runsolver used 3.62245 second user time and 9.64253 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-13 21:58:25
IDJOB=2658770
IDBENCH=2167
IDSOLVER=1164
FILE ID=node002/2658770-1276459105
PBS_JOBID= 11173353
Free space on /tmp= 62396 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-5.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658770-1276459105/watcher-2658770-1276459105 -o /tmp/evaluation-result-2658770-1276459105/solver-2658770-1276459105 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658770-1276459105.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 0973e03eb27089eff6bc20e630a3ba01
RANDOM SEED=2133308992

node002.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1844708 kB
Buffers:         39484 kB
Cached:          98948 kB
SwapCached:       9900 kB
Active:          71232 kB
Inactive:        79092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1844708 kB
SwapTotal:     4192956 kB
SwapFree:      4135652 kB
Dirty:             876 kB
Writeback:           0 kB
AnonPages:       10648 kB
Mapped:           9072 kB
Slab:            42164 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181760 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62396 MiB
End job on node002 at 2010-06-13 22:28:25