Trace number 4084562

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 1797.16

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-153.opb
MD5SUM64b2e27e0cc69ae36d391a38c497bb88
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small 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 variables55296
Total number of constraints1282690
Number of constraints which are clauses1152492
Number of constraints which are cardinality constraints (but not clauses)4030
Number of constraints which are nor clauses,nor cardinality constraints126168
Minimum length of a constraint2
Maximum length of a constraint756
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 757
Number of bits of the biggest sum of numbers10
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/0.12	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.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-4084562-1465276108.opb
0.07/0.12	c reading problem ... 
0.07/0.13	c  no objective function found
8.83/7.49	c ... done. Wall clock time 7.364s.
8.83/7.49	c declared #vars     55296
8.83/7.49	c #constraints  1284718
8.83/7.49	c constraints type 
8.83/7.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 885189
8.83/7.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 4032
8.83/7.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 269329
8.83/7.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 126168
8.83/7.49	c 1284718 constraints processed.
32.97/31.16	c cleaning 2473 clauses out of 5000 with flag 223632/5000
42.04/40.19	c cleaning 4215 clauses out of 8529 with flag 700198/11002
50.14/48.21	c cleaning 5482 clauses out of 11312 with flag 1052498/18000
69.15/67.28	c cleaning 6758 clauses out of 13831 with flag 1478007/26001
89.69/87.75	c cleaning 7699 clauses out of 16072 with flag 2008349/35000
99.50/97.56	c cleaning 9173 clauses out of 18373 with flag 2296727/45000
115.60/113.64	c cleaning 10028 clauses out of 20200 with flag 2905017/56000
135.81/133.81	c cleaning 10859 clauses out of 22172 with flag 3559592/68000
155.21/153.29	c cleaning 11970 clauses out of 24314 with flag 4396219/81001
174.02/172.03	c cleaning 13170 clauses out of 26343 with flag 4951220/95000
197.02/195.03	c cleaning 14046 clauses out of 28173 with flag 5488558/110000
214.44/212.48	c cleaning 14986 clauses out of 30128 with flag 5851397/126001
238.54/236.55	c cleaning 15971 clauses out of 32141 with flag 6544736/143000
260.45/258.48	c cleaning 16997 clauses out of 34170 with flag 7137606/161000
289.25/287.28	c cleaning 18027 clauses out of 36173 with flag 7920971/180000
309.35/307.39	c cleaning 18236 clauses out of 38146 with flag 8885844/200000
335.37/333.39	c cleaning 19809 clauses out of 40910 with flag 9516632/221000
366.47/364.49	c cleaning 19989 clauses out of 43101 with flag 10477017/243000
399.68/397.69	c cleaning 21954 clauses out of 46112 with flag 11093501/266000
422.18/420.17	c cleaning 21896 clauses out of 48158 with flag 11667073/290000
457.99/455.91	c cleaning 23272 clauses out of 51262 with flag 12646649/315000
501.51/499.41	c cleaning 23965 clauses out of 53990 with flag 13683584/341000
547.21/545.10	c cleaning 24607 clauses out of 57025 with flag 14620143/368000
567.21/565.16	c cleaning 27921 clauses out of 60418 with flag 14827094/396000
605.51/603.40	c cleaning 27545 clauses out of 61498 with flag 15374113/425001
653.52/651.48	c cleaning 28805 clauses out of 63952 with flag 16225658/455000
706.73/704.63	c cleaning 28248 clauses out of 66148 with flag 17081741/486001
750.64/748.56	c cleaning 29573 clauses out of 69899 with flag 17930127/518000
791.15/789.02	c cleaning 31573 clauses out of 73326 with flag 18645321/551000
838.17/836.06	c cleaning 31895 clauses out of 75753 with flag 19419885/585000
896.40/894.26	c cleaning 32740 clauses out of 78846 with flag 20238828/620000
927.91/925.77	c cleaning 34282 clauses out of 82103 with flag 20675218/656001
948.33/946.15	c cleaning 35846 clauses out of 84818 with flag 20971269/693000
969.14/967.00	c cleaning 36727 clauses out of 86971 with flag 21319493/731000
984.03/981.84	c cleaning 37495 clauses out of 89244 with flag 21634625/770000
1006.64/1004.42	c cleaning 38802 clauses out of 91749 with flag 22037907/810000
1036.44/1034.24	c cleaning 39762 clauses out of 93949 with flag 22576877/851002
1064.96/1062.77	c cleaning 40302 clauses out of 96185 with flag 23032244/893000
1087.05/1084.84	c cleaning 41126 clauses out of 98883 with flag 23457915/936000
1108.86/1106.68	c cleaning 42810 clauses out of 101757 with flag 23833449/980000
1131.86/1129.65	c cleaning 43891 clauses out of 103949 with flag 24271293/1025002
1167.67/1165.49	c cleaning 43981 clauses out of 106056 with flag 24818960/1071000
1200.58/1198.39	c cleaning 44826 clauses out of 109075 with flag 25313063/1118000
1224.27/1222.01	c cleaning 46925 clauses out of 112249 with flag 25802924/1166000
1257.09/1254.86	c cleaning 47864 clauses out of 114324 with flag 26394726/1215000
1289.89/1287.63	c cleaning 48685 clauses out of 116461 with flag 26983319/1265001
1308.01/1305.74	c cleaning 49734 clauses out of 118776 with flag 27436869/1316001
1328.41/1326.13	c cleaning 50904 clauses out of 121042 with flag 27893234/1368001
1358.21/1355.95	c cleaning 51376 clauses out of 123140 with flag 28475640/1421003
1388.21/1386.00	c cleaning 52309 clauses out of 125761 with flag 29066793/1475000
1419.03/1416.76	c cleaning 54169 clauses out of 128454 with flag 29710151/1530002
1442.43/1440.13	c cleaning 54666 clauses out of 130283 with flag 30178007/1586000
1473.84/1471.57	c cleaning 56041 clauses out of 132617 with flag 30677207/1643000
1497.35/1495.06	c cleaning 57199 clauses out of 134579 with flag 31160633/1701003
1519.43/1516.69	c cleaning 58220 clauses out of 136377 with flag 31592073/1760000
1552.74/1549.95	c cleaning 58735 clauses out of 138157 with flag 32320898/1820000
1587.83/1585.07	c cleaning 59612 clauses out of 140422 with flag 32926232/1881000
1607.75/1604.99	c cleaning 61417 clauses out of 142810 with flag 33516210/1943000
1632.45/1629.66	c cleaning 62319 clauses out of 144393 with flag 33954285/2006000
1656.56/1653.78	c cleaning 63200 clauses out of 146074 with flag 34518218/2070000
1679.89/1677.00	c cleaning 64302 clauses out of 147874 with flag 35012815/2135000
1704.79/1701.98	c cleaning 65321 clauses out of 149572 with flag 35578777/2201000
1734.99/1732.18	c cleaning 65991 clauses out of 151251 with flag 36274572/2268000
1785.10/1782.20	c cleaning 66526 clauses out of 153262 with flag 37223182/2336002
1800.00/1797.11	c starts		: 8226
1800.00/1797.11	c conflicts		: 2365980
1800.00/1797.11	c decisions		: 84872199
1800.00/1797.11	c propagations		: 2331400302
1800.00/1797.11	c inspects		: 17389005681
1800.00/1797.11	c shortcuts		: 0
1800.00/1797.11	c learnt literals	: 19
1800.00/1797.11	c learnt binary clauses	: 2570
1800.00/1797.11	c learnt ternary clauses	: 6101
1800.00/1797.11	c learnt constraints	: 2365961
1800.00/1797.11	c ignored constraints	: 0
1800.00/1797.11	c root simplifications	: 0
1800.00/1797.11	c removed literals (reason simplification)	: 0
1800.00/1797.11	c reason swapping (by a shorter reason)	: 0
1800.00/1797.11	c Calls to reduceDB	: 64
1800.00/1797.11	c Number of update (reduction) of LBD	: 1289871
1800.00/1797.11	c Imported unit clauses	: 0
1800.00/1797.11	c number of reductions to clauses (during analyze)	: 0
1800.00/1797.11	c number of learned constraints concerned by reduction	: 0
1800.00/1797.11	c number of learning phase by resolution	: 0
1800.00/1797.11	c number of learning phase by cutting planes	: 0
1800.00/1797.11	c speed (assignments/second)	: 1302757.394016168
1800.00/1797.11	c non guided choices	6504500
1800.00/1797.11	c timeout
1800.00/1797.14	c learnt constraints type 
1800.00/1797.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2570
1800.00/1797.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 114144
1800.00/1797.14	s UNKNOWN
1800.00/1797.14	c Total wall clock time (in seconds): 1797.016

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-4084562-1465276108/watcher-4084562-1465276108 -o /tmp/evaluation-result-4084562-1465276108/solver-4084562-1465276108 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1465261984-9406 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084562-1465276108.opb 

