Trace number 4084677

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.09 1780.74

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_2_40.opb
MD5SUMff64c7b9cef588c95a335f732f2d905b
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 variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12440
Sum of products size (including duplicates)24880
Number of different products6220
Sum of products size12440

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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-4084677-1465264872.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
1.06/0.53	c ... done. Wall clock time 0.414s.
1.06/0.53	c declared #vars     400
1.06/0.53	c internal #vars     6620
1.06/0.53	c #constraints  13043
1.06/0.53	c constraints type 
1.06/0.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6220
1.06/0.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1.06/0.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1.06/0.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6220
1.06/0.53	c 13043 constraints processed.
3.39/1.59	c cleaning 2471 clauses out of 5000 with flag 12504/5000
4.04/2.18	c cleaning 4264 clauses out of 8529 with flag 27905/11000
4.63/2.78	c cleaning 5631 clauses out of 11266 with flag 48644/18001
5.36/3.49	c cleaning 6807 clauses out of 13634 with flag 74702/26000
6.10/4.11	c cleaning 7907 clauses out of 15827 with flag 104649/35000
7.00/5.08	c cleaning 8955 clauses out of 17920 with flag 140497/45000
8.30/6.37	c cleaning 9980 clauses out of 19965 with flag 173374/56000
10.79/8.76	c cleaning 10991 clauses out of 21985 with flag 202379/68000
12.29/10.21	c cleaning 11986 clauses out of 23994 with flag 236846/81000
13.49/11.47	c cleaning 12986 clauses out of 26009 with flag 281888/95001
15.29/13.27	c cleaning 13994 clauses out of 28022 with flag 323175/110000
17.39/15.39	c cleaning 14975 clauses out of 30030 with flag 364352/126002
19.49/17.42	c cleaning 15999 clauses out of 32054 with flag 421557/143001
21.70/19.49	c cleaning 17003 clauses out of 34054 with flag 484082/161000
23.80/21.53	c cleaning 17999 clauses out of 36052 with flag 552801/180001
25.51/23.28	c cleaning 19004 clauses out of 38054 with flag 619056/200002
27.20/24.98	c cleaning 20006 clauses out of 40052 with flag 683812/221004
29.71/27.47	c cleaning 20996 clauses out of 42042 with flag 762364/243000
33.06/30.65	c cleaning 21995 clauses out of 44048 with flag 845933/266002
37.06/34.61	c cleaning 23007 clauses out of 46051 with flag 930692/290000
42.66/40.21	c cleaning 23997 clauses out of 48044 with flag 1001401/315000
48.76/46.12	c cleaning 25010 clauses out of 50047 with flag 1074082/341000
54.57/51.94	c cleaning 26002 clauses out of 52037 with flag 1144687/368000
59.17/56.53	c cleaning 26994 clauses out of 54036 with flag 1241649/396001
62.67/60.03	c cleaning 28000 clauses out of 56042 with flag 1334403/425001
66.32/63.64	c cleaning 29005 clauses out of 58041 with flag 1427216/455000
69.83/67.12	c cleaning 29998 clauses out of 60036 with flag 1519991/486000
73.29/70.42	c cleaning 31000 clauses out of 62040 with flag 1608709/518002
77.48/74.64	c cleaning 32001 clauses out of 64038 with flag 1709562/551000
83.09/80.28	c cleaning 33008 clauses out of 66037 with flag 1826270/585000
90.76/87.76	c cleaning 33991 clauses out of 68030 with flag 1954219/620001
99.26/96.27	c cleaning 35003 clauses out of 70038 with flag 2080242/656000
108.35/105.32	c cleaning 36005 clauses out of 72037 with flag 2206707/693002
117.23/114.04	c cleaning 36988 clauses out of 74030 with flag 2340454/731000
126.88/123.51	c cleaning 37998 clauses out of 76042 with flag 2479333/770000
137.69/134.33	c cleaning 39004 clauses out of 78044 with flag 2621843/810000
148.65/145.13	c cleaning 40004 clauses out of 80040 with flag 2760076/851000
159.95/156.48	c cleaning 41002 clauses out of 82037 with flag 2898174/893001
172.00/168.41	c cleaning 42000 clauses out of 84035 with flag 3038639/936001
184.96/181.34	c cleaning 43012 clauses out of 86034 with flag 3180319/980000
197.69/193.92	c cleaning 43978 clauses out of 88022 with flag 3323043/1025000
210.61/206.86	c cleaning 44998 clauses out of 90048 with flag 3469456/1071004
223.01/219.11	c cleaning 45996 clauses out of 92051 with flag 3622414/1118005
237.22/233.24	c cleaning 46992 clauses out of 94050 with flag 3772914/1166000
252.39/248.39	c cleaning 48019 clauses out of 96060 with flag 3928211/1215002
268.18/264.01	c cleaning 48999 clauses out of 98042 with flag 4083821/1265003
282.56/278.35	c cleaning 50009 clauses out of 100043 with flag 4251564/1316003
300.89/296.52	c cleaning 51009 clauses out of 102031 with flag 4401443/1368000
314.17/309.76	c cleaning 52004 clauses out of 104024 with flag 4564650/1421002
325.37/320.80	c cleaning 52993 clauses out of 106018 with flag 4748825/1475000
342.48/337.84	c cleaning 54000 clauses out of 108025 with flag 4925380/1530000
363.37/358.67	c cleaning 54997 clauses out of 110025 with flag 5085567/1586000
376.30/371.42	c cleaning 55998 clauses out of 112028 with flag 5273193/1643000
388.36/383.44	c cleaning 57002 clauses out of 114037 with flag 5472756/1701007
397.46/392.50	c cleaning 57989 clauses out of 116028 with flag 5644140/1760000
412.93/407.90	c cleaning 59000 clauses out of 118039 with flag 5845170/1820000
432.42/427.19	c cleaning 59992 clauses out of 120040 with flag 6058232/1881001
453.58/448.22	c cleaning 61001 clauses out of 122048 with flag 6268511/1943001
473.85/468.37	c cleaning 62002 clauses out of 124047 with flag 6468992/2006001
494.84/489.22	c cleaning 63001 clauses out of 126045 with flag 6667785/2070001
517.01/511.21	c cleaning 64017 clauses out of 128043 with flag 6865616/2135000
539.13/533.29	c cleaning 65005 clauses out of 130029 with flag 7055326/2201003
556.11/550.05	c cleaning 65990 clauses out of 132021 with flag 7273093/2268000
579.54/573.38	c cleaning 66990 clauses out of 134035 with flag 7496384/2336004
605.52/599.15	c cleaning 67995 clauses out of 136041 with flag 7706560/2405000
623.37/616.92	c cleaning 69000 clauses out of 138048 with flag 7918603/2475002
637.58/630.90	c cleaning 69999 clauses out of 140047 with flag 8135680/2546001
654.58/647.85	c cleaning 71000 clauses out of 142048 with flag 8351862/2618001
673.93/667.02	c cleaning 72007 clauses out of 144047 with flag 8573558/2691000
690.59/683.59	c cleaning 73008 clauses out of 146043 with flag 8795243/2765003
713.81/706.68	c cleaning 73990 clauses out of 148032 with flag 9035841/2840000
739.01/731.61	c cleaning 75002 clauses out of 150042 with flag 9277116/2916000
764.66/757.17	c cleaning 75998 clauses out of 152040 with flag 9518970/2993000
791.41/783.58	c cleaning 76997 clauses out of 154042 with flag 9765956/3071000
821.21/813.12	c cleaning 78000 clauses out of 156047 with flag 10017201/3150002
852.39/844.15	c cleaning 79005 clauses out of 158046 with flag 10270652/3230001
885.83/877.21	c cleaning 80004 clauses out of 160040 with flag 10528166/3311000
922.53/913.66	c cleaning 80998 clauses out of 162036 with flag 10788477/3393000
957.46/948.21	c cleaning 81999 clauses out of 164038 with flag 11047848/3476000
992.05/982.52	c cleaning 82996 clauses out of 166039 with flag 11315420/3560000
1032.06/1022.16	c cleaning 84001 clauses out of 168043 with flag 11588307/3645000
1070.61/1060.32	c cleaning 85006 clauses out of 170046 with flag 11847222/3731004
1108.87/1098.10	c cleaning 86004 clauses out of 172037 with flag 12149295/3818001
1144.55/1133.37	c cleaning 86998 clauses out of 174033 with flag 12461040/3906001
1172.98/1161.31	c cleaning 88004 clauses out of 176034 with flag 12754538/3995000
1202.29/1190.38	c cleaning 88993 clauses out of 178030 with flag 13031879/4085000
1237.02/1224.62	c cleaning 89992 clauses out of 180038 with flag 13334280/4176001
1266.42/1253.73	c cleaning 91000 clauses out of 182047 with flag 13628073/4268002
1301.89/1288.64	c cleaning 91997 clauses out of 184045 with flag 13927478/4361000
1331.74/1318.02	c cleaning 92996 clauses out of 186048 with flag 14213822/4455000
1365.83/1351.83	c cleaning 94000 clauses out of 188052 with flag 14514822/4550000
1408.46/1393.82	c cleaning 95006 clauses out of 190052 with flag 14883019/4646000
1437.01/1422.02	c cleaning 96003 clauses out of 192046 with flag 15199530/4743000
1472.01/1456.58	c cleaning 97002 clauses out of 194045 with flag 15550919/4841002
1511.95/1496.04	c cleaning 98002 clauses out of 196041 with flag 15902381/4940000
1549.98/1533.67	c cleaning 99000 clauses out of 198039 with flag 16235031/5040000
1590.46/1573.63	c cleaning 100004 clauses out of 200040 with flag 16586287/5141001
1630.13/1612.88	c cleaning 100997 clauses out of 202035 with flag 16952084/5243000
1672.67/1654.98	c cleaning 102014 clauses out of 204039 with flag 17334333/5346001
1709.20/1691.04	c cleaning 102994 clauses out of 206025 with flag 17696572/5450001
1746.67/1728.03	c cleaning 104001 clauses out of 208030 with flag 18045882/5555000
1784.49/1765.35	c cleaning 104990 clauses out of 210029 with flag 18393858/5661000
1800.09/1780.70	c starts		: 1
1800.09/1780.70	c conflicts		: 5716494
1800.09/1780.70	c decisions		: 18913497
1800.09/1780.70	c propagations		: 38530631
1800.09/1780.70	c inspects		: 27049663906
1800.09/1780.70	c shortcuts		: 0
1800.09/1780.70	c learnt literals	: 0
1800.09/1780.70	c learnt binary clauses	: 0
1800.09/1780.70	c learnt ternary clauses	: 0
1800.09/1780.70	c learnt constraints	: 5716494
1800.09/1780.70	c ignored constraints	: 0
1800.09/1780.70	c root simplifications	: 0
1800.09/1780.70	c removed literals (reason simplification)	: 0
1800.09/1780.70	c reason swapping (by a shorter reason)	: 0
1800.09/1780.70	c Calls to reduceDB	: 102
1800.09/1780.70	c Number of update (reduction) of LBD	: 1849739
1800.09/1780.70	c Imported unit clauses	: 0
1800.09/1780.70	c number of reductions to clauses (during analyze)	: 0
1800.09/1780.70	c number of learned constraints concerned by reduction	: 0
1800.09/1780.70	c number of learning phase by resolution	: 0
1800.09/1780.70	c number of learning phase by cutting planes	: 0
1800.09/1780.70	c speed (assignments/second)	: 21644.36691123146
1800.09/1780.70	c non guided choices	6381
1800.09/1780.70	c timeout
1800.09/1780.73	c learnt constraints type 
1800.09/1780.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 160533
1800.09/1780.73	s UNKNOWN
1800.09/1780.73	c Total wall clock time (in seconds): 1780.618

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-4084677-1465264872/watcher-4084677-1465264872 -o /tmp/evaluation-result-4084677-1465264872/solver-4084677-1465264872 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465245095-8451 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084677-1465264872.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.16 2.17 2.12 3/193 11633
/proc/meminfo: memFree=30255472/32872528 swapFree=13256/481332
[pid=11633] ppid=11630 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/11633/stat : 11633 (java) R 11630 11633 8435 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 108422049 278528 33 33554432000 1073741824 1073778376 140736792521856 140733859528792 235365559591 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11633/statm: 68 33 25 9 0 25 0

