Trace number 4120542

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.74

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-72.cnf.gz-extracted.pb.metafix.opb
MD5SUM3f7cb67e573855b0002f040c6d1d245a
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 benchmark0.010997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables289
Total number of constraints288
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)288
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4120542-1467311425.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.15	c ... done. Wall clock time 0.05s.
0.11/0.15	c declared #vars     289
0.11/0.15	c #constraints  288
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 288
0.11/0.15	c 288 constraints processed.
0.71/0.41	c cleaning 2496 clauses out of 5001 with flag 25233/5001
1.04/0.60	c cleaning 4240 clauses out of 8505 with flag 55336/11001
1.24/0.81	c cleaning 5619 clauses out of 11264 with flag 90239/18000
1.55/1.12	c cleaning 6804 clauses out of 13645 with flag 135461/26000
1.86/1.49	c cleaning 7907 clauses out of 15841 with flag 187466/35000
2.36/1.90	c cleaning 8952 clauses out of 17934 with flag 244195/45000
2.86/2.45	c cleaning 9979 clauses out of 19983 with flag 309945/56001
3.36/2.96	c cleaning 10989 clauses out of 22003 with flag 376614/68000
3.96/3.54	c cleaning 12000 clauses out of 24015 with flag 454674/81001
4.66/4.22	c cleaning 12995 clauses out of 26015 with flag 537104/95001
5.36/4.98	c cleaning 14006 clauses out of 28021 with flag 622772/110002
6.26/5.86	c cleaning 14989 clauses out of 30013 with flag 716289/126000
7.36/6.92	c cleaning 15994 clauses out of 32024 with flag 817731/143000
8.36/7.95	c cleaning 17015 clauses out of 34033 with flag 929182/161003
9.56/9.17	c cleaning 18007 clauses out of 36017 with flag 1046748/180002
10.86/10.46	c cleaning 18989 clauses out of 38009 with flag 1164978/200001
12.26/11.88	c cleaning 19986 clauses out of 40019 with flag 1294034/221000
13.66/13.30	c cleaning 21004 clauses out of 42033 with flag 1431302/243000
15.46/15.02	c cleaning 22001 clauses out of 44029 with flag 1582073/266000
17.26/16.82	c cleaning 22996 clauses out of 46028 with flag 1738593/290000
19.17/18.77	c cleaning 24003 clauses out of 48032 with flag 1899740/315000
21.16/20.79	c cleaning 24999 clauses out of 50029 with flag 2066779/341000
23.46/23.04	c cleaning 26000 clauses out of 52031 with flag 2243318/368001
25.66/25.22	c cleaning 26999 clauses out of 54030 with flag 2421971/396000
27.97/27.57	c cleaning 27996 clauses out of 56031 with flag 2611984/425000
30.66/30.23	c cleaning 29009 clauses out of 58037 with flag 2819155/455002
33.46/33.07	c cleaning 30000 clauses out of 60026 with flag 3018439/486000
36.46/36.07	c cleaning 31003 clauses out of 62028 with flag 3227534/518002
39.76/39.32	c cleaning 32002 clauses out of 64025 with flag 3441710/551002
43.15/42.77	c cleaning 32999 clauses out of 66021 with flag 3659074/585000
46.66/46.24	c cleaning 34000 clauses out of 68022 with flag 3892126/620000
50.36/49.95	c cleaning 35003 clauses out of 70022 with flag 4121873/656000
54.26/53.88	c cleaning 35995 clauses out of 72019 with flag 4365004/693000
58.56/58.11	c cleaning 37002 clauses out of 74024 with flag 4615166/731000
62.86/62.47	c cleaning 37989 clauses out of 76022 with flag 4866235/770000
67.36/66.96	c cleaning 39008 clauses out of 78033 with flag 5124036/810000
72.26/71.83	c cleaning 39990 clauses out of 80025 with flag 5380793/851000
77.16/76.79	c cleaning 41018 clauses out of 82036 with flag 5650360/893001
82.56/82.12	c cleaning 41991 clauses out of 84019 with flag 5923464/936002
87.89/87.40	c cleaning 42995 clauses out of 86029 with flag 6199954/980003
93.10/92.65	c cleaning 44000 clauses out of 88031 with flag 6480192/1025000
98.70/98.24	c cleaning 45009 clauses out of 90034 with flag 6771416/1071003
104.60/104.13	c cleaning 45992 clauses out of 92022 with flag 7062723/1118000
110.50/110.02	c cleaning 46992 clauses out of 94030 with flag 7360189/1166000
116.70/116.20	c cleaning 48003 clauses out of 96038 with flag 7664743/1215000
123.20/122.77	c cleaning 49005 clauses out of 98037 with flag 7977071/1265002
130.00/129.55	c cleaning 50002 clauses out of 100030 with flag 8281010/1316000
137.10/136.68	c cleaning 51006 clauses out of 102031 with flag 8596870/1368003
144.49/144.03	c cleaning 51992 clauses out of 104022 with flag 8912339/1421000
151.99/151.52	c cleaning 52999 clauses out of 106030 with flag 9242123/1475000
160.10/159.66	c cleaning 54010 clauses out of 108032 with flag 9571610/1530001
168.10/167.68	c cleaning 54995 clauses out of 110022 with flag 9910799/1586001
176.51/176.09	c cleaning 56013 clauses out of 112029 with flag 10248107/1643003
185.31/184.88	c cleaning 56988 clauses out of 114013 with flag 10587506/1701000
194.21/193.71	c cleaning 58004 clauses out of 116028 with flag 10931444/1760003
203.80/203.39	c cleaning 58994 clauses out of 118021 with flag 11274635/1820000
213.60/213.15	c cleaning 60000 clauses out of 120028 with flag 11619350/1881001
223.81/223.33	c cleaning 61005 clauses out of 122027 with flag 11966861/1943000
234.37/233.85	c cleaning 61995 clauses out of 124022 with flag 12324392/2006000
244.46/243.97	c cleaning 63002 clauses out of 126028 with flag 12680535/2070001
255.57/255.06	c cleaning 63999 clauses out of 128026 with flag 13047097/2135001
266.57/266.01	c cleaning 64997 clauses out of 130028 with flag 13418242/2201002
277.88/277.35	c cleaning 65996 clauses out of 132029 with flag 13788678/2268000
289.59/289.04	c cleaning 67009 clauses out of 134033 with flag 14168120/2336000
301.58/301.08	c cleaning 68004 clauses out of 136026 with flag 14556616/2405002
313.68/313.10	c cleaning 69003 clauses out of 138021 with flag 14950067/2475001
326.39/325.85	c cleaning 69999 clauses out of 140018 with flag 15361419/2546001
339.89/339.37	c cleaning 70996 clauses out of 142019 with flag 15757914/2618001
353.99/353.40	c cleaning 71997 clauses out of 144023 with flag 16165702/2691001
367.40/366.89	c cleaning 73005 clauses out of 146029 with flag 16581917/2765004
381.50/380.90	c cleaning 74000 clauses out of 148020 with flag 16993590/2840000
395.70/395.19	c cleaning 74996 clauses out of 150021 with flag 17411378/2916001
410.98/410.33	c cleaning 75997 clauses out of 152025 with flag 17832969/2993001
426.56/425.95	c cleaning 76995 clauses out of 154028 with flag 18262272/3071001
442.46/441.88	c cleaning 78004 clauses out of 156033 with flag 18693450/3150001
458.36/457.75	c cleaning 79005 clauses out of 158030 with flag 19128330/3230002
475.15/474.55	c cleaning 80008 clauses out of 160024 with flag 19564766/3311001
492.95/492.31	c cleaning 80997 clauses out of 162015 with flag 20018998/3393000
509.95/509.31	c cleaning 81999 clauses out of 164018 with flag 20469759/3476000
526.95/526.38	c cleaning 82997 clauses out of 166020 with flag 20927320/3560001
544.26/543.63	c cleaning 83990 clauses out of 168022 with flag 21377117/3645000
562.26/561.65	c cleaning 84998 clauses out of 170032 with flag 21856676/3731000
580.36/579.73	c cleaning 86011 clauses out of 172034 with flag 22330608/3818000
600.45/599.85	c cleaning 87003 clauses out of 174025 with flag 22798244/3906002
620.25/619.65	c cleaning 88001 clauses out of 176020 with flag 23283809/3995000
640.02/639.31	c cleaning 89002 clauses out of 178021 with flag 23755581/4085002
660.83/660.12	c cleaning 90006 clauses out of 180019 with flag 24246925/4176002
681.64/680.93	c cleaning 90998 clauses out of 182013 with flag 24750640/4268002
703.03/702.39	c cleaning 91987 clauses out of 184014 with flag 25238916/4361001
724.43/723.79	c cleaning 93009 clauses out of 186030 with flag 25739023/4455004
747.43/746.73	c cleaning 94002 clauses out of 188018 with flag 26246109/4550001
770.14/769.45	c cleaning 94998 clauses out of 190015 with flag 26763193/4646000
793.85/793.15	c cleaning 95997 clauses out of 192019 with flag 27276646/4743002
817.85/817.15	c cleaning 97005 clauses out of 194022 with flag 27783459/4841002
842.66/841.98	c cleaning 97997 clauses out of 196015 with flag 28302697/4940000
867.55/866.72	c cleaning 98993 clauses out of 198018 with flag 28825570/5040000
892.44/891.66	c cleaning 99994 clauses out of 200025 with flag 29356479/5141000
917.36/916.59	c cleaning 101011 clauses out of 202032 with flag 29885867/5243001
943.36/942.54	c cleaning 101989 clauses out of 204021 with flag 30430470/5346001
971.26/970.43	c cleaning 103001 clauses out of 206031 with flag 30974079/5450000
998.96/998.18	c cleaning 104000 clauses out of 208030 with flag 31524295/5555000
1026.46/1025.63	c cleaning 105001 clauses out of 210030 with flag 32086534/5661000
1054.07/1053.24	c cleaning 106009 clauses out of 212031 with flag 32651887/5768002
1083.38/1082.59	c cleaning 107006 clauses out of 214020 with flag 33221240/5876000
1113.18/1112.37	c cleaning 108004 clauses out of 216014 with flag 33776582/5985000
1142.49/1141.59	c cleaning 108997 clauses out of 218011 with flag 34344183/6095001
1172.90/1171.95	c cleaning 109987 clauses out of 220014 with flag 34919233/6206001
1203.11/1202.11	c cleaning 111006 clauses out of 222030 with flag 35499135/6318004
1235.61/1234.67	c cleaning 111998 clauses out of 224021 with flag 36070287/6431001
1266.91/1265.97	c cleaning 113001 clauses out of 226022 with flag 36675559/6545000
1300.72/1299.78	c cleaning 113998 clauses out of 228022 with flag 37268583/6660001
1335.53/1334.53	c cleaning 114998 clauses out of 230023 with flag 37849594/6776000
1371.75/1370.74	c cleaning 115995 clauses out of 232025 with flag 38435906/6893000
1408.09/1406.90	c cleaning 116996 clauses out of 234030 with flag 39032664/7011000
1442.38/1441.24	c cleaning 118012 clauses out of 236034 with flag 39643463/7130000
1479.19/1478.09	c cleaning 119005 clauses out of 238024 with flag 40255199/7250002
1514.69/1513.51	c cleaning 119998 clauses out of 240017 with flag 40865602/7371000
1550.80/1549.68	c cleaning 121010 clauses out of 242019 with flag 41513855/7493000
1587.81/1586.64	c cleaning 121981 clauses out of 244009 with flag 42151436/7616000
1625.11/1623.94	c cleaning 123002 clauses out of 246028 with flag 42785093/7740000
1663.51/1662.36	c cleaning 124000 clauses out of 248028 with flag 43432644/7865002
1702.25/1700.95	c cleaning 124997 clauses out of 250026 with flag 44074682/7991000
1742.06/1740.77	c cleaning 126002 clauses out of 252031 with flag 44730742/8118002
1782.27/1780.97	c cleaning 127001 clauses out of 254028 with flag 45390175/8246001
1800.06/1798.70	c starts		: 22478
1800.06/1798.70	c conflicts		: 8316319
1800.06/1798.70	c decisions		: 12487927
1800.06/1798.70	c propagations		: 149974105
1800.06/1798.70	c inspects		: 39518075274
1800.06/1798.70	c shortcuts		: 0
1800.06/1798.70	c learnt literals	: 0
1800.06/1798.70	c learnt binary clauses	: 0
1800.06/1798.70	c learnt ternary clauses	: 0
1800.06/1798.70	c learnt constraints	: 8316319
1800.06/1798.70	c ignored constraints	: 0
1800.06/1798.70	c root simplifications	: 0
1800.06/1798.70	c removed literals (reason simplification)	: 0
1800.06/1798.70	c timeout
1800.06/1798.70	c reason swapping (by a shorter reason)	: 0
1800.06/1798.70	c Calls to reduceDB	: 124
1800.06/1798.70	c Number of update (reduction) of LBD	: 2448219
1800.06/1798.70	c Imported unit clauses	: 0
1800.06/1798.70	c number of reductions to clauses (during analyze)	: 0
1800.06/1798.70	c number of learned constraints concerned by reduction	: 0
1800.06/1798.70	c number of learning phase by resolution	: 0
1800.06/1798.70	c number of learning phase by cutting planes	: 0
1800.06/1798.70	c speed (assignments/second)	: 83386.16573693571
1800.06/1798.70	c non guided choices	50527
1800.06/1798.73	c learnt constraints type 
1800.06/1798.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 197345
1800.06/1798.73	s UNKNOWN
1800.06/1798.73	c Total wall clock time (in seconds): 1798.629

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-4120542-1467311425/watcher-4120542-1467311425 -o /tmp/evaluation-result-4120542-1467311425/solver-4120542-1467311425 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1467309899-13788 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120542-1467311425.opb 

