Trace number 4120214

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 PB16UNSAT 1184.53 1182.79

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-97.cnf.gz-extracted.pb.metafix.opb
MD5SUMad11b933718533bc92da6cd3a33b07c3
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.011997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables389
Total number of constraints388
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)388
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4120214-1467310545.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.17	c ... done. Wall clock time 0.066s.
0.10/0.17	c declared #vars     389
0.10/0.17	c #constraints  388
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 388
0.10/0.17	c 388 constraints processed.
0.64/0.47	c cleaning 2491 clauses out of 5001 with flag 23469/5001
1.08/0.65	c cleaning 4250 clauses out of 8509 with flag 52305/11000
1.36/0.85	c cleaning 5613 clauses out of 11261 with flag 88759/18002
1.57/1.08	c cleaning 6800 clauses out of 13646 with flag 132583/26000
1.98/1.42	c cleaning 7913 clauses out of 15848 with flag 184180/35002
2.38/1.80	c cleaning 8955 clauses out of 17933 with flag 235687/45000
2.68/2.18	c cleaning 9972 clauses out of 19978 with flag 299321/56000
3.18/2.61	c cleaning 10985 clauses out of 22009 with flag 369694/68003
3.68/3.13	c cleaning 11997 clauses out of 24023 with flag 442855/81002
4.28/3.70	c cleaning 12994 clauses out of 26025 with flag 526837/95001
4.88/4.33	c cleaning 14011 clauses out of 28031 with flag 613284/110001
5.58/5.06	c cleaning 14994 clauses out of 30020 with flag 703667/126001
6.48/5.91	c cleaning 16010 clauses out of 32025 with flag 813804/143000
7.38/6.85	c cleaning 17000 clauses out of 34015 with flag 921114/161000
8.28/7.80	c cleaning 17994 clauses out of 36015 with flag 1036365/180000
9.38/8.85	c cleaning 18992 clauses out of 38022 with flag 1159640/200001
10.58/10.06	c cleaning 20003 clauses out of 40029 with flag 1281414/221000
11.87/11.31	c cleaning 20990 clauses out of 42026 with flag 1413813/243000
13.17/12.69	c cleaning 22004 clauses out of 44036 with flag 1558254/266000
14.57/14.06	c cleaning 22993 clauses out of 46033 with flag 1704743/290001
16.28/15.70	c cleaning 24007 clauses out of 48039 with flag 1856953/315000
17.88/17.36	c cleaning 24989 clauses out of 50033 with flag 2022437/341001
19.78/19.27	c cleaning 26008 clauses out of 52043 with flag 2193229/368000
21.78/21.25	c cleaning 27008 clauses out of 54038 with flag 2371512/396003
23.79/23.27	c cleaning 28000 clauses out of 56028 with flag 2554538/425001
25.98/25.48	c cleaning 29005 clauses out of 58028 with flag 2738472/455001
28.38/27.84	c cleaning 29999 clauses out of 60022 with flag 2925372/486000
30.68/30.16	c cleaning 30989 clauses out of 62023 with flag 3130571/518000
33.47/32.93	c cleaning 32008 clauses out of 64035 with flag 3339711/551001
36.07/35.59	c cleaning 32989 clauses out of 66026 with flag 3559646/585000
38.97/38.42	c cleaning 34005 clauses out of 68037 with flag 3780340/620000
41.97/41.43	c cleaning 34994 clauses out of 70032 with flag 4020690/656000
45.27/44.71	c cleaning 35997 clauses out of 72039 with flag 4263111/693001
48.47/47.99	c cleaning 37007 clauses out of 74042 with flag 4510752/731001
52.07/51.54	c cleaning 38005 clauses out of 76034 with flag 4752706/770000
55.88/55.35	c cleaning 39004 clauses out of 78029 with flag 5004513/810000
59.68/59.14	c cleaning 40004 clauses out of 80025 with flag 5264831/851000
63.68/63.11	c cleaning 40998 clauses out of 82021 with flag 5538212/893000
67.87/67.31	c cleaning 42002 clauses out of 84025 with flag 5808001/936002
72.30/71.70	c cleaning 42993 clauses out of 86021 with flag 6083972/980000
77.40/76.85	c cleaning 43999 clauses out of 88028 with flag 6381146/1025000
82.30/81.76	c cleaning 45008 clauses out of 90031 with flag 6670251/1071002
87.51/86.95	c cleaning 45985 clauses out of 92021 with flag 6976079/1118000
92.90/92.33	c cleaning 47001 clauses out of 94036 with flag 7276630/1166000
98.30/97.74	c cleaning 48008 clauses out of 96035 with flag 7572253/1215000
103.90/103.40	c cleaning 49001 clauses out of 98029 with flag 7877234/1265002
110.19/109.66	c cleaning 49995 clauses out of 100027 with flag 8193173/1316001
115.99/115.47	c cleaning 51000 clauses out of 102032 with flag 8511627/1368001
122.49/121.99	c cleaning 52000 clauses out of 104031 with flag 8834224/1421000
129.19/128.68	c cleaning 52997 clauses out of 106031 with flag 9162581/1475000
135.99/135.43	c cleaning 54004 clauses out of 108034 with flag 9500448/1530000
143.08/142.51	c cleaning 55002 clauses out of 110031 with flag 9830004/1586001
150.29/149.75	c cleaning 55998 clauses out of 112028 with flag 10169103/1643000
158.19/157.65	c cleaning 56988 clauses out of 114030 with flag 10516112/1701000
165.78/165.30	c cleaning 58005 clauses out of 116042 with flag 10863609/1760000
173.78/173.26	c cleaning 58997 clauses out of 118037 with flag 11210281/1820000
182.18/181.65	c cleaning 60005 clauses out of 120041 with flag 11574693/1881001
190.27/189.77	c cleaning 61013 clauses out of 122035 with flag 11943284/1943000
198.72/198.17	c cleaning 61994 clauses out of 124024 with flag 12313175/2006002
207.71/207.16	c cleaning 63008 clauses out of 126028 with flag 12687980/2070000
217.01/216.40	c cleaning 63997 clauses out of 128020 with flag 13058903/2135000
225.91/225.35	c cleaning 64985 clauses out of 130023 with flag 13443423/2201000
234.91/234.36	c cleaning 66007 clauses out of 132039 with flag 13827543/2268001
244.42/243.82	c cleaning 67003 clauses out of 134034 with flag 14206068/2336003
254.12/253.51	c cleaning 67999 clauses out of 136030 with flag 14596072/2405002
263.82/263.29	c cleaning 69009 clauses out of 138030 with flag 14990570/2475001
273.62/273.00	c cleaning 69987 clauses out of 140021 with flag 15393715/2546001
284.33/283.78	c cleaning 71000 clauses out of 142034 with flag 15804258/2618001
294.33/293.71	c cleaning 71995 clauses out of 144033 with flag 16219897/2691000
305.13/304.57	c cleaning 73010 clauses out of 146039 with flag 16648113/2765001
316.82/316.24	c cleaning 73993 clauses out of 148028 with flag 17072631/2840000
329.02/328.41	c cleaning 75001 clauses out of 150035 with flag 17504744/2916000
340.72/340.16	c cleaning 75996 clauses out of 152035 with flag 17932550/2993001
353.27/352.68	c cleaning 77000 clauses out of 154038 with flag 18373947/3071000
365.17/364.51	c cleaning 77998 clauses out of 156039 with flag 18829431/3150001
378.37/377.70	c cleaning 79002 clauses out of 158042 with flag 19276941/3230002
391.18/390.56	c cleaning 80001 clauses out of 160040 with flag 19733850/3311002
404.67/404.02	c cleaning 81000 clauses out of 162037 with flag 20182587/3393000
418.57/417.96	c cleaning 82006 clauses out of 164040 with flag 20644918/3476003
432.28/431.66	c cleaning 83010 clauses out of 166031 with flag 21113400/3560000
446.78/446.13	c cleaning 84006 clauses out of 168022 with flag 21590609/3645001
461.08/460.46	c cleaning 84998 clauses out of 170016 with flag 22064412/3731001
475.68/475.09	c cleaning 86003 clauses out of 172017 with flag 22544411/3818000
490.98/490.30	c cleaning 86993 clauses out of 174014 with flag 23030666/3906000
506.48/505.87	c cleaning 88003 clauses out of 176021 with flag 23521983/3995000
521.96/521.22	c cleaning 88997 clauses out of 178018 with flag 24020592/4085000
538.36/537.69	c cleaning 89996 clauses out of 180021 with flag 24507503/4176000
555.16/554.49	c cleaning 90998 clauses out of 182025 with flag 25001503/4268000
572.16/571.49	c cleaning 91995 clauses out of 184027 with flag 25506631/4361000
589.96/589.29	c cleaning 92996 clauses out of 186032 with flag 26007306/4455000
606.76/606.08	c cleaning 94013 clauses out of 188037 with flag 26519969/4550001
624.66/623.99	c cleaning 95000 clauses out of 190024 with flag 27047815/4646001
642.96/642.23	c cleaning 96003 clauses out of 192024 with flag 27583476/4743001
661.66/660.97	c cleaning 96986 clauses out of 194022 with flag 28112553/4841002
680.27/679.52	c cleaning 98002 clauses out of 196035 with flag 28656786/4940001
699.87/699.19	c cleaning 99004 clauses out of 198032 with flag 29193552/5040000
719.53/718.70	c cleaning 100000 clauses out of 200029 with flag 29743128/5141001
738.83/738.03	c cleaning 100994 clauses out of 202028 with flag 30301316/5243000
758.13/757.33	c cleaning 102002 clauses out of 204035 with flag 30878005/5346001
778.03/777.25	c cleaning 103000 clauses out of 206032 with flag 31444695/5450000
798.24/797.43	c cleaning 104003 clauses out of 208032 with flag 32017068/5555000
819.64/818.88	c cleaning 104997 clauses out of 210030 with flag 32582660/5661001
841.14/840.36	c cleaning 105997 clauses out of 212032 with flag 33167842/5768000
863.34/862.53	c cleaning 106994 clauses out of 214036 with flag 33751582/5876001
886.54/885.75	c cleaning 108014 clauses out of 216041 with flag 34333100/5985000
910.15/909.26	c cleaning 108999 clauses out of 218028 with flag 34932550/6095001
934.45/933.56	c cleaning 110006 clauses out of 220028 with flag 35521775/6206000
958.07/957.19	c cleaning 110984 clauses out of 222022 with flag 36129658/6318000
981.56/980.68	c cleaning 112020 clauses out of 224040 with flag 36737316/6431002
1005.37/1004.43	c cleaning 112987 clauses out of 226018 with flag 37355092/6545000
1027.67/1026.72	c cleaning 113999 clauses out of 228031 with flag 37963357/6660000
1053.67/1052.77	c cleaning 114999 clauses out of 230032 with flag 38604726/6776000
1080.87/1079.92	c cleaning 116003 clauses out of 232034 with flag 39247136/6893001
1107.27/1106.38	c cleaning 117005 clauses out of 234031 with flag 39906466/7011001
1131.38/1130.33	c cleaning 118002 clauses out of 236026 with flag 40564587/7130001
1155.48/1154.42	c cleaning 119004 clauses out of 238023 with flag 41225380/7250000
1183.82/1182.00	c cleaning 120003 clauses out of 240017 with flag 41937664/7371000
1184.53/1182.76	c starts		: 15336
1184.53/1182.76	c conflicts		: 7378139
1184.53/1182.76	c decisions		: 11020771
1184.53/1182.76	c propagations		: 133002431
1184.53/1182.76	c inspects		: 25577645628
1184.53/1182.76	c shortcuts		: 0
1184.53/1182.76	c learnt literals	: 11
1184.53/1182.76	c learnt binary clauses	: 12
1184.53/1182.76	c learnt ternary clauses	: 28
1184.53/1182.76	c learnt constraints	: 7378127
1184.53/1182.76	c ignored constraints	: 0
1184.53/1182.76	c root simplifications	: 0
1184.53/1182.76	c removed literals (reason simplification)	: 0
1184.53/1182.76	c reason swapping (by a shorter reason)	: 0
1184.53/1182.76	c Calls to reduceDB	: 117
1184.53/1182.76	c Number of update (reduction) of LBD	: 2302707
1184.53/1182.76	c Imported unit clauses	: 0
1184.53/1182.76	c number of reductions to clauses (during analyze)	: 0
1184.53/1182.76	c number of learned constraints concerned by reduction	: 0
1184.53/1182.76	c number of learning phase by resolution	: 0
1184.53/1182.76	c number of learning phase by cutting planes	: 0
1184.53/1182.76	c speed (assignments/second)	: 112467.82971497958
1184.53/1182.76	c non guided choices	105862
1184.53/1182.78	c learnt constraints type 
1184.53/1182.78	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 12
1184.53/1182.78	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 127131
1184.53/1182.78	s UNSATISFIABLE
1184.53/1182.78	c Total wall clock time (in seconds): 1182.678

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-4120214-1467310545/watcher-4120214-1467310545 -o /tmp/evaluation-result-4120214-1467310545/solver-4120214-1467310545 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467310545-14394 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120214-1467310545.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.37 1.91 1.97 3/175 14425
/proc/meminfo: memFree=30192604/32872528 swapFree=1299868/1463388
[pid=14425] ppid=14422 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/14425/stat : 14425 (java) S 14422 14425 12018 0 -1 4202496 1294 0 0 0 0 0 0 0 20 0 2 0 10080502 95129600 927 33554432000 1073741824 1073778376 140737136464448 140737136455584 227515859005 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14425/statm: 23225 927 703 9 0 16769 0
[pid=14425/tid=14434] ppid=14422 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14434/stat : 14434 (java) R 14422 14425 12018 0 -1 4202560 75 0 0 0 0 0 0 0 20 0 2 0 10080502 96370688 931 33554432000 1073741824 1073778376 140737136464448 140483936562728 227503336743 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 1.37 1.91 1.97 3/175 14425
/proc/meminfo: memFree=30192604/32872528 swapFree=1299868/1463388
[pid=14425] ppid=14422 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/14425/stat : 14425 (java) S 14422 14425 12018 0 -1 4202496 4435 0 1 0 9 1 0 0 20 0 18 0 10080502 9787879424 6068 33554432000 1073741824 1073778376 140737136464448 140737136455584 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14425/statm: 2389619 6068 2140 9 0 2380296 0
[pid=14425/tid=14434] ppid=14422 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/14425/task/14434/stat : 14434 (java) R 14422 14425 12018 0 -1 4202560 2377 0 1 0 6 1 0 0 20 0 18 0 10080502 9787879424 6068 33554432000 1073741824 1073778376 140737136464448 140483936566176 227515884813 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20031 s]
/proc/loadavg: 1.37 1.91 1.97 3/175 14425
/proc/meminfo: memFree=30192604/32872528 swapFree=1299868/1463388
[pid=14425] ppid=14422 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/14425/stat : 14425 (java) S 14422 14425 12018 0 -1 4202496 4955 0 1 0 24 1 0 0 20 0 19 0 10080502 9856040960 6960 33554432000 1073741824 1073778376 140737136464448 140737136455584 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14425/statm: 2406260 6962 2218 9 0 2396937 0
[pid=14425/tid=14434] ppid=14422 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/14425/task/14434/stat : 14434 (java) R 14422 14425 12018 0 -1 4202560 2405 0 1 0 16 1 0 0 20 0 19 0 10080502 9856040960 6962 33554432000 1073741824 1073778376 140737136464448 140483936567936 140483766541896 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300292 s]
/proc/loadavg: 1.37 1.91 1.97 3/175 14425
/proc/meminfo: memFree=30192604/32872528 swapFree=1299868/1463388
[pid=14425] ppid=14422 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/14425/stat : 14425 (java) S 14422 14425 12018 0 -1 4202496 6502 0 1 0 49 1 0 0 20 0 19 0 10080502 9856040960 7870 33554432000 1073741824 1073778376 140737136464448 140737136455584 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14425/statm: 2406260 7870 2245 9 0 2396937 0
[pid=14425/tid=14434] ppid=14422 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/14425/task/14434/stat : 14434 (java) R 14422 14425 12018 0 -1 4202560 2405 0 1 0 26 1 0 0 20 0 19 0 10080502 9856040960 7870 33554432000 1073741824 1073778376 140737136464448 140483936567936 140483766962168 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700239 s]
/proc/loadavg: 1.37 1.91 1.97 3/175 14425
/proc/meminfo: memFree=30192604/32872528 swapFree=1299868/1463388
[pid=14425] ppid=14422 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/14425/stat : 14425 (java) S 14422 14425 12018 0 -1 4202496 15205 0 1 0 123 3 0 0 20 0 19 0 10080502 9856040960 13834 33554432000 1073741824 1073778376 140737136464448 140737136455584 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14425/statm: 2406260 13834 2255 9 0 2396937 0
[pid=14425/tid=14434] ppid=14422 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/14425/task/14434/stat : 14434 (java) R 14422 14425 12018 0 -1 4202560 2406 0 1 0 66 1 0 0 20 0 19 0 10080502 9856040960 13834 33554432000 1073741824 1073778376 140737136464448 140483936558800 140483767005434 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9625040

