Trace number 3454218

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.34 907.602

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-lotfi.opb
MD5SUMc609a7262e604847d8434d132e2de9ed
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9240
Total number of constraints145
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints145
Minimum length of a constraint30
Maximum length of a constraint3990
Number of terms in the objective function 240
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 8589934584
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 5368709120000000000
Number of bits of the biggest number in a constraint 63
Biggest sum of numbers in a constraint 40952512476384971616
Number of bits of the biggest sum of numbers66
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.1.v20110525
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		9996466904
0.05/0.08	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454218-1307190814.opb
0.11/0.11	c reading problem ... 
1.20/0.56	c ... done. Wall clock time 0.454s.
1.20/0.56	c #vars     9240
1.20/0.57	c #constraints  2072
1.20/0.57	c constraints type 
1.20/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 236
1.20/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4
1.20/0.57	c constraints type 
1.20/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 240
30.58/14.62	c cleaning 2500 clauses out of 5002 with flag 5002/5002
66.49/32.57	c cleaning 4252 clauses out of 8503 with flag 11003/11003
105.47/52.02	c cleaning 5613 clauses out of 11248 with flag 18000/18000
130.01/64.31	c cleaning 6815 clauses out of 13636 with flag 26001/26001
131.54/65.17	c cleaning 7909 clauses out of 15821 with flag 35001/35001
137.06/67.98	c cleaning 8956 clauses out of 17912 with flag 45001/45001
142.58/70.70	c cleaning 9478 clauses out of 18955 with flag 55000/55000
176.51/87.70	c cleaning 9733 clauses out of 19478 with flag 65001/65001
198.81/98.98	c cleaning 9872 clauses out of 19744 with flag 75000/75000
203.47/101.38	c cleaning 9932 clauses out of 19872 with flag 85000/85000
205.96/102.68	c cleaning 9966 clauses out of 19940 with flag 95000/95000
208.64/104.09	c cleaning 9985 clauses out of 19975 with flag 105001/105001
211.70/105.63	c cleaning 9991 clauses out of 19989 with flag 115000/115000
214.75/107.26	c cleaning 10000 clauses out of 19999 with flag 125001/125001
217.85/108.89	c cleaning 9995 clauses out of 19998 with flag 135000/135000
220.90/110.44	c cleaning 9995 clauses out of 20004 with flag 145001/145001
224.13/112.16	c cleaning 10002 clauses out of 20009 with flag 155001/155001
227.17/113.74	c cleaning 10000 clauses out of 20006 with flag 165000/165000
230.22/115.31	c cleaning 9998 clauses out of 20006 with flag 175000/175000
233.08/116.84	c cleaning 9998 clauses out of 20009 with flag 185001/185001
240.46/120.67	c cleaning 9985 clauses out of 20011 with flag 195001/195001
254.51/127.73	c cleaning 10008 clauses out of 20025 with flag 205000/205000
272.36/136.79	c cleaning 9999 clauses out of 20017 with flag 215000/215000
296.82/149.05	c cleaning 10001 clauses out of 20018 with flag 225000/225000
340.18/170.84	c cleaning 10000 clauses out of 20017 with flag 235000/235000
399.23/200.45	c cleaning 10000 clauses out of 20018 with flag 245001/245001
458.47/230.10	c cleaning 9999 clauses out of 20017 with flag 255000/255000
510.30/256.14	c cleaning 10000 clauses out of 20018 with flag 265000/265000
560.06/281.11	c cleaning 10003 clauses out of 20019 with flag 275001/275001
616.09/309.28	c cleaning 10000 clauses out of 20015 with flag 285000/285000
684.30/343.41	c cleaning 10004 clauses out of 20016 with flag 295001/295001
725.32/364.09	c cleaning 9970 clauses out of 20012 with flag 305001/305001
758.36/380.79	c cleaning 9975 clauses out of 20042 with flag 315001/315001
770.54/386.92	c cleaning 10000 clauses out of 20066 with flag 325000/325000
776.31/389.96	c cleaning 10006 clauses out of 20067 with flag 335001/335001
781.89/392.82	c cleaning 10001 clauses out of 20060 with flag 345000/345000
787.98/396.08	c cleaning 10017 clauses out of 20059 with flag 355000/355000
799.72/402.10	c cleaning 9993 clauses out of 20042 with flag 365000/365000
812.49/408.57	c cleaning 9993 clauses out of 20050 with flag 375001/375001
825.87/415.31	c cleaning 9999 clauses out of 20056 with flag 385000/385000
844.52/424.87	c cleaning 10023 clauses out of 20057 with flag 395000/395000
863.52/434.42	c cleaning 9998 clauses out of 20035 with flag 405001/405001
887.51/446.52	c cleaning 10007 clauses out of 20036 with flag 415000/415000
914.22/460.05	c cleaning 10003 clauses out of 20030 with flag 425001/425001
925.36/465.70	c cleaning 0 clauses out of 5000 with flag 0/5000
961.64/484.01	c cleaning 10003 clauses out of 20026 with flag 435000/435000
1019.76/513.02	c cleaning 10002 clauses out of 20024 with flag 445001/445001
1067.47/537.03	c cleaning 10007 clauses out of 20022 with flag 455001/455001
1114.83/560.95	c cleaning 10001 clauses out of 20015 with flag 465001/465001
1160.05/583.80	c cleaning 9997 clauses out of 20014 with flag 475001/475001
1230.52/619.14	c cleaning 9987 clauses out of 20016 with flag 485000/485000
1278.16/643.14	c cleaning 9995 clauses out of 20030 with flag 495001/495001
1326.61/667.69	c cleaning 9998 clauses out of 20034 with flag 505000/505000
1371.38/690.27	c cleaning 9984 clauses out of 20036 with flag 515000/515000
1411.17/710.38	c cleaning 10022 clauses out of 20056 with flag 525004/525004
1452.75/731.41	c cleaning 10002 clauses out of 20031 with flag 535001/535001
1502.69/756.65	c cleaning 10000 clauses out of 20028 with flag 545000/545000
1554.86/782.93	c cleaning 10006 clauses out of 20029 with flag 555001/555001
1559.60/785.59	c cleaning 0 clauses out of 11000 with flag 0/11000
1605.37/808.69	c cleaning 10000 clauses out of 20022 with flag 565000/565000
1647.66/830.10	c cleaning 9999 clauses out of 20023 with flag 575001/575001
1689.61/851.39	c cleaning 9998 clauses out of 20023 with flag 585000/585000
1745.48/879.56	c cleaning 10006 clauses out of 20026 with flag 595001/595001
1795.00/904.58	c cleaning 10008 clauses out of 20020 with flag 605001/605001
1800.13/907.44	c starts		: 165
1800.13/907.44	c conflicts		: 605979
1800.13/907.44	c decisions		: 909729
1800.13/907.44	c propagations		: 30536426
1800.13/907.44	c inspects		: 309002320
1800.13/907.44	c shortcuts		: 0
1800.13/907.44	c learnt literals	: 0
1800.13/907.44	c learnt binary clauses	: 14
1800.13/907.44	c learnt ternary clauses	: 19
1800.13/907.44	c learnt constraints	: 605978
1800.13/907.44	c ignored constraints	: 0
1800.13/907.44	c root simplifications	: 0
1800.13/907.44	c removed literals (reason simplification)	: 30399504
1800.13/907.44	c reason swapping (by a shorter reason)	: 0
1800.13/907.44	c Calls to reduceDB	: 62
1800.13/907.44	c number of reductions to clauses (during analyze)	: 0
1800.13/907.44	c number of learned constraints concerned by reduction	: 0
1800.13/907.44	c number of learning phase by resolution	: 0
1800.13/907.44	c number of learning phase by cutting planes	: 0
1800.13/907.44	c speed (assignments/second)	: 33672.03306288167
1800.13/907.45	c non guided choices	29040
1800.13/907.45	c learnt constraints type 
1800.13/907.45	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14
1800.13/907.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10979
1800.13/907.45	c constraints type 
1800.13/907.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 236
1800.13/907.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4
1800.13/907.45	c constraints type 
1800.13/907.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 240
1800.13/907.45	s UNKNOWN
1800.13/907.45	c Total wall clock time (in seconds): 907.342

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

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

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


