Trace number 4106987

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.75 1781.94

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_4_40.opb
MD5SUM83d1e3d1d0816aba7f8b7eb415a5cecb
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)12520
Sum of products size (including duplicates)25040
Number of different products6260
Sum of products size12520

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.11	c version PB16.v20160501
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		501472288
0.07/0.11	c Max memory 		7480803328
0.07/0.11	c Total memory 		504102912
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4106987-1466283589.opb
0.07/0.13	c reading problem ... 
0.07/0.14	c  no objective function found
1.02/0.54	c ... done. Wall clock time 0.408s.
1.02/0.54	c declared #vars     400
1.02/0.54	c internal #vars     6660
1.02/0.54	c #constraints  13123
1.02/0.54	c constraints type 
1.02/0.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6260
1.02/0.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1.02/0.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1.02/0.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6260
1.02/0.54	c 13123 constraints processed.
3.31/1.58	c cleaning 2478 clauses out of 5000 with flag 12681/5000
4.16/2.23	c cleaning 4261 clauses out of 8524 with flag 27187/11002
4.76/2.83	c cleaning 5631 clauses out of 11263 with flag 44693/18002
5.48/3.52	c cleaning 6804 clauses out of 13630 with flag 65361/26000
6.23/4.21	c cleaning 7899 clauses out of 15826 with flag 93209/35000
7.12/5.15	c cleaning 8945 clauses out of 17928 with flag 124004/45001
8.42/6.40	c cleaning 9975 clauses out of 19982 with flag 152861/56000
10.52/8.49	c cleaning 10992 clauses out of 22008 with flag 183450/68001
12.42/10.36	c cleaning 12002 clauses out of 24015 with flag 212873/81000
13.92/11.82	c cleaning 12993 clauses out of 26014 with flag 247478/95001
15.52/13.49	c cleaning 14005 clauses out of 28020 with flag 287943/110000
18.12/16.01	c cleaning 14986 clauses out of 30015 with flag 325114/126000
20.52/18.49	c cleaning 15997 clauses out of 32029 with flag 374107/143000
23.08/20.87	c cleaning 16998 clauses out of 34032 with flag 431054/161000
26.28/24.04	c cleaning 17998 clauses out of 36035 with flag 482269/180001
29.58/27.38	c cleaning 19004 clauses out of 38036 with flag 537162/200000
32.58/30.34	c cleaning 19998 clauses out of 40032 with flag 603669/221000
35.18/32.94	c cleaning 20995 clauses out of 42035 with flag 676702/243001
37.36/34.96	c cleaning 21991 clauses out of 44039 with flag 746586/266000
40.35/37.92	c cleaning 23009 clauses out of 46048 with flag 829332/290000
44.26/41.85	c cleaning 24002 clauses out of 48039 with flag 916449/315000
49.17/46.59	c cleaning 24988 clauses out of 50037 with flag 1008025/341000
55.07/52.42	c cleaning 26036 clauses out of 52076 with flag 1092208/368027
61.57/58.90	c cleaning 27001 clauses out of 54013 with flag 1184127/396000
70.17/67.42	c cleaning 27978 clauses out of 56013 with flag 1261494/425001
77.47/74.77	c cleaning 28982 clauses out of 58035 with flag 1351903/455001
87.07/84.38	c cleaning 30002 clauses out of 60052 with flag 1433125/486000
93.86/90.94	c cleaning 31001 clauses out of 62052 with flag 1538133/518002
102.16/99.21	c cleaning 32008 clauses out of 64049 with flag 1643913/551000
107.76/104.82	c cleaning 32993 clauses out of 66041 with flag 1760980/585000
112.89/109.77	c cleaning 34003 clauses out of 68048 with flag 1870867/620000
120.09/116.99	c cleaning 34999 clauses out of 70045 with flag 1999114/656000
129.17/125.73	c cleaning 36001 clauses out of 72046 with flag 2132669/693000
139.19/135.59	c cleaning 36981 clauses out of 74045 with flag 2257427/731000
152.40/148.73	c cleaning 38018 clauses out of 76064 with flag 2372284/770000
164.76/161.07	c cleaning 38981 clauses out of 78046 with flag 2485977/810000
173.85/170.09	c cleaning 40017 clauses out of 80070 with flag 2635339/851005
180.82/176.93	c cleaning 40995 clauses out of 82050 with flag 2771635/893002
194.89/190.98	c cleaning 42002 clauses out of 84053 with flag 2907502/936000
210.12/206.06	c cleaning 43006 clauses out of 86051 with flag 3035969/980000
224.92/220.72	c cleaning 44006 clauses out of 88045 with flag 3183053/1025000
236.45/232.29	c cleaning 44999 clauses out of 90040 with flag 3344260/1071001
246.02/241.71	c cleaning 45987 clauses out of 92040 with flag 3499410/1118000
254.77/250.48	c cleaning 47008 clauses out of 94056 with flag 3648395/1166003
260.93/256.42	c cleaning 48003 clauses out of 96045 with flag 3783624/1215000
267.98/263.47	c cleaning 49010 clauses out of 98046 with flag 3927828/1265004
284.95/280.34	c cleaning 49996 clauses out of 100032 with flag 4096864/1316000
296.19/291.46	c cleaning 50994 clauses out of 102037 with flag 4251442/1368001
316.46/311.69	c cleaning 51995 clauses out of 104043 with flag 4422355/1421001
336.53/331.55	c cleaning 52990 clauses out of 106047 with flag 4598694/1475000
357.26/352.29	c cleaning 53993 clauses out of 108057 with flag 4778965/1530000
380.61/375.43	c cleaning 54992 clauses out of 110064 with flag 4957600/1586000
405.83/400.56	c cleaning 56024 clauses out of 112073 with flag 5159339/1643001
430.83/425.41	c cleaning 57022 clauses out of 114051 with flag 5384252/1701003
457.25/451.71	c cleaning 58014 clauses out of 116027 with flag 5617025/1760001
485.01/479.39	c cleaning 58995 clauses out of 118014 with flag 5861604/1820002
530.90/525.16	c cleaning 59996 clauses out of 120017 with flag 6074088/1881000
566.04/560.15	c cleaning 61011 clauses out of 122021 with flag 6288917/1943000
633.73/627.73	c cleaning 61985 clauses out of 124011 with flag 6461887/2006001
677.82/671.67	c cleaning 62987 clauses out of 126043 with flag 6620159/2070018
735.35/729.06	c cleaning 64001 clauses out of 128038 with flag 6803321/2135000
763.59/757.03	c cleaning 65020 clauses out of 130041 with flag 6998335/2201004
791.72/785.06	c cleaning 65971 clauses out of 132017 with flag 7175613/2268000
819.22/812.35	c cleaning 67011 clauses out of 134046 with flag 7365799/2336000
848.78/841.64	c cleaning 68003 clauses out of 136036 with flag 7560664/2405001
870.50/863.20	c cleaning 69012 clauses out of 138032 with flag 7769927/2475000
891.30/883.86	c cleaning 70009 clauses out of 140020 with flag 8012659/2546000
916.25/908.62	c cleaning 70976 clauses out of 142011 with flag 8235558/2618000
942.00/934.18	c cleaning 72012 clauses out of 144044 with flag 8432488/2691009
964.73/956.69	c cleaning 72997 clauses out of 146023 with flag 8647447/2765000
993.89/985.65	c cleaning 73977 clauses out of 148026 with flag 8864634/2840000
1020.98/1012.45	c cleaning 75027 clauses out of 150066 with flag 9089364/2916017
1042.71/1033.92	c cleaning 75991 clauses out of 152023 with flag 9320945/2993001
1068.62/1059.54	c cleaning 76998 clauses out of 154031 with flag 9566911/3071000
1101.64/1092.28	c cleaning 78001 clauses out of 156033 with flag 9791662/3150000
1127.65/1117.99	c cleaning 78999 clauses out of 158032 with flag 10021673/3230000
1153.52/1143.58	c cleaning 80000 clauses out of 160034 with flag 10277443/3311001
1176.92/1166.63	c cleaning 81007 clauses out of 162033 with flag 10540477/3393000
1204.97/1194.36	c cleaning 81988 clauses out of 164027 with flag 10835465/3476001
1235.46/1224.42	c cleaning 83016 clauses out of 166040 with flag 11119492/3560002
1264.60/1253.25	c cleaning 83993 clauses out of 168023 with flag 11378617/3645001
1289.73/1278.06	c cleaning 85003 clauses out of 170029 with flag 11640983/3731000
1315.91/1303.90	c cleaning 85994 clauses out of 172026 with flag 11917137/3818000
1348.03/1335.64	c cleaning 87017 clauses out of 174035 with flag 12170863/3906003
1374.08/1361.37	c cleaning 87989 clauses out of 176016 with flag 12456788/3995001
1402.35/1389.26	c cleaning 88993 clauses out of 178026 with flag 12730510/4085000
1429.69/1416.24	c cleaning 90011 clauses out of 180033 with flag 13027355/4176000
1467.29/1453.43	c cleaning 90986 clauses out of 182022 with flag 13317171/4268000
1509.74/1495.42	c cleaning 91999 clauses out of 184036 with flag 13568851/4361000
1547.70/1532.90	c cleaning 92970 clauses out of 186037 with flag 13825415/4455000
1581.08/1565.87	c cleaning 93995 clauses out of 188068 with flag 14089773/4550001
1614.45/1598.89	c cleaning 95024 clauses out of 190074 with flag 14371316/4646002
1648.02/1632.05	c cleaning 96001 clauses out of 192048 with flag 14651267/4743000
1679.59/1663.05	c cleaning 97024 clauses out of 194051 with flag 14931040/4841004
1710.39/1693.43	c cleaning 97994 clauses out of 196023 with flag 15234898/4940000
1754.35/1736.83	c cleaning 99021 clauses out of 198043 with flag 15574910/5040014
1797.38/1779.30	c cleaning 99986 clauses out of 200008 with flag 15877658/5141000
1800.01/1781.90	c starts		: 7229
1800.01/1781.90	c conflicts		: 5154200
1800.01/1781.90	c decisions		: 20991593
1800.01/1781.90	c propagations		: 106726933
1800.01/1781.90	c inspects		: 29035440806
1800.01/1781.90	c shortcuts		: 0
1800.01/1781.90	c learnt literals	: 0
1800.01/1781.90	c learnt binary clauses	: 0
1800.01/1781.90	c learnt ternary clauses	: 878
1800.01/1781.90	c learnt constraints	: 5154201
1800.01/1781.90	c ignored constraints	: 0
1800.01/1781.90	c root simplifications	: 0
1800.01/1781.90	c removed literals (reason simplification)	: 0
1800.01/1781.90	c reason swapping (by a shorter reason)	: 0
1800.01/1781.90	c Calls to reduceDB	: 97
1800.01/1781.90	c Number of update (reduction) of LBD	: 1559461
1800.01/1781.90	c Imported unit clauses	: 0
1800.01/1781.90	c number of reductions to clauses (during analyze)	: 0
1800.01/1781.90	c number of learned constraints concerned by reduction	: 0
1800.01/1781.90	c number of learning phase by resolution	: 0
1800.01/1781.90	c number of learning phase by cutting planes	: 0
1800.01/1781.90	c speed (assignments/second)	: 59913.342932767475
1800.01/1781.90	c non guided choices	6425
1800.01/1781.90	c timeout
1800.01/1781.93	c learnt constraints type 
1800.01/1781.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 113223
1800.01/1781.93	s UNKNOWN
1800.01/1781.93	c Total wall clock time (in seconds): 1781.798

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-4106987-1466283589/watcher-4106987-1466283589 -o /tmp/evaluation-result-4106987-1466283589/solver-4106987-1466283589 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466264639-24566 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106987-1466283589.opb 

