Trace number 4119721

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.98 1790.09

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/
pbfvmc-formulae/hw256/normalized-hw256-vm100p-dec.opb.negationfix.opb
MD5SUM56530829c0cd190bc4cb189a719078a2
Bench CategoryDEC-BIGINT-LIN (no optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables693504
Total number of constraints5930
Number of constraints which are clauses2708
Number of constraints which are cardinality constraints (but not clauses)2708
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2709
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 975035
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2190070
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4119721-1467274839.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  no objective function found
10.24/7.72	c ... done. Wall clock time 7.603s.
10.24/7.72	c declared #vars     693504
10.24/7.72	c #constraints  5930
10.24/7.72	c constraints type 
10.24/7.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2708
10.24/7.72	c org.sat4j.specs.Constr$1 => 1
10.24/7.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 2708
10.24/7.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 513
10.24/7.72	c 5930 constraints processed.
20.54/17.55	c cleaning 2490 clauses out of 5000 with flag 24710/5000
25.62/22.51	c cleaning 4256 clauses out of 8511 with flag 69239/11001
28.41/25.39	c cleaning 5600 clauses out of 11254 with flag 104656/18000
32.32/29.24	c cleaning 6803 clauses out of 13655 with flag 146361/26001
36.85/33.75	c cleaning 7905 clauses out of 15854 with flag 192681/35003
41.75/38.62	c cleaning 8950 clauses out of 17947 with flag 241395/45001
48.14/45.06	c cleaning 9971 clauses out of 19996 with flag 306641/56000
55.25/52.19	c cleaning 10990 clauses out of 22025 with flag 383133/68000
62.84/59.74	c cleaning 11993 clauses out of 24036 with flag 464735/81001
71.64/68.52	c cleaning 12999 clauses out of 26044 with flag 559867/95002
80.65/77.51	c cleaning 13996 clauses out of 28043 with flag 652518/110000
91.55/88.12	c cleaning 14999 clauses out of 30047 with flag 749001/126000
101.86/98.47	c cleaning 16000 clauses out of 32049 with flag 842880/143001
114.05/110.68	c cleaning 16998 clauses out of 34049 with flag 946839/161001
126.85/123.40	c cleaning 18001 clauses out of 36052 with flag 1060827/180002
138.86/135.47	c cleaning 19000 clauses out of 38049 with flag 1165356/200000
152.16/148.79	c cleaning 20001 clauses out of 40051 with flag 1278855/221002
166.96/163.56	c cleaning 20999 clauses out of 42048 with flag 1399267/243000
183.06/179.64	c cleaning 21999 clauses out of 44050 with flag 1526924/266001
199.36/195.95	c cleaning 23001 clauses out of 46050 with flag 1665342/290000
217.17/213.79	c cleaning 24001 clauses out of 48050 with flag 1801234/315001
237.99/234.53	c cleaning 24994 clauses out of 50048 with flag 1949996/341000
259.54/255.54	c cleaning 26005 clauses out of 52054 with flag 2098796/368000
283.45/279.44	c cleaning 27001 clauses out of 54050 with flag 2285719/396001
309.05/305.00	c cleaning 27998 clauses out of 56048 with flag 2469050/425000
332.96/328.99	c cleaning 29001 clauses out of 58050 with flag 2641949/455000
358.76/354.79	c cleaning 29997 clauses out of 60049 with flag 2814512/486000
385.85/381.83	c cleaning 30998 clauses out of 62052 with flag 2989358/518000
414.55/410.53	c cleaning 32004 clauses out of 64055 with flag 3176728/551001
444.61/440.09	c cleaning 33000 clauses out of 66051 with flag 3367424/585001
478.30/473.77	c cleaning 33998 clauses out of 68050 with flag 3558263/620000
509.20/504.60	c cleaning 35000 clauses out of 70054 with flag 3775768/656002
545.69/541.19	c cleaning 36004 clauses out of 72055 with flag 4023204/693003
582.19/577.67	c cleaning 36999 clauses out of 74052 with flag 4266592/731004
617.90/613.31	c cleaning 38001 clauses out of 76051 with flag 4511233/770002
661.30/656.75	c cleaning 38994 clauses out of 78048 with flag 4781528/810000
711.82/706.65	c cleaning 40005 clauses out of 80059 with flag 5073624/851005
759.91/754.76	c cleaning 40995 clauses out of 82051 with flag 5373287/893002
807.73/802.57	c cleaning 42001 clauses out of 84055 with flag 5661721/936001
856.93/851.78	c cleaning 42999 clauses out of 86053 with flag 5953707/980000
906.94/901.70	c cleaning 43994 clauses out of 88054 with flag 6263956/1025000
969.05/963.28	c cleaning 45007 clauses out of 90064 with flag 6563231/1071004
1023.57/1017.73	c cleaning 45991 clauses out of 92054 with flag 6870963/1118001
1083.55/1077.33	c cleaning 47002 clauses out of 94062 with flag 7179609/1166000
1146.89/1140.00	c cleaning 48001 clauses out of 96061 with flag 7485208/1215001
1207.78/1200.89	c cleaning 48998 clauses out of 98060 with flag 7801028/1265001
1272.09/1264.77	c cleaning 50000 clauses out of 100062 with flag 8129068/1316001
1336.19/1328.81	c cleaning 51001 clauses out of 102061 with flag 8453318/1368000
1406.22/1397.98	c cleaning 52002 clauses out of 104060 with flag 8774200/1421000
1475.61/1466.94	c cleaning 53000 clauses out of 106059 with flag 9116187/1475001
1548.42/1539.71	c cleaning 54003 clauses out of 108062 with flag 9469335/1530004
1616.58/1607.45	c cleaning 54999 clauses out of 110055 with flag 9795856/1586000
1691.29/1681.53	c cleaning 56000 clauses out of 112056 with flag 10163811/1643000
1763.20/1753.43	c cleaning 57000 clauses out of 114056 with flag 10525406/1701000
1800.08/1790.00	c starts		: 21
1800.08/1790.00	c conflicts		: 1736081
1800.08/1790.00	c decisions		: 11342666
1800.08/1790.00	c propagations		: 116262375
1800.08/1790.00	c inspects		: 15982688853
1800.08/1790.00	c shortcuts		: 0
1800.08/1790.00	c learnt literals	: 0
1800.08/1790.00	c learnt binary clauses	: 0
1800.08/1790.00	c learnt ternary clauses	: 0
1800.08/1790.00	c learnt constraints	: 1736081
1800.08/1790.00	c ignored constraints	: 0
1800.08/1790.00	c root simplifications	: 0
1800.08/1790.00	c removed literals (reason simplification)	: 0
1800.08/1790.00	c reason swapping (by a shorter reason)	: 0
1800.08/1790.00	c Calls to reduceDB	: 54
1800.08/1790.00	c Number of update (reduction) of LBD	: 713852
1800.08/1790.00	c Imported unit clauses	: 0
1800.08/1790.00	c number of reductions to clauses (during analyze)	: 0
1800.08/1790.00	c number of learned constraints concerned by reduction	: 0
1800.08/1790.00	c number of learning phase by resolution	: 0
1800.08/1790.00	c number of learning phase by cutting planes	: 0
1800.08/1790.00	c speed (assignments/second)	: 65234.65423421826
1800.08/1790.00	c non guided choices	8898756
1800.08/1790.03	c learnt constraints type 
1800.08/1790.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 92137
1800.08/1790.03	s UNKNOWN
1800.08/1790.03	c Total wall clock time (in seconds): 1789.915

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4119721-1467274839/watcher-4119721-1467274839 -o /tmp/evaluation-result-4119721-1467274839/solver-4119721-1467274839 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1467271038-12494 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4119721-1467274839.opb 

pid=13373
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: 2.11 2.09 2.09 3/193 13376
/proc/meminfo: memFree=27377320/32872528 swapFree=447588/480292
[pid=13376] ppid=13373 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/13376/stat : 13376 (java) R 13373 13376 12134 0 -1 4202496 361 0 0 0 0 0 0 0 20 0 1 0 8587777 278528 33 33554432000 1073741824 1073778376 140736392279664 140735850801384 235365559477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13376/statm: 68 33 25 9 0 25 0

[startup+0.100059 s]
/proc/loadavg: 2.11 2.09 2.09 3/193 13376
/proc/meminfo: memFree=27377320/32872528 swapFree=447588/480292
[pid=13376] ppid=13373 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/13376/stat : 13376 (java) S 13373 13376 12134 0 -1 4202496 4450 0 1 0 7 1 0 0 20 0 18 0 8587777 9787879424 5575 33554432000 1073741824 1073778376 140736392279664 140736392270800 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13376/statm: 2389619 5575 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200225 s]
/proc/loadavg: 2.11 2.09 2.09 3/193 13376
/proc/meminfo: memFree=27377320/32872528 swapFree=447588/480292
[pid=13376] ppid=13373 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/13376/stat : 13376 (java) S 13373 13376 12134 0 -1 4202496 5112 0 1 0 26 1 0 0 20 0 18 0 8587777 9787879424 10619 33554432000 1073741824 1073778376 140736392279664 140736392270800 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13376/statm: 2389619 10619 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300248 s]
/proc/loadavg: 2.11 2.09 2.09 3/193 13376
/proc/meminfo: memFree=27377320/32872528 swapFree=447588/480292
[pid=13376] ppid=13373 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/13376/stat : 13376 (java) S 13373 13376 12134 0 -1 4202496 6036 0 1 0 49 2 0 0 20 0 18 0 8587777 9787879424 13580 33554432000 1073741824 1073778376 140736392279664 140736392270800 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13376/statm: 2389619 13580 2237 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700215 s]
/proc/loadavg: 2.11 2.09 2.09 3/193 13376
/proc/meminfo: memFree=27377320/32872528 swapFree=447588/480292
[pid=13376] ppid=13373 vsize=9558476 CPUtime=1.14 cores=1,3,5,7
/proc/13376/stat : 13376 (java) S 13373 13376 12134 0 -1 4202496 6480 0 1 0 107 7 0 0 20 0 18 0 8587777 9787879424 50131 33554432000 1073741824 1073778376 140736392279664 140736392270800 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13376/statm: 2389619 50131 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9558476

