Trace number 4084703

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 1796.74

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_1_15.opb
MD5SUMc7cfddeeb3bb3e7896ee6eefe7e9ac17
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1220
Sum of products size (including duplicates)2440
Number of different products610
Sum of products size1220

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4084703-1465263074.opb
0.11/0.10	c reading problem ... 
0.11/0.11	c  no objective function found
0.26/0.21	c ... done. Wall clock time 0.109s.
0.26/0.21	c declared #vars     100
0.26/0.21	c internal #vars     710
0.26/0.21	c #constraints  1373
0.26/0.21	c constraints type 
0.26/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 610
0.26/0.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.26/0.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.26/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 610
0.26/0.21	c 1373 constraints processed.
0.83/0.57	c cleaning 2493 clauses out of 5000 with flag 12993/5000
1.25/0.82	c cleaning 4249 clauses out of 8508 with flag 28259/11001
1.56/1.12	c cleaning 5620 clauses out of 11258 with flag 45831/18000
1.86/1.49	c cleaning 6814 clauses out of 13639 with flag 65690/26001
2.45/1.97	c cleaning 7912 clauses out of 15824 with flag 90310/35000
3.05/2.56	c cleaning 8946 clauses out of 17912 with flag 119082/45000
3.75/3.23	c cleaning 9976 clauses out of 19968 with flag 150049/56002
4.55/4.02	c cleaning 10984 clauses out of 21990 with flag 185299/68000
5.35/4.89	c cleaning 11997 clauses out of 24008 with flag 221434/81002
6.45/5.94	c cleaning 12998 clauses out of 26010 with flag 263452/95001
7.55/7.05	c cleaning 14001 clauses out of 28011 with flag 307711/110000
8.85/8.34	c cleaning 14993 clauses out of 30010 with flag 357235/126000
10.26/9.76	c cleaning 15996 clauses out of 32018 with flag 407015/143001
11.86/11.30	c cleaning 17003 clauses out of 34021 with flag 460532/161000
13.46/12.94	c cleaning 17999 clauses out of 36019 with flag 519852/180001
15.16/14.67	c cleaning 18999 clauses out of 38019 with flag 578905/200000
17.06/16.60	c cleaning 19999 clauses out of 40020 with flag 642208/221000
19.26/18.73	c cleaning 21003 clauses out of 42022 with flag 708108/243001
21.65/21.13	c cleaning 22002 clauses out of 44018 with flag 778154/266000
24.05/23.57	c cleaning 22997 clauses out of 46018 with flag 845975/290002
26.66/26.20	c cleaning 23994 clauses out of 48022 with flag 922732/315003
29.56/29.07	c cleaning 24996 clauses out of 50025 with flag 997328/341000
32.72/32.17	c cleaning 26004 clauses out of 52030 with flag 1079087/368001
35.92/35.37	c cleaning 26996 clauses out of 54025 with flag 1160070/396000
39.31/38.74	c cleaning 28011 clauses out of 56030 with flag 1241436/425001
43.01/42.46	c cleaning 28999 clauses out of 58018 with flag 1334643/455000
47.11/46.50	c cleaning 29997 clauses out of 60019 with flag 1426298/486000
51.61/51.07	c cleaning 31005 clauses out of 62022 with flag 1530350/518000
56.11/55.50	c cleaning 32002 clauses out of 64017 with flag 1631810/551000
60.71/60.13	c cleaning 33005 clauses out of 66016 with flag 1728454/585001
66.01/65.45	c cleaning 33990 clauses out of 68010 with flag 1828675/620000
72.02/71.45	c cleaning 34999 clauses out of 70020 with flag 1941316/656000
78.32/77.71	c cleaning 36007 clauses out of 72022 with flag 2056525/693001
84.51/83.92	c cleaning 37002 clauses out of 74014 with flag 2156166/731000
91.07/90.40	c cleaning 38002 clauses out of 76012 with flag 2258019/770000
97.67/97.07	c cleaning 39000 clauses out of 78010 with flag 2363961/810000
104.67/104.02	c cleaning 39995 clauses out of 80010 with flag 2474700/851000
111.88/111.23	c cleaning 40999 clauses out of 82016 with flag 2590325/893001
119.77/119.11	c cleaning 41999 clauses out of 84016 with flag 2700438/936000
128.07/127.44	c cleaning 43002 clauses out of 86017 with flag 2814870/980000
136.78/136.14	c cleaning 43997 clauses out of 88016 with flag 2934871/1025001
145.89/145.22	c cleaning 44996 clauses out of 90020 with flag 3062749/1071002
155.18/154.52	c cleaning 46004 clauses out of 92022 with flag 3186214/1118000
165.25/164.15	c cleaning 47003 clauses out of 94019 with flag 3318022/1166001
175.02/173.87	c cleaning 47994 clauses out of 96015 with flag 3452637/1215000
185.41/184.21	c cleaning 49005 clauses out of 98021 with flag 3586665/1265000
197.22/196.09	c cleaning 50002 clauses out of 100017 with flag 3727266/1316001
209.72/208.56	c cleaning 50997 clauses out of 102014 with flag 3866291/1368000
222.61/221.43	c cleaning 52000 clauses out of 104017 with flag 4001516/1421000
235.82/234.66	c cleaning 52997 clauses out of 106017 with flag 4142865/1475000
250.30/249.07	c cleaning 53991 clauses out of 108021 with flag 4285219/1530001
264.89/263.61	c cleaning 54996 clauses out of 110031 with flag 4424024/1586002
279.70/278.47	c cleaning 56005 clauses out of 112033 with flag 4579233/1643000
294.69/293.43	c cleaning 57003 clauses out of 114029 with flag 4735494/1701001
309.58/308.39	c cleaning 58006 clauses out of 116025 with flag 4896004/1760000
325.79/324.54	c cleaning 58990 clauses out of 118020 with flag 5057453/1820001
341.78/340.50	c cleaning 60004 clauses out of 120029 with flag 5226809/1881000
358.65/357.29	c cleaning 60999 clauses out of 122025 with flag 5393271/1943000
376.16/374.74	c cleaning 62001 clauses out of 124027 with flag 5563139/2006001
394.06/392.62	c cleaning 62995 clauses out of 126025 with flag 5732479/2070000
414.08/412.66	c cleaning 63999 clauses out of 128031 with flag 5899720/2135001
436.48/435.08	c cleaning 65003 clauses out of 130031 with flag 6080957/2201000
457.50/456.04	c cleaning 66003 clauses out of 132030 with flag 6266809/2268002
478.76/477.13	c cleaning 66999 clauses out of 134026 with flag 6454164/2336001
501.47/499.84	c cleaning 68006 clauses out of 136027 with flag 6647865/2405001
523.77/522.14	c cleaning 69000 clauses out of 138020 with flag 6843094/2475000
546.58/544.99	c cleaning 69999 clauses out of 140020 with flag 7042846/2546000
570.88/569.23	c cleaning 71010 clauses out of 142021 with flag 7232386/2618000
596.38/594.50	c cleaning 72003 clauses out of 144011 with flag 7426799/2691000
624.97/623.18	c cleaning 72994 clauses out of 146008 with flag 7618249/2765000
655.66/653.80	c cleaning 74001 clauses out of 148014 with flag 7812716/2840000
685.66/683.84	c cleaning 74990 clauses out of 150013 with flag 8009524/2916000
714.56/712.50	c cleaning 75995 clauses out of 152023 with flag 8204447/2993000
745.97/743.96	c cleaning 77008 clauses out of 154029 with flag 8406687/3071001
778.38/776.30	c cleaning 78007 clauses out of 156022 with flag 8606114/3150002
810.28/808.28	c cleaning 78999 clauses out of 158013 with flag 8810592/3230000
845.16/842.98	c cleaning 80002 clauses out of 160016 with flag 9028621/3311002
879.26/877.04	c cleaning 80999 clauses out of 162014 with flag 9246318/3393002
914.77/912.59	c cleaning 81994 clauses out of 164013 with flag 9479337/3476000
950.35/947.91	c cleaning 83004 clauses out of 166020 with flag 9703164/3560001
985.35/982.97	c cleaning 83999 clauses out of 168016 with flag 9920349/3645001
1022.27/1019.86	c cleaning 84999 clauses out of 170017 with flag 10137901/3731001
1065.72/1063.19	c cleaning 86002 clauses out of 172017 with flag 10386544/3818000
1098.03/1095.47	c cleaning 86998 clauses out of 174016 with flag 10632052/3906001
1135.74/1133.13	c cleaning 88000 clauses out of 176017 with flag 10881012/3995000
1169.62/1166.91	c cleaning 89002 clauses out of 178019 with flag 11140848/4085002
1206.52/1203.85	c cleaning 89993 clauses out of 180015 with flag 11423414/4176000
1244.74/1242.05	c cleaning 90998 clauses out of 182023 with flag 11685250/4268001
1281.50/1278.71	c cleaning 92001 clauses out of 184026 with flag 11953469/4361002
1323.60/1320.90	c cleaning 92997 clauses out of 186024 with flag 12232851/4455001
1362.29/1359.41	c cleaning 94000 clauses out of 188026 with flag 12495282/4550000
1403.68/1400.88	c cleaning 94992 clauses out of 190026 with flag 12780655/4646000
1444.49/1441.67	c cleaning 95999 clauses out of 192034 with flag 13059225/4743000
1485.36/1482.40	c cleaning 97006 clauses out of 194036 with flag 13330996/4841001
1532.27/1529.37	c cleaning 98005 clauses out of 196030 with flag 13619439/4940001
1580.99/1577.96	c cleaning 99005 clauses out of 198025 with flag 13890114/5040001
1625.61/1622.55	c cleaning 100001 clauses out of 200019 with flag 14146657/5141000
1672.81/1669.77	c cleaning 100991 clauses out of 202018 with flag 14442103/5243000
1719.27/1716.10	c cleaning 102003 clauses out of 204027 with flag 14737058/5346000
1771.87/1768.69	c cleaning 103002 clauses out of 206026 with flag 15047258/5450002
1800.08/1796.70	c starts		: 248
1800.08/1796.70	c conflicts		: 5517674
1800.08/1796.70	c decisions		: 8436439
1800.08/1796.70	c propagations		: 48708578
1800.08/1796.70	c inspects		: 34655250983
1800.08/1796.70	c shortcuts		: 0
1800.08/1796.70	c learnt literals	: 0
1800.08/1796.70	c learnt binary clauses	: 1
1800.08/1796.70	c learnt ternary clauses	: 1441
1800.08/1796.70	c learnt constraints	: 5517674
1800.08/1796.70	c ignored constraints	: 0
1800.08/1796.70	c root simplifications	: 0
1800.08/1796.70	c removed literals (reason simplification)	: 0
1800.08/1796.70	c reason swapping (by a shorter reason)	: 0
1800.08/1796.70	c Calls to reduceDB	: 100
1800.08/1796.70	c Number of update (reduction) of LBD	: 1487368
1800.08/1796.70	c Imported unit clauses	: 0
1800.08/1796.70	c number of reductions to clauses (during analyze)	: 0
1800.08/1796.70	c number of learned constraints concerned by reduction	: 0
1800.08/1796.70	c number of learning phase by resolution	: 0
1800.08/1796.70	c number of learning phase by cutting planes	: 0
1800.08/1796.70	c speed (assignments/second)	: 27113.237112208437
1800.08/1796.70	c non guided choices	646
1800.08/1796.70	c timeout
1800.08/1796.73	c learnt constraints type 
1800.08/1796.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.08/1796.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 170695
1800.08/1796.73	s UNKNOWN
1800.08/1796.73	c Total wall clock time (in seconds): 1796.628

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

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

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


