Trace number 4099732

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.05 1778.36

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/reduced/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-reduced-mps-v2-20-10-fome13.opb
MD5SUMdc68c84ca9a12d789f4fef65e97f0e43
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2933624
Total number of constraints48672
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints48672
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 1496264
Biggest coefficient in the objective function 160
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 1988816
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 1988816
Number of bits of the biggest sum of numbers21
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4099732-1466206141.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  objective function found
40.18/25.59	c ... done. Wall clock time 25.482s.
40.18/25.59	c declared #vars     2933624
40.18/25.59	c #constraints  97240
40.18/25.59	c constraints type 
40.18/25.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4008
40.18/25.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
40.18/25.59	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 93208
40.18/25.59	c 97240 constraints processed.
40.18/25.59	c objective function length is 1496264 literals
46.40/31.19	c cleaning 2496 clauses out of 5000 with flag 12936/5000
54.91/36.62	c cleaning 4249 clauses out of 8506 with flag 28113/11002
60.13/41.85	c cleaning 5623 clauses out of 11255 with flag 46358/18000
64.94/46.70	c cleaning 6811 clauses out of 13636 with flag 67054/26004
70.45/52.12	c cleaning 7903 clauses out of 15821 with flag 89405/35000
78.25/59.95	c cleaning 8935 clauses out of 17918 with flag 116380/45000
84.85/66.51	c cleaning 9960 clauses out of 19983 with flag 145129/56000
92.75/74.46	c cleaning 11002 clauses out of 22029 with flag 175768/68006
99.15/80.86	c cleaning 11992 clauses out of 24022 with flag 203758/81001
108.14/89.89	c cleaning 12982 clauses out of 26032 with flag 237442/95003
115.74/97.47	c cleaning 13992 clauses out of 28054 with flag 267450/110007
124.35/106.05	c cleaning 14995 clauses out of 30059 with flag 299444/126004
133.34/115.04	c cleaning 15996 clauses out of 32065 with flag 333446/143005
142.65/124.40	c cleaning 16989 clauses out of 34066 with flag 369440/161002
153.06/134.79	c cleaning 17998 clauses out of 36079 with flag 407444/180004
164.35/146.00	c cleaning 19002 clauses out of 38078 with flag 447438/200001
176.75/158.46	c cleaning 19998 clauses out of 40077 with flag 489440/221002
191.56/173.21	c cleaning 21002 clauses out of 42081 with flag 533444/243004
205.35/187.09	c cleaning 22000 clauses out of 44075 with flag 579436/266000
221.85/203.54	c cleaning 23001 clauses out of 46076 with flag 627438/290001
240.35/222.07	c cleaning 24003 clauses out of 48079 with flag 677446/315005
260.46/242.16	c cleaning 24998 clauses out of 50071 with flag 729633/341000
283.97/265.69	c cleaning 26001 clauses out of 52076 with flag 783639/368003
308.07/289.77	c cleaning 26997 clauses out of 54074 with flag 839637/396002
332.27/313.91	c cleaning 27994 clauses out of 56076 with flag 897635/425001
359.47/341.17	c cleaning 29005 clauses out of 58083 with flag 957875/455002
398.61/378.16	c cleaning 30001 clauses out of 60077 with flag 1019958/486001
426.42/405.98	c cleaning 31001 clauses out of 62079 with flag 1083964/518004
454.81/434.35	c cleaning 32001 clauses out of 64076 with flag 1150897/551002
482.11/461.62	c cleaning 32996 clauses out of 66073 with flag 1219495/585000
513.01/492.53	c cleaning 33998 clauses out of 68077 with flag 1289495/620000
543.12/522.61	c cleaning 35003 clauses out of 70080 with flag 1361520/656001
577.31/556.82	c cleaning 35998 clauses out of 72080 with flag 1436107/693004
613.82/593.31	c cleaning 37004 clauses out of 74085 with flag 1512283/731007
651.32/630.89	c cleaning 37999 clauses out of 76074 with flag 1590269/770000
697.44/676.95	c cleaning 38996 clauses out of 78075 with flag 1670269/810000
746.13/725.60	c cleaning 40003 clauses out of 80080 with flag 1752271/851001
793.13/772.65	c cleaning 40998 clauses out of 82077 with flag 1836271/893001
840.04/819.58	c cleaning 42001 clauses out of 84080 with flag 1922361/936002
884.04/863.55	c cleaning 42995 clauses out of 86078 with flag 2010359/980001
927.85/907.39	c cleaning 44005 clauses out of 88088 with flag 2101525/1025006
976.85/956.37	c cleaning 45006 clauses out of 90085 with flag 2193529/1071008
1028.67/1008.13	c cleaning 45996 clauses out of 92071 with flag 2287513/1118000
1085.07/1064.50	c cleaning 46997 clauses out of 94077 with flag 2383517/1166002
1138.37/1117.85	c cleaning 48005 clauses out of 96084 with flag 2481919/1215006
1188.88/1168.32	c cleaning 48999 clauses out of 98074 with flag 2581909/1265001
1238.28/1217.71	c cleaning 49998 clauses out of 100079 with flag 2687046/1316005
1294.58/1274.01	c cleaning 50997 clauses out of 102078 with flag 2793246/1368002
1351.00/1330.45	c cleaning 52001 clauses out of 104083 with flag 2901137/1421004
1410.90/1390.31	c cleaning 52999 clauses out of 106078 with flag 3010914/1475000
1478.90/1458.31	c cleaning 54000 clauses out of 108079 with flag 3122554/1530000
1546.01/1524.31	c cleaning 55001 clauses out of 110079 with flag 3236239/1586000
1614.73/1593.05	c cleaning 56001 clauses out of 112081 with flag 3351935/1643003
1692.84/1671.13	c cleaning 57001 clauses out of 114079 with flag 3470125/1701002
1767.14/1745.44	c cleaning 58004 clauses out of 116082 with flag 3589059/1760006
1800.05/1778.30	c starts		: 16
1800.05/1778.30	c conflicts		: 1792612
1800.05/1778.30	c decisions		: 7577436
1800.05/1778.30	c propagations		: 40136942
1800.05/1778.30	c inspects		: 19316257339
1800.05/1778.30	c shortcuts		: 0
1800.05/1778.30	c learnt literals	: 0
1800.05/1778.30	c learnt binary clauses	: 0
1800.05/1778.30	c learnt ternary clauses	: 1
1800.05/1778.30	c learnt constraints	: 1792612
1800.05/1778.30	c ignored constraints	: 0
1800.05/1778.30	c root simplifications	: 0
1800.05/1778.30	c removed literals (reason simplification)	: 0
1800.05/1778.30	c reason swapping (by a shorter reason)	: 0
1800.05/1778.30	c Calls to reduceDB	: 55
1800.05/1778.30	c Number of update (reduction) of LBD	: 37690
1800.05/1778.30	c Imported unit clauses	: 0
1800.05/1778.30	c number of reductions to clauses (during analyze)	: 0
1800.05/1778.30	c number of learned constraints concerned by reduction	: 0
1800.05/1778.30	c number of learning phase by resolution	: 0
1800.05/1778.30	c number of learning phase by cutting planes	: 0
1800.05/1778.30	c speed (assignments/second)	: 22909.56709949297
1800.05/1778.30	c non guided choices	5075360
1800.05/1778.33	c learnt constraints type 
1800.05/1778.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 90685
1800.05/1778.33	s UNKNOWN
1800.05/1778.33	c Total wall clock time (in seconds): 1778.223

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

