Trace number 4121318

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 1604.01 1602.55

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-61.cnf.gz-extracted.pb.metafix.opb
MD5SUMd1b2f86a6127b57de9bf517596b790ac
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 variables245
Total number of constraints244
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)244
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4121318-1467314129.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.16	c ... done. Wall clock time 0.044s.
0.09/0.16	c declared #vars     245
0.09/0.16	c #constraints  244
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 244
0.09/0.16	c 244 constraints processed.
0.68/0.44	c cleaning 2498 clauses out of 5003 with flag 23881/5003
1.11/0.62	c cleaning 4239 clauses out of 8502 with flag 54599/11000
1.37/0.82	c cleaning 5624 clauses out of 11265 with flag 88857/18002
1.57/1.10	c cleaning 6805 clauses out of 13639 with flag 131200/26000
1.98/1.41	c cleaning 7908 clauses out of 15835 with flag 181808/35001
2.38/1.82	c cleaning 8961 clauses out of 17929 with flag 239862/45003
2.79/2.26	c cleaning 9972 clauses out of 19965 with flag 304379/56000
3.38/2.81	c cleaning 10990 clauses out of 21995 with flag 379428/68002
3.99/3.43	c cleaning 11989 clauses out of 24004 with flag 457083/81001
4.68/4.13	c cleaning 12990 clauses out of 26014 with flag 538233/95000
5.38/4.90	c cleaning 13999 clauses out of 28026 with flag 627893/110002
6.19/5.69	c cleaning 14997 clauses out of 30025 with flag 731035/126000
7.19/6.64	c cleaning 16009 clauses out of 32031 with flag 840133/143003
8.18/7.68	c cleaning 17000 clauses out of 34019 with flag 960914/161000
9.39/8.82	c cleaning 17999 clauses out of 36021 with flag 1080869/180002
10.78/10.27	c cleaning 19003 clauses out of 38020 with flag 1211350/200000
12.18/11.65	c cleaning 19998 clauses out of 40017 with flag 1350703/221000
13.58/13.07	c cleaning 20996 clauses out of 42019 with flag 1497010/243000
15.18/14.62	c cleaning 22000 clauses out of 44024 with flag 1639552/266001
16.78/16.29	c cleaning 23001 clauses out of 46025 with flag 1800794/290002
18.78/18.23	c cleaning 24001 clauses out of 48023 with flag 1966934/315001
20.88/20.34	c cleaning 25004 clauses out of 50023 with flag 2134182/341002
22.98/22.49	c cleaning 26002 clauses out of 52018 with flag 2326215/368001
25.28/24.73	c cleaning 26999 clauses out of 54016 with flag 2502628/396001
27.68/27.16	c cleaning 27997 clauses out of 56016 with flag 2694971/425000
30.19/29.67	c cleaning 29004 clauses out of 58020 with flag 2892709/455001
32.99/32.46	c cleaning 29996 clauses out of 60015 with flag 3098660/486000
36.08/35.50	c cleaning 30998 clauses out of 62019 with flag 3309745/518000
39.28/38.77	c cleaning 32005 clauses out of 64021 with flag 3529658/551000
42.59/42.06	c cleaning 32991 clauses out of 66016 with flag 3748067/585000
45.99/45.42	c cleaning 34007 clauses out of 68025 with flag 3980527/620000
49.68/49.10	c cleaning 34996 clauses out of 70018 with flag 4214812/656000
53.49/52.98	c cleaning 35996 clauses out of 72022 with flag 4455361/693000
57.68/57.11	c cleaning 37000 clauses out of 74027 with flag 4691687/731001
61.98/61.49	c cleaning 37995 clauses out of 76026 with flag 4945314/770000
66.58/66.04	c cleaning 38999 clauses out of 78032 with flag 5196692/810001
71.28/70.77	c cleaning 40008 clauses out of 80034 with flag 5458971/851002
76.59/76.01	c cleaning 41001 clauses out of 82025 with flag 5718557/893001
81.89/81.31	c cleaning 42001 clauses out of 84026 with flag 5996456/936003
87.23/86.69	c cleaning 43004 clauses out of 86024 with flag 6272504/980002
92.63/92.07	c cleaning 43989 clauses out of 88018 with flag 6557390/1025000
98.43/97.81	c cleaning 45009 clauses out of 90031 with flag 6848635/1071002
104.34/103.71	c cleaning 46003 clauses out of 92020 with flag 7136956/1118000
110.24/109.62	c cleaning 46996 clauses out of 94018 with flag 7440636/1166001
116.24/115.68	c cleaning 47998 clauses out of 96024 with flag 7745944/1215003
122.74/122.13	c cleaning 49001 clauses out of 98023 with flag 8058131/1265000
129.34/128.76	c cleaning 50000 clauses out of 100022 with flag 8369177/1316000
136.53/135.97	c cleaning 50999 clauses out of 102024 with flag 8691216/1368002
143.53/142.94	c cleaning 52004 clauses out of 104023 with flag 9018295/1421000
151.03/150.46	c cleaning 52993 clauses out of 106020 with flag 9349123/1475001
158.84/158.29	c cleaning 53996 clauses out of 108026 with flag 9677528/1530000
167.24/166.60	c cleaning 55007 clauses out of 110031 with flag 10017615/1586001
175.54/174.97	c cleaning 55996 clauses out of 112023 with flag 10369771/1643000
184.65/184.00	c cleaning 56996 clauses out of 114028 with flag 10712147/1701001
193.95/193.36	c cleaning 58007 clauses out of 116031 with flag 11069208/1760000
203.15/202.54	c cleaning 58999 clauses out of 118024 with flag 11417992/1820000
213.05/212.44	c cleaning 60004 clauses out of 120025 with flag 11772875/1881000
222.45/221.89	c cleaning 60990 clauses out of 122021 with flag 12132905/1943000
232.53/231.85	c cleaning 62002 clauses out of 124031 with flag 12499038/2006000
242.43/241.77	c cleaning 63002 clauses out of 126029 with flag 12873958/2070000
253.43/252.70	c cleaning 64001 clauses out of 128027 with flag 13241203/2135000
264.12/263.46	c cleaning 65005 clauses out of 130027 with flag 13618857/2201001
275.12/274.41	c cleaning 65992 clauses out of 132021 with flag 13998725/2268000
286.54/285.80	c cleaning 67008 clauses out of 134029 with flag 14383092/2336000
298.44/297.77	c cleaning 67998 clauses out of 136021 with flag 14780196/2405000
310.53/309.84	c cleaning 68999 clauses out of 138023 with flag 15179193/2475000
323.04/322.40	c cleaning 70001 clauses out of 140024 with flag 15572738/2546000
336.35/335.68	c cleaning 71000 clauses out of 142024 with flag 15971447/2618001
350.15/349.47	c cleaning 71999 clauses out of 144024 with flag 16378143/2691001
364.35/363.68	c cleaning 73010 clauses out of 146024 with flag 16779869/2765000
378.54/377.80	c cleaning 73994 clauses out of 148016 with flag 17194562/2840002
392.86/392.11	c cleaning 75007 clauses out of 150020 with flag 17610611/2916000
408.66/407.98	c cleaning 75995 clauses out of 152013 with flag 18033091/2993000
424.20/423.43	c cleaning 76987 clauses out of 154018 with flag 18458634/3071000
440.10/439.39	c cleaning 78008 clauses out of 156031 with flag 18879446/3150000
456.49/455.77	c cleaning 79005 clauses out of 158024 with flag 19321879/3230001
473.00/472.25	c cleaning 80002 clauses out of 160021 with flag 19751464/3311003
489.90/489.18	c cleaning 80997 clauses out of 162019 with flag 20195774/3393003
506.91/506.13	c cleaning 81999 clauses out of 164020 with flag 20652311/3476001
524.52/523.73	c cleaning 83004 clauses out of 166021 with flag 21100751/3560001
542.31/541.57	c cleaning 83987 clauses out of 168016 with flag 21567479/3645000
561.01/560.26	c cleaning 85002 clauses out of 170032 with flag 22032936/3731003
580.31/579.59	c cleaning 86008 clauses out of 172027 with flag 22499487/3818000
599.72/598.97	c cleaning 87005 clauses out of 174019 with flag 22975526/3906000
619.72/618.93	c cleaning 87994 clauses out of 176014 with flag 23461070/3995000
640.18/639.31	c cleaning 89008 clauses out of 178022 with flag 23943700/4085002
660.49/659.68	c cleaning 89995 clauses out of 180013 with flag 24431544/4176001
681.39/680.55	c cleaning 91005 clauses out of 182017 with flag 24919472/4268000
703.00/702.10	c cleaning 91991 clauses out of 184012 with flag 25415548/4361000
725.49/724.63	c cleaning 93004 clauses out of 186022 with flag 25926597/4455001
749.09/748.27	c cleaning 94004 clauses out of 188019 with flag 26425020/4550002
772.90/772.07	c cleaning 94993 clauses out of 190015 with flag 26927450/4646002
796.90/796.06	c cleaning 96009 clauses out of 192020 with flag 27446349/4743000
821.10/820.28	c cleaning 96996 clauses out of 194011 with flag 27969475/4841000
846.29/845.47	c cleaning 97996 clauses out of 196015 with flag 28484721/4940000
872.00/871.10	c cleaning 98995 clauses out of 198019 with flag 29013789/5040000
898.50/897.55	c cleaning 100001 clauses out of 200024 with flag 29551129/5141000
924.49/923.55	c cleaning 100999 clauses out of 202023 with flag 30095950/5243000
951.40/950.49	c cleaning 102002 clauses out of 204025 with flag 30645750/5346001
977.81/976.89	c cleaning 102996 clauses out of 206023 with flag 31195917/5450001
1004.90/1003.94	c cleaning 103999 clauses out of 208026 with flag 31746193/5555000
1034.00/1033.04	c cleaning 105005 clauses out of 210028 with flag 32307769/5661001
1063.51/1062.54	c cleaning 105998 clauses out of 212022 with flag 32874418/5768000
1093.92/1092.93	c cleaning 107002 clauses out of 214025 with flag 33449858/5876001
1125.72/1124.77	c cleaning 107997 clauses out of 216022 with flag 34018890/5985000
1156.53/1155.53	c cleaning 109004 clauses out of 218025 with flag 34603055/6095000
1185.43/1184.39	c cleaning 109994 clauses out of 220023 with flag 35194488/6206002
1216.73/1215.64	c cleaning 111000 clauses out of 222027 with flag 35785073/6318000
1247.54/1246.40	c cleaning 112004 clauses out of 224029 with flag 36375971/6431002
1278.54/1277.43	c cleaning 113003 clauses out of 226024 with flag 36967702/6545001
1309.33/1308.26	c cleaning 113998 clauses out of 228021 with flag 37568183/6660001
1340.34/1339.24	c cleaning 114992 clauses out of 230024 with flag 38195181/6776002
1374.05/1372.96	c cleaning 116012 clauses out of 232030 with flag 38808934/6893000
1410.44/1409.35	c cleaning 116994 clauses out of 234019 with flag 39435280/7011001
1446.80/1445.53	c cleaning 118002 clauses out of 236025 with flag 40051450/7130001
1482.31/1481.03	c cleaning 118998 clauses out of 238024 with flag 40684820/7250002
1518.50/1517.21	c cleaning 120005 clauses out of 240024 with flag 41332992/7371000
1554.31/1553.03	c cleaning 120997 clauses out of 242021 with flag 41994065/7493002
1587.21/1585.95	c cleaning 122001 clauses out of 244024 with flag 42690015/7616002
1604.01/1602.51	c starts		: 17761
1604.01/1602.51	c conflicts		: 7694765
1604.01/1602.51	c decisions		: 11064142
1604.01/1602.51	c propagations		: 133336255
1604.01/1602.51	c inspects		: 41025215660
1604.01/1602.51	c shortcuts		: 0
1604.01/1602.51	c learnt literals	: 12
1604.01/1602.51	c learnt binary clauses	: 10
1604.01/1602.51	c learnt ternary clauses	: 24
1604.01/1602.51	c learnt constraints	: 7694752
1604.01/1602.51	c ignored constraints	: 0
1604.01/1602.51	c root simplifications	: 0
1604.01/1602.51	c removed literals (reason simplification)	: 0
1604.01/1602.51	c reason swapping (by a shorter reason)	: 0
1604.01/1602.51	c Calls to reduceDB	: 119
1604.01/1602.51	c Number of update (reduction) of LBD	: 2296994
1604.01/1602.51	c Imported unit clauses	: 0
1604.01/1602.51	c number of reductions to clauses (during analyze)	: 0
1604.01/1602.51	c number of learned constraints concerned by reduction	: 0
1604.01/1602.51	c number of learning phase by resolution	: 0
1604.01/1602.51	c number of learning phase by cutting planes	: 0
1604.01/1602.51	c speed (assignments/second)	: 83212.8884370528
1604.01/1602.51	c non guided choices	28217
1604.01/1602.54	c learnt constraints type 
1604.01/1602.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
1604.01/1602.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 200763
1604.01/1602.54	s UNSATISFIABLE
1604.01/1602.54	c Total wall clock time (in seconds): 1602.43

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

