Trace number 3456367

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 CuttingPlanes 2.3.0? (TO) 1800.46 1796.56

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-4.opb
MD5SUM172d8bfe30610a29dfe3bb9d98ed3f4c
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables6352
Total number of constraints13489
Number of constraints which are clauses13489
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.1.v20110525
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		9996466904
0.03/0.08	c Max memory 		10048897024
0.03/0.08	c Total memory 		10048897024
0.03/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3456367-1307219693.opb
0.10/0.10	c reading problem ... 
0.69/0.41	c ... done. Wall clock time 0.303s.
0.69/0.41	c #vars     6352
0.69/0.41	c #constraints  13357
0.69/0.41	c constraints type 
0.69/0.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6021
0.69/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7054
10.85/9.90	c cleaning 0 clauses out of 5000 with flag 0/5000
19.09/17.95	c cleaning 0 clauses out of 11000 with flag 0/11000
29.59/28.44	c cleaning 0 clauses out of 18000 with flag 0/18000
42.33/41.13	c cleaning 0 clauses out of 26001 with flag 0/26001
57.09/55.80	c cleaning 0 clauses out of 35000 with flag 0/35000
73.50/72.29	c cleaning 0 clauses out of 45003 with flag 0/45003
92.51/91.22	c cleaning 0 clauses out of 56001 with flag 0/56001
113.42/112.12	c cleaning 0 clauses out of 68000 with flag 0/68000
137.43/136.11	c cleaning 0 clauses out of 81000 with flag 0/81000
163.65/162.38	c cleaning 0 clauses out of 95001 with flag 0/95001
188.86/187.56	c cleaning 0 clauses out of 109001 with flag 0/109001
211.78/210.43	c cleaning 0 clauses out of 123000 with flag 0/123000
234.20/232.83	c cleaning 0 clauses out of 137000 with flag 0/137000
254.75/253.37	c cleaning 0 clauses out of 151001 with flag 0/151001
275.57/274.19	c cleaning 0 clauses out of 165000 with flag 0/165000
296.09/294.63	c cleaning 0 clauses out of 179000 with flag 0/179000
316.81/315.32	c cleaning 0 clauses out of 193000 with flag 0/193000
337.14/335.68	c cleaning 0 clauses out of 207000 with flag 0/207000
358.28/356.75	c cleaning 0 clauses out of 221002 with flag 0/221002
379.30/377.75	c cleaning 0 clauses out of 235001 with flag 0/235001
400.23/398.67	c cleaning 0 clauses out of 249001 with flag 0/249001
422.06/420.43	c cleaning 0 clauses out of 263001 with flag 0/263001
444.18/442.58	c cleaning 0 clauses out of 277000 with flag 0/277000
465.97/464.23	c cleaning 0 clauses out of 291003 with flag 0/291003
488.19/486.47	c cleaning 0 clauses out of 305002 with flag 0/305002
510.02/508.21	c cleaning 0 clauses out of 319000 with flag 0/319000
532.34/530.57	c cleaning 0 clauses out of 333000 with flag 0/333000
555.25/553.41	c cleaning 0 clauses out of 347000 with flag 0/347000
576.58/574.72	c cleaning 0 clauses out of 361000 with flag 0/361000
598.31/596.47	c cleaning 0 clauses out of 375000 with flag 0/375000
620.63/618.71	c cleaning 0 clauses out of 389003 with flag 0/389003
644.16/642.30	c cleaning 0 clauses out of 403000 with flag 0/403000
666.99/665.07	c cleaning 0 clauses out of 417000 with flag 0/417000
690.64/688.66	c cleaning 0 clauses out of 431000 with flag 0/431000
713.76/711.78	c cleaning 0 clauses out of 445004 with flag 0/445004
737.38/735.38	c cleaning 0 clauses out of 459003 with flag 0/459003
760.81/758.78	c cleaning 0 clauses out of 473001 with flag 0/473001
784.25/782.16	c cleaning 0 clauses out of 487000 with flag 0/487000
807.56/805.42	c cleaning 0 clauses out of 501000 with flag 0/501000
830.90/828.73	c cleaning 0 clauses out of 515001 with flag 0/515001
855.53/853.34	c cleaning 0 clauses out of 529000 with flag 0/529000
879.86/877.65	c cleaning 0 clauses out of 543001 with flag 0/543001
904.50/902.28	c cleaning 0 clauses out of 557002 with flag 0/557002
929.33/927.02	c cleaning 0 clauses out of 571003 with flag 0/571003
954.76/952.48	c cleaning 0 clauses out of 585000 with flag 0/585000
982.20/979.81	c cleaning 0 clauses out of 599000 with flag 0/599000
1007.43/1005.02	c cleaning 0 clauses out of 613000 with flag 0/613000
1032.66/1030.22	c cleaning 0 clauses out of 627005 with flag 0/627005
1057.70/1055.26	c cleaning 0 clauses out of 641000 with flag 0/641000
1083.23/1080.75	c cleaning 0 clauses out of 655001 with flag 0/655001
1108.08/1105.52	c cleaning 0 clauses out of 669000 with flag 0/669000
1133.69/1131.13	c cleaning 0 clauses out of 683000 with flag 0/683000
1158.93/1156.36	c cleaning 0 clauses out of 697002 with flag 0/697002
1184.98/1182.31	c cleaning 0 clauses out of 711001 with flag 0/711001
1211.03/1208.35	c cleaning 0 clauses out of 725002 with flag 0/725002
1236.89/1234.12	c cleaning 0 clauses out of 739000 with flag 0/739000
1262.62/1259.80	c cleaning 0 clauses out of 753001 with flag 0/753001
1288.36/1285.56	c cleaning 0 clauses out of 767001 with flag 0/767001
1314.01/1311.20	c cleaning 0 clauses out of 781002 with flag 0/781002
1340.35/1337.45	c cleaning 0 clauses out of 795001 with flag 0/795001
1366.82/1363.80	c cleaning 0 clauses out of 809000 with flag 0/809000
1392.05/1389.08	c cleaning 0 clauses out of 823000 with flag 0/823000
1418.49/1415.46	c cleaning 0 clauses out of 837000 with flag 0/837000
1444.53/1441.41	c cleaning 0 clauses out of 851001 with flag 0/851001
1471.18/1468.00	c cleaning 0 clauses out of 865001 with flag 0/865001
1498.03/1494.87	c cleaning 0 clauses out of 879001 with flag 0/879001
1528.87/1525.67	c cleaning 0 clauses out of 893002 with flag 0/893002
1557.23/1553.93	c cleaning 0 clauses out of 907000 with flag 0/907000
1585.09/1581.73	c cleaning 0 clauses out of 921001 with flag 0/921001
1612.14/1608.71	c cleaning 0 clauses out of 935000 with flag 0/935000
1639.82/1636.34	c cleaning 0 clauses out of 949002 with flag 0/949002
1667.48/1663.99	c cleaning 0 clauses out of 963000 with flag 0/963000
1696.14/1692.53	c cleaning 0 clauses out of 977002 with flag 0/977002
1723.29/1719.60	c cleaning 0 clauses out of 991000 with flag 0/991000
1749.20/1745.57	c cleaning 0 clauses out of 1005000 with flag 0/1005000
1777.85/1774.14	c cleaning 0 clauses out of 1019000 with flag 0/1019000
1800.09/1796.32	c starts		: 188
1800.09/1796.32	c conflicts		: 1029920
1800.09/1796.32	c decisions		: 1272945
1800.09/1796.32	c propagations		: 1158832223
1800.09/1796.32	c inspects		: 6234152910
1800.09/1796.32	c shortcuts		: 0
1800.09/1796.32	c learnt literals	: 0
1800.09/1796.32	c learnt binary clauses	: 81
1800.09/1796.32	c learnt ternary clauses	: 22
1800.09/1796.32	c learnt constraints	: 1029920
1800.09/1796.32	c ignored constraints	: 0
1800.09/1796.32	c root simplifications	: 0
1800.09/1796.32	c removed literals (reason simplification)	: 0
1800.09/1796.32	c reason swapping (by a shorter reason)	: 0
1800.09/1796.32	c Calls to reduceDB	: 76
1800.09/1796.32	c number of reductions to clauses (during analyze)	: 0
1800.09/1796.32	c number of learned constraints concerned by reduction	: 0
1800.09/1796.32	c number of learning phase by resolution	: 0
1800.09/1796.32	c number of learning phase by cutting planes	: 0
1800.09/1796.32	c speed (assignments/second)	: 645259.702569608
1800.09/1796.32	c non guided choices	0
1800.09/1796.40	c learnt constraints type 
1800.09/1796.40	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1029877
1800.09/1796.40	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 81
1800.09/1796.40	c constraints type 
1800.09/1796.40	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6021
1800.09/1796.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7054
1800.09/1796.40	s UNKNOWN
1800.09/1796.40	c Total wall clock time (in seconds): 1796.301

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-3456367-1307219693/watcher-3456367-1307219693 -o /tmp/evaluation-result-3456367-1307219693/solver-3456367-1307219693 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456367-1307219693.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: 2.01 2.01 1.93 2/291 17720
/proc/meminfo: memFree=24804176/32951124 swapFree=55664332/67111528
[pid=17720] ppid=17718 vsize=30536 CPUtime=0 cores=0,2,4,6
/proc/17720/stat : 17720 (java) S 17718 17720 17036 0 -1 4202496 1245 0 0 0 0 0 0 0 25 0 2 0 833570069 31268864 963 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933579749 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/17720/statm: 7634 963 736 9 0 385 0
[pid=17720/tid=17721] ppid=17718 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17721/stat : 17721 (java) R 17718 17720 17036 0 -1 4202560 1766 0 1 0 0 0 0 0 25 0 2 0 833570069 10681323520 2582 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222921471035 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0426409 s]
/proc/loadavg: 2.01 2.01 1.93 2/291 17720
/proc/meminfo: memFree=24804176/32951124 swapFree=55664332/67111528
[pid=17720] ppid=17718 vsize=10467480 CPUtime=0.03 cores=0,2,4,6
/proc/17720/stat : 17720 (java) S 17718 17720 17036 0 -1 4202496 11280 0 1 0 2 1 0 0 25 0 13 0 833570069 10718699520 10977 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933579749 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/17720/statm: 2616870 10979 1673 9 0 2607618 0
[pid=17720/tid=17721] ppid=17718 vsize=10467480 CPUtime=0.03 cores=0,2,4,6
/proc/17720/task/17721/stat : 17721 (java) R 17718 17720 17036 0 -1 4202560 10135 0 1 0 2 1 0 0 25 0 13 0 833570069 10718699520 10979 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 47459616155667 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.100631 s]
/proc/loadavg: 2.01 2.01 1.93 2/291 17720
/proc/meminfo: memFree=24804176/32951124 swapFree=55664332/67111528
[pid=17720] ppid=17718 vsize=10540012 CPUtime=0.1 cores=0,2,4,6
/proc/17720/stat : 17720 (java) S 17718 17720 17036 0 -1 4202496 13103 0 1 0 9 1 0 0 25 0 18 0 833570069 10792972288 12800 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17720/statm: 2635003 12802 2093 9 0 2625737 0
[pid=17720/tid=17721] ppid=17718 vsize=10540012 CPUtime=0.08 cores=0,2,4,6
/proc/17720/task/17721/stat : 17721 (java) R 17718 17720 17036 0 -1 4202560 11220 0 1 0 7 1 0 0 18 0 18 0 833570069 10792972288 12803 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 47459616818712 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540012