pid=12265
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.08 0.31 0.11 3/192 12268
/proc/meminfo: memFree=31208868/32872528 swapFree=447868/480572
[pid=12268] ppid=12265 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/12268/stat : 12268 (java) R 12265 12268 11879 0 -1 4202496 823 0 0 0 0 0 0 0 20 0 1 0 22664747 23793664 474 33554432000 1073741824 1073778376 140733556942720 140733556931784 235365513779 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12268/statm: 5809 487 369 9 0 128 0

[startup+0.100202 s]
/proc/loadavg: 1.08 0.31 0.11 3/192 12268
/proc/meminfo: memFree=31208868/32872528 swapFree=447868/480572
[pid=12268] ppid=12265 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/12268/stat : 12268 (java) S 12265 12268 11879 0 -1 4202496 4442 0 1 0 9 1 0 0 20 0 18 0 22664747 9787879424 6065 33554432000 1073741824 1073778376 140733556942720 140733556933856 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12268/statm: 2389619 6065 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200216 s]
/proc/loadavg: 1.08 0.31 0.11 3/192 12268
/proc/meminfo: memFree=31208868/32872528 swapFree=447868/480572
[pid=12268] ppid=12265 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/12268/stat : 12268 (java) S 12265 12268 11879 0 -1 4202496 5192 0 1 0 25 3 0 0 20 0 18 0 22664747 9787879424 23396 33554432000 1073741824 1073778376 140733556942720 140733556933856 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12268/statm: 2389619 23396 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300315 s]
/proc/loadavg: 1.08 0.31 0.11 3/192 12268
/proc/meminfo: memFree=31208868/32872528 swapFree=447868/480572
[pid=12268] ppid=12265 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/12268/stat : 12268 (java) S 12265 12268 11879 0 -1 4202496 5586 0 1 0 42 3 0 0 20 0 18 0 22664747 9787879424 29096 33554432000 1073741824 1073778376 140733556942720 140733556933856 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12268/statm: 2389619 29096 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700281 s]
/proc/loadavg: 1.08 0.31 0.11 3/192 12268
/proc/meminfo: memFree=31208868/32872528 swapFree=447868/480572
[pid=12268] ppid=12265 vsize=9558476 CPUtime=1.05 cores=0,2,4,6
/proc/12268/stat : 12268 (java) S 12265 12268 11879 0 -1 4202496 5753 0 1 0 99 6 0 0 20 0 18 0 22664747 9787879424 56850 33554432000 1073741824 1073778376 140733556942720 140733556933856 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12268/statm: 2389619 56850 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9558476