pid=15394
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.24 2.23 2.18 3/192 15397
/proc/meminfo: memFree=29952276/32872528 swapFree=1299868/1463388
[pid=15397] ppid=15394 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/15397/stat : 15397 (java) R 15394 15397 12018 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 10438921 9515008 182 33554432000 1073741824 1073778376 140734464277488 140734464268520 227512499893 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15397/statm: 2323 182 140 9 0 71 0

[startup+0.100162 s]
/proc/loadavg: 2.24 2.23 2.18 3/192 15397
/proc/meminfo: memFree=29952276/32872528 swapFree=1299868/1463388
[pid=15397] ppid=15394 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/15397/stat : 15397 (java) S 15394 15397 12018 0 -1 4202496 4398 0 1 0 8 1 0 0 20 0 18 0 10438921 9787879424 6031 33554432000 1073741824 1073778376 140735471443488 140735471434624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15397/statm: 2389619 6031 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200333 s]
/proc/loadavg: 2.24 2.23 2.18 3/192 15397
/proc/meminfo: memFree=29952276/32872528 swapFree=1299868/1463388
[pid=15397] ppid=15394 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/15397/stat : 15397 (java) S 15394 15397 12018 0 -1 4202496 6012 0 1 0 25 1 0 0 20 0 19 0 10438921 9856040960 7697 33554432000 1073741824 1073778376 140735471443488 140735471434624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15397/statm: 2406260 7717 2222 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300332 s]
/proc/loadavg: 2.24 2.23 2.18 3/192 15397
/proc/meminfo: memFree=29952276/32872528 swapFree=1299868/1463388
[pid=15397] ppid=15394 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/15397/stat : 15397 (java) S 15394 15397 12018 0 -1 4202496 8404 0 1 0 53 2 0 0 20 0 19 0 10438921 9856040960 8912 33554432000 1073741824 1073778376 140735471443488 140735471434624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15397/statm: 2406260 8912 2239 9 0 2396937 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.70033 s]
/proc/loadavg: 2.24 2.23 2.18 3/192 15397
/proc/meminfo: memFree=29952276/32872528 swapFree=1299868/1463388
[pid=15397] ppid=15394 vsize=9625040 CPUtime=1.27 cores=1,3,5,7
/proc/15397/stat : 15397 (java) S 15394 15397 12018 0 -1 4202496 13548 0 1 0 124 3 0 0 20 0 19 0 10438921 9856040960 12614 33554432000 1073741824 1073778376 140735471443488 140735471434624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15397/statm: 2406260 12614 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.24 2.23 2.18 4/211 15416
/proc/meminfo: memFree=29910688/32872528 swapFree=1299868/1463388
[pid=15397] ppid=15394 vsize=9625040 CPUtime=2.08 cores=1,3,5,7
/proc/15397/stat : 15397 (java) S 15394 15397 12018 0 -1 4202496 13552 0 1 0 205 3 0 0 20 0 19 0 10438921 9856040960 13128 33554432000 1073741824 1073778376 140735471443488 140735471434624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15397/statm: 2406260 13128 2249 9 0 2396937 0
[pid=15397/tid=15399] ppid=15394 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/15397/task/15399/stat : 15399 (java) R 15394 15397 12018 0 -1 4202560 2402 0 1 0 145 0 0 0 20 0 19 0 10438922 9856040960 13128 33554432000 1073741824 1073778376 140735471443488 140576873946832 140576712783500 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15397/tid=15400] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15400/stat : 15400 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438924 9856040960 13128 33554432000 1073741824 1073778376 140735471443488 140576835447208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15401] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15401/stat : 15401 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438924 9856040960 13128 33554432000 1073741824 1073778376 140735471443488 140576834394664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15397/tid=15402] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15402/stat : 15402 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438924 9856040960 13128 33554432000 1073741824 1073778376 140735471443488 140576833341608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15397/tid=15403] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15403/stat : 15403 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438924 9856040960 13128 33554432000 1073741824 1073778376 140735471443488 140576832289064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15397/tid=15404] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15404/stat : 15404 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438924 9856040960 13128 33554432000 1073741824 1073778376 140735471443488 140576831237032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15405] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15405/stat : 15405 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438924 9856040960 13128 33554432000 1073741824 1073778376 140735471443488 140576712289320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15397/tid=15406] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15406/stat : 15406 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438924 9856040960 13128 33554432000 1073741824 1073778376 140735471443488 140576711236264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15407] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15407/stat : 15407 (java) S 15394 15397 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10438924 9856040960 13128 33554432000 1073741824 1073778376 140735471443488 140576710183720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15408] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15408/stat : 15408 (java) S 15394 15397 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10438925 9856040960 13128 33554432000 1073741824 1073778376 140735471443488 140576697985384 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15409] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15409/stat : 15409 (java) S 15394 15397 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10438925 9856040960 13128 33554432000 1073741824 1073778376 140735471443488 140576696931704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15410] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15410/stat : 15410 (java) S 15394 15397 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10438925 9856040960 13128 33554432000 1073741824 1073778376 140735471443488 140576091530120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15411] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15411/stat : 15411 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438927 9856040960 13128 33554432000 1073741824 1073778376 140735471443488 140576090478864 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15412] ppid=15394 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/15397/task/15412/stat : 15412 (java) S 15394 15397 12018 0 -1 4202560 2651 0 0 0 24 0 0 0 20 0 19 0 10438928 9856040960 13128 33554432000 1073741824 1073778376 140735471443488 140576089426744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15413] ppid=15394 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/15397/task/15413/stat : 15413 (java) S 15394 15397 12018 0 -1 4202560 7230 0 0 0 32 2 0 0 20 0 19 0 10438928 9856040960 13128 33554432000 1073741824 1073778376 140735471443488 140576088374200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15397/tid=15414] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15414/stat : 15414 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438928 9856040960 13128 33554432000 1073741824 1073778376 140735471443488 140576087321336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15397/tid=15415] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15415/stat : 15415 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438928 9856040960 13128 33554432000 1073741824 1073778376 140735471443488 140576086269000 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15416] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15416/stat : 15416 (java) S 15394 15397 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10438938 9856040960 13128 33554432000 1073741824 1073778376 140735471443488 140576085214248 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.22 2.23 2.18 3/211 15416
/proc/meminfo: memFree=29905848/32872528 swapFree=1299868/1463388
[pid=15397] ppid=15394 vsize=9625040 CPUtime=3.68 cores=1,3,5,7
/proc/15397/stat : 15397 (java) S 15394 15397 12018 0 -1 4202496 13555 0 1 0 365 3 0 0 20 0 19 0 10438921 9856040960 14664 33554432000 1073741824 1073778376 140735471443488 140735471434624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15397/statm: 2406260 14664 2249 9 0 2396937 0
[pid=15397/tid=15399] ppid=15394 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/15397/task/15399/stat : 15399 (java) R 15394 15397 12018 0 -1 4202560 2405 0 1 0 305 0 0 0 20 0 19 0 10438922 9856040960 14664 33554432000 1073741824 1073778376 140735471443488 140576873946832 140576712783196 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15397/tid=15400] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15400/stat : 15400 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438924 9856040960 14664 33554432000 1073741824 1073778376 140735471443488 140576835447208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15401] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15401/stat : 15401 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438924 9856040960 14664 33554432000 1073741824 1073778376 140735471443488 140576834394664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15397/tid=15402] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15402/stat : 15402 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438924 9856040960 14664 33554432000 1073741824 1073778376 140735471443488 140576833341608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15397/tid=15403] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15403/stat : 15403 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438924 9856040960 14664 33554432000 1073741824 1073778376 140735471443488 140576832289064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15397/tid=15404] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15404/stat : 15404 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438924 9856040960 14664 33554432000 1073741824 1073778376 140735471443488 140576831237032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15405] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15405/stat : 15405 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438924 9856040960 14664 33554432000 1073741824 1073778376 140735471443488 140576712289320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15397/tid=15406] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15406/stat : 15406 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438924 9856040960 14664 33554432000 1073741824 1073778376 140735471443488 140576711236264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15407] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15407/stat : 15407 (java) S 15394 15397 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10438924 9856040960 14664 33554432000 1073741824 1073778376 140735471443488 140576710183720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15408] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15408/stat : 15408 (java) S 15394 15397 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10438925 9856040960 14664 33554432000 1073741824 1073778376 140735471443488 140576697985384 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15409] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15409/stat : 15409 (java) S 15394 15397 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10438925 9856040960 14664 33554432000 1073741824 1073778376 140735471443488 140576696931704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15410] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15410/stat : 15410 (java) S 15394 15397 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10438925 9856040960 14664 33554432000 1073741824 1073778376 140735471443488 140576091530120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15411] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15411/stat : 15411 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438927 9856040960 14664 33554432000 1073741824 1073778376 140735471443488 140576090478864 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15412] ppid=15394 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/15397/task/15412/stat : 15412 (java) S 15394 15397 12018 0 -1 4202560 2651 0 0 0 24 0 0 0 20 0 19 0 10438928 9856040960 14664 33554432000 1073741824 1073778376 140735471443488 140576089426744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15413] ppid=15394 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/15397/task/15413/stat : 15413 (java) S 15394 15397 12018 0 -1 4202560 7230 0 0 0 32 2 0 0 20 0 19 0 10438928 9856040960 14664 33554432000 1073741824 1073778376 140735471443488 140576088374200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15397/tid=15414] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15414/stat : 15414 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438928 9856040960 14664 33554432000 1073741824 1073778376 140735471443488 140576087321336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15397/tid=15415] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15415/stat : 15415 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438928 9856040960 14664 33554432000 1073741824 1073778376 140735471443488 140576086269000 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15416] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15416/stat : 15416 (java) S 15394 15397 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10438938 9856040960 14664 33554432000 1073741824 1073778376 140735471443488 140576085214248 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 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: 2.22 2.23 2.18 3/211 15416
/proc/meminfo: memFree=29896364/32872528 swapFree=1299868/1463388
[pid=15397] ppid=15394 vsize=9625040 CPUtime=6.88 cores=1,3,5,7
/proc/15397/stat : 15397 (java) S 15394 15397 12018 0 -1 4202496 13561 0 1 0 685 3 0 0 20 0 19 0 10438921 9856040960 16463 33554432000 1073741824 1073778376 140735471443488 140735471434624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15397/statm: 2406260 16463 2250 9 0 2396937 0
[pid=15397/tid=15399] ppid=15394 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/15397/task/15399/stat : 15399 (java) R 15394 15397 12018 0 -1 4202560 2410 0 1 0 623 1 0 0 20 0 19 0 10438922 9856040960 16463 33554432000 1073741824 1073778376 140735471443488 140576873946832 140576712783440 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15397/tid=15400] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15400/stat : 15400 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438924 9856040960 16463 33554432000 1073741824 1073778376 140735471443488 140576835447208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15401] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15401/stat : 15401 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438924 9856040960 16463 33554432000 1073741824 1073778376 140735471443488 140576834394664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15397/tid=15402] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15402/stat : 15402 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438924 9856040960 16463 33554432000 1073741824 1073778376 140735471443488 140576833341608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15397/tid=15403] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15403/stat : 15403 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438924 9856040960 16463 33554432000 1073741824 1073778376 140735471443488 140576832289064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15397/tid=15404] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15404/stat : 15404 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438924 9856040960 16463 33554432000 1073741824 1073778376 140735471443488 140576831237032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15405] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15405/stat : 15405 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438924 9856040960 16463 33554432000 1073741824 1073778376 140735471443488 140576712289320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15397/tid=15406] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15406/stat : 15406 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438924 9856040960 16463 33554432000 1073741824 1073778376 140735471443488 140576711236264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15407] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15407/stat : 15407 (java) S 15394 15397 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10438924 9856040960 16463 33554432000 1073741824 1073778376 140735471443488 140576710183720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15408] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15408/stat : 15408 (java) S 15394 15397 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10438925 9856040960 16463 33554432000 1073741824 1073778376 140735471443488 140576697985384 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15409] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15409/stat : 15409 (java) S 15394 15397 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10438925 9856040960 16463 33554432000 1073741824 1073778376 140735471443488 140576696931704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15410] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15410/stat : 15410 (java) S 15394 15397 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10438925 9856040960 16463 33554432000 1073741824 1073778376 140735471443488 140576091530120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15411] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15411/stat : 15411 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438927 9856040960 16463 33554432000 1073741824 1073778376 140735471443488 140576090478864 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15412] ppid=15394 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/15397/task/15412/stat : 15412 (java) S 15394 15397 12018 0 -1 4202560 2651 0 0 0 24 0 0 0 20 0 19 0 10438928 9856040960 16463 33554432000 1073741824 1073778376 140735471443488 140576089426744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15413] ppid=15394 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/15397/task/15413/stat : 15413 (java) S 15394 15397 12018 0 -1 4202560 7230 0 0 0 32 2 0 0 20 0 19 0 10438928 9856040960 16463 33554432000 1073741824 1073778376 140735471443488 140576088374200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15397/tid=15414] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15414/stat : 15414 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438928 9856040960 16463 33554432000 1073741824 1073778376 140735471443488 140576087321336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15397/tid=15415] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15415/stat : 15415 (java) S 15394 15397 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10438928 9856040960 16463 33554432000 1073741824 1073778376 140735471443488 140576086269000 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15416] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15416/stat : 15416 (java) S 15394 15397 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10438938 9856040960 16463 33554432000 1073741824 1073778376 140735471443488 140576085214248 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.88
Current children cumulated vsize (KiB) 9625040


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

