Trace number 4120902

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.02 1798.55

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-68.cnf.gz-extracted.pb.metafix.opb
MD5SUM87d1f6a30d70fa80cd155bafc973f283
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 variables273
Total number of constraints272
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)272
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.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-4120902-1467312799.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.15	c ... done. Wall clock time 0.048s.
0.09/0.15	c declared #vars     273
0.09/0.15	c #constraints  272
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 272
0.09/0.15	c 272 constraints processed.
0.69/0.46	c cleaning 2491 clauses out of 5000 with flag 23151/5000
1.12/0.63	c cleaning 4247 clauses out of 8510 with flag 55200/11001
1.35/0.83	c cleaning 5617 clauses out of 11262 with flag 90405/18000
1.56/1.09	c cleaning 6811 clauses out of 13645 with flag 133311/26000
1.97/1.42	c cleaning 7910 clauses out of 15835 with flag 185352/35001
2.27/1.77	c cleaning 8952 clauses out of 17925 with flag 238210/45001
2.67/2.20	c cleaning 9972 clauses out of 19973 with flag 297365/56001
3.17/2.68	c cleaning 10984 clauses out of 22001 with flag 367056/68001
3.77/3.21	c cleaning 12001 clauses out of 24018 with flag 448369/81002
4.37/3.84	c cleaning 12990 clauses out of 26015 with flag 530064/95000
5.08/4.55	c cleaning 14002 clauses out of 28027 with flag 622433/110002
5.87/5.35	c cleaning 14994 clauses out of 30023 with flag 717615/126000
6.78/6.21	c cleaning 16000 clauses out of 32029 with flag 826084/143000
7.78/7.20	c cleaning 17004 clauses out of 34030 with flag 936384/161001
8.78/8.29	c cleaning 18000 clauses out of 36026 with flag 1059671/180001
10.08/9.51	c cleaning 18997 clauses out of 38025 with flag 1195757/200000
11.38/10.81	c cleaning 19996 clauses out of 40028 with flag 1332579/221000
12.79/12.28	c cleaning 21000 clauses out of 42032 with flag 1476126/243000
14.38/13.82	c cleaning 22001 clauses out of 44032 with flag 1621913/266000
16.09/15.54	c cleaning 23004 clauses out of 46033 with flag 1772784/290002
17.88/17.31	c cleaning 23996 clauses out of 48027 with flag 1930919/315000
19.88/19.36	c cleaning 25003 clauses out of 50031 with flag 2093309/341000
21.88/21.35	c cleaning 26002 clauses out of 52028 with flag 2268109/368000
24.08/23.57	c cleaning 27000 clauses out of 54026 with flag 2453787/396000
26.48/25.94	c cleaning 27988 clauses out of 56028 with flag 2645531/425002
28.88/28.33	c cleaning 29007 clauses out of 58039 with flag 2845942/455001
31.48/30.96	c cleaning 29999 clauses out of 60032 with flag 3052227/486001
34.38/33.80	c cleaning 31002 clauses out of 62032 with flag 3254349/518000
37.27/36.77	c cleaning 32002 clauses out of 64031 with flag 3468863/551001
40.58/40.02	c cleaning 33003 clauses out of 66029 with flag 3692166/585001
43.78/43.29	c cleaning 33999 clauses out of 68025 with flag 3922868/620000
47.18/46.69	c cleaning 35005 clauses out of 70028 with flag 4152956/656002
51.08/50.52	c cleaning 36006 clauses out of 72021 with flag 4395983/693000
54.98/54.43	c cleaning 36996 clauses out of 74015 with flag 4649078/731000
59.08/58.55	c cleaning 38001 clauses out of 76021 with flag 4897514/770002
63.38/62.85	c cleaning 38998 clauses out of 78018 with flag 5154732/810000
67.97/67.47	c cleaning 39993 clauses out of 80020 with flag 5421974/851000
72.67/72.14	c cleaning 41008 clauses out of 82031 with flag 5689369/893004
78.07/77.53	c cleaning 42002 clauses out of 84020 with flag 5969086/936001
83.21/82.65	c cleaning 42996 clauses out of 86017 with flag 6250966/980000
88.30/87.70	c cleaning 43999 clauses out of 88021 with flag 6536205/1025000
93.70/93.12	c cleaning 45011 clauses out of 90022 with flag 6832939/1071000
99.20/98.67	c cleaning 45994 clauses out of 92011 with flag 7127354/1118000
105.01/104.49	c cleaning 47007 clauses out of 94018 with flag 7434667/1166001
111.31/110.70	c cleaning 47989 clauses out of 96010 with flag 7747400/1215000
117.51/116.93	c cleaning 48996 clauses out of 98021 with flag 8067087/1265000
124.11/123.58	c cleaning 49990 clauses out of 100026 with flag 8396635/1316001
130.81/130.29	c cleaning 51008 clauses out of 102035 with flag 8711296/1368000
137.61/137.00	c cleaning 52004 clauses out of 104029 with flag 9030701/1421002
144.82/144.22	c cleaning 53000 clauses out of 106024 with flag 9355421/1475001
152.42/151.81	c cleaning 54007 clauses out of 108024 with flag 9693629/1530001
160.32/159.75	c cleaning 54994 clauses out of 110016 with flag 10018800/1586000
168.22/167.65	c cleaning 56001 clauses out of 112022 with flag 10356819/1643000
176.43/175.82	c cleaning 57006 clauses out of 114023 with flag 10711654/1701002
185.22/184.67	c cleaning 57992 clauses out of 116017 with flag 11052335/1760002
194.53/193.99	c cleaning 59004 clauses out of 118023 with flag 11407110/1820000
203.93/203.31	c cleaning 59998 clauses out of 120019 with flag 11767179/1881000
213.62/213.01	c cleaning 61002 clauses out of 122021 with flag 12127425/1943000
223.19/222.55	c cleaning 62002 clauses out of 124021 with flag 12483836/2006002
232.48/231.87	c cleaning 62998 clauses out of 126018 with flag 12862440/2070001
242.69/242.02	c cleaning 64003 clauses out of 128019 with flag 13237671/2135000
253.28/252.65	c cleaning 64993 clauses out of 130016 with flag 13623296/2201000
264.29/263.62	c cleaning 66005 clauses out of 132025 with flag 14012050/2268002
275.72/275.06	c cleaning 67005 clauses out of 134018 with flag 14404345/2336000
287.61/286.93	c cleaning 67994 clauses out of 136015 with flag 14794743/2405002
298.82/298.20	c cleaning 68998 clauses out of 138020 with flag 15191460/2475001
310.41/309.78	c cleaning 70001 clauses out of 140023 with flag 15602922/2546002
322.41/321.80	c cleaning 71008 clauses out of 142020 with flag 16011365/2618000
334.91/334.22	c cleaning 71999 clauses out of 144013 with flag 16435289/2691001
347.71/347.06	c cleaning 73005 clauses out of 146013 with flag 16855645/2765000
360.71/360.03	c cleaning 73993 clauses out of 148011 with flag 17280483/2840003
374.62/373.98	c cleaning 75000 clauses out of 150016 with flag 17697855/2916001
388.49/387.74	c cleaning 75997 clauses out of 152015 with flag 18125725/2993000
402.19/401.40	c cleaning 76992 clauses out of 154018 with flag 18564674/3071000
416.09/415.30	c cleaning 77998 clauses out of 156029 with flag 19014309/3150003
430.80/430.09	c cleaning 79007 clauses out of 158028 with flag 19463651/3230000
446.30/445.59	c cleaning 80003 clauses out of 160023 with flag 19923946/3311002
461.49/460.79	c cleaning 81000 clauses out of 162019 with flag 20393150/3393001
476.99/476.25	c cleaning 82003 clauses out of 164018 with flag 20852736/3476000
493.19/492.40	c cleaning 82998 clauses out of 166016 with flag 21325066/3560001
509.90/509.10	c cleaning 83992 clauses out of 168017 with flag 21796497/3645000
527.00/526.26	c cleaning 85008 clauses out of 170027 with flag 22279749/3731002
544.21/543.45	c cleaning 86000 clauses out of 172017 with flag 22765318/3818000
561.71/560.97	c cleaning 86992 clauses out of 174018 with flag 23247233/3906001
580.06/579.28	c cleaning 88005 clauses out of 176025 with flag 23742068/3995000
598.06/597.28	c cleaning 88992 clauses out of 178020 with flag 24242779/4085000
617.66/616.83	c cleaning 90005 clauses out of 180029 with flag 24736945/4176001
636.96/636.11	c cleaning 90999 clauses out of 182023 with flag 25252859/4268000
656.47/655.61	c cleaning 92001 clauses out of 184024 with flag 25766990/4361000
677.07/676.21	c cleaning 93002 clauses out of 186023 with flag 26281608/4455000
698.38/697.56	c cleaning 94008 clauses out of 188022 with flag 26799908/4550001
720.28/719.48	c cleaning 95007 clauses out of 190016 with flag 27312783/4646003
742.07/741.26	c cleaning 95998 clauses out of 192007 with flag 27832962/4743001
764.08/763.30	c cleaning 96994 clauses out of 194010 with flag 28361995/4841002
786.17/785.27	c cleaning 97995 clauses out of 196015 with flag 28893623/4940001
810.27/809.38	c cleaning 99003 clauses out of 198020 with flag 29432376/5040001
833.38/832.47	c cleaning 99992 clauses out of 200016 with flag 29984447/5141000
857.38/856.47	c cleaning 100995 clauses out of 202024 with flag 30525281/5243000
881.28/880.30	c cleaning 101991 clauses out of 204029 with flag 31074383/5346000
906.47/905.55	c cleaning 103010 clauses out of 206039 with flag 31641431/5450001
931.48/930.57	c cleaning 104008 clauses out of 208028 with flag 32201118/5555000
957.48/956.59	c cleaning 104999 clauses out of 210023 with flag 32764174/5661003
984.88/983.95	c cleaning 106003 clauses out of 212022 with flag 33323670/5768001
1012.28/1011.32	c cleaning 106994 clauses out of 214020 with flag 33912452/5876002
1040.57/1039.60	c cleaning 108010 clauses out of 216027 with flag 34483833/5985003
1067.56/1066.56	c cleaning 108996 clauses out of 218015 with flag 35050943/6095001
1095.36/1094.30	c cleaning 109989 clauses out of 220018 with flag 35635826/6206000
1123.96/1122.99	c cleaning 110996 clauses out of 222030 with flag 36226817/6318001
1153.37/1152.35	c cleaning 112003 clauses out of 224037 with flag 36816956/6431004
1183.68/1182.67	c cleaning 113006 clauses out of 226031 with flag 37431781/6545001
1212.78/1211.72	c cleaning 113993 clauses out of 228025 with flag 38034923/6660001
1245.68/1244.62	c cleaning 115004 clauses out of 230031 with flag 38651681/6776000
1277.70/1276.56	c cleaning 115995 clauses out of 232029 with flag 39252025/6893002
1311.01/1309.88	c cleaning 117004 clauses out of 234033 with flag 39887967/7011001
1344.01/1342.88	c cleaning 118003 clauses out of 236029 with flag 40505883/7130001
1378.12/1376.99	c cleaning 119001 clauses out of 238025 with flag 41125529/7250000
1411.44/1410.28	c cleaning 119999 clauses out of 240026 with flag 41761840/7371002
1445.33/1444.17	c cleaning 121002 clauses out of 242025 with flag 42404244/7493000
1481.14/1479.95	c cleaning 122003 clauses out of 244023 with flag 43041953/7616000
1517.95/1516.73	c cleaning 123002 clauses out of 246020 with flag 43681617/7740000
1554.76/1553.41	c cleaning 123993 clauses out of 248019 with flag 44323573/7865001
1590.88/1589.55	c cleaning 125001 clauses out of 250025 with flag 44977835/7991000
1626.38/1625.04	c cleaning 126004 clauses out of 252025 with flag 45646188/8118001
1664.08/1662.70	c cleaning 126993 clauses out of 254020 with flag 46320620/8246000
1699.59/1698.22	c cleaning 128001 clauses out of 256028 with flag 47011495/8375001
1738.19/1736.84	c cleaning 129007 clauses out of 258026 with flag 47691771/8505000
1777.20/1775.85	c cleaning 129998 clauses out of 260020 with flag 48393566/8636001
1800.02/1798.51	c starts		: 17955
1800.02/1798.51	c conflicts		: 8724625
1800.02/1798.51	c decisions		: 12520173
1800.02/1798.51	c propagations		: 156254309
1800.02/1798.51	c inspects		: 44602803681
1800.02/1798.51	c shortcuts		: 0
1800.02/1798.51	c learnt literals	: 0
1800.02/1798.51	c timeout
1800.02/1798.51	c learnt binary clauses	: 0
1800.02/1798.51	c learnt ternary clauses	: 0
1800.02/1798.51	c learnt constraints	: 8724625
1800.02/1798.51	c ignored constraints	: 0
1800.02/1798.51	c root simplifications	: 0
1800.02/1798.51	c removed literals (reason simplification)	: 0
1800.02/1798.51	c reason swapping (by a shorter reason)	: 0
1800.02/1798.51	c Calls to reduceDB	: 127
1800.02/1798.51	c Number of update (reduction) of LBD	: 2649329
1800.02/1798.51	c Imported unit clauses	: 0
1800.02/1798.51	c number of reductions to clauses (during analyze)	: 0
1800.02/1798.51	c number of learned constraints concerned by reduction	: 0
1800.02/1798.51	c number of learning phase by resolution	: 0
1800.02/1798.51	c number of learning phase by cutting planes	: 0
1800.02/1798.51	c speed (assignments/second)	: 86887.45146253266
1800.02/1798.51	c non guided choices	44300
1800.02/1798.54	c learnt constraints type 
1800.02/1798.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 218646
1800.02/1798.54	s UNKNOWN
1800.02/1798.54	c Total wall clock time (in seconds): 1798.433

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-4120902-1467312799/watcher-4120902-1467312799 -o /tmp/evaluation-result-4120902-1467312799/solver-4120902-1467312799 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467310932-25493 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120902-1467312799.opb 

