Trace number 4089901

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.06 1798.34

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v061-n1.opb
MD5SUM60094e490291d00dfc3d1432e031262f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark70.0014
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables183
Total number of constraints61
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)61
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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@37e893df
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@41ac1fe4
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-4089901-1466035230.opb
0.07/0.12	c reading problem ... 
0.07/0.12	c  no objective function found
0.07/0.14	c ... done. Wall clock time 0.022s.
0.07/0.14	c declared #vars     183
0.07/0.14	c #constraints  122
0.07/0.14	c constraints type 
0.07/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61
0.07/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 61
0.07/0.14	c 122 constraints processed.
0.71/0.59	c cleaning 2501 clauses out of 5001 with flag 45383/5001
1.49/1.15	c cleaning 4249 clauses out of 8499 with flag 109122/11000
2.18/1.86	c cleaning 5623 clauses out of 11251 with flag 192676/18001
3.09/2.78	c cleaning 6804 clauses out of 13627 with flag 274899/26000
4.31/3.97	c cleaning 7906 clauses out of 15823 with flag 375340/35000
5.71/5.35	c cleaning 8951 clauses out of 17918 with flag 495451/45001
7.41/7.07	c cleaning 9981 clauses out of 19967 with flag 634364/56001
9.61/9.28	c cleaning 10987 clauses out of 21985 with flag 779629/68000
12.01/11.69	c cleaning 11995 clauses out of 23999 with flag 940780/81001
14.73/14.35	c cleaning 12994 clauses out of 26003 with flag 1111950/95000
17.52/17.17	c cleaning 13999 clauses out of 28009 with flag 1299332/110000
21.02/20.64	c cleaning 14999 clauses out of 30012 with flag 1491714/126002
24.52/24.14	c cleaning 15990 clauses out of 32011 with flag 1685691/143000
28.41/28.10	c cleaning 17005 clauses out of 34021 with flag 1892138/161000
33.21/32.89	c cleaning 18004 clauses out of 36016 with flag 2121318/180000
38.21/37.87	c cleaning 19001 clauses out of 38013 with flag 2315624/200001
43.91/43.50	c cleaning 20001 clauses out of 40011 with flag 2523484/221000
49.61/49.28	c cleaning 21004 clauses out of 42011 with flag 2739740/243001
55.62/55.22	c cleaning 21998 clauses out of 44008 with flag 3022826/266002
62.52/62.17	c cleaning 22997 clauses out of 46009 with flag 3291462/290001
69.82/69.43	c cleaning 23987 clauses out of 48011 with flag 3618680/315000
77.52/77.13	c cleaning 24998 clauses out of 50024 with flag 3958125/341000
85.84/85.48	c cleaning 25999 clauses out of 52026 with flag 4302904/368000
95.24/94.81	c cleaning 27012 clauses out of 54029 with flag 4657024/396002
103.74/103.40	c cleaning 27999 clauses out of 56016 with flag 4972513/425001
113.85/113.43	c cleaning 29001 clauses out of 58016 with flag 5344732/455000
124.15/123.76	c cleaning 30003 clauses out of 60016 with flag 5735549/486001
133.44/133.08	c cleaning 31002 clauses out of 62015 with flag 6111224/518003
142.85/142.48	c cleaning 32003 clauses out of 64013 with flag 6465257/551003
152.86/152.48	c cleaning 32997 clauses out of 66010 with flag 6822622/585003
164.65/164.20	c cleaning 33996 clauses out of 68011 with flag 7249602/620001
177.25/176.81	c cleaning 35002 clauses out of 70015 with flag 7664629/656001
189.26/188.84	c cleaning 35996 clauses out of 72012 with flag 8098387/693000
200.27/199.84	c cleaning 36995 clauses out of 74016 with flag 8520636/731000
212.39/211.95	c cleaning 37996 clauses out of 76021 with flag 8964434/770000
224.80/224.35	c cleaning 39009 clauses out of 78029 with flag 9417297/810004
239.20/238.71	c cleaning 40002 clauses out of 80016 with flag 9894984/851000
254.00/253.55	c cleaning 40997 clauses out of 82015 with flag 10374331/893001
272.50/272.06	c cleaning 42000 clauses out of 84017 with flag 10880346/936000
291.11/290.69	c cleaning 43003 clauses out of 86017 with flag 11403980/980000
311.10/310.62	c cleaning 44001 clauses out of 88016 with flag 11929303/1025002
334.21/333.72	c cleaning 44997 clauses out of 90014 with flag 12478581/1071001
359.57/359.05	c cleaning 45998 clauses out of 92017 with flag 13056735/1118001
382.17/381.63	c cleaning 47001 clauses out of 94019 with flag 13641765/1166001
406.38/405.80	c cleaning 48001 clauses out of 96017 with flag 14229394/1215000
431.79/431.28	c cleaning 48998 clauses out of 98017 with flag 14854766/1265001
459.39/458.87	c cleaning 50002 clauses out of 100018 with flag 15489218/1316000
489.09/488.56	c cleaning 50995 clauses out of 102016 with flag 16154625/1368000
520.29/519.72	c cleaning 52001 clauses out of 104021 with flag 16813183/1421000
550.82/550.18	c cleaning 52999 clauses out of 106021 with flag 17479233/1475001
581.72/581.09	c cleaning 54000 clauses out of 108021 with flag 18138332/1530000
617.72/617.01	c cleaning 55005 clauses out of 110022 with flag 18821726/1586001
654.93/654.27	c cleaning 55999 clauses out of 112017 with flag 19528133/1643001
694.34/693.65	c cleaning 57001 clauses out of 114018 with flag 20270867/1701001
732.84/732.11	c cleaning 58000 clauses out of 116018 with flag 21003332/1760002
762.95/762.30	c cleaning 58995 clauses out of 118016 with flag 21707412/1820000
792.68/791.82	c cleaning 60001 clauses out of 120024 with flag 22395438/1881003
822.18/821.36	c cleaning 60993 clauses out of 122020 with flag 23126652/1943000
851.49/850.60	c cleaning 61994 clauses out of 124028 with flag 23861699/2006001
886.10/885.22	c cleaning 63015 clauses out of 126034 with flag 24709883/2070001
922.30/921.47	c cleaning 64001 clauses out of 128018 with flag 25507298/2135000
957.60/956.73	c cleaning 65000 clauses out of 130018 with flag 26321424/2201001
1003.97/1002.98	c cleaning 66004 clauses out of 132018 with flag 27076714/2268001
1045.50/1044.49	c cleaning 67000 clauses out of 134016 with flag 27824506/2336003
1086.20/1085.12	c cleaning 68003 clauses out of 136015 with flag 28603571/2405002
1124.01/1122.91	c cleaning 68995 clauses out of 138010 with flag 29450838/2475000
1169.02/1167.94	c cleaning 70005 clauses out of 140017 with flag 30358928/2546002
1217.02/1215.72	c cleaning 70999 clauses out of 142011 with flag 31263158/2618001
1274.82/1273.54	c cleaning 72001 clauses out of 144013 with flag 32281423/2691002
1329.04/1327.79	c cleaning 72986 clauses out of 146011 with flag 33185519/2765001
1380.45/1379.16	c cleaning 74006 clauses out of 148025 with flag 34019251/2840001
1437.15/1435.86	c cleaning 75008 clauses out of 150022 with flag 34887931/2916004
1483.56/1482.09	c cleaning 75998 clauses out of 152010 with flag 35828604/2993000
1535.35/1533.83	c cleaning 76999 clauses out of 154012 with flag 36694487/3071000
1597.75/1596.24	c cleaning 78001 clauses out of 156013 with flag 37604676/3150000
1658.73/1657.04	c cleaning 79002 clauses out of 158014 with flag 38588273/3230002
1727.14/1725.45	c cleaning 79997 clauses out of 160011 with flag 39618409/3311001
1796.35/1794.62	c cleaning 80996 clauses out of 162014 with flag 40624540/3393001
1800.06/1798.30	c starts		: 1685
1800.06/1798.30	c conflicts		: 3400992
1800.06/1798.30	c decisions		: 3847189
1800.06/1798.30	c propagations		: 77934035
1800.06/1798.30	c timeout
1800.06/1798.30	c inspects		: 36376786605
1800.06/1798.30	c shortcuts		: 0
1800.06/1798.30	c learnt literals	: 0
1800.06/1798.30	c learnt binary clauses	: 0
1800.06/1798.30	c learnt ternary clauses	: 0
1800.06/1798.30	c learnt constraints	: 3400992
1800.06/1798.30	c ignored constraints	: 0
1800.06/1798.30	c root simplifications	: 0
1800.06/1798.30	c removed literals (reason simplification)	: 0
1800.06/1798.30	c reason swapping (by a shorter reason)	: 0
1800.06/1798.30	c Calls to reduceDB	: 78
1800.06/1798.30	c Number of update (reduction) of LBD	: 1098519
1800.06/1798.30	c Imported unit clauses	: 0
1800.06/1798.30	c number of reductions to clauses (during analyze)	: 0
1800.06/1798.30	c number of learned constraints concerned by reduction	: 0
1800.06/1798.30	c number of learning phase by resolution	: 0
1800.06/1798.30	c number of learning phase by cutting planes	: 0
1800.06/1798.30	c speed (assignments/second)	: 43341.086646542346
1800.06/1798.30	c non guided choices	56
1800.06/1798.33	c learnt constraints type 
1800.06/1798.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 89009
1800.06/1798.33	s UNKNOWN
1800.06/1798.33	c Total wall clock time (in seconds): 1798.207

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

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

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


