Trace number 4084472

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.01 1780.94

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-31-30.opb
MD5SUM583fb36c9cf948cc03f361dd87435bdd
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark0.014997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables930
Total number of constraints61
Number of constraints which are clauses31
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint31
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 32
Number of bits of the biggest sum of numbers6
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.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084472-1465239813.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.18	c ... done. Wall clock time 0.063s.
0.09/0.18	c declared #vars     930
0.09/0.18	c #constraints  61
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 31
0.09/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.09/0.18	c 61 constraints processed.
0.77/0.56	c cleaning 2498 clauses out of 5001 with flag 30963/5001
1.80/1.24	c cleaning 4161 clauses out of 8502 with flag 86914/11000
2.99/2.43	c cleaning 5664 clauses out of 11342 with flag 163676/18001
4.69/4.19	c cleaning 6836 clauses out of 13677 with flag 249782/26000
6.80/6.22	c cleaning 7921 clauses out of 15841 with flag 340687/35000
8.81/8.27	c cleaning 8961 clauses out of 17921 with flag 412841/45001
11.27/10.63	c cleaning 9981 clauses out of 19962 with flag 500356/56003
13.87/13.23	c cleaning 10988 clauses out of 21981 with flag 577778/68003
16.97/16.38	c cleaning 11985 clauses out of 23990 with flag 662567/81000
20.26/19.60	c cleaning 13000 clauses out of 26007 with flag 744523/95002
24.64/23.89	c cleaning 13998 clauses out of 28005 with flag 863571/110000
29.34/28.55	c cleaning 15000 clauses out of 30007 with flag 991187/126000
34.74/33.90	c cleaning 16000 clauses out of 32007 with flag 1122179/143000
40.67/39.69	c cleaning 16997 clauses out of 34009 with flag 1283620/161002
45.96/44.94	c cleaning 18004 clauses out of 36011 with flag 1428011/180001
52.34/51.24	c cleaning 18999 clauses out of 38007 with flag 1584720/200001
59.64/58.59	c cleaning 20002 clauses out of 40008 with flag 1754897/221001
69.01/67.78	c cleaning 20995 clauses out of 42005 with flag 1957603/243000
78.01/76.78	c cleaning 22001 clauses out of 44011 with flag 2176015/266001
86.81/85.59	c cleaning 22999 clauses out of 46009 with flag 2373899/290000
96.81/95.47	c cleaning 24000 clauses out of 48010 with flag 2582294/315000
107.88/106.29	c cleaning 25003 clauses out of 50012 with flag 2820422/341002
118.39/116.77	c cleaning 26002 clauses out of 52008 with flag 3018053/368001
130.43/128.41	c cleaning 27001 clauses out of 54007 with flag 3244228/396002
143.97/141.80	c cleaning 27998 clauses out of 56005 with flag 3527126/425001
157.59/155.20	c cleaning 28997 clauses out of 58006 with flag 3777900/455000
170.90/168.36	c cleaning 30000 clauses out of 60009 with flag 4037877/486000
180.16/177.41	c cleaning 31000 clauses out of 62010 with flag 4353252/518001
190.19/187.49	c cleaning 31999 clauses out of 64009 with flag 4698821/551000
202.96/200.06	c cleaning 32992 clauses out of 66011 with flag 5046490/585001
214.45/211.44	c cleaning 34007 clauses out of 68024 with flag 5394334/620006
229.67/226.53	c cleaning 34994 clauses out of 70013 with flag 5763695/656002
244.33/241.09	c cleaning 36000 clauses out of 72018 with flag 6158339/693001
259.95/256.54	c cleaning 36996 clauses out of 74017 with flag 6530180/731000
276.41/272.85	c cleaning 37992 clauses out of 76022 with flag 6966815/770001
291.88/288.23	c cleaning 39008 clauses out of 78030 with flag 7362299/810001
306.23/302.43	c cleaning 39936 clauses out of 80021 with flag 7764183/851000
321.17/317.22	c cleaning 41025 clauses out of 82086 with flag 8262376/893001
337.07/332.95	c cleaning 42030 clauses out of 84066 with flag 8782712/936006
353.85/349.57	c cleaning 42999 clauses out of 86030 with flag 9276271/980000
370.23/365.73	c cleaning 44011 clauses out of 88035 with flag 9731963/1025004
388.27/383.65	c cleaning 45000 clauses out of 90025 with flag 10138042/1071005
409.44/404.68	c cleaning 46000 clauses out of 92020 with flag 10576038/1118000
432.11/427.04	c cleaning 47005 clauses out of 94023 with flag 11007188/1166003
453.36/448.14	c cleaning 48003 clauses out of 96016 with flag 11528893/1215001
477.62/472.19	c cleaning 48999 clauses out of 98012 with flag 12020358/1265000
501.55/495.88	c cleaning 50004 clauses out of 100020 with flag 12580574/1316007
527.29/521.30	c cleaning 50983 clauses out of 102009 with flag 13264204/1368000
552.22/546.02	c cleaning 52001 clauses out of 104028 with flag 13776576/1421002
572.15/565.77	c cleaning 52981 clauses out of 106027 with flag 14330996/1475002
591.32/584.66	c cleaning 53939 clauses out of 108048 with flag 14787198/1530004
618.58/611.68	c cleaning 55046 clauses out of 110105 with flag 15281040/1586000
647.18/639.97	c cleaning 56026 clauses out of 112060 with flag 15820950/1643001
678.88/671.35	c cleaning 57013 clauses out of 114035 with flag 16365373/1701002
710.19/702.39	c cleaning 58004 clauses out of 116021 with flag 16988761/1760001
741.58/733.38	c cleaning 59001 clauses out of 118018 with flag 17657352/1820002
779.16/770.53	c cleaning 59998 clauses out of 120017 with flag 18383963/1881002
815.33/806.38	c cleaning 61000 clauses out of 122017 with flag 19108626/1943000
852.40/843.07	c cleaning 61999 clauses out of 124017 with flag 19632170/2006000
889.69/879.97	c cleaning 63005 clauses out of 126019 with flag 20161313/2070001
924.32/914.20	c cleaning 63998 clauses out of 128014 with flag 20703795/2135001
962.24/951.71	c cleaning 65002 clauses out of 130017 with flag 21289041/2201002
999.90/988.80	c cleaning 66003 clauses out of 132016 with flag 21856379/2268003
1041.86/1030.42	c cleaning 66999 clauses out of 134010 with flag 22537665/2336000
1086.86/1074.96	c cleaning 67992 clauses out of 136011 with flag 23293682/2405000
1117.10/1104.86	c cleaning 69003 clauses out of 138021 with flag 23986571/2475002
1161.84/1149.16	c cleaning 70008 clauses out of 140023 with flag 24776479/2546007
1201.30/1188.18	c cleaning 70994 clauses out of 142010 with flag 25374854/2618002
1246.67/1233.09	c cleaning 71999 clauses out of 144017 with flag 26023505/2691003
1297.86/1283.76	c cleaning 72977 clauses out of 146015 with flag 26864914/2765000
1357.47/1342.77	c cleaning 73994 clauses out of 148039 with flag 27629331/2840001
1410.55/1395.33	c cleaning 74959 clauses out of 150044 with flag 28417077/2916000
1470.93/1455.14	c cleaning 75982 clauses out of 152086 with flag 29174235/2993001
1532.58/1516.20	c cleaning 76991 clauses out of 154103 with flag 30042351/3071000
1594.17/1577.24	c cleaning 77996 clauses out of 156112 with flag 30756054/3150000
1657.17/1639.74	c cleaning 78993 clauses out of 158116 with flag 31590739/3230000
1721.66/1703.53	c cleaning 80003 clauses out of 160123 with flag 32425990/3311000
1780.08/1761.26	c cleaning 81031 clauses out of 162120 with flag 33219618/3393000
1800.01/1780.91	c starts		: 521
1800.01/1780.91	c conflicts		: 3432426
1800.01/1780.91	c decisions		: 4741013
1800.01/1780.91	c propagations		: 67249612
1800.01/1780.91	c inspects		: 25674761039
1800.01/1780.91	c shortcuts		: 0
1800.01/1780.91	c learnt literals	: 0
1800.01/1780.91	c learnt binary clauses	: 0
1800.01/1780.91	c learnt ternary clauses	: 0
1800.01/1780.91	c learnt constraints	: 3432426
1800.01/1780.91	c ignored constraints	: 0
1800.01/1780.91	c root simplifications	: 0
1800.01/1780.91	c removed literals (reason simplification)	: 0
1800.01/1780.91	c reason swapping (by a shorter reason)	: 0
1800.01/1780.91	c Calls to reduceDB	: 78
1800.01/1780.91	c Number of update (reduction) of LBD	: 2085902
1800.01/1780.91	c Imported unit clauses	: 0
1800.01/1780.91	c number of reductions to clauses (during analyze)	: 0
1800.01/1780.91	c number of learned constraints concerned by reduction	: 0
1800.01/1780.91	c number of learning phase by resolution	: 0
1800.01/1780.91	c number of learning phase by cutting planes	: 0
1800.01/1780.91	c speed (assignments/second)	: 37765.21694205014
1800.01/1780.91	c non guided choices	1286
1800.01/1780.91	c timeout
1800.01/1780.94	c learnt constraints type 
1800.01/1780.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 120516
1800.01/1780.94	s UNKNOWN
1800.01/1780.94	c Total wall clock time (in seconds): 1780.821

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-4084472-1465239813/watcher-4084472-1465239813 -o /tmp/evaluation-result-4084472-1465239813/solver-4084472-1465239813 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465218300-31161 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084472-1465239813.opb 

