Trace number 4106957

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.08 1781.34

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_3_40.opb
MD5SUM67a15ea3b760eccb0e507c1f93bad0e1
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)12432
Sum of products size (including duplicates)24864
Number of different products6216
Sum of products size12432

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4106957-1466282306.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  no objective function found
1.08/0.51	c ... done. Wall clock time 0.412s.
1.08/0.51	c declared #vars     400
1.08/0.51	c internal #vars     6616
1.08/0.51	c #constraints  13035
1.08/0.51	c constraints type 
1.08/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6216
1.08/0.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1.08/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1.08/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6216
1.08/0.51	c 13035 constraints processed.
3.43/1.58	c cleaning 2501 clauses out of 5001 with flag 12667/5001
4.18/2.21	c cleaning 4242 clauses out of 8499 with flag 27726/11000
4.79/2.87	c cleaning 5610 clauses out of 11257 with flag 45389/18000
5.62/3.60	c cleaning 6799 clauses out of 13647 with flag 64731/26000
6.46/4.43	c cleaning 7917 clauses out of 15848 with flag 88008/35000
7.35/5.38	c cleaning 8962 clauses out of 17941 with flag 114753/45010
8.25/6.29	c cleaning 9950 clauses out of 19970 with flag 150048/56001
9.74/7.60	c cleaning 11012 clauses out of 22025 with flag 186823/68006
11.24/9.18	c cleaning 11978 clauses out of 24007 with flag 221760/81000
13.15/11.06	c cleaning 12985 clauses out of 26029 with flag 256899/95000
15.95/13.87	c cleaning 14021 clauses out of 28044 with flag 292563/110000
17.65/15.54	c cleaning 14993 clauses out of 30023 with flag 338500/126000
19.75/17.70	c cleaning 16012 clauses out of 32030 with flag 383283/143000
22.71/20.43	c cleaning 17008 clauses out of 34018 with flag 426784/161000
26.01/23.78	c cleaning 17974 clauses out of 36011 with flag 474222/180001
28.41/26.13	c cleaning 19003 clauses out of 38042 with flag 533501/200006
31.92/29.61	c cleaning 19993 clauses out of 40034 with flag 591655/221001
35.22/32.97	c cleaning 20999 clauses out of 42040 with flag 659699/243000
38.56/36.16	c cleaning 22012 clauses out of 44046 with flag 736740/266005
41.66/39.24	c cleaning 22986 clauses out of 46029 with flag 819997/290000
43.87/41.48	c cleaning 24001 clauses out of 48046 with flag 895564/315003
47.47/44.80	c cleaning 24995 clauses out of 50042 with flag 986847/341000
51.47/48.82	c cleaning 26004 clauses out of 52047 with flag 1079192/368000
56.07/53.45	c cleaning 27016 clauses out of 54047 with flag 1175308/396004
61.37/58.71	c cleaning 27984 clauses out of 56027 with flag 1270853/425000
67.33/64.64	c cleaning 28990 clauses out of 58043 with flag 1372599/455000
73.13/70.47	c cleaning 30012 clauses out of 60053 with flag 1474209/486000
79.92/77.25	c cleaning 31004 clauses out of 62041 with flag 1578048/518000
89.56/86.70	c cleaning 32006 clauses out of 64042 with flag 1665895/551005
98.16/95.35	c cleaning 32982 clauses out of 66031 with flag 1757255/585000
108.47/105.46	c cleaning 33997 clauses out of 68049 with flag 1851919/620000
118.86/115.88	c cleaning 35012 clauses out of 70055 with flag 1955671/656003
128.63/125.35	c cleaning 35989 clauses out of 72040 with flag 2060174/693000
136.93/133.60	c cleaning 37011 clauses out of 74051 with flag 2175496/731000
142.43/138.90	c cleaning 38002 clauses out of 76040 with flag 2296414/770000
151.39/147.80	c cleaning 39004 clauses out of 78039 with flag 2443584/810001
161.40/157.73	c cleaning 39982 clauses out of 80034 with flag 2589529/851000
173.90/170.22	c cleaning 41013 clauses out of 82052 with flag 2712694/893000
185.09/181.36	c cleaning 42000 clauses out of 84039 with flag 2844858/936000
193.88/190.04	c cleaning 43010 clauses out of 86040 with flag 2992245/980001
206.36/202.42	c cleaning 43999 clauses out of 88029 with flag 3159027/1025000
219.54/215.51	c cleaning 44983 clauses out of 90031 with flag 3320822/1071001
227.83/223.79	c cleaning 46010 clauses out of 92047 with flag 3465198/1118000
234.42/230.29	c cleaning 46998 clauses out of 94037 with flag 3601514/1166000
242.93/238.67	c cleaning 48007 clauses out of 96047 with flag 3746631/1215008
250.89/246.58	c cleaning 49002 clauses out of 98032 with flag 3896318/1265000
266.73/262.33	c cleaning 50002 clauses out of 100031 with flag 4074805/1316001
285.03/280.60	c cleaning 50975 clauses out of 102029 with flag 4251989/1368001
304.00/299.48	c cleaning 52006 clauses out of 104053 with flag 4423435/1421000
324.05/319.37	c cleaning 52995 clauses out of 106048 with flag 4597727/1475001
344.73/339.99	c cleaning 54014 clauses out of 108052 with flag 4775994/1530000
366.43/361.55	c cleaning 54994 clauses out of 110040 with flag 4957377/1586002
388.27/383.26	c cleaning 55991 clauses out of 112044 with flag 5143488/1643000
412.54/407.44	c cleaning 56997 clauses out of 114053 with flag 5330656/1701000
437.46/432.26	c cleaning 58007 clauses out of 116057 with flag 5515296/1760001
463.33/458.05	c cleaning 58993 clauses out of 118049 with flag 5690849/1820000
492.35/486.96	c cleaning 59995 clauses out of 120056 with flag 5864023/1881000
518.55/512.90	c cleaning 61000 clauses out of 122061 with flag 6056473/1943000
539.46/533.78	c cleaning 61999 clauses out of 124061 with flag 6273790/2006000
556.69/550.73	c cleaning 63014 clauses out of 126065 with flag 6494939/2070003
586.09/580.02	c cleaning 63974 clauses out of 128048 with flag 6712641/2135000
618.00/611.71	c cleaning 65017 clauses out of 130077 with flag 6898597/2201003
649.60/643.11	c cleaning 66015 clauses out of 132062 with flag 7102734/2268005
670.81/664.16	c cleaning 66988 clauses out of 134042 with flag 7318424/2336000
698.96/692.16	c cleaning 68003 clauses out of 136054 with flag 7554623/2405000
726.29/719.39	c cleaning 69002 clauses out of 138051 with flag 7779403/2475000
745.57/738.33	c cleaning 69999 clauses out of 140049 with flag 8009000/2546000
763.36/755.93	c cleaning 70997 clauses out of 142051 with flag 8225833/2618001
784.13/776.54	c cleaning 72011 clauses out of 144053 with flag 8457694/2691000
814.31/806.52	c cleaning 73013 clauses out of 146046 with flag 8722778/2765004
850.38/842.44	c cleaning 73994 clauses out of 148029 with flag 8992813/2840000
892.70/884.41	c cleaning 74998 clauses out of 150036 with flag 9248093/2916001
932.89/924.39	c cleaning 75998 clauses out of 152037 with flag 9513716/2993000
976.49/967.65	c cleaning 77002 clauses out of 154039 with flag 9771209/3071000
1018.26/1008.98	c cleaning 77993 clauses out of 156037 with flag 10025510/3150000
1067.74/1058.09	c cleaning 79007 clauses out of 158045 with flag 10271224/3230001
1102.68/1092.59	c cleaning 80001 clauses out of 160037 with flag 10540655/3311000
1126.82/1116.23	c cleaning 80992 clauses out of 162036 with flag 10792169/3393000
1164.06/1153.16	c cleaning 81996 clauses out of 164045 with flag 11068998/3476001
1189.44/1178.18	c cleaning 82993 clauses out of 166048 with flag 11326950/3560000
1208.85/1197.22	c cleaning 84007 clauses out of 168056 with flag 11568453/3645001
1237.58/1225.69	c cleaning 84993 clauses out of 170048 with flag 11849335/3731000
1272.53/1260.20	c cleaning 86014 clauses out of 172060 with flag 12137720/3818005
1315.96/1302.78	c cleaning 87009 clauses out of 174041 with flag 12427235/3906000
1362.92/1349.21	c cleaning 87998 clauses out of 176032 with flag 12731528/3995000
1411.48/1397.01	c cleaning 89000 clauses out of 178034 with flag 13032471/4085000
1460.89/1445.98	c cleaning 89992 clauses out of 180034 with flag 13343272/4176000
1509.27/1493.86	c cleaning 91008 clauses out of 182042 with flag 13644916/4268000
1559.58/1543.71	c cleaning 91994 clauses out of 184034 with flag 13956383/4361000
1613.44/1597.04	c cleaning 92997 clauses out of 186041 with flag 14271482/4455001
1663.29/1646.25	c cleaning 93990 clauses out of 188044 with flag 14585130/4550001
1713.24/1695.54	c cleaning 95014 clauses out of 190053 with flag 14904435/4646000
1767.79/1749.53	c cleaning 95983 clauses out of 192039 with flag 15220869/4743000
1800.08/1781.30	c starts		: 1
1800.08/1781.30	c conflicts		: 4804382
1800.08/1781.30	c decisions		: 16752902
1800.08/1781.30	c propagations		: 33954008
1800.08/1781.30	c inspects		: 27283742865
1800.08/1781.30	c shortcuts		: 0
1800.08/1781.30	c learnt literals	: 0
1800.08/1781.30	c learnt binary clauses	: 0
1800.08/1781.30	c learnt ternary clauses	: 0
1800.08/1781.30	c learnt constraints	: 4804382
1800.08/1781.30	c ignored constraints	: 0
1800.08/1781.30	c root simplifications	: 0
1800.08/1781.30	c removed literals (reason simplification)	: 0
1800.08/1781.30	c reason swapping (by a shorter reason)	: 0
1800.08/1781.30	c Calls to reduceDB	: 93
1800.08/1781.30	c Number of update (reduction) of LBD	: 1488731
1800.08/1781.30	c Imported unit clauses	: 0
1800.08/1781.30	c number of reductions to clauses (during analyze)	: 0
1800.08/1781.30	c number of learned constraints concerned by reduction	: 0
1800.08/1781.30	c number of learning phase by resolution	: 0
1800.08/1781.30	c number of learning phase by cutting planes	: 0
1800.08/1781.30	c speed (assignments/second)	: 19066.930221588293
1800.08/1781.30	c non guided choices	6377
1800.08/1781.30	c timeout
1800.08/1781.33	c learnt constraints type 
1800.08/1781.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 157438
1800.08/1781.33	s UNKNOWN
1800.08/1781.33	c Total wall clock time (in seconds): 1781.23

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-4106957-1466282306/watcher-4106957-1466282306 -o /tmp/evaluation-result-4106957-1466282306/solver-4106957-1466282306 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466265808-19865 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106957-1466282306.opb 

