Trace number 4084711

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.03 1797.14

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_5_15.opb
MD5SUM278bedcb160fff5308a678f3e1e7c2f9
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1212
Sum of products size (including duplicates)2424
Number of different products606
Sum of products size1212

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4084711-1465264707.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.26/0.21	c ... done. Wall clock time 0.107s.
0.26/0.21	c declared #vars     100
0.26/0.21	c internal #vars     706
0.26/0.21	c #constraints  1365
0.26/0.21	c constraints type 
0.26/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 606
0.26/0.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.26/0.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.26/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 606
0.26/0.21	c 1365 constraints processed.
0.87/0.57	c cleaning 2496 clauses out of 5000 with flag 12757/5000
1.18/0.79	c cleaning 4247 clauses out of 8504 with flag 28176/11000
1.50/1.05	c cleaning 5620 clauses out of 11257 with flag 46277/18000
1.97/1.42	c cleaning 6815 clauses out of 13637 with flag 68980/26000
2.38/1.87	c cleaning 7908 clauses out of 15822 with flag 96198/35000
2.89/2.39	c cleaning 8948 clauses out of 17914 with flag 127412/45000
3.48/2.99	c cleaning 9974 clauses out of 19968 with flag 164029/56002
4.18/3.69	c cleaning 10984 clauses out of 21992 with flag 200250/68000
4.98/4.47	c cleaning 12001 clauses out of 24009 with flag 238645/81001
5.98/5.40	c cleaning 13002 clauses out of 26008 with flag 282093/95001
6.99/6.40	c cleaning 13999 clauses out of 28008 with flag 329722/110003
7.99/7.48	c cleaning 14997 clauses out of 30006 with flag 376179/126000
9.29/8.72	c cleaning 16002 clauses out of 32012 with flag 422976/143003
10.59/10.06	c cleaning 17002 clauses out of 34007 with flag 484620/161000
12.08/11.56	c cleaning 17998 clauses out of 36005 with flag 546503/180000
13.79/13.21	c cleaning 19004 clauses out of 38009 with flag 608102/200002
15.58/15.04	c cleaning 20000 clauses out of 40003 with flag 671441/221000
17.49/16.99	c cleaning 20996 clauses out of 42003 with flag 731522/243000
19.79/19.21	c cleaning 22002 clauses out of 44007 with flag 797429/266000
22.08/21.53	c cleaning 22998 clauses out of 46005 with flag 867089/290000
24.68/24.12	c cleaning 23999 clauses out of 48007 with flag 939248/315000
27.38/26.81	c cleaning 24999 clauses out of 50010 with flag 1021718/341002
30.21/29.63	c cleaning 26005 clauses out of 52009 with flag 1103907/368000
33.21/32.68	c cleaning 27000 clauses out of 54005 with flag 1183285/396001
36.41/35.88	c cleaning 28003 clauses out of 56005 with flag 1270069/425001
40.01/39.48	c cleaning 29001 clauses out of 58001 with flag 1369210/455000
43.31/42.78	c cleaning 30000 clauses out of 60000 with flag 1469898/486000
47.21/46.68	c cleaning 30999 clauses out of 62000 with flag 1573165/518000
51.71/51.12	c cleaning 31999 clauses out of 64001 with flag 1694149/551000
55.82/55.29	c cleaning 32991 clauses out of 66002 with flag 1802897/585000
60.32/59.77	c cleaning 34000 clauses out of 68011 with flag 1923110/620000
65.53/64.99	c cleaning 34989 clauses out of 70012 with flag 2051642/656001
70.92/70.36	c cleaning 36001 clauses out of 72024 with flag 2176862/693002
76.63/76.06	c cleaning 36999 clauses out of 74021 with flag 2304847/731000
81.86/81.26	c cleaning 37999 clauses out of 76022 with flag 2439580/770000
87.16/86.56	c cleaning 39007 clauses out of 78023 with flag 2583435/810000
92.96/92.34	c cleaning 40004 clauses out of 80016 with flag 2718141/851000
99.96/99.32	c cleaning 40998 clauses out of 82013 with flag 2837531/893001
107.16/106.57	c cleaning 41996 clauses out of 84016 with flag 2977101/936002
113.96/113.34	c cleaning 43004 clauses out of 86018 with flag 3118245/980000
121.37/120.75	c cleaning 43997 clauses out of 88014 with flag 3260842/1025000
131.27/130.65	c cleaning 44997 clauses out of 90017 with flag 3406985/1071000
141.27/140.64	c cleaning 46004 clauses out of 92020 with flag 3554707/1118000
150.04/149.35	c cleaning 47006 clauses out of 94017 with flag 3698326/1166001
159.75/159.08	c cleaning 48004 clauses out of 96010 with flag 3839489/1215000
169.95/169.21	c cleaning 48997 clauses out of 98007 with flag 3994167/1265001
181.65/180.93	c cleaning 50000 clauses out of 100009 with flag 4164627/1316000
192.64/191.96	c cleaning 51004 clauses out of 102010 with flag 4345770/1368001
203.45/202.71	c cleaning 51996 clauses out of 104005 with flag 4521046/1421000
213.96/213.26	c cleaning 52998 clauses out of 106009 with flag 4685614/1475000
226.26/225.60	c cleaning 54001 clauses out of 108013 with flag 4879937/1530002
238.22/237.46	c cleaning 55001 clauses out of 110013 with flag 5059696/1586003
250.02/249.22	c cleaning 56000 clauses out of 112009 with flag 5250453/1643000
262.52/261.74	c cleaning 57002 clauses out of 114010 with flag 5426045/1701001
274.63/273.83	c cleaning 58001 clauses out of 116008 with flag 5607566/1760001
286.84/286.07	c cleaning 59003 clauses out of 118009 with flag 5792890/1820003
299.83/299.06	c cleaning 59992 clauses out of 120004 with flag 5974312/1881001
313.45/312.53	c cleaning 60994 clauses out of 122011 with flag 6152615/1943000
326.65/325.76	c cleaning 62004 clauses out of 124017 with flag 6341399/2006000
341.14/340.26	c cleaning 62999 clauses out of 126013 with flag 6524571/2070000
356.44/355.52	c cleaning 63997 clauses out of 128014 with flag 6725345/2135000
371.85/370.96	c cleaning 65001 clauses out of 130020 with flag 6922272/2201003
388.76/387.82	c cleaning 66002 clauses out of 132016 with flag 7126865/2268000
406.60/405.53	c cleaning 66999 clauses out of 134014 with flag 7337845/2336000
424.39/423.39	c cleaning 68002 clauses out of 136016 with flag 7535890/2405001
440.69/439.62	c cleaning 69002 clauses out of 138013 with flag 7735493/2475000
460.29/459.29	c cleaning 70003 clauses out of 140012 with flag 7952598/2546001
478.99/477.94	c cleaning 71000 clauses out of 142010 with flag 8168318/2618002
502.33/501.14	c cleaning 71997 clauses out of 144008 with flag 8399175/2691000
524.84/523.67	c cleaning 73000 clauses out of 146012 with flag 8621128/2765001
547.96/546.77	c cleaning 73999 clauses out of 148011 with flag 8844239/2840000
570.55/569.32	c cleaning 75001 clauses out of 150012 with flag 9061345/2916000
604.17/602.95	c cleaning 75999 clauses out of 152012 with flag 9265430/2993001
639.34/637.96	c cleaning 76994 clauses out of 154012 with flag 9461628/3071000
676.96/675.57	c cleaning 77997 clauses out of 156018 with flag 9656452/3150000
715.35/713.94	c cleaning 79006 clauses out of 158022 with flag 9855312/3230001
753.26/751.80	c cleaning 79997 clauses out of 160015 with flag 10065733/3311000
792.14/790.52	c cleaning 81004 clauses out of 162019 with flag 10282277/3393001
831.44/829.85	c cleaning 81999 clauses out of 164014 with flag 10484219/3476000
874.76/873.13	c cleaning 82993 clauses out of 166016 with flag 10694828/3560001
907.54/905.77	c cleaning 84009 clauses out of 168025 with flag 10922185/3645003
933.85/932.09	c cleaning 84999 clauses out of 170013 with flag 11164352/3731000
965.16/963.34	c cleaning 86001 clauses out of 172014 with flag 11420487/3818000
997.61/995.66	c cleaning 87003 clauses out of 174013 with flag 11689610/3906000
1027.61/1025.61	c cleaning 88003 clauses out of 176010 with flag 11937106/3995000
1055.61/1053.63	c cleaning 88999 clauses out of 178008 with flag 12204677/4085001
1082.62/1080.66	c cleaning 89999 clauses out of 180009 with flag 12463571/4176001
1111.91/1109.84	c cleaning 90994 clauses out of 182009 with flag 12724739/4268000
1141.22/1139.16	c cleaning 92000 clauses out of 184015 with flag 12983250/4361000
1175.63/1173.57	c cleaning 93007 clauses out of 186016 with flag 13246194/4455001
1213.24/1211.00	c cleaning 94003 clauses out of 188012 with flag 13516509/4550004
1252.96/1250.79	c cleaning 95000 clauses out of 190006 with flag 13798672/4646001
1296.37/1294.01	c cleaning 95992 clauses out of 192006 with flag 14072553/4743001
1334.31/1331.96	c cleaning 97001 clauses out of 194015 with flag 14347828/4841002
1378.91/1376.52	c cleaning 97999 clauses out of 196012 with flag 14615305/4940000
1424.13/1421.61	c cleaning 98996 clauses out of 198013 with flag 14908006/5040000
1463.85/1461.39	c cleaning 100002 clauses out of 200017 with flag 15186018/5141000
1511.88/1509.36	c cleaning 101000 clauses out of 202015 with flag 15492960/5243000
1561.46/1558.77	c cleaning 102003 clauses out of 204015 with flag 15802079/5346000
1605.37/1602.63	c cleaning 102998 clauses out of 206012 with flag 16084304/5450000
1656.43/1653.69	c cleaning 103999 clauses out of 208014 with flag 16382561/5555000
1702.76/1699.90	c cleaning 104997 clauses out of 210015 with flag 16674583/5661000
1750.58/1747.79	c cleaning 106009 clauses out of 212020 with flag 16974282/5768002
1800.03/1797.10	c starts		: 4576
1800.03/1797.10	c conflicts		: 5874412
1800.03/1797.10	c decisions		: 9219155
1800.03/1797.10	c propagations		: 75535851
1800.03/1797.10	c inspects		: 33045559166
1800.03/1797.10	c shortcuts		: 0
1800.03/1797.10	c learnt literals	: 0
1800.03/1797.10	c learnt binary clauses	: 0
1800.03/1797.10	c learnt ternary clauses	: 4589
1800.03/1797.10	c learnt constraints	: 5874412
1800.03/1797.10	c ignored constraints	: 0
1800.03/1797.10	c root simplifications	: 0
1800.03/1797.10	c removed literals (reason simplification)	: 0
1800.03/1797.10	c reason swapping (by a shorter reason)	: 0
1800.03/1797.10	c Calls to reduceDB	: 103
1800.03/1797.10	c Number of update (reduction) of LBD	: 1497473
1800.03/1797.10	c Imported unit clauses	: 0
1800.03/1797.10	c number of reductions to clauses (during analyze)	: 0
1800.03/1797.10	c number of learned constraints concerned by reduction	: 0
1800.03/1797.10	c number of learning phase by resolution	: 0
1800.03/1797.10	c timeout
1800.03/1797.10	c number of learning phase by cutting planes	: 0
1800.03/1797.10	c speed (assignments/second)	: 42036.94768522538
1800.03/1797.10	c non guided choices	641
1800.03/1797.13	c learnt constraints type 
1800.03/1797.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 212421
1800.03/1797.13	s UNKNOWN
1800.03/1797.13	c Total wall clock time (in seconds): 1797.03

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-4084711-1465264707/watcher-4084711-1465264707 -o /tmp/evaluation-result-4084711-1465264707/solver-4084711-1465264707 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5982 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084711-1465264707.opb 