/proc/15397/task/15412/stat : 15412 (java) S 15394 15397 12018 0 -1 4202560 2661 0 0 0 27 0 0 0 20 0 19 0 10438928 9856040960 68559 33554432000 1073741824 1073778376 140735471443488 140576089426744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15413] ppid=15394 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/15397/task/15413/stat : 15413 (java) S 15394 15397 12018 0 -1 4202560 7230 0 0 0 32 2 0 0 20 0 19 0 10438928 9856040960 68559 33554432000 1073741824 1073778376 140735471443488 140576088374200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15397/tid=15414] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15414/stat : 15414 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438928 9856040960 68559 33554432000 1073741824 1073778376 140735471443488 140576087321336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15397/tid=15415] ppid=15394 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/15397/task/15415/stat : 15415 (java) S 15394 15397 12018 0 -1 4202560 90 0 0 0 20 21 0 0 20 0 19 0 10438928 9856040960 68559 33554432000 1073741824 1073778376 140735471443488 140576086269000 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15397/tid=15416] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15416/stat : 15416 (java) S 15394 15397 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10438938 9856040960 68559 33554432000 1073741824 1073778376 140735471443488 140576085214248 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1543.62
Current children cumulated vsize (KiB) 9625040

[startup+1602.3 s]
/proc/loadavg: 2.25 2.20 2.18 3/211 15521
/proc/meminfo: memFree=29707580/32872528 swapFree=1299868/1463388
[pid=15397] ppid=15394 vsize=9625040 CPUtime=1603.81 cores=1,3,5,7
/proc/15397/stat : 15397 (java) S 15394 15397 12018 0 -1 4202496 15125 0 1 0 160347 34 0 0 20 0 19 0 10438921 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140735471434624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15397/statm: 2406260 68566 2272 9 0 2396937 0
[pid=15397/tid=15399] ppid=15394 vsize=9625040 CPUtime=1597.87 cores=1,3,5,7
/proc/15397/task/15399/stat : 15399 (java) R 15394 15397 12018 0 -1 4202560 2485 0 1 0 159758 29 0 0 20 0 19 0 10438922 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576873953960 140576712756107 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15400] ppid=15394 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/15397/task/15400/stat : 15400 (java) S 15394 15397 12018 0 -1 4202560 153 0 0 0 10 0 0 0 20 0 19 0 10438924 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576835447208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15397/tid=15401] ppid=15394 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/15397/task/15401/stat : 15401 (java) S 15394 15397 12018 0 -1 4202560 318 0 0 0 9 0 0 0 20 0 19 0 10438924 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576834394664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15397/tid=15402] ppid=15394 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/15397/task/15402/stat : 15402 (java) S 15394 15397 12018 0 -1 4202560 53 0 0 0 8 2 0 0 20 0 19 0 10438924 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576833341608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15397/tid=15403] ppid=15394 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/15397/task/15403/stat : 15403 (java) S 15394 15397 12018 0 -1 4202560 181 0 0 0 9 1 0 0 20 0 19 0 10438924 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576832289064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15397/tid=15404] ppid=15394 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/15397/task/15404/stat : 15404 (java) S 15394 15397 12018 0 -1 4202560 193 0 0 0 11 0 0 0 20 0 19 0 10438924 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576831237032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15397/tid=15405] ppid=15394 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/15397/task/15405/stat : 15405 (java) S 15394 15397 12018 0 -1 4202560 56 0 0 0 8 0 0 0 20 0 19 0 10438924 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576712289320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15397/tid=15406] ppid=15394 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/15397/task/15406/stat : 15406 (java) S 15394 15397 12018 0 -1 4202560 139 0 0 0 5 0 0 0 20 0 19 0 10438924 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576711236264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15407] ppid=15394 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/15397/task/15407/stat : 15407 (java) S 15394 15397 12018 0 -1 4202560 257 0 0 0 8 0 0 0 20 0 19 0 10438924 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576710183720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15397/tid=15408] ppid=15394 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/15397/task/15408/stat : 15408 (java) S 15394 15397 12018 0 -1 4202560 45 0 0 0 1 0 0 0 20 0 19 0 10438925 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576697985384 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15397/tid=15409] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15409/stat : 15409 (java) S 15394 15397 12018 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10438925 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576696931704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15410] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15410/stat : 15410 (java) S 15394 15397 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10438925 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576091530120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15411] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15411/stat : 15411 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438927 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576090478864 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15412] ppid=15394 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/15397/task/15412/stat : 15412 (java) S 15394 15397 12018 0 -1 4202560 2663 0 0 0 29 0 0 0 20 0 19 0 10438928 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576089426744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15413] ppid=15394 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/15397/task/15413/stat : 15413 (java) S 15394 15397 12018 0 -1 4202560 7230 0 0 0 50 2 0 0 20 0 19 0 10438928 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576088374200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15397/tid=15414] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15414/stat : 15414 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438928 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576087321336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15397/tid=15415] ppid=15394 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/15397/task/15415/stat : 15415 (java) S 15394 15397 12018 0 -1 4202560 94 0 0 0 21 22 0 0 20 0 19 0 10438928 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576086269000 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15397/tid=15416] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15416/stat : 15416 (java) S 15394 15397 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10438938 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576085214248 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1603.81
Current children cumulated vsize (KiB) 9625040

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