pid=26555
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.20 2.24 2.24 2/196 26558
/proc/meminfo: memFree=29705964/32872528 swapFree=1484672/1662500
[pid=26558] ppid=26555 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/26558/stat : 26558 (java) R 26555 26558 21085 0 -1 4202496 1059 0 0 0 0 0 0 0 20 0 1 0 12232406 23793664 708 33554432000 1073741824 1073778376 140737225589456 140737225578520 273896486248 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26558/statm: 5809 708 523 9 0 128 0

[startup+0.100068 s]
/proc/loadavg: 2.20 2.24 2.24 2/196 26558
/proc/meminfo: memFree=29705964/32872528 swapFree=1484672/1662500
[pid=26558] ppid=26555 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/26558/stat : 26558 (java) S 26555 26558 21085 0 -1 4202496 4453 0 1 0 9 0 0 0 20 0 18 0 12232406 9787879424 6087 33554432000 1073741824 1073778376 140737225589456 140737225580592 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26558/statm: 2389619 6087 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200261 s]
/proc/loadavg: 2.20 2.24 2.24 2/196 26558
/proc/meminfo: memFree=29705964/32872528 swapFree=1484672/1662500
[pid=26558] ppid=26555 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/26558/stat : 26558 (java) S 26555 26558 21085 0 -1 4202496 6238 0 1 0 27 1 0 0 20 0 19 0 12232406 9856040960 7795 33554432000 1073741824 1073778376 140737225589456 140737225580592 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26558/statm: 2406260 7795 2228 9 0 2396937 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300239 s]
/proc/loadavg: 2.20 2.24 2.24 2/196 26558
/proc/meminfo: memFree=29705964/32872528 swapFree=1484672/1662500
[pid=26558] ppid=26555 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/26558/stat : 26558 (java) S 26555 26558 21085 0 -1 4202496 8451 0 1 0 54 1 0 0 20 0 19 0 12232406 9856040960 8797 33554432000 1073741824 1073778376 140737225589456 140737225580592 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26558/statm: 2406260 8797 2245 9 0 2396937 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700278 s]
/proc/loadavg: 2.20 2.24 2.24 2/196 26558
/proc/meminfo: memFree=29705964/32872528 swapFree=1484672/1662500
[pid=26558] ppid=26555 vsize=9625040 CPUtime=1.25 cores=1,3,5,7
/proc/26558/stat : 26558 (java) S 26555 26558 21085 0 -1 4202496 15176 0 1 0 122 3 0 0 20 0 19 0 12232406 9856040960 13660 33554432000 1073741824 1073778376 140737225589456 140737225580592 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26558/statm: 2406260 13660 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.27 2.25 2.24 5/215 26577
/proc/meminfo: memFree=29657980/32872528 swapFree=1484672/1662500
[pid=26558] ppid=26555 vsize=9625040 CPUtime=2.07 cores=1,3,5,7
/proc/26558/stat : 26558 (java) S 26555 26558 21085 0 -1 4202496 15182 0 1 0 204 3 0 0 20 0 19 0 12232406 9856040960 14176 33554432000 1073741824 1073778376 140737225589456 140737225580592 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26558/statm: 2406260 14176 2256 9 0 2396937 0
[pid=26558/tid=26560] ppid=26555 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/26558/task/26560/stat : 26560 (java) R 26555 26558 21085 0 -1 4202560 2446 0 1 0 147 0 0 0 20 0 19 0 12232407 9856040960 14176 33554432000 1073741824 1073778376 140737225589456 140479861621240 140479734029324 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26558/tid=26561] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26561/stat : 26561 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232408 9856040960 14176 33554432000 1073741824 1073778376 140737225589456 140479705725224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26562] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26562/stat : 26562 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232408 9856040960 14176 33554432000 1073741824 1073778376 140737225589456 140479704672424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26558/tid=26563] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26563/stat : 26563 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232408 9856040960 14176 33554432000 1073741824 1073778376 140737225589456 140479703620136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26558/tid=26564] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26564/stat : 26564 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232408 9856040960 14176 33554432000 1073741824 1073778376 140737225589456 140479702567336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26558/tid=26565] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26565/stat : 26565 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232408 9856040960 14176 33554432000 1073741824 1073778376 140737225589456 140479701515048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26566] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26566/stat : 26566 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232408 9856040960 14176 33554432000 1073741824 1073778376 140737225589456 140479700462248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26558/tid=26567] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26567/stat : 26567 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232408 9856040960 14176 33554432000 1073741824 1073778376 140737225589456 140479699409960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26568] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26568/stat : 26568 (java) S 26555 26558 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12232408 9856040960 14176 33554432000 1073741824 1073778376 140737225589456 140479698357160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26569] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26569/stat : 26569 (java) S 26555 26558 21085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12232409 9856040960 14176 33554432000 1073741824 1073778376 140737225589456 140479685945576 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26558/tid=26570] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26570/stat : 26570 (java) S 26555 26558 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12232410 9856040960 14176 33554432000 1073741824 1073778376 140737225589456 140479684891640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26571] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26571/stat : 26571 (java) S 26555 26558 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12232410 9856040960 14176 33554432000 1073741824 1073778376 140737225589456 140479683839240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26572] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26572/stat : 26572 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232412 9856040960 14176 33554432000 1073741824 1073778376 140737225589456 140479682787728 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26573] ppid=26555 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/26558/task/26573/stat : 26573 (java) S 26555 26558 21085 0 -1 4202560 8300 0 0 0 30 1 0 0 20 0 19 0 12232412 9856040960 14176 33554432000 1073741824 1073778376 140737225589456 140479681735352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26574] ppid=26555 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/26558/task/26574/stat : 26574 (java) S 26555 26558 21085 0 -1 4202560 3164 0 0 0 25 0 0 0 20 0 19 0 12232412 9856040960 14176 33554432000 1073741824 1073778376 140737225589456 140479680682552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26558/tid=26575] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26575/stat : 26575 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232412 9856040960 14176 33554432000 1073741824 1073778376 140737225589456 140479679630456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26558/tid=26576] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26576/stat : 26576 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232412 9856040960 14176 33554432000 1073741824 1073778376 140737225589456 140479678577864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26558/tid=26577] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26577/stat : 26577 (java) S 26555 26558 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12232423 9856040960 14176 33554432000 1073741824 1073778376 140737225589456 140479677424552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.27 2.25 2.24 3/215 26577
/proc/meminfo: memFree=29655808/32872528 swapFree=1484672/1662500
[pid=26558] ppid=26555 vsize=9625040 CPUtime=3.67 cores=1,3,5,7
/proc/26558/stat : 26558 (java) S 26555 26558 21085 0 -1 4202496 15185 0 1 0 364 3 0 0 20 0 19 0 12232406 9856040960 15712 33554432000 1073741824 1073778376 140737225589456 140737225580592 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26558/statm: 2406260 15712 2256 9 0 2396937 0
[pid=26558/tid=26560] ppid=26555 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/26558/task/26560/stat : 26560 (java) R 26555 26558 21085 0 -1 4202560 2449 0 1 0 305 1 0 0 20 0 19 0 12232407 9856040960 15712 33554432000 1073741824 1073778376 140737225589456 140479861612224 140479734029287 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26558/tid=26561] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26561/stat : 26561 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232408 9856040960 15712 33554432000 1073741824 1073778376 140737225589456 140479705725224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26562] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26562/stat : 26562 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232408 9856040960 15712 33554432000 1073741824 1073778376 140737225589456 140479704672424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26558/tid=26563] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26563/stat : 26563 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232408 9856040960 15712 33554432000 1073741824 1073778376 140737225589456 140479703620136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26558/tid=26564] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26564/stat : 26564 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232408 9856040960 15712 33554432000 1073741824 1073778376 140737225589456 140479702567336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26558/tid=26565] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26565/stat : 26565 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232408 9856040960 15712 33554432000 1073741824 1073778376 140737225589456 140479701515048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26566] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26566/stat : 26566 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232408 9856040960 15712 33554432000 1073741824 1073778376 140737225589456 140479700462248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26558/tid=26567] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26567/stat : 26567 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232408 9856040960 15712 33554432000 1073741824 1073778376 140737225589456 140479699409960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26568] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26568/stat : 26568 (java) S 26555 26558 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12232408 9856040960 15712 33554432000 1073741824 1073778376 140737225589456 140479698357160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26569] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26569/stat : 26569 (java) S 26555 26558 21085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12232409 9856040960 15712 33554432000 1073741824 1073778376 140737225589456 140479685945576 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26558/tid=26570] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26570/stat : 26570 (java) S 26555 26558 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12232410 9856040960 15712 33554432000 1073741824 1073778376 140737225589456 140479684891640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26571] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26571/stat : 26571 (java) S 26555 26558 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12232410 9856040960 15712 33554432000 1073741824 1073778376 140737225589456 140479683839240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26572] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26572/stat : 26572 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232412 9856040960 15712 33554432000 1073741824 1073778376 140737225589456 140479682787728 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26573] ppid=26555 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/26558/task/26573/stat : 26573 (java) S 26555 26558 21085 0 -1 4202560 8300 0 0 0 30 1 0 0 20 0 19 0 12232412 9856040960 15712 33554432000 1073741824 1073778376 140737225589456 140479681735352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26574] ppid=26555 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/26558/task/26574/stat : 26574 (java) S 26555 26558 21085 0 -1 4202560 3164 0 0 0 25 0 0 0 20 0 19 0 12232412 9856040960 15712 33554432000 1073741824 1073778376 140737225589456 140479680682552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26558/tid=26575] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26575/stat : 26575 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232412 9856040960 15712 33554432000 1073741824 1073778376 140737225589456 140479679630456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26558/tid=26576] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26576/stat : 26576 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232412 9856040960 15712 33554432000 1073741824 1073778376 140737225589456 140479678577864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26558/tid=26577] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26577/stat : 26577 (java) S 26555 26558 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12232423 9856040960 15712 33554432000 1073741824 1073778376 140737225589456 140479677424552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.24 2.25 2.24 3/215 26577
/proc/meminfo: memFree=29646612/32872528 swapFree=1484672/1662500
[pid=26558] ppid=26555 vsize=9625040 CPUtime=6.88 cores=1,3,5,7
/proc/26558/stat : 26558 (java) S 26555 26558 21085 0 -1 4202496 15191 0 1 0 684 4 0 0 20 0 19 0 12232406 9856040960 17316 33554432000 1073741824 1073778376 140737225589456 140737225580592 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26558/statm: 2406260 17316 2257 9 0 2396937 0
[pid=26558/tid=26560] ppid=26555 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/26558/task/26560/stat : 26560 (java) R 26555 26558 21085 0 -1 4202560 2454 0 1 0 624 1 0 0 20 0 19 0 12232407 9856040960 17316 33554432000 1073741824 1073778376 140737225589456 140479861612224 140479733898445 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26558/tid=26561] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26561/stat : 26561 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232408 9856040960 17316 33554432000 1073741824 1073778376 140737225589456 140479705725224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26562] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26562/stat : 26562 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232408 9856040960 17316 33554432000 1073741824 1073778376 140737225589456 140479704672424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26558/tid=26563] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26563/stat : 26563 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232408 9856040960 17316 33554432000 1073741824 1073778376 140737225589456 140479703620136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26558/tid=26564] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26564/stat : 26564 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232408 9856040960 17316 33554432000 1073741824 1073778376 140737225589456 140479702567336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26558/tid=26565] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26565/stat : 26565 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232408 9856040960 17316 33554432000 1073741824 1073778376 140737225589456 140479701515048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26566] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26566/stat : 26566 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232408 9856040960 17316 33554432000 1073741824 1073778376 140737225589456 140479700462248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26558/tid=26567] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26567/stat : 26567 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232408 9856040960 17316 33554432000 1073741824 1073778376 140737225589456 140479699409960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26568] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26568/stat : 26568 (java) S 26555 26558 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12232408 9856040960 17316 33554432000 1073741824 1073778376 140737225589456 140479698357160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26569] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26569/stat : 26569 (java) S 26555 26558 21085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12232409 9856040960 17316 33554432000 1073741824 1073778376 140737225589456 140479685945576 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26558/tid=26570] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26570/stat : 26570 (java) S 26555 26558 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12232410 9856040960 17316 33554432000 1073741824 1073778376 140737225589456 140479684891640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26571] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26571/stat : 26571 (java) S 26555 26558 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12232410 9856040960 17316 33554432000 1073741824 1073778376 140737225589456 140479683839240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26572] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26572/stat : 26572 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232412 9856040960 17316 33554432000 1073741824 1073778376 140737225589456 140479682787728 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26573] ppid=26555 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/26558/task/26573/stat : 26573 (java) S 26555 26558 21085 0 -1 4202560 8300 0 0 0 30 1 0 0 20 0 19 0 12232412 9856040960 17316 33554432000 1073741824 1073778376 140737225589456 140479681735352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26574] ppid=26555 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/26558/task/26574/stat : 26574 (java) S 26555 26558 21085 0 -1 4202560 3164 0 0 0 25 0 0 0 20 0 19 0 12232412 9856040960 17316 33554432000 1073741824 1073778376 140737225589456 140479680682552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26558/tid=26575] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26575/stat : 26575 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232412 9856040960 17316 33554432000 1073741824 1073778376 140737225589456 140479679630456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26558/tid=26576] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26576/stat : 26576 (java) S 26555 26558 21085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12232412 9856040960 17316 33554432000 1073741824 1073778376 140737225589456 140479678577864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26558/tid=26577] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26577/stat : 26577 (java) S 26555 26558 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12232423 9856040960 17316 33554432000 1073741824 1073778376 140737225589456 140479677424552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.88
Current children cumulated vsize (KiB) 9625040


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