pid=1891
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.14 2.10 2.04 3/194 1894
/proc/meminfo: memFree=30786660/32872528 swapFree=12352/737972
[pid=1894] ppid=1891 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/1894/stat : 1894 (java) R 1891 1894 31144 0 -1 4202496 220 0 0 0 0 0 0 0 20 0 1 0 105915760 9445376 93 33554432000 1073741824 1073778376 140737383291616 140737383288744 213857122153 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1894/statm: 2306 97 76 9 0 38 0

[startup+0.100112 s]
/proc/loadavg: 2.14 2.10 2.04 3/194 1894
/proc/meminfo: memFree=30786660/32872528 swapFree=12352/737972
[pid=1894] ppid=1891 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/1894/stat : 1894 (java) S 1891 1894 31144 0 -1 4202496 4402 0 1 0 8 1 0 0 20 0 18 0 105915760 9787879424 6021 33554432000 1073741824 1073778376 140736152941440 140736152932576 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1894/statm: 2389619 6021 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200292 s]
/proc/loadavg: 2.14 2.10 2.04 3/194 1894
/proc/meminfo: memFree=30786660/32872528 swapFree=12352/737972
[pid=1894] ppid=1891 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/1894/stat : 1894 (java) S 1891 1894 31144 0 -1 4202496 4767 0 1 0 23 2 0 0 20 0 19 0 105915760 9856040960 6827 33554432000 1073741824 1073778376 140736152941440 140736152932576 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1894/statm: 2406260 6827 2221 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300268 s]
/proc/loadavg: 2.14 2.10 2.04 3/194 1894
/proc/meminfo: memFree=30786660/32872528 swapFree=12352/737972
[pid=1894] ppid=1891 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/1894/stat : 1894 (java) S 1891 1894 31144 0 -1 4202496 7262 0 1 0 50 2 0 0 20 0 19 0 105915760 9856040960 8120 33554432000 1073741824 1073778376 140736152941440 140736152932576 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1894/statm: 2406260 8120 2246 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700282 s]
/proc/loadavg: 2.14 2.10 2.04 3/194 1894
/proc/meminfo: memFree=30786660/32872528 swapFree=12352/737972
[pid=1894] ppid=1891 vsize=9625040 CPUtime=1.25 cores=1,3,5,7
/proc/1894/stat : 1894 (java) S 1891 1894 31144 0 -1 4202496 16444 0 1 0 121 4 0 0 20 0 19 0 105915760 9856040960 15113 33554432000 1073741824 1073778376 140736152941440 140736152932576 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1894/statm: 2406260 15113 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.14 2.10 2.04 3/213 1913
/proc/meminfo: memFree=30726632/32872528 swapFree=12352/737972
[pid=1894] ppid=1891 vsize=9625040 CPUtime=2.09 cores=1,3,5,7
/proc/1894/stat : 1894 (java) S 1891 1894 31144 0 -1 4202496 16473 0 1 0 205 4 0 0 20 0 19 0 105915760 9856040960 18718 33554432000 1073741824 1073778376 140736152941440 140736152932576 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1894/statm: 2406260 18718 2257 9 0 2396937 0
[pid=1894/tid=1896] ppid=1891 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/1894/task/1896/stat : 1896 (java) R 1891 1894 31144 0 -1 4202560 2413 0 1 0 144 1 0 0 20 0 19 0 105915761 9856040960 18718 33554432000 1073741824 1073778376 140736152941440 139879278121288 139879116144626 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1894/tid=1897] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1897/stat : 1897 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915762 9856040960 18718 33554432000 1073741824 1073778376 140736152941440 139879239612712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1898] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1898/stat : 1898 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915762 9856040960 18718 33554432000 1073741824 1073778376 140736152941440 139879238559912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1894/tid=1899] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1899/stat : 1899 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915762 9856040960 18718 33554432000 1073741824 1073778376 140736152941440 139879237507624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1894/tid=1900] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1900/stat : 1900 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915762 9856040960 18718 33554432000 1073741824 1073778376 140736152941440 139879236454824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1894/tid=1901] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1901/stat : 1901 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915762 9856040960 18718 33554432000 1073741824 1073778376 140736152941440 139879235402536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1902] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1902/stat : 1902 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915762 9856040960 18718 33554432000 1073741824 1073778376 140736152941440 139879234349736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1894/tid=1903] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1903/stat : 1903 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915762 9856040960 18718 33554432000 1073741824 1073778376 140736152941440 139879115648040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1904] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1904/stat : 1904 (java) S 1891 1894 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105915762 9856040960 18718 33554432000 1073741824 1073778376 140736152941440 139879114595240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1905] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1905/stat : 1905 (java) S 1891 1894 31144 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105915763 9856040960 18718 33554432000 1073741824 1073778376 140736152941440 139879102183656 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1906] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1906/stat : 1906 (java) S 1891 1894 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105915763 9856040960 18718 33554432000 1073741824 1073778376 140736152941440 139879101129720 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1907] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1907/stat : 1907 (java) S 1891 1894 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105915764 9856040960 18718 33554432000 1073741824 1073778376 140736152941440 139879100077320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1908] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1908/stat : 1908 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915766 9856040960 18718 33554432000 1073741824 1073778376 140736152941440 139878360672656 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1909] ppid=1891 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/1894/task/1909/stat : 1909 (java) S 1891 1894 31144 0 -1 4202560 4130 0 0 0 25 0 0 0 20 0 19 0 105915766 9856040960 19230 33554432000 1073741824 1073778376 140736152941440 139878359620280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1910] ppid=1891 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/1894/task/1910/stat : 1910 (java) S 1891 1894 31144 0 -1 4202560 8658 0 0 0 32 1 0 0 20 0 19 0 105915766 9856040960 19230 33554432000 1073741824 1073778376 140736152941440 139878358567480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1894/tid=1911] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1911/stat : 1911 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915766 9856040960 19230 33554432000 1073741824 1073778376 140736152941440 139878357515384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1894/tid=1912] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1912/stat : 1912 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915766 9856040960 19230 33554432000 1073741824 1073778376 140736152941440 139878356462792 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1913] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1913/stat : 1913 (java) S 1891 1894 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105915778 9856040960 19230 33554432000 1073741824 1073778376 140736152941440 139878355407784 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.14 2.10 2.04 3/213 1913
/proc/meminfo: memFree=30707580/32872528 swapFree=12352/737972
[pid=1894] ppid=1891 vsize=9625040 CPUtime=3.69 cores=1,3,5,7
/proc/1894/stat : 1894 (java) S 1891 1894 31144 0 -1 4202496 16487 0 1 0 364 5 0 0 20 0 19 0 105915760 9856040960 25374 33554432000 1073741824 1073778376 140736152941440 140736152932576 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1894/statm: 2406260 25374 2257 9 0 2396937 0
[pid=1894/tid=1896] ppid=1891 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/1894/task/1896/stat : 1896 (java) R 1891 1894 31144 0 -1 4202560 2427 0 1 0 302 2 0 0 20 0 19 0 105915761 9856040960 25374 33554432000 1073741824 1073778376 140736152941440 139879278121384 139879116104012 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1897] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1897/stat : 1897 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915762 9856040960 25374 33554432000 1073741824 1073778376 140736152941440 139879239612712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1898] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1898/stat : 1898 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915762 9856040960 25374 33554432000 1073741824 1073778376 140736152941440 139879238559912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1894/tid=1899] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1899/stat : 1899 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915762 9856040960 25374 33554432000 1073741824 1073778376 140736152941440 139879237507624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1894/tid=1900] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1900/stat : 1900 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915762 9856040960 25374 33554432000 1073741824 1073778376 140736152941440 139879236454824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1894/tid=1901] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1901/stat : 1901 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915762 9856040960 25374 33554432000 1073741824 1073778376 140736152941440 139879235402536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1902] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1902/stat : 1902 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915762 9856040960 25374 33554432000 1073741824 1073778376 140736152941440 139879234349736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1894/tid=1903] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1903/stat : 1903 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915762 9856040960 25374 33554432000 1073741824 1073778376 140736152941440 139879115648040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1904] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1904/stat : 1904 (java) S 1891 1894 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105915762 9856040960 25374 33554432000 1073741824 1073778376 140736152941440 139879114595240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1905] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1905/stat : 1905 (java) S 1891 1894 31144 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105915763 9856040960 25374 33554432000 1073741824 1073778376 140736152941440 139879102183656 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1894/tid=1906] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1906/stat : 1906 (java) S 1891 1894 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105915763 9856040960 25374 33554432000 1073741824 1073778376 140736152941440 139879101129720 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1907] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1907/stat : 1907 (java) S 1891 1894 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105915764 9856040960 25374 33554432000 1073741824 1073778376 140736152941440 139879100077320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1908] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1908/stat : 1908 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915766 9856040960 25374 33554432000 1073741824 1073778376 140736152941440 139878360672656 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1909] ppid=1891 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/1894/task/1909/stat : 1909 (java) S 1891 1894 31144 0 -1 4202560 4130 0 0 0 25 0 0 0 20 0 19 0 105915766 9856040960 25374 33554432000 1073741824 1073778376 140736152941440 139878359620280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1910] ppid=1891 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/1894/task/1910/stat : 1910 (java) S 1891 1894 31144 0 -1 4202560 8658 0 0 0 33 1 0 0 20 0 19 0 105915766 9856040960 25374 33554432000 1073741824 1073778376 140736152941440 139878358567480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1894/tid=1911] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1911/stat : 1911 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915766 9856040960 25374 33554432000 1073741824 1073778376 140736152941440 139878357515384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1894/tid=1912] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1912/stat : 1912 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915766 9856040960 25374 33554432000 1073741824 1073778376 140736152941440 139878356462792 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1894/tid=1913] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1913/stat : 1913 (java) S 1891 1894 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105915778 9856040960 25374 33554432000 1073741824 1073778376 140736152941440 139878355407784 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.13 2.10 2.04 3/213 1913
/proc/meminfo: memFree=30662444/32872528 swapFree=12352/737972
[pid=1894] ppid=1891 vsize=9625040 CPUtime=6.9 cores=1,3,5,7
/proc/1894/stat : 1894 (java) S 1891 1894 31144 0 -1 4202496 16509 0 1 0 685 5 0 0 20 0 19 0 105915760 9856040960 35427 33554432000 1073741824 1073778376 140736152941440 140736152932576 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1894/statm: 2406260 35427 2258 9 0 2396937 0
[pid=1894/tid=1896] ppid=1891 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/1894/task/1896/stat : 1896 (java) R 1891 1894 31144 0 -1 4202560 2448 0 1 0 621 2 0 0 20 0 19 0 105915761 9856040960 35427 33554432000 1073741824 1073778376 140736152941440 139879278121240 139879116223861 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1894/tid=1897] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1897/stat : 1897 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915762 9856040960 35427 33554432000 1073741824 1073778376 140736152941440 139879239612712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1898] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1898/stat : 1898 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915762 9856040960 35427 33554432000 1073741824 1073778376 140736152941440 139879238559912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1894/tid=1899] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1899/stat : 1899 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915762 9856040960 35427 33554432000 1073741824 1073778376 140736152941440 139879237507624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1894/tid=1900] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1900/stat : 1900 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915762 9856040960 35427 33554432000 1073741824 1073778376 140736152941440 139879236454824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1894/tid=1901] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1901/stat : 1901 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915762 9856040960 35427 33554432000 1073741824 1073778376 140736152941440 139879235402536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1902] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1902/stat : 1902 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915762 9856040960 35427 33554432000 1073741824 1073778376 140736152941440 139879234349736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1894/tid=1903] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1903/stat : 1903 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915762 9856040960 35427 33554432000 1073741824 1073778376 140736152941440 139879115648040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1904] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1904/stat : 1904 (java) S 1891 1894 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105915762 9856040960 35427 33554432000 1073741824 1073778376 140736152941440 139879114595240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1905] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1905/stat : 1905 (java) S 1891 1894 31144 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105915763 9856040960 35427 33554432000 1073741824 1073778376 140736152941440 139879102183656 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1894/tid=1906] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1906/stat : 1906 (java) S 1891 1894 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105915763 9856040960 35427 33554432000 1073741824 1073778376 140736152941440 139879101129720 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1907] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1907/stat : 1907 (java) S 1891 1894 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105915764 9856040960 35427 33554432000 1073741824 1073778376 140736152941440 139879100077320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1908] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1908/stat : 1908 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915766 9856040960 35427 33554432000 1073741824 1073778376 140736152941440 139878360672656 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1909] ppid=1891 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/1894/task/1909/stat : 1909 (java) S 1891 1894 31144 0 -1 4202560 4130 0 0 0 26 0 0 0 20 0 19 0 105915766 9856040960 35427 33554432000 1073741824 1073778376 140736152941440 139878359620280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1910] ppid=1891 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/1894/task/1910/stat : 1910 (java) S 1891 1894 31144 0 -1 4202560 8658 0 0 0 34 1 0 0 20 0 19 0 105915766 9856040960 35427 33554432000 1073741824 1073778376 140736152941440 139878358567480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1894/tid=1911] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1911/stat : 1911 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915766 9856040960 35427 33554432000 1073741824 1073778376 140736152941440 139878357515384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1894/tid=1912] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1912/stat : 1912 (java) S 1891 1894 31144 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105915766 9856040960 35427 33554432000 1073741824 1073778376 140736152941440 139878356462792 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1894/tid=1913] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1913/stat : 1913 (java) S 1891 1894 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105915778 9856040960 35427 33554432000 1073741824 1073778376 140736152941440 139878355407784 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 9625040


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