[startup+1602.4 s]
/proc/loadavg: 2.25 2.20 2.18 3/211 15521
/proc/meminfo: memFree=29707580/32872528 swapFree=1299868/1463388
[pid=15397] ppid=15394 vsize=9625040 CPUtime=1603.91 cores=1,3,5,7
/proc/15397/stat : 15397 (java) S 15394 15397 12018 0 -1 4202496 15125 0 1 0 160357 34 0 0 20 0 19 0 10438921 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140735471434624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15397/statm: 2406260 68566 2272 9 0 2396937 0
[pid=15397/tid=15399] ppid=15394 vsize=9625040 CPUtime=1597.97 cores=1,3,5,7
/proc/15397/task/15399/stat : 15399 (java) R 15394 15397 12018 0 -1 4202560 2485 0 1 0 159768 29 0 0 20 0 19 0 10438922 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576873953960 140576712756482 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15400] ppid=15394 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/15397/task/15400/stat : 15400 (java) S 15394 15397 12018 0 -1 4202560 153 0 0 0 10 0 0 0 20 0 19 0 10438924 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576835447208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15397/tid=15401] ppid=15394 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/15397/task/15401/stat : 15401 (java) S 15394 15397 12018 0 -1 4202560 318 0 0 0 9 0 0 0 20 0 19 0 10438924 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576834394664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15397/tid=15402] ppid=15394 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/15397/task/15402/stat : 15402 (java) S 15394 15397 12018 0 -1 4202560 53 0 0 0 8 2 0 0 20 0 19 0 10438924 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576833341608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15397/tid=15403] ppid=15394 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/15397/task/15403/stat : 15403 (java) S 15394 15397 12018 0 -1 4202560 181 0 0 0 9 1 0 0 20 0 19 0 10438924 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576832289064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15397/tid=15404] ppid=15394 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/15397/task/15404/stat : 15404 (java) S 15394 15397 12018 0 -1 4202560 193 0 0 0 11 0 0 0 20 0 19 0 10438924 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576831237032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15397/tid=15405] ppid=15394 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/15397/task/15405/stat : 15405 (java) S 15394 15397 12018 0 -1 4202560 56 0 0 0 8 0 0 0 20 0 19 0 10438924 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576712289320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15397/tid=15406] ppid=15394 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/15397/task/15406/stat : 15406 (java) S 15394 15397 12018 0 -1 4202560 139 0 0 0 5 0 0 0 20 0 19 0 10438924 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576711236264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15407] ppid=15394 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/15397/task/15407/stat : 15407 (java) S 15394 15397 12018 0 -1 4202560 257 0 0 0 8 0 0 0 20 0 19 0 10438924 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576710183720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15397/tid=15408] ppid=15394 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/15397/task/15408/stat : 15408 (java) S 15394 15397 12018 0 -1 4202560 45 0 0 0 1 0 0 0 20 0 19 0 10438925 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576697985384 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15397/tid=15409] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15409/stat : 15409 (java) S 15394 15397 12018 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10438925 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576696931704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15410] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15410/stat : 15410 (java) S 15394 15397 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10438925 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576091530120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15411] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15411/stat : 15411 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438927 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576090478864 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15412] ppid=15394 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/15397/task/15412/stat : 15412 (java) S 15394 15397 12018 0 -1 4202560 2663 0 0 0 29 0 0 0 20 0 19 0 10438928 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576089426744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15413] ppid=15394 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/15397/task/15413/stat : 15413 (java) S 15394 15397 12018 0 -1 4202560 7230 0 0 0 50 2 0 0 20 0 19 0 10438928 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576088374200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15397/tid=15414] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15414/stat : 15414 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438928 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576087321336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15397/tid=15415] ppid=15394 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/15397/task/15415/stat : 15415 (java) S 15394 15397 12018 0 -1 4202560 94 0 0 0 21 22 0 0 20 0 19 0 10438928 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576086269000 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15397/tid=15416] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15416/stat : 15416 (java) S 15394 15397 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10438938 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576085214248 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1603.91
Current children cumulated vsize (KiB) 9625040