pid=29881
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

[startup+0 s]
/proc/loadavg: 2.00 2.05 2.07 3/194 29884
/proc/meminfo: memFree=30911412/32872528 swapFree=338416/354768
[pid=29884] ppid=29881 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/29884/stat : 29884 (runsolver) R 29881 24550 24550 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 1 0 30405625 24911872 75 33554432000 4194304 4338465 140734834269984 140734834267520 242158236624 0 0 4096 24578 0 0 0 17 6 0 0 0 0 0
/proc/29884/statm: 6082 75 29 36 0 2655 0
Current StackSize limit: 10240 KiB


[startup+0.103037 s]
/proc/loadavg: 2.00 2.05 2.07 3/194 29884
/proc/meminfo: memFree=30911412/32872528 swapFree=338416/354768
[pid=29884] ppid=29881 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/29884/stat : 29884 (java) S 29881 29884 24550 0 -1 4202496 3922 0 1 0 6 1 0 0 20 0 18 0 30405625 9787879424 5050 33554432000 1073741824 1073778376 140733426035248 140733426026384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29884/statm: 2389619 5052 2008 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200272 s]
/proc/loadavg: 2.00 2.05 2.07 3/194 29884
/proc/meminfo: memFree=30911412/32872528 swapFree=338416/354768
[pid=29884] ppid=29881 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/29884/stat : 29884 (java) S 29881 29884 24550 0 -1 4202496 4577 0 1 0 20 1 0 0 20 0 18 0 30405625 9787879424 6705 33554432000 1073741824 1073778376 140733426035248 140733426026384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29884/statm: 2389619 6705 2199 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300271 s]
/proc/loadavg: 2.00 2.05 2.07 3/194 29884
/proc/meminfo: memFree=30911412/32872528 swapFree=338416/354768
[pid=29884] ppid=29881 vsize=9558476 CPUtime=0.43 cores=0,2,4,6
/proc/29884/stat : 29884 (java) S 29881 29884 24550 0 -1 4202496 6015 0 1 0 41 2 0 0 20 0 18 0 30405625 9787879424 8231 33554432000 1073741824 1073778376 140733426035248 140733426026384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29884/statm: 2389619 8231 2243 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558476