pid=12841
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.30 2.25 2.22 3/194 12844
/proc/meminfo: memFree=29279628/32872528 swapFree=16700/1645768
[pid=12844] ppid=12841 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/12844/stat : 12844 (java) R 12841 12844 9389 0 -1 4202496 313 0 0 0 0 0 0 0 20 0 1 0 109544350 9515008 170 33554432000 1073741824 1073778376 140736508747792 140736508744920 259112388151 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12844/statm: 2323 176 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.30 2.25 2.22 3/194 12844
/proc/meminfo: memFree=29279628/32872528 swapFree=16700/1645768
[pid=12844] ppid=12841 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/12844/stat : 12844 (java) S 12841 12844 9389 0 -1 4202496 4381 0 1 0 6 1 0 0 20 0 18 0 109544350 9787879424 4989 33554432000 1073741824 1073778376 140733834330528 140733834321664 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12844/statm: 2389619 4989 2096 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.20033 s]
/proc/loadavg: 2.30 2.25 2.22 3/194 12844
/proc/meminfo: memFree=29279628/32872528 swapFree=16700/1645768
[pid=12844] ppid=12841 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/12844/stat : 12844 (java) S 12841 12844 9389 0 -1 4202496 4811 0 1 0 21 2 0 0 20 0 18 0 109544350 9787879424 7414 33554432000 1073741824 1073778376 140733834330528 140733834321664 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12844/statm: 2389619 7414 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300354 s]
/proc/loadavg: 2.30 2.25 2.22 3/194 12844
/proc/meminfo: memFree=29279628/32872528 swapFree=16700/1645768
[pid=12844] ppid=12841 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/12844/stat : 12844 (java) S 12841 12844 9389 0 -1 4202496 5546 0 1 0 42 2 0 0 20 0 18 0 109544350 9787879424 9627 33554432000 1073741824 1073778376 140733834330528 140733834321664 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12844/statm: 2389619 9627 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700325 s]
/proc/loadavg: 2.30 2.25 2.22 3/194 12844
/proc/meminfo: memFree=29279628/32872528 swapFree=16700/1645768
[pid=12844] ppid=12841 vsize=9558476 CPUtime=1.11 cores=1,3,5,7
/proc/12844/stat : 12844 (java) S 12841 12844 9389 0 -1 4202496 7571 0 1 0 106 5 0 0 20 0 18 0 109544350 9787879424 39933 33554432000 1073741824 1073778376 140733834330528 140733834321664 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12844/statm: 2389619 39933 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9558476