[startup+0 s]
/proc/loadavg: 3.87 3.90 3.67 1/512 19151
/proc/meminfo: memFree=21510040/32950928 swapFree=34259960/67111528
[pid=19151] ppid=19149 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/19151/stat : 19151 (java) S 19149 19151 15618 0 -1 4202496 5541 0 1 0 0 0 0 0 25 0 2 0 830678047 10694979584 5244 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/19151/statm: 2611079 5257 917 9 0 2602235 0
[pid=19151/tid=19152] ppid=19149 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19152/stat : 19152 (java) R 19149 19151 15618 0 -1 4202560 7741 0 1 0 0 0 0 0 25 0 2 0 830678047 10694979584 8557 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254500385851 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0572751 s]
/proc/loadavg: 3.87 3.90 3.67 1/512 19151
/proc/meminfo: memFree=21510040/32950928 swapFree=34259960/67111528
[pid=19151] ppid=19149 vsize=10468644 CPUtime=0.05 cores=1,3,5,7
/proc/19151/stat : 19151 (java) S 19149 19151 15618 0 -1 4202496 11555 0 1 0 4 1 0 0 25 0 14 0 830678047 10719891456 11253 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19151/statm: 2617418 11256 1696 9 0 2608166 0
[pid=19151/tid=19152] ppid=19149 vsize=10469672 CPUtime=0.04 cores=1,3,5,7
/proc/19151/task/19152/stat : 19152 (java) R 19149 19151 15618 0 -1 4202560 10409 0 1 0 4 0 0 0 19 0 15 0 830678047 10720944128 11264 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254500645175 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10468644

[startup+0.104361 s]
/proc/loadavg: 3.87 3.90 3.67 1/512 19151
/proc/meminfo: memFree=21510040/32950928 swapFree=34259960/67111528
[pid=19151] ppid=19149 vsize=10539844 CPUtime=0.11 cores=1,3,5,7
/proc/19151/stat : 19151 (java) S 19149 19151 15618 0 -1 4202496 13101 0 1 0 10 1 0 0 25 0 18 0 830678047 10792800256 12777 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19151/statm: 2634961 12778 2092 9 0 2625695 0
[pid=19151/tid=19152] ppid=19149 vsize=10539844 CPUtime=0.09 cores=1,3,5,7
/proc/19151/task/19152/stat : 19152 (java) R 19149 19151 15618 0 -1 4202560 11171 0 1 0 8 1 0 0 22 0 18 0 830678047 10792800256 12778 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 47478473232389 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539844