[startup+0.300588 s]
/proc/loadavg: 2.01 2.01 1.93 2/291 17720
/proc/meminfo: memFree=24804176/32951124 swapFree=55664332/67111528
[pid=17720] ppid=17718 vsize=10541224 CPUtime=0.5 cores=0,2,4,6
/proc/17720/stat : 17720 (java) S 17718 17720 17036 0 -1 4202496 16705 0 1 0 48 2 0 0 25 0 18 0 833570069 10794213376 15885 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17720/statm: 2635306 15886 2201 9 0 2626040 0
[pid=17720/tid=17721] ppid=17718 vsize=10541224 CPUtime=0.28 cores=0,2,4,6
/proc/17720/task/17721/stat : 17721 (java) R 17718 17720 17036 0 -1 4202560 13653 0 1 0 27 1 0 0 18 0 18 0 833570069 10794213376 15887 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 47459618253620 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10541224

[startup+0.700517 s]
/proc/loadavg: 2.01 2.01 1.93 2/291 17720
/proc/meminfo: memFree=24804176/32951124 swapFree=55664332/67111528
[pid=17720] ppid=17718 vsize=10546532 CPUtime=1.56 cores=0,2,4,6
/proc/17720/stat : 17720 (java) S 17718 17720 17036 0 -1 4202496 30014 0 1 0 152 4 0 0 25 0 19 0 833570069 10799648768 25635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17720/statm: 2636633 25635 2237 9 0 2627367 0
[pid=17720/tid=17721] ppid=17718 vsize=10546532 CPUtime=0.68 cores=0,2,4,6
/proc/17720/task/17721/stat : 17721 (java) R 17718 17720 17036 0 -1 4202560 21226 0 1 0 66 2 0 0 19 0 19 0 833570069 10799648768 25635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 46912505862997 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 10546532