[startup+1.50073 s]
/proc/loadavg: 2.11 2.09 2.09 3/211 13394
/proc/meminfo: memFree=27126912/32872528 swapFree=447588/480292
[pid=13376] ppid=13373 vsize=9558476 CPUtime=2.58 cores=1,3,5,7
/proc/13376/stat : 13376 (java) S 13373 13376 12134 0 -1 4202496 7732 0 1 0 236 22 0 0 20 0 18 0 8587777 9787879424 115009 33554432000 1073741824 1073778376 140736392279664 140736392270800 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13376/statm: 2389619 115009 2262 9 0 2380296 0
[pid=13376/tid=13378] ppid=13373 vsize=9558476 CPUtime=1.18 cores=1,3,5,7
/proc/13376/task/13378/stat : 13378 (java) R 13373 13376 12134 0 -1 4202560 2573 0 1 0 112 6 0 0 20 0 18 0 8587778 9787879424 115009 33554432000 1073741824 1073778376 140736392279664 139668046806960 139667919112449 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=13376/tid=13379] ppid=13373 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/13376/task/13379/stat : 13379 (java) S 13373 13376 12134 0 -1 4202560 148 0 0 0 9 2 0 0 20 0 18 0 8587779 9787879424 115009 33554432000 1073741824 1073778376 140736392279664 139667890891816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13380] ppid=13373 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/13376/task/13380/stat : 13380 (java) S 13373 13376 12134 0 -1 4202560 163 0 0 0 15 3 0 0 20 0 18 0 8587779 9787879424 115009 33554432000 1073741824 1073778376 140736392279664 139667889839016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13376/tid=13381] ppid=13373 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/13376/task/13381/stat : 13381 (java) S 13373 13376 12134 0 -1 4202560 52 0 0 0 7 1 0 0 20 0 18 0 8587779 9787879424 115009 33554432000 1073741824 1073778376 140736392279664 139667888786216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13376/tid=13382] ppid=13373 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/13376/task/13382/stat : 13382 (java) S 13373 13376 12134 0 -1 4202560 82 0 0 0 12 2 0 0 20 0 18 0 8587779 9787879424 115009 33554432000 1073741824 1073778376 140736392279664 139667887733416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13376/tid=13383] ppid=13373 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/13376/task/13383/stat : 13383 (java) S 13373 13376 12134 0 -1 4202560 463 0 0 0 11 3 0 0 20 0 18 0 8587779 9787879424 115009 33554432000 1073741824 1073778376 140736392279664 139667886680616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13384] ppid=13373 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/13376/task/13384/stat : 13384 (java) S 13373 13376 12134 0 -1 4202560 62 0 0 0 8 2 0 0 20 0 18 0 8587779 9787879424 115009 33554432000 1073741824 1073778376 140736392279664 139667885627816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13376/tid=13385] ppid=13373 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/13376/task/13385/stat : 13385 (java) S 13373 13376 12134 0 -1 4202560 146 0 0 0 8 2 0 0 20 0 18 0 8587779 9787879424 115009 33554432000 1073741824 1073778376 140736392279664 139667884575016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13386] ppid=13373 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/13376/task/13386/stat : 13386 (java) S 13373 13376 12134 0 -1 4202560 63 0 0 0 9 2 0 0 20 0 18 0 8587779 9787879424 115009 33554432000 1073741824 1073778376 140736392279664 139667883522216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13387] ppid=13373 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13387/stat : 13387 (java) S 13373 13376 12134 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 8587780 9787879424 115009 33554432000 1073741824 1073778376 140736392279664 139667871112168 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13376/tid=13388] ppid=13373 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13388/stat : 13388 (java) S 13373 13376 12134 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 8587781 9787879424 115009 33554432000 1073741824 1073778376 140736392279664 139667870058232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13389] ppid=13373 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13389/stat : 13389 (java) S 13373 13376 12134 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 8587781 9787879424 115009 33554432000 1073741824 1073778376 140736392279664 139667869005320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13390] ppid=13373 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13390/stat : 13390 (java) S 13373 13376 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 8587783 9787879424 115009 33554432000 1073741824 1073778376 140736392279664 139667867953808 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13391] ppid=13373 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/13376/task/13391/stat : 13391 (java) S 13373 13376 12134 0 -1 4202560 1090 0 0 0 14 0 0 0 20 0 18 0 8587783 9787879424 115009 33554432000 1073741824 1073778376 140736392279664 139667866900920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13392] ppid=13373 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/13376/task/13392/stat : 13392 (java) S 13373 13376 12134 0 -1 4202560 1443 0 0 0 15 0 0 0 20 0 18 0 8587783 9787879424 115009 33554432000 1073741824 1073778376 140736392279664 139667865848120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13376/tid=13393] ppid=13373 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13393/stat : 13393 (java) S 13373 13376 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 8587783 9787879424 115009 33554432000 1073741824 1073778376 140736392279664 139667864795512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13376/tid=13394] ppid=13373 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13394/stat : 13394 (java) S 13373 13376 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 8587783 9787879424 115009 33554432000 1073741824 1073778376 140736392279664 139667863742920 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 9558476