[startup+1.50069 s]
/proc/loadavg: 1.42 1.91 1.97 3/211 14526
/proc/meminfo: memFree=30123904/32872528 swapFree=1299868/1463388
[pid=14425] ppid=14422 vsize=9625040 CPUtime=2.08 cores=0,2,4,6
/proc/14425/stat : 14425 (java) S 14422 14425 12018 0 -1 4202496 15235 0 1 0 205 3 0 0 20 0 19 0 10080502 9856040960 14885 33554432000 1073741824 1073778376 140737136464448 140737136455584 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14425/statm: 2406260 14885 2257 9 0 2396937 0
[pid=14425/tid=14434] ppid=14422 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/14425/task/14434/stat : 14434 (java) R 14422 14425 12018 0 -1 4202560 2409 0 1 0 145 1 0 0 20 0 19 0 10080502 9856040960 14885 33554432000 1073741824 1073778376 140737136464448 140483936558784 140483766851851 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14425/tid=14437] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14437/stat : 14437 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080503 9856040960 14885 33554432000 1073741824 1073778376 140737136464448 140483898059688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14438] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14438/stat : 14438 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080503 9856040960 14885 33554432000 1073741824 1073778376 140737136464448 140483897007144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14425/tid=14439] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14439/stat : 14439 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080503 9856040960 14885 33554432000 1073741824 1073778376 140737136464448 140483895954088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14425/tid=14440] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14440/stat : 14440 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080503 9856040960 14885 33554432000 1073741824 1073778376 140737136464448 140483894901544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14425/tid=14441] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14441/stat : 14441 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080503 9856040960 14885 33554432000 1073741824 1073778376 140737136464448 140483893848488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14442] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14442/stat : 14442 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080503 9856040960 14885 33554432000 1073741824 1073778376 140737136464448 140483892795944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14425/tid=14443] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14443/stat : 14443 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080503 9856040960 14885 33554432000 1073741824 1073778376 140737136464448 140483891742888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14444] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14444/stat : 14444 (java) S 14422 14425 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10080503 9856040960 14885 33554432000 1073741824 1073778376 140737136464448 140483890690344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14447] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14447/stat : 14447 (java) S 14422 14425 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10080504 9856040960 14885 33554432000 1073741824 1073778376 140737136464448 140483760196456 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14425/tid=14448] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14448/stat : 14448 (java) S 14422 14425 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10080505 9856040960 14885 33554432000 1073741824 1073778376 140737136464448 140483759142776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14449] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14449/stat : 14449 (java) S 14422 14425 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10080505 9856040960 14885 33554432000 1073741824 1073778376 140737136464448 140483758089608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14455] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14455/stat : 14455 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080507 9856040960 14885 33554432000 1073741824 1073778376 140737136464448 140483757038352 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14456] ppid=14422 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/14425/task/14456/stat : 14456 (java) S 14422 14425 12018 0 -1 4202560 3468 0 0 0 26 0 0 0 20 0 19 0 10080507 9856040960 14885 33554432000 1073741824 1073778376 140737136464448 140483755985208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14457] ppid=14422 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/14425/task/14457/stat : 14457 (java) S 14422 14425 12018 0 -1 4202560 8086 0 0 0 30 2 0 0 20 0 19 0 10080507 9856040960 14885 33554432000 1073741824 1073778376 140737136464448 140483754932664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14425/tid=14458] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14458/stat : 14458 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080507 9856040960 14885 33554432000 1073741824 1073778376 140737136464448 140483753879800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14425/tid=14459] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14459/stat : 14459 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080507 9856040960 14885 33554432000 1073741824 1073778376 140737136464448 140483752827464 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14425/tid=14461] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14461/stat : 14461 (java) S 14422 14425 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10080520 9856040960 14885 33554432000 1073741824 1073778376 140737136464448 140483751773736 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 1.42 1.91 1.97 3/211 14526
/proc/meminfo: memFree=30100764/32872528 swapFree=1299868/1463388
[pid=14425] ppid=14422 vsize=9625040 CPUtime=3.68 cores=0,2,4,6
/proc/14425/stat : 14425 (java) S 14422 14425 12018 0 -1 4202496 15239 0 1 0 365 3 0 0 20 0 19 0 10080502 9856040960 16421 33554432000 1073741824 1073778376 140737136464448 140737136455584 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14425/statm: 2406260 16421 2257 9 0 2396937 0
[pid=14425/tid=14434] ppid=14422 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/14425/task/14434/stat : 14434 (java) R 14422 14425 12018 0 -1 4202560 2413 0 1 0 305 1 0 0 20 0 19 0 10080502 9856040960 16421 33554432000 1073741824 1073778376 140737136464448 140483936558784 140483766949456 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14437] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14437/stat : 14437 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080503 9856040960 16421 33554432000 1073741824 1073778376 140737136464448 140483898059688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14438] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14438/stat : 14438 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080503 9856040960 16421 33554432000 1073741824 1073778376 140737136464448 140483897007144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14425/tid=14439] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14439/stat : 14439 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080503 9856040960 16421 33554432000 1073741824 1073778376 140737136464448 140483895954088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14425/tid=14440] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14440/stat : 14440 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080503 9856040960 16421 33554432000 1073741824 1073778376 140737136464448 140483894901544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14425/tid=14441] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14441/stat : 14441 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080503 9856040960 16421 33554432000 1073741824 1073778376 140737136464448 140483893848488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14442] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14442/stat : 14442 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080503 9856040960 16421 33554432000 1073741824 1073778376 140737136464448 140483892795944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14425/tid=14443] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14443/stat : 14443 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080503 9856040960 16421 33554432000 1073741824 1073778376 140737136464448 140483891742888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14444] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14444/stat : 14444 (java) S 14422 14425 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10080503 9856040960 16421 33554432000 1073741824 1073778376 140737136464448 140483890690344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14447] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14447/stat : 14447 (java) S 14422 14425 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10080504 9856040960 16421 33554432000 1073741824 1073778376 140737136464448 140483760196456 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14425/tid=14448] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14448/stat : 14448 (java) S 14422 14425 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10080505 9856040960 16421 33554432000 1073741824 1073778376 140737136464448 140483759142776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14449] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14449/stat : 14449 (java) S 14422 14425 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10080505 9856040960 16421 33554432000 1073741824 1073778376 140737136464448 140483758089608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14455] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14455/stat : 14455 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080507 9856040960 16421 33554432000 1073741824 1073778376 140737136464448 140483757038352 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14456] ppid=14422 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/14425/task/14456/stat : 14456 (java) S 14422 14425 12018 0 -1 4202560 3468 0 0 0 26 0 0 0 20 0 19 0 10080507 9856040960 16421 33554432000 1073741824 1073778376 140737136464448 140483755985208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14457] ppid=14422 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/14425/task/14457/stat : 14457 (java) S 14422 14425 12018 0 -1 4202560 8086 0 0 0 30 2 0 0 20 0 19 0 10080507 9856040960 16421 33554432000 1073741824 1073778376 140737136464448 140483754932664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14425/tid=14458] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14458/stat : 14458 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080507 9856040960 16421 33554432000 1073741824 1073778376 140737136464448 140483753879800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14425/tid=14459] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14459/stat : 14459 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080507 9856040960 16421 33554432000 1073741824 1073778376 140737136464448 140483752827464 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14425/tid=14461] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14461/stat : 14461 (java) S 14422 14425 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10080520 9856040960 16421 33554432000 1073741824 1073778376 140737136464448 140483751773736 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 1.46 1.91 1.97 3/211 14526
/proc/meminfo: memFree=30086360/32872528 swapFree=1299868/1463388
[pid=14425] ppid=14422 vsize=9625040 CPUtime=6.88 cores=0,2,4,6
/proc/14425/stat : 14425 (java) S 14422 14425 12018 0 -1 4202496 15245 0 1 0 685 3 0 0 20 0 19 0 10080502 9856040960 18072 33554432000 1073741824 1073778376 140737136464448 140737136455584 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14425/statm: 2406260 18072 2258 9 0 2396937 0
[pid=14425/tid=14434] ppid=14422 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/14425/task/14434/stat : 14434 (java) R 14422 14425 12018 0 -1 4202560 2418 0 1 0 623 1 0 0 20 0 19 0 10080502 9856040960 18072 33554432000 1073741824 1073778376 140737136464448 140483936558784 140483767005632 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14437] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14437/stat : 14437 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080503 9856040960 18072 33554432000 1073741824 1073778376 140737136464448 140483898059688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14438] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14438/stat : 14438 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080503 9856040960 18072 33554432000 1073741824 1073778376 140737136464448 140483897007144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14425/tid=14439] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14439/stat : 14439 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080503 9856040960 18072 33554432000 1073741824 1073778376 140737136464448 140483895954088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14425/tid=14440] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14440/stat : 14440 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080503 9856040960 18072 33554432000 1073741824 1073778376 140737136464448 140483894901544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14425/tid=14441] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14441/stat : 14441 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080503 9856040960 18072 33554432000 1073741824 1073778376 140737136464448 140483893848488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14442] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14442/stat : 14442 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080503 9856040960 18072 33554432000 1073741824 1073778376 140737136464448 140483892795944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14425/tid=14443] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14443/stat : 14443 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080503 9856040960 18072 33554432000 1073741824 1073778376 140737136464448 140483891742888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14444] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14444/stat : 14444 (java) S 14422 14425 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10080503 9856040960 18072 33554432000 1073741824 1073778376 140737136464448 140483890690344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14447] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14447/stat : 14447 (java) S 14422 14425 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10080504 9856040960 18072 33554432000 1073741824 1073778376 140737136464448 140483760196456 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14425/tid=14448] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14448/stat : 14448 (java) S 14422 14425 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10080505 9856040960 18072 33554432000 1073741824 1073778376 140737136464448 140483759142776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14449] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14449/stat : 14449 (java) S 14422 14425 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10080505 9856040960 18072 33554432000 1073741824 1073778376 140737136464448 140483758089608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14455] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14455/stat : 14455 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080507 9856040960 18072 33554432000 1073741824 1073778376 140737136464448 140483757038352 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14456] ppid=14422 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/14425/task/14456/stat : 14456 (java) S 14422 14425 12018 0 -1 4202560 3468 0 0 0 26 0 0 0 20 0 19 0 10080507 9856040960 18072 33554432000 1073741824 1073778376 140737136464448 140483755985208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14457] ppid=14422 vsize=9625040 CPUtime=0.32 cores=0,2,4,6

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