pid=14391
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.22 2.17 2.07 3/195 14394
/proc/meminfo: memFree=26476008/32872528 swapFree=11480/941500
[pid=14394] ppid=14391 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/14394/stat : 14394 (java) S 14391 14394 13214 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 12109854 98570240 977 33554432000 1073741824 1073778376 140736383884384 140736383875520 213196505149 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14394/statm: 24065 977 743 9 0 16771 0
[pid=14394/tid=14395] ppid=14391 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14395/stat : 14395 (java) R 14391 14394 13214 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 12109855 98570240 977 33554432000 1073741824 1073778376 140736383884384 140119899164200 213193147776 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 2.22 2.17 2.07 3/195 14394
/proc/meminfo: memFree=26476008/32872528 swapFree=11480/941500
[pid=14394] ppid=14391 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/14394/stat : 14394 (java) S 14391 14394 13214 0 -1 4202496 4500 0 1 0 10 1 0 0 20 0 18 0 12109854 9787879424 6120 33554432000 1073741824 1073778376 140736383884384 140736383875520 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14394/statm: 2389619 6120 2157 9 0 2380296 0
[pid=14394/tid=14395] ppid=14391 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/14394/task/14395/stat : 14395 (java) R 14391 14394 13214 0 -1 4202560 2372 0 1 0 7 0 0 0 20 0 18 0 12109855 9787879424 6120 33554432000 1073741824 1073778376 140736383884384 140119899167648 213196530957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200333 s]
/proc/loadavg: 2.22 2.17 2.07 3/195 14394
/proc/meminfo: memFree=26476008/32872528 swapFree=11480/941500
[pid=14394] ppid=14391 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/14394/stat : 14394 (java) S 14391 14394 13214 0 -1 4202496 6155 0 1 0 28 1 0 0 20 0 19 0 12109854 9856040960 7693 33554432000 1073741824 1073778376 140736383884384 140736383875520 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14394/statm: 2406260 7693 2232 9 0 2396937 0
[pid=14394/tid=14395] ppid=14391 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/14394/task/14395/stat : 14395 (java) R 14391 14394 13214 0 -1 4202560 2399 0 1 0 17 0 0 0 20 0 19 0 12109855 9856040960 7693 33554432000 1073741824 1073778376 140736383884384 140119899169408 140119768116272 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300349 s]
/proc/loadavg: 2.22 2.17 2.07 3/195 14394
/proc/meminfo: memFree=26476008/32872528 swapFree=11480/941500
[pid=14394] ppid=14391 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/14394/stat : 14394 (java) S 14391 14394 13214 0 -1 4202496 7198 0 1 0 52 1 0 0 20 0 19 0 12109854 9856040960 7941 33554432000 1073741824 1073778376 140736383884384 140736383875520 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14394/statm: 2406260 7941 2244 9 0 2396937 0
[pid=14394/tid=14395] ppid=14391 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14394/task/14395/stat : 14395 (java) R 14391 14394 13214 0 -1 4202560 2399 0 1 0 27 0 0 0 20 0 19 0 12109855 9856040960 7941 33554432000 1073741824 1073778376 140736383884384 140119899169408 140119768508059 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700283 s]
/proc/loadavg: 2.22 2.17 2.07 3/195 14394
/proc/meminfo: memFree=26476008/32872528 swapFree=11480/941500
[pid=14394] ppid=14391 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/14394/stat : 14394 (java) S 14391 14394 13214 0 -1 4202496 9155 0 1 0 112 2 0 0 20 0 19 0 12109854 9856040960 9125 33554432000 1073741824 1073778376 140736383884384 140736383875520 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14394/statm: 2406260 9125 2255 9 0 2396937 0
[pid=14394/tid=14395] ppid=14391 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/14394/task/14395/stat : 14395 (java) R 14391 14394 13214 0 -1 4202560 2400 0 1 0 67 0 0 0 20 0 19 0 12109855 9856040960 9125 33554432000 1073741824 1073778376 140736383884384 140119899169256 140119768507872 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.20 2.17 2.07 3/214 14413
/proc/meminfo: memFree=26445896/32872528 swapFree=11480/941500
[pid=14394] ppid=14391 vsize=9625040 CPUtime=1.96 cores=1,3,5,7
/proc/14394/stat : 14394 (java) S 14391 14394 13214 0 -1 4202496 9161 0 1 0 194 2 0 0 20 0 19 0 12109854 9856040960 9641 33554432000 1073741824 1073778376 140736383884384 140736383875520 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14394/statm: 2406260 9641 2257 9 0 2396937 0
[pid=14394/tid=14395] ppid=14391 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/14394/task/14395/stat : 14395 (java) R 14391 14394 13214 0 -1 4202560 2402 0 1 0 146 1 0 0 20 0 19 0 12109855 9856040960 9641 33554432000 1073741824 1073778376 140736383884384 140119899169032 140119768611247 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14394/tid=14397] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14397/stat : 14397 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109855 9856040960 9641 33554432000 1073741824 1073778376 140736383884384 140119888231208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14398] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14398/stat : 14398 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109855 9856040960 9641 33554432000 1073741824 1073778376 140736383884384 140119887178408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14394/tid=14399] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14399/stat : 14399 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109855 9856040960 9641 33554432000 1073741824 1073778376 140736383884384 140119740464168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14394/tid=14400] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14400/stat : 14400 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109855 9856040960 9641 33554432000 1073741824 1073778376 140736383884384 140119739411368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14394/tid=14401] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14401/stat : 14401 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109855 9856040960 9641 33554432000 1073741824 1073778376 140736383884384 140119738358056 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14402] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14402/stat : 14402 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109855 9856040960 9641 33554432000 1073741824 1073778376 140736383884384 140119737305256 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14394/tid=14403] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14403/stat : 14403 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109855 9856040960 9641 33554432000 1073741824 1073778376 140736383884384 140119736252968 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14404] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14404/stat : 14404 (java) S 14391 14394 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12109855 9856040960 9641 33554432000 1073741824 1073778376 140736383884384 140119735200168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14405] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14405/stat : 14405 (java) S 14391 14394 13214 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12109856 9856040960 9641 33554432000 1073741824 1073778376 140736383884384 140119723002600 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14406] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14406/stat : 14406 (java) S 14391 14394 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12109857 9856040960 9641 33554432000 1073741824 1073778376 140736383884384 140119721948664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14407] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14407/stat : 14407 (java) S 14391 14394 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12109857 9856040960 9641 33554432000 1073741824 1073778376 140736383884384 140119720896264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14408] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14408/stat : 14408 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109859 9856040960 9641 33554432000 1073741824 1073778376 140736383884384 140119719844752 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14409] ppid=14391 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14394/task/14409/stat : 14409 (java) S 14391 14394 13214 0 -1 4202560 3125 0 0 0 27 0 0 0 20 0 19 0 12109859 9856040960 9641 33554432000 1073741824 1073778376 140736383884384 140119718791352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14410] ppid=14391 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/14394/task/14410/stat : 14410 (java) S 14391 14394 13214 0 -1 4202560 2363 0 0 0 17 0 0 0 20 0 19 0 12109859 9856040960 9641 33554432000 1073741824 1073778376 140736383884384 140119717738552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14394/tid=14411] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14411/stat : 14411 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109859 9856040960 9641 33554432000 1073741824 1073778376 140736383884384 140119716686456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14394/tid=14412] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14412/stat : 14412 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109859 9856040960 9641 33554432000 1073741824 1073778376 140736383884384 140119715633864 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14413] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14413/stat : 14413 (java) S 14391 14394 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12109870 9856040960 9641 33554432000 1073741824 1073778376 140736383884384 140119714579880 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.20 2.17 2.07 3/214 14413
/proc/meminfo: memFree=26443352/32872528 swapFree=11480/941500
[pid=14394] ppid=14391 vsize=9625040 CPUtime=3.56 cores=1,3,5,7
/proc/14394/stat : 14394 (java) S 14391 14394 13214 0 -1 4202496 9165 0 1 0 354 2 0 0 20 0 19 0 12109854 9856040960 11177 33554432000 1073741824 1073778376 140736383884384 140736383875520 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14394/statm: 2406260 11177 2257 9 0 2396937 0
[pid=14394/tid=14395] ppid=14391 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/14394/task/14395/stat : 14395 (java) R 14391 14394 13214 0 -1 4202560 2406 0 1 0 306 1 0 0 20 0 19 0 12109855 9856040960 11177 33554432000 1073741824 1073778376 140736383884384 140119899160256 140119768491628 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14394/tid=14397] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14397/stat : 14397 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109855 9856040960 11177 33554432000 1073741824 1073778376 140736383884384 140119888231208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14398] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14398/stat : 14398 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109855 9856040960 11177 33554432000 1073741824 1073778376 140736383884384 140119887178408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14394/tid=14399] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14399/stat : 14399 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109855 9856040960 11177 33554432000 1073741824 1073778376 140736383884384 140119740464168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14394/tid=14400] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14400/stat : 14400 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109855 9856040960 11177 33554432000 1073741824 1073778376 140736383884384 140119739411368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14394/tid=14401] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14401/stat : 14401 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109855 9856040960 11177 33554432000 1073741824 1073778376 140736383884384 140119738358056 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14402] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14402/stat : 14402 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109855 9856040960 11177 33554432000 1073741824 1073778376 140736383884384 140119737305256 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14394/tid=14403] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14403/stat : 14403 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109855 9856040960 11177 33554432000 1073741824 1073778376 140736383884384 140119736252968 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14404] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14404/stat : 14404 (java) S 14391 14394 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12109855 9856040960 11177 33554432000 1073741824 1073778376 140736383884384 140119735200168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14405] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14405/stat : 14405 (java) S 14391 14394 13214 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12109856 9856040960 11177 33554432000 1073741824 1073778376 140736383884384 140119723002600 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14406] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14406/stat : 14406 (java) S 14391 14394 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12109857 9856040960 11177 33554432000 1073741824 1073778376 140736383884384 140119721948664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14407] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14407/stat : 14407 (java) S 14391 14394 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12109857 9856040960 11177 33554432000 1073741824 1073778376 140736383884384 140119720896264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14408] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14408/stat : 14408 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109859 9856040960 11177 33554432000 1073741824 1073778376 140736383884384 140119719844752 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14409] ppid=14391 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14394/task/14409/stat : 14409 (java) S 14391 14394 13214 0 -1 4202560 3125 0 0 0 27 0 0 0 20 0 19 0 12109859 9856040960 11177 33554432000 1073741824 1073778376 140736383884384 140119718791352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14410] ppid=14391 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/14394/task/14410/stat : 14410 (java) S 14391 14394 13214 0 -1 4202560 2363 0 0 0 17 0 0 0 20 0 19 0 12109859 9856040960 11177 33554432000 1073741824 1073778376 140736383884384 140119717738552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14394/tid=14411] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14411/stat : 14411 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109859 9856040960 11177 33554432000 1073741824 1073778376 140736383884384 140119716686456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14394/tid=14412] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14412/stat : 14412 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109859 9856040960 11177 33554432000 1073741824 1073778376 140736383884384 140119715633864 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14413] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14413/stat : 14413 (java) S 14391 14394 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12109870 9856040960 11177 33554432000 1073741824 1073778376 140736383884384 140119714579880 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.20 2.17 2.07 3/214 14413
/proc/meminfo: memFree=26433732/32872528 swapFree=11480/941500
[pid=14394] ppid=14391 vsize=9625040 CPUtime=6.76 cores=1,3,5,7
/proc/14394/stat : 14394 (java) S 14391 14394 13214 0 -1 4202496 9171 0 1 0 674 2 0 0 20 0 19 0 12109854 9856040960 12942 33554432000 1073741824 1073778376 140736383884384 140736383875520 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14394/statm: 2406260 12942 2258 9 0 2396937 0
[pid=14394/tid=14395] ppid=14391 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/14394/task/14395/stat : 14395 (java) R 14391 14394 13214 0 -1 4202560 2411 0 1 0 625 1 0 0 20 0 19 0 12109855 9856040960 12942 33554432000 1073741824 1073778376 140736383884384 140119899160256 140119768508064 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14394/tid=14397] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14397/stat : 14397 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109855 9856040960 12942 33554432000 1073741824 1073778376 140736383884384 140119888231208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14398] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14398/stat : 14398 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109855 9856040960 12942 33554432000 1073741824 1073778376 140736383884384 140119887178408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14394/tid=14399] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14399/stat : 14399 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109855 9856040960 12942 33554432000 1073741824 1073778376 140736383884384 140119740464168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14394/tid=14400] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14400/stat : 14400 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109855 9856040960 12942 33554432000 1073741824 1073778376 140736383884384 140119739411368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14394/tid=14401] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14401/stat : 14401 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109855 9856040960 12942 33554432000 1073741824 1073778376 140736383884384 140119738358056 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14402] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14402/stat : 14402 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109855 9856040960 12942 33554432000 1073741824 1073778376 140736383884384 140119737305256 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14394/tid=14403] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14403/stat : 14403 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109855 9856040960 12942 33554432000 1073741824 1073778376 140736383884384 140119736252968 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14404] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14404/stat : 14404 (java) S 14391 14394 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12109855 9856040960 12942 33554432000 1073741824 1073778376 140736383884384 140119735200168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14405] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14405/stat : 14405 (java) S 14391 14394 13214 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12109856 9856040960 12942 33554432000 1073741824 1073778376 140736383884384 140119723002600 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14406] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14406/stat : 14406 (java) S 14391 14394 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12109857 9856040960 12942 33554432000 1073741824 1073778376 140736383884384 140119721948664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14407] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14407/stat : 14407 (java) S 14391 14394 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12109857 9856040960 12942 33554432000 1073741824 1073778376 140736383884384 140119720896264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14408] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14408/stat : 14408 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109859 9856040960 12942 33554432000 1073741824 1073778376 140736383884384 140119719844752 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14409] ppid=14391 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14394/task/14409/stat : 14409 (java) S 14391 14394 13214 0 -1 4202560 3125 0 0 0 27 0 0 0 20 0 19 0 12109859 9856040960 12942 33554432000 1073741824 1073778376 140736383884384 140119718791352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14410] ppid=14391 vsize=9625040 CPUtime=0.17 cores=1,3,5,7

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