[startup+1.50027 s]
/proc/loadavg: 1.08 0.31 0.11 4/210 12286
/proc/meminfo: memFree=30838864/32872528 swapFree=447868/480572
[pid=12268] ppid=12265 vsize=9558476 CPUtime=2 cores=0,2,4,6
/proc/12268/stat : 12268 (java) S 12265 12268 11879 0 -1 4202496 6234 0 1 0 189 11 0 0 20 0 18 0 22664747 9787879424 99199 33554432000 1073741824 1073778376 140733556942720 140733556933856 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12268/statm: 2389619 99199 2247 9 0 2380296 0
[pid=12268/tid=12270] ppid=12265 vsize=9558476 CPUtime=1.34 cores=0,2,4,6
/proc/12268/task/12270/stat : 12270 (java) S 12265 12268 11879 0 -1 4202560 2518 0 1 0 129 5 0 0 20 0 18 0 22664748 9787879424 99199 33554432000 1073741824 1073778376 140733556942720 140000153996536 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12268/tid=12271] ppid=12265 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/12268/task/12271/stat : 12271 (java) S 12265 12268 11879 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 18 0 22664749 9787879424 99199 33554432000 1073741824 1073778376 140733556942720 140000115489320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12272] ppid=12265 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/12268/task/12272/stat : 12272 (java) R 12265 12268 11879 0 -1 4202560 38 0 0 0 8 0 0 0 20 0 18 0 22664749 9787879424 99199 33554432000 1073741824 1073778376 140733556942720 140000114436696 140000156468979 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12268/tid=12273] ppid=12265 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/12268/task/12273/stat : 12273 (java) R 12265 12268 11879 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 18 0 22664749 9787879424 99199 33554432000 1073741824 1073778376 140733556942720 140000113383720 235378095164 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=12268/tid=12274] ppid=12265 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/12268/task/12274/stat : 12274 (java) S 12265 12268 11879 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 18 0 22664749 9787879424 99199 33554432000 1073741824 1073778376 140733556942720 140000112330920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12268/tid=12275] ppid=12265 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/12268/task/12275/stat : 12275 (java) R 12265 12268 11879 0 -1 4202560 31 0 0 0 5 1 0 0 20 0 18 0 22664749 9787879424 99199 33554432000 1073741824 1073778376 140733556942720 140000111279144 140000157755045 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12268/tid=12276] ppid=12265 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/12268/task/12276/stat : 12276 (java) S 12265 12268 11879 0 -1 4202560 142 0 0 0 3 0 0 0 20 0 18 0 22664749 9787879424 99199 33554432000 1073741824 1073778376 140733556942720 140000110226344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12268/tid=12277] ppid=12265 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/12268/task/12277/stat : 12277 (java) R 12265 12268 11879 0 -1 4202560 121 0 0 0 4 0 0 0 20 0 18 0 22664749 9787879424 99199 33554432000 1073741824 1073778376 140733556942720 140000109173720 140000157276060 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12278] ppid=12265 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/12268/task/12278/stat : 12278 (java) S 12265 12268 11879 0 -1 4202560 124 0 0 0 3 0 0 0 20 0 18 0 22664749 9787879424 99199 33554432000 1073741824 1073778376 140733556942720 140000108120744 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12268/tid=12279] ppid=12265 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12279/stat : 12279 (java) S 12265 12268 11879 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 22664750 9787879424 99199 33554432000 1073741824 1073778376 140733556942720 139999977657736 235378095164 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12268/tid=12280] ppid=12265 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12280/stat : 12280 (java) S 12265 12268 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22664750 9787879424 99199 33554432000 1073741824 1073778376 140733556942720 139999976604920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12281] ppid=12265 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12281/stat : 12281 (java) S 12265 12268 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22664750 9787879424 99199 33554432000 1073741824 1073778376 140733556942720 139999975552008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12282] ppid=12265 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12282/stat : 12282 (java) S 12265 12268 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22664753 9787879424 99199 33554432000 1073741824 1073778376 140733556942720 139999974500496 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12283] ppid=12265 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12268/task/12283/stat : 12283 (java) S 12265 12268 11879 0 -1 4202560 933 0 0 0 7 0 0 0 20 0 18 0 22664753 9787879424 99199 33554432000 1073741824 1073778376 140733556942720 139999973448632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12284] ppid=12265 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12268/task/12284/stat : 12284 (java) S 12265 12268 11879 0 -1 4202560 950 0 0 0 7 0 0 0 20 0 18 0 22664753 9787879424 99199 33554432000 1073741824 1073778376 140733556942720 139999972395832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12268/tid=12285] ppid=12265 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12285/stat : 12285 (java) S 12265 12268 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22664753 9787879424 99199 33554432000 1073741824 1073778376 140733556942720 139999971343224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12268/tid=12286] ppid=12265 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12286/stat : 12286 (java) S 12265 12268 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22664753 9787879424 99199 33554432000 1073741824 1073778376 140733556942720 139999970290632 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9558476