/proc/1894/task/1913/stat : 1913 (java) S 1891 1894 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105915778 9856040960 101522 33554432000 1073741824 1073778376 140736152941440 139878355407784 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1680.2
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.19 2.14 2.09 3/213 2022
/proc/meminfo: memFree=30738496/32872528 swapFree=12352/737972
[pid=1894] ppid=1891 vsize=9625040 CPUtime=1740.78 cores=1,3,5,7
/proc/1894/stat : 1894 (java) S 1891 1894 31144 0 -1 4202496 38590 0 1 0 173810 268 0 0 20 0 19 0 105915760 9856040960 104586 33554432000 1073741824 1073778376 140736152941440 140736152932576 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1894/statm: 2406260 104586 2280 9 0 2396937 0
[pid=1894/tid=1896] ppid=1891 vsize=9625040 CPUtime=1704.55 cores=1,3,5,7
/proc/1894/task/1896/stat : 1896 (java) R 1891 1894 31144 0 -1 4202560 2889 0 1 0 170423 32 0 0 20 0 19 0 105915761 9856040960 104586 33554432000 1073741824 1073778376 140736152941440 139879278120160 139879116141892 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1894/tid=1897] ppid=1891 vsize=9625040 CPUtime=3.13 cores=1,3,5,7
/proc/1894/task/1897/stat : 1897 (java) S 1891 1894 31144 0 -1 4202560 2126 0 0 0 284 29 0 0 20 0 19 0 105915762 9856040960 104586 33554432000 1073741824 1073778376 140736152941440 139879239612712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1894/tid=1898] ppid=1891 vsize=9625040 CPUtime=3.01 cores=1,3,5,7
/proc/1894/task/1898/stat : 1898 (java) S 1891 1894 31144 0 -1 4202560 2736 0 0 0 273 28 0 0 20 0 19 0 105915762 9856040960 104586 33554432000 1073741824 1073778376 140736152941440 139879238559912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1894/tid=1899] ppid=1891 vsize=9625040 CPUtime=3.23 cores=1,3,5,7
/proc/1894/task/1899/stat : 1899 (java) S 1891 1894 31144 0 -1 4202560 2332 0 0 0 300 23 0 0 20 0 19 0 105915762 9856040960 104586 33554432000 1073741824 1073778376 140736152941440 139879237507624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1900] ppid=1891 vsize=9625040 CPUtime=3.13 cores=1,3,5,7
/proc/1894/task/1900/stat : 1900 (java) S 1891 1894 31144 0 -1 4202560 2336 0 0 0 286 27 0 0 20 0 19 0 105915762 9856040960 104586 33554432000 1073741824 1073778376 140736152941440 139879236454824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1901] ppid=1891 vsize=9625040 CPUtime=3.29 cores=1,3,5,7
/proc/1894/task/1901/stat : 1901 (java) S 1891 1894 31144 0 -1 4202560 1778 0 0 0 300 29 0 0 20 0 19 0 105915762 9856040960 104586 33554432000 1073741824 1073778376 140736152941440 139879235402536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1894/tid=1902] ppid=1891 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/1894/task/1902/stat : 1902 (java) S 1891 1894 31144 0 -1 4202560 2633 0 0 0 281 25 0 0 20 0 19 0 105915762 9856040960 104586 33554432000 1073741824 1073778376 140736152941440 139879234349736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1894/tid=1903] ppid=1891 vsize=9625040 CPUtime=3.25 cores=1,3,5,7
/proc/1894/task/1903/stat : 1903 (java) S 1891 1894 31144 0 -1 4202560 2300 0 0 0 294 31 0 0 20 0 19 0 105915762 9856040960 104586 33554432000 1073741824 1073778376 140736152941440 139879115648040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1894/tid=1904] ppid=1891 vsize=9625040 CPUtime=3.32 cores=1,3,5,7
/proc/1894/task/1904/stat : 1904 (java) S 1891 1894 31144 0 -1 4202560 3323 0 0 0 304 28 0 0 20 0 19 0 105915762 9856040960 104586 33554432000 1073741824 1073778376 140736152941440 139879114595240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1894/tid=1905] ppid=1891 vsize=9625040 CPUtime=5.52 cores=1,3,5,7
/proc/1894/task/1905/stat : 1905 (java) S 1891 1894 31144 0 -1 4202560 1989 0 0 0 545 7 0 0 20 0 19 0 105915763 9856040960 104586 33554432000 1073741824 1073778376 140736152941440 139879102183656 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1894/tid=1906] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1906/stat : 1906 (java) S 1891 1894 31144 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105915763 9856040960 104586 33554432000 1073741824 1073778376 140736152941440 139879101129720 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1907] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1907/stat : 1907 (java) S 1891 1894 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105915764 9856040960 104586 33554432000 1073741824 1073778376 140736152941440 139879100077320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1908] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1908/stat : 1908 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915766 9856040960 104586 33554432000 1073741824 1073778376 140736152941440 139878360672656 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1909] ppid=1891 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/1894/task/1909/stat : 1909 (java) S 1891 1894 31144 0 -1 4202560 4132 0 0 0 27 0 0 0 20 0 19 0 105915766 9856040960 104586 33554432000 1073741824 1073778376 140736152941440 139878359620280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1910] ppid=1891 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/1894/task/1910/stat : 1910 (java) S 1891 1894 31144 0 -1 4202560 8658 0 0 0 34 1 0 0 20 0 19 0 105915766 9856040960 104586 33554432000 1073741824 1073778376 140736152941440 139878358567480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1894/tid=1911] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1911/stat : 1911 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915766 9856040960 104586 33554432000 1073741824 1073778376 140736152941440 139878357515384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1894/tid=1912] ppid=1891 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/1894/task/1912/stat : 1912 (java) S 1891 1894 31144 0 -1 4202560 99 0 0 0 26 37 0 0 20 0 19 0 105915766 9856040960 104586 33554432000 1073741824 1073778376 140736152941440 139878356462792 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1894/tid=1913] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1913/stat : 1913 (java) S 1891 1894 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105915778 9856040960 104586 33554432000 1073741824 1073778376 140736152941440 139878355407784 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1740.78
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.9 s]
/proc/loadavg: 2.16 2.14 2.09 3/213 2023
/proc/meminfo: memFree=30788716/32872528 swapFree=12352/737972
[pid=1894] ppid=1891 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/1894/stat : 1894 (java) S 1891 1894 31144 0 -1 4202496 38994 0 1 0 179726 275 0 0 20 0 19 0 105915760 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 140736152932576 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1894/statm: 2406260 93023 2280 9 0 2396937 0
[pid=1894/tid=1896] ppid=1891 vsize=9625040 CPUtime=1762.5 cores=1,3,5,7
/proc/1894/task/1896/stat : 1896 (java) R 1891 1894 31144 0 -1 4202560 2911 0 1 0 176216 34 0 0 20 0 19 0 105915761 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139879278120144 139879116099073 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1894/tid=1897] ppid=1891 vsize=9625040 CPUtime=3.25 cores=1,3,5,7
/proc/1894/task/1897/stat : 1897 (java) S 1891 1894 31144 0 -1 4202560 2182 0 0 0 295 30 0 0 20 0 19 0 105915762 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139879239612712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1894/tid=1898] ppid=1891 vsize=9625040 CPUtime=3.11 cores=1,3,5,7
/proc/1894/task/1898/stat : 1898 (java) S 1891 1894 31144 0 -1 4202560 2788 0 0 0 282 29 0 0 20 0 19 0 105915762 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139879238559912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1899] ppid=1891 vsize=9625040 CPUtime=3.36 cores=1,3,5,7
/proc/1894/task/1899/stat : 1899 (java) S 1891 1894 31144 0 -1 4202560 2417 0 0 0 312 24 0 0 20 0 19 0 105915762 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139879237507624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1894/tid=1900] ppid=1891 vsize=9625040 CPUtime=3.24 cores=1,3,5,7
/proc/1894/task/1900/stat : 1900 (java) S 1891 1894 31144 0 -1 4202560 2348 0 0 0 296 28 0 0 20 0 19 0 105915762 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139879236454824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1901] ppid=1891 vsize=9625040 CPUtime=3.39 cores=1,3,5,7
/proc/1894/task/1901/stat : 1901 (java) S 1891 1894 31144 0 -1 4202560 1780 0 0 0 310 29 0 0 20 0 19 0 105915762 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139879235402536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1902] ppid=1891 vsize=9625040 CPUtime=3.18 cores=1,3,5,7
/proc/1894/task/1902/stat : 1902 (java) S 1891 1894 31144 0 -1 4202560 2639 0 0 0 293 25 0 0 20 0 19 0 105915762 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139879234349736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1894/tid=1903] ppid=1891 vsize=9625040 CPUtime=3.38 cores=1,3,5,7
/proc/1894/task/1903/stat : 1903 (java) S 1891 1894 31144 0 -1 4202560 2308 0 0 0 306 32 0 0 20 0 19 0 105915762 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139879115648040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1894/tid=1904] ppid=1891 vsize=9625040 CPUtime=3.42 cores=1,3,5,7
/proc/1894/task/1904/stat : 1904 (java) S 1891 1894 31144 0 -1 4202560 3413 0 0 0 313 29 0 0 20 0 19 0 105915762 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139879114595240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1894/tid=1905] ppid=1891 vsize=9625040 CPUtime=5.72 cores=1,3,5,7
/proc/1894/task/1905/stat : 1905 (java) S 1891 1894 31144 0 -1 4202560 2056 0 0 0 564 8 0 0 20 0 19 0 105915763 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139879102183656 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1894/tid=1906] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1906/stat : 1906 (java) S 1891 1894 31144 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105915763 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139879101129720 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1907] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1907/stat : 1907 (java) S 1891 1894 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105915764 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139879100077320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1908] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1908/stat : 1908 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915766 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139878360672656 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1909] ppid=1891 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/1894/task/1909/stat : 1909 (java) S 1891 1894 31144 0 -1 4202560 4132 0 0 0 27 0 0 0 20 0 19 0 105915766 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139878359620280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1910] ppid=1891 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/1894/task/1910/stat : 1910 (java) S 1891 1894 31144 0 -1 4202560 8658 0 0 0 34 1 0 0 20 0 19 0 105915766 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139878358567480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1894/tid=1911] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1911/stat : 1911 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915766 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139878357515384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1894/tid=1912] ppid=1891 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/1894/task/1912/stat : 1912 (java) S 1891 1894 31144 0 -1 4202560 103 0 0 0 27 39 0 0 20 0 19 0 105915766 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139878356462792 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1894/tid=1913] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1913/stat : 1913 (java) S 1891 1894 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105915778 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139878355407784 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 1894 sig 9
??? kill -1894 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1780.9 s]
/proc/loadavg: 2.16 2.14 2.09 3/213 2023
/proc/meminfo: memFree=30788716/32872528 swapFree=12352/737972
[pid=1894] ppid=1891 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/1894/stat : 1894 (java) S 1891 1894 31144 0 -1 4202496 38994 0 1 0 179726 275 0 0 20 0 19 0 105915760 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 140736152932576 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1894/statm: 2406260 93023 2280 9 0 2396937 0
[pid=1894/tid=1896] ppid=1891 vsize=9625040 CPUtime=1762.5 cores=1,3,5,7
/proc/1894/task/1896/stat : 1896 (java) R 1891 1894 31144 0 -1 4202560 2911 0 1 0 176216 34 0 0 20 0 19 0 105915761 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139879278120144 139879116099073 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1894/tid=1897] ppid=1891 vsize=9625040 CPUtime=3.25 cores=1,3,5,7
/proc/1894/task/1897/stat : 1897 (java) S 1891 1894 31144 0 -1 4202560 2182 0 0 0 295 30 0 0 20 0 19 0 105915762 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139879239612712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1894/tid=1898] ppid=1891 vsize=9625040 CPUtime=3.11 cores=1,3,5,7
/proc/1894/task/1898/stat : 1898 (java) S 1891 1894 31144 0 -1 4202560 2788 0 0 0 282 29 0 0 20 0 19 0 105915762 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139879238559912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1899] ppid=1891 vsize=9625040 CPUtime=3.36 cores=1,3,5,7
/proc/1894/task/1899/stat : 1899 (java) S 1891 1894 31144 0 -1 4202560 2417 0 0 0 312 24 0 0 20 0 19 0 105915762 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139879237507624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1894/tid=1900] ppid=1891 vsize=9625040 CPUtime=3.24 cores=1,3,5,7
/proc/1894/task/1900/stat : 1900 (java) S 1891 1894 31144 0 -1 4202560 2348 0 0 0 296 28 0 0 20 0 19 0 105915762 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139879236454824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1901] ppid=1891 vsize=9625040 CPUtime=3.39 cores=1,3,5,7
/proc/1894/task/1901/stat : 1901 (java) S 1891 1894 31144 0 -1 4202560 1780 0 0 0 310 29 0 0 20 0 19 0 105915762 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139879235402536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1902] ppid=1891 vsize=9625040 CPUtime=3.18 cores=1,3,5,7
/proc/1894/task/1902/stat : 1902 (java) S 1891 1894 31144 0 -1 4202560 2639 0 0 0 293 25 0 0 20 0 19 0 105915762 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139879234349736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1894/tid=1903] ppid=1891 vsize=9625040 CPUtime=3.38 cores=1,3,5,7
/proc/1894/task/1903/stat : 1903 (java) S 1891 1894 31144 0 -1 4202560 2308 0 0 0 306 32 0 0 20 0 19 0 105915762 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139879115648040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1894/tid=1904] ppid=1891 vsize=9625040 CPUtime=3.42 cores=1,3,5,7
/proc/1894/task/1904/stat : 1904 (java) S 1891 1894 31144 0 -1 4202560 3413 0 0 0 313 29 0 0 20 0 19 0 105915762 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139879114595240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1894/tid=1905] ppid=1891 vsize=9625040 CPUtime=5.72 cores=1,3,5,7
/proc/1894/task/1905/stat : 1905 (java) S 1891 1894 31144 0 -1 4202560 2056 0 0 0 564 8 0 0 20 0 19 0 105915763 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139879102183656 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1894/tid=1906] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1906/stat : 1906 (java) S 1891 1894 31144 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105915763 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139879101129720 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1907] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1907/stat : 1907 (java) S 1891 1894 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105915764 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139879100077320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1908] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1908/stat : 1908 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915766 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139878360672656 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1909] ppid=1891 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/1894/task/1909/stat : 1909 (java) S 1891 1894 31144 0 -1 4202560 4132 0 0 0 27 0 0 0 20 0 19 0 105915766 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139878359620280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1894/tid=1910] ppid=1891 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/1894/task/1910/stat : 1910 (java) S 1891 1894 31144 0 -1 4202560 8658 0 0 0 34 1 0 0 20 0 19 0 105915766 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139878358567480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1894/tid=1911] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1911/stat : 1911 (java) S 1891 1894 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105915766 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139878357515384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1894/tid=1912] ppid=1891 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/1894/task/1912/stat : 1912 (java) S 1891 1894 31144 0 -1 4202560 103 0 0 0 27 39 0 0 20 0 19 0 105915766 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139878356462792 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1894/tid=1913] ppid=1891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1894/task/1913/stat : 1913 (java) S 1891 1894 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105915778 9856040960 93023 33554432000 1073741824 1073778376 140736152941440 139878355407784 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1894 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=918434
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=221510
# CPU time returned by wait4() is 1796.14
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1780.94
CPU time (s): 1800.01
CPU user time (s): 1797.26
CPU system time (s): 2.75
CPU usage (%): 101.071
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.92
system time used= 3.22151
maximum resident set size= 978044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39040
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51437
involuntary context switches= 53533

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6704 second user time and 13.6739 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-06 21:03:33
IDJOB=4084472
IDBENCH=2583
IDSOLVER=2546
FILE ID=node112/4084472-1465239813
RUNJOBID= node112-1465218300-31161
PBS_JOBID= 19843211
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-31-30.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084472-1465239813/watcher-4084472-1465239813 -o /tmp/evaluation-result-4084472-1465239813/solver-4084472-1465239813 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465218300-31161 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084472-1465239813.opb

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

MD5SUM BENCH= 583fb36c9cf948cc03f361dd87435bdd
RANDOM SEED=1985388395

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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:        30787560 kB
Buffers:           27540 kB
Cached:            98144 kB
SwapCached:         1624 kB
Active:           577240 kB
Inactive:          66932 kB
Active(anon):     519852 kB
Inactive(anon):      672 kB
Active(file):      57388 kB
Inactive(file):    66260 kB
Unevictable:      737972 kB
Mlocked:           12352 kB
SwapTotal:      67108856 kB
SwapFree:       67098568 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:       1193896 kB
Mapped:            15368 kB
Shmem:                 0 kB
Slab:             566648 kB
SReclaimable:      10168 kB
SUnreclaim:       556480 kB
KernelStack:        1760 kB
PageTables:         6704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1823884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1159168 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= 71744 MiB
End job on node112 at 2016-06-06 21:33:14