[startup+1.50086 s]
/proc/loadavg: 2.28 2.24 2.22 3/212 12862
/proc/meminfo: memFree=29022140/32872528 swapFree=16700/1645768
[pid=12844] ppid=12841 vsize=9558476 CPUtime=2.11 cores=1,3,5,7
/proc/12844/stat : 12844 (java) S 12841 12844 9389 0 -1 4202496 9194 0 1 0 202 9 0 0 20 0 18 0 109544350 9787879424 76933 33554432000 1073741824 1073778376 140733834330528 140733834321664 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12844/statm: 2389619 76933 2263 9 0 2380296 0
[pid=12844/tid=12846] ppid=12841 vsize=9558476 CPUtime=1.4 cores=1,3,5,7
/proc/12844/task/12846/stat : 12846 (java) R 12841 12844 9389 0 -1 4202560 2574 0 1 0 134 6 0 0 20 0 18 0 109544351 9787879424 76933 33554432000 1073741824 1073778376 140733834330528 139671331966320 139671203998707 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12844/tid=12847] ppid=12841 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/12844/task/12847/stat : 12847 (java) S 12841 12844 9389 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 18 0 109544352 9787879424 76933 33554432000 1073741824 1073778376 140733834330528 139671175948840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12844/tid=12848] ppid=12841 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12848/stat : 12848 (java) S 12841 12844 9389 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 109544352 9787879424 76933 33554432000 1073741824 1073778376 140733834330528 139671174896040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12844/tid=12849] ppid=12841 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12849/stat : 12849 (java) S 12841 12844 9389 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 109544352 9787879424 76933 33554432000 1073741824 1073778376 140733834330528 139671173843240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12844/tid=12850] ppid=12841 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12850/stat : 12850 (java) S 12841 12844 9389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 109544352 9787879424 76933 33554432000 1073741824 1073778376 140733834330528 139671172790440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12851] ppid=12841 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12851/stat : 12851 (java) S 12841 12844 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109544352 9787879424 76933 33554432000 1073741824 1073778376 140733834330528 139671171738664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12844/tid=12852] ppid=12841 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12852/stat : 12852 (java) S 12841 12844 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109544352 9787879424 76933 33554432000 1073741824 1073778376 140733834330528 139671170685864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12844/tid=12853] ppid=12841 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/12844/task/12853/stat : 12853 (java) S 12841 12844 9389 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 109544353 9787879424 76933 33554432000 1073741824 1073778376 140733834330528 139671169633064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12844/tid=12854] ppid=12841 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12854/stat : 12854 (java) S 12841 12844 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 109544353 9787879424 76933 33554432000 1073741824 1073778376 140733834330528 139671168580264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12844/tid=12855] ppid=12841 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12855/stat : 12855 (java) S 12841 12844 9389 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 109544354 9787879424 76933 33554432000 1073741824 1073778376 140733834330528 139671156169192 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12856] ppid=12841 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12856/stat : 12856 (java) S 12841 12844 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109544354 9787879424 76933 33554432000 1073741824 1073778376 140733834330528 139671155115256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12857] ppid=12841 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12857/stat : 12857 (java) S 12841 12844 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109544354 9787879424 76933 33554432000 1073741824 1073778376 140733834330528 139671154062344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12858] ppid=12841 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12858/stat : 12858 (java) S 12841 12844 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109544357 9787879424 76933 33554432000 1073741824 1073778376 140733834330528 139671153010832 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12859] ppid=12841 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/12844/task/12859/stat : 12859 (java) R 12841 12844 9389 0 -1 4202560 2716 0 0 0 28 0 0 0 20 0 18 0 109544357 9787879424 76933 33554432000 1073741824 1073778376 140733834330528 139671151958808 139671339707280 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12860] ppid=12841 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/12844/task/12860/stat : 12860 (java) S 12841 12844 9389 0 -1 4202560 2385 0 0 0 24 0 0 0 20 0 18 0 109544357 9787879424 76933 33554432000 1073741824 1073778376 140733834330528 139671150906168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12844/tid=12861] ppid=12841 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12861/stat : 12861 (java) S 12841 12844 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109544357 9787879424 76933 33554432000 1073741824 1073778376 140733834330528 139671149853560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12844/tid=12862] ppid=12841 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12862/stat : 12862 (java) S 12841 12844 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109544357 9787879424 76933 33554432000 1073741824 1073778376 140733834330528 139671148800968 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9558476

