Trace number 4100469

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.02 1797.74

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-A1C1S1.opb
MD5SUM8e9a545df4abbe3f7a2b003048b42200
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables103872
Total number of constraints3312
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3312
Minimum length of a constraint31
Maximum length of a constraint725
Number of terms in the objective function 37632
Biggest coefficient in the objective function 1116
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 555552
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 555552
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4100469-1466214222.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.91/1.14	c ... done. Wall clock time 1.019s.
1.91/1.14	c declared #vars     103872
1.91/1.14	c #constraints  4560
1.91/1.14	c constraints type 
1.91/1.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 742
1.91/1.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3818
1.91/1.14	c 4560 constraints processed.
1.91/1.14	c objective function length is 37632 literals
2.89/1.78	c cleaning 2501 clauses out of 5001 with flag 12498/5001
3.67/2.41	c cleaning 4248 clauses out of 8500 with flag 25864/11001
4.48/3.24	c cleaning 5623 clauses out of 11251 with flag 41248/18000
5.40/4.16	c cleaning 6796 clauses out of 13631 with flag 58434/26003
8.11/6.81	c cleaning 7913 clauses out of 15837 with flag 79732/35005
9.46/8.17	c cleaning 8954 clauses out of 17919 with flag 102083/45000
10.29/8.95	c cleaning 9963 clauses out of 19971 with flag 127269/56006
11.48/10.12	c cleaning 10982 clauses out of 22007 with flag 159191/68005
12.49/11.18	c cleaning 12003 clauses out of 24020 with flag 189709/81003
14.29/12.92	c cleaning 13001 clauses out of 26014 with flag 219606/95000
16.99/15.64	c cleaning 14003 clauses out of 28013 with flag 259809/110000
19.09/17.79	c cleaning 14997 clauses out of 30012 with flag 302057/126002
20.99/19.62	c cleaning 15999 clauses out of 32014 with flag 349999/143001
22.99/21.69	c cleaning 16998 clauses out of 34018 with flag 401879/161004
25.50/24.18	c cleaning 18004 clauses out of 36020 with flag 453205/180004
28.49/27.11	c cleaning 18999 clauses out of 38014 with flag 507599/200002
31.10/29.77	c cleaning 20003 clauses out of 40015 with flag 554189/221002
34.50/33.15	c cleaning 21001 clauses out of 42010 with flag 602169/243000
37.49/36.18	c cleaning 21992 clauses out of 44010 with flag 652298/266001
40.39/39.02	c cleaning 23000 clauses out of 46018 with flag 701887/290001
43.69/42.36	c cleaning 24002 clauses out of 48019 with flag 753401/315002
47.59/46.21	c cleaning 25004 clauses out of 50016 with flag 807734/341001
51.68/50.32	c cleaning 26000 clauses out of 52014 with flag 878045/368003
55.79/54.43	c cleaning 26993 clauses out of 54011 with flag 949178/396000
60.90/59.55	c cleaning 28003 clauses out of 56021 with flag 1052121/425003
66.49/65.12	c cleaning 28996 clauses out of 58015 with flag 1144930/455000
71.29/69.97	c cleaning 30001 clauses out of 60019 with flag 1245208/486000
77.58/76.21	c cleaning 31002 clauses out of 62019 with flag 1351520/518001
83.89/82.57	c cleaning 31997 clauses out of 64016 with flag 1439682/551000
90.59/89.23	c cleaning 33000 clauses out of 66021 with flag 1544939/585002
97.68/96.34	c cleaning 33997 clauses out of 68019 with flag 1637111/620000
106.00/104.69	c cleaning 35004 clauses out of 70023 with flag 1738622/656001
114.59/113.24	c cleaning 35998 clauses out of 72019 with flag 1832733/693001
123.68/122.31	c cleaning 37001 clauses out of 74020 with flag 1925421/731000
133.18/131.85	c cleaning 37999 clauses out of 76021 with flag 2018292/770002
142.48/141.19	c cleaning 38998 clauses out of 78022 with flag 2110924/810002
154.17/152.82	c cleaning 40006 clauses out of 80022 with flag 2215229/851000
161.58/160.21	c cleaning 41007 clauses out of 82016 with flag 2322856/893000
171.18/169.89	c cleaning 42002 clauses out of 84009 with flag 2438086/936000
184.17/182.87	c cleaning 43002 clauses out of 86007 with flag 2561581/980000
191.87/190.57	c cleaning 44001 clauses out of 88007 with flag 2716577/1025002
198.28/196.94	c cleaning 45000 clauses out of 90005 with flag 2874250/1071001
209.67/208.35	c cleaning 45998 clauses out of 92004 with flag 3000469/1118000
221.68/220.33	c cleaning 46986 clauses out of 93998 with flag 3168132/1166001
238.98/237.66	c cleaning 47981 clauses out of 96011 with flag 3401524/1215000
255.89/254.52	c cleaning 49003 clauses out of 98030 with flag 3618861/1265000
273.58/272.28	c cleaning 49979 clauses out of 100027 with flag 3846811/1316000
289.28/287.94	c cleaning 51008 clauses out of 102051 with flag 4065023/1368003
302.18/300.87	c cleaning 52012 clauses out of 104036 with flag 4271799/1421000
314.06/312.52	c cleaning 53003 clauses out of 106028 with flag 4447065/1475005
326.35/324.83	c cleaning 54002 clauses out of 108020 with flag 4658004/1530002
334.45/332.98	c cleaning 55001 clauses out of 110016 with flag 4822032/1586004
348.05/346.51	c cleaning 55997 clauses out of 112013 with flag 4952940/1643002
357.35/355.86	c cleaning 56992 clauses out of 114015 with flag 5124959/1701003
371.65/370.12	c cleaning 57984 clauses out of 116020 with flag 5353550/1760001
386.84/385.31	c cleaning 59013 clauses out of 118036 with flag 5566294/1820002
408.55/407.01	c cleaning 59968 clauses out of 120019 with flag 5795121/1881000
422.14/420.68	c cleaning 60991 clauses out of 122030 with flag 5991981/1943001
437.64/436.19	c cleaning 62005 clauses out of 124027 with flag 6226858/2006003
451.84/450.33	c cleaning 63007 clauses out of 126022 with flag 6409793/2070004
478.94/477.42	c cleaning 64003 clauses out of 128011 with flag 6578820/2135001
495.63/494.11	c cleaning 65001 clauses out of 130010 with flag 6716312/2201003
509.42/507.99	c cleaning 65992 clauses out of 131998 with flag 6945283/2268000
528.74/527.28	c cleaning 66985 clauses out of 134004 with flag 7175624/2336000
545.25/543.75	c cleaning 67958 clauses out of 136012 with flag 7402108/2405000
562.15/560.60	c cleaning 68994 clauses out of 138045 with flag 7653235/2475000
577.65/576.10	c cleaning 69989 clauses out of 140025 with flag 7887256/2546000
596.85/595.32	c cleaning 70996 clauses out of 142035 with flag 8117484/2618000
609.86/608.34	c cleaning 71996 clauses out of 144007 with flag 8334511/2691006
626.26/624.75	c cleaning 72977 clauses out of 146002 with flag 8590259/2765004
643.76/642.27	c cleaning 73967 clauses out of 148015 with flag 8837174/2840000
661.91/660.19	c cleaning 75014 clauses out of 150062 with flag 9086193/2916019
681.80/680.05	c cleaning 75982 clauses out of 152023 with flag 9364554/2993000
705.00/703.26	c cleaning 77014 clauses out of 154044 with flag 9697452/3071004
718.40/716.63	c cleaning 77979 clauses out of 156007 with flag 9980865/3150000
738.10/736.32	c cleaning 78981 clauses out of 158028 with flag 10300444/3230000
755.90/754.16	c cleaning 79997 clauses out of 160042 with flag 10592741/3311001
772.81/771.04	c cleaning 80990 clauses out of 162042 with flag 10877823/3393000
794.00/792.29	c cleaning 82011 clauses out of 164042 with flag 11256065/3476000
812.61/810.82	c cleaning 83013 clauses out of 166035 with flag 11598615/3560004
835.30/833.53	c cleaning 83988 clauses out of 168015 with flag 11963725/3645000
853.80/852.06	c cleaning 84997 clauses out of 169998 with flag 12294888/3731001
885.29/883.59	c cleaning 85994 clauses out of 171994 with flag 12611135/3818002
901.70/899.91	c cleaning 86967 clauses out of 173975 with flag 12916483/3906000
924.09/922.32	c cleaning 87986 clauses out of 176007 with flag 13268678/3995001
946.71/944.95	c cleaning 88975 clauses out of 178023 with flag 13594392/4085003
975.70/973.97	c cleaning 90004 clauses out of 180045 with flag 13900253/4176000
994.60/992.81	c cleaning 90990 clauses out of 182037 with flag 14208176/4268001
1017.99/1016.29	c cleaning 91981 clauses out of 184046 with flag 14535219/4361000
1041.49/1039.73	c cleaning 93025 clauses out of 186066 with flag 14908497/4455001
1061.60/1059.89	c cleaning 94019 clauses out of 188043 with flag 15235414/4550005
1084.90/1083.14	c cleaning 94983 clauses out of 190019 with flag 15561138/4646000
1108.69/1106.95	c cleaning 95998 clauses out of 192035 with flag 15983066/4743000
1131.00/1129.22	c cleaning 97004 clauses out of 194034 with flag 16376156/4841000
1157.30/1155.55	c cleaning 97991 clauses out of 196030 with flag 16727982/4940000
1182.20/1180.47	c cleaning 99003 clauses out of 198043 with flag 17085639/5040004
1207.59/1205.85	c cleaning 99987 clauses out of 200033 with flag 17466089/5141003
1232.50/1230.75	c cleaning 101011 clauses out of 202046 with flag 17909749/5243004
1258.59/1256.86	c cleaning 102003 clauses out of 204017 with flag 18259600/5346000
1281.39/1279.63	c cleaning 102983 clauses out of 206014 with flag 18595250/5450000
1306.79/1305.03	c cleaning 104014 clauses out of 208032 with flag 18999194/5555001
1334.90/1332.66	c cleaning 104979 clauses out of 210013 with flag 19423929/5661000
1359.71/1357.48	c cleaning 106001 clauses out of 212036 with flag 19843266/5768002
1381.60/1379.35	c cleaning 106994 clauses out of 214036 with flag 20201753/5876003
1405.92/1403.68	c cleaning 108014 clauses out of 216041 with flag 20661952/5985003
1429.81/1427.58	c cleaning 108977 clauses out of 218021 with flag 21112809/6095000
1460.00/1457.79	c cleaning 110000 clauses out of 220043 with flag 21552449/6206000
1487.11/1484.81	c cleaning 110975 clauses out of 222043 with flag 22093394/6318000
1513.51/1511.25	c cleaning 112017 clauses out of 224063 with flag 22596953/6431000
1549.10/1546.83	c cleaning 112998 clauses out of 226040 with flag 23211860/6545001
1576.00/1573.75	c cleaning 113983 clauses out of 228040 with flag 23719305/6660000
1600.11/1597.82	c cleaning 115007 clauses out of 230053 with flag 24181403/6776004
1630.70/1628.43	c cleaning 115983 clauses out of 232038 with flag 24772467/6893000
1656.10/1653.87	c cleaning 117016 clauses out of 234058 with flag 25260435/7011004
1683.61/1681.36	c cleaning 117998 clauses out of 236038 with flag 25775582/7130000
1710.31/1708.07	c cleaning 118993 clauses out of 238039 with flag 26253130/7250000
1736.81/1734.60	c cleaning 120015 clauses out of 240034 with flag 26799884/7371000
1764.02/1761.79	c cleaning 120996 clauses out of 242016 with flag 27346112/7493000
1794.42/1792.17	c cleaning 122003 clauses out of 244019 with flag 27897077/7616003
1800.02/1797.70	c starts		: 6295
1800.02/1797.70	c conflicts		: 7640970
1800.02/1797.70	c decisions		: 29867697
1800.02/1797.70	c propagations		: 950057704
1800.02/1797.70	c inspects		: 19364657036
1800.02/1797.70	c shortcuts		: 0
1800.02/1797.70	c learnt literals	: 373
1800.02/1797.70	c learnt binary clauses	: 1404
1800.02/1797.70	c learnt ternary clauses	: 2278
1800.02/1797.70	c learnt constraints	: 7640597
1800.02/1797.70	c ignored constraints	: 0
1800.02/1797.70	c root simplifications	: 0
1800.02/1797.70	c removed literals (reason simplification)	: 0
1800.02/1797.70	c reason swapping (by a shorter reason)	: 0
1800.02/1797.70	c Calls to reduceDB	: 119
1800.02/1797.70	c Number of update (reduction) of LBD	: 1856221
1800.02/1797.70	c Imported unit clauses	: 0
1800.02/1797.70	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.70	c number of learned constraints concerned by reduction	: 0
1800.02/1797.70	c number of learning phase by resolution	: 0
1800.02/1797.70	c number of learning phase by cutting planes	: 0
1800.02/1797.70	c speed (assignments/second)	: 528847.5519742072
1800.02/1797.70	c non guided choices	6186666
1800.02/1797.70	c timeout
1800.02/1797.73	c learnt constraints type 
1800.02/1797.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1404
1800.02/1797.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 145579
1800.02/1797.73	s UNKNOWN
1800.02/1797.73	c Total wall clock time (in seconds): 1797.61

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-4100469-1466214222/watcher-4100469-1466214222 -o /tmp/evaluation-result-4100469-1466214222/solver-4100469-1466214222 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11789 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100469-1466214222.opb 