pid=23340
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.10 2.17 2.13 3/194 23343
/proc/meminfo: memFree=30013908/32872528 swapFree=877056/942464
[pid=23343] ppid=23340 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/23343/stat : 23343 (java) S 23340 23343 19848 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 30279576 98570240 978 33554432000 1073741824 1073778376 140735880756544 140735880747680 213196505149 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23343/statm: 24065 978 743 9 0 16771 0
[pid=23343/tid=23344] ppid=23340 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23344/stat : 23344 (java) R 23340 23343 19848 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 30279576 98570240 978 33554432000 1073741824 1073778376 140735880756544 139945087987240 213193147776 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100144 s]
/proc/loadavg: 2.10 2.17 2.13 3/194 23343
/proc/meminfo: memFree=30013908/32872528 swapFree=877056/942464
[pid=23343] ppid=23340 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/23343/stat : 23343 (java) S 23340 23343 19848 0 -1 4202496 4489 0 1 0 9 1 0 0 20 0 18 0 30279576 9787879424 6123 33554432000 1073741824 1073778376 140735880756544 140735880747680 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23343/statm: 2389619 6123 2157 9 0 2380296 0
[pid=23343/tid=23344] ppid=23340 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/23343/task/23344/stat : 23344 (java) R 23340 23343 19848 0 -1 4202560 2375 0 1 0 7 0 0 0 20 0 18 0 30279576 9787879424 6123 33554432000 1073741824 1073778376 140735880756544 139945087990688 213196530957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200389 s]
/proc/loadavg: 2.10 2.17 2.13 3/194 23343
/proc/meminfo: memFree=30013908/32872528 swapFree=877056/942464
[pid=23343] ppid=23340 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/23343/stat : 23343 (java) S 23340 23343 19848 0 -1 4202496 4696 0 1 0 24 1 0 0 20 0 18 0 30279576 9787879424 6783 33554432000 1073741824 1073778376 140735880756544 140735880747680 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23343/statm: 2389619 6783 2214 9 0 2380296 0
[pid=23343/tid=23344] ppid=23340 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/23343/task/23344/stat : 23344 (java) R 23340 23343 19848 0 -1 4202560 2398 0 1 0 17 0 0 0 20 0 18 0 30279576 9787879424 6783 33554432000 1073741824 1073778376 140735880756544 139945087991816 213196520504 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300397 s]
/proc/loadavg: 2.10 2.17 2.13 3/194 23343
/proc/meminfo: memFree=30013908/32872528 swapFree=877056/942464
[pid=23343] ppid=23340 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/23343/stat : 23343 (java) S 23340 23343 19848 0 -1 4202496 6219 0 1 0 47 1 0 0 20 0 18 0 30279576 9787879424 9390 33554432000 1073741824 1073778376 140735880756544 140735880747680 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23343/statm: 2389619 9390 2243 9 0 2380296 0
[pid=23343/tid=23344] ppid=23340 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/23343/task/23344/stat : 23344 (java) R 23340 23343 19848 0 -1 4202560 2402 0 1 0 26 1 0 0 20 0 18 0 30279576 9787879424 9391 33554432000 1073741824 1073778376 140735880756544 139945087991816 139944949679584 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700237 s]
/proc/loadavg: 2.10 2.17 2.13 3/194 23343
/proc/meminfo: memFree=30013908/32872528 swapFree=877056/942464
[pid=23343] ppid=23340 vsize=9625040 CPUtime=1.68 cores=1,3,5,7
/proc/23343/stat : 23343 (java) S 23340 23343 19848 0 -1 4202496 30352 0 1 0 160 8 0 0 20 0 19 0 30279576 9856040960 33974 33554432000 1073741824 1073778376 140735880756544 140735880747680 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23343/statm: 2406260 33974 2261 9 0 2396937 0
[pid=23343/tid=23344] ppid=23340 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/23343/task/23344/stat : 23344 (java) R 23340 23343 19848 0 -1 4202560 2456 0 1 0 65 2 0 0 20 0 19 0 30279576 9856040960 33974 33554432000 1073741824 1073778376 140735880756544 139945087990480 139944949525793 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 9625040