[startup+3.10075 s]
/proc/loadavg: 2.28 2.24 2.22 4/212 12862
/proc/meminfo: memFree=28789104/32872528 swapFree=16700/1645768
[pid=12844] ppid=12841 vsize=9558476 CPUtime=4.01 cores=1,3,5,7
/proc/12844/stat : 12844 (java) S 12841 12844 9389 0 -1 4202496 9733 0 1 0 380 21 0 0 20 0 18 0 109544350 9787879424 155045 33554432000 1073741824 1073778376 140733834330528 140733834321664 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12844/statm: 2389619 155045 2263 9 0 2380296 0
[pid=12844/tid=12846] ppid=12841 vsize=9558476 CPUtime=2.89 cores=1,3,5,7
/proc/12844/task/12846/stat : 12846 (java) S 12841 12844 9389 0 -1 4202560 2691 0 1 0 280 9 0 0 20 0 18 0 109544351 9787879424 155045 33554432000 1073741824 1073778376 140733834330528 139671331966408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12844/tid=12847] ppid=12841 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/12844/task/12847/stat : 12847 (java) R 12841 12844 9389 0 -1 4202560 46 0 0 0 5 2 0 0 20 0 18 0 109544352 9787879424 155045 33554432000 1073741824 1073778376 140733834330528 139671175948840 139671334438593 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12848] ppid=12841 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/12844/task/12848/stat : 12848 (java) R 12841 12844 9389 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 18 0 109544352 9787879424 155045 33554432000 1073741824 1073778376 140733834330528 139671174896216 139671338863532 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=12844/tid=12849] ppid=12841 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/12844/task/12849/stat : 12849 (java) R 12841 12844 9389 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 18 0 109544352 9787879424 155045 33554432000 1073741824 1073778376 140733834330528 139671173843240 139671334438643 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12844/tid=12850] ppid=12841 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/12844/task/12850/stat : 12850 (java) R 12841 12844 9389 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 109544352 9787879424 155045 33554432000 1073741824 1073778376 140733834330528 139671172790440 139671334438585 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12844/tid=12851] ppid=12841 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/12844/task/12851/stat : 12851 (java) R 12841 12844 9389 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 109544352 9787879424 155045 33554432000 1073741824 1073778376 140733834330528 139671171738664 259115758652 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12844/tid=12852] ppid=12841 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/12844/task/12852/stat : 12852 (java) R 12841 12844 9389 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 18 0 109544352 9787879424 155045 33554432000 1073741824 1073778376 140733834330528 139671170686040 139671335245719 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12844/tid=12853] ppid=12841 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/12844/task/12853/stat : 12853 (java) R 12841 12844 9389 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 18 0 109544353 9787879424 155045 33554432000 1073741824 1073778376 140733834330528 139671169633240 139671336143023 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12844/tid=12854] ppid=12841 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/12844/task/12854/stat : 12854 (java) R 12841 12844 9389 0 -1 4202560 40 0 0 0 5 2 0 0 20 0 18 0 109544353 9787879424 155045 33554432000 1073741824 1073778376 140733834330528 139671168580440 139671334438539 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12844/tid=12855] ppid=12841 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12855/stat : 12855 (java) S 12841 12844 9389 0 -1 4202560 459 0 0 0 0 0 0 0 20 0 18 0 109544354 9787879424 155045 33554432000 1073741824 1073778376 140733834330528 139671156168072 259115758652 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12856] ppid=12841 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12856/stat : 12856 (java) S 12841 12844 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109544354 9787879424 155045 33554432000 1073741824 1073778376 140733834330528 139671155115256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12857] ppid=12841 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12857/stat : 12857 (java) S 12841 12844 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109544354 9787879424 155045 33554432000 1073741824 1073778376 140733834330528 139671154062344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12858] ppid=12841 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12858/stat : 12858 (java) S 12841 12844 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109544357 9787879424 155045 33554432000 1073741824 1073778376 140733834330528 139671153010832 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12859] ppid=12841 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/12844/task/12859/stat : 12859 (java) S 12841 12844 9389 0 -1 4202560 2721 0 0 0 32 0 0 0 20 0 18 0 109544357 9787879424 155045 33554432000 1073741824 1073778376 140733834330528 139671151958968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12860] ppid=12841 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/12844/task/12860/stat : 12860 (java) S 12841 12844 9389 0 -1 4202560 2385 0 0 0 24 0 0 0 20 0 18 0 109544357 9787879424 155045 33554432000 1073741824 1073778376 140733834330528 139671150906168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12844/tid=12861] ppid=12841 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12861/stat : 12861 (java) S 12841 12844 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109544357 9787879424 155557 33554432000 1073741824 1073778376 140733834330528 139671149853560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12844/tid=12862] ppid=12841 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12862/stat : 12862 (java) S 12841 12844 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109544357 9787879424 155557 33554432000 1073741824 1073778376 140733834330528 139671148800968 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 9558476

