Trace number 4116985

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.01 1797.74

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round22-8.opb
MD5SUM64fa8a1431c520e4dd0067505386153e
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8736
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
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@587bd9f2
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@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4116985-1466967081.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.70/0.41	c ... done. Wall clock time 0.293s.
0.70/0.41	c declared #vars     4128
0.70/0.41	c #constraints  10048
0.70/0.41	c constraints type 
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.70/0.41	c org.sat4j.specs.Constr$1 => 936
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.70/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.70/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.70/0.41	c 10048 constraints processed.
1.68/1.06	c cleaning 2494 clauses out of 4996 with flag 16180/5000
2.35/1.66	c cleaning 4246 clauses out of 8502 with flag 38625/11000
3.05/2.34	c cleaning 5613 clauses out of 11256 with flag 66382/18000
3.86/3.14	c cleaning 6818 clauses out of 13643 with flag 102699/26000
4.87/4.10	c cleaning 7905 clauses out of 15825 with flag 142698/35000
5.87/5.17	c cleaning 8913 clauses out of 17920 with flag 190287/45000
7.17/6.40	c cleaning 9994 clauses out of 20007 with flag 244597/56000
8.48/7.74	c cleaning 10992 clauses out of 22014 with flag 304538/68001
9.97/9.24	c cleaning 11992 clauses out of 24022 with flag 371890/81001
11.68/10.93	c cleaning 13013 clauses out of 26030 with flag 445181/95001
13.48/12.74	c cleaning 13977 clauses out of 28016 with flag 524170/110000
15.38/14.70	c cleaning 14996 clauses out of 30041 with flag 611168/126002
17.68/16.90	c cleaning 15984 clauses out of 32043 with flag 705735/143000
19.98/19.28	c cleaning 17022 clauses out of 34061 with flag 805280/161002
22.58/21.80	c cleaning 18008 clauses out of 36037 with flag 911278/180000
25.28/24.52	c cleaning 18990 clauses out of 38030 with flag 1022274/200001
28.18/27.44	c cleaning 20010 clauses out of 40039 with flag 1140746/221000
31.28/30.59	c cleaning 21005 clauses out of 42029 with flag 1267741/243000
34.68/33.94	c cleaning 21987 clauses out of 44024 with flag 1399107/266000
38.29/37.52	c cleaning 22970 clauses out of 46037 with flag 1535681/290000
42.08/41.39	c cleaning 24019 clauses out of 48067 with flag 1678432/315000
46.09/45.31	c cleaning 25021 clauses out of 50048 with flag 1831330/341000
50.39/49.61	c cleaning 25971 clauses out of 52027 with flag 1988967/368000
54.79/54.09	c cleaning 27008 clauses out of 54056 with flag 2154368/396000
59.21/58.42	c cleaning 28018 clauses out of 56049 with flag 2325893/425001
63.51/62.79	c cleaning 29006 clauses out of 58031 with flag 2502047/455001
68.20/67.47	c cleaning 29973 clauses out of 60025 with flag 2685513/486001
73.20/72.43	c cleaning 30983 clauses out of 62052 with flag 2875497/518001
78.30/77.58	c cleaning 31988 clauses out of 64069 with flag 3074347/551001
83.70/82.92	c cleaning 32993 clauses out of 66080 with flag 3280903/585000
89.40/88.61	c cleaning 33987 clauses out of 68087 with flag 3491980/620000
95.30/94.54	c cleaning 35037 clauses out of 70100 with flag 3711130/656000
101.60/100.86	c cleaning 36026 clauses out of 72063 with flag 3935820/693000
108.20/107.44	c cleaning 36982 clauses out of 74037 with flag 4164429/731000
115.10/114.31	c cleaning 38021 clauses out of 76055 with flag 4398393/770000
122.20/121.43	c cleaning 39012 clauses out of 78034 with flag 4644586/810000
129.70/128.91	c cleaning 39972 clauses out of 80022 with flag 4896400/851000
137.50/136.79	c cleaning 40987 clauses out of 82050 with flag 5154930/893000
145.55/144.72	c cleaning 42032 clauses out of 84064 with flag 5420249/936001
153.45/152.64	c cleaning 43008 clauses out of 86032 with flag 5687844/980001
161.75/160.99	c cleaning 43995 clauses out of 88025 with flag 5966459/1025002
170.46/169.69	c cleaning 44982 clauses out of 90028 with flag 6247396/1071000
179.56/178.75	c cleaning 46020 clauses out of 92047 with flag 6535769/1118001
188.97/188.16	c cleaning 46991 clauses out of 94026 with flag 6830396/1166000
198.66/197.80	c cleaning 47996 clauses out of 96037 with flag 7133220/1215002
208.77/207.92	c cleaning 48990 clauses out of 98039 with flag 7443134/1265000
219.26/218.42	c cleaning 49985 clauses out of 100050 with flag 7759991/1316001
229.87/229.07	c cleaning 51021 clauses out of 102064 with flag 8079758/1368000
241.07/240.25	c cleaning 52004 clauses out of 104043 with flag 8406339/1421000
252.30/251.42	c cleaning 52995 clauses out of 106040 with flag 8741065/1475001
263.60/262.73	c cleaning 54009 clauses out of 108045 with flag 9084844/1530001
275.40/274.53	c cleaning 55002 clauses out of 110037 with flag 9433417/1586002
287.70/286.85	c cleaning 56007 clauses out of 112034 with flag 9787354/1643001
300.22/299.40	c cleaning 56982 clauses out of 114026 with flag 10155480/1701000
313.51/312.68	c cleaning 57999 clauses out of 116044 with flag 10518401/1760000
327.21/326.33	c cleaning 58978 clauses out of 118045 with flag 10885605/1820000
341.21/340.39	c cleaning 60024 clauses out of 120067 with flag 11260740/1881000
355.70/354.77	c cleaning 61014 clauses out of 122043 with flag 11640896/1943000
370.20/369.20	c cleaning 61986 clauses out of 124029 with flag 12028857/2006000
385.31/384.32	c cleaning 62995 clauses out of 126044 with flag 12427657/2070001
400.71/399.73	c cleaning 63999 clauses out of 128050 with flag 12827127/2135002
416.73/415.77	c cleaning 65020 clauses out of 130049 with flag 13229872/2201000
433.04/432.01	c cleaning 65963 clauses out of 132031 with flag 13642345/2268002
449.74/448.70	c cleaning 67001 clauses out of 134066 with flag 14061958/2336000
466.64/465.63	c cleaning 68011 clauses out of 136066 with flag 14490781/2405001
484.32/483.28	c cleaning 69017 clauses out of 138054 with flag 14918812/2475000
502.42/501.35	c cleaning 70006 clauses out of 140037 with flag 15352131/2546000
521.23/520.12	c cleaning 70968 clauses out of 142031 with flag 15796549/2618000
540.24/539.13	c cleaning 72006 clauses out of 144064 with flag 16242185/2691001
559.95/558.85	c cleaning 73024 clauses out of 146057 with flag 16695016/2765000
579.94/578.88	c cleaning 73992 clauses out of 148033 with flag 17153618/2840000
600.65/599.59	c cleaning 75004 clauses out of 150041 with flag 17624419/2916000
621.74/620.58	c cleaning 76003 clauses out of 152038 with flag 18092102/2993001
643.34/642.19	c cleaning 77004 clauses out of 154037 with flag 18567475/3071003
665.23/664.00	c cleaning 78009 clauses out of 156031 with flag 19047592/3150001
688.34/687.18	c cleaning 79011 clauses out of 158022 with flag 19531740/3230001
711.46/710.26	c cleaning 79976 clauses out of 160010 with flag 20026045/3311000
735.46/734.12	c cleaning 81004 clauses out of 162034 with flag 20522347/3393000
759.46/758.18	c cleaning 81999 clauses out of 164030 with flag 21023887/3476000
784.36/783.05	c cleaning 83007 clauses out of 166031 with flag 21534753/3560000
809.56/808.29	c cleaning 84009 clauses out of 168025 with flag 22048274/3645001
835.96/834.64	c cleaning 84977 clauses out of 170015 with flag 22571365/3731000
862.36/861.05	c cleaning 85993 clauses out of 172038 with flag 23096101/3818000
889.16/887.79	c cleaning 87007 clauses out of 174047 with flag 23631506/3906002
916.16/914.79	c cleaning 87975 clauses out of 176038 with flag 24167268/3995000
944.56/943.16	c cleaning 89023 clauses out of 178064 with flag 24709217/4085001
973.45/972.03	c cleaning 90009 clauses out of 180040 with flag 25262472/4176000
1002.67/1001.27	c cleaning 91008 clauses out of 182032 with flag 25824330/4268001
1032.87/1031.39	c cleaning 91950 clauses out of 184024 with flag 26380711/4361001
1063.19/1061.64	c cleaning 92995 clauses out of 186075 with flag 26957604/4455002
1094.30/1092.75	c cleaning 94017 clauses out of 188080 with flag 27529866/4550002
1126.40/1124.81	c cleaning 94993 clauses out of 190061 with flag 28111656/4646000
1158.91/1157.23	c cleaning 96015 clauses out of 192068 with flag 28696712/4743000
1192.40/1190.77	c cleaning 97024 clauses out of 194053 with flag 29286246/4841000
1226.69/1225.01	c cleaning 98005 clauses out of 196030 with flag 29879953/4940001
1261.20/1259.58	c cleaning 99010 clauses out of 198024 with flag 30486089/5040000
1297.48/1295.67	c cleaning 99998 clauses out of 200016 with flag 31092334/5141002
1333.68/1331.80	c cleaning 100983 clauses out of 202016 with flag 31707813/5243000
1370.88/1369.02	c cleaning 101988 clauses out of 204033 with flag 32332578/5346000
1408.50/1406.64	c cleaning 103002 clauses out of 206045 with flag 32956832/5450000
1446.34/1444.40	c cleaning 103986 clauses out of 208043 with flag 33588618/5555000
1485.34/1483.39	c cleaning 104999 clauses out of 210058 with flag 34222407/5661001
1525.36/1523.31	c cleaning 106014 clauses out of 212060 with flag 34868487/5768002
1565.88/1563.83	c cleaning 106974 clauses out of 214044 with flag 35516001/5876000
1607.16/1605.08	c cleaning 108025 clauses out of 216070 with flag 36171569/5985000
1649.68/1647.58	c cleaning 109010 clauses out of 218046 with flag 36836087/6095001
1692.79/1690.65	c cleaning 109980 clauses out of 220035 with flag 37503551/6206000
1736.01/1733.74	c cleaning 111019 clauses out of 222056 with flag 38183510/6318001
1780.21/1777.92	c cleaning 112012 clauses out of 224036 with flag 38860174/6431000
1800.01/1797.70	c starts		: 57283
1800.01/1797.70	c conflicts		: 6491103
1800.01/1797.70	c decisions		: 53777551
1800.01/1797.70	c propagations		: 833347212
1800.01/1797.70	c inspects		: 25335356337
1800.01/1797.70	c shortcuts		: 0
1800.01/1797.70	c learnt literals	: 4
1800.01/1797.70	c learnt binary clauses	: 75
1800.01/1797.70	c learnt ternary clauses	: 873
1800.01/1797.70	c learnt constraints	: 6491099
1800.01/1797.70	c ignored constraints	: 0
1800.01/1797.70	c root simplifications	: 0
1800.01/1797.70	c removed literals (reason simplification)	: 0
1800.01/1797.70	c reason swapping (by a shorter reason)	: 0
1800.01/1797.70	c Calls to reduceDB	: 109
1800.01/1797.70	c Number of update (reduction) of LBD	: 1386711
1800.01/1797.70	c Imported unit clauses	: 0
1800.01/1797.70	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.70	c number of learned constraints concerned by reduction	: 0
1800.01/1797.70	c number of learning phase by resolution	: 0
1800.01/1797.70	c number of learning phase by cutting planes	: 0
1800.01/1797.70	c speed (assignments/second)	: 463669.7843303737
1800.01/1797.70	c non guided choices	15023
1800.01/1797.70	c timeout
1800.01/1797.73	c learnt constraints type 
1800.01/1797.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 75
1800.01/1797.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 172052
1800.01/1797.73	s UNKNOWN
1800.01/1797.73	c Total wall clock time (in seconds): 1797.615

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-4116985-1466967081/watcher-4116985-1466967081 -o /tmp/evaluation-result-4116985-1466967081/solver-4116985-1466967081 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26459 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116985-1466967081.opb 