[startup+1.50085 s]
/proc/loadavg: 2.10 2.17 2.13 5/213 23362
/proc/meminfo: memFree=29886044/32872528 swapFree=877056/942464
[pid=23343] ppid=23340 vsize=9625040 CPUtime=3.43 cores=1,3,5,7
/proc/23343/stat : 23343 (java) S 23340 23343 19848 0 -1 4202496 33954 0 1 0 334 9 0 0 20 0 19 0 30279576 9856040960 35595 33554432000 1073741824 1073778376 140735880756544 140735880747680 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23343/statm: 2406260 35595 2272 9 0 2396937 0
[pid=23343/tid=23344] ppid=23340 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/23343/task/23344/stat : 23344 (java) R 23340 23343 19848 0 -1 4202560 2459 0 1 0 145 2 0 0 20 0 19 0 30279576 9856040960 35595 33554432000 1073741824 1073778376 140735880756544 139945087991960 139944950328220 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23343/tid=23346] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23346/stat : 23346 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279577 9856040960 35595 33554432000 1073741824 1073778376 140735880756544 139945077053608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23347] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23347/stat : 23347 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279577 9856040960 35595 33554432000 1073741824 1073778376 140735880756544 139945076001064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23343/tid=23348] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23348/stat : 23348 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279577 9856040960 35595 33554432000 1073741824 1073778376 140735880756544 139945074948520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23343/tid=23349] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23349/stat : 23349 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279577 9856040960 35595 33554432000 1073741824 1073778376 140735880756544 139945073895976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23343/tid=23350] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23350/stat : 23350 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279577 9856040960 35595 33554432000 1073741824 1073778376 140735880756544 139945072843432 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23351] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23351/stat : 23351 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279577 9856040960 35595 33554432000 1073741824 1073778376 140735880756544 139945071790888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23343/tid=23352] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23352/stat : 23352 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279577 9856040960 35595 33554432000 1073741824 1073778376 140735880756544 139945070738344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23353] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23353/stat : 23353 (java) S 23340 23343 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30279577 9856040960 35595 33554432000 1073741824 1073778376 140735880756544 139945069685800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23354] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23354/stat : 23354 (java) S 23340 23343 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30279578 9856040960 35595 33554432000 1073741824 1073778376 140735880756544 139944912185448 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23355] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23355/stat : 23355 (java) S 23340 23343 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30279578 9856040960 35595 33554432000 1073741824 1073778376 140735880756544 139944911131768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23356] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23356/stat : 23356 (java) S 23340 23343 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30279578 9856040960 35595 33554432000 1073741824 1073778376 140735880756544 139944910079112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23357] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23357/stat : 23357 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279581 9856040960 35595 33554432000 1073741824 1073778376 140735880756544 139944909027856 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23358] ppid=23340 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/23343/task/23358/stat : 23358 (java) S 23340 23343 19848 0 -1 4202560 13367 0 0 0 92 4 0 0 20 0 19 0 30279581 9856040960 35595 33554432000 1073741824 1073778376 140735880756544 139944907975224 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23359] ppid=23340 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/23343/task/23359/stat : 23359 (java) S 23340 23343 19848 0 -1 4202560 16854 0 0 0 92 4 0 0 20 0 19 0 30279581 9856040960 35595 33554432000 1073741824 1073778376 140735880756544 139944906922680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23343/tid=23360] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23360/stat : 23360 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279581 9856040960 35595 33554432000 1073741824 1073778376 140735880756544 139944905870328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23343/tid=23361] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23361/stat : 23361 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279581 9856040960 35595 33554432000 1073741824 1073778376 140735880756544 139944904817992 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23362] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23362/stat : 23362 (java) S 23340 23343 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30279628 9856040960 35595 33554432000 1073741824 1073778376 140735880756544 139944903762728 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 9625040