pid=7756
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.36 2.31 2.28 3/194 7759
/proc/meminfo: memFree=30110376/32872528 swapFree=16360/1798728
[pid=7759] ppid=7756 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7759/stat : 7759 (java) S 7756 7759 5965 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 108403886 98570240 976 33554432000 1073741824 1073778376 140733348623024 140733348614160 260193681469 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7759/statm: 24065 976 743 9 0 16771 0
[pid=7759/tid=7760] ppid=7756 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7760/stat : 7760 (java) R 7756 7759 5965 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 108403886 98570240 976 33554432000 1073741824 1073778376 140733348623024 140469957135912 260190324096 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 2.36 2.31 2.28 3/194 7759
/proc/meminfo: memFree=30110376/32872528 swapFree=16360/1798728
[pid=7759] ppid=7756 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/7759/stat : 7759 (java) S 7756 7759 5965 0 -1 4202496 4498 0 1 0 10 1 0 0 20 0 18 0 108403886 9787879424 6122 33554432000 1073741824 1073778376 140733348623024 140733348614160 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7759/statm: 2389619 6124 2157 9 0 2380296 0
[pid=7759/tid=7760] ppid=7756 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/7759/task/7760/stat : 7760 (java) R 7756 7759 5965 0 -1 4202560 2377 0 1 0 6 1 0 0 20 0 18 0 108403886 9787879424 6125 33554432000 1073741824 1073778376 140733348623024 140469957139360 140469947203551 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200324 s]
/proc/loadavg: 2.36 2.31 2.28 3/194 7759
/proc/meminfo: memFree=30110376/32872528 swapFree=16360/1798728
[pid=7759] ppid=7756 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/7759/stat : 7759 (java) S 7756 7759 5965 0 -1 4202496 4706 0 1 0 25 1 0 0 20 0 18 0 108403886 9787879424 6779 33554432000 1073741824 1073778376 140733348623024 140733348614160 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7759/statm: 2389619 6779 2214 9 0 2380296 0
[pid=7759/tid=7760] ppid=7756 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/7759/task/7760/stat : 7760 (java) R 7756 7759 5965 0 -1 4202560 2401 0 1 0 16 1 0 0 20 0 18 0 108403886 9787879424 6779 33554432000 1073741824 1073778376 140733348623024 140469957139360 260193696824 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300323 s]
/proc/loadavg: 2.36 2.31 2.28 3/194 7759
/proc/meminfo: memFree=30110376/32872528 swapFree=16360/1798728
[pid=7759] ppid=7756 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/7759/stat : 7759 (java) S 7756 7759 5965 0 -1 4202496 6988 0 1 0 50 2 0 0 20 0 19 0 108403886 9856040960 8880 33554432000 1073741824 1073778376 140733348623024 140733348614160 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7759/statm: 2406369 8893 2240 9 0 2397046 0
[pid=7759/tid=7760] ppid=7756 vsize=9625476 CPUtime=0.27 cores=1,3,5,7
/proc/7759/task/7760/stat : 7760 (java) R 7756 7759 5965 0 -1 4202560 2411 0 1 0 26 1 0 0 20 0 19 0 108403886 9856487424 8912 33554432000 1073741824 1073778376 140733348623024 140469957141120 140469807976016 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700215 s]
/proc/loadavg: 2.36 2.31 2.28 3/194 7759
/proc/meminfo: memFree=30110376/32872528 swapFree=16360/1798728
[pid=7759] ppid=7756 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/7759/stat : 7759 (java) S 7756 7759 5965 0 -1 4202496 9878 0 1 0 116 2 0 0 20 0 19 0 108403886 9856040960 10320 33554432000 1073741824 1073778376 140733348623024 140733348614160 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7759/statm: 2406260 10320 2254 9 0 2396937 0
[pid=7759/tid=7760] ppid=7756 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/7759/task/7760/stat : 7760 (java) R 7756 7759 5965 0 -1 4202560 2413 0 1 0 66 1 0 0 20 0 19 0 108403886 9856040960 10320 33554432000 1073741824 1073778376 140733348623024 140469957140728 140469808399981 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.36 2.31 2.28 4/213 7778
/proc/meminfo: memFree=30063540/32872528 swapFree=16360/1798728
[pid=7759] ppid=7756 vsize=9625040 CPUtime=2.08 cores=1,3,5,7
/proc/7759/stat : 7759 (java) S 7756 7759 5965 0 -1 4202496 10778 0 1 0 205 3 0 0 20 0 19 0 108403886 9856040960 12378 33554432000 1073741824 1073778376 140733348623024 140733348614160 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7759/statm: 2406260 12378 2257 9 0 2396937 0
[pid=7759/tid=7760] ppid=7756 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/7759/task/7760/stat : 7760 (java) R 7756 7759 5965 0 -1 4202560 2418 0 1 0 145 2 0 0 20 0 19 0 108403886 9856040960 12378 33554432000 1073741824 1073778376 140733348623024 140469957140744 140469808323783 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7759/tid=7762] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7762/stat : 7762 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403887 9856040960 12378 33554432000 1073741824 1073778376 140733348623024 140469929593000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7763] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7763/stat : 7763 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403887 9856040960 12378 33554432000 1073741824 1073778376 140733348623024 140469928540456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7759/tid=7764] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7764/stat : 7764 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403887 9856040960 12378 33554432000 1073741824 1073778376 140733348623024 140469927487912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7759/tid=7765] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7765/stat : 7765 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403887 9856040960 12378 33554432000 1073741824 1073778376 140733348623024 140469926435368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7759/tid=7766] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7766/stat : 7766 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403887 9856040960 12378 33554432000 1073741824 1073778376 140733348623024 140469796907688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7767] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7767/stat : 7767 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403887 9856040960 12378 33554432000 1073741824 1073778376 140733348623024 140469795855144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7759/tid=7768] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7768/stat : 7768 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403887 9856040960 12378 33554432000 1073741824 1073778376 140733348623024 140469794802600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7769] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7769/stat : 7769 (java) S 7756 7759 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108403887 9856040960 12378 33554432000 1073741824 1073778376 140733348623024 140469793750056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7770] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7770/stat : 7770 (java) S 7756 7759 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108403888 9856040960 12378 33554432000 1073741824 1073778376 140733348623024 140469311236200 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7759/tid=7771] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7771/stat : 7771 (java) S 7756 7759 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108403888 9856040960 12378 33554432000 1073741824 1073778376 140733348623024 140469310182520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7772] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7772/stat : 7772 (java) S 7756 7759 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108403888 9856040960 12378 33554432000 1073741824 1073778376 140733348623024 140469309129864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7773] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7773/stat : 7773 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403890 9856040960 12378 33554432000 1073741824 1073778376 140733348623024 140469308078608 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7774] ppid=7756 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/7759/task/7774/stat : 7774 (java) S 7756 7759 5965 0 -1 4202560 2587 0 0 0 30 0 0 0 20 0 19 0 108403890 9856040960 12378 33554432000 1073741824 1073778376 140733348623024 140469307025976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7775] ppid=7756 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/7759/task/7775/stat : 7775 (java) S 7756 7759 5965 0 -1 4202560 4502 0 0 0 26 0 0 0 20 0 19 0 108403890 9856040960 12378 33554432000 1073741824 1073778376 140733348623024 140469305973432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7759/tid=7776] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7776/stat : 7776 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403890 9856040960 12378 33554432000 1073741824 1073778376 140733348623024 140469304921080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7759/tid=7777] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7777/stat : 7777 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403890 9856040960 12378 33554432000 1073741824 1073778376 140733348623024 140469303868744 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7759/tid=7778] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7778/stat : 7778 (java) S 7756 7759 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108403907 9856040960 12378 33554432000 1073741824 1073778376 140733348623024 140469302813480 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9625040