/proc/26558/task/26577/stat : 26577 (java) S 26555 26558 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12232423 9856040960 71695 33554432000 1073741824 1073778376 140737225589456 140479677424552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1723.69
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.13 2.21 2.20 4/215 26772
/proc/meminfo: memFree=29436588/32872528 swapFree=1484672/1662500
[pid=26558] ppid=26555 vsize=9625040 CPUtime=1783.7 cores=1,3,5,7
/proc/26558/stat : 26558 (java) S 26555 26558 21085 0 -1 4202496 16162 0 1 0 178329 41 0 0 20 0 19 0 12232406 9856040960 71695 33554432000 1073741824 1073778376 140737225589456 140737225580592 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26558/statm: 2406260 71695 2272 9 0 2396937 0
[pid=26558/tid=26560] ppid=26555 vsize=9625040 CPUtime=1777.39 cores=1,3,5,7
/proc/26558/task/26560/stat : 26560 (java) R 26555 26558 21085 0 -1 4202560 2516 0 1 0 177710 29 0 0 20 0 19 0 12232407 9856040960 71695 33554432000 1073741824 1073778376 140737225589456 140479861612320 140479734029324 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26558/tid=26561] ppid=26555 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/26558/task/26561/stat : 26561 (java) S 26555 26558 21085 0 -1 4202560 112 0 0 0 9 2 0 0 20 0 19 0 12232408 9856040960 71695 33554432000 1073741824 1073778376 140737225589456 140479705725224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26558/tid=26562] ppid=26555 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/26558/task/26562/stat : 26562 (java) S 26555 26558 21085 0 -1 4202560 16 0 0 0 8 0 0 0 20 0 19 0 12232408 9856040960 71695 33554432000 1073741824 1073778376 140737225589456 140479704672424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26558/tid=26563] ppid=26555 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/26558/task/26563/stat : 26563 (java) S 26555 26558 21085 0 -1 4202560 189 0 0 0 6 2 0 0 20 0 19 0 12232408 9856040960 71695 33554432000 1073741824 1073778376 140737225589456 140479703620136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26564] ppid=26555 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/26558/task/26564/stat : 26564 (java) S 26555 26558 21085 0 -1 4202560 46 0 0 0 10 2 0 0 20 0 19 0 12232408 9856040960 71695 33554432000 1073741824 1073778376 140737225589456 140479702567336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26565] ppid=26555 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/26558/task/26565/stat : 26565 (java) S 26555 26558 21085 0 -1 4202560 21 0 0 0 6 2 0 0 20 0 19 0 12232408 9856040960 71695 33554432000 1073741824 1073778376 140737225589456 140479701515048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26558/tid=26566] ppid=26555 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/26558/task/26566/stat : 26566 (java) S 26555 26558 21085 0 -1 4202560 43 0 0 0 11 2 0 0 20 0 19 0 12232408 9856040960 71695 33554432000 1073741824 1073778376 140737225589456 140479700462248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26558/tid=26567] ppid=26555 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/26558/task/26567/stat : 26567 (java) S 26555 26558 21085 0 -1 4202560 149 0 0 0 7 0 0 0 20 0 19 0 12232408 9856040960 71695 33554432000 1073741824 1073778376 140737225589456 140479699409960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26558/tid=26568] ppid=26555 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/26558/task/26568/stat : 26568 (java) S 26555 26558 21085 0 -1 4202560 179 0 0 0 6 3 0 0 20 0 19 0 12232408 9856040960 71695 33554432000 1073741824 1073778376 140737225589456 140479698357160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26558/tid=26569] ppid=26555 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/26558/task/26569/stat : 26569 (java) S 26555 26558 21085 0 -1 4202560 46 0 0 0 1 0 0 0 20 0 19 0 12232409 9856040960 71695 33554432000 1073741824 1073778376 140737225589456 140479685945576 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26558/tid=26570] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26570/stat : 26570 (java) S 26555 26558 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12232410 9856040960 71695 33554432000 1073741824 1073778376 140737225589456 140479684891640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26571] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26571/stat : 26571 (java) S 26555 26558 21085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12232410 9856040960 71695 33554432000 1073741824 1073778376 140737225589456 140479683839240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26572] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26572/stat : 26572 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232412 9856040960 71695 33554432000 1073741824 1073778376 140737225589456 140479682787728 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26573] ppid=26555 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/26558/task/26573/stat : 26573 (java) S 26555 26558 21085 0 -1 4202560 8319 0 0 0 33 2 0 0 20 0 19 0 12232412 9856040960 71695 33554432000 1073741824 1073778376 140737225589456 140479681735352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26574] ppid=26555 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/26558/task/26574/stat : 26574 (java) S 26555 26558 21085 0 -1 4202560 3164 0 0 0 25 0 0 0 20 0 19 0 12232412 9856040960 71695 33554432000 1073741824 1073778376 140737225589456 140479680682552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26558/tid=26575] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26575/stat : 26575 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232412 9856040960 71695 33554432000 1073741824 1073778376 140737225589456 140479679630456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26558/tid=26576] ppid=26555 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/26558/task/26576/stat : 26576 (java) S 26555 26558 21085 0 -1 4202560 104 0 0 0 22 30 0 0 20 0 19 0 12232412 9856040960 71695 33554432000 1073741824 1073778376 140737225589456 140479678577864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26558/tid=26577] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26577/stat : 26577 (java) S 26555 26558 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12232423 9856040960 71695 33554432000 1073741824 1073778376 140737225589456 140479677424552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1783.7
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.5 s]
/proc/loadavg: 2.18 2.21 2.20 3/214 26772
/proc/meminfo: memFree=29424928/32872528 swapFree=1484672/1662500
[pid=26558] ppid=26555 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/26558/stat : 26558 (java) S 26555 26558 21085 0 -1 4202496 16203 0 1 0 179959 43 0 0 20 0 19 0 12232406 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140737225580592 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26558/statm: 2406260 74784 2272 9 0 2396937 0
[pid=26558/tid=26560] ppid=26555 vsize=9625040 CPUtime=1793.52 cores=1,3,5,7
/proc/26558/task/26560/stat : 26560 (java) R 26555 26558 21085 0 -1 4202560 2517 0 1 0 179323 29 0 0 20 0 19 0 12232407 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479861620048 140479733938710 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26558/tid=26561] ppid=26555 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/26558/task/26561/stat : 26561 (java) S 26555 26558 21085 0 -1 4202560 132 0 0 0 11 2 0 0 20 0 19 0 12232408 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479705725224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26558/tid=26562] ppid=26555 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/26558/task/26562/stat : 26562 (java) S 26555 26558 21085 0 -1 4202560 19 0 0 0 9 0 0 0 20 0 19 0 12232408 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479704672424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26558/tid=26563] ppid=26555 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/26558/task/26563/stat : 26563 (java) S 26555 26558 21085 0 -1 4202560 191 0 0 0 8 2 0 0 20 0 19 0 12232408 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479703620136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26564] ppid=26555 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/26558/task/26564/stat : 26564 (java) S 26555 26558 21085 0 -1 4202560 49 0 0 0 11 2 0 0 20 0 19 0 12232408 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479702567336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26565] ppid=26555 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/26558/task/26565/stat : 26565 (java) S 26555 26558 21085 0 -1 4202560 22 0 0 0 7 2 0 0 20 0 19 0 12232408 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479701515048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26558/tid=26566] ppid=26555 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/26558/task/26566/stat : 26566 (java) S 26555 26558 21085 0 -1 4202560 48 0 0 0 15 2 0 0 20 0 19 0 12232408 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479700462248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26558/tid=26567] ppid=26555 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/26558/task/26567/stat : 26567 (java) S 26555 26558 21085 0 -1 4202560 152 0 0 0 8 1 0 0 20 0 19 0 12232408 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479699409960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26558/tid=26568] ppid=26555 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/26558/task/26568/stat : 26568 (java) S 26555 26558 21085 0 -1 4202560 180 0 0 0 8 3 0 0 20 0 19 0 12232408 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479698357160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26558/tid=26569] ppid=26555 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/26558/task/26569/stat : 26569 (java) S 26555 26558 21085 0 -1 4202560 48 0 0 0 1 0 0 0 20 0 19 0 12232409 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479685945576 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26558/tid=26570] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26570/stat : 26570 (java) S 26555 26558 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12232410 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479684891640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26571] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26571/stat : 26571 (java) S 26555 26558 21085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12232410 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479683839240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26572] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26572/stat : 26572 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232412 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479682787728 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26573] ppid=26555 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/26558/task/26573/stat : 26573 (java) S 26555 26558 21085 0 -1 4202560 8319 0 0 0 33 2 0 0 20 0 19 0 12232412 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479681735352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26574] ppid=26555 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/26558/task/26574/stat : 26574 (java) S 26555 26558 21085 0 -1 4202560 3164 0 0 0 25 0 0 0 20 0 19 0 12232412 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479680682552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26558/tid=26575] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26575/stat : 26575 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232412 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479679630456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26558/tid=26576] ppid=26555 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/26558/task/26576/stat : 26576 (java) S 26555 26558 21085 0 -1 4202560 104 0 0 0 22 31 0 0 20 0 19 0 12232412 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479678577864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26558/tid=26577] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26577/stat : 26577 (java) S 26555 26558 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12232423 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479677424552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1798.5 s]
/proc/loadavg: 2.18 2.21 2.20 3/214 26772
/proc/meminfo: memFree=29424928/32872528 swapFree=1484672/1662500
[pid=26558] ppid=26555 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/26558/stat : 26558 (java) S 26555 26558 21085 0 -1 4202496 16203 0 1 0 179959 43 0 0 20 0 19 0 12232406 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140737225580592 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26558/statm: 2406260 74784 2272 9 0 2396937 0
[pid=26558/tid=26560] ppid=26555 vsize=9625040 CPUtime=1793.52 cores=1,3,5,7
/proc/26558/task/26560/stat : 26560 (java) R 26555 26558 21085 0 -1 4202560 2517 0 1 0 179323 29 0 0 20 0 19 0 12232407 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479861620048 140479733938710 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26558/tid=26561] ppid=26555 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/26558/task/26561/stat : 26561 (java) S 26555 26558 21085 0 -1 4202560 132 0 0 0 11 2 0 0 20 0 19 0 12232408 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479705725224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26558/tid=26562] ppid=26555 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/26558/task/26562/stat : 26562 (java) S 26555 26558 21085 0 -1 4202560 19 0 0 0 9 0 0 0 20 0 19 0 12232408 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479704672424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26558/tid=26563] ppid=26555 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/26558/task/26563/stat : 26563 (java) S 26555 26558 21085 0 -1 4202560 191 0 0 0 8 2 0 0 20 0 19 0 12232408 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479703620136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26564] ppid=26555 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/26558/task/26564/stat : 26564 (java) S 26555 26558 21085 0 -1 4202560 49 0 0 0 11 2 0 0 20 0 19 0 12232408 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479702567336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26565] ppid=26555 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/26558/task/26565/stat : 26565 (java) S 26555 26558 21085 0 -1 4202560 22 0 0 0 7 2 0 0 20 0 19 0 12232408 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479701515048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26558/tid=26566] ppid=26555 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/26558/task/26566/stat : 26566 (java) S 26555 26558 21085 0 -1 4202560 48 0 0 0 15 2 0 0 20 0 19 0 12232408 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479700462248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26558/tid=26567] ppid=26555 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/26558/task/26567/stat : 26567 (java) S 26555 26558 21085 0 -1 4202560 152 0 0 0 8 1 0 0 20 0 19 0 12232408 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479699409960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26558/tid=26568] ppid=26555 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/26558/task/26568/stat : 26568 (java) S 26555 26558 21085 0 -1 4202560 180 0 0 0 8 3 0 0 20 0 19 0 12232408 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479698357160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26558/tid=26569] ppid=26555 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/26558/task/26569/stat : 26569 (java) S 26555 26558 21085 0 -1 4202560 48 0 0 0 1 0 0 0 20 0 19 0 12232409 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479685945576 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26558/tid=26570] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26570/stat : 26570 (java) S 26555 26558 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12232410 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479684891640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26571] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26571/stat : 26571 (java) S 26555 26558 21085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12232410 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479683839240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26572] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26572/stat : 26572 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232412 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479682787728 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26573] ppid=26555 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/26558/task/26573/stat : 26573 (java) S 26555 26558 21085 0 -1 4202560 8319 0 0 0 33 2 0 0 20 0 19 0 12232412 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479681735352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26558/tid=26574] ppid=26555 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/26558/task/26574/stat : 26574 (java) S 26555 26558 21085 0 -1 4202560 3164 0 0 0 25 0 0 0 20 0 19 0 12232412 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479680682552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26558/tid=26575] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26575/stat : 26575 (java) S 26555 26558 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12232412 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479679630456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26558/tid=26576] ppid=26555 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/26558/task/26576/stat : 26576 (java) S 26555 26558 21085 0 -1 4202560 104 0 0 0 22 31 0 0 20 0 19 0 12232412 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479678577864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26558/tid=26577] ppid=26555 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26558/task/26577/stat : 26577 (java) S 26555 26558 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12232423 9856040960 74784 33554432000 1073741824 1073778376 140737225589456 140479677424552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26558 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=988120
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=902862
# CPU time returned by wait4() is 1795.89
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.55
CPU time (s): 1800.02
CPU user time (s): 1799.59
CPU system time (s): 0.43
CPU usage (%): 100.082
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.99
system time used= 0.902862
maximum resident set size= 299292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16246
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38228
involuntary context switches= 3302

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1035 second user time and 13.8129 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-30 20:53:19
IDJOB=4120902
IDBENCH=110177
IDSOLVER=2546
FILE ID=node134/4120902-1467312799
RUNJOBID= node134-1467310932-25493
PBS_JOBID= 20005262
Free space on /tmp= 71708 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-68.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120902-1467312799/watcher-4120902-1467312799 -o /tmp/evaluation-result-4120902-1467312799/solver-4120902-1467312799 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467310932-25493 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120902-1467312799.opb

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

MD5SUM BENCH= 87d1f6a30d70fa80cd155bafc973f283
RANDOM SEED=784960527

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29706616 kB
Buffers:          164788 kB
Cached:           384460 kB
SwapCached:            0 kB
Active:           439896 kB
Inactive:         319296 kB
Active(anon):     206808 kB
Inactive(anon):     5960 kB
Active(file):     233088 kB
Inactive(file):   313336 kB
Unevictable:     1662500 kB
Mlocked:         1484672 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               832 kB
Writeback:             0 kB
AnonPages:       1884900 kB
Mapped:            21568 kB
Shmem:               216 kB
Slab:             611028 kB
SReclaimable:      54584 kB
SUnreclaim:       556444 kB
KernelStack:        1776 kB
PageTables:         8416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2364328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    368640 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= 71708 MiB
End job on node134 at 2016-06-30 21:23:17