[startup+3.10079 s]
/proc/loadavg: 2.11 2.09 2.09 3/211 13394
/proc/meminfo: memFree=26846092/32872528 swapFree=447588/480292
[pid=13376] ppid=13373 vsize=9558476 CPUtime=4.53 cores=1,3,5,7
/proc/13376/stat : 13376 (java) S 13373 13376 12134 0 -1 4202496 8527 0 1 0 419 34 0 0 20 0 18 0 8587777 9787879424 181598 33554432000 1073741824 1073778376 140736392279664 140736392270800 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13376/statm: 2389619 181598 2262 9 0 2380296 0
[pid=13376/tid=13378] ppid=13373 vsize=9558476 CPUtime=2.64 cores=1,3,5,7
/proc/13376/task/13378/stat : 13378 (java) R 13373 13376 12134 0 -1 4202560 2848 0 1 0 256 8 0 0 20 0 18 0 8587778 9787879424 181598 33554432000 1073741824 1073778376 140736392279664 139668046814760 139668054580314 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13379] ppid=13373 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/13376/task/13379/stat : 13379 (java) S 13373 13376 12134 0 -1 4202560 169 0 0 0 13 3 0 0 20 0 18 0 8587779 9787879424 181598 33554432000 1073741824 1073778376 140736392279664 139667890891816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13376/tid=13380] ppid=13373 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/13376/task/13380/stat : 13380 (java) S 13373 13376 12134 0 -1 4202560 476 0 0 0 21 4 0 0 20 0 18 0 8587779 9787879424 181598 33554432000 1073741824 1073778376 140736392279664 139667889839016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13381] ppid=13373 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/13376/task/13381/stat : 13381 (java) S 13373 13376 12134 0 -1 4202560 93 0 0 0 14 3 0 0 20 0 18 0 8587779 9787879424 181598 33554432000 1073741824 1073778376 140736392279664 139667888786216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13376/tid=13382] ppid=13373 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/13376/task/13382/stat : 13382 (java) S 13373 13376 12134 0 -1 4202560 102 0 0 0 17 3 0 0 20 0 18 0 8587779 9787879424 181598 33554432000 1073741824 1073778376 140736392279664 139667887733416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13376/tid=13383] ppid=13373 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/13376/task/13383/stat : 13383 (java) S 13373 13376 12134 0 -1 4202560 501 0 0 0 18 3 0 0 20 0 18 0 8587779 9787879424 181598 33554432000 1073741824 1073778376 140736392279664 139667886680616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13384] ppid=13373 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/13376/task/13384/stat : 13384 (java) S 13373 13376 12134 0 -1 4202560 80 0 0 0 11 3 0 0 20 0 18 0 8587779 9787879424 181598 33554432000 1073741824 1073778376 140736392279664 139667885627816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13385] ppid=13373 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/13376/task/13385/stat : 13385 (java) S 13373 13376 12134 0 -1 4202560 171 0 0 0 12 3 0 0 20 0 18 0 8587779 9787879424 182110 33554432000 1073741824 1073778376 140736392279664 139667884575016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13376/tid=13386] ppid=13373 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/13376/task/13386/stat : 13386 (java) S 13373 13376 12134 0 -1 4202560 105 0 0 0 12 4 0 0 20 0 18 0 8587779 9787879424 182110 33554432000 1073741824 1073778376 140736392279664 139667883522216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13387] ppid=13373 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13387/stat : 13387 (java) S 13373 13376 12134 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 8587780 9787879424 182110 33554432000 1073741824 1073778376 140736392279664 139667871112168 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13376/tid=13388] ppid=13373 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13388/stat : 13388 (java) S 13373 13376 12134 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 8587781 9787879424 182110 33554432000 1073741824 1073778376 140736392279664 139667870058232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13389] ppid=13373 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13389/stat : 13389 (java) S 13373 13376 12134 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 8587781 9787879424 182110 33554432000 1073741824 1073778376 140736392279664 139667869005320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13390] ppid=13373 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13390/stat : 13390 (java) S 13373 13376 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 8587783 9787879424 182110 33554432000 1073741824 1073778376 140736392279664 139667867953808 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13391] ppid=13373 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/13376/task/13391/stat : 13391 (java) S 13373 13376 12134 0 -1 4202560 1090 0 0 0 14 0 0 0 20 0 18 0 8587783 9787879424 182110 33554432000 1073741824 1073778376 140736392279664 139667866900920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13392] ppid=13373 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/13376/task/13392/stat : 13392 (java) R 13373 13376 12134 0 -1 4202560 1445 0 0 0 16 0 0 0 20 0 18 0 8587783 9787879424 182110 33554432000 1073741824 1073778376 140736392279664 139667865848120 139668054554696 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13376/tid=13393] ppid=13373 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13393/stat : 13393 (java) S 13373 13376 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 8587783 9787879424 182110 33554432000 1073741824 1073778376 140736392279664 139667864795512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13376/tid=13394] ppid=13373 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13394/stat : 13394 (java) S 13373 13376 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 8587783 9787879424 182110 33554432000 1073741824 1073778376 140736392279664 139667863742920 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 9558476