[startup+3.10088 s]
/proc/loadavg: 2.10 2.17 2.13 3/213 23362
/proc/meminfo: memFree=29869364/32872528 swapFree=877056/942464
[pid=23343] ppid=23340 vsize=9625040 CPUtime=5.1 cores=1,3,5,7
/proc/23343/stat : 23343 (java) S 23340 23343 19848 0 -1 4202496 33974 0 1 0 500 10 0 0 20 0 19 0 30279576 9856040960 41745 33554432000 1073741824 1073778376 140735880756544 140735880747680 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23343/statm: 2406260 41745 2277 9 0 2396937 0
[pid=23343/tid=23344] ppid=23340 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/23343/task/23344/stat : 23344 (java) R 23340 23343 19848 0 -1 4202560 2473 0 1 0 304 3 0 0 20 0 19 0 30279576 9856040960 41745 33554432000 1073741824 1073778376 140735880756544 139945087983312 139944950249743 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23343/tid=23346] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23346/stat : 23346 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279577 9856040960 41745 33554432000 1073741824 1073778376 140735880756544 139945077053608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23347] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23347/stat : 23347 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279577 9856040960 41745 33554432000 1073741824 1073778376 140735880756544 139945076001064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23343/tid=23348] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23348/stat : 23348 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279577 9856040960 41745 33554432000 1073741824 1073778376 140735880756544 139945074948520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23343/tid=23349] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23349/stat : 23349 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279577 9856040960 41745 33554432000 1073741824 1073778376 140735880756544 139945073895976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23343/tid=23350] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23350/stat : 23350 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279577 9856040960 41745 33554432000 1073741824 1073778376 140735880756544 139945072843432 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23351] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23351/stat : 23351 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279577 9856040960 41745 33554432000 1073741824 1073778376 140735880756544 139945071790888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23343/tid=23352] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23352/stat : 23352 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279577 9856040960 41745 33554432000 1073741824 1073778376 140735880756544 139945070738344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23353] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23353/stat : 23353 (java) S 23340 23343 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30279577 9856040960 41745 33554432000 1073741824 1073778376 140735880756544 139945069685800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23354] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23354/stat : 23354 (java) S 23340 23343 19848 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 30279578 9856040960 41745 33554432000 1073741824 1073778376 140735880756544 139944912185448 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23355] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23355/stat : 23355 (java) S 23340 23343 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30279578 9856040960 41745 33554432000 1073741824 1073778376 140735880756544 139944911131768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23356] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23356/stat : 23356 (java) S 23340 23343 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30279578 9856040960 41745 33554432000 1073741824 1073778376 140735880756544 139944910079112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23357] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23357/stat : 23357 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279581 9856040960 41745 33554432000 1073741824 1073778376 140735880756544 139944909027856 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23358] ppid=23340 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/23343/task/23358/stat : 23358 (java) S 23340 23343 19848 0 -1 4202560 13369 0 0 0 95 4 0 0 20 0 19 0 30279581 9856040960 41745 33554432000 1073741824 1073778376 140735880756544 139944907975224 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23359] ppid=23340 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/23343/task/23359/stat : 23359 (java) S 23340 23343 19848 0 -1 4202560 16857 0 0 0 96 4 0 0 20 0 19 0 30279581 9856040960 41745 33554432000 1073741824 1073778376 140735880756544 139944906922680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23343/tid=23360] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23360/stat : 23360 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279581 9856040960 41745 33554432000 1073741824 1073778376 140735880756544 139944905870328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23343/tid=23361] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23361/stat : 23361 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279581 9856040960 41745 33554432000 1073741824 1073778376 140735880756544 139944904817992 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23362] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23362/stat : 23362 (java) S 23340 23343 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30279628 9856040960 41745 33554432000 1073741824 1073778376 140735880756544 139944903762728 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.1
Current children cumulated vsize (KiB) 9625040