[startup+0 s]
/proc/loadavg: 2.08 2.07 2.00 2/169 13552
/proc/meminfo: memFree=31605984/32872528 swapFree=446836/479540
[pid=13552] ppid=13549 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/13552/stat : 13552 (runsolver) R 13549 13552 5711 0 -1 4202560 123 0 0 0 0 0 0 0 20 0 1 0 5573086 24911872 160 33554432000 4194304 4338465 140733278015856 140733278013048 235374538167 0 0 4096 24578 0 0 0 17 0 0 0 0 0 0
/proc/13552/statm: 6082 160 113 36 0 2655 0

[startup+0.100059 s]
/proc/loadavg: 2.08 2.07 2.00 2/169 13552
/proc/meminfo: memFree=31605984/32872528 swapFree=446836/479540
[pid=13552] ppid=13549 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/13552/stat : 13552 (java) S 13549 13552 5711 0 -1 4202496 4302 0 1 0 6 1 0 0 20 0 18 0 5573086 9787879424 5433 33554432000 1073741824 1073778376 140734389883872 140734389875008 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13552/statm: 2389619 5434 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 2.08 2.07 2.00 2/169 13552
/proc/meminfo: memFree=31605984/32872528 swapFree=446836/479540
[pid=13552] ppid=13549 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/13552/stat : 13552 (java) S 13549 13552 5711 0 -1 4202496 6755 0 1 0 24 1 0 0 20 0 19 0 5573086 9856040960 7673 33554432000 1073741824 1073778376 140734389883872 140734389875008 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13552/statm: 2406260 7673 2212 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300207 s]
/proc/loadavg: 2.08 2.07 2.00 2/169 13552
/proc/meminfo: memFree=31605984/32872528 swapFree=446836/479540
[pid=13552] ppid=13549 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/13552/stat : 13552 (java) S 13549 13552 5711 0 -1 4202496 7434 0 1 0 49 1 0 0 20 0 19 0 5573086 9856040960 7738 33554432000 1073741824 1073778376 140734389883872 140734389875008 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13552/statm: 2406260 7738 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700154 s]
/proc/loadavg: 2.08 2.07 2.00 2/169 13552
/proc/meminfo: memFree=31605984/32872528 swapFree=446836/479540
[pid=13552] ppid=13549 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/13552/stat : 13552 (java) S 13549 13552 5711 0 -1 4202496 8513 0 1 0 96 2 0 0 20 0 19 0 5573086 9856040960 8676 33554432000 1073741824 1073778376 140734389883872 140734389875008 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13552/statm: 2406260 8676 2237 9 0 2396937 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.23 2.10 2.02 3/212 13604
/proc/meminfo: memFree=31548544/32872528 swapFree=446836/479540
[pid=13552] ppid=13549 vsize=9625040 CPUtime=1.88 cores=0,2,4,6
/proc/13552/stat : 13552 (java) S 13549 13552 5711 0 -1 4202496 9818 0 1 0 186 2 0 0 20 0 19 0 5573086 9856040960 9395 33554432000 1073741824 1073778376 140734389883872 140734389875008 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13552/statm: 2406260 9395 2241 9 0 2396937 0
[pid=13552/tid=13555] ppid=13549 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/13552/task/13555/stat : 13555 (java) R 13549 13552 5711 0 -1 4202560 2414 0 1 0 143 2 0 0 20 0 19 0 5573088 9856040960 9395 33554432000 1073741824 1073778376 140734389883872 139883577573072 139883411103093 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13552/tid=13557] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13557/stat : 13557 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573089 9856040960 9395 33554432000 1073741824 1073778376 140734389883872 139883539074088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13558] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13558/stat : 13558 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573089 9856040960 9395 33554432000 1073741824 1073778376 140734389883872 139883538021288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13552/tid=13559] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13559/stat : 13559 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573089 9856040960 9395 33554432000 1073741824 1073778376 140734389883872 139883536968488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13552/tid=13560] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13560/stat : 13560 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573089 9856040960 9395 33554432000 1073741824 1073778376 140734389883872 139883535915688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13552/tid=13561] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13561/stat : 13561 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573089 9856040960 9395 33554432000 1073741824 1073778376 140734389883872 139883534862888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13562] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13562/stat : 13562 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573089 9856040960 9395 33554432000 1073741824 1073778376 140734389883872 139883533810088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13552/tid=13563] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13563/stat : 13563 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573089 9856040960 9395 33554432000 1073741824 1073778376 140734389883872 139883532757288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13564] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13564/stat : 13564 (java) S 13549 13552 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5573089 9856040960 9395 33554432000 1073741824 1073778376 140734389883872 139883531704488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13565] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13565/stat : 13565 (java) S 13549 13552 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5573091 9856040960 9395 33554432000 1073741824 1073778376 140734389883872 139883401141224 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13566] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13566/stat : 13566 (java) S 13549 13552 5711 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5573091 9856040960 9395 33554432000 1073741824 1073778376 140734389883872 139883400087288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13567] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13567/stat : 13567 (java) S 13549 13552 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5573091 9856040960 9395 33554432000 1073741824 1073778376 140734389883872 139883399034376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13577] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13577/stat : 13577 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573093 9856040960 9395 33554432000 1073741824 1073778376 140734389883872 139883397982864 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13578] ppid=13549 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/13552/task/13578/stat : 13578 (java) S 13549 13552 5711 0 -1 4202560 4041 0 0 0 26 0 0 0 20 0 19 0 5573093 9856040960 9395 33554432000 1073741824 1073778376 140734389883872 139883396929976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13579] ppid=13549 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/13552/task/13579/stat : 13579 (java) S 13549 13552 5711 0 -1 4202560 2088 0 0 0 15 0 0 0 20 0 19 0 5573093 9856040960 9395 33554432000 1073741824 1073778376 140734389883872 139883395877176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13552/tid=13580] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13580/stat : 13580 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573093 9856040960 9395 33554432000 1073741824 1073778376 140734389883872 139882521422200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13552/tid=13581] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13581/stat : 13581 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573093 9856040960 9395 33554432000 1073741824 1073778376 140734389883872 139882520369608 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13603] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13603/stat : 13603 (java) S 13549 13552 5711 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5573102 9856040960 9395 33554432000 1073741824 1073778376 140734389883872 139882519316136 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.23 2.10 2.02 3/212 13604
/proc/meminfo: memFree=31541532/32872528 swapFree=446836/479540
[pid=13552] ppid=13549 vsize=9625040 CPUtime=3.51 cores=0,2,4,6
/proc/13552/stat : 13552 (java) S 13549 13552 5711 0 -1 4202496 9821 0 1 0 349 2 0 0 20 0 19 0 5573086 9856040960 10420 33554432000 1073741824 1073778376 140734389883872 140734389875008 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13552/statm: 2406260 10420 2241 9 0 2396937 0
[pid=13552/tid=13555] ppid=13549 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/13552/task/13555/stat : 13555 (java) R 13549 13552 5711 0 -1 4202560 2416 0 1 0 303 2 0 0 20 0 19 0 5573088 9856040960 10420 33554432000 1073741824 1073778376 140734389883872 139883577581848 139883411103093 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13552/tid=13557] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13557/stat : 13557 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573089 9856040960 10420 33554432000 1073741824 1073778376 140734389883872 139883539074088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13558] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13558/stat : 13558 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573089 9856040960 10420 33554432000 1073741824 1073778376 140734389883872 139883538021288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13552/tid=13559] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13559/stat : 13559 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573089 9856040960 10420 33554432000 1073741824 1073778376 140734389883872 139883536968488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13552/tid=13560] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13560/stat : 13560 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573089 9856040960 10420 33554432000 1073741824 1073778376 140734389883872 139883535915688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13552/tid=13561] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13561/stat : 13561 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573089 9856040960 10420 33554432000 1073741824 1073778376 140734389883872 139883534862888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13562] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13562/stat : 13562 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573089 9856040960 10420 33554432000 1073741824 1073778376 140734389883872 139883533810088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13552/tid=13563] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13563/stat : 13563 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573089 9856040960 10420 33554432000 1073741824 1073778376 140734389883872 139883532757288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13564] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13564/stat : 13564 (java) S 13549 13552 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5573089 9856040960 10420 33554432000 1073741824 1073778376 140734389883872 139883531704488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13565] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13565/stat : 13565 (java) S 13549 13552 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5573091 9856040960 10420 33554432000 1073741824 1073778376 140734389883872 139883401141224 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13566] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13566/stat : 13566 (java) S 13549 13552 5711 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5573091 9856040960 10420 33554432000 1073741824 1073778376 140734389883872 139883400087288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13567] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13567/stat : 13567 (java) S 13549 13552 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5573091 9856040960 10420 33554432000 1073741824 1073778376 140734389883872 139883399034376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13577] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13577/stat : 13577 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573093 9856040960 10420 33554432000 1073741824 1073778376 140734389883872 139883397982864 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13578] ppid=13549 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/13552/task/13578/stat : 13578 (java) S 13549 13552 5711 0 -1 4202560 4041 0 0 0 26 0 0 0 20 0 19 0 5573093 9856040960 10420 33554432000 1073741824 1073778376 140734389883872 139883396929976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13579] ppid=13549 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/13552/task/13579/stat : 13579 (java) S 13549 13552 5711 0 -1 4202560 2089 0 0 0 17 0 0 0 20 0 19 0 5573093 9856040960 10420 33554432000 1073741824 1073778376 140734389883872 139883395877176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13552/tid=13580] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13580/stat : 13580 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573093 9856040960 10420 33554432000 1073741824 1073778376 140734389883872 139882521422200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13552/tid=13581] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13581/stat : 13581 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573093 9856040960 10420 33554432000 1073741824 1073778376 140734389883872 139882520369608 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13603] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13603/stat : 13603 (java) S 13549 13552 5711 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5573102 9856040960 10420 33554432000 1073741824 1073778376 140734389883872 139882519316136 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.29 2.11 2.02 4/212 13604
/proc/meminfo: memFree=31528652/32872528 swapFree=446836/479540
[pid=13552] ppid=13549 vsize=9625040 CPUtime=6.71 cores=0,2,4,6
/proc/13552/stat : 13552 (java) S 13549 13552 5711 0 -1 4202496 9827 0 1 0 669 2 0 0 20 0 19 0 5573086 9856040960 12469 33554432000 1073741824 1073778376 140734389883872 140734389875008 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13552/statm: 2406260 12469 2242 9 0 2396937 0
[pid=13552/tid=13555] ppid=13549 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/13552/task/13555/stat : 13555 (java) R 13549 13552 5711 0 -1 4202560 2421 0 1 0 623 2 0 0 20 0 19 0 5573088 9856040960 12469 33554432000 1073741824 1073778376 140734389883872 139883577573072 139883411052029 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13552/tid=13557] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13557/stat : 13557 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573089 9856040960 12469 33554432000 1073741824 1073778376 140734389883872 139883539074088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13558] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13558/stat : 13558 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573089 9856040960 12469 33554432000 1073741824 1073778376 140734389883872 139883538021288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13552/tid=13559] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13559/stat : 13559 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573089 9856040960 12469 33554432000 1073741824 1073778376 140734389883872 139883536968488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13552/tid=13560] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13560/stat : 13560 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573089 9856040960 12469 33554432000 1073741824 1073778376 140734389883872 139883535915688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13552/tid=13561] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13561/stat : 13561 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573089 9856040960 12469 33554432000 1073741824 1073778376 140734389883872 139883534862888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13562] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13562/stat : 13562 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573089 9856040960 12469 33554432000 1073741824 1073778376 140734389883872 139883533810088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13552/tid=13563] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13563/stat : 13563 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573089 9856040960 12469 33554432000 1073741824 1073778376 140734389883872 139883532757288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13564] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13564/stat : 13564 (java) S 13549 13552 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5573089 9856040960 12469 33554432000 1073741824 1073778376 140734389883872 139883531704488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13565] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13565/stat : 13565 (java) S 13549 13552 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5573091 9856040960 12469 33554432000 1073741824 1073778376 140734389883872 139883401141224 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13566] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13566/stat : 13566 (java) S 13549 13552 5711 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5573091 9856040960 12469 33554432000 1073741824 1073778376 140734389883872 139883400087288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13567] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13567/stat : 13567 (java) S 13549 13552 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5573091 9856040960 12469 33554432000 1073741824 1073778376 140734389883872 139883399034376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13577] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13577/stat : 13577 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573093 9856040960 12469 33554432000 1073741824 1073778376 140734389883872 139883397982864 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13578] ppid=13549 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/13552/task/13578/stat : 13578 (java) S 13549 13552 5711 0 -1 4202560 4041 0 0 0 26 0 0 0 20 0 19 0 5573093 9856040960 12469 33554432000 1073741824 1073778376 140734389883872 139883396929976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13579] ppid=13549 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/13552/task/13579/stat : 13579 (java) S 13549 13552 5711 0 -1 4202560 2089 0 0 0 17 0 0 0 20 0 19 0 5573093 9856040960 12469 33554432000 1073741824 1073778376 140734389883872 139883395877176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13552/tid=13580] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13580/stat : 13580 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573093 9856040960 12469 33554432000 1073741824 1073778376 140734389883872 139882521422200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13552/tid=13581] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13581/stat : 13581 (java) S 13549 13552 5711 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5573093 9856040960 12469 33554432000 1073741824 1073778376 140734389883872 139882520369608 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13603] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13603/stat : 13603 (java) S 13549 13552 5711 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5573102 9856040960 12469 33554432000 1073741824 1073778376 140734389883872 139882519316136 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 9625040


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