pid=15674
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.15 2.06 2.01 3/196 15677
/proc/meminfo: memFree=31358908/32872528 swapFree=7780/7780
[pid=15677] ppid=15674 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/15677/stat : 15677 (java) D 15674 15677 11773 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 23468163 2560000 46 33554432000 1073741824 1073778376 140736919856944 140736919854072 206399696167 0 0 4096 0 18446744072100756772 0 0 17 4 0 0 0 0 0
/proc/15677/statm: 625 46 37 9 0 29 0

[startup+0.100058 s]
/proc/loadavg: 2.15 2.06 2.01 3/196 15677
/proc/meminfo: memFree=31358908/32872528 swapFree=7780/7780
[pid=15677] ppid=15674 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/15677/stat : 15677 (java) S 15674 15677 11773 0 -1 4202496 4411 0 1 0 9 0 0 0 20 0 18 0 23468163 9787879424 6039 33554432000 1073741824 1073778376 140736919856944 140736919848080 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15677/statm: 2389619 6039 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200267 s]
/proc/loadavg: 2.15 2.06 2.01 3/196 15677
/proc/meminfo: memFree=31358908/32872528 swapFree=7780/7780
[pid=15677] ppid=15674 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/15677/stat : 15677 (java) S 15674 15677 11773 0 -1 4202496 5007 0 1 0 26 1 0 0 20 0 18 0 23468163 9787879424 7431 33554432000 1073741824 1073778376 140736919856944 140736919848080 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15677/statm: 2389619 7431 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300277 s]
/proc/loadavg: 2.15 2.06 2.01 3/196 15677
/proc/meminfo: memFree=31358908/32872528 swapFree=7780/7780
[pid=15677] ppid=15674 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/15677/stat : 15677 (java) S 15674 15677 11773 0 -1 4202496 5501 0 1 0 44 2 0 0 20 0 18 0 23468163 9787879424 12242 33554432000 1073741824 1073778376 140736919856944 140736919848080 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15677/statm: 2389619 12242 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700194 s]
/proc/loadavg: 2.15 2.06 2.01 3/196 15677
/proc/meminfo: memFree=31358908/32872528 swapFree=7780/7780
[pid=15677] ppid=15674 vsize=9558476 CPUtime=1.22 cores=0,2,4,6
/proc/15677/stat : 15677 (java) S 15674 15677 11773 0 -1 4202496 9979 0 1 0 114 8 0 0 20 0 18 0 23468163 9787879424 46336 33554432000 1073741824 1073778376 140736919856944 140736919848080 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15677/statm: 2389619 46336 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9558476