[startup+3.10087 s]
/proc/loadavg: 1.08 0.31 0.11 4/210 12286
/proc/meminfo: memFree=30709792/32872528 swapFree=447868/480572
[pid=12268] ppid=12265 vsize=9558476 CPUtime=4.32 cores=0,2,4,6
/proc/12268/stat : 12268 (java) S 12265 12268 11879 0 -1 4202496 11793 0 1 0 409 23 0 0 20 0 18 0 22664747 9787879424 142155 33554432000 1073741824 1073778376 140733556942720 140733556933856 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12268/statm: 2389619 142155 2262 9 0 2380296 0
[pid=12268/tid=12270] ppid=12265 vsize=9558476 CPUtime=2.79 cores=0,2,4,6
/proc/12268/task/12270/stat : 12270 (java) R 12265 12268 11879 0 -1 4202560 2731 0 1 0 273 6 0 0 20 0 18 0 22664748 9787879424 142155 33554432000 1073741824 1073778376 140733556942720 140000153996392 235378107661 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12268/tid=12271] ppid=12265 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/12268/task/12271/stat : 12271 (java) S 12265 12268 11879 0 -1 4202560 53 0 0 0 6 2 0 0 20 0 18 0 22664749 9787879424 142155 33554432000 1073741824 1073778376 140733556942720 140000115489320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12268/tid=12272] ppid=12265 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/12268/task/12272/stat : 12272 (java) S 12265 12268 11879 0 -1 4202560 70 0 0 0 10 2 0 0 20 0 18 0 22664749 9787879424 142155 33554432000 1073741824 1073778376 140733556942720 140000114436520 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12268/tid=12273] ppid=12265 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/12268/task/12273/stat : 12273 (java) S 12265 12268 11879 0 -1 4202560 55 0 0 0 8 2 0 0 20 0 18 0 22664749 9787879424 142155 33554432000 1073741824 1073778376 140733556942720 140000113383720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12268/tid=12274] ppid=12265 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/12268/task/12274/stat : 12274 (java) S 12265 12268 11879 0 -1 4202560 62 0 0 0 8 2 0 0 20 0 18 0 22664749 9787879424 142155 33554432000 1073741824 1073778376 140733556942720 140000112330920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12268/tid=12275] ppid=12265 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/12268/task/12275/stat : 12275 (java) S 12265 12268 11879 0 -1 4202560 95 0 0 0 14 3 0 0 20 0 18 0 22664749 9787879424 142155 33554432000 1073741824 1073778376 140733556942720 140000111279144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12276] ppid=12265 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/12268/task/12276/stat : 12276 (java) S 12265 12268 11879 0 -1 4202560 202 0 0 0 10 3 0 0 20 0 18 0 22664749 9787879424 142155 33554432000 1073741824 1073778376 140733556942720 140000110226344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12268/tid=12277] ppid=12265 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/12268/task/12277/stat : 12277 (java) S 12265 12268 11879 0 -1 4202560 165 0 0 0 7 2 0 0 20 0 18 0 22664749 9787879424 142155 33554432000 1073741824 1073778376 140733556942720 140000109173544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12278] ppid=12265 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/12268/task/12278/stat : 12278 (java) S 12265 12268 11879 0 -1 4202560 164 0 0 0 7 2 0 0 20 0 18 0 22664749 9787879424 142155 33554432000 1073741824 1073778376 140733556942720 140000108120744 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12268/tid=12279] ppid=12265 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12279/stat : 12279 (java) S 12265 12268 11879 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 22664750 9787879424 142155 33554432000 1073741824 1073778376 140733556942720 139999977658856 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12268/tid=12280] ppid=12265 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12280/stat : 12280 (java) S 12265 12268 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22664750 9787879424 142155 33554432000 1073741824 1073778376 140733556942720 139999976604920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12281] ppid=12265 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12281/stat : 12281 (java) S 12265 12268 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22664750 9787879424 142155 33554432000 1073741824 1073778376 140733556942720 139999975552008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12282] ppid=12265 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12282/stat : 12282 (java) S 12265 12268 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22664753 9787879424 142155 33554432000 1073741824 1073778376 140733556942720 139999974500496 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12283] ppid=12265 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/12268/task/12283/stat : 12283 (java) S 12265 12268 11879 0 -1 4202560 4072 0 0 0 29 0 0 0 20 0 18 0 22664753 9787879424 142155 33554432000 1073741824 1073778376 140733556942720 139999973448632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12284] ppid=12265 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/12268/task/12284/stat : 12284 (java) S 12265 12268 11879 0 -1 4202560 2676 0 0 0 21 0 0 0 20 0 18 0 22664753 9787879424 142155 33554432000 1073741824 1073778376 140733556942720 139999972395832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12268/tid=12285] ppid=12265 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12285/stat : 12285 (java) S 12265 12268 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22664753 9787879424 142155 33554432000 1073741824 1073778376 140733556942720 139999971343224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12268/tid=12286] ppid=12265 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12286/stat : 12286 (java) S 12265 12268 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22664753 9787879424 142155 33554432000 1073741824 1073778376 140733556942720 139999970290632 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 9558476