[startup+1.50133 s]
/proc/loadavg: 2.01 2.01 1.93 3/310 17739
/proc/meminfo: memFree=24654352/32951124 swapFree=55664332/67111528
[pid=17720] ppid=17718 vsize=10546168 CPUtime=2.49 cores=0,2,4,6
/proc/17720/stat : 17720 (java) S 17718 17720 17036 0 -1 4202496 67551 0 1 0 241 8 0 0 25 0 19 0 833570069 10799276032 62752 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17720/statm: 2636542 62754 2238 9 0 2627276 0
[pid=17720/tid=17721] ppid=17718 vsize=10546168 CPUtime=1.48 cores=0,2,4,6
/proc/17720/task/17721/stat : 17721 (java) R 17718 17720 17036 0 -1 4202560 58385 0 1 0 141 7 0 0 20 0 19 0 833570069 10799276032 62755 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 46912505940579 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17720/tid=17723] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17723/stat : 17723 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570071 10799276032 62756 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17724] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17724/stat : 17724 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570071 10799276032 62757 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17725] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17725/stat : 17725 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570071 10799276032 62758 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17726] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17726/stat : 17726 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570071 10799276032 62760 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17727] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17727/stat : 17727 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570071 10799276032 62761 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17728] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17728/stat : 17728 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570071 10799276032 62762 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17729] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17729/stat : 17729 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570071 10799276032 62763 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17730] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17730/stat : 17730 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570071 10799276032 62765 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17731] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17731/stat : 17731 (java) S 17718 17720 17036 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 19 0 833570072 10799276032 62766 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933593600 0 0 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17732] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17732/stat : 17732 (java) S 17718 17720 17036 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833570072 10799276032 62767 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17733] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17733/stat : 17733 (java) S 17718 17720 17036 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833570072 10799276032 62768 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17734] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17734/stat : 17734 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570074 10799276032 62770 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933600689 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17735] ppid=17718 vsize=10546168 CPUtime=0.49 cores=0,2,4,6
/proc/17720/task/17735/stat : 17735 (java) S 17718 17720 17036 0 -1 4202560 3306 0 0 0 49 0 0 0 15 0 19 0 833570075 10799276032 62771 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 2 0 0 0
[pid=17720/tid=17736] ppid=17718 vsize=10546168 CPUtime=0.5 cores=0,2,4,6
/proc/17720/task/17736/stat : 17736 (java) S 17718 17720 17036 0 -1 4202560 4702 0 0 0 50 0 0 0 15 0 19 0 833570075 10799276032 62772 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 0 0 0 0
[pid=17720/tid=17737] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17737/stat : 17737 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570075 10799276032 62773 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17738] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17738/stat : 17738 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833570075 10799276032 62775 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933593600 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17739] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17739/stat : 17739 (java) S 17718 17720 17036 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833570118 10799276032 62776 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933593600 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 10546168