[startup+0.300202 s]
/proc/loadavg: 3.87 3.90 3.67 1/512 19151
/proc/meminfo: memFree=21510040/32950928 swapFree=34259960/67111528
[pid=19151] ppid=19149 vsize=10561088 CPUtime=0.6 cores=1,3,5,7
/proc/19151/stat : 19151 (java) S 19149 19151 15618 0 -1 4202496 26284 0 1 0 57 3 0 0 25 0 18 0 830678047 10814554112 21927 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19151/statm: 2640272 21927 2188 9 0 2631006 0
[pid=19151/tid=19152] ppid=19149 vsize=10561088 CPUtime=0.28 cores=1,3,5,7
/proc/19151/task/19152/stat : 19152 (java) R 19149 19151 15618 0 -1 4202560 12807 0 1 0 27 1 0 0 22 0 18 0 830678047 10814554112 21927 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 47478477732660 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 10561088

[startup+0.701065 s]
/proc/loadavg: 3.87 3.90 3.67 1/512 19151
/proc/meminfo: memFree=21510040/32950928 swapFree=34259960/67111528
[pid=19151] ppid=19149 vsize=10566480 CPUtime=1.88 cores=1,3,5,7
/proc/19151/stat : 19151 (java) S 19149 19151 15618 0 -1 4202496 39031 0 1 0 184 4 0 0 25 0 22 0 830678047 10820075520 32602 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19151/statm: 2641620 32602 2222 9 0 2632354 0
[pid=19151/tid=19152] ppid=19149 vsize=10566480 CPUtime=0.55 cores=1,3,5,7
/proc/19151/task/19152/stat : 19152 (java) S 19149 19151 15618 0 -1 4202560 21189 0 1 0 53 2 0 0 24 0 22 0 830678047 10820075520 32602 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512508416 0 4 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 10566480

[startup+1.50091 s]
/proc/loadavg: 4.28 3.98 3.70 3/557 19206
/proc/meminfo: memFree=21185672/32950928 swapFree=34259960/67111528
[pid=19151] ppid=19149 vsize=10566480 CPUtime=3.85 cores=1,3,5,7
/proc/19151/stat : 19151 (java) S 19149 19151 15618 0 -1 4202496 130103 0 1 0 369 16 0 0 25 0 22 0 830678047 10820075520 123249 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19151/statm: 2641620 123249 2226 9 0 2632354 0
[pid=19151/tid=19152] ppid=19149 vsize=10566480 CPUtime=0.55 cores=1,3,5,7
/proc/19151/task/19152/stat : 19152 (java) S 19149 19151 15618 0 -1 4202560 21189 0 1 0 53 2 0 0 19 0 22 0 830678047 10820075520 123249 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512508416 0 4 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19154] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19154/stat : 19154 (java) S 19149 19151 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830678049 10820075520 123249 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19155] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19155/stat : 19155 (java) S 19149 19151 15618 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830678049 10820075520 123249 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19156] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19156/stat : 19156 (java) S 19149 19151 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830678049 10820075520 123249 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19157] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19157/stat : 19157 (java) S 19149 19151 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830678049 10820075520 123249 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19158] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19158/stat : 19158 (java) S 19149 19151 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830678049 10820075520 123249 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19159] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19159/stat : 19159 (java) S 19149 19151 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830678049 10820075520 123249 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19160] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19160/stat : 19160 (java) S 19149 19151 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830678049 10820075520 123249 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19161] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19161/stat : 19161 (java) S 19149 19151 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830678049 10820075520 123249 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19164] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19164/stat : 19164 (java) S 19149 19151 15618 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 830678050 10820075520 123249 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512508416 0 0 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19165] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19165/stat : 19165 (java) S 19149 19151 15618 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830678050 10820075520 123249 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19166] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19166/stat : 19166 (java) S 19149 19151 15618 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830678050 10820075520 123249 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19167] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19167/stat : 19167 (java) S 19149 19151 15618 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830678052 10820075520 123249 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512515505 0 4 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19168] ppid=19149 vsize=10566480 CPUtime=0.65 cores=1,3,5,7
/proc/19151/task/19168/stat : 19168 (java) S 19149 19151 15618 0 -1 4202560 8645 0 0 0 65 0 0 0 18 0 22 0 830678052 10820075520 123249 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 5 0 0 0
[pid=19151/tid=19169] ppid=19149 vsize=10566480 CPUtime=0.77 cores=1,3,5,7
/proc/19151/task/19169/stat : 19169 (java) S 19149 19151 15618 0 -1 4202560 7240 0 0 0 76 1 0 0 16 0 22 0 830678052 10820075520 123249 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19170] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19170/stat : 19170 (java) S 19149 19151 15618 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830678052 10820075520 123250 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19171] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19171/stat : 19171 (java) S 19149 19151 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830678052 10820075520 123250 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512508416 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19199] ppid=19149 vsize=10566480 CPUtime=0.92 cores=1,3,5,7
/proc/19151/task/19199/stat : 19199 (java) R 19149 19151 15618 0 -1 4202560 738 0 0 0 92 0 0 0 20 0 22 0 830678104 10820075520 123250 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 47478477732691 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19151/tid=19200] ppid=19149 vsize=10566480 CPUtime=0.91 cores=1,3,5,7
/proc/19151/task/19200/stat : 19200 (java) R 19149 19151 15618 0 -1 4202560 91126 0 0 0 80 11 0 0 25 0 22 0 830678104 10820075520 123250 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 46912505932910 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19151/tid=19201] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19201/stat : 19201 (java) S 19149 19151 15618 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830678108 10820075520 123250 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512508416 0 4 0 16800975 18446604470876670912 0 0 -1 3 0 0 0
[pid=19151/tid=19202] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19202/stat : 19202 (java) S 19149 19151 15618 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830678109 10820075520 123250 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512508416 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 10566480