[startup+6.30081 s]
/proc/loadavg: 2.10 2.09 2.09 3/211 13394
/proc/meminfo: memFree=24900988/32872528 swapFree=447588/480292
[pid=13376] ppid=13373 vsize=9558476 CPUtime=8.74 cores=1,3,5,7
/proc/13376/stat : 13376 (java) S 13373 13376 12134 0 -1 4202496 12780 0 1 0 795 79 0 0 20 0 18 0 8587777 9787879424 704049 33554432000 1073741824 1073778376 140736392279664 140736392270800 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13376/statm: 2389619 704049 2262 9 0 2380296 0
[pid=13376/tid=13378] ppid=13373 vsize=9558476 CPUtime=5.51 cores=1,3,5,7
/proc/13376/task/13378/stat : 13378 (java) R 13373 13376 12134 0 -1 4202560 4264 0 1 0 510 41 0 0 20 0 18 0 8587778 9787879424 704049 33554432000 1073741824 1073778376 140736392279664 139668046813448 139668054580314 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13376/tid=13379] ppid=13373 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/13376/task/13379/stat : 13379 (java) S 13373 13376 12134 0 -1 4202560 209 0 0 0 27 4 0 0 20 0 18 0 8587779 9787879424 704049 33554432000 1073741824 1073778376 140736392279664 139667890891816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13376/tid=13380] ppid=13373 vsize=9558476 CPUtime=0.4 cores=1,3,5,7
/proc/13376/task/13380/stat : 13380 (java) S 13373 13376 12134 0 -1 4202560 512 0 0 0 35 5 0 0 20 0 18 0 8587779 9787879424 704049 33554432000 1073741824 1073778376 140736392279664 139667889839016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13381] ppid=13373 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/13376/task/13381/stat : 13381 (java) S 13373 13376 12134 0 -1 4202560 138 0 0 0 26 4 0 0 20 0 18 0 8587779 9787879424 704049 33554432000 1073741824 1073778376 140736392279664 139667888786216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13376/tid=13382] ppid=13373 vsize=9558476 CPUtime=0.34 cores=1,3,5,7
/proc/13376/task/13382/stat : 13382 (java) S 13373 13376 12134 0 -1 4202560 145 0 0 0 29 5 0 0 20 0 18 0 8587779 9787879424 704049 33554432000 1073741824 1073778376 140736392279664 139667887733416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13376/tid=13383] ppid=13373 vsize=9558476 CPUtime=0.41 cores=1,3,5,7
/proc/13376/task/13383/stat : 13383 (java) S 13373 13376 12134 0 -1 4202560 542 0 0 0 35 6 0 0 20 0 18 0 8587779 9787879424 704049 33554432000 1073741824 1073778376 140736392279664 139667886680616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13384] ppid=13373 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/13376/task/13384/stat : 13384 (java) S 13373 13376 12134 0 -1 4202560 105 0 0 0 23 4 0 0 20 0 18 0 8587779 9787879424 704049 33554432000 1073741824 1073778376 140736392279664 139667885627816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13376/tid=13385] ppid=13373 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/13376/task/13385/stat : 13385 (java) S 13373 13376 12134 0 -1 4202560 216 0 0 0 27 4 0 0 20 0 18 0 8587779 9787879424 704049 33554432000 1073741824 1073778376 140736392279664 139667884575016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13386] ppid=13373 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/13376/task/13386/stat : 13386 (java) S 13373 13376 12134 0 -1 4202560 193 0 0 0 25 5 0 0 20 0 18 0 8587779 9787879424 704049 33554432000 1073741824 1073778376 140736392279664 139667883522216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13376/tid=13387] ppid=13373 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13387/stat : 13387 (java) S 13373 13376 12134 0 -1 4202560 1261 0 0 0 0 0 0 0 20 0 18 0 8587780 9787879424 704049 33554432000 1073741824 1073778376 140736392279664 139667871112168 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13376/tid=13388] ppid=13373 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13388/stat : 13388 (java) S 13373 13376 12134 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 8587781 9787879424 704049 33554432000 1073741824 1073778376 140736392279664 139667870058232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13389] ppid=13373 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13389/stat : 13389 (java) S 13373 13376 12134 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 8587781 9787879424 704049 33554432000 1073741824 1073778376 140736392279664 139667869005320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13390] ppid=13373 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13390/stat : 13390 (java) S 13373 13376 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 8587783 9787879424 704049 33554432000 1073741824 1073778376 140736392279664 139667867953808 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13391] ppid=13373 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/13376/task/13391/stat : 13391 (java) S 13373 13376 12134 0 -1 4202560 1360 0 0 0 17 0 0 0 20 0 18 0 8587783 9787879424 704049 33554432000 1073741824 1073778376 140736392279664 139667866900920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13392] ppid=13373 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/13376/task/13392/stat : 13392 (java) S 13373 13376 12134 0 -1 4202560 2584 0 0 0 26 0 0 0 20 0 18 0 8587783 9787879424 704049 33554432000 1073741824 1073778376 140736392279664 139667865848120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13376/tid=13393] ppid=13373 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13393/stat : 13393 (java) S 13373 13376 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 8587783 9787879424 704049 33554432000 1073741824 1073778376 140736392279664 139667864795512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13376/tid=13394] ppid=13373 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13394/stat : 13394 (java) S 13373 13376 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 8587783 9787879424 704049 33554432000 1073741824 1073778376 140736392279664 139667863742920 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.74
Current children cumulated vsize (KiB) 9558476