[startup+3.10106 s]
/proc/loadavg: 2.01 2.01 1.93 3/310 17739
/proc/meminfo: memFree=24447024/32951124 swapFree=55664332/67111528
[pid=17720] ppid=17718 vsize=10546168 CPUtime=4.1 cores=0,2,4,6
/proc/17720/stat : 17720 (java) S 17718 17720 17036 0 -1 4202496 143554 0 1 0 393 17 0 0 25 0 19 0 833570069 10799276032 138754 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17720/statm: 2636542 138755 2238 9 0 2627276 0
[pid=17720/tid=17721] ppid=17718 vsize=10546168 CPUtime=3.08 cores=0,2,4,6
/proc/17720/task/17721/stat : 17721 (java) R 17718 17720 17036 0 -1 4202560 134386 0 1 0 293 15 0 0 20 0 19 0 833570069 10799276032 138756 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 46912505912574 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17720/tid=17723] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17723/stat : 17723 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570071 10799276032 138757 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17724] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17724/stat : 17724 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570071 10799276032 138758 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17725] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17725/stat : 17725 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570071 10799276032 138759 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17726] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17726/stat : 17726 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570071 10799276032 138760 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17727] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17727/stat : 17727 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570071 10799276032 138761 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17728] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17728/stat : 17728 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570071 10799276032 138762 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17729] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17729/stat : 17729 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570071 10799276032 138763 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17730] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17730/stat : 17730 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570071 10799276032 138764 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17731] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17731/stat : 17731 (java) S 17718 17720 17036 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 833570072 10799276032 138765 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933593600 0 0 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17732] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17732/stat : 17732 (java) S 17718 17720 17036 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833570072 10799276032 138766 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17733] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17733/stat : 17733 (java) S 17718 17720 17036 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833570072 10799276032 138767 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17734] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17734/stat : 17734 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570074 10799276032 138769 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933600689 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17735] ppid=17718 vsize=10546168 CPUtime=0.49 cores=0,2,4,6
/proc/17720/task/17735/stat : 17735 (java) S 17718 17720 17036 0 -1 4202560 3306 0 0 0 49 0 0 0 15 0 19 0 833570075 10799276032 138770 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 2 0 0 0
[pid=17720/tid=17736] ppid=17718 vsize=10546168 CPUtime=0.5 cores=0,2,4,6
/proc/17720/task/17736/stat : 17736 (java) S 17718 17720 17036 0 -1 4202560 4702 0 0 0 50 0 0 0 15 0 19 0 833570075 10799276032 138771 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 0 0 0 0
[pid=17720/tid=17737] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17737/stat : 17737 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570075 10799276032 138772 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17738] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17738/stat : 17738 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833570075 10799276032 138773 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933593600 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17739] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17739/stat : 17739 (java) S 17718 17720 17036 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833570118 10799276032 138774 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933593600 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 10546168