[startup+3.10159 s]
/proc/loadavg: 4.28 3.98 3.70 3/557 19212
/proc/meminfo: memFree=20616132/32950928 swapFree=34259960/67111528
[pid=19151] ppid=19149 vsize=10566480 CPUtime=7.22 cores=1,3,5,7
/proc/19151/stat : 19151 (java) S 19149 19151 15618 0 -1 4202496 296527 0 1 0 685 37 0 0 25 0 22 0 830678047 10820075520 289080 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19151/statm: 2641620 289080 2226 9 0 2632354 0
[pid=19151/tid=19152] ppid=19149 vsize=10566480 CPUtime=0.55 cores=1,3,5,7
/proc/19151/task/19152/stat : 19152 (java) S 19149 19151 15618 0 -1 4202560 21189 0 1 0 53 2 0 0 15 0 22 0 830678047 10820075520 289080 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512508416 0 4 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19154] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19154/stat : 19154 (java) S 19149 19151 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830678049 10820075520 289080 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19155] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19155/stat : 19155 (java) S 19149 19151 15618 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830678049 10820075520 289080 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19156] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19156/stat : 19156 (java) S 19149 19151 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830678049 10820075520 289080 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19157] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19157/stat : 19157 (java) S 19149 19151 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830678049 10820075520 289080 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19158] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19158/stat : 19158 (java) S 19149 19151 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830678049 10820075520 289080 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19159] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19159/stat : 19159 (java) S 19149 19151 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830678049 10820075520 289080 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19160] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19160/stat : 19160 (java) S 19149 19151 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830678049 10820075520 289080 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19161] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19161/stat : 19161 (java) S 19149 19151 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830678049 10820075520 289080 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19164] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19164/stat : 19164 (java) S 19149 19151 15618 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 830678050 10820075520 289080 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512508416 0 0 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19165] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19165/stat : 19165 (java) S 19149 19151 15618 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830678050 10820075520 289080 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19166] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19166/stat : 19166 (java) S 19149 19151 15618 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830678050 10820075520 289080 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19167] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19167/stat : 19167 (java) S 19149 19151 15618 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830678052 10820075520 289080 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512515505 0 4 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19168] ppid=19149 vsize=10566480 CPUtime=0.74 cores=1,3,5,7
/proc/19151/task/19168/stat : 19168 (java) R 19149 19151 15618 0 -1 4202560 9249 0 0 0 74 0 0 0 15 0 22 0 830678052 10820075520 289080 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 47478476772004 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19151/tid=19169] ppid=19149 vsize=10566480 CPUtime=0.86 cores=1,3,5,7
/proc/19151/task/19169/stat : 19169 (java) S 19149 19151 15618 0 -1 4202560 7252 0 0 0 85 1 0 0 15 0 22 0 830678052 10820075520 289080 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19170] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19170/stat : 19170 (java) S 19149 19151 15618 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830678052 10820075520 289080 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19171] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19171/stat : 19171 (java) S 19149 19151 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830678052 10820075520 289080 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512508416 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19199] ppid=19149 vsize=10566480 CPUtime=2.52 cores=1,3,5,7
/proc/19151/task/19199/stat : 19199 (java) R 19149 19151 15618 0 -1 4202560 1585 0 0 0 252 0 0 0 25 0 22 0 830678104 10820075520 289080 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 46912506077966 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19151/tid=19200] ppid=19149 vsize=10566480 CPUtime=2.51 cores=1,3,5,7
/proc/19151/task/19200/stat : 19200 (java) R 19149 19151 15618 0 -1 4202560 256086 0 0 0 219 32 0 0 25 0 22 0 830678104 10820075520 289080 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 46912505540102 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19151/tid=19201] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19201/stat : 19201 (java) S 19149 19151 15618 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830678108 10820075520 289080 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512508416 0 4 0 16800975 18446604470876670912 0 0 -1 3 0 0 0
[pid=19151/tid=19202] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19202/stat : 19202 (java) S 19149 19151 15618 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830678109 10820075520 289080 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512508416 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 10566480