[startup+1.50076 s]
/proc/loadavg: 2.14 2.06 2.01 8/214 15695
/proc/meminfo: memFree=30999756/32872528 swapFree=7780/7780
[pid=15677] ppid=15674 vsize=9625040 CPUtime=2.69 cores=0,2,4,6
/proc/15677/stat : 15677 (java) S 15674 15677 11773 0 -1 4202496 11655 0 1 0 251 18 0 0 20 0 19 0 23468163 9856040960 92568 33554432000 1073741824 1073778376 140736919856944 140736919848080 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15677/statm: 2406260 92568 2273 9 0 2396937 0
[pid=15677/tid=15679] ppid=15674 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/15677/task/15679/stat : 15679 (java) R 15674 15677 11773 0 -1 4202560 2529 0 1 0 127 6 0 0 20 0 19 0 23468164 9856040960 92568 33554432000 1073741824 1073778376 140736919856944 139813897568896 139813752334679 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15677/tid=15680] ppid=15674 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15677/task/15680/stat : 15680 (java) S 15674 15677 11773 0 -1 4202560 35 0 0 0 1 2 0 0 20 0 19 0 23468165 9856040960 92568 33554432000 1073741824 1073778376 140736919856944 139813740652968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15677/tid=15681] ppid=15674 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/15677/task/15681/stat : 15681 (java) S 15674 15677 11773 0 -1 4202560 64 0 0 0 3 2 0 0 20 0 19 0 23468165 9856040960 92568 33554432000 1073741824 1073778376 140736919856944 139813739600424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15677/tid=15682] ppid=15674 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15677/task/15682/stat : 15682 (java) S 15674 15677 11773 0 -1 4202560 57 0 0 0 3 0 0 0 20 0 19 0 23468165 9856040960 92568 33554432000 1073741824 1073778376 140736919856944 139813738547368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15677/tid=15683] ppid=15674 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/15677/task/15683/stat : 15683 (java) S 15674 15677 11773 0 -1 4202560 101 0 0 0 5 3 0 0 20 0 19 0 23468165 9856040960 92568 33554432000 1073741824 1073778376 140736919856944 139813737494824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15677/tid=15684] ppid=15674 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/15677/task/15684/stat : 15684 (java) S 15674 15677 11773 0 -1 4202560 68 0 0 0 2 2 0 0 20 0 19 0 23468165 9856040960 92568 33554432000 1073741824 1073778376 140736919856944 139813736442792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15685] ppid=15674 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/15677/task/15685/stat : 15685 (java) S 15674 15677 11773 0 -1 4202560 130 0 0 0 5 2 0 0 20 0 19 0 23468165 9856040960 92568 33554432000 1073741824 1073778376 140736919856944 139813399292968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15677/tid=15686] ppid=15674 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/15677/task/15686/stat : 15686 (java) S 15674 15677 11773 0 -1 4202560 92 0 0 0 5 1 0 0 20 0 19 0 23468165 9856040960 92568 33554432000 1073741824 1073778376 140736919856944 139813398239912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15677/tid=15687] ppid=15674 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/15677/task/15687/stat : 15687 (java) S 15674 15677 11773 0 -1 4202560 81 0 0 0 4 1 0 0 20 0 19 0 23468165 9856040960 92568 33554432000 1073741824 1073778376 140736919856944 139813397187368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15677/tid=15688] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15688/stat : 15688 (java) S 15674 15677 11773 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23468166 9856040960 92568 33554432000 1073741824 1073778376 140736919856944 139813384989032 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15689] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15689/stat : 15689 (java) S 15674 15677 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23468167 9856040960 92568 33554432000 1073741824 1073778376 140736919856944 139813383935352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15690] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15690/stat : 15690 (java) S 15674 15677 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23468167 9856040960 92568 33554432000 1073741824 1073778376 140736919856944 139813382882184 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15691] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15691/stat : 15691 (java) S 15674 15677 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23468169 9856040960 92568 33554432000 1073741824 1073778376 140736919856944 139813381830928 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15692] ppid=15674 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/15677/task/15692/stat : 15692 (java) S 15674 15677 11773 0 -1 4202560 2644 0 0 0 36 0 0 0 20 0 19 0 23468169 9856040960 92568 33554432000 1073741824 1073778376 140736919856944 139813380778808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15693] ppid=15674 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/15677/task/15693/stat : 15693 (java) S 15674 15677 11773 0 -1 4202560 4391 0 0 0 45 1 0 0 20 0 19 0 23468169 9856040960 92568 33554432000 1073741824 1073778376 140736919856944 139813379726264 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15677/tid=15694] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15694/stat : 15694 (java) S 15674 15677 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23468169 9856040960 92568 33554432000 1073741824 1073778376 140736919856944 139813378673400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15677/tid=15695] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15695/stat : 15695 (java) S 15674 15677 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23468169 9856040960 92568 33554432000 1073741824 1073778376 140736919856944 139813377621064 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.14 2.06 2.01 3/215 15696
/proc/meminfo: memFree=30996328/32872528 swapFree=7780/7780
[pid=15677] ppid=15674 vsize=9625040 CPUtime=4.38 cores=0,2,4,6
/proc/15677/stat : 15677 (java) S 15674 15677 11773 0 -1 4202496 11662 0 1 0 420 18 0 0 20 0 19 0 23468163 9856040960 92573 33554432000 1073741824 1073778376 140736919856944 140736919848080 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15677/statm: 2406260 92573 2278 9 0 2396937 0
[pid=15677/tid=15679] ppid=15674 vsize=9625040 CPUtime=2.93 cores=0,2,4,6
/proc/15677/task/15679/stat : 15679 (java) R 15674 15677 11773 0 -1 4202560 2530 0 1 0 287 6 0 0 20 0 19 0 23468164 9856040960 92573 33554432000 1073741824 1073778376 140736919856944 139813897568488 139813751685158 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15677/tid=15680] ppid=15674 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15677/task/15680/stat : 15680 (java) S 15674 15677 11773 0 -1 4202560 35 0 0 0 1 2 0 0 20 0 19 0 23468165 9856040960 92573 33554432000 1073741824 1073778376 140736919856944 139813740652968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15677/tid=15681] ppid=15674 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/15677/task/15681/stat : 15681 (java) S 15674 15677 11773 0 -1 4202560 64 0 0 0 3 2 0 0 20 0 19 0 23468165 9856040960 92573 33554432000 1073741824 1073778376 140736919856944 139813739600424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15677/tid=15682] ppid=15674 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15677/task/15682/stat : 15682 (java) S 15674 15677 11773 0 -1 4202560 57 0 0 0 3 0 0 0 20 0 19 0 23468165 9856040960 92573 33554432000 1073741824 1073778376 140736919856944 139813738547368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15677/tid=15683] ppid=15674 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/15677/task/15683/stat : 15683 (java) S 15674 15677 11773 0 -1 4202560 101 0 0 0 5 3 0 0 20 0 19 0 23468165 9856040960 92573 33554432000 1073741824 1073778376 140736919856944 139813737494824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15677/tid=15684] ppid=15674 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/15677/task/15684/stat : 15684 (java) S 15674 15677 11773 0 -1 4202560 68 0 0 0 2 2 0 0 20 0 19 0 23468165 9856040960 92573 33554432000 1073741824 1073778376 140736919856944 139813736442792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15685] ppid=15674 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/15677/task/15685/stat : 15685 (java) S 15674 15677 11773 0 -1 4202560 130 0 0 0 5 2 0 0 20 0 19 0 23468165 9856040960 92573 33554432000 1073741824 1073778376 140736919856944 139813399292968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15677/tid=15686] ppid=15674 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/15677/task/15686/stat : 15686 (java) S 15674 15677 11773 0 -1 4202560 92 0 0 0 5 1 0 0 20 0 19 0 23468165 9856040960 92573 33554432000 1073741824 1073778376 140736919856944 139813398239912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15677/tid=15687] ppid=15674 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/15677/task/15687/stat : 15687 (java) S 15674 15677 11773 0 -1 4202560 81 0 0 0 4 1 0 0 20 0 19 0 23468165 9856040960 92573 33554432000 1073741824 1073778376 140736919856944 139813397187368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15677/tid=15688] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15688/stat : 15688 (java) S 15674 15677 11773 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23468166 9856040960 92573 33554432000 1073741824 1073778376 140736919856944 139813384989032 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15689] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15689/stat : 15689 (java) S 15674 15677 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23468167 9856040960 92573 33554432000 1073741824 1073778376 140736919856944 139813383935352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15690] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15690/stat : 15690 (java) S 15674 15677 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23468167 9856040960 92573 33554432000 1073741824 1073778376 140736919856944 139813382882184 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15691] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15691/stat : 15691 (java) S 15674 15677 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23468169 9856040960 92573 33554432000 1073741824 1073778376 140736919856944 139813381830928 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15692] ppid=15674 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/15677/task/15692/stat : 15692 (java) S 15674 15677 11773 0 -1 4202560 2645 0 0 0 39 0 0 0 20 0 19 0 23468169 9856040960 92573 33554432000 1073741824 1073778376 140736919856944 139813380778808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15693] ppid=15674 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/15677/task/15693/stat : 15693 (java) S 15674 15677 11773 0 -1 4202560 4396 0 0 0 51 2 0 0 20 0 19 0 23468169 9856040960 92573 33554432000 1073741824 1073778376 140736919856944 139813379726264 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15677/tid=15694] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15694/stat : 15694 (java) S 15674 15677 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23468169 9856040960 92573 33554432000 1073741824 1073778376 140736919856944 139813378673400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15677/tid=15695] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15695/stat : 15695 (java) S 15674 15677 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23468169 9856040960 92573 33554432000 1073741824 1073778376 140736919856944 139813377621064 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15696] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15696/stat : 15696 (java) S 15674 15677 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23468287 9856040960 92573 33554432000 1073741824 1073778376 140736919856944 139813376468008 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.13 2.06 2.01 3/215 15696
/proc/meminfo: memFree=30996336/32872528 swapFree=7780/7780
[pid=15677] ppid=15674 vsize=9625040 CPUtime=7.61 cores=0,2,4,6
/proc/15677/stat : 15677 (java) S 15674 15677 11773 0 -1 4202496 11736 0 1 0 743 18 0 0 20 0 19 0 23468163 9856040960 92565 33554432000 1073741824 1073778376 140736919856944 140736919848080 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15677/statm: 2406260 92565 2278 9 0 2396937 0
[pid=15677/tid=15679] ppid=15674 vsize=9625040 CPUtime=6.12 cores=0,2,4,6
/proc/15677/task/15679/stat : 15679 (java) R 15674 15677 11773 0 -1 4202560 2532 0 1 0 606 6 0 0 20 0 19 0 23468164 9856040960 92565 33554432000 1073741824 1073778376 140736919856944 139813897568552 139813752334679 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15677/tid=15680] ppid=15674 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15677/task/15680/stat : 15680 (java) S 15674 15677 11773 0 -1 4202560 35 0 0 0 1 2 0 0 20 0 19 0 23468165 9856040960 92565 33554432000 1073741824 1073778376 140736919856944 139813740652968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15677/tid=15681] ppid=15674 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/15677/task/15681/stat : 15681 (java) S 15674 15677 11773 0 -1 4202560 64 0 0 0 3 2 0 0 20 0 19 0 23468165 9856040960 92565 33554432000 1073741824 1073778376 140736919856944 139813739600424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15677/tid=15682] ppid=15674 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15677/task/15682/stat : 15682 (java) S 15674 15677 11773 0 -1 4202560 57 0 0 0 3 0 0 0 20 0 19 0 23468165 9856040960 92565 33554432000 1073741824 1073778376 140736919856944 139813738547368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15677/tid=15683] ppid=15674 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/15677/task/15683/stat : 15683 (java) S 15674 15677 11773 0 -1 4202560 101 0 0 0 5 3 0 0 20 0 19 0 23468165 9856040960 92565 33554432000 1073741824 1073778376 140736919856944 139813737494824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15677/tid=15684] ppid=15674 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/15677/task/15684/stat : 15684 (java) S 15674 15677 11773 0 -1 4202560 68 0 0 0 2 2 0 0 20 0 19 0 23468165 9856040960 92565 33554432000 1073741824 1073778376 140736919856944 139813736442792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15685] ppid=15674 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/15677/task/15685/stat : 15685 (java) S 15674 15677 11773 0 -1 4202560 130 0 0 0 5 2 0 0 20 0 19 0 23468165 9856040960 92565 33554432000 1073741824 1073778376 140736919856944 139813399292968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15677/tid=15686] ppid=15674 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/15677/task/15686/stat : 15686 (java) S 15674 15677 11773 0 -1 4202560 92 0 0 0 5 1 0 0 20 0 19 0 23468165 9856040960 92565 33554432000 1073741824 1073778376 140736919856944 139813398239912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15677/tid=15687] ppid=15674 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/15677/task/15687/stat : 15687 (java) S 15674 15677 11773 0 -1 4202560 81 0 0 0 4 1 0 0 20 0 19 0 23468165 9856040960 92565 33554432000 1073741824 1073778376 140736919856944 139813397187368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15677/tid=15688] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15688/stat : 15688 (java) S 15674 15677 11773 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23468166 9856040960 92565 33554432000 1073741824 1073778376 140736919856944 139813384989032 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15689] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15689/stat : 15689 (java) S 15674 15677 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23468167 9856040960 92565 33554432000 1073741824 1073778376 140736919856944 139813383935352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15690] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15690/stat : 15690 (java) S 15674 15677 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23468167 9856040960 92565 33554432000 1073741824 1073778376 140736919856944 139813382882184 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15691] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15691/stat : 15691 (java) S 15674 15677 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23468169 9856040960 92565 33554432000 1073741824 1073778376 140736919856944 139813381830928 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15692] ppid=15674 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/15677/task/15692/stat : 15692 (java) S 15674 15677 11773 0 -1 4202560 2717 0 0 0 42 0 0 0 20 0 19 0 23468169 9856040960 92565 33554432000 1073741824 1073778376 140736919856944 139813380778808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15693] ppid=15674 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/15677/task/15693/stat : 15693 (java) S 15674 15677 11773 0 -1 4202560 4396 0 0 0 51 2 0 0 20 0 19 0 23468169 9856040960 92565 33554432000 1073741824 1073778376 140736919856944 139813379726264 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15677/tid=15694] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15694/stat : 15694 (java) S 15674 15677 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23468169 9856040960 92565 33554432000 1073741824 1073778376 140736919856944 139813378673400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15677/tid=15695] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15695/stat : 15695 (java) S 15674 15677 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23468169 9856040960 92565 33554432000 1073741824 1073778376 140736919856944 139813377621064 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15696] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15696/stat : 15696 (java) S 15674 15677 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23468287 9856040960 92565 33554432000 1073741824 1073778376 140736919856944 139813376468008 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.61
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.12 2.06 2.01 3/215 15696

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