pid=29571
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.18 2.08 2.06 3/194 29574
/proc/meminfo: memFree=30991456/32872528 swapFree=552864/567172
[pid=29574] ppid=29571 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/29574/stat : 29574 (java) R 29571 29574 26442 0 -1 4202496 674 0 0 0 0 0 0 0 20 0 1 0 29746062 23793664 323 33554432000 1073741824 1073778376 140737319802672 140737319791736 206619851329 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29574/statm: 5809 334 258 9 0 128 0

[startup+0.100161 s]
/proc/loadavg: 2.18 2.08 2.06 3/194 29574
/proc/meminfo: memFree=30991456/32872528 swapFree=552864/567172
[pid=29574] ppid=29571 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/29574/stat : 29574 (java) S 29571 29574 26442 0 -1 4202496 4401 0 1 0 8 1 0 0 20 0 18 0 29746062 9787879424 6031 33554432000 1073741824 1073778376 140737319802672 140737319793808 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29574/statm: 2389619 6031 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.18 2.08 2.06 3/194 29574
/proc/meminfo: memFree=30991456/32872528 swapFree=552864/567172
[pid=29574] ppid=29571 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/29574/stat : 29574 (java) S 29571 29574 26442 0 -1 4202496 4945 0 1 0 25 1 0 0 20 0 18 0 29746062 9787879424 7000 33554432000 1073741824 1073778376 140737319802672 140737319793808 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29574/statm: 2389619 7000 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300234 s]
/proc/loadavg: 2.18 2.08 2.06 3/194 29574
/proc/meminfo: memFree=30991456/32872528 swapFree=552864/567172
[pid=29574] ppid=29571 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/29574/stat : 29574 (java) S 29571 29574 26442 0 -1 4202496 5850 0 1 0 48 2 0 0 20 0 18 0 29746062 9787879424 9002 33554432000 1073741824 1073778376 140737319802672 140737319793808 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29574/statm: 2389619 9002 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700298 s]
/proc/loadavg: 2.18 2.08 2.06 3/194 29574
/proc/meminfo: memFree=30991456/32872528 swapFree=552864/567172
[pid=29574] ppid=29571 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/29574/stat : 29574 (java) S 29571 29574 26442 0 -1 4202496 8706 0 1 0 134 3 0 0 20 0 19 0 29746062 9856040960 15207 33554432000 1073741824 1073778376 140737319802672 140737319793808 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29574/statm: 2406260 15207 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.18 2.08 2.06 3/213 29593
/proc/meminfo: memFree=30938580/32872528 swapFree=552864/567172
[pid=29574] ppid=29571 vsize=9625040 CPUtime=2.22 cores=1,3,5,7
/proc/29574/stat : 29574 (java) S 29571 29574 26442 0 -1 4202496 8808 0 1 0 219 3 0 0 20 0 19 0 29746062 9856040960 15726 33554432000 1073741824 1073778376 140737319802672 140737319793808 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29574/statm: 2406260 15726 2269 9 0 2396937 0
[pid=29574/tid=29576] ppid=29571 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/29574/task/29576/stat : 29576 (java) R 29571 29574 26442 0 -1 4202560 2430 0 1 0 145 2 0 0 20 0 19 0 29746063 9856040960 15726 33554432000 1073741824 1073778376 140737319802672 140630743404240 140630601319720 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29577] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29577/stat : 29577 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746064 9856040960 15726 33554432000 1073741824 1073778376 140737319802672 140630721513768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29578] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29578/stat : 29578 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746064 9856040960 15726 33554432000 1073741824 1073778376 140737319802672 140630720460968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29579] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29579/stat : 29579 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746065 9856040960 15726 33554432000 1073741824 1073778376 140737319802672 140630719408680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29580] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29580/stat : 29580 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746065 9856040960 15726 33554432000 1073741824 1073778376 140737319802672 140630382602664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29581] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29581/stat : 29581 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746065 9856040960 15726 33554432000 1073741824 1073778376 140737319802672 140630381550376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29582] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29582/stat : 29582 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746065 9856040960 15726 33554432000 1073741824 1073778376 140737319802672 140630380497576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29583] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29583/stat : 29583 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746065 9856040960 15726 33554432000 1073741824 1073778376 140737319802672 140630379445288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29584] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29584/stat : 29584 (java) S 29571 29574 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29746065 9856040960 15726 33554432000 1073741824 1073778376 140737319802672 140630378392488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29585] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29585/stat : 29585 (java) S 29571 29574 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29746066 9856040960 15726 33554432000 1073741824 1073778376 140737319802672 140630365980904 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29586] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29586/stat : 29586 (java) S 29571 29574 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29746066 9856040960 15726 33554432000 1073741824 1073778376 140737319802672 140630364926968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29587] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29587/stat : 29587 (java) S 29571 29574 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29746066 9856040960 15726 33554432000 1073741824 1073778376 140737319802672 140630363874568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29588] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29588/stat : 29588 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746068 9856040960 15726 33554432000 1073741824 1073778376 140737319802672 140630362823056 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29589] ppid=29571 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/29574/task/29589/stat : 29589 (java) S 29571 29574 26442 0 -1 4202560 3242 0 0 0 36 0 0 0 20 0 19 0 29746068 9856040960 15726 33554432000 1073741824 1073778376 140737319802672 140630361770680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29590] ppid=29571 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/29574/task/29590/stat : 29590 (java) S 29571 29574 26442 0 -1 4202560 1858 0 0 0 36 0 0 0 20 0 19 0 29746068 9856040960 15726 33554432000 1073741824 1073778376 140737319802672 140630360717880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29591] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29591/stat : 29591 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746068 9856040960 15726 33554432000 1073741824 1073778376 140737319802672 140630359665784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29592] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29592/stat : 29592 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746069 9856040960 15726 33554432000 1073741824 1073778376 140737319802672 140630358613192 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29593] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29593/stat : 29593 (java) S 29571 29574 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29746104 9856040960 15726 33554432000 1073741824 1073778376 140737319802672 140630357459880 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.18 2.08 2.06 3/213 29593
/proc/meminfo: memFree=30934252/32872528 swapFree=552864/567172
[pid=29574] ppid=29571 vsize=9625040 CPUtime=3.86 cores=1,3,5,7
/proc/29574/stat : 29574 (java) S 29571 29574 26442 0 -1 4202496 8811 0 1 0 383 3 0 0 20 0 19 0 29746062 9856040960 16750 33554432000 1073741824 1073778376 140737319802672 140737319793808 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29574/statm: 2406260 16750 2269 9 0 2396937 0
[pid=29574/tid=29576] ppid=29571 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/29574/task/29576/stat : 29576 (java) R 29571 29574 26442 0 -1 4202560 2433 0 1 0 304 2 0 0 20 0 19 0 29746063 9856040960 16750 33554432000 1073741824 1073778376 140737319802672 140630743404240 140630601393650 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29577] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29577/stat : 29577 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746064 9856040960 16750 33554432000 1073741824 1073778376 140737319802672 140630721513768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29578] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29578/stat : 29578 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746064 9856040960 16750 33554432000 1073741824 1073778376 140737319802672 140630720460968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29579] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29579/stat : 29579 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746065 9856040960 16750 33554432000 1073741824 1073778376 140737319802672 140630719408680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29580] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29580/stat : 29580 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746065 9856040960 16750 33554432000 1073741824 1073778376 140737319802672 140630382602664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29581] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29581/stat : 29581 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746065 9856040960 16750 33554432000 1073741824 1073778376 140737319802672 140630381550376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29582] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29582/stat : 29582 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746065 9856040960 16750 33554432000 1073741824 1073778376 140737319802672 140630380497576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29583] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29583/stat : 29583 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746065 9856040960 16750 33554432000 1073741824 1073778376 140737319802672 140630379445288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29584] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29584/stat : 29584 (java) S 29571 29574 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29746065 9856040960 16750 33554432000 1073741824 1073778376 140737319802672 140630378392488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29585] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29585/stat : 29585 (java) S 29571 29574 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29746066 9856040960 16750 33554432000 1073741824 1073778376 140737319802672 140630365980904 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29586] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29586/stat : 29586 (java) S 29571 29574 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29746066 9856040960 16750 33554432000 1073741824 1073778376 140737319802672 140630364926968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29587] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29587/stat : 29587 (java) S 29571 29574 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29746066 9856040960 16750 33554432000 1073741824 1073778376 140737319802672 140630363874568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29588] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29588/stat : 29588 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746068 9856040960 16750 33554432000 1073741824 1073778376 140737319802672 140630362823056 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29589] ppid=29571 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/29574/task/29589/stat : 29589 (java) S 29571 29574 26442 0 -1 4202560 3242 0 0 0 38 0 0 0 20 0 19 0 29746068 9856040960 16750 33554432000 1073741824 1073778376 140737319802672 140630361770680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29590] ppid=29571 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/29574/task/29590/stat : 29590 (java) S 29571 29574 26442 0 -1 4202560 1858 0 0 0 37 0 0 0 20 0 19 0 29746068 9856040960 16750 33554432000 1073741824 1073778376 140737319802672 140630360717880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29591] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29591/stat : 29591 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746068 9856040960 16750 33554432000 1073741824 1073778376 140737319802672 140630359665784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29592] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29592/stat : 29592 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746069 9856040960 16750 33554432000 1073741824 1073778376 140737319802672 140630358613192 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29593] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29593/stat : 29593 (java) S 29571 29574 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29746104 9856040960 16750 33554432000 1073741824 1073778376 140737319802672 140630357459880 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.17 2.08 2.06 3/213 29593
/proc/meminfo: memFree=30928604/32872528 swapFree=552864/567172
[pid=29574] ppid=29571 vsize=9625040 CPUtime=7.07 cores=1,3,5,7
/proc/29574/stat : 29574 (java) S 29571 29574 26442 0 -1 4202496 8818 0 1 0 704 3 0 0 20 0 19 0 29746062 9856040960 18070 33554432000 1073741824 1073778376 140737319802672 140737319793808 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29574/statm: 2406260 18070 2271 9 0 2396937 0
[pid=29574/tid=29576] ppid=29571 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/29574/task/29576/stat : 29576 (java) R 29571 29574 26442 0 -1 4202560 2437 0 1 0 624 2 0 0 20 0 19 0 29746063 9856040960 18070 33554432000 1073741824 1073778376 140737319802672 140630743413160 140630601419612 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29577] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29577/stat : 29577 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746064 9856040960 18070 33554432000 1073741824 1073778376 140737319802672 140630721513768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29578] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29578/stat : 29578 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746064 9856040960 18070 33554432000 1073741824 1073778376 140737319802672 140630720460968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29579] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29579/stat : 29579 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746065 9856040960 18070 33554432000 1073741824 1073778376 140737319802672 140630719408680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29580] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29580/stat : 29580 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746065 9856040960 18070 33554432000 1073741824 1073778376 140737319802672 140630382602664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29581] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29581/stat : 29581 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746065 9856040960 18070 33554432000 1073741824 1073778376 140737319802672 140630381550376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29582] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29582/stat : 29582 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746065 9856040960 18070 33554432000 1073741824 1073778376 140737319802672 140630380497576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29583] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29583/stat : 29583 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746065 9856040960 18070 33554432000 1073741824 1073778376 140737319802672 140630379445288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29584] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29584/stat : 29584 (java) S 29571 29574 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29746065 9856040960 18070 33554432000 1073741824 1073778376 140737319802672 140630378392488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29585] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29585/stat : 29585 (java) S 29571 29574 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29746066 9856040960 18070 33554432000 1073741824 1073778376 140737319802672 140630365980904 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29586] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29586/stat : 29586 (java) S 29571 29574 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29746066 9856040960 18070 33554432000 1073741824 1073778376 140737319802672 140630364926968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29587] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29587/stat : 29587 (java) S 29571 29574 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29746066 9856040960 18070 33554432000 1073741824 1073778376 140737319802672 140630363874568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29588] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29588/stat : 29588 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746068 9856040960 18070 33554432000 1073741824 1073778376 140737319802672 140630362823056 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29589] ppid=29571 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/29574/task/29589/stat : 29589 (java) S 29571 29574 26442 0 -1 4202560 3244 0 0 0 39 0 0 0 20 0 19 0 29746068 9856040960 18070 33554432000 1073741824 1073778376 140737319802672 140630361770680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29590] ppid=29571 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/29574/task/29590/stat : 29590 (java) S 29571 29574 26442 0 -1 4202560 1858 0 0 0 38 0 0 0 20 0 19 0 29746068 9856040960 18070 33554432000 1073741824 1073778376 140737319802672 140630360717880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29591] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29591/stat : 29591 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746068 9856040960 18070 33554432000 1073741824 1073778376 140737319802672 140630359665784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29592] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29592/stat : 29592 (java) S 29571 29574 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29746069 9856040960 18070 33554432000 1073741824 1073778376 140737319802672 140630358613192 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29593] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29593/stat : 29593 (java) S 29571 29574 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29746104 9856040960 18070 33554432000 1073741824 1073778376 140737319802672 140630357459880 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 9625040


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