[startup+6.30095 s]
/proc/loadavg: 4.28 3.98 3.70 7/560 19224
/proc/meminfo: memFree=18619556/32950928 swapFree=34259960/67111528
[pid=19151] ppid=19149 vsize=10566480 CPUtime=13.9 cores=1,3,5,7
/proc/19151/stat : 19151 (java) S 19149 19151 15618 0 -1 4202496 668776 0 1 0 1315 75 0 0 25 0 22 0 830678047 10820075520 660097 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19151/statm: 2641620 660097 2245 9 0 2632354 0
[pid=19151/tid=19152] ppid=19149 vsize=10566480 CPUtime=0.55 cores=1,3,5,7
/proc/19151/task/19152/stat : 19152 (java) S 19149 19151 15618 0 -1 4202560 21189 0 1 0 53 2 0 0 15 0 22 0 830678047 10820075520 660097 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512508416 0 4 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19154] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19154/stat : 19154 (java) S 19149 19151 15618 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830678049 10820075520 660097 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 5 0 0 0
[pid=19151/tid=19155] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19155/stat : 19155 (java) S 19149 19151 15618 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830678049 10820075520 660097 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19156] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19156/stat : 19156 (java) S 19149 19151 15618 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830678049 10820075520 660097 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19157] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19157/stat : 19157 (java) S 19149 19151 15618 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830678049 10820075520 660097 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19158] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19158/stat : 19158 (java) S 19149 19151 15618 0 -1 4202560 712 0 0 0 0 0 0 0 18 0 22 0 830678049 10820075520 660098 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 5 0 0 0
[pid=19151/tid=19159] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19159/stat : 19159 (java) S 19149 19151 15618 0 -1 4202560 1218 0 0 0 0 0 0 0 18 0 22 0 830678049 10820075520 660098 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 3 0 0 0
[pid=19151/tid=19160] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19160/stat : 19160 (java) S 19149 19151 15618 0 -1 4202560 646 0 0 0 0 0 0 0 18 0 22 0 830678049 10820075520 660098 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 3 0 0 0
[pid=19151/tid=19161] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19161/stat : 19161 (java) S 19149 19151 15618 0 -1 4202560 700 0 0 0 0 0 0 0 18 0 22 0 830678049 10820075520 660098 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0

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

/proc/meminfo: memFree=16306464/32950928 swapFree=34259960/67111528
[pid=19151] ppid=19149 vsize=10566480 CPUtime=1632.06 cores=1,3,5,7
/proc/19151/stat : 19151 (java) S 19149 19151 15618 0 -1 4202496 961102 0 1 0 163094 112 0 0 25 0 22 0 830678047 10820075520 951111 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19151/statm: 2641620 951111 2259 9 0 2632354 0
[pid=19151/tid=19152] ppid=19149 vsize=10566480 CPUtime=0.55 cores=1,3,5,7
/proc/19151/task/19152/stat : 19152 (java) S 19149 19151 15618 0 -1 4202560 21221 0 1 0 53 2 0 0 15 0 22 0 830678047 10820075520 951111 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512508416 0 4 0 16800975 18446604470876670912 0 0 -1 5 0 0 0
[pid=19151/tid=19154] ppid=19149 vsize=10566480 CPUtime=0.26 cores=1,3,5,7
/proc/19151/task/19154/stat : 19154 (java) S 19149 19151 15618 0 -1 4202560 6079 0 0 0 26 0 0 0 15 0 22 0 830678049 10820075520 951111 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 3 0 0 0
[pid=19151/tid=19155] ppid=19149 vsize=10566480 CPUtime=0.23 cores=1,3,5,7
/proc/19151/task/19155/stat : 19155 (java) S 19149 19151 15618 0 -1 4202560 5145 0 0 0 23 0 0 0 16 0 22 0 830678049 10820075520 951111 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 5 0 0 0
[pid=19151/tid=19156] ppid=19149 vsize=10566480 CPUtime=0.25 cores=1,3,5,7
/proc/19151/task/19156/stat : 19156 (java) S 19149 19151 15618 0 -1 4202560 4762 0 0 0 25 0 0 0 16 0 22 0 830678049 10820075520 951111 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 3 0 0 0
[pid=19151/tid=19157] ppid=19149 vsize=10566480 CPUtime=0.22 cores=1,3,5,7
/proc/19151/task/19157/stat : 19157 (java) S 19149 19151 15618 0 -1 4202560 6766 0 0 0 22 0 0 0 15 0 22 0 830678049 10820075520 951111 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 3 0 0 0
[pid=19151/tid=19158] ppid=19149 vsize=10566480 CPUtime=0.3 cores=1,3,5,7
/proc/19151/task/19158/stat : 19158 (java) S 19149 19151 15618 0 -1 4202560 7733 0 0 0 29 1 0 0 15 0 22 0 830678049 10820075520 951111 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 5 0 0 0
[pid=19151/tid=19159] ppid=19149 vsize=10566480 CPUtime=0.29 cores=1,3,5,7
/proc/19151/task/19159/stat : 19159 (java) S 19149 19151 15618 0 -1 4202560 9647 0 0 0 28 1 0 0 16 0 22 0 830678049 10820075520 951111 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 5 0 0 0
[pid=19151/tid=19160] ppid=19149 vsize=10566480 CPUtime=0.31 cores=1,3,5,7
/proc/19151/task/19160/stat : 19160 (java) S 19149 19151 15618 0 -1 4202560 7682 0 0 0 30 1 0 0 15 0 22 0 830678049 10820075520 951111 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 3 0 0 0
[pid=19151/tid=19161] ppid=19149 vsize=10566480 CPUtime=0.36 cores=1,3,5,7
/proc/19151/task/19161/stat : 19161 (java) S 19149 19151 15618 0 -1 4202560 9166 0 0 0 35 1 0 0 16 0 22 0 830678049 10820075520 951111 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 3 0 0 0
[pid=19151/tid=19164] ppid=19149 vsize=10566480 CPUtime=15.49 cores=1,3,5,7
/proc/19151/task/19164/stat : 19164 (java) S 19149 19151 15618 0 -1 4202560 44113 0 0 0 1544 5 0 0 15 0 22 0 830678050 10820075520 951111 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512508416 0 0 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19165] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19165/stat : 19165 (java) S 19149 19151 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830678050 10820075520 951111 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19166] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19166/stat : 19166 (java) S 19149 19151 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830678050 10820075520 951111 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19167] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19167/stat : 19167 (java) S 19149 19151 15618 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830678052 10820075520 951111 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512515505 0 4 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19168] ppid=19149 vsize=10566480 CPUtime=1.19 cores=1,3,5,7
/proc/19151/task/19168/stat : 19168 (java) S 19149 19151 15618 0 -1 4202560 10383 0 0 0 118 1 0 0 15 0 22 0 830678052 10820075520 951111 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19169] ppid=19149 vsize=10566480 CPUtime=1.48 cores=1,3,5,7
/proc/19151/task/19169/stat : 19169 (java) S 19149 19151 15618 0 -1 4202560 7423 0 0 0 147 1 0 0 15 0 22 0 830678052 10820075520 951111 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 5 0 0 0
[pid=19151/tid=19170] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19170/stat : 19170 (java) S 19149 19151 15618 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830678052 10820075520 951111 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19171] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19171/stat : 19171 (java) S 19149 19151 15618 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 830678052 10820075520 951111 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512508416 0 4 0 16800975 18446604470876670912 0 0 -1 5 0 0 0
[pid=19151/tid=19199] ppid=19149 vsize=10566480 CPUtime=805.53 cores=1,3,5,7
/proc/19151/task/19199/stat : 19199 (java) R 19149 19151 15618 0 -1 4202560 2432 0 0 0 80552 1 0 0 25 0 22 0 830678104 10820075520 951111 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 46912505863970 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19151/tid=19200] ppid=19149 vsize=10566480 CPUtime=805.43 cores=1,3,5,7
/proc/19151/task/19200/stat : 19200 (java) R 19149 19151 15618 0 -1 4202560 817345 0 0 0 80453 90 0 0 25 0 22 0 830678104 10820075520 951111 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 46912505932825 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19151/tid=19201] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19201/stat : 19201 (java) S 19149 19151 15618 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830678108 10820075520 951111 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512508416 0 4 0 16800975 18446604470876670912 0 0 -1 3 0 0 0
[pid=19151/tid=19202] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19202/stat : 19202 (java) S 19149 19151 15618 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830678109 10820075520 951111 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512508416 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1632.06
Current children cumulated vsize (KiB) 10566480