[startup+0 s]
/proc/loadavg: 2.41 2.18 2.06 3/193 11369
/proc/meminfo: memFree=30490548/32872528 swapFree=13256/481332
[pid=11369] ppid=11366 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/11369/stat : 11369 (java) S 11366 11369 8435 0 -1 4202496 1321 0 0 0 0 0 0 0 20 0 2 0 108242271 98635776 952 33554432000 1073741824 1073778376 140735976129856 140735976120992 235378081853 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11369/statm: 24081 959 727 9 0 16771 0
[pid=11369/tid=11370] ppid=11366 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11370/stat : 11370 (java) R 11366 11369 8435 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 108242272 98570240 977 33554432000 1073741824 1073778376 140735976129856 139815402270248 235374724480 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 2.41 2.18 2.06 3/193 11369
/proc/meminfo: memFree=30490548/32872528 swapFree=13256/481332
[pid=11369] ppid=11366 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/11369/stat : 11369 (java) S 11366 11369 8435 0 -1 4202496 4473 0 1 0 10 1 0 0 20 0 18 0 108242271 9787879424 6095 33554432000 1073741824 1073778376 140735976129856 140735976120992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11369/statm: 2389619 6095 2155 9 0 2380296 0
[pid=11369/tid=11370] ppid=11366 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/11369/task/11370/stat : 11370 (java) R 11366 11369 8435 0 -1 4202560 2380 0 1 0 7 0 0 0 20 0 18 0 108242272 9787879424 6095 33554432000 1073741824 1073778376 140735976129856 139815402273696 139815228137137 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20031 s]
/proc/loadavg: 2.41 2.18 2.06 3/193 11369
/proc/meminfo: memFree=30490548/32872528 swapFree=13256/481332
[pid=11369] ppid=11366 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/11369/stat : 11369 (java) S 11366 11369 8435 0 -1 4202496 4711 0 1 0 25 1 0 0 20 0 18 0 108242271 9787879424 6772 33554432000 1073741824 1073778376 140735976129856 140735976120992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11369/statm: 2389619 6772 2214 9 0 2380296 0
[pid=11369/tid=11370] ppid=11366 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/11369/task/11370/stat : 11370 (java) R 11366 11369 8435 0 -1 4202560 2404 0 1 0 17 0 0 0 20 0 18 0 108242272 9787879424 6772 33554432000 1073741824 1073778376 140735976129856 139815402268088 139815228094663 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300309 s]
/proc/loadavg: 2.41 2.18 2.06 3/193 11369
/proc/meminfo: memFree=30490548/32872528 swapFree=13256/481332
[pid=11369] ppid=11366 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/11369/stat : 11369 (java) S 11366 11369 8435 0 -1 4202496 7126 0 1 0 49 2 0 0 20 0 19 0 108242271 9856040960 8842 33554432000 1073741824 1073778376 140735976129856 140735976120992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11369/statm: 2406260 8842 2240 9 0 2396937 0
[pid=11369/tid=11370] ppid=11366 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/11369/task/11370/stat : 11370 (java) R 11366 11369 8435 0 -1 4202560 2414 0 1 0 27 0 0 0 20 0 19 0 108242272 9856040960 8842 33554432000 1073741824 1073778376 140735976129856 139815402275456 139815405560727 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700252 s]
/proc/loadavg: 2.41 2.18 2.06 3/193 11369
/proc/meminfo: memFree=30490548/32872528 swapFree=13256/481332
[pid=11369] ppid=11366 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/11369/stat : 11369 (java) S 11366 11369 8435 0 -1 4202496 8443 0 1 0 111 2 0 0 20 0 19 0 108242271 9856040960 9892 33554432000 1073741824 1073778376 140735976129856 140735976120992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11369/statm: 2406260 9892 2254 9 0 2396937 0
[pid=11369/tid=11370] ppid=11366 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/11369/task/11370/stat : 11370 (java) R 11366 11369 8435 0 -1 4202560 2416 0 1 0 67 0 0 0 20 0 19 0 108242272 9856040960 9892 33554432000 1073741824 1073778376 140735976129856 139815402275096 139815228549416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.41 2.18 2.06 3/212 11388
/proc/meminfo: memFree=30455044/32872528 swapFree=13256/481332
[pid=11369] ppid=11366 vsize=9625040 CPUtime=1.98 cores=0,2,4,6
/proc/11369/stat : 11369 (java) S 11366 11369 8435 0 -1 4202496 8451 0 1 0 196 2 0 0 20 0 19 0 108242271 9856040960 11432 33554432000 1073741824 1073778376 140735976129856 140735976120992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11369/statm: 2406260 11432 2256 9 0 2396937 0
[pid=11369/tid=11370] ppid=11366 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/11369/task/11370/stat : 11370 (java) R 11366 11369 8435 0 -1 4202560 2420 0 1 0 147 0 0 0 20 0 19 0 108242272 9856040960 11432 33554432000 1073741824 1073778376 140735976129856 139815402275320 139815228591587 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11369/tid=11372] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11372/stat : 11372 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242272 9856040960 11432 33554432000 1073741824 1073778376 140735976129856 139815363767208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11373] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11373/stat : 11373 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242272 9856040960 11432 33554432000 1073741824 1073778376 140735976129856 139815362714664 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11369/tid=11374] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11374/stat : 11374 (java) S 11366 11369 8435 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 108242272 9856040960 11432 33554432000 1073741824 1073778376 140735976129856 139815361661608 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11369/tid=11375] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11375/stat : 11375 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242272 9856040960 11432 33554432000 1073741824 1073778376 140735976129856 139815360609064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11369/tid=11376] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11376/stat : 11376 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242272 9856040960 11432 33554432000 1073741824 1073778376 140735976129856 139815359556008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11377] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11377/stat : 11377 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242272 9856040960 11432 33554432000 1073741824 1073778376 140735976129856 139815358503464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11369/tid=11378] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11378/stat : 11378 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242272 9856040960 11432 33554432000 1073741824 1073778376 140735976129856 139815357450408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11369/tid=11379] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11379/stat : 11379 (java) S 11366 11369 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108242272 9856040960 11432 33554432000 1073741824 1073778376 140735976129856 139815356397864 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11380] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11380/stat : 11380 (java) S 11366 11369 8435 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108242274 9856040960 11432 33554432000 1073741824 1073778376 140735976129856 139815225903976 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11381] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11381/stat : 11381 (java) S 11366 11369 8435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108242274 9856040960 11432 33554432000 1073741824 1073778376 140735976129856 139815224850296 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11382] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11382/stat : 11382 (java) S 11366 11369 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108242274 9856040960 11432 33554432000 1073741824 1073778376 140735976129856 139815223797128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11383] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11383/stat : 11383 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242276 9856040960 11432 33554432000 1073741824 1073778376 140735976129856 139815222745872 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11384] ppid=11366 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/11369/task/11384/stat : 11384 (java) R 11366 11369 8435 0 -1 4202560 1515 0 0 0 18 0 0 0 20 0 19 0 108242276 9856040960 11432 33554432000 1073741824 1073778376 140735976129856 139815221692728 139815408232566 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11385] ppid=11366 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/11369/task/11385/stat : 11385 (java) S 11366 11369 8435 0 -1 4202560 3243 0 0 0 28 0 0 0 20 0 19 0 108242276 9856040960 11432 33554432000 1073741824 1073778376 140735976129856 139815220640184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11369/tid=11386] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11386/stat : 11386 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242276 9856040960 11432 33554432000 1073741824 1073778376 140735976129856 139815219587320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11369/tid=11387] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11387/stat : 11387 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242276 9856040960 11432 33554432000 1073741824 1073778376 140735976129856 139815218534984 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11388] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11388/stat : 11388 (java) S 11366 11369 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108242293 9856040960 11432 33554432000 1073741824 1073778376 140735976129856 139815217481256 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.41 2.18 2.06 3/212 11388
/proc/meminfo: memFree=30445984/32872528 swapFree=13256/481332
[pid=11369] ppid=11366 vsize=9625040 CPUtime=3.65 cores=0,2,4,6
/proc/11369/stat : 11369 (java) S 11366 11369 8435 0 -1 4202496 9601 0 1 0 363 2 0 0 20 0 19 0 108242271 9856040960 13993 33554432000 1073741824 1073778376 140735976129856 140735976120992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11369/statm: 2406260 13993 2257 9 0 2396937 0
[pid=11369/tid=11370] ppid=11366 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/11369/task/11370/stat : 11370 (java) R 11366 11369 8435 0 -1 4202560 2425 0 1 0 305 1 0 0 20 0 19 0 108242272 9856040960 13993 33554432000 1073741824 1073778376 140735976129856 139815402266288 139815228516836 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11369/tid=11372] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11372/stat : 11372 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242272 9856040960 13993 33554432000 1073741824 1073778376 140735976129856 139815363767208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11373] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11373/stat : 11373 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242272 9856040960 13993 33554432000 1073741824 1073778376 140735976129856 139815362714664 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11369/tid=11374] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11374/stat : 11374 (java) S 11366 11369 8435 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 108242272 9856040960 13993 33554432000 1073741824 1073778376 140735976129856 139815361661608 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11369/tid=11375] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11375/stat : 11375 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242272 9856040960 13993 33554432000 1073741824 1073778376 140735976129856 139815360609064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11369/tid=11376] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11376/stat : 11376 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242272 9856040960 13993 33554432000 1073741824 1073778376 140735976129856 139815359556008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11377] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11377/stat : 11377 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242272 9856040960 13993 33554432000 1073741824 1073778376 140735976129856 139815358503464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11369/tid=11378] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11378/stat : 11378 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242272 9856040960 13993 33554432000 1073741824 1073778376 140735976129856 139815357450408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11369/tid=11379] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11379/stat : 11379 (java) S 11366 11369 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108242272 9856040960 13993 33554432000 1073741824 1073778376 140735976129856 139815356397864 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11380] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11380/stat : 11380 (java) S 11366 11369 8435 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108242274 9856040960 13993 33554432000 1073741824 1073778376 140735976129856 139815225903976 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11381] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11381/stat : 11381 (java) S 11366 11369 8435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108242274 9856040960 13993 33554432000 1073741824 1073778376 140735976129856 139815224850296 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11382] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11382/stat : 11382 (java) S 11366 11369 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108242274 9856040960 13993 33554432000 1073741824 1073778376 140735976129856 139815223797128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11383] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11383/stat : 11383 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242276 9856040960 13993 33554432000 1073741824 1073778376 140735976129856 139815222745872 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11384] ppid=11366 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/11369/task/11384/stat : 11384 (java) S 11366 11369 8435 0 -1 4202560 2660 0 0 0 24 0 0 0 20 0 19 0 108242276 9856040960 13993 33554432000 1073741824 1073778376 140735976129856 139815221692728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11385] ppid=11366 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/11369/task/11385/stat : 11385 (java) S 11366 11369 8435 0 -1 4202560 3243 0 0 0 28 0 0 0 20 0 19 0 108242276 9856040960 13993 33554432000 1073741824 1073778376 140735976129856 139815220640184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11369/tid=11386] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11386/stat : 11386 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242276 9856040960 13993 33554432000 1073741824 1073778376 140735976129856 139815219587320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11369/tid=11387] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11387/stat : 11387 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242276 9856040960 13993 33554432000 1073741824 1073778376 140735976129856 139815218534984 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11388] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11388/stat : 11388 (java) S 11366 11369 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108242293 9856040960 13993 33554432000 1073741824 1073778376 140735976129856 139815217481256 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.38 2.18 2.05 3/212 11388
/proc/meminfo: memFree=30429600/32872528 swapFree=13256/481332
[pid=11369] ppid=11366 vsize=9625040 CPUtime=6.85 cores=0,2,4,6
/proc/11369/stat : 11369 (java) S 11366 11369 8435 0 -1 4202496 9611 0 1 0 683 2 0 0 20 0 19 0 108242271 9856040960 18019 33554432000 1073741824 1073778376 140735976129856 140735976120992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11369/statm: 2406260 18019 2258 9 0 2396937 0
[pid=11369/tid=11370] ppid=11366 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/11369/task/11370/stat : 11370 (java) R 11366 11369 8435 0 -1 4202560 2434 0 1 0 625 1 0 0 20 0 19 0 108242272 9856040960 18019 33554432000 1073741824 1073778376 140735976129856 139815402266288 139815228483347 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11369/tid=11372] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11372/stat : 11372 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242272 9856040960 18019 33554432000 1073741824 1073778376 140735976129856 139815363767208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11373] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11373/stat : 11373 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242272 9856040960 18019 33554432000 1073741824 1073778376 140735976129856 139815362714664 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11369/tid=11374] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11374/stat : 11374 (java) S 11366 11369 8435 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 108242272 9856040960 18019 33554432000 1073741824 1073778376 140735976129856 139815361661608 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11369/tid=11375] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11375/stat : 11375 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242272 9856040960 18019 33554432000 1073741824 1073778376 140735976129856 139815360609064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11369/tid=11376] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11376/stat : 11376 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242272 9856040960 18019 33554432000 1073741824 1073778376 140735976129856 139815359556008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11377] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11377/stat : 11377 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242272 9856040960 18019 33554432000 1073741824 1073778376 140735976129856 139815358503464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11369/tid=11378] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11378/stat : 11378 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242272 9856040960 18019 33554432000 1073741824 1073778376 140735976129856 139815357450408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11369/tid=11379] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11379/stat : 11379 (java) S 11366 11369 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108242272 9856040960 18019 33554432000 1073741824 1073778376 140735976129856 139815356397864 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11380] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11380/stat : 11380 (java) S 11366 11369 8435 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108242274 9856040960 18019 33554432000 1073741824 1073778376 140735976129856 139815225903976 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11381] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11381/stat : 11381 (java) S 11366 11369 8435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108242274 9856040960 18019 33554432000 1073741824 1073778376 140735976129856 139815224850296 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11382] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11382/stat : 11382 (java) S 11366 11369 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108242274 9856040960 18019 33554432000 1073741824 1073778376 140735976129856 139815223797128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11383] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11383/stat : 11383 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242276 9856040960 18019 33554432000 1073741824 1073778376 140735976129856 139815222745872 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11384] ppid=11366 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/11369/task/11384/stat : 11384 (java) S 11366 11369 8435 0 -1 4202560 2660 0 0 0 25 0 0 0 20 0 19 0 108242276 9856040960 18019 33554432000 1073741824 1073778376 140735976129856 139815221692728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11385] ppid=11366 vsize=9625040 CPUtime=0.28 cores=0,2,4,6

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