[pid=29574/tid=29593] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29593/stat : 29593 (java) S 29571 29574 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29746104 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630357459880 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1724.6
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.15 2.13 2.09 3/213 29726
/proc/meminfo: memFree=30627952/32872528 swapFree=552864/567172
[pid=29574] ppid=29571 vsize=9625040 CPUtime=1784.61 cores=1,3,5,7
/proc/29574/stat : 29574 (java) S 29571 29574 26442 0 -1 4202496 10224 0 1 0 178395 66 0 0 20 0 19 0 29746062 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140737319793808 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29574/statm: 2406260 104507 2285 9 0 2396937 0
[pid=29574/tid=29576] ppid=29571 vsize=9625040 CPUtime=1777.17 cores=1,3,5,7
/proc/29574/task/29576/stat : 29576 (java) R 29571 29574 26442 0 -1 4202560 2495 0 1 0 177687 30 0 0 20 0 19 0 29746063 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630743404320 140630601319906 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29577] ppid=29571 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/29574/task/29577/stat : 29577 (java) S 29571 29574 26442 0 -1 4202560 122 0 0 0 17 3 0 0 20 0 19 0 29746064 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630721513768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29578] ppid=29571 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29574/task/29578/stat : 29578 (java) S 29571 29574 26442 0 -1 4202560 173 0 0 0 13 4 0 0 20 0 19 0 29746064 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630720460968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29579] ppid=29571 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/29574/task/29579/stat : 29579 (java) S 29571 29574 26442 0 -1 4202560 98 0 0 0 26 6 0 0 20 0 19 0 29746065 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630719408680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29580] ppid=29571 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29574/task/29580/stat : 29580 (java) S 29571 29574 26442 0 -1 4202560 207 0 0 0 13 4 0 0 20 0 19 0 29746065 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630382602664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29581] ppid=29571 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/29574/task/29581/stat : 29581 (java) S 29571 29574 26442 0 -1 4202560 66 0 0 0 17 3 0 0 20 0 19 0 29746065 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630381550376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29582] ppid=29571 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/29574/task/29582/stat : 29582 (java) S 29571 29574 26442 0 -1 4202560 70 0 0 0 15 4 0 0 20 0 19 0 29746065 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630380497576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29583] ppid=29571 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29574/task/29583/stat : 29583 (java) S 29571 29574 26442 0 -1 4202560 168 0 0 0 13 4 0 0 20 0 19 0 29746065 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630379445288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29584] ppid=29571 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/29574/task/29584/stat : 29584 (java) S 29571 29574 26442 0 -1 4202560 160 0 0 0 14 4 0 0 20 0 19 0 29746065 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630378392488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29585] ppid=29571 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29574/task/29585/stat : 29585 (java) S 29571 29574 26442 0 -1 4202560 71 0 0 0 2 0 0 0 20 0 19 0 29746066 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630365980904 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29586] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29586/stat : 29586 (java) S 29571 29574 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29746066 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630364926968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29587] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29587/stat : 29587 (java) S 29571 29574 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29746066 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630363874568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29588] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29588/stat : 29588 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746068 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630362823056 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29589] ppid=29571 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/29574/task/29589/stat : 29589 (java) S 29571 29574 26442 0 -1 4202560 3368 0 0 0 43 0 0 0 20 0 19 0 29746068 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630361770680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29590] ppid=29571 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/29574/task/29590/stat : 29590 (java) S 29571 29574 26442 0 -1 4202560 1858 0 0 0 38 0 0 0 20 0 19 0 29746068 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630360717880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29591] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29591/stat : 29591 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746068 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630359665784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29592] ppid=29571 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/29574/task/29592/stat : 29592 (java) S 29571 29574 26442 0 -1 4202560 104 0 0 0 32 44 0 0 20 0 19 0 29746069 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630358613192 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29593] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29593/stat : 29593 (java) S 29571 29574 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29746104 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630357459880 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1784.61
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.12 2.12 2.09 3/213 29726
/proc/meminfo: memFree=30601692/32872528 swapFree=552864/567172
[pid=29574] ppid=29571 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/29574/stat : 29574 (java) S 29571 29574 26442 0 -1 4202496 10224 0 1 0 179935 66 0 0 20 0 19 0 29746062 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140737319793808 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29574/statm: 2406260 104507 2285 9 0 2396937 0
[pid=29574/tid=29576] ppid=29571 vsize=9625040 CPUtime=1792.53 cores=1,3,5,7
/proc/29574/task/29576/stat : 29576 (java) R 29571 29574 26442 0 -1 4202560 2495 0 1 0 179223 30 0 0 20 0 19 0 29746063 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630743404320 140630601420421 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29577] ppid=29571 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/29574/task/29577/stat : 29577 (java) S 29571 29574 26442 0 -1 4202560 122 0 0 0 17 3 0 0 20 0 19 0 29746064 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630721513768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29578] ppid=29571 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29574/task/29578/stat : 29578 (java) S 29571 29574 26442 0 -1 4202560 173 0 0 0 13 4 0 0 20 0 19 0 29746064 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630720460968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29579] ppid=29571 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/29574/task/29579/stat : 29579 (java) S 29571 29574 26442 0 -1 4202560 98 0 0 0 26 6 0 0 20 0 19 0 29746065 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630719408680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29580] ppid=29571 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29574/task/29580/stat : 29580 (java) S 29571 29574 26442 0 -1 4202560 207 0 0 0 13 4 0 0 20 0 19 0 29746065 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630382602664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29581] ppid=29571 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/29574/task/29581/stat : 29581 (java) S 29571 29574 26442 0 -1 4202560 66 0 0 0 17 3 0 0 20 0 19 0 29746065 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630381550376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29582] ppid=29571 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/29574/task/29582/stat : 29582 (java) S 29571 29574 26442 0 -1 4202560 70 0 0 0 15 4 0 0 20 0 19 0 29746065 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630380497576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29583] ppid=29571 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29574/task/29583/stat : 29583 (java) S 29571 29574 26442 0 -1 4202560 168 0 0 0 13 4 0 0 20 0 19 0 29746065 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630379445288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29584] ppid=29571 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/29574/task/29584/stat : 29584 (java) S 29571 29574 26442 0 -1 4202560 160 0 0 0 14 4 0 0 20 0 19 0 29746065 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630378392488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29585] ppid=29571 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29574/task/29585/stat : 29585 (java) S 29571 29574 26442 0 -1 4202560 71 0 0 0 2 0 0 0 20 0 19 0 29746066 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630365980904 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29586] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29586/stat : 29586 (java) S 29571 29574 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29746066 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630364926968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29587] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29587/stat : 29587 (java) S 29571 29574 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29746066 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630363874568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29588] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29588/stat : 29588 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746068 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630362823056 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29589] ppid=29571 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/29574/task/29589/stat : 29589 (java) S 29571 29574 26442 0 -1 4202560 3368 0 0 0 43 0 0 0 20 0 19 0 29746068 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630361770680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29590] ppid=29571 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/29574/task/29590/stat : 29590 (java) S 29571 29574 26442 0 -1 4202560 1858 0 0 0 38 0 0 0 20 0 19 0 29746068 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630360717880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29591] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29591/stat : 29591 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746068 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630359665784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29592] ppid=29571 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/29574/task/29592/stat : 29592 (java) S 29571 29574 26442 0 -1 4202560 104 0 0 0 33 44 0 0 20 0 19 0 29746069 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630358613192 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29593] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29593/stat : 29593 (java) S 29571 29574 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29746104 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630357459880 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1797.7 s]
/proc/loadavg: 2.12 2.12 2.09 3/213 29726
/proc/meminfo: memFree=30601692/32872528 swapFree=552864/567172
[pid=29574] ppid=29571 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/29574/stat : 29574 (java) S 29571 29574 26442 0 -1 4202496 10224 0 1 0 179935 66 0 0 20 0 19 0 29746062 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140737319793808 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29574/statm: 2406260 104507 2285 9 0 2396937 0
[pid=29574/tid=29576] ppid=29571 vsize=9625040 CPUtime=1792.53 cores=1,3,5,7
/proc/29574/task/29576/stat : 29576 (java) R 29571 29574 26442 0 -1 4202560 2495 0 1 0 179223 30 0 0 20 0 19 0 29746063 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630743404320 140630601420421 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29577] ppid=29571 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/29574/task/29577/stat : 29577 (java) S 29571 29574 26442 0 -1 4202560 122 0 0 0 17 3 0 0 20 0 19 0 29746064 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630721513768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29578] ppid=29571 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29574/task/29578/stat : 29578 (java) S 29571 29574 26442 0 -1 4202560 173 0 0 0 13 4 0 0 20 0 19 0 29746064 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630720460968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29579] ppid=29571 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/29574/task/29579/stat : 29579 (java) S 29571 29574 26442 0 -1 4202560 98 0 0 0 26 6 0 0 20 0 19 0 29746065 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630719408680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29580] ppid=29571 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29574/task/29580/stat : 29580 (java) S 29571 29574 26442 0 -1 4202560 207 0 0 0 13 4 0 0 20 0 19 0 29746065 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630382602664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29581] ppid=29571 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/29574/task/29581/stat : 29581 (java) S 29571 29574 26442 0 -1 4202560 66 0 0 0 17 3 0 0 20 0 19 0 29746065 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630381550376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29582] ppid=29571 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/29574/task/29582/stat : 29582 (java) S 29571 29574 26442 0 -1 4202560 70 0 0 0 15 4 0 0 20 0 19 0 29746065 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630380497576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29583] ppid=29571 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29574/task/29583/stat : 29583 (java) S 29571 29574 26442 0 -1 4202560 168 0 0 0 13 4 0 0 20 0 19 0 29746065 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630379445288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29584] ppid=29571 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/29574/task/29584/stat : 29584 (java) S 29571 29574 26442 0 -1 4202560 160 0 0 0 14 4 0 0 20 0 19 0 29746065 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630378392488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29585] ppid=29571 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29574/task/29585/stat : 29585 (java) S 29571 29574 26442 0 -1 4202560 71 0 0 0 2 0 0 0 20 0 19 0 29746066 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630365980904 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29586] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29586/stat : 29586 (java) S 29571 29574 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29746066 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630364926968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29587] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29587/stat : 29587 (java) S 29571 29574 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29746066 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630363874568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29588] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29588/stat : 29588 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746068 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630362823056 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29589] ppid=29571 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/29574/task/29589/stat : 29589 (java) S 29571 29574 26442 0 -1 4202560 3368 0 0 0 43 0 0 0 20 0 19 0 29746068 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630361770680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29590] ppid=29571 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/29574/task/29590/stat : 29590 (java) S 29571 29574 26442 0 -1 4202560 1858 0 0 0 38 0 0 0 20 0 19 0 29746068 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630360717880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29591] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29591/stat : 29591 (java) S 29571 29574 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29746068 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630359665784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29592] ppid=29571 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/29574/task/29592/stat : 29592 (java) S 29571 29574 26442 0 -1 4202560 104 0 0 0 33 44 0 0 20 0 19 0 29746069 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630358613192 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29593] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29593/stat : 29593 (java) S 29571 29574 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29746104 9856040960 104507 33554432000 1073741824 1073778376 140737319802672 140630357459880 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29574 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=829144
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=222814
# CPU time returned by wait4() is 1796.05
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.74
CPU time (s): 1800.01
CPU user time (s): 1799.35
CPU system time (s): 0.66
CPU usage (%): 100.127
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.83
system time used= 1.22281
maximum resident set size= 418144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10258
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38350
involuntary context switches= 6150

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1025 second user time and 14.4628 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-26 20:51:22
IDJOB=4116985
IDBENCH=109538
IDSOLVER=2546
FILE ID=node138/4116985-1466967081
RUNJOBID= node138-1466940040-26459
PBS_JOBID= 19976338
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size160-round22-8.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116985-1466967081/watcher-4116985-1466967081 -o /tmp/evaluation-result-4116985-1466967081/solver-4116985-1466967081 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26459 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116985-1466967081.opb

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

MD5SUM BENCH= 64fa8a1431c520e4dd0067505386153e
RANDOM SEED=304698484

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.803
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.803
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.55
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.803
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.803
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.803
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:        30992084 kB
Buffers:           32448 kB
Cached:           225816 kB
SwapCached:         3788 kB
Active:           361408 kB
Inactive:         236060 kB
Active(anon):     337388 kB
Inactive(anon):     4564 kB
Active(file):      24020 kB
Inactive(file):   231496 kB
Unevictable:      567172 kB
Mlocked:          552864 kB
SwapTotal:      67108856 kB
SwapFree:       67094448 kB
Dirty:              1232 kB
Writeback:             0 kB
AnonPages:        909596 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             567008 kB
SReclaimable:      10700 kB
SUnreclaim:       556308 kB
KernelStack:        1768 kB
PageTables:         6108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1308776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    339968 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= 71716 MiB
End job on node138 at 2016-06-26 21:21:19