[startup+3.1009 s]
/proc/loadavg: 2.36 2.31 2.28 3/213 7778
/proc/meminfo: memFree=30045924/32872528 swapFree=16360/1798728
[pid=7759] ppid=7756 vsize=9625040 CPUtime=3.68 cores=1,3,5,7
/proc/7759/stat : 7759 (java) S 7756 7759 5965 0 -1 4202496 10783 0 1 0 365 3 0 0 20 0 19 0 108403886 9856040960 14938 33554432000 1073741824 1073778376 140733348623024 140733348614160 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7759/statm: 2406260 14938 2257 9 0 2396937 0
[pid=7759/tid=7760] ppid=7756 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/7759/task/7760/stat : 7760 (java) R 7756 7759 5965 0 -1 4202560 2423 0 1 0 304 2 0 0 20 0 19 0 108403886 9856040960 14938 33554432000 1073741824 1073778376 140733348623024 140469957131952 140469808443819 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7762] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7762/stat : 7762 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403887 9856040960 14938 33554432000 1073741824 1073778376 140733348623024 140469929593000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7763] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7763/stat : 7763 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403887 9856040960 14938 33554432000 1073741824 1073778376 140733348623024 140469928540456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7759/tid=7764] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7764/stat : 7764 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403887 9856040960 14938 33554432000 1073741824 1073778376 140733348623024 140469927487912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7759/tid=7765] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7765/stat : 7765 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403887 9856040960 14938 33554432000 1073741824 1073778376 140733348623024 140469926435368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7759/tid=7766] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7766/stat : 7766 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403887 9856040960 14938 33554432000 1073741824 1073778376 140733348623024 140469796907688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7767] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7767/stat : 7767 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403887 9856040960 14938 33554432000 1073741824 1073778376 140733348623024 140469795855144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7759/tid=7768] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7768/stat : 7768 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403887 9856040960 14938 33554432000 1073741824 1073778376 140733348623024 140469794802600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7769] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7769/stat : 7769 (java) S 7756 7759 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108403887 9856040960 14938 33554432000 1073741824 1073778376 140733348623024 140469793750056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7770] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7770/stat : 7770 (java) S 7756 7759 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108403888 9856040960 14938 33554432000 1073741824 1073778376 140733348623024 140469311236200 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7759/tid=7771] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7771/stat : 7771 (java) S 7756 7759 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108403888 9856040960 14938 33554432000 1073741824 1073778376 140733348623024 140469310182520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7772] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7772/stat : 7772 (java) S 7756 7759 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108403888 9856040960 14938 33554432000 1073741824 1073778376 140733348623024 140469309129864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7773] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7773/stat : 7773 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403890 9856040960 14938 33554432000 1073741824 1073778376 140733348623024 140469308078608 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7774] ppid=7756 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/7759/task/7774/stat : 7774 (java) S 7756 7759 5965 0 -1 4202560 2587 0 0 0 30 0 0 0 20 0 19 0 108403890 9856040960 14938 33554432000 1073741824 1073778376 140733348623024 140469307025976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7775] ppid=7756 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/7759/task/7775/stat : 7775 (java) S 7756 7759 5965 0 -1 4202560 4502 0 0 0 26 0 0 0 20 0 19 0 108403890 9856040960 14938 33554432000 1073741824 1073778376 140733348623024 140469305973432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7759/tid=7776] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7776/stat : 7776 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403890 9856040960 14938 33554432000 1073741824 1073778376 140733348623024 140469304921080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7759/tid=7777] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7777/stat : 7777 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403890 9856040960 14938 33554432000 1073741824 1073778376 140733348623024 140469303868744 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7759/tid=7778] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7778/stat : 7778 (java) S 7756 7759 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108403907 9856040960 14938 33554432000 1073741824 1073778376 140733348623024 140469302813480 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.41 2.32 2.28 4/213 7778
/proc/meminfo: memFree=30011748/32872528 swapFree=16360/1798728
[pid=7759] ppid=7756 vsize=9625040 CPUtime=6.89 cores=1,3,5,7
/proc/7759/stat : 7759 (java) S 7756 7759 5965 0 -1 4202496 10793 0 1 0 685 4 0 0 20 0 19 0 108403886 9856040960 18705 33554432000 1073741824 1073778376 140733348623024 140733348614160 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7759/statm: 2406260 18705 2258 9 0 2396937 0
[pid=7759/tid=7760] ppid=7756 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/7759/task/7760/stat : 7760 (java) R 7756 7759 5965 0 -1 4202560 2432 0 1 0 623 2 0 0 20 0 19 0 108403886 9856040960 18705 33554432000 1073741824 1073778376 140733348623024 140469957131952 140469808473443 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7759/tid=7762] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7762/stat : 7762 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403887 9856040960 18705 33554432000 1073741824 1073778376 140733348623024 140469929593000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7763] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7763/stat : 7763 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403887 9856040960 18705 33554432000 1073741824 1073778376 140733348623024 140469928540456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7759/tid=7764] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7764/stat : 7764 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403887 9856040960 18705 33554432000 1073741824 1073778376 140733348623024 140469927487912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7759/tid=7765] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7765/stat : 7765 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403887 9856040960 18705 33554432000 1073741824 1073778376 140733348623024 140469926435368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7759/tid=7766] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7766/stat : 7766 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403887 9856040960 18705 33554432000 1073741824 1073778376 140733348623024 140469796907688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7767] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7767/stat : 7767 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403887 9856040960 18705 33554432000 1073741824 1073778376 140733348623024 140469795855144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7759/tid=7768] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7768/stat : 7768 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403887 9856040960 18705 33554432000 1073741824 1073778376 140733348623024 140469794802600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7769] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7769/stat : 7769 (java) S 7756 7759 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108403887 9856040960 18705 33554432000 1073741824 1073778376 140733348623024 140469793750056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7770] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7770/stat : 7770 (java) S 7756 7759 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108403888 9856040960 18705 33554432000 1073741824 1073778376 140733348623024 140469311236200 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7759/tid=7771] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7771/stat : 7771 (java) S 7756 7759 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108403888 9856040960 18705 33554432000 1073741824 1073778376 140733348623024 140469310182520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7772] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7772/stat : 7772 (java) S 7756 7759 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108403888 9856040960 18705 33554432000 1073741824 1073778376 140733348623024 140469309129864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7773] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7773/stat : 7773 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403890 9856040960 18705 33554432000 1073741824 1073778376 140733348623024 140469308078608 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7774] ppid=7756 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/7759/task/7774/stat : 7774 (java) S 7756 7759 5965 0 -1 4202560 2587 0 0 0 31 0 0 0 20 0 19 0 108403890 9856040960 18705 33554432000 1073741824 1073778376 140733348623024 140469307025976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7775] ppid=7756 vsize=9625040 CPUtime=0.26 cores=1,3,5,7

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