[startup+6.3007 s]
/proc/loadavg: 1.15 0.34 0.12 3/210 12286
/proc/meminfo: memFree=30215012/32872528 swapFree=447868/480572
[pid=12268] ppid=12265 vsize=9558476 CPUtime=8.84 cores=0,2,4,6
/proc/12268/stat : 12268 (java) S 12265 12268 11879 0 -1 4202496 16625 0 1 0 829 55 0 0 20 0 18 0 22664747 9787879424 311996 33554432000 1073741824 1073778376 140733556942720 140733556933856 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12268/statm: 2389619 311996 2285 9 0 2380296 0
[pid=12268/tid=12270] ppid=12265 vsize=9558476 CPUtime=5.09 cores=0,2,4,6
/proc/12268/task/12270/stat : 12270 (java) S 12265 12268 11879 0 -1 4202560 3387 0 1 0 497 12 0 0 20 0 18 0 22664748 9787879424 311996 33554432000 1073741824 1073778376 140733556942720 140000153996360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12268/tid=12271] ppid=12265 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/12268/task/12271/stat : 12271 (java) R 12265 12268 11879 0 -1 4202560 593 0 0 0 24 6 0 0 20 0 18 0 22664749 9787879424 311996 33554432000 1073741824 1073778376 140733556942720 140000115489344 140000157754551 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12272] ppid=12265 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/12268/task/12272/stat : 12272 (java) D 12265 12268 11879 0 -1 4202560 1107 0 0 0 26 5 0 0 20 0 18 0 22664749 9787879424 311996 33554432000 1073741824 1073778376 140733556942720 140000114436280 235374765031 0 4 0 16800975 18446744071581355491 0 0 -1 0 0 0 0 0 0
[pid=12268/tid=12273] ppid=12265 vsize=9558476 CPUtime=0.33 cores=0,2,4,6
/proc/12268/task/12273/stat : 12273 (java) D 12265 12268 11879 0 -1 4202560 763 0 0 0 28 5 0 0 20 0 18 0 22664749 9787879424 311996 33554432000 1073741824 1073778376 140733556942720 140000113383480 235374350155 0 4 0 16800975 18446744071581355444 0 0 -1 0 0 0 0 0 0
[pid=12268/tid=12274] ppid=12265 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/12268/task/12274/stat : 12274 (java) R 12265 12268 11879 0 -1 4202560 580 0 0 0 21 4 0 0 20 0 18 0 22664749 9787879424 311996 33554432000 1073741824 1073778376 140733556942720 140000112330800 140000156468979 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12275] ppid=12265 vsize=9558476 CPUtime=0.38 cores=0,2,4,6
/proc/12268/task/12275/stat : 12275 (java) R 12265 12268 11879 0 -1 4202560 184 0 0 0 31 7 0 0 20 0 18 0 22664749 9787879424 311996 33554432000 1073741824 1073778376 140733556942720 140000111279320 140000158173312 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12268/tid=12276] ppid=12265 vsize=9558476 CPUtime=0.35 cores=0,2,4,6
/proc/12268/task/12276/stat : 12276 (java) R 12265 12268 11879 0 -1 4202560 454 0 0 0 30 5 0 0 20 0 18 0 22664749 9787879424 311996 33554432000 1073741824 1073778376 140733556942720 140000110226520 140000160893678 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12268/tid=12277] ppid=12265 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/12268/task/12277/stat : 12277 (java) R 12265 12268 11879 0 -1 4202560 456 0 0 0 24 4 0 0 20 0 18 0 22664749 9787879424 311996 33554432000 1073741824 1073778376 140733556942720 140000109173720 140000160896178 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=12268/tid=12278] ppid=12265 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/12268/task/12278/stat : 12278 (java) R 12265 12268 11879 0 -1 4202560 249 0 0 0 24 5 0 0 20 0 18 0 22664749 9787879424 311996 33554432000 1073741824 1073778376 140733556942720 140000108120920 140000156468979 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12268/tid=12279] ppid=12265 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/12268/task/12279/stat : 12279 (java) S 12265 12268 11879 0 -1 4202560 833 0 0 0 46 0 0 0 20 0 18 0 22664750 9787879424 311996 33554432000 1073741824 1073778376 140733556942720 139999977657736 235378095164 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12268/tid=12280] ppid=12265 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12280/stat : 12280 (java) S 12265 12268 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22664750 9787879424 311997 33554432000 1073741824 1073778376 140733556942720 139999976604920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12281] ppid=12265 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12281/stat : 12281 (java) S 12265 12268 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22664750 9787879424 311997 33554432000 1073741824 1073778376 140733556942720 139999975552008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12282] ppid=12265 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12282/stat : 12282 (java) S 12265 12268 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22664753 9787879424 311998 33554432000 1073741824 1073778376 140733556942720 139999974500496 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12283] ppid=12265 vsize=9558476 CPUtime=0.34 cores=0,2,4,6
/proc/12268/task/12283/stat : 12283 (java) S 12265 12268 11879 0 -1 4202560 4085 0 0 0 34 0 0 0 20 0 18 0 22664753 9787879424 311998 33554432000 1073741824 1073778376 140733556942720 139999973448632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12268/tid=12284] ppid=12265 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/12268/task/12284/stat : 12284 (java) S 12265 12268 11879 0 -1 4202560 2682 0 0 0 29 0 0 0 20 0 18 0 22664753 9787879424 311998 33554432000 1073741824 1073778376 140733556942720 139999972395832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12268/tid=12285] ppid=12265 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12285/stat : 12285 (java) S 12265 12268 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22664753 9787879424 311998 33554432000 1073741824 1073778376 140733556942720 139999971343224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12268/tid=12286] ppid=12265 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12286/stat : 12286 (java) S 12265 12268 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22664753 9787879424 311998 33554432000 1073741824 1073778376 140733556942720 139999970290632 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.84
Current children cumulated vsize (KiB) 9558476

[startup+12.7009 s]
/proc/loadavg: 1.30 0.38 0.14 3/210 12286
/proc/meminfo: memFree=28958560/32872528 swapFree=447868/480572
[pid=12268] ppid=12265 vsize=9558476 CPUtime=19.39 cores=0,2,4,6
/proc/12268/stat : 12268 (java) S 12265 12268 11879 0 -1 4202496 23032 0 1 0 1816 123 0 0 20 0 18 0 22664747 9787879424 564396 33554432000 1073741824 1073778376 140733556942720 140733556933856 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12268/statm: 2389619 564396 2286 9 0 2380296 0

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