[startup+6.30074 s]
/proc/loadavg: 2.28 2.24 2.22 4/212 12862
/proc/meminfo: memFree=28135112/32872528 swapFree=16700/1645768
[pid=12844] ppid=12841 vsize=9558476 CPUtime=7.73 cores=1,3,5,7
/proc/12844/stat : 12844 (java) S 12841 12844 9389 0 -1 4202496 11394 0 1 0 732 41 0 0 20 0 18 0 109544350 9787879424 305237 33554432000 1073741824 1073778376 140733834330528 140733834321664 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12844/statm: 2389619 305237 2263 9 0 2380296 0
[pid=12844/tid=12846] ppid=12841 vsize=9558476 CPUtime=5.88 cores=1,3,5,7
/proc/12844/task/12846/stat : 12846 (java) R 12841 12844 9389 0 -1 4202560 2922 0 1 0 572 16 0 0 20 0 18 0 109544351 9787879424 305237 33554432000 1073741824 1073778376 140733834330528 139671331958880 139671203933535 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=12844/tid=12847] ppid=12841 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/12844/task/12847/stat : 12847 (java) S 12841 12844 9389 0 -1 4202560 268 0 0 0 19 6 0 0 20 0 18 0 109544352 9787879424 305237 33554432000 1073741824 1073778376 140733834330528 139671175948840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12848] ppid=12841 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/12844/task/12848/stat : 12848 (java) S 12841 12844 9389 0 -1 4202560 101 0 0 0 9 2 0 0 20 0 18 0 109544352 9787879424 305237 33554432000 1073741824 1073778376 140733834330528 139671174896040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12844/tid=12849] ppid=12841 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/12844/task/12849/stat : 12849 (java) S 12841 12844 9389 0 -1 4202560 75 0 0 0 14 3 0 0 20 0 18 0 109544352 9787879424 305237 33554432000 1073741824 1073778376 140733834330528 139671173843240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12844/tid=12850] ppid=12841 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/12844/task/12850/stat : 12850 (java) S 12841 12844 9389 0 -1 4202560 130 0 0 0 7 2 0 0 20 0 18 0 109544352 9787879424 305237 33554432000 1073741824 1073778376 140733834330528 139671172790440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12844/tid=12851] ppid=12841 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/12844/task/12851/stat : 12851 (java) S 12841 12844 9389 0 -1 4202560 43 0 0 0 7 2 0 0 20 0 18 0 109544352 9787879424 305237 33554432000 1073741824 1073778376 140733834330528 139671171738664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12844/tid=12852] ppid=12841 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/12844/task/12852/stat : 12852 (java) S 12841 12844 9389 0 -1 4202560 233 0 0 0 10 2 0 0 20 0 18 0 109544352 9787879424 305237 33554432000 1073741824 1073778376 140733834330528 139671170685864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12844/tid=12853] ppid=12841 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/12844/task/12853/stat : 12853 (java) S 12841 12844 9389 0 -1 4202560 69 0 0 0 11 3 0 0 20 0 18 0 109544353 9787879424 305237 33554432000 1073741824 1073778376 140733834330528 139671169633064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12844/tid=12854] ppid=12841 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/12844/task/12854/stat : 12854 (java) S 12841 12844 9389 0 -1 4202560 197 0 0 0 9 3 0 0 20 0 18 0 109544353 9787879424 305237 33554432000 1073741824 1073778376 140733834330528 139671168580264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12844/tid=12855] ppid=12841 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12855/stat : 12855 (java) S 12841 12844 9389 0 -1 4202560 991 0 0 0 0 0 0 0 20 0 18 0 109544354 9787879424 305237 33554432000 1073741824 1073778376 140733834330528 139671156169192 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12856] ppid=12841 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12856/stat : 12856 (java) S 12841 12844 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109544354 9787879424 305237 33554432000 1073741824 1073778376 140733834330528 139671155115256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12857] ppid=12841 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12857/stat : 12857 (java) S 12841 12844 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109544354 9787879424 305237 33554432000 1073741824 1073778376 140733834330528 139671154062344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12858] ppid=12841 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12858/stat : 12858 (java) S 12841 12844 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109544357 9787879424 305237 33554432000 1073741824 1073778376 140733834330528 139671153010832 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12859] ppid=12841 vsize=9558476 CPUtime=0.34 cores=1,3,5,7
/proc/12844/task/12859/stat : 12859 (java) S 12841 12844 9389 0 -1 4202560 2727 0 0 0 34 0 0 0 20 0 18 0 109544357 9787879424 305237 33554432000 1073741824 1073778376 140733834330528 139671151958968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12860] ppid=12841 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/12844/task/12860/stat : 12860 (java) S 12841 12844 9389 0 -1 4202560 2385 0 0 0 24 0 0 0 20 0 18 0 109544357 9787879424 305237 33554432000 1073741824 1073778376 140733834330528 139671150906168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12844/tid=12861] ppid=12841 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12861/stat : 12861 (java) S 12841 12844 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109544357 9787879424 305237 33554432000 1073741824 1073778376 140733834330528 139671149853560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12844/tid=12862] ppid=12841 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12862/stat : 12862 (java) S 12841 12844 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109544357 9787879424 305237 33554432000 1073741824 1073778376 140733834330528 139671148800968 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.73
Current children cumulated vsize (KiB) 9558476