[startup+0.700186 s]
/proc/loadavg: 2.00 2.05 2.07 3/194 29884
/proc/meminfo: memFree=30911412/32872528 swapFree=338416/354768
[pid=29884] ppid=29881 vsize=9625040 CPUtime=1.61 cores=0,2,4,6
/proc/29884/stat : 29884 (java) S 29881 29884 24550 0 -1 4202496 28924 0 1 0 154 7 0 0 20 0 19 0 30405625 9856040960 33542 33554432000 1073741824 1073778376 140733426035248 140733426026384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29884/statm: 2406260 33544 2261 9 0 2396937 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.00 2.05 2.07 4/213 29903
/proc/meminfo: memFree=30781208/32872528 swapFree=338416/354768
[pid=29884] ppid=29881 vsize=9625040 CPUtime=3.31 cores=0,2,4,6
/proc/29884/stat : 29884 (java) S 29881 29884 24550 0 -1 4202496 32679 0 1 0 323 8 0 0 20 0 19 0 30405625 9856040960 36155 33554432000 1073741824 1073778376 140733426035248 140733426026384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29884/statm: 2406260 36155 2272 9 0 2396937 0
[pid=29884/tid=29886] ppid=29881 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (java) R 29881 29884 24550 0 -1 4202560 2472 0 1 0 143 2 0 0 20 0 19 0 30405627 9856040960 36155 33554432000 1073741824 1073778376 140733426035248 140351432441960 140351294379494 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29884/tid=29887] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29887/stat : 29887 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405628 9856040960 36155 33554432000 1073741824 1073778376 140733426035248 140351421504040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29888] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29888/stat : 29888 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405628 9856040960 36155 33554432000 1073741824 1073778376 140733426035248 140351420451240 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29884/tid=29889] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29889/stat : 29889 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405628 9856040960 36155 33554432000 1073741824 1073778376 140733426035248 140351419398440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29884/tid=29890] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29890/stat : 29890 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405628 9856040960 36155 33554432000 1073741824 1073778376 140733426035248 140351418345640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29884/tid=29891] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29891/stat : 29891 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405628 9856040960 36155 33554432000 1073741824 1073778376 140733426035248 140351417293864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29892] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29892/stat : 29892 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405628 9856040960 36155 33554432000 1073741824 1073778376 140733426035248 140351416241064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29884/tid=29893] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29893/stat : 29893 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405628 9856040960 36155 33554432000 1073741824 1073778376 140733426035248 140351415188264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29894] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29894/stat : 29894 (java) S 29881 29884 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30405628 9856040960 36155 33554432000 1073741824 1073778376 140733426035248 140351414135464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29895] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29895/stat : 29895 (java) S 29881 29884 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30405629 9856040960 36155 33554432000 1073741824 1073778376 140733426035248 140351256570344 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29896] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29896/stat : 29896 (java) S 29881 29884 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30405630 9856040960 36155 33554432000 1073741824 1073778376 140733426035248 140351255516408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29897] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29897/stat : 29897 (java) S 29881 29884 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30405630 9856040960 36155 33554432000 1073741824 1073778376 140733426035248 140351254463496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29898] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29898/stat : 29898 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405632 9856040960 36155 33554432000 1073741824 1073778376 140733426035248 140351253411984 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29884/tid=29899] ppid=29881 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/29884/task/29899/stat : 29899 (java) S 29881 29884 24550 0 -1 4202560 15877 0 0 0 87 3 0 0 20 0 19 0 30405632 9856040960 36155 33554432000 1073741824 1073778376 140733426035248 140351252360120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29884/tid=29900] ppid=29881 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/29884/task/29900/stat : 29900 (java) S 29881 29884 24550 0 -1 4202560 13053 0 0 0 89 3 0 0 20 0 19 0 30405632 9856040960 36155 33554432000 1073741824 1073778376 140733426035248 140351251307320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29901] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29901/stat : 29901 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405632 9856040960 36155 33554432000 1073741824 1073778376 140733426035248 140351250254712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29884/tid=29902] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29902/stat : 29902 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405632 9856040960 36155 33554432000 1073741824 1073778376 140733426035248 140351249202120 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29884/tid=29903] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29903/stat : 29903 (java) S 29881 29884 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30405680 9856040960 36155 33554432000 1073741824 1073778376 140733426035248 140351248147624 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.31
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.00 2.05 2.07 3/213 29903
/proc/meminfo: memFree=30764560/32872528 swapFree=338416/354768
[pid=29884] ppid=29881 vsize=9625040 CPUtime=5.07 cores=0,2,4,6
/proc/29884/stat : 29884 (java) S 29881 29884 24550 0 -1 4202496 32833 0 1 0 499 8 0 0 20 0 19 0 30405625 9856040960 42439 33554432000 1073741824 1073778376 140733426035248 140733426026384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29884/statm: 2406260 42439 2277 9 0 2396937 0
[pid=29884/tid=29886] ppid=29881 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (java) R 29881 29884 24550 0 -1 4202560 2485 0 1 0 303 2 0 0 20 0 19 0 30405627 9856040960 42439 33554432000 1073741824 1073778376 140733426035248 140351432433376 140351294507525 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29884/tid=29887] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29887/stat : 29887 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405628 9856040960 42439 33554432000 1073741824 1073778376 140733426035248 140351421504040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29888] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29888/stat : 29888 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405628 9856040960 42439 33554432000 1073741824 1073778376 140733426035248 140351420451240 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29884/tid=29889] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29889/stat : 29889 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405628 9856040960 42439 33554432000 1073741824 1073778376 140733426035248 140351419398440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29884/tid=29890] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29890/stat : 29890 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405628 9856040960 42439 33554432000 1073741824 1073778376 140733426035248 140351418345640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29884/tid=29891] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29891/stat : 29891 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405628 9856040960 42439 33554432000 1073741824 1073778376 140733426035248 140351417293864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29892] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29892/stat : 29892 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405628 9856040960 42439 33554432000 1073741824 1073778376 140733426035248 140351416241064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29884/tid=29893] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29893/stat : 29893 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405628 9856040960 42439 33554432000 1073741824 1073778376 140733426035248 140351415188264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29894] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29894/stat : 29894 (java) S 29881 29884 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30405628 9856040960 42439 33554432000 1073741824 1073778376 140733426035248 140351414135464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29895] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29895/stat : 29895 (java) S 29881 29884 24550 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 30405629 9856040960 42439 33554432000 1073741824 1073778376 140733426035248 140351256570344 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29896] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29896/stat : 29896 (java) S 29881 29884 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30405630 9856040960 42439 33554432000 1073741824 1073778376 140733426035248 140351255516408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29897] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29897/stat : 29897 (java) S 29881 29884 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30405630 9856040960 42439 33554432000 1073741824 1073778376 140733426035248 140351254463496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29898] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29898/stat : 29898 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405632 9856040960 42439 33554432000 1073741824 1073778376 140733426035248 140351253411984 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29884/tid=29899] ppid=29881 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/29884/task/29899/stat : 29899 (java) S 29881 29884 24550 0 -1 4202560 16014 0 0 0 100 3 0 0 20 0 19 0 30405632 9856040960 42439 33554432000 1073741824 1073778376 140733426035248 140351252360120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29884/tid=29900] ppid=29881 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/29884/task/29900/stat : 29900 (java) S 29881 29884 24550 0 -1 4202560 13056 0 0 0 93 3 0 0 20 0 19 0 30405632 9856040960 42439 33554432000 1073741824 1073778376 140733426035248 140351251307320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29901] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29901/stat : 29901 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405632 9856040960 42439 33554432000 1073741824 1073778376 140733426035248 140351250254712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29884/tid=29902] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29902/stat : 29902 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405632 9856040960 42439 33554432000 1073741824 1073778376 140733426035248 140351249202120 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29884/tid=29903] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29903/stat : 29903 (java) S 29881 29884 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30405680 9856040960 42439 33554432000 1073741824 1073778376 140733426035248 140351248147624 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.16 2.08 2.08 3/213 29903
/proc/meminfo: memFree=30711336/32872528 swapFree=338416/354768
[pid=29884] ppid=29881 vsize=9625040 CPUtime=8.32 cores=0,2,4,6
/proc/29884/stat : 29884 (java) S 29881 29884 24550 0 -1 4202496 32897 0 1 0 823 9 0 0 20 0 19 0 30405625 9856040960 54715 33554432000 1073741824 1073778376 140733426035248 140733426026384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29884/statm: 2406260 54715 2277 9 0 2396937 0
[pid=29884/tid=29886] ppid=29881 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (java) R 29881 29884 24550 0 -1 4202560 2510 0 1 0 622 3 0 0 20 0 19 0 30405627 9856040960 54715 33554432000 1073741824 1073778376 140733426035248 140351432433360 140351294378947 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29884/tid=29887] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29887/stat : 29887 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405628 9856040960 54715 33554432000 1073741824 1073778376 140733426035248 140351421504040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29888] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29888/stat : 29888 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405628 9856040960 54715 33554432000 1073741824 1073778376 140733426035248 140351420451240 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29884/tid=29889] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29889/stat : 29889 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405628 9856040960 54715 33554432000 1073741824 1073778376 140733426035248 140351419398440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29884/tid=29890] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29890/stat : 29890 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405628 9856040960 54715 33554432000 1073741824 1073778376 140733426035248 140351418345640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29884/tid=29891] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29891/stat : 29891 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405628 9856040960 54715 33554432000 1073741824 1073778376 140733426035248 140351417293864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29892] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29892/stat : 29892 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405628 9856040960 54715 33554432000 1073741824 1073778376 140733426035248 140351416241064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29884/tid=29893] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29893/stat : 29893 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405628 9856040960 54715 33554432000 1073741824 1073778376 140733426035248 140351415188264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29894] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29894/stat : 29894 (java) S 29881 29884 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30405628 9856040960 54715 33554432000 1073741824 1073778376 140733426035248 140351414135464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29895] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29895/stat : 29895 (java) S 29881 29884 24550 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 30405629 9856040960 54715 33554432000 1073741824 1073778376 140733426035248 140351256570344 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29896] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29896/stat : 29896 (java) S 29881 29884 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30405630 9856040960 54715 33554432000 1073741824 1073778376 140733426035248 140351255516408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29897] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29897/stat : 29897 (java) S 29881 29884 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30405630 9856040960 54715 33554432000 1073741824 1073778376 140733426035248 140351254463496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29898] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29898/stat : 29898 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405632 9856040960 54715 33554432000 1073741824 1073778376 140733426035248 140351253411984 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29884/tid=29899] ppid=29881 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/29884/task/29899/stat : 29899 (java) S 29881 29884 24550 0 -1 4202560 16053 0 0 0 105 3 0 0 20 0 19 0 30405632 9856040960 54715 33554432000 1073741824 1073778376 140733426035248 140351252360120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29884/tid=29900] ppid=29881 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/29884/task/29900/stat : 29900 (java) S 29881 29884 24550 0 -1 4202560 13056 0 0 0 93 3 0 0 20 0 19 0 30405632 9856040960 54715 33554432000 1073741824 1073778376 140733426035248 140351251307320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29901] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29901/stat : 29901 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405632 9856040960 54715 33554432000 1073741824 1073778376 140733426035248 140351250254712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29884/tid=29902] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29902/stat : 29902 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405632 9856040960 54715 33554432000 1073741824 1073778376 140733426035248 140351249202120 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29884/tid=29903] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29903/stat : 29903 (java) S 29881 29884 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30405680 9856040960 54715 33554432000 1073741824 1073778376 140733426035248 140351248147624 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.32
Current children cumulated vsize (KiB) 9625040


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