[pid=7759/tid=7778] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7778/stat : 7778 (java) S 7756 7759 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108403907 9856040960 130355 33554432000 1073741824 1073778376 140733348623024 140469302813480 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1725.17
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.25 2.25 2.20 3/213 7845
/proc/meminfo: memFree=29078132/32872528 swapFree=16360/1798728
[pid=7759] ppid=7756 vsize=9625040 CPUtime=1785.22 cores=1,3,5,7
/proc/7759/stat : 7759 (java) S 7756 7759 5965 0 -1 4202496 13945 0 1 0 178423 99 0 0 20 0 19 0 108403886 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140733348614160 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7759/statm: 2406260 129879 2280 9 0 2396937 0
[pid=7759/tid=7760] ppid=7756 vsize=9625040 CPUtime=1776.88 cores=1,3,5,7
/proc/7759/task/7760/stat : 7760 (java) R 7756 7759 5965 0 -1 4202560 2494 0 1 0 177657 31 0 0 20 0 19 0 108403886 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469957139648 140469808473448 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7759/tid=7762] ppid=7756 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/7759/task/7762/stat : 7762 (java) S 7756 7759 5965 0 -1 4202560 372 0 0 0 30 8 0 0 20 0 19 0 108403887 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469929593000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7759/tid=7763] ppid=7756 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/7759/task/7763/stat : 7763 (java) S 7756 7759 5965 0 -1 4202560 345 0 0 0 24 4 0 0 20 0 19 0 108403887 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469928540456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7759/tid=7764] ppid=7756 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/7759/task/7764/stat : 7764 (java) S 7756 7759 5965 0 -1 4202560 443 0 0 0 32 7 0 0 20 0 19 0 108403887 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469927487912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7765] ppid=7756 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/7759/task/7765/stat : 7765 (java) S 7756 7759 5965 0 -1 4202560 351 0 0 0 18 5 0 0 20 0 19 0 108403887 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469926435368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7766] ppid=7756 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/7759/task/7766/stat : 7766 (java) S 7756 7759 5965 0 -1 4202560 235 0 0 0 22 5 0 0 20 0 19 0 108403887 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469796907688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7759/tid=7767] ppid=7756 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/7759/task/7767/stat : 7767 (java) S 7756 7759 5965 0 -1 4202560 236 0 0 0 20 5 0 0 20 0 19 0 108403887 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469795855144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7768] ppid=7756 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/7759/task/7768/stat : 7768 (java) S 7756 7759 5965 0 -1 4202560 442 0 0 0 28 6 0 0 20 0 19 0 108403887 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469794802600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7759/tid=7769] ppid=7756 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/7759/task/7769/stat : 7769 (java) S 7756 7759 5965 0 -1 4202560 309 0 0 0 24 5 0 0 20 0 19 0 108403887 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469793750056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7770] ppid=7756 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7759/task/7770/stat : 7770 (java) S 7756 7759 5965 0 -1 4202560 126 0 0 0 11 2 0 0 20 0 19 0 108403888 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469311236200 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7759/tid=7771] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7771/stat : 7771 (java) S 7756 7759 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108403888 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469310182520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7772] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7772/stat : 7772 (java) S 7756 7759 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108403888 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469309129864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7773] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7773/stat : 7773 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403890 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469308078608 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7774] ppid=7756 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/7759/task/7774/stat : 7774 (java) S 7756 7759 5965 0 -1 4202560 2729 0 0 0 33 0 0 0 20 0 19 0 108403890 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469307025976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7775] ppid=7756 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/7759/task/7775/stat : 7775 (java) S 7756 7759 5965 0 -1 4202560 4502 0 0 0 26 0 0 0 20 0 19 0 108403890 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469305973432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7759/tid=7776] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7776/stat : 7776 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403890 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469304921080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7759/tid=7777] ppid=7756 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/7759/task/7777/stat : 7777 (java) S 7756 7759 5965 0 -1 4202560 104 0 0 0 26 52 0 0 20 0 19 0 108403890 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469303868744 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7759/tid=7778] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7778/stat : 7778 (java) S 7756 7759 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108403907 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469302813480 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1785.22
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.1 s]
/proc/loadavg: 2.19 2.23 2.20 3/213 7845
/proc/meminfo: memFree=29078136/32872528 swapFree=16360/1798728
[pid=7759] ppid=7756 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/7759/stat : 7759 (java) S 7756 7759 5965 0 -1 4202496 13945 0 1 0 179904 99 0 0 20 0 19 0 108403886 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140733348614160 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7759/statm: 2406260 129879 2280 9 0 2396937 0
[pid=7759/tid=7760] ppid=7756 vsize=9625040 CPUtime=1791.64 cores=1,3,5,7
/proc/7759/task/7760/stat : 7760 (java) R 7756 7759 5965 0 -1 4202560 2494 0 1 0 179133 31 0 0 20 0 19 0 108403886 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469957139648 140469808473443 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7759/tid=7762] ppid=7756 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/7759/task/7762/stat : 7762 (java) S 7756 7759 5965 0 -1 4202560 372 0 0 0 30 8 0 0 20 0 19 0 108403887 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469929593000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7759/tid=7763] ppid=7756 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/7759/task/7763/stat : 7763 (java) S 7756 7759 5965 0 -1 4202560 345 0 0 0 24 4 0 0 20 0 19 0 108403887 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469928540456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7759/tid=7764] ppid=7756 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/7759/task/7764/stat : 7764 (java) S 7756 7759 5965 0 -1 4202560 443 0 0 0 32 7 0 0 20 0 19 0 108403887 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469927487912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7765] ppid=7756 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/7759/task/7765/stat : 7765 (java) S 7756 7759 5965 0 -1 4202560 351 0 0 0 18 5 0 0 20 0 19 0 108403887 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469926435368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7766] ppid=7756 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/7759/task/7766/stat : 7766 (java) S 7756 7759 5965 0 -1 4202560 235 0 0 0 22 5 0 0 20 0 19 0 108403887 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469796907688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7759/tid=7767] ppid=7756 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/7759/task/7767/stat : 7767 (java) S 7756 7759 5965 0 -1 4202560 236 0 0 0 20 5 0 0 20 0 19 0 108403887 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469795855144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7768] ppid=7756 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/7759/task/7768/stat : 7768 (java) S 7756 7759 5965 0 -1 4202560 442 0 0 0 28 6 0 0 20 0 19 0 108403887 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469794802600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7759/tid=7769] ppid=7756 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/7759/task/7769/stat : 7769 (java) S 7756 7759 5965 0 -1 4202560 309 0 0 0 24 5 0 0 20 0 19 0 108403887 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469793750056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7770] ppid=7756 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7759/task/7770/stat : 7770 (java) S 7756 7759 5965 0 -1 4202560 126 0 0 0 11 2 0 0 20 0 19 0 108403888 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469311236200 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7759/tid=7771] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7771/stat : 7771 (java) S 7756 7759 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108403888 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469310182520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7772] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7772/stat : 7772 (java) S 7756 7759 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108403888 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469309129864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7773] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7773/stat : 7773 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403890 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469308078608 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7774] ppid=7756 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/7759/task/7774/stat : 7774 (java) S 7756 7759 5965 0 -1 4202560 2729 0 0 0 33 0 0 0 20 0 19 0 108403890 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469307025976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7775] ppid=7756 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/7759/task/7775/stat : 7775 (java) S 7756 7759 5965 0 -1 4202560 4502 0 0 0 26 0 0 0 20 0 19 0 108403890 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469305973432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7759/tid=7776] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7776/stat : 7776 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403890 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469304921080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7759/tid=7777] ppid=7756 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/7759/task/7777/stat : 7777 (java) S 7756 7759 5965 0 -1 4202560 104 0 0 0 27 52 0 0 20 0 19 0 108403890 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469303868744 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7759/tid=7778] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7778/stat : 7778 (java) S 7756 7759 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108403907 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469302813480 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 7759 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.1 s]
/proc/loadavg: 2.19 2.23 2.20 3/213 7845
/proc/meminfo: memFree=29078136/32872528 swapFree=16360/1798728
[pid=7759] ppid=7756 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/7759/stat : 7759 (java) S 7756 7759 5965 0 -1 4202496 13945 0 1 0 179904 99 0 0 20 0 19 0 108403886 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140733348614160 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7759/statm: 2406260 129879 2280 9 0 2396937 0
[pid=7759/tid=7760] ppid=7756 vsize=9625040 CPUtime=1791.64 cores=1,3,5,7
/proc/7759/task/7760/stat : 7760 (java) R 7756 7759 5965 0 -1 4202560 2494 0 1 0 179133 31 0 0 20 0 19 0 108403886 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469957139648 140469808473443 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7759/tid=7762] ppid=7756 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/7759/task/7762/stat : 7762 (java) S 7756 7759 5965 0 -1 4202560 372 0 0 0 30 8 0 0 20 0 19 0 108403887 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469929593000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7759/tid=7763] ppid=7756 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/7759/task/7763/stat : 7763 (java) S 7756 7759 5965 0 -1 4202560 345 0 0 0 24 4 0 0 20 0 19 0 108403887 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469928540456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7759/tid=7764] ppid=7756 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/7759/task/7764/stat : 7764 (java) S 7756 7759 5965 0 -1 4202560 443 0 0 0 32 7 0 0 20 0 19 0 108403887 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469927487912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7765] ppid=7756 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/7759/task/7765/stat : 7765 (java) S 7756 7759 5965 0 -1 4202560 351 0 0 0 18 5 0 0 20 0 19 0 108403887 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469926435368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7766] ppid=7756 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/7759/task/7766/stat : 7766 (java) S 7756 7759 5965 0 -1 4202560 235 0 0 0 22 5 0 0 20 0 19 0 108403887 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469796907688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7759/tid=7767] ppid=7756 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/7759/task/7767/stat : 7767 (java) S 7756 7759 5965 0 -1 4202560 236 0 0 0 20 5 0 0 20 0 19 0 108403887 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469795855144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7768] ppid=7756 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/7759/task/7768/stat : 7768 (java) S 7756 7759 5965 0 -1 4202560 442 0 0 0 28 6 0 0 20 0 19 0 108403887 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469794802600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7759/tid=7769] ppid=7756 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/7759/task/7769/stat : 7769 (java) S 7756 7759 5965 0 -1 4202560 309 0 0 0 24 5 0 0 20 0 19 0 108403887 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469793750056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7770] ppid=7756 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7759/task/7770/stat : 7770 (java) S 7756 7759 5965 0 -1 4202560 126 0 0 0 11 2 0 0 20 0 19 0 108403888 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469311236200 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7759/tid=7771] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7771/stat : 7771 (java) S 7756 7759 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108403888 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469310182520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7772] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7772/stat : 7772 (java) S 7756 7759 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108403888 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469309129864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7773] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7773/stat : 7773 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403890 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469308078608 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7774] ppid=7756 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/7759/task/7774/stat : 7774 (java) S 7756 7759 5965 0 -1 4202560 2729 0 0 0 33 0 0 0 20 0 19 0 108403890 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469307025976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7759/tid=7775] ppid=7756 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/7759/task/7775/stat : 7775 (java) S 7756 7759 5965 0 -1 4202560 4502 0 0 0 26 0 0 0 20 0 19 0 108403890 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469305973432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7759/tid=7776] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7776/stat : 7776 (java) S 7756 7759 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108403890 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469304921080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7759/tid=7777] ppid=7756 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/7759/task/7777/stat : 7777 (java) S 7756 7759 5965 0 -1 4202560 104 0 0 0 27 52 0 0 20 0 19 0 108403890 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469303868744 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7759/tid=7778] ppid=7756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7759/task/7778/stat : 7778 (java) S 7756 7759 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108403907 9856040960 129879 33554432000 1073741824 1073778376 140733348623024 140469302813480 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1797.14
CPU time (s): 1800.03
CPU user time (s): 1799.04
CPU system time (s): 0.99
CPU usage (%): 100.161
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.45
system time used= 1.45078
maximum resident set size= 619508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13990
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38435
involuntary context switches= 4873

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7639 second user time and 10.5424 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-07 03:58:27
IDJOB=4084711
IDBENCH=48349
IDSOLVER=2546
FILE ID=node123/4084711-1465264707
RUNJOBID= node123-1465255130-5982
PBS_JOBID= 19843274
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_10_5_15.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084711-1465264707/watcher-4084711-1465264707 -o /tmp/evaluation-result-4084711-1465264707/solver-4084711-1465264707 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5982 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084711-1465264707.opb

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

MD5SUM BENCH= 278bedcb160fff5308a678f3e1e7c2f9
RANDOM SEED=1426909498

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
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		: 2667.117
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:        30110888 kB
Buffers:           89796 kB
Cached:           105624 kB
SwapCached:         1808 kB
Active:            90212 kB
Inactive:         133804 kB
Active(anon):      28460 kB
Inactive(anon):     2104 kB
Active(file):      61752 kB
Inactive(file):   131700 kB
Unevictable:     1798728 kB
Mlocked:           16360 kB
SwapTotal:      67108856 kB
SwapFree:       67098808 kB
Dirty:              1344 kB
Writeback:             0 kB
AnonPages:       1832528 kB
Mapped:            15152 kB
Shmem:                 0 kB
Slab:             597704 kB
SReclaimable:      41468 kB
SUnreclaim:       556236 kB
KernelStack:        1608 kB
PageTables:         7956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2487624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1798144 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= 71732 MiB
End job on node123 at 2016-06-07 04:28:24