/proc/14425/task/14456/stat : 14456 (java) S 14422 14425 12018 0 -1 4202560 11510 0 0 0 90 1 0 0 20 0 19 0 10080507 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483755985208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14425/tid=14457] ppid=14422 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/14425/task/14457/stat : 14457 (java) S 14422 14425 12018 0 -1 4202560 8086 0 0 0 41 2 0 0 20 0 19 0 10080507 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483754932664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14425/tid=14458] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14458/stat : 14458 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080507 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483753879800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14425/tid=14459] ppid=14422 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/14425/task/14459/stat : 14459 (java) S 14422 14425 12018 0 -1 4202560 70 0 0 0 14 11 0 0 20 0 19 0 10080507 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483752827464 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14425/tid=14461] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14461/stat : 14461 (java) S 14422 14425 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10080520 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483751773736 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1184.12
Current children cumulated vsize (KiB) 9625040

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 14425 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1182.4 s]
/proc/loadavg: 2.27 2.21 2.11 5/211 14750
/proc/meminfo: memFree=29738848/32872528 swapFree=1299868/1463388
[pid=14425] ppid=14422 vsize=9625040 CPUtime=1184.23 cores=0,2,4,6
/proc/14425/stat : 14425 (java) S 14422 14425 12018 0 -1 4202496 24431 0 1 0 118400 23 0 0 20 0 19 0 10080502 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140737136455584 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14425/statm: 2406260 66042 2272 9 0 2396937 0
[pid=14425/tid=14434] ppid=14422 vsize=9625040 CPUtime=1179.09 cores=0,2,4,6
/proc/14425/task/14434/stat : 14434 (java) R 14422 14425 12018 0 -1 4202560 2484 0 1 0 117889 20 0 0 20 0 19 0 10080502 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483936565832 140483767153242 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14437] ppid=14422 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/14425/task/14437/stat : 14437 (java) S 14422 14425 12018 0 -1 4202560 134 0 0 0 9 2 0 0 20 0 19 0 10080503 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483898059688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14425/tid=14438] ppid=14422 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/14425/task/14438/stat : 14438 (java) S 14422 14425 12018 0 -1 4202560 232 0 0 0 7 2 0 0 20 0 19 0 10080503 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483897007144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14439] ppid=14422 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/14425/task/14439/stat : 14439 (java) S 14422 14425 12018 0 -1 4202560 85 0 0 0 5 0 0 0 20 0 19 0 10080503 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483895954088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14425/tid=14440] ppid=14422 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14425/task/14440/stat : 14440 (java) S 14422 14425 12018 0 -1 4202560 166 0 0 0 6 0 0 0 20 0 19 0 10080503 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483894901544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14425/tid=14441] ppid=14422 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/14425/task/14441/stat : 14441 (java) S 14422 14425 12018 0 -1 4202560 21 0 0 0 7 0 0 0 20 0 19 0 10080503 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483893848488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14442] ppid=14422 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/14425/task/14442/stat : 14442 (java) S 14422 14425 12018 0 -1 4202560 226 0 0 0 9 0 0 0 20 0 19 0 10080503 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483892795944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14425/tid=14443] ppid=14422 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14425/task/14443/stat : 14443 (java) S 14422 14425 12018 0 -1 4202560 115 0 0 0 6 0 0 0 20 0 19 0 10080503 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483891742888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14425/tid=14444] ppid=14422 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/14425/task/14444/stat : 14444 (java) S 14422 14425 12018 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 10080503 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483890690344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14425/tid=14447] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14447/stat : 14447 (java) S 14422 14425 12018 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 19 0 10080504 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483760196456 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14425/tid=14448] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14448/stat : 14448 (java) S 14422 14425 12018 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10080505 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483759142776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14449] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14449/stat : 14449 (java) S 14422 14425 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10080505 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483758089608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14455] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14455/stat : 14455 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080507 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483757038352 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14456] ppid=14422 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/14425/task/14456/stat : 14456 (java) S 14422 14425 12018 0 -1 4202560 11510 0 0 0 91 1 0 0 20 0 19 0 10080507 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483755985208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14425/tid=14457] ppid=14422 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/14425/task/14457/stat : 14457 (java) S 14422 14425 12018 0 -1 4202560 8086 0 0 0 41 2 0 0 20 0 19 0 10080507 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483754932664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14425/tid=14458] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14458/stat : 14458 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080507 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483753879800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14425/tid=14459] ppid=14422 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/14425/task/14459/stat : 14459 (java) S 14422 14425 12018 0 -1 4202560 70 0 0 0 14 11 0 0 20 0 19 0 10080507 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483752827464 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14425/tid=14461] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14461/stat : 14461 (java) S 14422 14425 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10080520 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483751773736 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1184.23
Current children cumulated vsize (KiB) 9625040