[pid=15677/tid=15696] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15696/stat : 15696 (java) S 15674 15677 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23468287 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813376468008 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1724.61
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 15829
/proc/meminfo: memFree=29237280/32872528 swapFree=7780/7780
[pid=15677] ppid=15674 vsize=9625040 CPUtime=1784.62 cores=0,2,4,6
/proc/15677/stat : 15677 (java) S 15674 15677 11773 0 -1 4202496 15468 0 1 0 178375 87 0 0 20 0 19 0 23468163 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 140736919848080 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15677/statm: 2406260 346893 2279 9 0 2396937 0
[pid=15677/tid=15679] ppid=15674 vsize=9625040 CPUtime=1777.12 cores=0,2,4,6
/proc/15677/task/15679/stat : 15679 (java) R 15674 15677 11773 0 -1 4202560 3521 0 1 0 177669 43 0 0 20 0 19 0 23468164 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813897559744 139813752351825 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15680] ppid=15674 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/15677/task/15680/stat : 15680 (java) S 15674 15677 11773 0 -1 4202560 134 0 0 0 9 6 0 0 20 0 19 0 23468165 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813740652968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15677/tid=15681] ppid=15674 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/15677/task/15681/stat : 15681 (java) S 15674 15677 11773 0 -1 4202560 211 0 0 0 19 8 0 0 20 0 19 0 23468165 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813739600424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15677/tid=15682] ppid=15674 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/15677/task/15682/stat : 15682 (java) S 15674 15677 11773 0 -1 4202560 295 0 0 0 13 6 0 0 20 0 19 0 23468165 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813738547368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15677/tid=15683] ppid=15674 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/15677/task/15683/stat : 15683 (java) S 15674 15677 11773 0 -1 4202560 309 0 0 0 15 7 0 0 20 0 19 0 23468165 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813737494824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15677/tid=15684] ppid=15674 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/15677/task/15684/stat : 15684 (java) S 15674 15677 11773 0 -1 4202560 299 0 0 0 12 7 0 0 20 0 19 0 23468165 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813736442792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15677/tid=15685] ppid=15674 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/15677/task/15685/stat : 15685 (java) S 15674 15677 11773 0 -1 4202560 410 0 0 0 14 6 0 0 20 0 19 0 23468165 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813399292968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15677/tid=15686] ppid=15674 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/15677/task/15686/stat : 15686 (java) S 15674 15677 11773 0 -1 4202560 331 0 0 0 15 8 0 0 20 0 19 0 23468165 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813398239912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15677/tid=15687] ppid=15674 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15677/task/15687/stat : 15687 (java) S 15674 15677 11773 0 -1 4202560 215 0 0 0 14 7 0 0 20 0 19 0 23468165 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813397187368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15677/tid=15688] ppid=15674 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15677/task/15688/stat : 15688 (java) S 15674 15677 11773 0 -1 4202560 1060 0 0 0 1 0 0 0 20 0 19 0 23468166 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813384989032 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15677/tid=15689] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15689/stat : 15689 (java) S 15674 15677 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23468167 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813383935352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15690] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15690/stat : 15690 (java) S 15674 15677 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23468167 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813382882184 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15691] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15691/stat : 15691 (java) S 15674 15677 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23468169 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813381830928 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15692] ppid=15674 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/15677/task/15692/stat : 15692 (java) S 15674 15677 11773 0 -1 4202560 2901 0 0 0 48 0 0 0 20 0 19 0 23468169 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813380778808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15693] ppid=15674 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/15677/task/15693/stat : 15693 (java) S 15674 15677 11773 0 -1 4202560 4414 0 0 0 58 2 0 0 20 0 19 0 23468169 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813379726264 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15677/tid=15694] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15694/stat : 15694 (java) S 15674 15677 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23468169 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813378673400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15677/tid=15695] ppid=15674 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/15677/task/15695/stat : 15695 (java) S 15674 15677 11773 0 -1 4202560 103 0 0 0 12 17 0 0 20 0 19 0 23468169 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813377621064 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15677/tid=15696] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15696/stat : 15696 (java) S 15674 15677 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23468287 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813376468008 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1784.62
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 15829
/proc/meminfo: memFree=29237288/32872528 swapFree=7780/7780
[pid=15677] ppid=15674 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/15677/stat : 15677 (java) S 15674 15677 11773 0 -1 4202496 15468 0 1 0 179915 87 0 0 20 0 19 0 23468163 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 140736919848080 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15677/statm: 2406260 346893 2279 9 0 2396937 0
[pid=15677/tid=15679] ppid=15674 vsize=9625040 CPUtime=1792.48 cores=0,2,4,6
/proc/15677/task/15679/stat : 15679 (java) R 15674 15677 11773 0 -1 4202560 3521 0 1 0 179205 43 0 0 20 0 19 0 23468164 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813897559744 139813752409149 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15680] ppid=15674 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/15677/task/15680/stat : 15680 (java) S 15674 15677 11773 0 -1 4202560 134 0 0 0 9 6 0 0 20 0 19 0 23468165 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813740652968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15677/tid=15681] ppid=15674 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/15677/task/15681/stat : 15681 (java) S 15674 15677 11773 0 -1 4202560 211 0 0 0 19 8 0 0 20 0 19 0 23468165 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813739600424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15677/tid=15682] ppid=15674 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/15677/task/15682/stat : 15682 (java) S 15674 15677 11773 0 -1 4202560 295 0 0 0 13 6 0 0 20 0 19 0 23468165 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813738547368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15677/tid=15683] ppid=15674 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/15677/task/15683/stat : 15683 (java) S 15674 15677 11773 0 -1 4202560 309 0 0 0 15 7 0 0 20 0 19 0 23468165 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813737494824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15677/tid=15684] ppid=15674 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/15677/task/15684/stat : 15684 (java) S 15674 15677 11773 0 -1 4202560 299 0 0 0 12 7 0 0 20 0 19 0 23468165 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813736442792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15677/tid=15685] ppid=15674 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/15677/task/15685/stat : 15685 (java) S 15674 15677 11773 0 -1 4202560 410 0 0 0 14 6 0 0 20 0 19 0 23468165 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813399292968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15677/tid=15686] ppid=15674 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/15677/task/15686/stat : 15686 (java) S 15674 15677 11773 0 -1 4202560 331 0 0 0 15 8 0 0 20 0 19 0 23468165 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813398239912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15677/tid=15687] ppid=15674 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15677/task/15687/stat : 15687 (java) S 15674 15677 11773 0 -1 4202560 215 0 0 0 14 7 0 0 20 0 19 0 23468165 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813397187368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15677/tid=15688] ppid=15674 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15677/task/15688/stat : 15688 (java) S 15674 15677 11773 0 -1 4202560 1060 0 0 0 1 0 0 0 20 0 19 0 23468166 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813384989032 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15677/tid=15689] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15689/stat : 15689 (java) S 15674 15677 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23468167 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813383935352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15690] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15690/stat : 15690 (java) S 15674 15677 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23468167 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813382882184 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15691] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15691/stat : 15691 (java) S 15674 15677 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23468169 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813381830928 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15692] ppid=15674 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/15677/task/15692/stat : 15692 (java) S 15674 15677 11773 0 -1 4202560 2901 0 0 0 48 0 0 0 20 0 19 0 23468169 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813380778808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15693] ppid=15674 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/15677/task/15693/stat : 15693 (java) S 15674 15677 11773 0 -1 4202560 4414 0 0 0 58 2 0 0 20 0 19 0 23468169 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813379726264 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15677/tid=15694] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15694/stat : 15694 (java) S 15674 15677 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23468169 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813378673400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15677/tid=15695] ppid=15674 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/15677/task/15695/stat : 15695 (java) S 15674 15677 11773 0 -1 4202560 103 0 0 0 12 17 0 0 20 0 19 0 23468169 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813377621064 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15677/tid=15696] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15696/stat : 15696 (java) S 15674 15677 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23468287 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813376468008 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 15677 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 15829
/proc/meminfo: memFree=29237288/32872528 swapFree=7780/7780
[pid=15677] ppid=15674 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/15677/stat : 15677 (java) S 15674 15677 11773 0 -1 4202496 15468 0 1 0 179915 87 0 0 20 0 19 0 23468163 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 140736919848080 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15677/statm: 2406260 346893 2279 9 0 2396937 0
[pid=15677/tid=15679] ppid=15674 vsize=9625040 CPUtime=1792.48 cores=0,2,4,6
/proc/15677/task/15679/stat : 15679 (java) R 15674 15677 11773 0 -1 4202560 3521 0 1 0 179205 43 0 0 20 0 19 0 23468164 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813897559744 139813752409149 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15680] ppid=15674 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/15677/task/15680/stat : 15680 (java) S 15674 15677 11773 0 -1 4202560 134 0 0 0 9 6 0 0 20 0 19 0 23468165 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813740652968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15677/tid=15681] ppid=15674 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/15677/task/15681/stat : 15681 (java) S 15674 15677 11773 0 -1 4202560 211 0 0 0 19 8 0 0 20 0 19 0 23468165 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813739600424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15677/tid=15682] ppid=15674 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/15677/task/15682/stat : 15682 (java) S 15674 15677 11773 0 -1 4202560 295 0 0 0 13 6 0 0 20 0 19 0 23468165 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813738547368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15677/tid=15683] ppid=15674 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/15677/task/15683/stat : 15683 (java) S 15674 15677 11773 0 -1 4202560 309 0 0 0 15 7 0 0 20 0 19 0 23468165 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813737494824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15677/tid=15684] ppid=15674 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/15677/task/15684/stat : 15684 (java) S 15674 15677 11773 0 -1 4202560 299 0 0 0 12 7 0 0 20 0 19 0 23468165 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813736442792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15677/tid=15685] ppid=15674 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/15677/task/15685/stat : 15685 (java) S 15674 15677 11773 0 -1 4202560 410 0 0 0 14 6 0 0 20 0 19 0 23468165 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813399292968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15677/tid=15686] ppid=15674 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/15677/task/15686/stat : 15686 (java) S 15674 15677 11773 0 -1 4202560 331 0 0 0 15 8 0 0 20 0 19 0 23468165 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813398239912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15677/tid=15687] ppid=15674 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15677/task/15687/stat : 15687 (java) S 15674 15677 11773 0 -1 4202560 215 0 0 0 14 7 0 0 20 0 19 0 23468165 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813397187368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15677/tid=15688] ppid=15674 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15677/task/15688/stat : 15688 (java) S 15674 15677 11773 0 -1 4202560 1060 0 0 0 1 0 0 0 20 0 19 0 23468166 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813384989032 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15677/tid=15689] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15689/stat : 15689 (java) S 15674 15677 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23468167 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813383935352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15690] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15690/stat : 15690 (java) S 15674 15677 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23468167 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813382882184 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15691] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15691/stat : 15691 (java) S 15674 15677 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23468169 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813381830928 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15692] ppid=15674 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/15677/task/15692/stat : 15692 (java) S 15674 15677 11773 0 -1 4202560 2901 0 0 0 48 0 0 0 20 0 19 0 23468169 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813380778808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15677/tid=15693] ppid=15674 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/15677/task/15693/stat : 15693 (java) S 15674 15677 11773 0 -1 4202560 4414 0 0 0 58 2 0 0 20 0 19 0 23468169 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813379726264 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15677/tid=15694] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15694/stat : 15694 (java) S 15674 15677 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23468169 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813378673400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15677/tid=15695] ppid=15674 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/15677/task/15695/stat : 15695 (java) S 15674 15677 11773 0 -1 4202560 103 0 0 0 12 17 0 0 20 0 19 0 23468169 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813377621064 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15677/tid=15696] ppid=15674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15677/task/15696/stat : 15696 (java) S 15674 15677 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23468287 9856040960 346893 33554432000 1073741824 1073778376 140736919856944 139813376468008 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1797.74
CPU time (s): 1800.02
CPU user time (s): 1799.15
CPU system time (s): 0.87
CPU usage (%): 100.127
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.51
system time used= 1.3098
maximum resident set size= 1387716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15511
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38294
involuntary context switches= 7283

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.28259 second user time and 13.213 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-18 03:43:42
IDJOB=4100469
IDBENCH=1620
IDSOLVER=2546
FILE ID=node133/4100469-1466214222
RUNJOBID= node133-1466206057-11789
PBS_JOBID= 19918144
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-A1C1S1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100469-1466214222/watcher-4100469-1466214222 -o /tmp/evaluation-result-4100469-1466214222/solver-4100469-1466214222 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11789 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100469-1466214222.opb

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

MD5SUM BENCH= 8e9a545df4abbe3f7a2b003048b42200
RANDOM SEED=1674213383

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31359700 kB
Buffers:           80668 kB
Cached:            93728 kB
SwapCached:          892 kB
Active:           663628 kB
Inactive:         110600 kB
Active(anon):     600688 kB
Inactive(anon):     1364 kB
Active(file):      62940 kB
Inactive(file):   109236 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099860 kB
Dirty:              3928 kB
Writeback:             8 kB
AnonPages:        688564 kB
Mapped:            15440 kB
Shmem:                 0 kB
Slab:             599676 kB
SReclaimable:      43052 kB
SUnreclaim:       556624 kB
KernelStack:        1776 kB
PageTables:         5732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1205452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    657408 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= 71700 MiB
End job on node133 at 2016-06-18 04:13:40