[startup+6.30148 s]
/proc/loadavg: 2.01 2.01 1.93 3/310 17739
/proc/meminfo: memFree=23820648/32951124 swapFree=55664332/67111528
[pid=17720] ppid=17718 vsize=10546168 CPUtime=7.32 cores=0,2,4,6
/proc/17720/stat : 17720 (java) S 17718 17720 17036 0 -1 4202496 294224 0 1 0 697 35 0 0 25 0 19 0 833570069 10799276032 289214 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17720/statm: 2636542 289217 2238 9 0 2627276 0
[pid=17720/tid=17721] ppid=17718 vsize=10546168 CPUtime=6.29 cores=0,2,4,6
/proc/17720/task/17721/stat : 17721 (java) R 17718 17720 17036 0 -1 4202560 285054 0 1 0 595 34 0 0 18 0 19 0 833570069 10799276032 289218 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 46912505863276 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17720/tid=17723] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17723/stat : 17723 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570071 10799276032 289219 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17724] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17724/stat : 17724 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570071 10799276032 289221 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17725] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17725/stat : 17725 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570071 10799276032 289222 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17726] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17726/stat : 17726 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570071 10799276032 289224 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17727] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17727/stat : 17727 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570071 10799276032 289225 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17728] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17728/stat : 17728 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570071 10799276032 289226 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17729] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17729/stat : 17729 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570071 10799276032 289228 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17730] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17730/stat : 17730 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570071 10799276032 289229 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17731] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17731/stat : 17731 (java) S 17718 17720 17036 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 833570072 10799276032 289231 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933593600 0 0 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17732] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17732/stat : 17732 (java) S 17718 17720 17036 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833570072 10799276032 289232 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17733] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17733/stat : 17733 (java) S 17718 17720 17036 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833570072 10799276032 289233 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17734] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17734/stat : 17734 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570074 10799276032 289235 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933600689 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17735] ppid=17718 vsize=10546168 CPUtime=0.5 cores=0,2,4,6
/proc/17720/task/17735/stat : 17735 (java) S 17718 17720 17036 0 -1 4202560 3307 0 0 0 50 0 0 0 15 0 19 0 833570075 10799276032 289236 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 2 0 0 0
[pid=17720/tid=17736] ppid=17718 vsize=10546168 CPUtime=0.51 cores=0,2,4,6
/proc/17720/task/17736/stat : 17736 (java) S 17718 17720 17036 0 -1 4202560 4705 0 0 0 51 0 0 0 15 0 19 0 833570075 10799276032 289238 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 0 0 0 0

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