[pid=13552/tid=13603] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13603/stat : 13603 (java) S 13549 13552 5711 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5573102 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139882519316136 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.04
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/212 13670
/proc/meminfo: memFree=30836736/32872528 swapFree=446836/479540
[pid=13552] ppid=13549 vsize=9625040 CPUtime=1784.05 cores=0,2,4,6
/proc/13552/stat : 13552 (java) S 13549 13552 5711 0 -1 4202496 11840 0 1 0 178344 61 0 0 20 0 19 0 5573086 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 140734389875008 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13552/statm: 2406260 129374 2257 9 0 2396937 0
[pid=13552/tid=13555] ppid=13549 vsize=9625040 CPUtime=1777.26 cores=0,2,4,6
/proc/13552/task/13555/stat : 13555 (java) R 13549 13552 5711 0 -1 4202560 2485 0 1 0 177696 30 0 0 20 0 19 0 5573088 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883577573056 139883411103093 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13552/tid=13557] ppid=13549 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/13552/task/13557/stat : 13557 (java) S 13549 13552 5711 0 -1 4202560 298 0 0 0 18 6 0 0 20 0 19 0 5573089 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883539074088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13558] ppid=13549 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/13552/task/13558/stat : 13558 (java) S 13549 13552 5711 0 -1 4202560 158 0 0 0 11 5 0 0 20 0 19 0 5573089 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883538021288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13552/tid=13559] ppid=13549 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/13552/task/13559/stat : 13559 (java) S 13549 13552 5711 0 -1 4202560 255 0 0 0 16 5 0 0 20 0 19 0 5573089 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883536968488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13552/tid=13560] ppid=13549 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/13552/task/13560/stat : 13560 (java) S 13549 13552 5711 0 -1 4202560 116 0 0 0 8 4 0 0 20 0 19 0 5573089 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883535915688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13561] ppid=13549 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/13552/task/13561/stat : 13561 (java) S 13549 13552 5711 0 -1 4202560 197 0 0 0 12 5 0 0 20 0 19 0 5573089 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883534862888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13552/tid=13562] ppid=13549 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/13552/task/13562/stat : 13562 (java) S 13549 13552 5711 0 -1 4202560 230 0 0 0 14 4 0 0 20 0 19 0 5573089 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883533810088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13552/tid=13563] ppid=13549 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/13552/task/13563/stat : 13563 (java) S 13549 13552 5711 0 -1 4202560 175 0 0 0 9 5 0 0 20 0 19 0 5573089 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883532757288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13564] ppid=13549 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/13552/task/13564/stat : 13564 (java) S 13549 13552 5711 0 -1 4202560 190 0 0 0 14 5 0 0 20 0 19 0 5573089 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883531704488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13552/tid=13565] ppid=13549 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13552/task/13565/stat : 13565 (java) S 13549 13552 5711 0 -1 4202560 126 0 0 0 2 0 0 0 20 0 19 0 5573091 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883401141224 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13566] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13566/stat : 13566 (java) S 13549 13552 5711 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5573091 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883400087288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13567] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13567/stat : 13567 (java) S 13549 13552 5711 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5573091 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883399034376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13577] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13577/stat : 13577 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573093 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883397982864 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13578] ppid=13549 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/13552/task/13578/stat : 13578 (java) S 13549 13552 5711 0 -1 4202560 4041 0 0 0 26 0 0 0 20 0 19 0 5573093 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883396929976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13579] ppid=13549 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/13552/task/13579/stat : 13579 (java) S 13549 13552 5711 0 -1 4202560 2202 0 0 0 20 0 0 0 20 0 19 0 5573093 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883395877176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13552/tid=13580] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13580/stat : 13580 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573093 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139882521422200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13552/tid=13581] ppid=13549 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/13552/task/13581/stat : 13581 (java) S 13549 13552 5711 0 -1 4202560 104 0 0 0 33 24 0 0 20 0 19 0 5573093 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139882520369608 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13603] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13603/stat : 13603 (java) S 13549 13552 5711 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5573102 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139882519316136 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.05
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/212 13671
/proc/meminfo: memFree=30836824/32872528 swapFree=446836/479540
[pid=13552] ppid=13549 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/13552/stat : 13552 (java) S 13549 13552 5711 0 -1 4202496 11840 0 1 0 179944 62 0 0 20 0 19 0 5573086 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 140734389875008 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13552/statm: 2406260 129374 2257 9 0 2396937 0
[pid=13552/tid=13555] ppid=13549 vsize=9625040 CPUtime=1793.22 cores=0,2,4,6
/proc/13552/task/13555/stat : 13555 (java) R 13549 13552 5711 0 -1 4202560 2485 0 1 0 179292 30 0 0 20 0 19 0 5573088 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883577573056 139883411052029 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13552/tid=13557] ppid=13549 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/13552/task/13557/stat : 13557 (java) S 13549 13552 5711 0 -1 4202560 298 0 0 0 18 6 0 0 20 0 19 0 5573089 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883539074088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13558] ppid=13549 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/13552/task/13558/stat : 13558 (java) S 13549 13552 5711 0 -1 4202560 158 0 0 0 11 5 0 0 20 0 19 0 5573089 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883538021288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13552/tid=13559] ppid=13549 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/13552/task/13559/stat : 13559 (java) S 13549 13552 5711 0 -1 4202560 255 0 0 0 16 5 0 0 20 0 19 0 5573089 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883536968488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13552/tid=13560] ppid=13549 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/13552/task/13560/stat : 13560 (java) S 13549 13552 5711 0 -1 4202560 116 0 0 0 8 4 0 0 20 0 19 0 5573089 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883535915688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13561] ppid=13549 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/13552/task/13561/stat : 13561 (java) S 13549 13552 5711 0 -1 4202560 197 0 0 0 12 5 0 0 20 0 19 0 5573089 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883534862888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13552/tid=13562] ppid=13549 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/13552/task/13562/stat : 13562 (java) S 13549 13552 5711 0 -1 4202560 230 0 0 0 14 4 0 0 20 0 19 0 5573089 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883533810088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13552/tid=13563] ppid=13549 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/13552/task/13563/stat : 13563 (java) S 13549 13552 5711 0 -1 4202560 175 0 0 0 9 5 0 0 20 0 19 0 5573089 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883532757288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13564] ppid=13549 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/13552/task/13564/stat : 13564 (java) S 13549 13552 5711 0 -1 4202560 190 0 0 0 14 5 0 0 20 0 19 0 5573089 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883531704488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13552/tid=13565] ppid=13549 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13552/task/13565/stat : 13565 (java) S 13549 13552 5711 0 -1 4202560 126 0 0 0 2 0 0 0 20 0 19 0 5573091 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883401141224 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13566] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13566/stat : 13566 (java) S 13549 13552 5711 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5573091 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883400087288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13567] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13567/stat : 13567 (java) S 13549 13552 5711 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5573091 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883399034376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13577] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13577/stat : 13577 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573093 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883397982864 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13578] ppid=13549 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/13552/task/13578/stat : 13578 (java) S 13549 13552 5711 0 -1 4202560 4041 0 0 0 26 0 0 0 20 0 19 0 5573093 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883396929976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13579] ppid=13549 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/13552/task/13579/stat : 13579 (java) S 13549 13552 5711 0 -1 4202560 2202 0 0 0 20 0 0 0 20 0 19 0 5573093 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883395877176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13552/tid=13580] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13580/stat : 13580 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573093 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139882521422200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13552/tid=13581] ppid=13549 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/13552/task/13581/stat : 13581 (java) S 13549 13552 5711 0 -1 4202560 104 0 0 0 34 24 0 0 20 0 19 0 5573093 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139882520369608 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13603] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13603/stat : 13603 (java) S 13549 13552 5711 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5573102 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139882519316136 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 13552 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/212 13671
/proc/meminfo: memFree=30836824/32872528 swapFree=446836/479540
[pid=13552] ppid=13549 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/13552/stat : 13552 (java) S 13549 13552 5711 0 -1 4202496 11840 0 1 0 179944 62 0 0 20 0 19 0 5573086 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 140734389875008 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13552/statm: 2406260 129374 2257 9 0 2396937 0
[pid=13552/tid=13555] ppid=13549 vsize=9625040 CPUtime=1793.22 cores=0,2,4,6
/proc/13552/task/13555/stat : 13555 (java) R 13549 13552 5711 0 -1 4202560 2485 0 1 0 179292 30 0 0 20 0 19 0 5573088 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883577573056 139883411052029 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13552/tid=13557] ppid=13549 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/13552/task/13557/stat : 13557 (java) S 13549 13552 5711 0 -1 4202560 298 0 0 0 18 6 0 0 20 0 19 0 5573089 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883539074088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13558] ppid=13549 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/13552/task/13558/stat : 13558 (java) S 13549 13552 5711 0 -1 4202560 158 0 0 0 11 5 0 0 20 0 19 0 5573089 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883538021288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13552/tid=13559] ppid=13549 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/13552/task/13559/stat : 13559 (java) S 13549 13552 5711 0 -1 4202560 255 0 0 0 16 5 0 0 20 0 19 0 5573089 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883536968488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13552/tid=13560] ppid=13549 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/13552/task/13560/stat : 13560 (java) S 13549 13552 5711 0 -1 4202560 116 0 0 0 8 4 0 0 20 0 19 0 5573089 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883535915688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13561] ppid=13549 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/13552/task/13561/stat : 13561 (java) S 13549 13552 5711 0 -1 4202560 197 0 0 0 12 5 0 0 20 0 19 0 5573089 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883534862888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13552/tid=13562] ppid=13549 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/13552/task/13562/stat : 13562 (java) S 13549 13552 5711 0 -1 4202560 230 0 0 0 14 4 0 0 20 0 19 0 5573089 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883533810088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13552/tid=13563] ppid=13549 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/13552/task/13563/stat : 13563 (java) S 13549 13552 5711 0 -1 4202560 175 0 0 0 9 5 0 0 20 0 19 0 5573089 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883532757288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13564] ppid=13549 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/13552/task/13564/stat : 13564 (java) S 13549 13552 5711 0 -1 4202560 190 0 0 0 14 5 0 0 20 0 19 0 5573089 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883531704488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13552/tid=13565] ppid=13549 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13552/task/13565/stat : 13565 (java) S 13549 13552 5711 0 -1 4202560 126 0 0 0 2 0 0 0 20 0 19 0 5573091 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883401141224 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13566] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13566/stat : 13566 (java) S 13549 13552 5711 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5573091 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883400087288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13567] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13567/stat : 13567 (java) S 13549 13552 5711 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5573091 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883399034376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13577] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13577/stat : 13577 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573093 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883397982864 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13578] ppid=13549 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/13552/task/13578/stat : 13578 (java) S 13549 13552 5711 0 -1 4202560 4041 0 0 0 26 0 0 0 20 0 19 0 5573093 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883396929976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13579] ppid=13549 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/13552/task/13579/stat : 13579 (java) S 13549 13552 5711 0 -1 4202560 2202 0 0 0 20 0 0 0 20 0 19 0 5573093 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139883395877176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13552/tid=13580] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13580/stat : 13580 (java) S 13549 13552 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573093 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139882521422200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13552/tid=13581] ppid=13549 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/13552/task/13581/stat : 13581 (java) S 13549 13552 5711 0 -1 4202560 104 0 0 0 34 24 0 0 20 0 19 0 5573093 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139882520369608 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13552/tid=13603] ppid=13549 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13552/task/13603/stat : 13603 (java) S 13549 13552 5711 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5573102 9856040960 129374 33554432000 1073741824 1073778376 140734389883872 139882519316136 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1798.34
CPU time (s): 1800.06
CPU user time (s): 1799.44
CPU system time (s): 0.62
CPU usage (%): 100.096
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.94
system time used= 1.07184
maximum resident set size= 517648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11885
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38218
involuntary context switches= 6845

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9813 second user time and 12.1442 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-16 02:00:30
IDJOB=4089901
IDBENCH=107472
IDSOLVER=2546
FILE ID=node104/4089901-1466035230
RUNJOBID= node104-1466033430-13360
PBS_JOBID= 19902812
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v061-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089901-1466035230/watcher-4089901-1466035230 -o /tmp/evaluation-result-4089901-1466035230/solver-4089901-1466035230 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466033430-13360 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089901-1466035230.opb

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

MD5SUM BENCH= 60094e490291d00dfc3d1432e031262f
RANDOM SEED=891829887

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:        31607148 kB
Buffers:           29324 kB
Cached:            56844 kB
SwapCached:         1448 kB
Active:            36968 kB
Inactive:          52504 kB
Active(anon):       3912 kB
Inactive(anon):     2028 kB
Active(file):      33056 kB
Inactive(file):    50476 kB
Unevictable:      479540 kB
Mlocked:          446836 kB
SwapTotal:      67108856 kB
SwapFree:       67099956 kB
Dirty:               872 kB
Writeback:             0 kB
AnonPages:        481732 kB
Mapped:             7136 kB
Shmem:                 0 kB
Slab:             566804 kB
SReclaimable:      10764 kB
SUnreclaim:       556040 kB
KernelStack:        1400 kB
PageTables:         5228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     565480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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= 71736 MiB
End job on node104 at 2016-06-16 02:30:28