[pid=14394/tid=14413] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14413/stat : 14413 (java) S 14391 14394 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12109870 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119714579880 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1723.66
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.08 2.13 2.10 3/213 15038
/proc/meminfo: memFree=26267100/32872528 swapFree=11480/941500
[pid=14394] ppid=14391 vsize=9625040 CPUtime=1783.66 cores=1,3,5,7
/proc/14394/stat : 14394 (java) S 14391 14394 13214 0 -1 4202496 10167 0 1 0 178314 52 0 0 20 0 19 0 12109854 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140736383875520 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14394/statm: 2406260 73998 2272 9 0 2396937 0
[pid=14394/tid=14395] ppid=14391 vsize=9625040 CPUtime=1777.33 cores=1,3,5,7
/proc/14394/task/14395/stat : 14395 (java) R 14391 14394 13214 0 -1 4202560 2474 0 1 0 177701 32 0 0 20 0 19 0 12109855 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119899160352 140119768518572 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14397] ppid=14391 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/14394/task/14397/stat : 14397 (java) S 14391 14394 13214 0 -1 4202560 53 0 0 0 12 3 0 0 20 0 19 0 12109855 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119888231208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14394/tid=14398] ppid=14391 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/14394/task/14398/stat : 14398 (java) S 14391 14394 13214 0 -1 4202560 143 0 0 0 7 1 0 0 20 0 19 0 12109855 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119887178408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14394/tid=14399] ppid=14391 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/14394/task/14399/stat : 14399 (java) S 14391 14394 13214 0 -1 4202560 29 0 0 0 8 2 0 0 20 0 19 0 12109855 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119740464168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14394/tid=14400] ppid=14391 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/14394/task/14400/stat : 14400 (java) S 14391 14394 13214 0 -1 4202560 44 0 0 0 8 3 0 0 20 0 19 0 12109855 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119739411368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14394/tid=14401] ppid=14391 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/14394/task/14401/stat : 14401 (java) S 14391 14394 13214 0 -1 4202560 193 0 0 0 9 3 0 0 20 0 19 0 12109855 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119738358056 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14394/tid=14402] ppid=14391 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/14394/task/14402/stat : 14402 (java) S 14391 14394 13214 0 -1 4202560 152 0 0 0 6 2 0 0 20 0 19 0 12109855 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119737305256 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14394/tid=14403] ppid=14391 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/14394/task/14403/stat : 14403 (java) S 14391 14394 13214 0 -1 4202560 135 0 0 0 6 1 0 0 20 0 19 0 12109855 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119736252968 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14394/tid=14404] ppid=14391 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/14394/task/14404/stat : 14404 (java) S 14391 14394 13214 0 -1 4202560 29 0 0 0 8 2 0 0 20 0 19 0 12109855 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119735200168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14394/tid=14405] ppid=14391 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14394/task/14405/stat : 14405 (java) S 14391 14394 13214 0 -1 4202560 56 0 0 0 1 0 0 0 20 0 19 0 12109856 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119723002600 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14406] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14406/stat : 14406 (java) S 14391 14394 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12109857 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119721948664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14394/tid=14407] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14407/stat : 14407 (java) S 14391 14394 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12109857 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119720896264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14408] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14408/stat : 14408 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109859 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119719844752 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14409] ppid=14391 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/14394/task/14409/stat : 14409 (java) S 14391 14394 13214 0 -1 4202560 3135 0 0 0 30 0 0 0 20 0 19 0 12109859 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119718791352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14410] ppid=14391 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/14394/task/14410/stat : 14410 (java) S 14391 14394 13214 0 -1 4202560 2363 0 0 0 17 0 0 0 20 0 19 0 12109859 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119717738552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14394/tid=14411] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14411/stat : 14411 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109859 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119716686456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14394/tid=14412] ppid=14391 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/14394/task/14412/stat : 14412 (java) S 14391 14394 13214 0 -1 4202560 104 0 0 0 22 30 0 0 20 0 19 0 12109859 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119715633864 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14394/tid=14413] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14413/stat : 14413 (java) S 14391 14394 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12109870 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119714579880 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1783.66
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.7 s]
/proc/loadavg: 2.20 2.16 2.11 4/214 15039
/proc/meminfo: memFree=26267488/32872528 swapFree=11480/941500
[pid=14394] ppid=14391 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/14394/stat : 14394 (java) S 14391 14394 13214 0 -1 4202496 10167 0 1 0 179954 52 0 0 20 0 19 0 12109854 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140736383875520 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14394/statm: 2406260 73998 2272 9 0 2396937 0
[pid=14394/tid=14395] ppid=14391 vsize=9625040 CPUtime=1793.69 cores=1,3,5,7
/proc/14394/task/14395/stat : 14395 (java) R 14391 14394 13214 0 -1 4202560 2474 0 1 0 179337 32 0 0 20 0 19 0 12109855 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119899160352 140119768518634 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14397] ppid=14391 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/14394/task/14397/stat : 14397 (java) S 14391 14394 13214 0 -1 4202560 53 0 0 0 12 3 0 0 20 0 19 0 12109855 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119888231208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14394/tid=14398] ppid=14391 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/14394/task/14398/stat : 14398 (java) S 14391 14394 13214 0 -1 4202560 143 0 0 0 7 1 0 0 20 0 19 0 12109855 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119887178408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14394/tid=14399] ppid=14391 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/14394/task/14399/stat : 14399 (java) S 14391 14394 13214 0 -1 4202560 29 0 0 0 8 2 0 0 20 0 19 0 12109855 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119740464168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14394/tid=14400] ppid=14391 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/14394/task/14400/stat : 14400 (java) S 14391 14394 13214 0 -1 4202560 44 0 0 0 8 3 0 0 20 0 19 0 12109855 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119739411368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14394/tid=14401] ppid=14391 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/14394/task/14401/stat : 14401 (java) S 14391 14394 13214 0 -1 4202560 193 0 0 0 9 3 0 0 20 0 19 0 12109855 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119738358056 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14394/tid=14402] ppid=14391 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/14394/task/14402/stat : 14402 (java) S 14391 14394 13214 0 -1 4202560 152 0 0 0 6 2 0 0 20 0 19 0 12109855 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119737305256 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14394/tid=14403] ppid=14391 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/14394/task/14403/stat : 14403 (java) S 14391 14394 13214 0 -1 4202560 135 0 0 0 6 1 0 0 20 0 19 0 12109855 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119736252968 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14394/tid=14404] ppid=14391 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/14394/task/14404/stat : 14404 (java) S 14391 14394 13214 0 -1 4202560 29 0 0 0 8 2 0 0 20 0 19 0 12109855 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119735200168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14394/tid=14405] ppid=14391 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14394/task/14405/stat : 14405 (java) S 14391 14394 13214 0 -1 4202560 56 0 0 0 1 0 0 0 20 0 19 0 12109856 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119723002600 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14406] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14406/stat : 14406 (java) S 14391 14394 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12109857 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119721948664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14394/tid=14407] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14407/stat : 14407 (java) S 14391 14394 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12109857 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119720896264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14408] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14408/stat : 14408 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109859 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119719844752 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14409] ppid=14391 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/14394/task/14409/stat : 14409 (java) S 14391 14394 13214 0 -1 4202560 3135 0 0 0 30 0 0 0 20 0 19 0 12109859 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119718791352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14410] ppid=14391 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/14394/task/14410/stat : 14410 (java) S 14391 14394 13214 0 -1 4202560 2363 0 0 0 17 0 0 0 20 0 19 0 12109859 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119717738552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14394/tid=14411] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14411/stat : 14411 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109859 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119716686456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14394/tid=14412] ppid=14391 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/14394/task/14412/stat : 14412 (java) S 14391 14394 13214 0 -1 4202560 104 0 0 0 22 30 0 0 20 0 19 0 12109859 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119715633864 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14394/tid=14413] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14413/stat : 14413 (java) S 14391 14394 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12109870 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119714579880 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 14394 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.7 s]
/proc/loadavg: 2.20 2.16 2.11 4/214 15039
/proc/meminfo: memFree=26267488/32872528 swapFree=11480/941500
[pid=14394] ppid=14391 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/14394/stat : 14394 (java) S 14391 14394 13214 0 -1 4202496 10167 0 1 0 179954 52 0 0 20 0 19 0 12109854 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140736383875520 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14394/statm: 2406260 73998 2272 9 0 2396937 0
[pid=14394/tid=14395] ppid=14391 vsize=9625040 CPUtime=1793.69 cores=1,3,5,7
/proc/14394/task/14395/stat : 14395 (java) R 14391 14394 13214 0 -1 4202560 2474 0 1 0 179337 32 0 0 20 0 19 0 12109855 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119899160352 140119768518634 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14397] ppid=14391 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/14394/task/14397/stat : 14397 (java) S 14391 14394 13214 0 -1 4202560 53 0 0 0 12 3 0 0 20 0 19 0 12109855 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119888231208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14394/tid=14398] ppid=14391 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/14394/task/14398/stat : 14398 (java) S 14391 14394 13214 0 -1 4202560 143 0 0 0 7 1 0 0 20 0 19 0 12109855 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119887178408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14394/tid=14399] ppid=14391 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/14394/task/14399/stat : 14399 (java) S 14391 14394 13214 0 -1 4202560 29 0 0 0 8 2 0 0 20 0 19 0 12109855 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119740464168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14394/tid=14400] ppid=14391 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/14394/task/14400/stat : 14400 (java) S 14391 14394 13214 0 -1 4202560 44 0 0 0 8 3 0 0 20 0 19 0 12109855 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119739411368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14394/tid=14401] ppid=14391 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/14394/task/14401/stat : 14401 (java) S 14391 14394 13214 0 -1 4202560 193 0 0 0 9 3 0 0 20 0 19 0 12109855 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119738358056 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14394/tid=14402] ppid=14391 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/14394/task/14402/stat : 14402 (java) S 14391 14394 13214 0 -1 4202560 152 0 0 0 6 2 0 0 20 0 19 0 12109855 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119737305256 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14394/tid=14403] ppid=14391 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/14394/task/14403/stat : 14403 (java) S 14391 14394 13214 0 -1 4202560 135 0 0 0 6 1 0 0 20 0 19 0 12109855 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119736252968 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14394/tid=14404] ppid=14391 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/14394/task/14404/stat : 14404 (java) S 14391 14394 13214 0 -1 4202560 29 0 0 0 8 2 0 0 20 0 19 0 12109855 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119735200168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14394/tid=14405] ppid=14391 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14394/task/14405/stat : 14405 (java) S 14391 14394 13214 0 -1 4202560 56 0 0 0 1 0 0 0 20 0 19 0 12109856 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119723002600 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14406] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14406/stat : 14406 (java) S 14391 14394 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12109857 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119721948664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14394/tid=14407] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14407/stat : 14407 (java) S 14391 14394 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12109857 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119720896264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14408] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14408/stat : 14408 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109859 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119719844752 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14409] ppid=14391 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/14394/task/14409/stat : 14409 (java) S 14391 14394 13214 0 -1 4202560 3135 0 0 0 30 0 0 0 20 0 19 0 12109859 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119718791352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14394/tid=14410] ppid=14391 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/14394/task/14410/stat : 14410 (java) S 14391 14394 13214 0 -1 4202560 2363 0 0 0 17 0 0 0 20 0 19 0 12109859 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119717738552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14394/tid=14411] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14411/stat : 14411 (java) S 14391 14394 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12109859 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119716686456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14394/tid=14412] ppid=14391 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/14394/task/14412/stat : 14412 (java) S 14391 14394 13214 0 -1 4202560 104 0 0 0 22 30 0 0 20 0 19 0 12109859 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119715633864 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14394/tid=14413] ppid=14391 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14394/task/14413/stat : 14413 (java) S 14391 14394 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12109870 9856040960 73998 33554432000 1073741824 1073778376 140736383884384 140119714579880 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 14394 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=880136
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=930858
# CPU time returned by wait4() is 1795.81
# 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.74
CPU time (s): 1800.06
CPU user time (s): 1799.54
CPU system time (s): 0.52
CPU usage (%): 100.074
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.88
system time used= 0.930858
maximum resident set size= 296144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10212
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38173
involuntary context switches= 4791

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.3623 second user time and 12.7431 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-30 20:30:25
IDJOB=4120542
IDBENCH=109988
IDSOLVER=2546
FILE ID=node113/4120542-1467311425
RUNJOBID= node113-1467309899-13788
PBS_JOBID= 20005277
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-72.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120542-1467311425/watcher-4120542-1467311425 -o /tmp/evaluation-result-4120542-1467311425/solver-4120542-1467311425 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1467309899-13788 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120542-1467311425.opb

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

MD5SUM BENCH= 3f7cb67e573855b0002f040c6d1d245a
RANDOM SEED=1627979302

node113.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.947
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.89
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.947
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	: 5325.52
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.947
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.56
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.947
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.54
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.947
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.56
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.947
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26476924 kB
Buffers:          125800 kB
Cached:          4270564 kB
SwapCached:            0 kB
Active:          3219016 kB
Inactive:        1474088 kB
Active(anon):     293900 kB
Inactive(anon):     5656 kB
Active(file):    2925116 kB
Inactive(file):  1468432 kB
Unevictable:      941500 kB
Mlocked:           11480 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               864 kB
Writeback:            32 kB
AnonPages:       1256848 kB
Mapped:            21536 kB
Shmem:               204 kB
Slab:             629620 kB
SReclaimable:      73220 kB
SUnreclaim:       556400 kB
KernelStack:        1848 kB
PageTables:         6452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1687620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1226752 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 node113 at 2016-06-30 21:00:24