[startup+882.302 s]
/proc/loadavg: 3.83 3.87 3.78 5/560 19248
/proc/meminfo: memFree=16287916/32950928 swapFree=34259960/67111528
[pid=19151] ppid=19149 vsize=10566480 CPUtime=1750.6 cores=1,3,5,7
/proc/19151/stat : 19151 (java) S 19149 19151 15618 0 -1 4202496 965731 0 1 0 174948 112 0 0 25 0 22 0 830678047 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19151/statm: 2641620 955727 2259 9 0 2632354 0
[pid=19151/tid=19152] ppid=19149 vsize=10566480 CPUtime=0.55 cores=1,3,5,7
/proc/19151/task/19152/stat : 19152 (java) S 19149 19151 15618 0 -1 4202560 21225 0 1 0 53 2 0 0 15 0 22 0 830678047 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512508416 0 4 0 16800975 18446604470876670912 0 0 -1 5 0 0 0
[pid=19151/tid=19154] ppid=19149 vsize=10566480 CPUtime=0.29 cores=1,3,5,7
/proc/19151/task/19154/stat : 19154 (java) S 19149 19151 15618 0 -1 4202560 6079 0 0 0 29 0 0 0 16 0 22 0 830678049 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 3 0 0 0
[pid=19151/tid=19155] ppid=19149 vsize=10566480 CPUtime=0.25 cores=1,3,5,7
/proc/19151/task/19155/stat : 19155 (java) S 19149 19151 15618 0 -1 4202560 5145 0 0 0 25 0 0 0 16 0 22 0 830678049 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 5 0 0 0
[pid=19151/tid=19156] ppid=19149 vsize=10566480 CPUtime=0.26 cores=1,3,5,7
/proc/19151/task/19156/stat : 19156 (java) S 19149 19151 15618 0 -1 4202560 4762 0 0 0 26 0 0 0 15 0 22 0 830678049 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 3 0 0 0
[pid=19151/tid=19157] ppid=19149 vsize=10566480 CPUtime=0.24 cores=1,3,5,7
/proc/19151/task/19157/stat : 19157 (java) S 19149 19151 15618 0 -1 4202560 6766 0 0 0 24 0 0 0 15 0 22 0 830678049 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19158] ppid=19149 vsize=10566480 CPUtime=0.31 cores=1,3,5,7
/proc/19151/task/19158/stat : 19158 (java) S 19149 19151 15618 0 -1 4202560 7735 0 0 0 30 1 0 0 15 0 22 0 830678049 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 5 0 0 0
[pid=19151/tid=19159] ppid=19149 vsize=10566480 CPUtime=0.29 cores=1,3,5,7
/proc/19151/task/19159/stat : 19159 (java) S 19149 19151 15618 0 -1 4202560 9647 0 0 0 28 1 0 0 15 0 22 0 830678049 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 5 0 0 0
[pid=19151/tid=19160] ppid=19149 vsize=10566480 CPUtime=0.33 cores=1,3,5,7
/proc/19151/task/19160/stat : 19160 (java) S 19149 19151 15618 0 -1 4202560 7682 0 0 0 32 1 0 0 16 0 22 0 830678049 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19161] ppid=19149 vsize=10566480 CPUtime=0.37 cores=1,3,5,7
/proc/19151/task/19161/stat : 19161 (java) S 19149 19151 15618 0 -1 4202560 9166 0 0 0 36 1 0 0 16 0 22 0 830678049 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 3 0 0 0
[pid=19151/tid=19164] ppid=19149 vsize=10566480 CPUtime=17.01 cores=1,3,5,7
/proc/19151/task/19164/stat : 19164 (java) S 19149 19151 15618 0 -1 4202560 48729 0 0 0 1696 5 0 0 15 0 22 0 830678050 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512508416 0 0 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19165] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19165/stat : 19165 (java) S 19149 19151 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830678050 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19166] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19166/stat : 19166 (java) S 19149 19151 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830678050 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19167] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19167/stat : 19167 (java) S 19149 19151 15618 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830678052 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512515505 0 4 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19168] ppid=19149 vsize=10566480 CPUtime=1.2 cores=1,3,5,7
/proc/19151/task/19168/stat : 19168 (java) S 19149 19151 15618 0 -1 4202560 10386 0 0 0 119 1 0 0 16 0 22 0 830678052 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19169] ppid=19149 vsize=10566480 CPUtime=1.49 cores=1,3,5,7
/proc/19151/task/19169/stat : 19169 (java) S 19149 19151 15618 0 -1 4202560 7423 0 0 0 148 1 0 0 15 0 22 0 830678052 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 5 0 0 0
[pid=19151/tid=19170] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19170/stat : 19170 (java) S 19149 19151 15618 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830678052 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19171] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19171/stat : 19171 (java) S 19149 19151 15618 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830678052 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512508416 0 4 0 16800975 18446604470876670912 0 0 -1 3 0 0 0
[pid=19151/tid=19199] ppid=19149 vsize=10566480 CPUtime=863.98 cores=1,3,5,7
/proc/19151/task/19199/stat : 19199 (java) R 19149 19151 15618 0 -1 4202560 2432 0 0 0 86397 1 0 0 25 0 22 0 830678104 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 46912506077880 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19151/tid=19200] ppid=19149 vsize=10566480 CPUtime=863.87 cores=1,3,5,7
/proc/19151/task/19200/stat : 19200 (java) R 19149 19151 15618 0 -1 4202560 817345 0 0 0 86297 90 0 0 25 0 22 0 830678104 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 46912506006730 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19151/tid=19201] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19201/stat : 19201 (java) S 19149 19151 15618 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830678108 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512508416 0 4 0 16800975 18446604470876670912 0 0 -1 3 0 0 0
[pid=19151/tid=19202] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19202/stat : 19202 (java) S 19149 19151 15618 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830678109 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512508416 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1750.6
Current children cumulated vsize (KiB) 10566480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+907.401 s]
/proc/loadavg: 3.89 3.88 3.79 5/560 19248
/proc/meminfo: memFree=16287640/32950928 swapFree=34259960/67111528
[pid=19151] ppid=19149 vsize=10566480 CPUtime=1800.13 cores=1,3,5,7
/proc/19151/stat : 19151 (java) S 19149 19151 15618 0 -1 4202496 965732 0 1 0 179901 112 0 0 25 0 22 0 830678047 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19151/statm: 2641620 955727 2259 9 0 2632354 0
[pid=19151/tid=19152] ppid=19149 vsize=10566480 CPUtime=0.55 cores=1,3,5,7
/proc/19151/task/19152/stat : 19152 (java) S 19149 19151 15618 0 -1 4202560 21226 0 1 0 53 2 0 0 15 0 22 0 830678047 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512508416 0 4 0 16800975 18446604470876670912 0 0 -1 5 0 0 0
[pid=19151/tid=19154] ppid=19149 vsize=10566480 CPUtime=0.3 cores=1,3,5,7
/proc/19151/task/19154/stat : 19154 (java) S 19149 19151 15618 0 -1 4202560 6079 0 0 0 30 0 0 0 16 0 22 0 830678049 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 3 0 0 0
[pid=19151/tid=19155] ppid=19149 vsize=10566480 CPUtime=0.26 cores=1,3,5,7
/proc/19151/task/19155/stat : 19155 (java) S 19149 19151 15618 0 -1 4202560 5145 0 0 0 26 0 0 0 16 0 22 0 830678049 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19156] ppid=19149 vsize=10566480 CPUtime=0.26 cores=1,3,5,7
/proc/19151/task/19156/stat : 19156 (java) S 19149 19151 15618 0 -1 4202560 4762 0 0 0 26 0 0 0 15 0 22 0 830678049 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 3 0 0 0
[pid=19151/tid=19157] ppid=19149 vsize=10566480 CPUtime=0.24 cores=1,3,5,7
/proc/19151/task/19157/stat : 19157 (java) S 19149 19151 15618 0 -1 4202560 6766 0 0 0 24 0 0 0 15 0 22 0 830678049 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19158] ppid=19149 vsize=10566480 CPUtime=0.32 cores=1,3,5,7
/proc/19151/task/19158/stat : 19158 (java) S 19149 19151 15618 0 -1 4202560 7735 0 0 0 31 1 0 0 16 0 22 0 830678049 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 5 0 0 0
[pid=19151/tid=19159] ppid=19149 vsize=10566480 CPUtime=0.3 cores=1,3,5,7
/proc/19151/task/19159/stat : 19159 (java) S 19149 19151 15618 0 -1 4202560 9647 0 0 0 29 1 0 0 16 0 22 0 830678049 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19160] ppid=19149 vsize=10566480 CPUtime=0.33 cores=1,3,5,7
/proc/19151/task/19160/stat : 19160 (java) S 19149 19151 15618 0 -1 4202560 7682 0 0 0 32 1 0 0 15 0 22 0 830678049 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19161] ppid=19149 vsize=10566480 CPUtime=0.37 cores=1,3,5,7
/proc/19151/task/19161/stat : 19161 (java) S 19149 19151 15618 0 -1 4202560 9166 0 0 0 36 1 0 0 15 0 22 0 830678049 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 3 0 0 0
[pid=19151/tid=19164] ppid=19149 vsize=10566480 CPUtime=17.77 cores=1,3,5,7
/proc/19151/task/19164/stat : 19164 (java) S 19149 19151 15618 0 -1 4202560 48729 0 0 0 1772 5 0 0 15 0 22 0 830678050 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512508416 0 0 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19165] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19165/stat : 19165 (java) S 19149 19151 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830678050 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19166] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19166/stat : 19166 (java) S 19149 19151 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830678050 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19167] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19167/stat : 19167 (java) S 19149 19151 15618 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830678052 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512515505 0 4 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19168] ppid=19149 vsize=10566480 CPUtime=1.2 cores=1,3,5,7
/proc/19151/task/19168/stat : 19168 (java) S 19149 19151 15618 0 -1 4202560 10386 0 0 0 119 1 0 0 16 0 22 0 830678052 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
[pid=19151/tid=19169] ppid=19149 vsize=10566480 CPUtime=1.49 cores=1,3,5,7
/proc/19151/task/19169/stat : 19169 (java) S 19149 19151 15618 0 -1 4202560 7423 0 0 0 148 1 0 0 15 0 22 0 830678052 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 5 0 0 0
[pid=19151/tid=19170] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19170/stat : 19170 (java) S 19149 19151 15618 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830678052 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512507801 0 4 0 16800975 18446604470876670912 0 0 -1 1 0 0 0
[pid=19151/tid=19171] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19171/stat : 19171 (java) S 19149 19151 15618 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830678052 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512508416 0 4 0 16800975 18446604470876670912 0 0 -1 3 0 0 0
[pid=19151/tid=19199] ppid=19149 vsize=10566480 CPUtime=888.35 cores=1,3,5,7
/proc/19151/task/19199/stat : 19199 (java) R 19149 19151 15618 0 -1 4202560 2432 0 0 0 88834 1 0 0 21 0 22 0 830678104 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 46912505864463 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19151/tid=19200] ppid=19149 vsize=10566480 CPUtime=888.25 cores=1,3,5,7
/proc/19151/task/19200/stat : 19200 (java) R 19149 19151 15618 0 -1 4202560 817345 0 0 0 88735 90 0 0 22 0 22 0 830678104 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 46912506006730 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19151/tid=19201] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19201/stat : 19201 (java) S 19149 19151 15618 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830678108 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512508416 0 4 0 16800975 18446604470876670912 0 0 -1 3 0 0 0
[pid=19151/tid=19202] ppid=19149 vsize=10566480 CPUtime=0 cores=1,3,5,7
/proc/19151/task/19202/stat : 19202 (java) S 19149 19151 15618 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830678109 10820075520 955727 33554432000 1073741824 1073778376 140735817520816 18446744073709551615 254512508416 0 4 0 16800975 18446604470876670912 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 10566480

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

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