[pid=12268/tid=12287] ppid=12265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12287/stat : 12287 (java) S 12265 12268 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22667381 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 139999969236136 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1684.04
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.09 2.06 1.74 3/211 12330
/proc/meminfo: memFree=26310908/32872528 swapFree=447868/480572
[pid=12268] ppid=12265 vsize=9625040 CPUtime=1744.04 cores=0,2,4,6
/proc/12268/stat : 12268 (java) S 12265 12268 11879 0 -1 4202496 89031 0 1 0 174053 351 0 0 20 0 19 0 22664747 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140733556933856 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12268/statm: 2406260 1127545 2294 9 0 2396937 0
[pid=12268/tid=12270] ppid=12265 vsize=9625040 CPUtime=1697.88 cores=0,2,4,6
/proc/12268/task/12270/stat : 12270 (java) R 12265 12268 11879 0 -1 4202560 3523 0 1 0 169745 43 0 0 20 0 19 0 22664748 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140000153988800 139999979397053 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12268/tid=12271] ppid=12265 vsize=9625040 CPUtime=3.09 cores=0,2,4,6
/proc/12268/task/12271/stat : 12271 (java) S 12265 12268 11879 0 -1 4202560 10095 0 0 0 272 37 0 0 20 0 19 0 22664749 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140000115489320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12272] ppid=12265 vsize=9625040 CPUtime=3.26 cores=0,2,4,6
/proc/12268/task/12272/stat : 12272 (java) S 12265 12268 11879 0 -1 4202560 9180 0 0 0 290 36 0 0 20 0 19 0 22664749 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140000114436520 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12268/tid=12273] ppid=12265 vsize=9625040 CPUtime=3.51 cores=0,2,4,6
/proc/12268/task/12273/stat : 12273 (java) S 12265 12268 11879 0 -1 4202560 5351 0 0 0 314 37 0 0 20 0 19 0 22664749 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140000113383720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12268/tid=12274] ppid=12265 vsize=9625040 CPUtime=3.52 cores=0,2,4,6
/proc/12268/task/12274/stat : 12274 (java) S 12265 12268 11879 0 -1 4202560 8526 0 0 0 309 43 0 0 20 0 19 0 22664749 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140000112330920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12268/tid=12275] ppid=12265 vsize=9625040 CPUtime=3.49 cores=0,2,4,6
/proc/12268/task/12275/stat : 12275 (java) S 12265 12268 11879 0 -1 4202560 11081 0 0 0 308 41 0 0 20 0 19 0 22664749 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140000111279144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12268/tid=12276] ppid=12265 vsize=9625040 CPUtime=3.52 cores=0,2,4,6
/proc/12268/task/12276/stat : 12276 (java) S 12265 12268 11879 0 -1 4202560 7354 0 0 0 312 40 0 0 20 0 19 0 22664749 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140000110226344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12268/tid=12277] ppid=12265 vsize=9625040 CPUtime=3.36 cores=0,2,4,6
/proc/12268/task/12277/stat : 12277 (java) S 12265 12268 11879 0 -1 4202560 9472 0 0 0 296 40 0 0 20 0 19 0 22664749 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140000109173544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12268/tid=12278] ppid=12265 vsize=9625040 CPUtime=3.27 cores=0,2,4,6
/proc/12268/task/12278/stat : 12278 (java) S 12265 12268 11879 0 -1 4202560 8744 0 0 0 290 37 0 0 20 0 19 0 22664749 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140000108120744 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12279] ppid=12265 vsize=9625040 CPUtime=13.04 cores=0,2,4,6
/proc/12268/task/12279/stat : 12279 (java) S 12265 12268 11879 0 -1 4202560 3741 0 0 0 1299 5 0 0 20 0 19 0 22664750 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 139999977658856 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12268/tid=12280] ppid=12265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12280/stat : 12280 (java) S 12265 12268 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22664750 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 139999976604920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12281] ppid=12265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12281/stat : 12281 (java) S 12265 12268 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22664750 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 139999975552008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12282] ppid=12265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12282/stat : 12282 (java) S 12265 12268 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22664753 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 139999974500496 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12283] ppid=12265 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/12268/task/12283/stat : 12283 (java) S 12265 12268 11879 0 -1 4202560 7914 0 0 0 79 2 0 0 20 0 19 0 22664753 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 139999973448632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12268/tid=12284] ppid=12265 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/12268/task/12284/stat : 12284 (java) S 12265 12268 11879 0 -1 4202560 2693 0 0 0 64 0 0 0 20 0 19 0 22664753 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 139999972395832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12268/tid=12285] ppid=12265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12285/stat : 12285 (java) S 12265 12268 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22664753 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 139999971343224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12268/tid=12286] ppid=12265 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/12268/task/12286/stat : 12286 (java) S 12265 12268 11879 0 -1 4202560 99 0 0 0 34 24 0 0 20 0 19 0 22664753 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 139999970290632 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12268/tid=12287] ppid=12265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12287/stat : 12287 (java) S 12265 12268 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22667381 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 139999969236136 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1744.04
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.3 s]
/proc/loadavg: 2.10 2.07 1.76 3/211 12397
/proc/meminfo: memFree=26678208/32872528 swapFree=447868/480572
[pid=12268] ppid=12265 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/12268/stat : 12268 (java) S 12265 12268 11879 0 -1 4202496 89038 0 1 0 179653 352 0 0 20 0 19 0 22664747 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140733556933856 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12268/statm: 2406260 1127545 2294 9 0 2396937 0
[pid=12268/tid=12270] ppid=12265 vsize=9625040 CPUtime=1753.74 cores=0,2,4,6
/proc/12268/task/12270/stat : 12270 (java) R 12265 12268 11879 0 -1 4202560 3526 0 1 0 175330 44 0 0 20 0 19 0 22664748 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140000153988800 139999979601829 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12268/tid=12271] ppid=12265 vsize=9625040 CPUtime=3.09 cores=0,2,4,6
/proc/12268/task/12271/stat : 12271 (java) S 12265 12268 11879 0 -1 4202560 10095 0 0 0 272 37 0 0 20 0 19 0 22664749 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140000115489320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12272] ppid=12265 vsize=9625040 CPUtime=3.26 cores=0,2,4,6
/proc/12268/task/12272/stat : 12272 (java) S 12265 12268 11879 0 -1 4202560 9180 0 0 0 290 36 0 0 20 0 19 0 22664749 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140000114436520 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12268/tid=12273] ppid=12265 vsize=9625040 CPUtime=3.51 cores=0,2,4,6
/proc/12268/task/12273/stat : 12273 (java) S 12265 12268 11879 0 -1 4202560 5351 0 0 0 314 37 0 0 20 0 19 0 22664749 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140000113383720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12268/tid=12274] ppid=12265 vsize=9625040 CPUtime=3.52 cores=0,2,4,6
/proc/12268/task/12274/stat : 12274 (java) S 12265 12268 11879 0 -1 4202560 8526 0 0 0 309 43 0 0 20 0 19 0 22664749 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140000112330920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12268/tid=12275] ppid=12265 vsize=9625040 CPUtime=3.49 cores=0,2,4,6
/proc/12268/task/12275/stat : 12275 (java) S 12265 12268 11879 0 -1 4202560 11081 0 0 0 308 41 0 0 20 0 19 0 22664749 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140000111279144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12268/tid=12276] ppid=12265 vsize=9625040 CPUtime=3.52 cores=0,2,4,6
/proc/12268/task/12276/stat : 12276 (java) S 12265 12268 11879 0 -1 4202560 7354 0 0 0 312 40 0 0 20 0 19 0 22664749 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140000110226344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12268/tid=12277] ppid=12265 vsize=9625040 CPUtime=3.36 cores=0,2,4,6
/proc/12268/task/12277/stat : 12277 (java) S 12265 12268 11879 0 -1 4202560 9472 0 0 0 296 40 0 0 20 0 19 0 22664749 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140000109173544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12268/tid=12278] ppid=12265 vsize=9625040 CPUtime=3.27 cores=0,2,4,6
/proc/12268/task/12278/stat : 12278 (java) S 12265 12268 11879 0 -1 4202560 8744 0 0 0 290 37 0 0 20 0 19 0 22664749 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140000108120744 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12279] ppid=12265 vsize=9625040 CPUtime=13.04 cores=0,2,4,6
/proc/12268/task/12279/stat : 12279 (java) S 12265 12268 11879 0 -1 4202560 3741 0 0 0 1299 5 0 0 20 0 19 0 22664750 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 139999977658856 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12268/tid=12280] ppid=12265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12280/stat : 12280 (java) S 12265 12268 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22664750 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 139999976604920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12281] ppid=12265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12281/stat : 12281 (java) S 12265 12268 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22664750 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 139999975552008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12282] ppid=12265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12282/stat : 12282 (java) S 12265 12268 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22664753 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 139999974500496 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12283] ppid=12265 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/12268/task/12283/stat : 12283 (java) S 12265 12268 11879 0 -1 4202560 7914 0 0 0 79 2 0 0 20 0 19 0 22664753 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 139999973448632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12268/tid=12284] ppid=12265 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/12268/task/12284/stat : 12284 (java) S 12265 12268 11879 0 -1 4202560 2693 0 0 0 64 0 0 0 20 0 19 0 22664753 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 139999972395832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12268/tid=12285] ppid=12265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12285/stat : 12285 (java) S 12265 12268 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22664753 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 139999971343224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12268/tid=12286] ppid=12265 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/12268/task/12286/stat : 12286 (java) S 12265 12268 11879 0 -1 4202560 103 0 0 0 36 25 0 0 20 0 19 0 22664753 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 139999970290632 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12268/tid=12287] ppid=12265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12287/stat : 12287 (java) S 12265 12268 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22667381 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 139999969236136 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 12268 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1778.3 s]
/proc/loadavg: 2.10 2.07 1.76 3/211 12397
/proc/meminfo: memFree=26678208/32872528 swapFree=447868/480572
[pid=12268] ppid=12265 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/12268/stat : 12268 (java) S 12265 12268 11879 0 -1 4202496 89038 0 1 0 179653 352 0 0 20 0 19 0 22664747 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140733556933856 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12268/statm: 2406260 1127545 2294 9 0 2396937 0
[pid=12268/tid=12270] ppid=12265 vsize=9625040 CPUtime=1753.74 cores=0,2,4,6
/proc/12268/task/12270/stat : 12270 (java) R 12265 12268 11879 0 -1 4202560 3526 0 1 0 175330 44 0 0 20 0 19 0 22664748 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140000153988800 139999979601829 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12268/tid=12271] ppid=12265 vsize=9625040 CPUtime=3.09 cores=0,2,4,6
/proc/12268/task/12271/stat : 12271 (java) S 12265 12268 11879 0 -1 4202560 10095 0 0 0 272 37 0 0 20 0 19 0 22664749 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140000115489320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12272] ppid=12265 vsize=9625040 CPUtime=3.26 cores=0,2,4,6
/proc/12268/task/12272/stat : 12272 (java) S 12265 12268 11879 0 -1 4202560 9180 0 0 0 290 36 0 0 20 0 19 0 22664749 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140000114436520 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12268/tid=12273] ppid=12265 vsize=9625040 CPUtime=3.51 cores=0,2,4,6
/proc/12268/task/12273/stat : 12273 (java) S 12265 12268 11879 0 -1 4202560 5351 0 0 0 314 37 0 0 20 0 19 0 22664749 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140000113383720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12268/tid=12274] ppid=12265 vsize=9625040 CPUtime=3.52 cores=0,2,4,6
/proc/12268/task/12274/stat : 12274 (java) S 12265 12268 11879 0 -1 4202560 8526 0 0 0 309 43 0 0 20 0 19 0 22664749 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140000112330920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12268/tid=12275] ppid=12265 vsize=9625040 CPUtime=3.49 cores=0,2,4,6
/proc/12268/task/12275/stat : 12275 (java) S 12265 12268 11879 0 -1 4202560 11081 0 0 0 308 41 0 0 20 0 19 0 22664749 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140000111279144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12268/tid=12276] ppid=12265 vsize=9625040 CPUtime=3.52 cores=0,2,4,6
/proc/12268/task/12276/stat : 12276 (java) S 12265 12268 11879 0 -1 4202560 7354 0 0 0 312 40 0 0 20 0 19 0 22664749 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140000110226344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12268/tid=12277] ppid=12265 vsize=9625040 CPUtime=3.36 cores=0,2,4,6
/proc/12268/task/12277/stat : 12277 (java) S 12265 12268 11879 0 -1 4202560 9472 0 0 0 296 40 0 0 20 0 19 0 22664749 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140000109173544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12268/tid=12278] ppid=12265 vsize=9625040 CPUtime=3.27 cores=0,2,4,6
/proc/12268/task/12278/stat : 12278 (java) S 12265 12268 11879 0 -1 4202560 8744 0 0 0 290 37 0 0 20 0 19 0 22664749 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 140000108120744 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12279] ppid=12265 vsize=9625040 CPUtime=13.04 cores=0,2,4,6
/proc/12268/task/12279/stat : 12279 (java) S 12265 12268 11879 0 -1 4202560 3741 0 0 0 1299 5 0 0 20 0 19 0 22664750 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 139999977658856 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12268/tid=12280] ppid=12265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12280/stat : 12280 (java) S 12265 12268 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22664750 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 139999976604920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12281] ppid=12265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12281/stat : 12281 (java) S 12265 12268 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22664750 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 139999975552008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12282] ppid=12265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12282/stat : 12282 (java) S 12265 12268 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22664753 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 139999974500496 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12268/tid=12283] ppid=12265 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/12268/task/12283/stat : 12283 (java) S 12265 12268 11879 0 -1 4202560 7914 0 0 0 79 2 0 0 20 0 19 0 22664753 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 139999973448632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12268/tid=12284] ppid=12265 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/12268/task/12284/stat : 12284 (java) S 12265 12268 11879 0 -1 4202560 2693 0 0 0 64 0 0 0 20 0 19 0 22664753 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 139999972395832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12268/tid=12285] ppid=12265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12285/stat : 12285 (java) S 12265 12268 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22664753 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 139999971343224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12268/tid=12286] ppid=12265 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/12268/task/12286/stat : 12286 (java) S 12265 12268 11879 0 -1 4202560 103 0 0 0 36 25 0 0 20 0 19 0 22664753 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 139999970290632 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12268/tid=12287] ppid=12265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12268/task/12287/stat : 12287 (java) S 12265 12268 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22667381 9856040960 1127545 33554432000 1073741824 1073778376 140733556942720 139999969236136 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12268 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=178547
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=52383
# CPU time returned by wait4() is 1796.23
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1778.36
CPU time (s): 1800.05
CPU user time (s): 1796.53
CPU system time (s): 3.52
CPU usage (%): 101.22
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.18
system time used= 4.05238
maximum resident set size= 4510356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89087
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49628
involuntary context switches= 20335

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5824 second user time and 12.3821 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-18 01:29:06
IDJOB=4099732
IDBENCH=1503
IDSOLVER=2546
FILE ID=node104/4099732-1466206141
RUNJOBID= node104-1466206103-11895
PBS_JOBID= 19918168
Free space on /tmp= 71584 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/reduced/mps-v2-20-10/plato.asu.edu/pub/lptestset/fome/normalized-reduced-mps-v2-20-10-fome13.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099732-1466206141/watcher-4099732-1466206141 -o /tmp/evaluation-result-4099732-1466206141/solver-4099732-1466206141 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466206103-11895 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099732-1466206141.opb

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

MD5SUM BENCH= dc68c84ca9a12d789f4fef65e97f0e43
RANDOM SEED=1286706299

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		: 2667.035
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	: 5334.07
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		: 2667.035
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		: 2667.035
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		: 2667.035
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		: 2667.035
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		: 2667.035
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.54
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		: 2667.035
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		: 2667.035
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:        31209520 kB
Buffers:           33492 kB
Cached:           216176 kB
SwapCached:        40476 kB
Active:           341104 kB
Inactive:         124364 kB
Active(anon):     178172 kB
Inactive(anon):    39924 kB
Active(file):     162932 kB
Inactive(file):    84440 kB
Unevictable:      480572 kB
Mlocked:          447868 kB
SwapTotal:      67108856 kB
SwapFree:       67060360 kB
Dirty:            123480 kB
Writeback:             0 kB
AnonPages:        663384 kB
Mapped:            15236 kB
Shmem:                 0 kB
Slab:             578248 kB
SReclaimable:      21800 kB
SUnreclaim:       556448 kB
KernelStack:        1568 kB
PageTables:         5560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1158444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 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= 71584 MiB
End job on node104 at 2016-06-18 01:58:45