[pid=17720/tid=17739] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17739/stat : 17739 (java) S 17718 17720 17036 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833570118 10799276032 981779 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933593600 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1665.84
Current children cumulated vsize (KiB) 10546168

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 1.95 3/310 17842
/proc/meminfo: memFree=20924164/32951124 swapFree=55664332/67111528
[pid=17720] ppid=17718 vsize=10546168 CPUtime=1726 cores=0,2,4,6
/proc/17720/stat : 17720 (java) S 17718 17720 17036 0 -1 4202496 997270 0 1 0 172482 118 0 0 25 0 19 0 833570069 10799276032 986834 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17720/statm: 2636542 986834 2267 9 0 2627276 0
[pid=17720/tid=17721] ppid=17718 vsize=10546168 CPUtime=1705.08 cores=0,2,4,6
/proc/17720/task/17721/stat : 17721 (java) R 17718 17720 17036 0 -1 4202560 858857 0 1 0 170414 94 0 0 21 0 19 0 833570069 10799276032 986834 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 46912505800829 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17720/tid=17723] ppid=17718 vsize=10546168 CPUtime=0.44 cores=0,2,4,6
/proc/17720/task/17723/stat : 17723 (java) S 17718 17720 17036 0 -1 4202560 14981 0 0 0 42 2 0 0 16 0 19 0 833570071 10799276032 986834 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 0 0 0 0
[pid=17720/tid=17724] ppid=17718 vsize=10546168 CPUtime=0.42 cores=0,2,4,6
/proc/17720/task/17724/stat : 17724 (java) S 17718 17720 17036 0 -1 4202560 12923 0 0 0 40 2 0 0 16 0 19 0 833570071 10799276032 986834 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17725] ppid=17718 vsize=10546168 CPUtime=0.38 cores=0,2,4,6
/proc/17720/task/17725/stat : 17725 (java) S 17718 17720 17036 0 -1 4202560 14728 0 0 0 37 1 0 0 15 0 19 0 833570071 10799276032 986834 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 0 0 0 0
[pid=17720/tid=17726] ppid=17718 vsize=10546168 CPUtime=0.39 cores=0,2,4,6
/proc/17720/task/17726/stat : 17726 (java) S 17718 17720 17036 0 -1 4202560 15276 0 0 0 37 2 0 0 15 0 19 0 833570071 10799276032 986834 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 0 0 0 0
[pid=17720/tid=17727] ppid=17718 vsize=10546168 CPUtime=0.37 cores=0,2,4,6
/proc/17720/task/17727/stat : 17727 (java) S 17718 17720 17036 0 -1 4202560 10237 0 0 0 36 1 0 0 16 0 19 0 833570071 10799276032 986834 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17728] ppid=17718 vsize=10546168 CPUtime=0.44 cores=0,2,4,6
/proc/17720/task/17728/stat : 17728 (java) S 17718 17720 17036 0 -1 4202560 11518 0 0 0 43 1 0 0 16 0 19 0 833570071 10799276032 986834 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 0 0 0 0
[pid=17720/tid=17729] ppid=17718 vsize=10546168 CPUtime=0.4 cores=0,2,4,6
/proc/17720/task/17729/stat : 17729 (java) S 17718 17720 17036 0 -1 4202560 14764 0 0 0 38 2 0 0 15 0 19 0 833570071 10799276032 986834 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 2 0 0 0
[pid=17720/tid=17730] ppid=17718 vsize=10546168 CPUtime=0.47 cores=0,2,4,6
/proc/17720/task/17730/stat : 17730 (java) S 17718 17720 17036 0 -1 4202560 19074 0 0 0 45 2 0 0 16 0 19 0 833570071 10799276032 986834 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17731] ppid=17718 vsize=10546168 CPUtime=16.14 cores=0,2,4,6
/proc/17720/task/17731/stat : 17731 (java) S 17718 17720 17036 0 -1 4202560 15602 0 0 0 1611 3 0 0 15 0 19 0 833570072 10799276032 986834 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933593600 0 0 0 16800975 18446604447773671872 0 0 -1 2 0 0 0
[pid=17720/tid=17732] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17732/stat : 17732 (java) S 17718 17720 17036 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833570072 10799276032 986834 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17733] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17733/stat : 17733 (java) S 17718 17720 17036 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833570072 10799276032 986834 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17734] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17734/stat : 17734 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570074 10799276032 986834 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933600689 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17735] ppid=17718 vsize=10546168 CPUtime=0.78 cores=0,2,4,6
/proc/17720/task/17735/stat : 17735 (java) S 17718 17720 17036 0 -1 4202560 3348 0 0 0 78 0 0 0 15 0 19 0 833570075 10799276032 986834 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 2 0 0 0
[pid=17720/tid=17736] ppid=17718 vsize=10546168 CPUtime=0.56 cores=0,2,4,6
/proc/17720/task/17736/stat : 17736 (java) S 17718 17720 17036 0 -1 4202560 4713 0 0 0 56 0 0 0 15 0 19 0 833570075 10799276032 986834 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 0 0 0 0
[pid=17720/tid=17737] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17737/stat : 17737 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570075 10799276032 986834 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17738] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17738/stat : 17738 (java) S 17718 17720 17036 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 833570075 10799276032 986834 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933593600 0 4 0 16800975 18446604447773671872 0 0 -1 0 0 0 0
[pid=17720/tid=17739] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17739/stat : 17739 (java) S 17718 17720 17036 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833570118 10799276032 986834 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933593600 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1726
Current children cumulated vsize (KiB) 10546168

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/310 17846
/proc/meminfo: memFree=20871824/32951124 swapFree=55664332/67111528
[pid=17720] ppid=17718 vsize=10546168 CPUtime=1786.08 cores=0,2,4,6
/proc/17720/stat : 17720 (java) S 17718 17720 17036 0 -1 4202496 1001140 0 1 0 178489 119 0 0 25 0 19 0 833570069 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17720/statm: 2636542 990635 2267 9 0 2627276 0
[pid=17720/tid=17721] ppid=17718 vsize=10546168 CPUtime=1764.04 cores=0,2,4,6
/proc/17720/task/17721/stat : 17721 (java) R 17718 17720 17036 0 -1 4202560 858860 0 1 0 176310 94 0 0 25 0 19 0 833570069 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 46912505800012 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17720/tid=17723] ppid=17718 vsize=10546168 CPUtime=0.46 cores=0,2,4,6
/proc/17720/task/17723/stat : 17723 (java) S 17718 17720 17036 0 -1 4202560 14988 0 0 0 44 2 0 0 15 0 19 0 833570071 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17724] ppid=17718 vsize=10546168 CPUtime=0.43 cores=0,2,4,6
/proc/17720/task/17724/stat : 17724 (java) S 17718 17720 17036 0 -1 4202560 14035 0 0 0 41 2 0 0 16 0 19 0 833570071 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17725] ppid=17718 vsize=10546168 CPUtime=0.4 cores=0,2,4,6
/proc/17720/task/17725/stat : 17725 (java) S 17718 17720 17036 0 -1 4202560 14737 0 0 0 38 2 0 0 15 0 19 0 833570071 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 0 0 0 0
[pid=17720/tid=17726] ppid=17718 vsize=10546168 CPUtime=0.4 cores=0,2,4,6
/proc/17720/task/17726/stat : 17726 (java) S 17718 17720 17036 0 -1 4202560 15278 0 0 0 38 2 0 0 15 0 19 0 833570071 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 0 0 0 0
[pid=17720/tid=17727] ppid=17718 vsize=10546168 CPUtime=0.38 cores=0,2,4,6
/proc/17720/task/17727/stat : 17727 (java) S 17718 17720 17036 0 -1 4202560 10237 0 0 0 37 1 0 0 16 0 19 0 833570071 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 0 0 0 0
[pid=17720/tid=17728] ppid=17718 vsize=10546168 CPUtime=0.46 cores=0,2,4,6
/proc/17720/task/17728/stat : 17728 (java) S 17718 17720 17036 0 -1 4202560 12677 0 0 0 45 1 0 0 16 0 19 0 833570071 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17729] ppid=17718 vsize=10546168 CPUtime=0.41 cores=0,2,4,6
/proc/17720/task/17729/stat : 17729 (java) S 17718 17720 17036 0 -1 4202560 14767 0 0 0 39 2 0 0 15 0 19 0 833570071 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17730] ppid=17718 vsize=10546168 CPUtime=0.48 cores=0,2,4,6
/proc/17720/task/17730/stat : 17730 (java) S 17718 17720 17036 0 -1 4202560 19074 0 0 0 46 2 0 0 15 0 19 0 833570071 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17731] ppid=17718 vsize=10546168 CPUtime=17.14 cores=0,2,4,6
/proc/17720/task/17731/stat : 17731 (java) S 17718 17720 17036 0 -1 4202560 17173 0 0 0 1711 3 0 0 15 0 19 0 833570072 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933593600 0 0 0 16800975 18446604447773671872 0 0 -1 2 0 0 0
[pid=17720/tid=17732] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17732/stat : 17732 (java) S 17718 17720 17036 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833570072 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17733] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17733/stat : 17733 (java) S 17718 17720 17036 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833570072 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17734] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17734/stat : 17734 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570074 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933600689 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17735] ppid=17718 vsize=10546168 CPUtime=0.78 cores=0,2,4,6
/proc/17720/task/17735/stat : 17735 (java) S 17718 17720 17036 0 -1 4202560 3348 0 0 0 78 0 0 0 15 0 19 0 833570075 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 2 0 0 0
[pid=17720/tid=17736] ppid=17718 vsize=10546168 CPUtime=0.56 cores=0,2,4,6
/proc/17720/task/17736/stat : 17736 (java) S 17718 17720 17036 0 -1 4202560 4713 0 0 0 56 0 0 0 15 0 19 0 833570075 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 0 0 0 0
[pid=17720/tid=17737] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17737/stat : 17737 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570075 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17738] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17738/stat : 17738 (java) S 17718 17720 17036 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 833570075 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933593600 0 4 0 16800975 18446604447773671872 0 0 -1 0 0 0 0
[pid=17720/tid=17739] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17739/stat : 17739 (java) S 17718 17720 17036 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833570118 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933593600 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1786.08
Current children cumulated vsize (KiB) 10546168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.31 s]
/proc/loadavg: 2.01 2.00 1.95 3/310 17847
/proc/meminfo: memFree=20865576/32951124 swapFree=55664332/67111528
[pid=17720] ppid=17718 vsize=10546168 CPUtime=1800.09 cores=0,2,4,6
/proc/17720/stat : 17720 (java) S 17718 17720 17036 0 -1 4202496 1001140 0 1 0 179890 119 0 0 25 0 19 0 833570069 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17720/statm: 2636542 990635 2267 9 0 2627276 0
[pid=17720/tid=17721] ppid=17718 vsize=10546168 CPUtime=1778.06 cores=0,2,4,6
/proc/17720/task/17721/stat : 17721 (java) R 17718 17720 17036 0 -1 4202560 858860 0 1 0 177712 94 0 0 25 0 19 0 833570069 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 46912505998558 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17720/tid=17723] ppid=17718 vsize=10546168 CPUtime=0.46 cores=0,2,4,6
/proc/17720/task/17723/stat : 17723 (java) S 17718 17720 17036 0 -1 4202560 14988 0 0 0 44 2 0 0 15 0 19 0 833570071 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17724] ppid=17718 vsize=10546168 CPUtime=0.43 cores=0,2,4,6
/proc/17720/task/17724/stat : 17724 (java) S 17718 17720 17036 0 -1 4202560 14035 0 0 0 41 2 0 0 16 0 19 0 833570071 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17725] ppid=17718 vsize=10546168 CPUtime=0.4 cores=0,2,4,6
/proc/17720/task/17725/stat : 17725 (java) S 17718 17720 17036 0 -1 4202560 14737 0 0 0 38 2 0 0 15 0 19 0 833570071 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 0 0 0 0
[pid=17720/tid=17726] ppid=17718 vsize=10546168 CPUtime=0.4 cores=0,2,4,6
/proc/17720/task/17726/stat : 17726 (java) S 17718 17720 17036 0 -1 4202560 15278 0 0 0 38 2 0 0 15 0 19 0 833570071 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 0 0 0 0
[pid=17720/tid=17727] ppid=17718 vsize=10546168 CPUtime=0.38 cores=0,2,4,6
/proc/17720/task/17727/stat : 17727 (java) S 17718 17720 17036 0 -1 4202560 10237 0 0 0 37 1 0 0 16 0 19 0 833570071 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 0 0 0 0
[pid=17720/tid=17728] ppid=17718 vsize=10546168 CPUtime=0.46 cores=0,2,4,6
/proc/17720/task/17728/stat : 17728 (java) S 17718 17720 17036 0 -1 4202560 12677 0 0 0 45 1 0 0 16 0 19 0 833570071 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17729] ppid=17718 vsize=10546168 CPUtime=0.41 cores=0,2,4,6
/proc/17720/task/17729/stat : 17729 (java) S 17718 17720 17036 0 -1 4202560 14767 0 0 0 39 2 0 0 15 0 19 0 833570071 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17730] ppid=17718 vsize=10546168 CPUtime=0.48 cores=0,2,4,6
/proc/17720/task/17730/stat : 17730 (java) S 17718 17720 17036 0 -1 4202560 19074 0 0 0 46 2 0 0 15 0 19 0 833570071 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
[pid=17720/tid=17731] ppid=17718 vsize=10546168 CPUtime=17.14 cores=0,2,4,6
/proc/17720/task/17731/stat : 17731 (java) S 17718 17720 17036 0 -1 4202560 17173 0 0 0 1711 3 0 0 15 0 19 0 833570072 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933593600 0 0 0 16800975 18446604447773671872 0 0 -1 2 0 0 0
[pid=17720/tid=17732] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17732/stat : 17732 (java) S 17718 17720 17036 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833570072 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17733] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17733/stat : 17733 (java) S 17718 17720 17036 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833570072 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17734] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17734/stat : 17734 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570074 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933600689 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17735] ppid=17718 vsize=10546168 CPUtime=0.78 cores=0,2,4,6
/proc/17720/task/17735/stat : 17735 (java) S 17718 17720 17036 0 -1 4202560 3348 0 0 0 78 0 0 0 15 0 19 0 833570075 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 2 0 0 0
[pid=17720/tid=17736] ppid=17718 vsize=10546168 CPUtime=0.56 cores=0,2,4,6
/proc/17720/task/17736/stat : 17736 (java) S 17718 17720 17036 0 -1 4202560 4713 0 0 0 56 0 0 0 15 0 19 0 833570075 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 0 0 0 0
[pid=17720/tid=17737] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17737/stat : 17737 (java) S 17718 17720 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833570075 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933592985 0 4 0 16800975 18446604447773671872 0 0 -1 4 0 0 0
[pid=17720/tid=17738] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17738/stat : 17738 (java) S 17718 17720 17036 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 833570075 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933593600 0 4 0 16800975 18446604447773671872 0 0 -1 0 0 0 0
[pid=17720/tid=17739] ppid=17718 vsize=10546168 CPUtime=0 cores=0,2,4,6
/proc/17720/task/17739/stat : 17739 (java) S 17718 17720 17036 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833570118 10799276032 990635 33554432000 1073741824 1073778376 140737113857200 18446744073709551615 222933593600 0 4 0 16800975 18446604447773671872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 10546168

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

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