[startup+1182.61 s]
/proc/loadavg: 2.27 2.21 2.11 4/211 14750
/proc/meminfo: memFree=29740212/32872528 swapFree=1299868/1463388
[pid=14425] ppid=14422 vsize=9625040 CPUtime=1184.43 cores=0,2,4,6
/proc/14425/stat : 14425 (java) S 14422 14425 12018 0 -1 4202496 24431 0 1 0 118420 23 0 0 20 0 19 0 10080502 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140737136455584 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14425/statm: 2406260 66042 2272 9 0 2396937 0
[pid=14425/tid=14434] ppid=14422 vsize=9625040 CPUtime=1179.29 cores=0,2,4,6
/proc/14425/task/14434/stat : 14434 (java) R 14422 14425 12018 0 -1 4202560 2484 0 1 0 117909 20 0 0 20 0 19 0 10080502 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483936565832 140483767266826 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14437] ppid=14422 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/14425/task/14437/stat : 14437 (java) S 14422 14425 12018 0 -1 4202560 134 0 0 0 9 2 0 0 20 0 19 0 10080503 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483898059688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14425/tid=14438] ppid=14422 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/14425/task/14438/stat : 14438 (java) S 14422 14425 12018 0 -1 4202560 232 0 0 0 7 2 0 0 20 0 19 0 10080503 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483897007144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14439] ppid=14422 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/14425/task/14439/stat : 14439 (java) S 14422 14425 12018 0 -1 4202560 85 0 0 0 5 0 0 0 20 0 19 0 10080503 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483895954088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14425/tid=14440] ppid=14422 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14425/task/14440/stat : 14440 (java) S 14422 14425 12018 0 -1 4202560 166 0 0 0 6 0 0 0 20 0 19 0 10080503 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483894901544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14425/tid=14441] ppid=14422 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/14425/task/14441/stat : 14441 (java) S 14422 14425 12018 0 -1 4202560 21 0 0 0 7 0 0 0 20 0 19 0 10080503 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483893848488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14442] ppid=14422 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/14425/task/14442/stat : 14442 (java) S 14422 14425 12018 0 -1 4202560 226 0 0 0 9 0 0 0 20 0 19 0 10080503 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483892795944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14425/tid=14443] ppid=14422 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14425/task/14443/stat : 14443 (java) S 14422 14425 12018 0 -1 4202560 115 0 0 0 6 0 0 0 20 0 19 0 10080503 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483891742888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14425/tid=14444] ppid=14422 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/14425/task/14444/stat : 14444 (java) S 14422 14425 12018 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 10080503 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483890690344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14425/tid=14447] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14447/stat : 14447 (java) S 14422 14425 12018 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 19 0 10080504 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483760196456 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14425/tid=14448] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14448/stat : 14448 (java) S 14422 14425 12018 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10080505 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483759142776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14449] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14449/stat : 14449 (java) S 14422 14425 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10080505 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483758089608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14455] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14455/stat : 14455 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080507 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483757038352 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14456] ppid=14422 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/14425/task/14456/stat : 14456 (java) S 14422 14425 12018 0 -1 4202560 11510 0 0 0 91 1 0 0 20 0 19 0 10080507 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483755985208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14425/tid=14457] ppid=14422 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/14425/task/14457/stat : 14457 (java) S 14422 14425 12018 0 -1 4202560 8086 0 0 0 41 2 0 0 20 0 19 0 10080507 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483754932664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14425/tid=14458] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14458/stat : 14458 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080507 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483753879800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14425/tid=14459] ppid=14422 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/14425/task/14459/stat : 14459 (java) S 14422 14425 12018 0 -1 4202560 70 0 0 0 14 11 0 0 20 0 19 0 10080507 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483752827464 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14425/tid=14461] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14461/stat : 14461 (java) S 14422 14425 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10080520 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483751773736 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1184.43
Current children cumulated vsize (KiB) 9625040