[startup+0.100059 s]
/proc/loadavg: 2.16 2.17 2.12 3/193 11633
/proc/meminfo: memFree=30255472/32872528 swapFree=13256/481332
[pid=11633] ppid=11630 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/11633/stat : 11633 (java) S 11630 11633 8435 0 -1 4202496 4389 0 1 0 8 1 0 0 20 0 18 0 108422049 9787879424 6028 33554432000 1073741824 1073778376 140736792521856 140736792512992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11633/statm: 2389619 6028 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200172 s]
/proc/loadavg: 2.16 2.17 2.12 3/193 11633
/proc/meminfo: memFree=30255472/32872528 swapFree=13256/481332
[pid=11633] ppid=11630 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/11633/stat : 11633 (java) S 11630 11633 8435 0 -1 4202496 4680 0 1 0 22 1 0 0 20 0 18 0 108422049 9787879424 6788 33554432000 1073741824 1073778376 140736792521856 140736792512992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11633/statm: 2389619 6788 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300173 s]
/proc/loadavg: 2.16 2.17 2.12 3/193 11633
/proc/meminfo: memFree=30255472/32872528 swapFree=13256/481332
[pid=11633] ppid=11630 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/11633/stat : 11633 (java) S 11630 11633 8435 0 -1 4202496 6084 0 1 0 45 1 0 0 20 0 18 0 108422049 9787879424 9285 33554432000 1073741824 1073778376 140736792521856 140736792512992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11633/statm: 2389619 9285 2243 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700177 s]
/proc/loadavg: 2.16 2.17 2.12 3/193 11633
/proc/meminfo: memFree=30255472/32872528 swapFree=13256/481332
[pid=11633] ppid=11630 vsize=9625040 CPUtime=1.65 cores=0,2,4,6
/proc/11633/stat : 11633 (java) S 11630 11633 8435 0 -1 4202496 30703 0 1 0 159 6 0 0 20 0 19 0 108422049 9856040960 34748 33554432000 1073741824 1073778376 140736792521856 140736792512992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11633/statm: 2406260 34748 2261 9 0 2396937 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.16 2.17 2.12 4/212 11652
/proc/meminfo: memFree=30122044/32872528 swapFree=13256/481332
[pid=11633] ppid=11630 vsize=9625040 CPUtime=3.39 cores=0,2,4,6
/proc/11633/stat : 11633 (java) S 11630 11633 8435 0 -1 4202496 34137 0 1 0 332 7 0 0 20 0 19 0 108422049 9856040960 36984 33554432000 1073741824 1073778376 140736792521856 140736792512992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11633/statm: 2406260 36984 2272 9 0 2396937 0
[pid=11633/tid=11635] ppid=11630 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/11633/task/11635/stat : 11635 (java) R 11630 11633 8435 0 -1 4202560 2485 0 1 0 143 2 0 0 20 0 19 0 108422050 9856040960 36984 33554432000 1073741824 1073778376 140736792521856 139671368413304 139671213143524 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11633/tid=11636] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11636/stat : 11636 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422051 9856040960 36984 33554432000 1073741824 1073778376 140736792521856 139671212387240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11637] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11637/stat : 11637 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422051 9856040960 36984 33554432000 1073741824 1073778376 140736792521856 139671211334696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11633/tid=11638] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11638/stat : 11638 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422051 9856040960 36984 33554432000 1073741824 1073778376 140736792521856 139671210281640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11633/tid=11639] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11639/stat : 11639 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422051 9856040960 36984 33554432000 1073741824 1073778376 140736792521856 139671209229096 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11633/tid=11640] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11640/stat : 11640 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422051 9856040960 36984 33554432000 1073741824 1073778376 140736792521856 139671208176040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11641] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11641/stat : 11641 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422051 9856040960 36984 33554432000 1073741824 1073778376 140736792521856 139671207123496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11633/tid=11642] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11642/stat : 11642 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422051 9856040960 36984 33554432000 1073741824 1073778376 140736792521856 139671206070440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11633/tid=11643] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11643/stat : 11643 (java) S 11630 11633 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108422051 9856040960 36984 33554432000 1073741824 1073778376 140736792521856 139671205017896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11644] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11644/stat : 11644 (java) S 11630 11633 8435 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108422052 9856040960 36984 33554432000 1073741824 1073778376 140736792521856 139670722689896 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11645] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11645/stat : 11645 (java) S 11630 11633 8435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108422052 9856040960 36984 33554432000 1073741824 1073778376 140736792521856 139670721636216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11646] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11646/stat : 11646 (java) S 11630 11633 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108422052 9856040960 36984 33554432000 1073741824 1073778376 140736792521856 139670720583048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11647] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11647/stat : 11647 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422055 9856040960 36984 33554432000 1073741824 1073778376 140736792521856 139670719531792 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11648] ppid=11630 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/11633/task/11648/stat : 11648 (java) S 11630 11633 8435 0 -1 4202560 13041 0 0 0 87 1 0 0 20 0 19 0 108422055 9856040960 36984 33554432000 1073741824 1073778376 140736792521856 139670718478648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11633/tid=11649] ppid=11630 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/11633/task/11649/stat : 11649 (java) S 11630 11633 8435 0 -1 4202560 17334 0 0 0 97 4 0 0 20 0 19 0 108422055 9856040960 36984 33554432000 1073741824 1073778376 140736792521856 139670717426104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11633/tid=11650] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11650/stat : 11650 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422055 9856040960 36984 33554432000 1073741824 1073778376 140736792521856 139670716373240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11633/tid=11651] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11651/stat : 11651 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422055 9856040960 36984 33554432000 1073741824 1073778376 140736792521856 139670715320904 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11652] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11652/stat : 11652 (java) S 11630 11633 8435 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108422103 9856040960 36984 33554432000 1073741824 1073778376 140736792521856 139670714267176 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.14 2.17 2.12 3/212 11652
/proc/meminfo: memFree=30105280/32872528 swapFree=13256/481332
[pid=11633] ppid=11630 vsize=9625040 CPUtime=5.04 cores=0,2,4,6
/proc/11633/stat : 11633 (java) S 11630 11633 8435 0 -1 4202496 34157 0 1 0 497 7 0 0 20 0 19 0 108422049 9856040960 43134 33554432000 1073741824 1073778376 140736792521856 140736792512992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11633/statm: 2406260 43134 2277 9 0 2396937 0
[pid=11633/tid=11635] ppid=11630 vsize=9625040 CPUtime=3.03 cores=0,2,4,6
/proc/11633/task/11635/stat : 11635 (java) R 11630 11633 8435 0 -1 4202560 2498 0 1 0 301 2 0 0 20 0 19 0 108422050 9856040960 43134 33554432000 1073741824 1073778376 140736792521856 139671368404704 139671213302190 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11636] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11636/stat : 11636 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422051 9856040960 43134 33554432000 1073741824 1073778376 140736792521856 139671212387240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11637] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11637/stat : 11637 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422051 9856040960 43134 33554432000 1073741824 1073778376 140736792521856 139671211334696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11633/tid=11638] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11638/stat : 11638 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422051 9856040960 43134 33554432000 1073741824 1073778376 140736792521856 139671210281640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11633/tid=11639] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11639/stat : 11639 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422051 9856040960 43134 33554432000 1073741824 1073778376 140736792521856 139671209229096 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11633/tid=11640] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11640/stat : 11640 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422051 9856040960 43134 33554432000 1073741824 1073778376 140736792521856 139671208176040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11641] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11641/stat : 11641 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422051 9856040960 43134 33554432000 1073741824 1073778376 140736792521856 139671207123496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11633/tid=11642] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11642/stat : 11642 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422051 9856040960 43134 33554432000 1073741824 1073778376 140736792521856 139671206070440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11633/tid=11643] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11643/stat : 11643 (java) S 11630 11633 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108422051 9856040960 43134 33554432000 1073741824 1073778376 140736792521856 139671205017896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11644] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11644/stat : 11644 (java) S 11630 11633 8435 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 108422052 9856040960 43134 33554432000 1073741824 1073778376 140736792521856 139670722689896 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11645] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11645/stat : 11645 (java) S 11630 11633 8435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108422052 9856040960 43134 33554432000 1073741824 1073778376 140736792521856 139670721636216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11646] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11646/stat : 11646 (java) S 11630 11633 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108422052 9856040960 43134 33554432000 1073741824 1073778376 140736792521856 139670720583048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11647] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11647/stat : 11647 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422055 9856040960 43134 33554432000 1073741824 1073778376 140736792521856 139670719531792 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11648] ppid=11630 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/11633/task/11648/stat : 11648 (java) S 11630 11633 8435 0 -1 4202560 13043 0 0 0 90 1 0 0 20 0 19 0 108422055 9856040960 43134 33554432000 1073741824 1073778376 140736792521856 139670718478648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11633/tid=11649] ppid=11630 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/11633/task/11649/stat : 11649 (java) S 11630 11633 8435 0 -1 4202560 17338 0 0 0 102 4 0 0 20 0 19 0 108422055 9856040960 43134 33554432000 1073741824 1073778376 140736792521856 139670717426104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11633/tid=11650] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11650/stat : 11650 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422055 9856040960 43134 33554432000 1073741824 1073778376 140736792521856 139670716373240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11633/tid=11651] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11651/stat : 11651 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422055 9856040960 43134 33554432000 1073741824 1073778376 140736792521856 139670715320904 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11652] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11652/stat : 11652 (java) S 11630 11633 8435 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108422103 9856040960 43134 33554432000 1073741824 1073778376 140736792521856 139670714267176 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 9625040