[startup+6.30089 s]
/proc/loadavg: 2.17 2.18 2.14 3/213 23362
/proc/meminfo: memFree=29842380/32872528 swapFree=877056/942464
[pid=23343] ppid=23340 vsize=9625040 CPUtime=8.35 cores=1,3,5,7
/proc/23343/stat : 23343 (java) S 23340 23343 19848 0 -1 4202496 34077 0 1 0 825 10 0 0 20 0 19 0 30279576 9856040960 51561 33554432000 1073741824 1073778376 140735880756544 140735880747680 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23343/statm: 2406260 51561 2277 9 0 2396937 0
[pid=23343/tid=23344] ppid=23340 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/23343/task/23344/stat : 23344 (java) R 23340 23343 19848 0 -1 4202560 2498 0 1 0 624 3 0 0 20 0 19 0 30279576 9856040960 51561 33554432000 1073741824 1073778376 140735880756544 139945087983296 139944950216602 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23343/tid=23346] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23346/stat : 23346 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279577 9856040960 51561 33554432000 1073741824 1073778376 140735880756544 139945077053608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23347] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23347/stat : 23347 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279577 9856040960 51561 33554432000 1073741824 1073778376 140735880756544 139945076001064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23343/tid=23348] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23348/stat : 23348 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279577 9856040960 51561 33554432000 1073741824 1073778376 140735880756544 139945074948520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23343/tid=23349] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23349/stat : 23349 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279577 9856040960 51561 33554432000 1073741824 1073778376 140735880756544 139945073895976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23343/tid=23350] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23350/stat : 23350 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279577 9856040960 51561 33554432000 1073741824 1073778376 140735880756544 139945072843432 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23351] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23351/stat : 23351 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279577 9856040960 51561 33554432000 1073741824 1073778376 140735880756544 139945071790888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23343/tid=23352] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23352/stat : 23352 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279577 9856040960 51561 33554432000 1073741824 1073778376 140735880756544 139945070738344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23353] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23353/stat : 23353 (java) S 23340 23343 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30279577 9856040960 51561 33554432000 1073741824 1073778376 140735880756544 139945069685800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23354] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23354/stat : 23354 (java) S 23340 23343 19848 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 30279578 9856040960 51561 33554432000 1073741824 1073778376 140735880756544 139944912185448 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23355] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23355/stat : 23355 (java) S 23340 23343 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30279578 9856040960 51561 33554432000 1073741824 1073778376 140735880756544 139944911131768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23356] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23356/stat : 23356 (java) S 23340 23343 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30279578 9856040960 51561 33554432000 1073741824 1073778376 140735880756544 139944910079112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23357] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23357/stat : 23357 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279581 9856040960 51561 33554432000 1073741824 1073778376 140735880756544 139944909027856 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23358] ppid=23340 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/23343/task/23358/stat : 23358 (java) S 23340 23343 19848 0 -1 4202560 13369 0 0 0 96 4 0 0 20 0 19 0 30279581 9856040960 51561 33554432000 1073741824 1073778376 140735880756544 139944907975224 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23343/tid=23359] ppid=23340 vsize=9625040 CPUtime=1.05 cores=1,3,5,7

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