[startup+1182.7 s]
/proc/loadavg: 2.27 2.21 2.11 4/211 14750
/proc/meminfo: memFree=29740212/32872528 swapFree=1299868/1463388
[pid=14425] ppid=14422 vsize=9625040 CPUtime=1184.53 cores=0,2,4,6
/proc/14425/stat : 14425 (java) S 14422 14425 12018 0 -1 4202496 24431 0 1 0 118430 23 0 0 20 0 19 0 10080502 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140737136455584 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14425/statm: 2406260 66042 2272 9 0 2396937 0
[pid=14425/tid=14434] ppid=14422 vsize=9625040 CPUtime=1179.39 cores=0,2,4,6
/proc/14425/task/14434/stat : 14434 (java) R 14422 14425 12018 0 -1 4202560 2484 0 1 0 117919 20 0 0 20 0 19 0 10080502 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483936567624 140483767266336 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14437] ppid=14422 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/14425/task/14437/stat : 14437 (java) S 14422 14425 12018 0 -1 4202560 134 0 0 0 9 2 0 0 20 0 19 0 10080503 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483898059688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14425/tid=14438] ppid=14422 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/14425/task/14438/stat : 14438 (java) S 14422 14425 12018 0 -1 4202560 232 0 0 0 7 2 0 0 20 0 19 0 10080503 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483897007144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14439] ppid=14422 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/14425/task/14439/stat : 14439 (java) S 14422 14425 12018 0 -1 4202560 85 0 0 0 5 0 0 0 20 0 19 0 10080503 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483895954088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14425/tid=14440] ppid=14422 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14425/task/14440/stat : 14440 (java) S 14422 14425 12018 0 -1 4202560 166 0 0 0 6 0 0 0 20 0 19 0 10080503 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483894901544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14425/tid=14441] ppid=14422 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/14425/task/14441/stat : 14441 (java) S 14422 14425 12018 0 -1 4202560 21 0 0 0 7 0 0 0 20 0 19 0 10080503 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483893848488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14442] ppid=14422 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/14425/task/14442/stat : 14442 (java) S 14422 14425 12018 0 -1 4202560 226 0 0 0 9 0 0 0 20 0 19 0 10080503 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483892795944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14425/tid=14443] ppid=14422 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14425/task/14443/stat : 14443 (java) S 14422 14425 12018 0 -1 4202560 115 0 0 0 6 0 0 0 20 0 19 0 10080503 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483891742888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14425/tid=14444] ppid=14422 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/14425/task/14444/stat : 14444 (java) S 14422 14425 12018 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 10080503 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483890690344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14425/tid=14447] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14447/stat : 14447 (java) S 14422 14425 12018 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 19 0 10080504 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483760196456 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14425/tid=14448] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14448/stat : 14448 (java) S 14422 14425 12018 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10080505 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483759142776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14449] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14449/stat : 14449 (java) S 14422 14425 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10080505 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483758089608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14455] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14455/stat : 14455 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080507 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483757038352 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14425/tid=14456] ppid=14422 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/14425/task/14456/stat : 14456 (java) S 14422 14425 12018 0 -1 4202560 11510 0 0 0 91 1 0 0 20 0 19 0 10080507 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483755985208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14425/tid=14457] ppid=14422 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/14425/task/14457/stat : 14457 (java) S 14422 14425 12018 0 -1 4202560 8086 0 0 0 41 2 0 0 20 0 19 0 10080507 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483754932664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14425/tid=14458] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14458/stat : 14458 (java) S 14422 14425 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10080507 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483753879800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14425/tid=14459] ppid=14422 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/14425/task/14459/stat : 14459 (java) S 14422 14425 12018 0 -1 4202560 70 0 0 0 14 11 0 0 20 0 19 0 10080507 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483752827464 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14425/tid=14461] ppid=14422 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14425/task/14461/stat : 14461 (java) S 14422 14425 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10080520 9856040960 66042 33554432000 1073741824 1073778376 140737136464448 140483751773736 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1184.53
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14425 and gives
#  childrusage.ru_utime.tv_sec=1181
#  childrusage.ru_utime.tv_usec=401399
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=521920
# CPU time returned by wait4() is 1181.92
# while last known CPU time is 1184.53
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1182.79
CPU time (s): 1184.53
CPU user time (s): 1184.3
CPU system time (s): 0.23
CPU usage (%): 100.147
Max. virtual memory (cumulated for all children) (KiB): 9626600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1181.4
system time used= 0.52192
maximum resident set size= 271204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24459
page faults= 1
swaps= 0
block input operations= 0
block output operations= 816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25285
involuntary context switches= 5112

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.08038 second user time and 4.92825 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-30 20:15:45
IDJOB=4120214
IDBENCH=109812
IDSOLVER=2546
FILE ID=node121/4120214-1467310545
RUNJOBID= node121-1467310545-14394
PBS_JOBID= 20005265
Free space on /tmp= 71700 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-97.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120214-1467310545/watcher-4120214-1467310545 -o /tmp/evaluation-result-4120214-1467310545/solver-4120214-1467310545 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467310545-14394 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120214-1467310545.opb

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

MD5SUM BENCH= ad11b933718533bc92da6cd3a33b07c3
RANDOM SEED=791058209

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.172
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		: 2667.172
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:        30198964 kB
Buffers:          116236 kB
Cached:           336716 kB
SwapCached:            0 kB
Active:           241768 kB
Inactive:         225392 kB
Active(anon):       2612 kB
Inactive(anon):    14568 kB
Active(file):     239156 kB
Inactive(file):   210824 kB
Unevictable:     1463388 kB
Mlocked:         1299868 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1608 kB
Writeback:             0 kB
AnonPages:       1477192 kB
Mapped:            13764 kB
Shmem:               204 kB
Slab:             609444 kB
SReclaimable:      53864 kB
SUnreclaim:       555580 kB
KernelStack:        1360 kB
PageTables:         7304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1553892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 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= 71700 MiB
End job on node121 at 2016-06-30 20:35:28