[startup+6.3009 s]
/proc/loadavg: 2.14 2.17 2.12 3/212 11652
/proc/meminfo: memFree=30023068/32872528 swapFree=13256/481332
[pid=11633] ppid=11630 vsize=9625040 CPUtime=8.3 cores=0,2,4,6
/proc/11633/stat : 11633 (java) S 11630 11633 8435 0 -1 4202496 34182 0 1 0 822 8 0 0 20 0 19 0 108422049 9856040960 55246 33554432000 1073741824 1073778376 140736792521856 140736792512992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11633/statm: 2406260 55246 2277 9 0 2396937 0
[pid=11633/tid=11635] ppid=11630 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/11633/task/11635/stat : 11635 (java) R 11630 11633 8435 0 -1 4202560 2523 0 1 0 620 3 0 0 20 0 19 0 108422050 9856040960 55246 33554432000 1073741824 1073778376 140736792521856 139671368404688 139671213143634 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11633/tid=11636] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11636/stat : 11636 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422051 9856040960 55246 33554432000 1073741824 1073778376 140736792521856 139671212387240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11637] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11637/stat : 11637 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422051 9856040960 55246 33554432000 1073741824 1073778376 140736792521856 139671211334696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11633/tid=11638] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11638/stat : 11638 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422051 9856040960 55246 33554432000 1073741824 1073778376 140736792521856 139671210281640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11633/tid=11639] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11639/stat : 11639 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422051 9856040960 55246 33554432000 1073741824 1073778376 140736792521856 139671209229096 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11633/tid=11640] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11640/stat : 11640 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422051 9856040960 55246 33554432000 1073741824 1073778376 140736792521856 139671208176040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11641] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11641/stat : 11641 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422051 9856040960 55246 33554432000 1073741824 1073778376 140736792521856 139671207123496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11633/tid=11642] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11642/stat : 11642 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422051 9856040960 55246 33554432000 1073741824 1073778376 140736792521856 139671206070440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11633/tid=11643] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11643/stat : 11643 (java) S 11630 11633 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108422051 9856040960 55246 33554432000 1073741824 1073778376 140736792521856 139671205017896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11644] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11644/stat : 11644 (java) S 11630 11633 8435 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 108422052 9856040960 55246 33554432000 1073741824 1073778376 140736792521856 139670722689896 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11645] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11645/stat : 11645 (java) S 11630 11633 8435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108422052 9856040960 55246 33554432000 1073741824 1073778376 140736792521856 139670721636216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11646] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11646/stat : 11646 (java) S 11630 11633 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108422052 9856040960 55246 33554432000 1073741824 1073778376 140736792521856 139670720583048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11647] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11647/stat : 11647 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422055 9856040960 55246 33554432000 1073741824 1073778376 140736792521856 139670719531792 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11648] ppid=11630 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/11633/task/11648/stat : 11648 (java) S 11630 11633 8435 0 -1 4202560 13043 0 0 0 95 1 0 0 20 0 19 0 108422055 9856040960 55246 33554432000 1073741824 1073778376 140736792521856 139670718478648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11633/tid=11649] ppid=11630 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/11633/task/11649/stat : 11649 (java) S 11630 11633 8435 0 -1 4202560 17338 0 0 0 102 4 0 0 20 0 19 0 108422055 9856040960 55246 33554432000 1073741824 1073778376 140736792521856 139670717426104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11633/tid=11650] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11650/stat : 11650 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422055 9856040960 55246 33554432000 1073741824 1073778376 140736792521856 139670716373240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11633/tid=11651] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11651/stat : 11651 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422055 9856040960 55246 33554432000 1073741824 1073778376 140736792521856 139670715320904 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11652] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11652/stat : 11652 (java) S 11630 11633 8435 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108422103 9856040960 55246 33554432000 1073741824 1073778376 140736792521856 139670714267176 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.3
Current children cumulated vsize (KiB) 9625040


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