[pid=29884/tid=29896] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29896/stat : 29896 (java) S 29881 29884 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30405630 9856040960 142669 33554432000 1073741824 1073778376 140733426035248 140351255516408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29897] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29897/stat : 29897 (java) S 29881 29884 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30405630 9856040960 142669 33554432000 1073741824 1073778376 140733426035248 140351254463496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29898] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29898/stat : 29898 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405632 9856040960 142669 33554432000 1073741824 1073778376 140733426035248 140351253411984 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29884/tid=29899] ppid=29881 vsize=9625040 CPUtime=1.16 cores=0,2,4,6
/proc/29884/task/29899/stat : 29899 (java) S 29881 29884 24550 0 -1 4202560 16057 0 0 0 113 3 0 0 20 0 19 0 30405632 9856040960 142669 33554432000 1073741824 1073778376 140733426035248 140351252360120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29884/tid=29900] ppid=29881 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/29884/task/29900/stat : 29900 (java) S 29881 29884 24550 0 -1 4202560 13056 0 0 0 93 3 0 0 20 0 19 0 30405632 9856040960 142669 33554432000 1073741824 1073778376 140733426035248 140351251307320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29901] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29901/stat : 29901 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405632 9856040960 142669 33554432000 1073741824 1073778376 140733426035248 140351250254712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29884/tid=29902] ppid=29881 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/29884/task/29902/stat : 29902 (java) S 29881 29884 24550 0 -1 4202560 95 0 0 0 36 30 0 0 20 0 19 0 30405632 9856040960 142669 33554432000 1073741824 1073778376 140733426035248 140351249202120 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29884/tid=29903] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29903/stat : 29903 (java) S 29881 29884 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30405680 9856040960 142669 33554432000 1073741824 1073778376 140733426035248 140351248147624 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1678.89
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 1.98 2.01 1.99 3/213 30164
/proc/meminfo: memFree=27219200/32872528 swapFree=338416/354768
[pid=29884] ppid=29881 vsize=9625040 CPUtime=1739.72 cores=0,2,4,6
/proc/29884/stat : 29884 (java) S 29881 29884 24550 0 -1 4202496 46173 0 1 0 173821 151 0 0 20 0 19 0 30405625 9856040960 148361 33554432000 1073741824 1073778376 140733426035248 140733426026384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29884/statm: 2406260 148361 2299 9 0 2396937 0
[pid=29884/tid=29886] ppid=29881 vsize=9625040 CPUtime=1711.08 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (java) R 29881 29884 24550 0 -1 4202560 2801 0 1 0 171076 32 0 0 20 0 19 0 30405627 9856040960 148361 33554432000 1073741824 1073778376 140733426035248 140351432441144 140351294434840 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29887] ppid=29881 vsize=9625040 CPUtime=2.6 cores=0,2,4,6
/proc/29884/task/29887/stat : 29887 (java) S 29881 29884 24550 0 -1 4202560 1373 0 0 0 246 14 0 0 20 0 19 0 30405628 9856040960 148361 33554432000 1073741824 1073778376 140733426035248 140351421504040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29884/tid=29888] ppid=29881 vsize=9625040 CPUtime=2.63 cores=0,2,4,6
/proc/29884/task/29888/stat : 29888 (java) S 29881 29884 24550 0 -1 4202560 2233 0 0 0 249 14 0 0 20 0 19 0 30405628 9856040960 148361 33554432000 1073741824 1073778376 140733426035248 140351420451240 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29884/tid=29889] ppid=29881 vsize=9625040 CPUtime=2.64 cores=0,2,4,6
/proc/29884/task/29889/stat : 29889 (java) S 29881 29884 24550 0 -1 4202560 898 0 0 0 250 14 0 0 20 0 19 0 30405628 9856040960 148361 33554432000 1073741824 1073778376 140733426035248 140351419398440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29884/tid=29890] ppid=29881 vsize=9625040 CPUtime=2.57 cores=0,2,4,6
/proc/29884/task/29890/stat : 29890 (java) S 29881 29884 24550 0 -1 4202560 1434 0 0 0 241 16 0 0 20 0 19 0 30405628 9856040960 148361 33554432000 1073741824 1073778376 140733426035248 140351418345640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29884/tid=29891] ppid=29881 vsize=9625040 CPUtime=2.68 cores=0,2,4,6
/proc/29884/task/29891/stat : 29891 (java) S 29881 29884 24550 0 -1 4202560 1045 0 0 0 254 14 0 0 20 0 19 0 30405628 9856040960 148361 33554432000 1073741824 1073778376 140733426035248 140351417293864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29884/tid=29892] ppid=29881 vsize=9625040 CPUtime=2.58 cores=0,2,4,6
/proc/29884/task/29892/stat : 29892 (java) S 29881 29884 24550 0 -1 4202560 1225 0 0 0 243 15 0 0 20 0 19 0 30405628 9856040960 148361 33554432000 1073741824 1073778376 140733426035248 140351416241064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29884/tid=29893] ppid=29881 vsize=9625040 CPUtime=2.88 cores=0,2,4,6
/proc/29884/task/29893/stat : 29893 (java) S 29881 29884 24550 0 -1 4202560 1683 0 0 0 271 17 0 0 20 0 19 0 30405628 9856040960 148361 33554432000 1073741824 1073778376 140733426035248 140351415188264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29884/tid=29894] ppid=29881 vsize=9625040 CPUtime=2.67 cores=0,2,4,6
/proc/29884/task/29894/stat : 29894 (java) S 29881 29884 24550 0 -1 4202560 1998 0 0 0 255 12 0 0 20 0 19 0 30405628 9856040960 148361 33554432000 1073741824 1073778376 140733426035248 140351414135464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29884/tid=29895] ppid=29881 vsize=9625040 CPUtime=5.03 cores=0,2,4,6
/proc/29884/task/29895/stat : 29895 (java) S 29881 29884 24550 0 -1 4202560 1008 0 0 0 498 5 0 0 20 0 19 0 30405629 9856040960 148361 33554432000 1073741824 1073778376 140733426035248 140351256570344 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29896] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29896/stat : 29896 (java) S 29881 29884 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30405630 9856040960 148361 33554432000 1073741824 1073778376 140733426035248 140351255516408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29897] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29897/stat : 29897 (java) S 29881 29884 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30405630 9856040960 148361 33554432000 1073741824 1073778376 140733426035248 140351254463496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29898] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29898/stat : 29898 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405632 9856040960 148361 33554432000 1073741824 1073778376 140733426035248 140351253411984 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29884/tid=29899] ppid=29881 vsize=9625040 CPUtime=1.16 cores=0,2,4,6
/proc/29884/task/29899/stat : 29899 (java) S 29881 29884 24550 0 -1 4202560 16057 0 0 0 113 3 0 0 20 0 19 0 30405632 9856040960 148361 33554432000 1073741824 1073778376 140733426035248 140351252360120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29884/tid=29900] ppid=29881 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/29884/task/29900/stat : 29900 (java) S 29881 29884 24550 0 -1 4202560 13056 0 0 0 93 3 0 0 20 0 19 0 30405632 9856040960 148361 33554432000 1073741824 1073778376 140733426035248 140351251307320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29901] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29901/stat : 29901 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405632 9856040960 148361 33554432000 1073741824 1073778376 140733426035248 140351250254712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29884/tid=29902] ppid=29881 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/29884/task/29902/stat : 29902 (java) S 29881 29884 24550 0 -1 4202560 99 0 0 0 38 30 0 0 20 0 19 0 30405632 9856040960 148361 33554432000 1073741824 1073778376 140733426035248 140351249202120 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29884/tid=29903] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29903/stat : 29903 (java) S 29881 29884 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30405680 9856040960 148361 33554432000 1073741824 1073778376 140733426035248 140351248147624 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1739.72
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.9 s]
/proc/loadavg: 2.06 2.02 2.00 3/213 30165
/proc/meminfo: memFree=27269476/32872528 swapFree=338416/354768
[pid=29884] ppid=29881 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/29884/stat : 29884 (java) S 29881 29884 24550 0 -1 4202496 46263 0 1 0 179845 156 0 0 20 0 19 0 30405625 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140733426026384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29884/statm: 2406260 135441 2299 9 0 2396937 0
[pid=29884/tid=29886] ppid=29881 vsize=9625040 CPUtime=1770.32 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (java) R 29881 29884 24550 0 -1 4202560 2813 0 1 0 176999 33 0 0 20 0 19 0 30405627 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351432441008 140351294191063 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29884/tid=29887] ppid=29881 vsize=9625040 CPUtime=2.71 cores=0,2,4,6
/proc/29884/task/29887/stat : 29887 (java) S 29881 29884 24550 0 -1 4202560 1376 0 0 0 257 14 0 0 20 0 19 0 30405628 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351421504040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29888] ppid=29881 vsize=9625040 CPUtime=2.79 cores=0,2,4,6
/proc/29884/task/29888/stat : 29888 (java) S 29881 29884 24550 0 -1 4202560 2248 0 0 0 265 14 0 0 20 0 19 0 30405628 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351420451240 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29884/tid=29889] ppid=29881 vsize=9625040 CPUtime=2.75 cores=0,2,4,6
/proc/29884/task/29889/stat : 29889 (java) S 29881 29884 24550 0 -1 4202560 919 0 0 0 261 14 0 0 20 0 19 0 30405628 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351419398440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29890] ppid=29881 vsize=9625040 CPUtime=2.7 cores=0,2,4,6
/proc/29884/task/29890/stat : 29890 (java) S 29881 29884 24550 0 -1 4202560 1437 0 0 0 254 16 0 0 20 0 19 0 30405628 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351418345640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29891] ppid=29881 vsize=9625040 CPUtime=2.77 cores=0,2,4,6
/proc/29884/task/29891/stat : 29891 (java) S 29881 29884 24550 0 -1 4202560 1053 0 0 0 263 14 0 0 20 0 19 0 30405628 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351417293864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29884/tid=29892] ppid=29881 vsize=9625040 CPUtime=2.66 cores=0,2,4,6
/proc/29884/task/29892/stat : 29892 (java) S 29881 29884 24550 0 -1 4202560 1230 0 0 0 251 15 0 0 20 0 19 0 30405628 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351416241064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29884/tid=29893] ppid=29881 vsize=9625040 CPUtime=2.99 cores=0,2,4,6
/proc/29884/task/29893/stat : 29893 (java) S 29881 29884 24550 0 -1 4202560 1690 0 0 0 282 17 0 0 20 0 19 0 30405628 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351415188264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29894] ppid=29881 vsize=9625040 CPUtime=2.76 cores=0,2,4,6
/proc/29884/task/29894/stat : 29894 (java) S 29881 29884 24550 0 -1 4202560 2004 0 0 0 264 12 0 0 20 0 19 0 30405628 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351414135464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29884/tid=29895] ppid=29881 vsize=9625040 CPUtime=5.15 cores=0,2,4,6
/proc/29884/task/29895/stat : 29895 (java) S 29881 29884 24550 0 -1 4202560 1014 0 0 0 510 5 0 0 20 0 19 0 30405629 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351256570344 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29884/tid=29896] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29896/stat : 29896 (java) S 29881 29884 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30405630 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351255516408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29897] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29897/stat : 29897 (java) S 29881 29884 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30405630 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351254463496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29898] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29898/stat : 29898 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405632 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351253411984 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29884/tid=29899] ppid=29881 vsize=9625040 CPUtime=1.16 cores=0,2,4,6
/proc/29884/task/29899/stat : 29899 (java) S 29881 29884 24550 0 -1 4202560 16057 0 0 0 113 3 0 0 20 0 19 0 30405632 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351252360120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29884/tid=29900] ppid=29881 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/29884/task/29900/stat : 29900 (java) S 29881 29884 24550 0 -1 4202560 13056 0 0 0 93 3 0 0 20 0 19 0 30405632 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351251307320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29901] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29901/stat : 29901 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405632 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351250254712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29884/tid=29902] ppid=29881 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/29884/task/29902/stat : 29902 (java) S 29881 29884 24550 0 -1 4202560 103 0 0 0 39 32 0 0 20 0 19 0 30405632 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351249202120 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29903] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29903/stat : 29903 (java) S 29881 29884 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30405680 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351248147624 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1781.9 s]
/proc/loadavg: 2.06 2.02 2.00 3/213 30165
/proc/meminfo: memFree=27269476/32872528 swapFree=338416/354768
[pid=29884] ppid=29881 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/29884/stat : 29884 (java) S 29881 29884 24550 0 -1 4202496 46263 0 1 0 179845 156 0 0 20 0 19 0 30405625 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140733426026384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29884/statm: 2406260 135441 2299 9 0 2396937 0
[pid=29884/tid=29886] ppid=29881 vsize=9625040 CPUtime=1770.32 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (java) R 29881 29884 24550 0 -1 4202560 2813 0 1 0 176999 33 0 0 20 0 19 0 30405627 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351432441008 140351294191063 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29884/tid=29887] ppid=29881 vsize=9625040 CPUtime=2.71 cores=0,2,4,6
/proc/29884/task/29887/stat : 29887 (java) S 29881 29884 24550 0 -1 4202560 1376 0 0 0 257 14 0 0 20 0 19 0 30405628 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351421504040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29888] ppid=29881 vsize=9625040 CPUtime=2.79 cores=0,2,4,6
/proc/29884/task/29888/stat : 29888 (java) S 29881 29884 24550 0 -1 4202560 2248 0 0 0 265 14 0 0 20 0 19 0 30405628 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351420451240 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29884/tid=29889] ppid=29881 vsize=9625040 CPUtime=2.75 cores=0,2,4,6
/proc/29884/task/29889/stat : 29889 (java) S 29881 29884 24550 0 -1 4202560 919 0 0 0 261 14 0 0 20 0 19 0 30405628 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351419398440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29890] ppid=29881 vsize=9625040 CPUtime=2.7 cores=0,2,4,6
/proc/29884/task/29890/stat : 29890 (java) S 29881 29884 24550 0 -1 4202560 1437 0 0 0 254 16 0 0 20 0 19 0 30405628 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351418345640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29891] ppid=29881 vsize=9625040 CPUtime=2.77 cores=0,2,4,6
/proc/29884/task/29891/stat : 29891 (java) S 29881 29884 24550 0 -1 4202560 1053 0 0 0 263 14 0 0 20 0 19 0 30405628 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351417293864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29884/tid=29892] ppid=29881 vsize=9625040 CPUtime=2.66 cores=0,2,4,6
/proc/29884/task/29892/stat : 29892 (java) S 29881 29884 24550 0 -1 4202560 1230 0 0 0 251 15 0 0 20 0 19 0 30405628 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351416241064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29884/tid=29893] ppid=29881 vsize=9625040 CPUtime=2.99 cores=0,2,4,6
/proc/29884/task/29893/stat : 29893 (java) S 29881 29884 24550 0 -1 4202560 1690 0 0 0 282 17 0 0 20 0 19 0 30405628 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351415188264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29894] ppid=29881 vsize=9625040 CPUtime=2.76 cores=0,2,4,6
/proc/29884/task/29894/stat : 29894 (java) S 29881 29884 24550 0 -1 4202560 2004 0 0 0 264 12 0 0 20 0 19 0 30405628 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351414135464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29884/tid=29895] ppid=29881 vsize=9625040 CPUtime=5.15 cores=0,2,4,6
/proc/29884/task/29895/stat : 29895 (java) S 29881 29884 24550 0 -1 4202560 1014 0 0 0 510 5 0 0 20 0 19 0 30405629 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351256570344 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29884/tid=29896] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29896/stat : 29896 (java) S 29881 29884 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30405630 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351255516408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29897] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29897/stat : 29897 (java) S 29881 29884 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30405630 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351254463496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29898] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29898/stat : 29898 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405632 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351253411984 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29884/tid=29899] ppid=29881 vsize=9625040 CPUtime=1.16 cores=0,2,4,6
/proc/29884/task/29899/stat : 29899 (java) S 29881 29884 24550 0 -1 4202560 16057 0 0 0 113 3 0 0 20 0 19 0 30405632 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351252360120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29884/tid=29900] ppid=29881 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/29884/task/29900/stat : 29900 (java) S 29881 29884 24550 0 -1 4202560 13056 0 0 0 93 3 0 0 20 0 19 0 30405632 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351251307320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29901] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29901/stat : 29901 (java) S 29881 29884 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30405632 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351250254712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29884/tid=29902] ppid=29881 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/29884/task/29902/stat : 29902 (java) S 29881 29884 24550 0 -1 4202560 103 0 0 0 39 32 0 0 20 0 19 0 30405632 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351249202120 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29884/tid=29903] ppid=29881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29884/task/29903/stat : 29903 (java) S 29881 29884 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30405680 9856040960 135441 33554432000 1073741824 1073778376 140733426035248 140351248147624 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1781.94
CPU time (s): 1800.75
CPU user time (s): 1798.69
CPU system time (s): 2.06269
CPU usage (%): 101.056
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.69
system time used= 2.06269
maximum resident set size= 895440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46294
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47075
involuntary context switches= 43405

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7601 second user time and 16.3645 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 22:59:49
IDJOB=4106987
IDBENCH=48353
IDSOLVER=2546
FILE ID=node126/4106987-1466283589
RUNJOBID= node126-1466264639-24566
PBS_JOBID= 19918224
Free space on /tmp= 71740 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_4_40.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106987-1466283589/watcher-4106987-1466283589 -o /tmp/evaluation-result-4106987-1466283589/solver-4106987-1466283589 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466264639-24566 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106987-1466283589.opb

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

MD5SUM BENCH= 83d1e3d1d0816aba7f8b7eb415a5cecb
RANDOM SEED=1014298769

node126.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.121
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	: 5332.24
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.121
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.121
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.121
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.121
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.121
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.121
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.121
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:        30911956 kB
Buffers:          150180 kB
Cached:           253380 kB
SwapCached:         1736 kB
Active:           547312 kB
Inactive:         319456 kB
Active(anon):     463768 kB
Inactive(anon):     1796 kB
Active(file):      83544 kB
Inactive(file):   317660 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100232 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:        825504 kB
Mapped:            17072 kB
Shmem:                 0 kB
Slab:             606308 kB
SReclaimable:      50272 kB
SUnreclaim:       556036 kB
KernelStack:        1768 kB
PageTables:         5756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     994824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    444416 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 node126 at 2016-06-18 23:29:31