[startup+12.7009 s]
/proc/loadavg: 2.38 2.27 2.23 3/213 12863
/proc/meminfo: memFree=27723408/32872528 swapFree=16700/1645768
[pid=12844] ppid=12841 vsize=9625040 CPUtime=14.49 cores=1,3,5,7
/proc/12844/stat : 12844 (java) S 12841 12844 9389 0 -1 4202496 12641 0 1 0 1401 48 0 0 20 0 19 0 109544350 9856040960 390644 33554432000 1073741824 1073778376 140733834330528 140733834321664 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12844/statm: 2406260 390644 2278 9 0 2396937 0

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

[pid=12844/tid=12863] ppid=12841 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12863/stat : 12863 (java) S 12841 12844 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109545102 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671147746472 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1725.19
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.20 2.18 3/213 12971
/proc/meminfo: memFree=24766948/32872528 swapFree=16700/1645768
[pid=12844] ppid=12841 vsize=9625040 CPUtime=1785.2 cores=1,3,5,7
/proc/12844/stat : 12844 (java) S 12841 12844 9389 0 -1 4202496 14378 0 1 0 178411 109 0 0 20 0 19 0 109544350 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 140733834321664 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12844/statm: 2406260 576063 2286 9 0 2396937 0
[pid=12844/tid=12846] ppid=12841 vsize=9625040 CPUtime=1777.12 cores=1,3,5,7
/proc/12844/task/12846/stat : 12846 (java) R 12841 12844 9389 0 -1 4202560 3740 0 1 0 177654 58 0 0 20 0 19 0 109544351 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671331958448 139671204322982 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12844/tid=12847] ppid=12841 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/12844/task/12847/stat : 12847 (java) S 12841 12844 9389 0 -1 4202560 417 0 0 0 25 8 0 0 20 0 19 0 109544352 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671175948840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12848] ppid=12841 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/12844/task/12848/stat : 12848 (java) S 12841 12844 9389 0 -1 4202560 140 0 0 0 13 3 0 0 20 0 19 0 109544352 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671174896040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12844/tid=12849] ppid=12841 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/12844/task/12849/stat : 12849 (java) S 12841 12844 9389 0 -1 4202560 137 0 0 0 20 5 0 0 20 0 19 0 109544352 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671173843240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12844/tid=12850] ppid=12841 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/12844/task/12850/stat : 12850 (java) S 12841 12844 9389 0 -1 4202560 167 0 0 0 12 3 0 0 20 0 19 0 109544352 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671172790440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12844/tid=12851] ppid=12841 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/12844/task/12851/stat : 12851 (java) S 12841 12844 9389 0 -1 4202560 108 0 0 0 13 4 0 0 20 0 19 0 109544352 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671171738664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12852] ppid=12841 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/12844/task/12852/stat : 12852 (java) S 12841 12844 9389 0 -1 4202560 302 0 0 0 21 7 0 0 20 0 19 0 109544352 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671170685864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12844/tid=12853] ppid=12841 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/12844/task/12853/stat : 12853 (java) S 12841 12844 9389 0 -1 4202560 193 0 0 0 17 5 0 0 20 0 19 0 109544353 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671169633064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12844/tid=12854] ppid=12841 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/12844/task/12854/stat : 12854 (java) S 12841 12844 9389 0 -1 4202560 222 0 0 0 13 5 0 0 20 0 19 0 109544353 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671168580264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12844/tid=12855] ppid=12841 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/12844/task/12855/stat : 12855 (java) S 12841 12844 9389 0 -1 4202560 1267 0 0 0 2 1 0 0 20 0 19 0 109544354 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671156169192 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12844/tid=12856] ppid=12841 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12856/stat : 12856 (java) S 12841 12844 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109544354 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671155115256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12857] ppid=12841 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12857/stat : 12857 (java) S 12841 12844 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109544354 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671154062344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12858] ppid=12841 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12858/stat : 12858 (java) S 12841 12844 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109544357 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671153010832 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12859] ppid=12841 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/12844/task/12859/stat : 12859 (java) S 12841 12844 9389 0 -1 4202560 3304 0 0 0 51 0 0 0 20 0 19 0 109544357 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671151958968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12860] ppid=12841 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/12844/task/12860/stat : 12860 (java) S 12841 12844 9389 0 -1 4202560 3018 0 0 0 73 0 0 0 20 0 19 0 109544357 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671150906168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12844/tid=12861] ppid=12841 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12861/stat : 12861 (java) S 12841 12844 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109544357 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671149853560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12844/tid=12862] ppid=12841 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/12844/task/12862/stat : 12862 (java) S 12841 12844 9389 0 -1 4202560 103 0 0 0 35 42 0 0 20 0 19 0 109544357 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671148800968 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12844/tid=12863] ppid=12841 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12863/stat : 12863 (java) S 12841 12844 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109545102 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671147746472 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.1 s]
/proc/loadavg: 2.25 2.21 2.18 4/213 12972
/proc/meminfo: memFree=24767060/32872528 swapFree=16700/1645768
[pid=12844] ppid=12841 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/12844/stat : 12844 (java) S 12841 12844 9389 0 -1 4202496 14378 0 1 0 179891 109 0 0 20 0 19 0 109544350 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 140733834321664 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12844/statm: 2406260 576063 2286 9 0 2396937 0
[pid=12844/tid=12846] ppid=12841 vsize=9625040 CPUtime=1791.88 cores=1,3,5,7
/proc/12844/task/12846/stat : 12846 (java) R 12841 12844 9389 0 -1 4202560 3740 0 1 0 179130 58 0 0 20 0 19 0 109544351 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671331958448 139671204409319 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12844/tid=12847] ppid=12841 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/12844/task/12847/stat : 12847 (java) S 12841 12844 9389 0 -1 4202560 417 0 0 0 25 8 0 0 20 0 19 0 109544352 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671175948840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12848] ppid=12841 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/12844/task/12848/stat : 12848 (java) S 12841 12844 9389 0 -1 4202560 140 0 0 0 13 3 0 0 20 0 19 0 109544352 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671174896040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12844/tid=12849] ppid=12841 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/12844/task/12849/stat : 12849 (java) S 12841 12844 9389 0 -1 4202560 137 0 0 0 20 5 0 0 20 0 19 0 109544352 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671173843240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12844/tid=12850] ppid=12841 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/12844/task/12850/stat : 12850 (java) S 12841 12844 9389 0 -1 4202560 167 0 0 0 12 3 0 0 20 0 19 0 109544352 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671172790440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12844/tid=12851] ppid=12841 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/12844/task/12851/stat : 12851 (java) S 12841 12844 9389 0 -1 4202560 108 0 0 0 13 4 0 0 20 0 19 0 109544352 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671171738664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12852] ppid=12841 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/12844/task/12852/stat : 12852 (java) S 12841 12844 9389 0 -1 4202560 302 0 0 0 21 7 0 0 20 0 19 0 109544352 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671170685864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12844/tid=12853] ppid=12841 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/12844/task/12853/stat : 12853 (java) S 12841 12844 9389 0 -1 4202560 193 0 0 0 17 5 0 0 20 0 19 0 109544353 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671169633064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12844/tid=12854] ppid=12841 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/12844/task/12854/stat : 12854 (java) S 12841 12844 9389 0 -1 4202560 222 0 0 0 13 5 0 0 20 0 19 0 109544353 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671168580264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12844/tid=12855] ppid=12841 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/12844/task/12855/stat : 12855 (java) S 12841 12844 9389 0 -1 4202560 1267 0 0 0 2 1 0 0 20 0 19 0 109544354 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671156169192 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12844/tid=12856] ppid=12841 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12856/stat : 12856 (java) S 12841 12844 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109544354 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671155115256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12857] ppid=12841 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12857/stat : 12857 (java) S 12841 12844 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109544354 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671154062344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12858] ppid=12841 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12858/stat : 12858 (java) S 12841 12844 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109544357 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671153010832 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12859] ppid=12841 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/12844/task/12859/stat : 12859 (java) S 12841 12844 9389 0 -1 4202560 3304 0 0 0 51 0 0 0 20 0 19 0 109544357 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671151958968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12860] ppid=12841 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/12844/task/12860/stat : 12860 (java) S 12841 12844 9389 0 -1 4202560 3018 0 0 0 73 0 0 0 20 0 19 0 109544357 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671150906168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12844/tid=12861] ppid=12841 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12861/stat : 12861 (java) S 12841 12844 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109544357 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671149853560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12844/tid=12862] ppid=12841 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/12844/task/12862/stat : 12862 (java) S 12841 12844 9389 0 -1 4202560 103 0 0 0 35 43 0 0 20 0 19 0 109544357 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671148800968 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12844/tid=12863] ppid=12841 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12863/stat : 12863 (java) S 12841 12844 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109545102 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671147746472 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 12844 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.1 s]
/proc/loadavg: 2.25 2.21 2.18 4/213 12972
/proc/meminfo: memFree=24767060/32872528 swapFree=16700/1645768
[pid=12844] ppid=12841 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/12844/stat : 12844 (java) S 12841 12844 9389 0 -1 4202496 14378 0 1 0 179891 109 0 0 20 0 19 0 109544350 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 140733834321664 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12844/statm: 2406260 576063 2286 9 0 2396937 0
[pid=12844/tid=12846] ppid=12841 vsize=9625040 CPUtime=1791.88 cores=1,3,5,7
/proc/12844/task/12846/stat : 12846 (java) R 12841 12844 9389 0 -1 4202560 3740 0 1 0 179130 58 0 0 20 0 19 0 109544351 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671331958448 139671204409319 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12844/tid=12847] ppid=12841 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/12844/task/12847/stat : 12847 (java) S 12841 12844 9389 0 -1 4202560 417 0 0 0 25 8 0 0 20 0 19 0 109544352 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671175948840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12848] ppid=12841 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/12844/task/12848/stat : 12848 (java) S 12841 12844 9389 0 -1 4202560 140 0 0 0 13 3 0 0 20 0 19 0 109544352 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671174896040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12844/tid=12849] ppid=12841 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/12844/task/12849/stat : 12849 (java) S 12841 12844 9389 0 -1 4202560 137 0 0 0 20 5 0 0 20 0 19 0 109544352 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671173843240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12844/tid=12850] ppid=12841 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/12844/task/12850/stat : 12850 (java) S 12841 12844 9389 0 -1 4202560 167 0 0 0 12 3 0 0 20 0 19 0 109544352 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671172790440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12844/tid=12851] ppid=12841 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/12844/task/12851/stat : 12851 (java) S 12841 12844 9389 0 -1 4202560 108 0 0 0 13 4 0 0 20 0 19 0 109544352 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671171738664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12852] ppid=12841 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/12844/task/12852/stat : 12852 (java) S 12841 12844 9389 0 -1 4202560 302 0 0 0 21 7 0 0 20 0 19 0 109544352 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671170685864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12844/tid=12853] ppid=12841 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/12844/task/12853/stat : 12853 (java) S 12841 12844 9389 0 -1 4202560 193 0 0 0 17 5 0 0 20 0 19 0 109544353 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671169633064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12844/tid=12854] ppid=12841 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/12844/task/12854/stat : 12854 (java) S 12841 12844 9389 0 -1 4202560 222 0 0 0 13 5 0 0 20 0 19 0 109544353 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671168580264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12844/tid=12855] ppid=12841 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/12844/task/12855/stat : 12855 (java) S 12841 12844 9389 0 -1 4202560 1267 0 0 0 2 1 0 0 20 0 19 0 109544354 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671156169192 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12844/tid=12856] ppid=12841 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12856/stat : 12856 (java) S 12841 12844 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109544354 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671155115256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12857] ppid=12841 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12857/stat : 12857 (java) S 12841 12844 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109544354 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671154062344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12858] ppid=12841 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12858/stat : 12858 (java) S 12841 12844 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109544357 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671153010832 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12859] ppid=12841 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/12844/task/12859/stat : 12859 (java) S 12841 12844 9389 0 -1 4202560 3304 0 0 0 51 0 0 0 20 0 19 0 109544357 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671151958968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12844/tid=12860] ppid=12841 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/12844/task/12860/stat : 12860 (java) S 12841 12844 9389 0 -1 4202560 3018 0 0 0 73 0 0 0 20 0 19 0 109544357 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671150906168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12844/tid=12861] ppid=12841 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12861/stat : 12861 (java) S 12841 12844 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109544357 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671149853560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12844/tid=12862] ppid=12841 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/12844/task/12862/stat : 12862 (java) S 12841 12844 9389 0 -1 4202560 103 0 0 0 35 43 0 0 20 0 19 0 109544357 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671148800968 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12844/tid=12863] ppid=12841 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12844/task/12863/stat : 12863 (java) S 12841 12844 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109545102 9856040960 576063 33554432000 1073741824 1073778376 140733834330528 139671147746472 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12844 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=428205
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=571761
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.16
CPU time (s): 1800
CPU user time (s): 1798.91
CPU system time (s): 1.09
CPU usage (%): 100.158
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.43
system time used= 1.57176
maximum resident set size= 2305424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14425
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38312
involuntary context switches= 2875

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.883 second user time and 11.8212 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-07 07:08:29
IDJOB=4084562
IDBENCH=89671
IDSOLVER=2546
FILE ID=node124/4084562-1465276108
RUNJOBID= node124-1465261984-9406
PBS_JOBID= 19843296
Free space on /tmp= 71664 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-153.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084562-1465276108/watcher-4084562-1465276108 -o /tmp/evaluation-result-4084562-1465276108/solver-4084562-1465276108 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1465261984-9406 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084562-1465276108.opb

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

MD5SUM BENCH= 64b2e27e0cc69ae36d391a38c497bb88
RANDOM SEED=1939703504

node124.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.707
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	: 5333.41
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.707
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.707
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.707
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.707
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.707
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.707
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.55
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.707
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:        29279636 kB
Buffers:          103752 kB
Cached:           283816 kB
SwapCached:          824 kB
Active:           977804 kB
Inactive:         221816 kB
Active(anon):     811484 kB
Inactive(anon):     3224 kB
Active(file):     166320 kB
Inactive(file):   218592 kB
Unevictable:     1645768 kB
Mlocked:           16700 kB
SwapTotal:      67108856 kB
SwapFree:       67097716 kB
Dirty:             57784 kB
Writeback:             0 kB
AnonPages:       2467448 kB
Mapped:            15392 kB
Shmem:                 0 kB
Slab:             604180 kB
SReclaimable:      47840 kB
SUnreclaim:       556340 kB
KernelStack:        1584 kB
PageTables:         9156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3448736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2418688 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= 71560 MiB
End job on node124 at 2016-06-07 07:38:26