[pid=23343/tid=23362] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23362/stat : 23362 (java) S 23340 23343 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30279628 9856040960 126069 33554432000 1073741824 1073778376 140735880756544 139944903762728 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1679.66
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.13 2.18 2.18 3/213 23494
/proc/meminfo: memFree=29468352/32872528 swapFree=877056/942464
[pid=23343] ppid=23340 vsize=9625040 CPUtime=1740.36 cores=1,3,5,7
/proc/23343/stat : 23343 (java) S 23340 23343 19848 0 -1 4202496 46632 0 1 0 173870 166 0 0 20 0 19 0 30279576 9856040960 127166 33554432000 1073741824 1073778376 140735880756544 140735880747680 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23343/statm: 2406260 127166 2299 9 0 2396937 0
[pid=23343/tid=23344] ppid=23340 vsize=9625040 CPUtime=1706.03 cores=1,3,5,7
/proc/23343/task/23344/stat : 23344 (java) R 23340 23343 19848 0 -1 4202560 2884 0 1 0 170572 31 0 0 20 0 19 0 30279576 9856040960 127166 33554432000 1073741824 1073778376 140735880756544 139945087990992 139944950020768 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23343/tid=23346] ppid=23340 vsize=9625040 CPUtime=2.95 cores=1,3,5,7
/proc/23343/task/23346/stat : 23346 (java) S 23340 23343 19848 0 -1 4202560 1630 0 0 0 282 13 0 0 20 0 19 0 30279577 9856040960 127166 33554432000 1073741824 1073778376 140735880756544 139945077053608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23347] ppid=23340 vsize=9625040 CPUtime=2.76 cores=1,3,5,7
/proc/23343/task/23347/stat : 23347 (java) S 23340 23343 19848 0 -1 4202560 1761 0 0 0 262 14 0 0 20 0 19 0 30279577 9856040960 127166 33554432000 1073741824 1073778376 140735880756544 139945076001064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23343/tid=23348] ppid=23340 vsize=9625040 CPUtime=2.93 cores=1,3,5,7
/proc/23343/task/23348/stat : 23348 (java) S 23340 23343 19848 0 -1 4202560 1344 0 0 0 278 15 0 0 20 0 19 0 30279577 9856040960 127166 33554432000 1073741824 1073778376 140735880756544 139945074948520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23343/tid=23349] ppid=23340 vsize=9625040 CPUtime=2.66 cores=1,3,5,7
/proc/23343/task/23349/stat : 23349 (java) S 23340 23343 19848 0 -1 4202560 808 0 0 0 253 13 0 0 20 0 19 0 30279577 9856040960 127166 33554432000 1073741824 1073778376 140735880756544 139945073895976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23343/tid=23350] ppid=23340 vsize=9625040 CPUtime=2.81 cores=1,3,5,7
/proc/23343/task/23350/stat : 23350 (java) S 23340 23343 19848 0 -1 4202560 1423 0 0 0 266 15 0 0 20 0 19 0 30279577 9856040960 127166 33554432000 1073741824 1073778376 140735880756544 139945072843432 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23343/tid=23351] ppid=23340 vsize=9625040 CPUtime=2.79 cores=1,3,5,7
/proc/23343/task/23351/stat : 23351 (java) S 23340 23343 19848 0 -1 4202560 1377 0 0 0 265 14 0 0 20 0 19 0 30279577 9856040960 127166 33554432000 1073741824 1073778376 140735880756544 139945071790888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23343/tid=23352] ppid=23340 vsize=9625040 CPUtime=2.68 cores=1,3,5,7
/proc/23343/task/23352/stat : 23352 (java) S 23340 23343 19848 0 -1 4202560 1721 0 0 0 257 11 0 0 20 0 19 0 30279577 9856040960 127166 33554432000 1073741824 1073778376 140735880756544 139945070738344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23343/tid=23353] ppid=23340 vsize=9625040 CPUtime=2.78 cores=1,3,5,7
/proc/23343/task/23353/stat : 23353 (java) S 23340 23343 19848 0 -1 4202560 1221 0 0 0 264 14 0 0 20 0 19 0 30279577 9856040960 127166 33554432000 1073741824 1073778376 140735880756544 139945069685800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23343/tid=23354] ppid=23340 vsize=9625040 CPUtime=5.07 cores=1,3,5,7
/proc/23343/task/23354/stat : 23354 (java) S 23340 23343 19848 0 -1 4202560 795 0 0 0 500 7 0 0 20 0 19 0 30279578 9856040960 127166 33554432000 1073741824 1073778376 140735880756544 139944912185448 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23343/tid=23355] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23355/stat : 23355 (java) S 23340 23343 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30279578 9856040960 127166 33554432000 1073741824 1073778376 140735880756544 139944911131768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23356] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23356/stat : 23356 (java) S 23340 23343 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30279578 9856040960 127166 33554432000 1073741824 1073778376 140735880756544 139944910079112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23357] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23357/stat : 23357 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279581 9856040960 127166 33554432000 1073741824 1073778376 140735880756544 139944909027856 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23358] ppid=23340 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/23343/task/23358/stat : 23358 (java) S 23340 23343 19848 0 -1 4202560 13369 0 0 0 96 4 0 0 20 0 19 0 30279581 9856040960 127166 33554432000 1073741824 1073778376 140735880756544 139944907975224 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23343/tid=23359] ppid=23340 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/23343/task/23359/stat : 23359 (java) S 23340 23343 19848 0 -1 4202560 16940 0 0 0 106 4 0 0 20 0 19 0 30279581 9856040960 127166 33554432000 1073741824 1073778376 140735880756544 139944906922680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23343/tid=23360] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23360/stat : 23360 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279581 9856040960 127166 33554432000 1073741824 1073778376 140735880756544 139944905870328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23343/tid=23361] ppid=23340 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/23343/task/23361/stat : 23361 (java) S 23340 23343 19848 0 -1 4202560 99 0 0 0 25 42 0 0 20 0 19 0 30279581 9856040960 127166 33554432000 1073741824 1073778376 140735880756544 139944904817992 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23343/tid=23362] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23362/stat : 23362 (java) S 23340 23343 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30279628 9856040960 127166 33554432000 1073741824 1073778376 140735880756544 139944903762728 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1740.36
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.3 s]
/proc/loadavg: 2.20 2.19 2.18 5/213 23495
/proc/meminfo: memFree=29475672/32872528 swapFree=877056/942464
[pid=23343] ppid=23340 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/23343/stat : 23343 (java) S 23340 23343 19848 0 -1 4202496 47130 0 1 0 179839 169 0 0 20 0 19 0 30279576 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 140735880747680 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23343/statm: 2406260 130539 2299 9 0 2396937 0
[pid=23343/tid=23344] ppid=23340 vsize=9625040 CPUtime=1764.41 cores=1,3,5,7
/proc/23343/task/23344/stat : 23344 (java) R 23340 23343 19848 0 -1 4202560 2904 0 1 0 176408 33 0 0 20 0 19 0 30279576 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139945087990992 139944950252372 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23343/tid=23346] ppid=23340 vsize=9625040 CPUtime=3.11 cores=1,3,5,7
/proc/23343/task/23346/stat : 23346 (java) S 23340 23343 19848 0 -1 4202560 1735 0 0 0 297 14 0 0 20 0 19 0 30279577 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139945077053608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23343/tid=23347] ppid=23340 vsize=9625040 CPUtime=2.89 cores=1,3,5,7
/proc/23343/task/23347/stat : 23347 (java) S 23340 23343 19848 0 -1 4202560 1763 0 0 0 275 14 0 0 20 0 19 0 30279577 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139945076001064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23343/tid=23348] ppid=23340 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/23343/task/23348/stat : 23348 (java) S 23340 23343 19848 0 -1 4202560 1344 0 0 0 289 15 0 0 20 0 19 0 30279577 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139945074948520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23343/tid=23349] ppid=23340 vsize=9625040 CPUtime=2.77 cores=1,3,5,7
/proc/23343/task/23349/stat : 23349 (java) S 23340 23343 19848 0 -1 4202560 812 0 0 0 264 13 0 0 20 0 19 0 30279577 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139945073895976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23343/tid=23350] ppid=23340 vsize=9625040 CPUtime=2.93 cores=1,3,5,7
/proc/23343/task/23350/stat : 23350 (java) S 23340 23343 19848 0 -1 4202560 1423 0 0 0 278 15 0 0 20 0 19 0 30279577 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139945072843432 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23343/tid=23351] ppid=23340 vsize=9625040 CPUtime=2.91 cores=1,3,5,7
/proc/23343/task/23351/stat : 23351 (java) S 23340 23343 19848 0 -1 4202560 1482 0 0 0 277 14 0 0 20 0 19 0 30279577 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139945071790888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23343/tid=23352] ppid=23340 vsize=9625040 CPUtime=2.82 cores=1,3,5,7
/proc/23343/task/23352/stat : 23352 (java) S 23340 23343 19848 0 -1 4202560 1826 0 0 0 271 11 0 0 20 0 19 0 30279577 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139945070738344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23343/tid=23353] ppid=23340 vsize=9625040 CPUtime=2.92 cores=1,3,5,7
/proc/23343/task/23353/stat : 23353 (java) S 23340 23343 19848 0 -1 4202560 1369 0 0 0 278 14 0 0 20 0 19 0 30279577 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139945069685800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23343/tid=23354] ppid=23340 vsize=9625040 CPUtime=5.22 cores=1,3,5,7
/proc/23343/task/23354/stat : 23354 (java) S 23340 23343 19848 0 -1 4202560 800 0 0 0 515 7 0 0 20 0 19 0 30279578 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139944912185448 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23355] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23355/stat : 23355 (java) S 23340 23343 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30279578 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139944911131768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23356] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23356/stat : 23356 (java) S 23340 23343 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30279578 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139944910079112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23357] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23357/stat : 23357 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279581 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139944909027856 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23358] ppid=23340 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/23343/task/23358/stat : 23358 (java) S 23340 23343 19848 0 -1 4202560 13369 0 0 0 96 4 0 0 20 0 19 0 30279581 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139944907975224 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23343/tid=23359] ppid=23340 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/23343/task/23359/stat : 23359 (java) S 23340 23343 19848 0 -1 4202560 16940 0 0 0 106 4 0 0 20 0 19 0 30279581 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139944906922680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23343/tid=23360] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23360/stat : 23360 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279581 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139944905870328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23343/tid=23361] ppid=23340 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/23343/task/23361/stat : 23361 (java) S 23340 23343 19848 0 -1 4202560 103 0 0 0 26 43 0 0 20 0 19 0 30279581 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139944904817992 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23343/tid=23362] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23362/stat : 23362 (java) S 23340 23343 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30279628 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139944903762728 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 23343 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1781.3 s]
/proc/loadavg: 2.20 2.19 2.18 5/213 23495
/proc/meminfo: memFree=29475672/32872528 swapFree=877056/942464
[pid=23343] ppid=23340 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/23343/stat : 23343 (java) S 23340 23343 19848 0 -1 4202496 47130 0 1 0 179839 169 0 0 20 0 19 0 30279576 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 140735880747680 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23343/statm: 2406260 130539 2299 9 0 2396937 0
[pid=23343/tid=23344] ppid=23340 vsize=9625040 CPUtime=1764.41 cores=1,3,5,7
/proc/23343/task/23344/stat : 23344 (java) R 23340 23343 19848 0 -1 4202560 2904 0 1 0 176408 33 0 0 20 0 19 0 30279576 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139945087990992 139944950252372 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23343/tid=23346] ppid=23340 vsize=9625040 CPUtime=3.11 cores=1,3,5,7
/proc/23343/task/23346/stat : 23346 (java) S 23340 23343 19848 0 -1 4202560 1735 0 0 0 297 14 0 0 20 0 19 0 30279577 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139945077053608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23343/tid=23347] ppid=23340 vsize=9625040 CPUtime=2.89 cores=1,3,5,7
/proc/23343/task/23347/stat : 23347 (java) S 23340 23343 19848 0 -1 4202560 1763 0 0 0 275 14 0 0 20 0 19 0 30279577 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139945076001064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23343/tid=23348] ppid=23340 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/23343/task/23348/stat : 23348 (java) S 23340 23343 19848 0 -1 4202560 1344 0 0 0 289 15 0 0 20 0 19 0 30279577 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139945074948520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23343/tid=23349] ppid=23340 vsize=9625040 CPUtime=2.77 cores=1,3,5,7
/proc/23343/task/23349/stat : 23349 (java) S 23340 23343 19848 0 -1 4202560 812 0 0 0 264 13 0 0 20 0 19 0 30279577 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139945073895976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23343/tid=23350] ppid=23340 vsize=9625040 CPUtime=2.93 cores=1,3,5,7
/proc/23343/task/23350/stat : 23350 (java) S 23340 23343 19848 0 -1 4202560 1423 0 0 0 278 15 0 0 20 0 19 0 30279577 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139945072843432 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23343/tid=23351] ppid=23340 vsize=9625040 CPUtime=2.91 cores=1,3,5,7
/proc/23343/task/23351/stat : 23351 (java) S 23340 23343 19848 0 -1 4202560 1482 0 0 0 277 14 0 0 20 0 19 0 30279577 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139945071790888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23343/tid=23352] ppid=23340 vsize=9625040 CPUtime=2.82 cores=1,3,5,7
/proc/23343/task/23352/stat : 23352 (java) S 23340 23343 19848 0 -1 4202560 1826 0 0 0 271 11 0 0 20 0 19 0 30279577 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139945070738344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23343/tid=23353] ppid=23340 vsize=9625040 CPUtime=2.92 cores=1,3,5,7
/proc/23343/task/23353/stat : 23353 (java) S 23340 23343 19848 0 -1 4202560 1369 0 0 0 278 14 0 0 20 0 19 0 30279577 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139945069685800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23343/tid=23354] ppid=23340 vsize=9625040 CPUtime=5.22 cores=1,3,5,7
/proc/23343/task/23354/stat : 23354 (java) S 23340 23343 19848 0 -1 4202560 800 0 0 0 515 7 0 0 20 0 19 0 30279578 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139944912185448 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23355] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23355/stat : 23355 (java) S 23340 23343 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30279578 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139944911131768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23356] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23356/stat : 23356 (java) S 23340 23343 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30279578 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139944910079112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23357] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23357/stat : 23357 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279581 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139944909027856 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23343/tid=23358] ppid=23340 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/23343/task/23358/stat : 23358 (java) S 23340 23343 19848 0 -1 4202560 13369 0 0 0 96 4 0 0 20 0 19 0 30279581 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139944907975224 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23343/tid=23359] ppid=23340 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/23343/task/23359/stat : 23359 (java) S 23340 23343 19848 0 -1 4202560 16940 0 0 0 106 4 0 0 20 0 19 0 30279581 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139944906922680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23343/tid=23360] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23360/stat : 23360 (java) S 23340 23343 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30279581 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139944905870328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23343/tid=23361] ppid=23340 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/23343/task/23361/stat : 23361 (java) S 23340 23343 19848 0 -1 4202560 103 0 0 0 26 43 0 0 20 0 19 0 30279581 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139944904817992 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23343/tid=23362] ppid=23340 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23343/task/23362/stat : 23362 (java) S 23340 23343 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30279628 9856040960 130539 33554432000 1073741824 1073778376 140735880756544 139944903762728 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23343 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=968275
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=151672
# CPU time returned by wait4() is 1796.12
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1781.34
CPU time (s): 1800.08
CPU user time (s): 1798.39
CPU system time (s): 1.69
CPU usage (%): 101.052
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.97
system time used= 2.15167
maximum resident set size= 813764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47161
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= 49688
involuntary context switches= 49789

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.5842 second user time and 12.6631 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 22:38:27
IDJOB=4106957
IDBENCH=48340
IDSOLVER=2546
FILE ID=node113/4106957-1466282306
RUNJOBID= node113-1466265808-19865
PBS_JOBID= 19918235
Free space on /tmp= 71704 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_3_40.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106957-1466282306/watcher-4106957-1466282306 -o /tmp/evaluation-result-4106957-1466282306/solver-4106957-1466282306 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466265808-19865 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106957-1466282306.opb

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

MD5SUM BENCH= 67a15ea3b760eccb0e507c1f93bad0e1
RANDOM SEED=13341728

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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.799
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.799
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.54
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.799
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.54
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.799
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:        30014064 kB
Buffers:          122568 kB
Cached:           286844 kB
SwapCached:         1896 kB
Active:           856576 kB
Inactive:         318540 kB
Active(anon):     766028 kB
Inactive(anon):     2024 kB
Active(file):      90548 kB
Inactive(file):   316516 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098956 kB
Dirty:               812 kB
Writeback:             0 kB
AnonPages:       1725956 kB
Mapped:            15452 kB
Shmem:                 0 kB
Slab:             606832 kB
SReclaimable:      50208 kB
SUnreclaim:       556624 kB
KernelStack:        1616 kB
PageTables:         7764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1863824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    806912 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= 71704 MiB
End job on node113 at 2016-06-18 23:08:08