[startup+907.6 s]
/proc/loadavg: 3.89 3.88 3.79 5/560 19248
/proc/meminfo: memFree=16287640/32950928 swapFree=34259960/67111528
[pid=19151] ppid=19149 vsize=0 CPUtime=1800.32 cores=1,3,5,7
/proc/19151/stat : 19151 (java) Z 19149 19151 15618 0 -1 4203548 965765 0 1 0 179906 126 0 0 17 0 2 0 830678047 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19151/statm: 0 0 0 0 0 0 0
[pid=19151/tid=19200] ppid=19149 vsize=0 CPUtime=888.4 cores=1,3,5,7
/proc/19151/task/19200/stat : 19200 (java) R 19149 19151 15618 0 -1 4203588 817345 0 0 0 88736 104 0 0 22 0 2 0 830678104 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 907.602
CPU time (s): 1800.34
CPU user time (s): 1799.07
CPU system time (s): 1.26781
CPU usage (%): 198.362
Max. virtual memory (cumulated for all children) (KiB): 10566480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.26781
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 965765
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= 23158
involuntary context switches= 17246

runsolver used 4.72128 second user time and 11.7682 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-04 14:33:34
IDJOB=3454218
IDBENCH=2394
IDSOLVER=1950
FILE ID=node149/3454218-1307190814
RUNJOBID= node149-1307189880-18965
PBS_JOBID= 13508817
Free space on /tmp= 73756 MiB

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

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

MD5SUM BENCH= c609a7262e604847d8434d132e2de9ed
RANDOM SEED=1609945994

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.73
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.806
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.806
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.806
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21510444 kB
Buffers:        338020 kB
Cached:        3287320 kB
SwapCached:     123196 kB
Active:         384412 kB
Inactive:     10719608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21510444 kB
SwapTotal:    67111528 kB
SwapFree:     34259960 kB
Dirty:            2304 kB
Writeback:         252 kB
AnonPages:     7379692 kB
Mapped:          17656 kB
Slab:           148816 kB
PageTables:     117560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 173083840 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= 73764 MiB
End job on node149 at 2011-06-04 14:48:43