[startup+1796.42 s]
/proc/loadavg: 2.01 2.00 1.95 3/310 17847
/proc/meminfo: memFree=20865576/32951124 swapFree=55664332/67111528
[pid=17720] ppid=17718 vsize=0 CPUtime=1800.31 cores=0,2,4,6
/proc/17720/stat : 17720 (java) Z 17718 17720 17036 0 -1 4203548 1001169 0 1 0 179912 119 0 0 17 0 2 0 833570069 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17720/statm: 0 0 0 0 0 0 0
[pid=17720/tid=17721] ppid=17718 vsize=0 CPUtime=1778.15 cores=0,2,4,6
/proc/17720/task/17721/stat : 17721 (java) R 17718 17720 17036 0 -1 4203588 858860 0 1 0 177720 95 0 0 25 0 2 0 833570069 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

[startup+1796.5 s]
/proc/loadavg: 2.01 2.00 1.95 3/310 17847
/proc/meminfo: memFree=20865576/32951124 swapFree=55664332/67111528
[pid=17720] ppid=17718 vsize=0 CPUtime=1800.4 cores=0,2,4,6
/proc/17720/stat : 17720 (java) Z 17718 17720 17036 0 -1 4203548 1001169 0 1 0 179912 128 0 0 17 0 2 0 833570069 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17720/statm: 0 0 0 0 0 0 0
[pid=17720/tid=17721] ppid=17718 vsize=0 CPUtime=1778.24 cores=0,2,4,6
/proc/17720/task/17721/stat : 17721 (java) R 17718 17720 17036 0 -1 4203588 858860 0 1 0 177720 104 0 0 25 0 2 0 833570069 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.56
CPU time (s): 1800.46
CPU user time (s): 1799.12
CPU system time (s): 1.3398
CPU usage (%): 100.217
Max. virtual memory (cumulated for all children) (KiB): 10546532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 1.3398
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1001169
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= 41092
involuntary context switches= 8249

runsolver used 5.34019 second user time and 10.4984 second system time

The end

Launcher Data

Begin job on node109 at 2011-06-04 22:34:53
IDJOB=3456367
IDBENCH=2122
IDSOLVER=1951
FILE ID=node109/3456367-1307219693
RUNJOBID= node109-1307215872-17054
PBS_JOBID= 13509109
Free space on /tmp= 74008 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-4.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456367-1307219693/watcher-3456367-1307219693 -o /tmp/evaluation-result-3456367-1307219693/solver-3456367-1307219693 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456367-1307219693.opb

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

MD5SUM BENCH= 172d8bfe30610a29dfe3bb9d98ed3f4c
RANDOM SEED=1405378609

node109.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.809
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.61
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.809
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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24804324 kB
Buffers:        322480 kB
Cached:        2234140 kB
SwapCached:      10392 kB
Active:        4459984 kB
Inactive:      3422468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24804324 kB
SwapTotal:    67111528 kB
SwapFree:     55664332 kB
Dirty:             912 kB
Writeback:           0 kB
AnonPages:     5322024 kB
Mapped:          24580 kB
Slab:           157376 kB
PageTables:      44944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 41237360 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= 74000 MiB
End job on node109 at 2011-06-04 23:04:52