[startup+12.7009 s]
/proc/loadavg: 2.09 2.09 2.09 3/212 13395
/proc/meminfo: memFree=24554244/32872528 swapFree=447588/480292
[pid=13376] ppid=13373 vsize=9625040 CPUtime=15.64 cores=1,3,5,7
/proc/13376/stat : 13376 (java) S 13373 13376 12134 0 -1 4202496 16113 0 1 0 1483 81 0 0 20 0 19 0 8587777 9856040960 706491 33554432000 1073741824 1073778376 140736392279664 140736392270800 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13376/statm: 2406260 706491 2273 9 0 2396937 0

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

[pid=13376/tid=13388] ppid=13373 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13388/stat : 13388 (java) S 13373 13376 12134 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8587781 9856040960 1120769 33554432000 1073741824 1073778376 140736392279664 139667870058232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13389] ppid=13373 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13389/stat : 13389 (java) S 13373 13376 12134 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8587781 9856040960 1120769 33554432000 1073741824 1073778376 140736392279664 139667869005320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13390] ppid=13373 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13390/stat : 13390 (java) S 13373 13376 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8587783 9856040960 1120769 33554432000 1073741824 1073778376 140736392279664 139667867953808 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13391] ppid=13373 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/13376/task/13391/stat : 13391 (java) S 13373 13376 12134 0 -1 4202560 3707 0 0 0 44 0 0 0 20 0 19 0 8587783 9856040960 1120769 33554432000 1073741824 1073778376 140736392279664 139667866900920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13376/tid=13392] ppid=13373 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/13376/task/13392/stat : 13392 (java) S 13373 13376 12134 0 -1 4202560 3573 0 0 0 61 2 0 0 20 0 19 0 8587783 9856040960 1120769 33554432000 1073741824 1073778376 140736392279664 139667865848120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13393] ppid=13373 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13393/stat : 13393 (java) S 13373 13376 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8587783 9856040960 1120769 33554432000 1073741824 1073778376 140736392279664 139667864795512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13376/tid=13394] ppid=13373 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/13376/task/13394/stat : 13394 (java) S 13373 13376 12134 0 -1 4202560 95 0 0 0 35 27 0 0 20 0 19 0 8587783 9856040960 1120769 33554432000 1073741824 1073778376 140736392279664 139667863742920 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13376/tid=13395] ppid=13373 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13395/stat : 13395 (java) S 13373 13376 12134 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8588556 9856040960 1120769 33554432000 1073741824 1073778376 140736392279664 139667862591144 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1672.09
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.17 2.15 2.09 3/211 13761
/proc/meminfo: memFree=23329956/32872528 swapFree=447588/480292
[pid=13376] ppid=13373 vsize=9625040 CPUtime=1732.1 cores=1,3,5,7
/proc/13376/stat : 13376 (java) S 13373 13376 12134 0 -1 4202496 448514 0 1 0 172962 248 0 0 20 0 19 0 8587777 9856040960 1120769 33554432000 1073741824 1073778376 140736392279664 140736392270800 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13376/statm: 2406260 1120769 2286 9 0 2396937 0
[pid=13376/tid=13378] ppid=13373 vsize=9625040 CPUtime=1711.21 cores=1,3,5,7
/proc/13376/task/13378/stat : 13378 (java) R 13373 13376 12134 0 -1 4202560 4343 0 1 0 171051 70 0 0 20 0 19 0 8587778 9856040960 1120769 33554432000 1073741824 1073778376 140736392279664 139668046806720 139667919305691 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13379] ppid=13373 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/13376/task/13379/stat : 13379 (java) S 13373 13376 12134 0 -1 4202560 50084 0 0 0 124 20 0 0 20 0 19 0 8587779 9856040960 1120769 33554432000 1073741824 1073778376 140736392279664 139667890891816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13380] ppid=13373 vsize=9625040 CPUtime=1.52 cores=1,3,5,7
/proc/13376/task/13380/stat : 13380 (java) S 13373 13376 12134 0 -1 4202560 48681 0 0 0 128 24 0 0 20 0 19 0 8587779 9856040960 1120769 33554432000 1073741824 1073778376 140736392279664 139667889839016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13381] ppid=13373 vsize=9625040 CPUtime=1.59 cores=1,3,5,7
/proc/13376/task/13381/stat : 13381 (java) S 13373 13376 12134 0 -1 4202560 50805 0 0 0 139 20 0 0 20 0 19 0 8587779 9856040960 1120769 33554432000 1073741824 1073778376 140736392279664 139667888786216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13382] ppid=13373 vsize=9625040 CPUtime=1.4 cores=1,3,5,7
/proc/13376/task/13382/stat : 13382 (java) S 13373 13376 12134 0 -1 4202560 50016 0 0 0 119 21 0 0 20 0 19 0 8587779 9856040960 1120769 33554432000 1073741824 1073778376 140736392279664 139667887733416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13383] ppid=13373 vsize=9625040 CPUtime=1.62 cores=1,3,5,7
/proc/13376/task/13383/stat : 13383 (java) S 13373 13376 12134 0 -1 4202560 47734 0 0 0 138 24 0 0 20 0 19 0 8587779 9856040960 1120769 33554432000 1073741824 1073778376 140736392279664 139667886680616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13376/tid=13384] ppid=13373 vsize=9625040 CPUtime=1.42 cores=1,3,5,7
/proc/13376/task/13384/stat : 13384 (java) S 13373 13376 12134 0 -1 4202560 52942 0 0 0 122 20 0 0 20 0 19 0 8587779 9856040960 1120769 33554432000 1073741824 1073778376 140736392279664 139667885627816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13385] ppid=13373 vsize=9625040 CPUtime=1.58 cores=1,3,5,7
/proc/13376/task/13385/stat : 13385 (java) S 13373 13376 12134 0 -1 4202560 44305 0 0 0 135 23 0 0 20 0 19 0 8587779 9856040960 1120769 33554432000 1073741824 1073778376 140736392279664 139667884575016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13376/tid=13386] ppid=13373 vsize=9625040 CPUtime=1.63 cores=1,3,5,7
/proc/13376/task/13386/stat : 13386 (java) S 13373 13376 12134 0 -1 4202560 42936 0 0 0 143 20 0 0 20 0 19 0 8587779 9856040960 1120769 33554432000 1073741824 1073778376 140736392279664 139667883522216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13387] ppid=13373 vsize=9625040 CPUtime=7.46 cores=1,3,5,7
/proc/13376/task/13387/stat : 13387 (java) S 13373 13376 12134 0 -1 4202560 48032 0 0 0 732 14 0 0 20 0 19 0 8587780 9856040960 1120769 33554432000 1073741824 1073778376 140736392279664 139667871112168 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13376/tid=13388] ppid=13373 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13388/stat : 13388 (java) S 13373 13376 12134 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8587781 9856040960 1120769 33554432000 1073741824 1073778376 140736392279664 139667870058232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13389] ppid=13373 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13389/stat : 13389 (java) S 13373 13376 12134 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8587781 9856040960 1120769 33554432000 1073741824 1073778376 140736392279664 139667869005320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13390] ppid=13373 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13390/stat : 13390 (java) S 13373 13376 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8587783 9856040960 1120769 33554432000 1073741824 1073778376 140736392279664 139667867953808 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13391] ppid=13373 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/13376/task/13391/stat : 13391 (java) S 13373 13376 12134 0 -1 4202560 3707 0 0 0 44 0 0 0 20 0 19 0 8587783 9856040960 1120769 33554432000 1073741824 1073778376 140736392279664 139667866900920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13376/tid=13392] ppid=13373 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/13376/task/13392/stat : 13392 (java) S 13373 13376 12134 0 -1 4202560 3573 0 0 0 61 2 0 0 20 0 19 0 8587783 9856040960 1120769 33554432000 1073741824 1073778376 140736392279664 139667865848120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13393] ppid=13373 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13393/stat : 13393 (java) S 13373 13376 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8587783 9856040960 1120769 33554432000 1073741824 1073778376 140736392279664 139667864795512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13376/tid=13394] ppid=13373 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/13376/task/13394/stat : 13394 (java) S 13373 13376 12134 0 -1 4202560 99 0 0 0 37 28 0 0 20 0 19 0 8587783 9856040960 1120769 33554432000 1073741824 1073778376 140736392279664 139667863742920 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13376/tid=13395] ppid=13373 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13395/stat : 13395 (java) S 13373 13376 12134 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8588556 9856040960 1120769 33554432000 1073741824 1073778376 140736392279664 139667862591144 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1732.1
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.12 2.13 2.09 3/212 13765
/proc/meminfo: memFree=22986156/32872528 swapFree=447588/480292
[pid=13376] ppid=13373 vsize=9625040 CPUtime=1792.38 cores=1,3,5,7
/proc/13376/stat : 13376 (java) S 13373 13376 12134 0 -1 4202496 448573 0 1 0 178989 249 0 0 20 0 19 0 8587777 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 140736392270800 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13376/statm: 2406260 1113411 2286 9 0 2396937 0
[pid=13376/tid=13378] ppid=13373 vsize=9625040 CPUtime=1771.09 cores=1,3,5,7
/proc/13376/task/13378/stat : 13378 (java) R 13373 13376 12134 0 -1 4202560 4364 0 1 0 177039 70 0 0 20 0 19 0 8587778 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139668046814400 139667919524137 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13379] ppid=13373 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/13376/task/13379/stat : 13379 (java) S 13373 13376 12134 0 -1 4202560 50084 0 0 0 128 21 0 0 20 0 19 0 8587779 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667890891816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13376/tid=13380] ppid=13373 vsize=9625040 CPUtime=1.55 cores=1,3,5,7
/proc/13376/task/13380/stat : 13380 (java) S 13373 13376 12134 0 -1 4202560 48681 0 0 0 131 24 0 0 20 0 19 0 8587779 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667889839016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13381] ppid=13373 vsize=9625040 CPUtime=1.66 cores=1,3,5,7
/proc/13376/task/13381/stat : 13381 (java) S 13373 13376 12134 0 -1 4202560 50819 0 0 0 146 20 0 0 20 0 19 0 8587779 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667888786216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13382] ppid=13373 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/13376/task/13382/stat : 13382 (java) S 13373 13376 12134 0 -1 4202560 50034 0 0 0 124 21 0 0 20 0 19 0 8587779 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667887733416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13376/tid=13383] ppid=13373 vsize=9625040 CPUtime=1.66 cores=1,3,5,7
/proc/13376/task/13383/stat : 13383 (java) S 13373 13376 12134 0 -1 4202560 47734 0 0 0 142 24 0 0 20 0 19 0 8587779 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667886680616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13376/tid=13384] ppid=13373 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/13376/task/13384/stat : 13384 (java) S 13373 13376 12134 0 -1 4202560 52942 0 0 0 125 20 0 0 20 0 19 0 8587779 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667885627816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13385] ppid=13373 vsize=9625040 CPUtime=1.63 cores=1,3,5,7
/proc/13376/task/13385/stat : 13385 (java) S 13373 13376 12134 0 -1 4202560 44305 0 0 0 140 23 0 0 20 0 19 0 8587779 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667884575016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13376/tid=13386] ppid=13373 vsize=9625040 CPUtime=1.7 cores=1,3,5,7
/proc/13376/task/13386/stat : 13386 (java) S 13373 13376 12134 0 -1 4202560 42936 0 0 0 150 20 0 0 20 0 19 0 8587779 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667883522216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13387] ppid=13373 vsize=9625040 CPUtime=7.46 cores=1,3,5,7
/proc/13376/task/13387/stat : 13387 (java) S 13373 13376 12134 0 -1 4202560 48034 0 0 0 732 14 0 0 20 0 19 0 8587780 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667871112168 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13376/tid=13388] ppid=13373 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13388/stat : 13388 (java) S 13373 13376 12134 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8587781 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667870058232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13389] ppid=13373 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13389/stat : 13389 (java) S 13373 13376 12134 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8587781 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667869005320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13390] ppid=13373 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13390/stat : 13390 (java) S 13373 13376 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8587783 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667867953808 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13391] ppid=13373 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/13376/task/13391/stat : 13391 (java) S 13373 13376 12134 0 -1 4202560 3707 0 0 0 44 0 0 0 20 0 19 0 8587783 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667866900920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13376/tid=13392] ppid=13373 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/13376/task/13392/stat : 13392 (java) S 13373 13376 12134 0 -1 4202560 3573 0 0 0 61 2 0 0 20 0 19 0 8587783 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667865848120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13393] ppid=13373 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13393/stat : 13393 (java) S 13373 13376 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8587783 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667864795512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13376/tid=13394] ppid=13373 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/13376/task/13394/stat : 13394 (java) S 13373 13376 12134 0 -1 4202560 103 0 0 0 39 28 0 0 20 0 19 0 8587783 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667863742920 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13376/tid=13395] ppid=13373 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13395/stat : 13395 (java) S 13373 13376 12134 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8588556 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667862591144 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1792.38
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790 s]
/proc/loadavg: 2.19 2.15 2.10 3/212 13765
/proc/meminfo: memFree=22986264/32872528 swapFree=447588/480292
[pid=13376] ppid=13373 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/13376/stat : 13376 (java) S 13373 13376 12134 0 -1 4202496 448577 0 1 0 179759 249 0 0 20 0 19 0 8587777 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 140736392270800 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13376/statm: 2406260 1113411 2286 9 0 2396937 0
[pid=13376/tid=13378] ppid=13373 vsize=9625040 CPUtime=1778.79 cores=1,3,5,7
/proc/13376/task/13378/stat : 13378 (java) R 13373 13376 12134 0 -1 4202560 4368 0 1 0 177808 71 0 0 20 0 19 0 8587778 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139668046814400 139667919396694 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13379] ppid=13373 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/13376/task/13379/stat : 13379 (java) S 13373 13376 12134 0 -1 4202560 50084 0 0 0 128 21 0 0 20 0 19 0 8587779 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667890891816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13376/tid=13380] ppid=13373 vsize=9625040 CPUtime=1.55 cores=1,3,5,7
/proc/13376/task/13380/stat : 13380 (java) S 13373 13376 12134 0 -1 4202560 48681 0 0 0 131 24 0 0 20 0 19 0 8587779 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667889839016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13381] ppid=13373 vsize=9625040 CPUtime=1.66 cores=1,3,5,7
/proc/13376/task/13381/stat : 13381 (java) S 13373 13376 12134 0 -1 4202560 50819 0 0 0 146 20 0 0 20 0 19 0 8587779 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667888786216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13382] ppid=13373 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/13376/task/13382/stat : 13382 (java) S 13373 13376 12134 0 -1 4202560 50034 0 0 0 124 21 0 0 20 0 19 0 8587779 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667887733416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13376/tid=13383] ppid=13373 vsize=9625040 CPUtime=1.66 cores=1,3,5,7
/proc/13376/task/13383/stat : 13383 (java) S 13373 13376 12134 0 -1 4202560 47734 0 0 0 142 24 0 0 20 0 19 0 8587779 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667886680616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13376/tid=13384] ppid=13373 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/13376/task/13384/stat : 13384 (java) S 13373 13376 12134 0 -1 4202560 52942 0 0 0 125 20 0 0 20 0 19 0 8587779 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667885627816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13385] ppid=13373 vsize=9625040 CPUtime=1.63 cores=1,3,5,7
/proc/13376/task/13385/stat : 13385 (java) S 13373 13376 12134 0 -1 4202560 44305 0 0 0 140 23 0 0 20 0 19 0 8587779 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667884575016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13376/tid=13386] ppid=13373 vsize=9625040 CPUtime=1.7 cores=1,3,5,7
/proc/13376/task/13386/stat : 13386 (java) S 13373 13376 12134 0 -1 4202560 42936 0 0 0 150 20 0 0 20 0 19 0 8587779 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667883522216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13387] ppid=13373 vsize=9625040 CPUtime=7.46 cores=1,3,5,7
/proc/13376/task/13387/stat : 13387 (java) S 13373 13376 12134 0 -1 4202560 48034 0 0 0 732 14 0 0 20 0 19 0 8587780 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667871112168 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13376/tid=13388] ppid=13373 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13388/stat : 13388 (java) S 13373 13376 12134 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8587781 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667870058232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13389] ppid=13373 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13389/stat : 13389 (java) S 13373 13376 12134 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8587781 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667869005320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13390] ppid=13373 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13390/stat : 13390 (java) S 13373 13376 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8587783 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667867953808 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13391] ppid=13373 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/13376/task/13391/stat : 13391 (java) S 13373 13376 12134 0 -1 4202560 3707 0 0 0 44 0 0 0 20 0 19 0 8587783 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667866900920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13376/tid=13392] ppid=13373 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/13376/task/13392/stat : 13392 (java) S 13373 13376 12134 0 -1 4202560 3573 0 0 0 61 2 0 0 20 0 19 0 8587783 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667865848120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13376/tid=13393] ppid=13373 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13393/stat : 13393 (java) S 13373 13376 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8587783 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667864795512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13376/tid=13394] ppid=13373 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/13376/task/13394/stat : 13394 (java) S 13373 13376 12134 0 -1 4202560 103 0 0 0 39 28 0 0 20 0 19 0 8587783 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667863742920 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13376/tid=13395] ppid=13373 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13376/task/13395/stat : 13395 (java) S 13373 13376 12134 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8588556 9856040960 1113411 33554432000 1073741824 1073778376 140736392279664 139667862591144 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 13376 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1790.09
CPU time (s): 1800.98
CPU user time (s): 1797.92
CPU system time (s): 3.06153
CPU usage (%): 100.608
Max. virtual memory (cumulated for all children) (KiB): 9690576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.92
system time used= 3.06153
maximum resident set size= 4747324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 448937
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56293
involuntary context switches= 12651

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.92695 second user time and 7.07592 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-30 10:20:40
IDJOB=4119721
IDBENCH=111795
IDSOLVER=2546
FILE ID=node104/4119721-1467274839
RUNJOBID= node104-1467271038-12494
PBS_JOBID= 20004496
Free space on /tmp= 71680 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/pbfvmc-formulae/hw256/normalized-hw256-vm100p-dec.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119721-1467274839/watcher-4119721-1467274839 -o /tmp/evaluation-result-4119721-1467274839/solver-4119721-1467274839 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1467271038-12494 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4119721-1467274839.opb

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

MD5SUM BENCH= 56530829c0cd190bc4cb189a719078a2
RANDOM SEED=771284506

node104.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27377980 kB
Buffers:          176880 kB
Cached:           830508 kB
SwapCached:            0 kB
Active:          3502136 kB
Inactive:         764840 kB
Active(anon):    3262392 kB
Inactive(anon):        0 kB
Active(file):     239744 kB
Inactive(file):   764840 kB
Unevictable:      480292 kB
Mlocked:          447588 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             32680 kB
Writeback:             0 kB
AnonPages:       3740176 kB
Mapped:            21380 kB
Shmem:               204 kB
Slab:             610200 kB
SReclaimable:      54068 kB
SUnreclaim:       556132 kB
KernelStack:        1568 kB
PageTables:        11576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4111492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3145728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71680 MiB
End job on node104 at 2016-06-30 10:50:30