[startup+1602.5 s]
/proc/loadavg: 2.25 2.20 2.18 3/211 15521
/proc/meminfo: memFree=29707580/32872528 swapFree=1299868/1463388
[pid=15397] ppid=15394 vsize=9625040 CPUtime=1604.01 cores=1,3,5,7
/proc/15397/stat : 15397 (java) S 15394 15397 12018 0 -1 4202496 15126 0 1 0 160367 34 0 0 20 0 19 0 10438921 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140735471434624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15397/statm: 2406260 68566 2272 9 0 2396937 0
[pid=15397/tid=15399] ppid=15394 vsize=9625040 CPUtime=1598.07 cores=1,3,5,7
/proc/15397/task/15399/stat : 15399 (java) R 15394 15397 12018 0 -1 4202560 2485 0 1 0 159778 29 0 0 20 0 19 0 10438922 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576873953840 140576712756342 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15400] ppid=15394 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/15397/task/15400/stat : 15400 (java) S 15394 15397 12018 0 -1 4202560 153 0 0 0 10 0 0 0 20 0 19 0 10438924 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576835447208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15397/tid=15401] ppid=15394 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/15397/task/15401/stat : 15401 (java) S 15394 15397 12018 0 -1 4202560 318 0 0 0 9 0 0 0 20 0 19 0 10438924 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576834394664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15397/tid=15402] ppid=15394 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/15397/task/15402/stat : 15402 (java) S 15394 15397 12018 0 -1 4202560 53 0 0 0 8 2 0 0 20 0 19 0 10438924 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576833341608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15397/tid=15403] ppid=15394 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/15397/task/15403/stat : 15403 (java) S 15394 15397 12018 0 -1 4202560 181 0 0 0 9 1 0 0 20 0 19 0 10438924 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576832289064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15397/tid=15404] ppid=15394 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/15397/task/15404/stat : 15404 (java) S 15394 15397 12018 0 -1 4202560 193 0 0 0 11 0 0 0 20 0 19 0 10438924 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576831237032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15397/tid=15405] ppid=15394 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/15397/task/15405/stat : 15405 (java) S 15394 15397 12018 0 -1 4202560 56 0 0 0 8 0 0 0 20 0 19 0 10438924 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576712289320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15397/tid=15406] ppid=15394 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/15397/task/15406/stat : 15406 (java) S 15394 15397 12018 0 -1 4202560 139 0 0 0 5 0 0 0 20 0 19 0 10438924 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576711236264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15407] ppid=15394 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/15397/task/15407/stat : 15407 (java) S 15394 15397 12018 0 -1 4202560 257 0 0 0 8 0 0 0 20 0 19 0 10438924 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576710183720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15397/tid=15408] ppid=15394 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/15397/task/15408/stat : 15408 (java) S 15394 15397 12018 0 -1 4202560 45 0 0 0 1 0 0 0 20 0 19 0 10438925 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576697985384 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15397/tid=15409] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15409/stat : 15409 (java) S 15394 15397 12018 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10438925 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576696931704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15410] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15410/stat : 15410 (java) S 15394 15397 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10438925 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576091530120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15411] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15411/stat : 15411 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438927 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576090478864 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15412] ppid=15394 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/15397/task/15412/stat : 15412 (java) S 15394 15397 12018 0 -1 4202560 2663 0 0 0 29 0 0 0 20 0 19 0 10438928 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576089426744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15397/tid=15413] ppid=15394 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/15397/task/15413/stat : 15413 (java) S 15394 15397 12018 0 -1 4202560 7231 0 0 0 50 2 0 0 20 0 19 0 10438928 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576088374200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15397/tid=15414] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15414/stat : 15414 (java) S 15394 15397 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10438928 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576087321336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15397/tid=15415] ppid=15394 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/15397/task/15415/stat : 15415 (java) S 15394 15397 12018 0 -1 4202560 94 0 0 0 21 22 0 0 20 0 19 0 10438928 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576086269000 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15397/tid=15416] ppid=15394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15397/task/15416/stat : 15416 (java) S 15394 15397 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10438938 9856040960 68566 33554432000 1073741824 1073778376 140735471443488 140576085214248 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1604.01
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15397 and gives
#  childrusage.ru_utime.tv_sec=1599
#  childrusage.ru_utime.tv_usec=648816
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=702893
# CPU time returned by wait4() is 1600.35
# while last known CPU time is 1604.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1602.55
CPU time (s): 1604.01
CPU user time (s): 1603.67
CPU system time (s): 0.34
CPU usage (%): 100.091
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1599.65
system time used= 0.702893
maximum resident set size= 274356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15156
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34131
involuntary context switches= 4701

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6114 second user time and 13.004 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-30 21:15:29
IDJOB=4121318
IDBENCH=110403
IDSOLVER=2546
FILE ID=node121/4121318-1467314129
RUNJOBID= node121-1467310545-14395
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-61.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121318-1467314129/watcher-4121318-1467314129 -o /tmp/evaluation-result-4121318-1467314129/solver-4121318-1467314129 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467310545-14395 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121318-1467314129.opb

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

MD5SUM BENCH= d1b2f86a6127b57de9bf517596b790ac
RANDOM SEED=1381990033

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:        29952804 kB
Buffers:          120540 kB
Cached:           338148 kB
SwapCached:            0 kB
Active:           480080 kB
Inactive:         230152 kB
Active(anon):     239676 kB
Inactive(anon):    14568 kB
Active(file):     240404 kB
Inactive(file):   215584 kB
Unevictable:     1463388 kB
Mlocked:         1299868 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               480 kB
Writeback:             0 kB
AnonPages:       1796576 kB
Mapped:            22052 kB
Shmem:               204 kB
Slab:             609836 kB
SReclaimable:      54092 kB
SUnreclaim:       555744 kB
KernelStack:        1744 kB
PageTables:         7376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2175784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    475136 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 21:42:12