[pid=11369/tid=11388] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11388/stat : 11388 (java) S 11366 11369 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108242293 9856040960 145602 33554432000 1073741824 1073778376 140735976129856 139815217481256 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1725.56
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.20 2.18 2.12 3/212 11563
/proc/meminfo: memFree=29686532/32872528 swapFree=13256/481332
[pid=11369] ppid=11366 vsize=9625040 CPUtime=1785.68 cores=0,2,4,6
/proc/11369/stat : 11369 (java) S 11366 11369 8435 0 -1 4202496 20353 0 1 0 178488 80 0 0 20 0 19 0 108242271 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 140735976120992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11369/statm: 2406260 143742 2281 9 0 2396937 0
[pid=11369/tid=11370] ppid=11366 vsize=9625040 CPUtime=1776.71 cores=0,2,4,6
/proc/11369/task/11370/stat : 11370 (java) R 11366 11369 8435 0 -1 4202560 2499 0 1 0 177640 31 0 0 20 0 19 0 108242272 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815402273984 139815228461946 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11369/tid=11372] ppid=11366 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/11369/task/11372/stat : 11372 (java) S 11366 11369 8435 0 -1 4202560 412 0 0 0 33 7 0 0 20 0 19 0 108242272 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815363767208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11369/tid=11373] ppid=11366 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/11369/task/11373/stat : 11373 (java) S 11366 11369 8435 0 -1 4202560 286 0 0 0 26 5 0 0 20 0 19 0 108242272 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815362714664 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11369/tid=11374] ppid=11366 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/11369/task/11374/stat : 11374 (java) S 11366 11369 8435 0 -1 4202560 244 0 0 0 28 6 0 0 20 0 19 0 108242272 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815361661608 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11369/tid=11375] ppid=11366 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/11369/task/11375/stat : 11375 (java) S 11366 11369 8435 0 -1 4202560 265 0 0 0 24 7 0 0 20 0 19 0 108242272 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815360609064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11369/tid=11376] ppid=11366 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/11369/task/11376/stat : 11376 (java) S 11366 11369 8435 0 -1 4202560 311 0 0 0 26 7 0 0 20 0 19 0 108242272 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815359556008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11377] ppid=11366 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/11369/task/11377/stat : 11377 (java) S 11366 11369 8435 0 -1 4202560 222 0 0 0 24 5 0 0 20 0 19 0 108242272 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815358503464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11369/tid=11378] ppid=11366 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/11369/task/11378/stat : 11378 (java) S 11366 11369 8435 0 -1 4202560 370 0 0 0 33 7 0 0 20 0 19 0 108242272 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815357450408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11369/tid=11379] ppid=11366 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/11369/task/11379/stat : 11379 (java) S 11366 11369 8435 0 -1 4202560 227 0 0 0 32 7 0 0 20 0 19 0 108242272 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815356397864 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11369/tid=11380] ppid=11366 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/11369/task/11380/stat : 11380 (java) S 11366 11369 8435 0 -1 4202560 161 0 0 0 11 1 0 0 20 0 19 0 108242274 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815225903976 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11369/tid=11381] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11381/stat : 11381 (java) S 11366 11369 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108242274 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815224850296 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11382] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11382/stat : 11382 (java) S 11366 11369 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108242274 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815223797128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11383] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11383/stat : 11383 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242276 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815222745872 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11384] ppid=11366 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/11369/task/11384/stat : 11384 (java) S 11366 11369 8435 0 -1 4202560 10751 0 0 0 72 2 0 0 20 0 19 0 108242276 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815221692728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11385] ppid=11366 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/11369/task/11385/stat : 11385 (java) S 11366 11369 8435 0 -1 4202560 3243 0 0 0 32 0 0 0 20 0 19 0 108242276 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815220640184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11369/tid=11386] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11386/stat : 11386 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242276 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815219587320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11369/tid=11387] ppid=11366 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/11369/task/11387/stat : 11387 (java) S 11366 11369 8435 0 -1 4202560 104 0 0 0 33 27 0 0 20 0 19 0 108242276 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815218534984 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=11369/tid=11388] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11388/stat : 11388 (java) S 11366 11369 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108242293 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815217481256 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1785.68
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.7 s]
/proc/loadavg: 2.16 2.17 2.12 3/212 11586
/proc/meminfo: memFree=29685304/32872528 swapFree=13256/481332
[pid=11369] ppid=11366 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/11369/stat : 11369 (java) S 11366 11369 8435 0 -1 4202496 20353 0 1 0 179928 80 0 0 20 0 19 0 108242271 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 140735976120992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11369/statm: 2406260 143742 2281 9 0 2396937 0
[pid=11369/tid=11370] ppid=11366 vsize=9625040 CPUtime=1791.07 cores=0,2,4,6
/proc/11369/task/11370/stat : 11370 (java) R 11366 11369 8435 0 -1 4202560 2499 0 1 0 179076 31 0 0 20 0 19 0 108242272 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815402273984 139815228591587 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11369/tid=11372] ppid=11366 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/11369/task/11372/stat : 11372 (java) S 11366 11369 8435 0 -1 4202560 412 0 0 0 33 7 0 0 20 0 19 0 108242272 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815363767208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11369/tid=11373] ppid=11366 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/11369/task/11373/stat : 11373 (java) S 11366 11369 8435 0 -1 4202560 286 0 0 0 26 5 0 0 20 0 19 0 108242272 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815362714664 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11369/tid=11374] ppid=11366 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/11369/task/11374/stat : 11374 (java) S 11366 11369 8435 0 -1 4202560 244 0 0 0 28 6 0 0 20 0 19 0 108242272 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815361661608 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11369/tid=11375] ppid=11366 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/11369/task/11375/stat : 11375 (java) S 11366 11369 8435 0 -1 4202560 265 0 0 0 24 7 0 0 20 0 19 0 108242272 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815360609064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11369/tid=11376] ppid=11366 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/11369/task/11376/stat : 11376 (java) S 11366 11369 8435 0 -1 4202560 311 0 0 0 26 7 0 0 20 0 19 0 108242272 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815359556008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11377] ppid=11366 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/11369/task/11377/stat : 11377 (java) S 11366 11369 8435 0 -1 4202560 222 0 0 0 24 5 0 0 20 0 19 0 108242272 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815358503464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11369/tid=11378] ppid=11366 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/11369/task/11378/stat : 11378 (java) S 11366 11369 8435 0 -1 4202560 370 0 0 0 33 7 0 0 20 0 19 0 108242272 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815357450408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11369/tid=11379] ppid=11366 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/11369/task/11379/stat : 11379 (java) S 11366 11369 8435 0 -1 4202560 227 0 0 0 32 7 0 0 20 0 19 0 108242272 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815356397864 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11369/tid=11380] ppid=11366 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/11369/task/11380/stat : 11380 (java) S 11366 11369 8435 0 -1 4202560 161 0 0 0 11 1 0 0 20 0 19 0 108242274 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815225903976 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11369/tid=11381] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11381/stat : 11381 (java) S 11366 11369 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108242274 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815224850296 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11382] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11382/stat : 11382 (java) S 11366 11369 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108242274 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815223797128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11383] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11383/stat : 11383 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242276 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815222745872 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11384] ppid=11366 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/11369/task/11384/stat : 11384 (java) S 11366 11369 8435 0 -1 4202560 10751 0 0 0 72 2 0 0 20 0 19 0 108242276 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815221692728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11385] ppid=11366 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/11369/task/11385/stat : 11385 (java) S 11366 11369 8435 0 -1 4202560 3243 0 0 0 32 0 0 0 20 0 19 0 108242276 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815220640184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11369/tid=11386] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11386/stat : 11386 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242276 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815219587320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11369/tid=11387] ppid=11366 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/11369/task/11387/stat : 11387 (java) S 11366 11369 8435 0 -1 4202560 104 0 0 0 34 27 0 0 20 0 19 0 108242276 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815218534984 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=11369/tid=11388] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11388/stat : 11388 (java) S 11366 11369 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108242293 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815217481256 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 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 11369 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.7 s]
/proc/loadavg: 2.16 2.17 2.12 3/212 11586
/proc/meminfo: memFree=29685304/32872528 swapFree=13256/481332
[pid=11369] ppid=11366 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/11369/stat : 11369 (java) S 11366 11369 8435 0 -1 4202496 20353 0 1 0 179928 80 0 0 20 0 19 0 108242271 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 140735976120992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11369/statm: 2406260 143742 2281 9 0 2396937 0
[pid=11369/tid=11370] ppid=11366 vsize=9625040 CPUtime=1791.07 cores=0,2,4,6
/proc/11369/task/11370/stat : 11370 (java) R 11366 11369 8435 0 -1 4202560 2499 0 1 0 179076 31 0 0 20 0 19 0 108242272 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815402273984 139815228591587 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11369/tid=11372] ppid=11366 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/11369/task/11372/stat : 11372 (java) S 11366 11369 8435 0 -1 4202560 412 0 0 0 33 7 0 0 20 0 19 0 108242272 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815363767208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11369/tid=11373] ppid=11366 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/11369/task/11373/stat : 11373 (java) S 11366 11369 8435 0 -1 4202560 286 0 0 0 26 5 0 0 20 0 19 0 108242272 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815362714664 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11369/tid=11374] ppid=11366 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/11369/task/11374/stat : 11374 (java) S 11366 11369 8435 0 -1 4202560 244 0 0 0 28 6 0 0 20 0 19 0 108242272 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815361661608 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11369/tid=11375] ppid=11366 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/11369/task/11375/stat : 11375 (java) S 11366 11369 8435 0 -1 4202560 265 0 0 0 24 7 0 0 20 0 19 0 108242272 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815360609064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11369/tid=11376] ppid=11366 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/11369/task/11376/stat : 11376 (java) S 11366 11369 8435 0 -1 4202560 311 0 0 0 26 7 0 0 20 0 19 0 108242272 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815359556008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11377] ppid=11366 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/11369/task/11377/stat : 11377 (java) S 11366 11369 8435 0 -1 4202560 222 0 0 0 24 5 0 0 20 0 19 0 108242272 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815358503464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11369/tid=11378] ppid=11366 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/11369/task/11378/stat : 11378 (java) S 11366 11369 8435 0 -1 4202560 370 0 0 0 33 7 0 0 20 0 19 0 108242272 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815357450408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11369/tid=11379] ppid=11366 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/11369/task/11379/stat : 11379 (java) S 11366 11369 8435 0 -1 4202560 227 0 0 0 32 7 0 0 20 0 19 0 108242272 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815356397864 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11369/tid=11380] ppid=11366 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/11369/task/11380/stat : 11380 (java) S 11366 11369 8435 0 -1 4202560 161 0 0 0 11 1 0 0 20 0 19 0 108242274 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815225903976 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11369/tid=11381] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11381/stat : 11381 (java) S 11366 11369 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108242274 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815224850296 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11382] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11382/stat : 11382 (java) S 11366 11369 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108242274 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815223797128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11383] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11383/stat : 11383 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242276 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815222745872 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11384] ppid=11366 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/11369/task/11384/stat : 11384 (java) S 11366 11369 8435 0 -1 4202560 10751 0 0 0 72 2 0 0 20 0 19 0 108242276 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815221692728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11369/tid=11385] ppid=11366 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/11369/task/11385/stat : 11385 (java) S 11366 11369 8435 0 -1 4202560 3243 0 0 0 32 0 0 0 20 0 19 0 108242276 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815220640184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11369/tid=11386] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11386/stat : 11386 (java) S 11366 11369 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108242276 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815219587320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11369/tid=11387] ppid=11366 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/11369/task/11387/stat : 11387 (java) S 11366 11369 8435 0 -1 4202560 104 0 0 0 34 27 0 0 20 0 19 0 108242276 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815218534984 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=11369/tid=11388] ppid=11366 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11369/task/11388/stat : 11388 (java) S 11366 11369 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108242293 9856040960 143742 33554432000 1073741824 1073778376 140735976129856 139815217481256 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 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 11369 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=690165
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=260808
# CPU time returned by wait4() is 1795.95
# 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): 1796.74
CPU time (s): 1800.08
CPU user time (s): 1799.28
CPU system time (s): 0.8
CPU usage (%): 100.186
Max. virtual memory (cumulated for all children) (KiB): 9626660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.69
system time used= 1.26081
maximum resident set size= 658236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20395
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38512
involuntary context switches= 9647

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2914 second user time and 12.844 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-07 03:31:14
IDJOB=4084703
IDBENCH=48318
IDSOLVER=2546
FILE ID=node104/4084703-1465263074
RUNJOBID= node104-1465245095-8451
PBS_JOBID= 19843252
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_50_10_1_15.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084703-1465263074/watcher-4084703-1465263074 -o /tmp/evaluation-result-4084703-1465263074/solver-4084703-1465263074 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465245095-8451 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084703-1465263074.opb

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

MD5SUM BENCH= c7cfddeeb3bb3e7896ee6eefe7e9ac17
RANDOM SEED=134652305

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30490844 kB
Buffers:          102900 kB
Cached:           127580 kB
SwapCached:         1744 kB
Active:          1005156 kB
Inactive:         150040 kB
Active(anon):     924644 kB
Inactive(anon):     2416 kB
Active(file):      80512 kB
Inactive(file):   147624 kB
Unevictable:      481332 kB
Mlocked:           13256 kB
SwapTotal:      67108856 kB
SwapFree:       67097268 kB
Dirty:               512 kB
Writeback:             0 kB
AnonPages:       1421204 kB
Mapped:            15332 kB
Shmem:                 0 kB
Slab:             598216 kB
SReclaimable:      41868 kB
SUnreclaim:       556348 kB
KernelStack:        1536 kB
PageTables:         7328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1599840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1341440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node104 at 2016-06-07 04:01:11