[pid=11633/tid=11652] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11652/stat : 11652 (java) S 11630 11633 8435 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108422103 9856040960 144266 33554432000 1073741824 1073778376 140736792521856 139670714267176 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1680.19
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.15 2.20 2.12 3/211 11758
/proc/meminfo: memFree=30160260/32872528 swapFree=13256/481332
[pid=11633] ppid=11630 vsize=9625040 CPUtime=1740.93 cores=0,2,4,6
/proc/11633/stat : 11633 (java) S 11630 11633 8435 0 -1 4202496 47977 0 1 0 173938 155 0 0 20 0 19 0 108422049 9856040960 143441 33554432000 1073741824 1073778376 140736792521856 140736792512992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11633/statm: 2406260 143441 2299 9 0 2396937 0
[pid=11633/tid=11635] ppid=11630 vsize=9625040 CPUtime=1705.02 cores=0,2,4,6
/proc/11633/task/11635/stat : 11635 (java) R 11630 11633 8435 0 -1 4202560 2864 0 1 0 170471 31 0 0 20 0 19 0 108422050 9856040960 143441 33554432000 1073741824 1073778376 140736792521856 139671368412384 139671213180579 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11633/tid=11636] ppid=11630 vsize=9625040 CPUtime=2.9 cores=0,2,4,6
/proc/11633/task/11636/stat : 11636 (java) S 11630 11633 8435 0 -1 4202560 1821 0 0 0 274 16 0 0 20 0 19 0 108422051 9856040960 143441 33554432000 1073741824 1073778376 140736792521856 139671212387240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11633/tid=11637] ppid=11630 vsize=9625040 CPUtime=2.88 cores=0,2,4,6
/proc/11633/task/11637/stat : 11637 (java) S 11630 11633 8435 0 -1 4202560 2054 0 0 0 275 13 0 0 20 0 19 0 108422051 9856040960 143441 33554432000 1073741824 1073778376 140736792521856 139671211334696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11638] ppid=11630 vsize=9625040 CPUtime=3.02 cores=0,2,4,6
/proc/11633/task/11638/stat : 11638 (java) S 11630 11633 8435 0 -1 4202560 1631 0 0 0 288 14 0 0 20 0 19 0 108422051 9856040960 143441 33554432000 1073741824 1073778376 140736792521856 139671210281640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11639] ppid=11630 vsize=9625040 CPUtime=2.81 cores=0,2,4,6
/proc/11633/task/11639/stat : 11639 (java) S 11630 11633 8435 0 -1 4202560 1283 0 0 0 266 15 0 0 20 0 19 0 108422051 9856040960 143441 33554432000 1073741824 1073778376 140736792521856 139671209229096 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11640] ppid=11630 vsize=9625040 CPUtime=2.77 cores=0,2,4,6
/proc/11633/task/11640/stat : 11640 (java) S 11630 11633 8435 0 -1 4202560 1054 0 0 0 266 11 0 0 20 0 19 0 108422051 9856040960 143441 33554432000 1073741824 1073778376 140736792521856 139671208176040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11633/tid=11641] ppid=11630 vsize=9625040 CPUtime=2.98 cores=0,2,4,6
/proc/11633/task/11641/stat : 11641 (java) S 11630 11633 8435 0 -1 4202560 1692 0 0 0 282 16 0 0 20 0 19 0 108422051 9856040960 143441 33554432000 1073741824 1073778376 140736792521856 139671207123496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11642] ppid=11630 vsize=9625040 CPUtime=2.83 cores=0,2,4,6
/proc/11633/task/11642/stat : 11642 (java) S 11630 11633 8435 0 -1 4202560 1293 0 0 0 268 15 0 0 20 0 19 0 108422051 9856040960 143441 33554432000 1073741824 1073778376 140736792521856 139671206070440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11633/tid=11643] ppid=11630 vsize=9625040 CPUtime=2.97 cores=0,2,4,6
/proc/11633/task/11643/stat : 11643 (java) S 11630 11633 8435 0 -1 4202560 1630 0 0 0 281 16 0 0 20 0 19 0 108422051 9856040960 143441 33554432000 1073741824 1073778376 140736792521856 139671205017896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11633/tid=11644] ppid=11630 vsize=9625040 CPUtime=5.96 cores=0,2,4,6
/proc/11633/task/11644/stat : 11644 (java) S 11630 11633 8435 0 -1 4202560 906 0 0 0 591 5 0 0 20 0 19 0 108422052 9856040960 143441 33554432000 1073741824 1073778376 140736792521856 139670722689896 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11645] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11645/stat : 11645 (java) S 11630 11633 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108422052 9856040960 143441 33554432000 1073741824 1073778376 140736792521856 139670721636216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11646] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11646/stat : 11646 (java) S 11630 11633 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108422052 9856040960 143441 33554432000 1073741824 1073778376 140736792521856 139670720583048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11647] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11647/stat : 11647 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422055 9856040960 143441 33554432000 1073741824 1073778376 140736792521856 139670719531792 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11648] ppid=11630 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/11633/task/11648/stat : 11648 (java) S 11630 11633 8435 0 -1 4202560 13049 0 0 0 100 1 0 0 20 0 19 0 108422055 9856040960 143441 33554432000 1073741824 1073778376 140736792521856 139670718478648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11633/tid=11649] ppid=11630 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/11633/task/11649/stat : 11649 (java) S 11630 11633 8435 0 -1 4202560 17338 0 0 0 102 4 0 0 20 0 19 0 108422055 9856040960 143441 33554432000 1073741824 1073778376 140736792521856 139670717426104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11633/tid=11650] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11650/stat : 11650 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422055 9856040960 143441 33554432000 1073741824 1073778376 140736792521856 139670716373240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11633/tid=11651] ppid=11630 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/11633/task/11651/stat : 11651 (java) S 11630 11633 8435 0 -1 4202560 99 0 0 0 29 26 0 0 20 0 19 0 108422055 9856040960 143441 33554432000 1073741824 1073778376 140736792521856 139670715320904 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11652] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11652/stat : 11652 (java) S 11630 11633 8435 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108422103 9856040960 143441 33554432000 1073741824 1073778376 140736792521856 139670714267176 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1740.93
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.7 s]
/proc/loadavg: 2.17 2.19 2.12 3/212 11762
/proc/meminfo: memFree=29844604/32872528 swapFree=13256/481332
[pid=11633] ppid=11630 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/11633/stat : 11633 (java) S 11630 11633 8435 0 -1 4202496 49057 0 1 0 179848 161 0 0 20 0 19 0 108422049 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 140736792512992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11633/statm: 2406260 153143 2299 9 0 2396937 0
[pid=11633/tid=11635] ppid=11630 vsize=9625040 CPUtime=1762.58 cores=0,2,4,6
/proc/11633/task/11635/stat : 11635 (java) R 11630 11633 8435 0 -1 4202560 2879 0 1 0 176225 33 0 0 20 0 19 0 108422050 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139671368412384 139671213180787 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11636] ppid=11630 vsize=9625040 CPUtime=3.02 cores=0,2,4,6
/proc/11633/task/11636/stat : 11636 (java) S 11630 11633 8435 0 -1 4202560 1920 0 0 0 286 16 0 0 20 0 19 0 108422051 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139671212387240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11633/tid=11637] ppid=11630 vsize=9625040 CPUtime=3.02 cores=0,2,4,6
/proc/11633/task/11637/stat : 11637 (java) S 11630 11633 8435 0 -1 4202560 2280 0 0 0 288 14 0 0 20 0 19 0 108422051 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139671211334696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11633/tid=11638] ppid=11630 vsize=9625040 CPUtime=3.19 cores=0,2,4,6
/proc/11633/task/11638/stat : 11638 (java) S 11630 11633 8435 0 -1 4202560 1831 0 0 0 305 14 0 0 20 0 19 0 108422051 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139671210281640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11633/tid=11639] ppid=11630 vsize=9625040 CPUtime=2.91 cores=0,2,4,6
/proc/11633/task/11639/stat : 11639 (java) S 11630 11633 8435 0 -1 4202560 1315 0 0 0 276 15 0 0 20 0 19 0 108422051 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139671209229096 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11633/tid=11640] ppid=11630 vsize=9625040 CPUtime=2.9 cores=0,2,4,6
/proc/11633/task/11640/stat : 11640 (java) S 11630 11633 8435 0 -1 4202560 1065 0 0 0 278 12 0 0 20 0 19 0 108422051 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139671208176040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11633/tid=11641] ppid=11630 vsize=9625040 CPUtime=3.14 cores=0,2,4,6
/proc/11633/task/11641/stat : 11641 (java) S 11630 11633 8435 0 -1 4202560 1968 0 0 0 298 16 0 0 20 0 19 0 108422051 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139671207123496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11633/tid=11642] ppid=11630 vsize=9625040 CPUtime=2.94 cores=0,2,4,6
/proc/11633/task/11642/stat : 11642 (java) S 11630 11633 8435 0 -1 4202560 1400 0 0 0 278 16 0 0 20 0 19 0 108422051 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139671206070440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11633/tid=11643] ppid=11630 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/11633/task/11643/stat : 11643 (java) S 11630 11633 8435 0 -1 4202560 1687 0 0 0 292 16 0 0 20 0 19 0 108422051 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139671205017896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11633/tid=11644] ppid=11630 vsize=9625040 CPUtime=6.33 cores=0,2,4,6
/proc/11633/task/11644/stat : 11644 (java) S 11630 11633 8435 0 -1 4202560 959 0 0 0 628 5 0 0 20 0 19 0 108422052 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139670722689896 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11633/tid=11645] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11645/stat : 11645 (java) S 11630 11633 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108422052 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139670721636216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11646] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11646/stat : 11646 (java) S 11630 11633 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108422052 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139670720583048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11647] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11647/stat : 11647 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422055 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139670719531792 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11648] ppid=11630 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/11633/task/11648/stat : 11648 (java) S 11630 11633 8435 0 -1 4202560 13049 0 0 0 100 1 0 0 20 0 19 0 108422055 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139670718478648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11633/tid=11649] ppid=11630 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/11633/task/11649/stat : 11649 (java) S 11630 11633 8435 0 -1 4202560 17338 0 0 0 102 4 0 0 20 0 19 0 108422055 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139670717426104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11633/tid=11650] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11650/stat : 11650 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422055 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139670716373240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11633/tid=11651] ppid=11630 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/11633/task/11651/stat : 11651 (java) S 11630 11633 8435 0 -1 4202560 103 0 0 0 29 27 0 0 20 0 19 0 108422055 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139670715320904 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11633/tid=11652] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11652/stat : 11652 (java) S 11630 11633 8435 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108422103 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139670714267176 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 11633 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1780.7 s]
/proc/loadavg: 2.17 2.19 2.12 3/212 11762
/proc/meminfo: memFree=29844604/32872528 swapFree=13256/481332
[pid=11633] ppid=11630 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/11633/stat : 11633 (java) S 11630 11633 8435 0 -1 4202496 49057 0 1 0 179848 161 0 0 20 0 19 0 108422049 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 140736792512992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11633/statm: 2406260 153143 2299 9 0 2396937 0
[pid=11633/tid=11635] ppid=11630 vsize=9625040 CPUtime=1762.58 cores=0,2,4,6
/proc/11633/task/11635/stat : 11635 (java) R 11630 11633 8435 0 -1 4202560 2879 0 1 0 176225 33 0 0 20 0 19 0 108422050 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139671368412384 139671213180787 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11636] ppid=11630 vsize=9625040 CPUtime=3.02 cores=0,2,4,6
/proc/11633/task/11636/stat : 11636 (java) S 11630 11633 8435 0 -1 4202560 1920 0 0 0 286 16 0 0 20 0 19 0 108422051 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139671212387240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11633/tid=11637] ppid=11630 vsize=9625040 CPUtime=3.02 cores=0,2,4,6
/proc/11633/task/11637/stat : 11637 (java) S 11630 11633 8435 0 -1 4202560 2280 0 0 0 288 14 0 0 20 0 19 0 108422051 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139671211334696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11633/tid=11638] ppid=11630 vsize=9625040 CPUtime=3.19 cores=0,2,4,6
/proc/11633/task/11638/stat : 11638 (java) S 11630 11633 8435 0 -1 4202560 1831 0 0 0 305 14 0 0 20 0 19 0 108422051 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139671210281640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11633/tid=11639] ppid=11630 vsize=9625040 CPUtime=2.91 cores=0,2,4,6
/proc/11633/task/11639/stat : 11639 (java) S 11630 11633 8435 0 -1 4202560 1315 0 0 0 276 15 0 0 20 0 19 0 108422051 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139671209229096 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11633/tid=11640] ppid=11630 vsize=9625040 CPUtime=2.9 cores=0,2,4,6
/proc/11633/task/11640/stat : 11640 (java) S 11630 11633 8435 0 -1 4202560 1065 0 0 0 278 12 0 0 20 0 19 0 108422051 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139671208176040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11633/tid=11641] ppid=11630 vsize=9625040 CPUtime=3.14 cores=0,2,4,6
/proc/11633/task/11641/stat : 11641 (java) S 11630 11633 8435 0 -1 4202560 1968 0 0 0 298 16 0 0 20 0 19 0 108422051 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139671207123496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11633/tid=11642] ppid=11630 vsize=9625040 CPUtime=2.94 cores=0,2,4,6
/proc/11633/task/11642/stat : 11642 (java) S 11630 11633 8435 0 -1 4202560 1400 0 0 0 278 16 0 0 20 0 19 0 108422051 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139671206070440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11633/tid=11643] ppid=11630 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/11633/task/11643/stat : 11643 (java) S 11630 11633 8435 0 -1 4202560 1687 0 0 0 292 16 0 0 20 0 19 0 108422051 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139671205017896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11633/tid=11644] ppid=11630 vsize=9625040 CPUtime=6.33 cores=0,2,4,6
/proc/11633/task/11644/stat : 11644 (java) S 11630 11633 8435 0 -1 4202560 959 0 0 0 628 5 0 0 20 0 19 0 108422052 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139670722689896 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11633/tid=11645] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11645/stat : 11645 (java) S 11630 11633 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108422052 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139670721636216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11646] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11646/stat : 11646 (java) S 11630 11633 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108422052 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139670720583048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11647] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11647/stat : 11647 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422055 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139670719531792 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11633/tid=11648] ppid=11630 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/11633/task/11648/stat : 11648 (java) S 11630 11633 8435 0 -1 4202560 13049 0 0 0 100 1 0 0 20 0 19 0 108422055 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139670718478648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11633/tid=11649] ppid=11630 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/11633/task/11649/stat : 11649 (java) S 11630 11633 8435 0 -1 4202560 17338 0 0 0 102 4 0 0 20 0 19 0 108422055 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139670717426104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11633/tid=11650] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11650/stat : 11650 (java) S 11630 11633 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108422055 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139670716373240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11633/tid=11651] ppid=11630 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/11633/task/11651/stat : 11651 (java) S 11630 11633 8435 0 -1 4202560 103 0 0 0 29 27 0 0 20 0 19 0 108422055 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139670715320904 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11633/tid=11652] ppid=11630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11633/task/11652/stat : 11652 (java) S 11630 11633 8435 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108422103 9856040960 153143 33554432000 1073741824 1073778376 140736792521856 139670714267176 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1780.74
CPU time (s): 1800.09
CPU user time (s): 1798.48
CPU system time (s): 1.61
CPU usage (%): 101.086
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.01
system time used= 2.04169
maximum resident set size= 835156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49088
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48815
involuntary context switches= 49197

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4124 second user time and 12.6921 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-07 04:01:12
IDJOB=4084677
IDBENCH=48359
IDSOLVER=2546
FILE ID=node104/4084677-1465264872
RUNJOBID= node104-1465245095-8451
PBS_JOBID= 19843252
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= ff64c7b9cef588c95a335f732f2d905b
RANDOM SEED=834393703

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30256008 kB
Buffers:          104876 kB
Cached:           128408 kB
SwapCached:         1736 kB
Active:          1252336 kB
Inactive:         152448 kB
Active(anon):    1171312 kB
Inactive(anon):     2416 kB
Active(file):      81024 kB
Inactive(file):   150032 kB
Unevictable:      481332 kB
Mlocked:           13256 kB
SwapTotal:      67108856 kB
SwapFree:       67097276 kB
Dirty:               896 kB
Writeback:             0 kB
AnonPages:       1651564 kB
Mapped:            15368 kB
Shmem:                 0 kB
Slab:             598116 kB
SReclaimable:      41980 kB
SUnreclaim:       556136 kB
KernelStack:        1576 kB
PageTables:         7552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3370020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1552384 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= 71736 MiB
End job on node104 at 2016-06-07 04:30:53