Trace number 4118120

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 PB16SAT (TO)-2496488 1800.02 1796.34

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-graphpart_2g-0066-0066.opb
MD5SUMd706274345c51e8c4d6f8dd18eb2ed0c
Bench CategoryOPT-BIGINT-NLC (optimisation, big integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-2865560
Best CPU time to get the best result obtained on this benchmark1035.79
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables108
Total number of constraints36
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)36
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 216
Biggest coefficient in the objective function 283615
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 18043707
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 283615
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 18043707
Number of bits of the biggest sum of numbers25
Number of products (including duplicates)216
Sum of products size (including duplicates)432
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4118120-1467222904.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
0.07/0.17	c ... done. Wall clock time 0.043s.
0.07/0.17	c declared #vars     108
0.07/0.17	c internal #vars     324
0.07/0.17	c #constraints  504
0.07/0.17	c constraints type 
0.07/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 252
0.07/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 36
0.07/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 216
0.07/0.17	c 504 constraints processed.
0.07/0.17	c objective function length is 216 literals
0.07/0.18	c SATISFIABLE
0.07/0.18	c OPTIMIZING...
0.07/0.18	c Got one! Elapsed wall clock time (in seconds):0.052
0.07/0.18	o -2455205
0.07/0.19	c Got one! Elapsed wall clock time (in seconds):0.063
0.07/0.19	o -2476846
0.20/0.20	c Got one! Elapsed wall clock time (in seconds):0.077
0.20/0.20	o -2496488
0.84/0.64	c cleaning 2509 clauses out of 5017 with flag 11179/5017
1.53/1.08	c cleaning 4255 clauses out of 8509 with flag 23935/11018
2.13/1.62	c cleaning 5627 clauses out of 11254 with flag 38715/18018
2.74/2.27	c cleaning 6812 clauses out of 13626 with flag 55771/26017
3.55/3.06	c cleaning 7908 clauses out of 15816 with flag 74819/35019
4.52/3.93	c cleaning 8948 clauses out of 17907 with flag 95929/45018
5.51/4.98	c cleaning 9979 clauses out of 19961 with flag 119437/56020
6.61/6.05	c cleaning 10987 clauses out of 21980 with flag 145203/68018
7.81/7.23	c cleaning 11992 clauses out of 23991 with flag 173469/81016
9.02/8.45	c cleaning 12996 clauses out of 26000 with flag 203040/95017
10.22/9.68	c cleaning 13998 clauses out of 28003 with flag 234728/110016
11.62/11.09	c cleaning 15004 clauses out of 30007 with flag 268209/126018
13.51/12.92	c cleaning 15998 clauses out of 32001 with flag 304183/143016
15.51/14.92	c cleaning 16997 clauses out of 34003 with flag 343313/161016
17.72/17.14	c cleaning 17998 clauses out of 36006 with flag 384745/180016
20.22/19.66	c cleaning 19002 clauses out of 38008 with flag 428912/200016
23.07/22.46	c cleaning 20001 clauses out of 40006 with flag 477482/221016
26.08/25.44	c cleaning 21004 clauses out of 42009 with flag 528160/243020
28.47/27.85	c cleaning 21998 clauses out of 44001 with flag 579209/266016
31.77/31.18	c cleaning 22998 clauses out of 46005 with flag 632593/290018
35.37/34.70	c cleaning 23999 clauses out of 48005 with flag 689848/315016
39.18/38.58	c cleaning 24992 clauses out of 50006 with flag 749445/341016
42.87/42.22	c cleaning 26004 clauses out of 52014 with flag 812458/368016
46.77/46.10	c cleaning 27000 clauses out of 54012 with flag 880381/396018
50.68/50.07	c cleaning 27999 clauses out of 56012 with flag 948029/425018
54.53/53.84	c cleaning 29003 clauses out of 58012 with flag 1013248/455017
58.73/58.03	c cleaning 29994 clauses out of 60008 with flag 1080999/486016
63.13/62.41	c cleaning 31008 clauses out of 62015 with flag 1150856/518017
68.03/67.40	c cleaning 32004 clauses out of 64008 with flag 1222948/551018
73.93/73.29	c cleaning 32997 clauses out of 66003 with flag 1297580/585017
80.83/80.15	c cleaning 33998 clauses out of 68006 with flag 1374096/620017
86.93/86.20	c cleaning 35001 clauses out of 70009 with flag 1451511/656018
92.76/92.10	c cleaning 35996 clauses out of 72006 with flag 1531034/693016
99.66/98.97	c cleaning 36998 clauses out of 74010 with flag 1613185/731016
106.07/105.34	c cleaning 38007 clauses out of 76015 with flag 1696141/770019
111.98/111.29	c cleaning 39001 clauses out of 78006 with flag 1784161/810017
118.77/118.03	c cleaning 39997 clauses out of 80004 with flag 1871896/851016
126.28/125.55	c cleaning 41001 clauses out of 82007 with flag 1962549/893016
132.97/132.11	c cleaning 42002 clauses out of 84008 with flag 2056360/936018
141.57/140.77	c cleaning 42996 clauses out of 86004 with flag 2160621/980016
154.38/153.59	c cleaning 44000 clauses out of 88012 with flag 2280727/1025020
166.78/165.90	c cleaning 45002 clauses out of 90010 with flag 2407285/1071018
178.58/177.71	c cleaning 45996 clauses out of 92006 with flag 2533834/1118016
194.43/193.50	c cleaning 47006 clauses out of 94014 with flag 2659054/1166020
208.83/207.82	c cleaning 48003 clauses out of 96006 with flag 2792440/1215018
222.64/221.68	c cleaning 48994 clauses out of 98006 with flag 2914909/1265021
239.94/238.97	c cleaning 50001 clauses out of 100007 with flag 3049024/1316016
256.63/255.45	c cleaning 50999 clauses out of 102006 with flag 3180130/1368016
273.23/272.00	c cleaning 51998 clauses out of 104007 with flag 3321909/1421016
292.74/291.59	c cleaning 53003 clauses out of 106010 with flag 3470037/1475017
311.73/310.53	c cleaning 54001 clauses out of 108006 with flag 3625510/1530016
329.26/327.94	c cleaning 54999 clauses out of 110008 with flag 3767056/1586019
350.37/349.09	c cleaning 56001 clauses out of 112007 with flag 3909065/1643017
370.87/369.55	c cleaning 57001 clauses out of 114006 with flag 4043753/1701017
390.57/389.09	c cleaning 58003 clauses out of 116006 with flag 4182209/1760018
409.07/407.57	c cleaning 58998 clauses out of 118001 with flag 4321303/1820016
435.09/433.54	c cleaning 59996 clauses out of 120003 with flag 4460384/1881016
460.53/458.85	c cleaning 61002 clauses out of 122008 with flag 4607369/1943017
489.04/487.40	c cleaning 61999 clauses out of 124006 with flag 4749934/2006017
516.68/514.88	c cleaning 63004 clauses out of 126007 with flag 4885800/2070017
541.98/540.20	c cleaning 63999 clauses out of 128004 with flag 5029432/2135018
565.72/563.78	c cleaning 64997 clauses out of 130003 with flag 5173707/2201016
588.02/586.01	c cleaning 66001 clauses out of 132006 with flag 5321775/2268016
617.92/615.83	c cleaning 66999 clauses out of 134005 with flag 5471447/2336016
648.63/646.55	c cleaning 67999 clauses out of 136006 with flag 5626399/2405016
683.32/681.18	c cleaning 69000 clauses out of 138009 with flag 5782324/2475018
712.32/710.10	c cleaning 70002 clauses out of 140008 with flag 5938883/2546017
739.16/736.90	c cleaning 71000 clauses out of 142006 with flag 6094873/2618017
774.47/772.29	c cleaning 72000 clauses out of 144005 with flag 6251998/2691016
807.22/804.90	c cleaning 72998 clauses out of 146005 with flag 6412596/2765016
844.32/841.96	c cleaning 74000 clauses out of 148007 with flag 6578189/2840016
885.33/882.93	c cleaning 75002 clauses out of 150010 with flag 6758993/2916019
921.51/919.07	c cleaning 76000 clauses out of 152008 with flag 6962082/2993019
968.08/965.51	c cleaning 77003 clauses out of 154006 with flag 7172071/3071017
1013.39/1010.86	c cleaning 77996 clauses out of 156004 with flag 7395708/3150018
1058.18/1055.55	c cleaning 79001 clauses out of 158010 with flag 7608223/3230020
1100.36/1097.63	c cleaning 80004 clauses out of 160008 with flag 7820860/3311019
1134.36/1131.62	c cleaning 80992 clauses out of 162001 with flag 8033298/3393016
1183.34/1180.59	c cleaning 82000 clauses out of 164009 with flag 8267072/3476016
1229.84/1226.96	c cleaning 82998 clauses out of 166011 with flag 8508864/3560018
1281.15/1278.28	c cleaning 84000 clauses out of 168011 with flag 8745573/3645016
1321.52/1318.57	c cleaning 85007 clauses out of 170013 with flag 8953733/3731018
1364.05/1361.00	c cleaning 86000 clauses out of 172005 with flag 9163072/3818017
1412.84/1409.72	c cleaning 86997 clauses out of 174005 with flag 9407246/3906017
1451.33/1448.18	c cleaning 87997 clauses out of 176011 with flag 9616373/3995020
1490.24/1487.04	c cleaning 89006 clauses out of 178012 with flag 9826626/4085018
1528.80/1525.51	c cleaning 89994 clauses out of 180004 with flag 10047210/4176016
1576.83/1573.54	c cleaning 90999 clauses out of 182010 with flag 10271497/4268016
1635.46/1632.00	c cleaning 92007 clauses out of 184015 with flag 10529709/4361020
1699.86/1696.34	c cleaning 92999 clauses out of 186008 with flag 10782426/4455020
1760.93/1757.37	c cleaning 94001 clauses out of 188007 with flag 11033784/4550018
1800.02/1796.31	c starts		: 11302
1800.02/1796.31	c conflicts		: 4623548
1800.02/1796.31	c decisions		: 5605577
1800.02/1796.31	c propagations		: 197782519
1800.02/1796.31	c inspects		: 30150322898
1800.02/1796.31	c shortcuts		: 0
1800.02/1796.31	c learnt literals	: 0
1800.02/1796.31	c learnt binary clauses	: 0
1800.02/1796.31	c learnt ternary clauses	: 0
1800.02/1796.31	c learnt constraints	: 4623548
1800.02/1796.31	c ignored constraints	: 0
1800.02/1796.31	c root simplifications	: 0
1800.02/1796.31	c removed literals (reason simplification)	: 0
1800.02/1796.31	c reason swapping (by a shorter reason)	: 0
1800.02/1796.31	c Calls to reduceDB	: 91
1800.02/1796.31	c Number of update (reduction) of LBD	: 191874
1800.02/1796.31	c Imported unit clauses	: 0
1800.02/1796.31	c number of reductions to clauses (during analyze)	: 0
1800.02/1796.31	c number of learned constraints concerned by reduction	: 0
1800.02/1796.31	c number of learning phase by resolution	: 0
1800.02/1796.31	c number of learning phase by cutting planes	: 0
1800.02/1796.31	c speed (assignments/second)	: 110115.55862139615
1800.02/1796.31	c non guided choices	2
1800.02/1796.34	c learnt constraints type 
1800.02/1796.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 167536
1800.02/1796.34	s SATISFIABLE
1800.02/1796.34	c Found 3 solution(s)
1800.02/1796.34	v -x1 -x2 x3 x4 -x5 -x6 x7 -x8 -x9 x10 -x11 -x12 -x13 x14 -x15 -x16 x17 -x18 -x19 -x20 x21 x22 -x23 -x24 x25 -x26 -x27 x28 -x29 -x30 -x31 x32 -x33 -x34 x35 -x36 -x37 -x38 x39 -x40 x41 -x42 x43 -x44 -x45 -x46 x47 -x48 -x49 x50 -x51 -x52 -x53 x54 x55 -x56 -x57 -x58 -x59 x60 x61 -x62 -x63 -x64 x65 -x66 x67 -x68 -x69 -x70 x71 -x72 -x73 -x74 x75 -x76 -x77 x78 -x79 x80 -x81 x82 -x83 -x84 x85 -x86 -x87 -x88 x89 -x90 x91 -x92 -x93 x94 -x95 -x96 x97 -x98 -x99 x100 -x101 -x102 x103 -x104 -x105 x106 -x107 -x108 
1800.02/1796.34	c objective function=-2496488
1800.02/1796.34	c Total wall clock time (in seconds): 1796.21

Verifier Data

OK	-2496488

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-4118120-1467222904/watcher-4118120-1467222904 -o /tmp/evaluation-result-4118120-1467222904/solver-4118120-1467222904 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1467210312-1882 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4118120-1467222904.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.17 2.17 2.17 3/194 3615
/proc/meminfo: memFree=29271272/32872528 swapFree=1099624/1181384
[pid=3615] ppid=3612 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/3615/stat : 3615 (java) R 3612 3615 1865 0 -1 4202496 751 0 0 0 0 0 0 0 20 0 1 0 1319641 23793664 400 33554432000 1073741824 1073778376 140735472520896 140735472509960 271778363969 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3615/statm: 5809 414 316 9 0 128 0

[startup+0.100061 s]
/proc/loadavg: 2.17 2.17 2.17 3/194 3615
/proc/meminfo: memFree=29271272/32872528 swapFree=1099624/1181384
[pid=3615] ppid=3612 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/3615/stat : 3615 (java) S 3612 3615 1865 0 -1 4202496 4386 0 1 0 7 0 0 0 20 0 18 0 1319641 9787879424 5484 33554432000 1073741824 1073778376 140735472520896 140735472512032 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3615/statm: 2389619 5484 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 2.17 2.17 2.17 3/194 3615
/proc/meminfo: memFree=29271272/32872528 swapFree=1099624/1181384
[pid=3615] ppid=3612 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/3615/stat : 3615 (java) S 3612 3615 1865 0 -1 4202496 4587 0 1 0 19 1 0 0 20 0 19 0 1319641 9856040960 7186 33554432000 1073741824 1073778376 140735472520896 140735472512032 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3615/statm: 2406260 7186 2176 9 0 2396937 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 9625040

[startup+0.300205 s]
/proc/loadavg: 2.17 2.17 2.17 3/194 3615
/proc/meminfo: memFree=29271272/32872528 swapFree=1099624/1181384
[pid=3615] ppid=3612 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/3615/stat : 3615 (java) S 3612 3615 1865 0 -1 4202496 6889 0 1 0 47 1 0 0 20 0 19 0 1319641 9856040960 8712 33554432000 1073741824 1073778376 140735472520896 140735472512032 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3615/statm: 2406260 8712 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700136 s]
/proc/loadavg: 2.17 2.17 2.17 3/194 3615
/proc/meminfo: memFree=29271272/32872528 swapFree=1099624/1181384
[pid=3615] ppid=3612 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/3615/stat : 3615 (java) S 3612 3615 1865 0 -1 4202496 11545 0 1 0 102 2 0 0 20 0 19 0 1319641 9856040960 12180 33554432000 1073741824 1073778376 140735472520896 140735472512032 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3615/statm: 2406260 12180 2235 9 0 2396937 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.17 2.17 2.17 3/213 3634
/proc/meminfo: memFree=29222408/32872528 swapFree=1099624/1181384
[pid=3615] ppid=3612 vsize=9625040 CPUtime=2.03 cores=1,3,5,7
/proc/3615/stat : 3615 (java) S 3612 3615 1865 0 -1 4202496 13957 0 1 0 201 2 0 0 20 0 19 0 1319641 9856040960 15152 33554432000 1073741824 1073778376 140735472520896 140735472512032 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3615/statm: 2406260 15152 2240 9 0 2396937 0
[pid=3615/tid=3617] ppid=3612 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/3615/task/3617/stat : 3617 (java) R 3612 3615 1865 0 -1 4202560 2390 0 1 0 143 1 0 0 20 0 19 0 1319642 9856040960 15152 33554432000 1073741824 1073778376 140735472520896 139990066589920 139989912721675 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3618] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3618/stat : 3618 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319644 9856040960 15152 33554432000 1073741824 1073778376 140735472520896 139990039042216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3619] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3619/stat : 3619 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319644 9856040960 15152 33554432000 1073741824 1073778376 140735472520896 139990037989672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3615/tid=3620] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3620/stat : 3620 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319644 9856040960 15152 33554432000 1073741824 1073778376 140735472520896 139990036937128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3615/tid=3621] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3621/stat : 3621 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319644 9856040960 15152 33554432000 1073741824 1073778376 140735472520896 139990035884584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3615/tid=3622] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3622/stat : 3622 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319644 9856040960 15152 33554432000 1073741824 1073778376 140735472520896 139990034832040 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3623] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3623/stat : 3623 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319644 9856040960 15152 33554432000 1073741824 1073778376 140735472520896 139990033779496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3615/tid=3624] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3624/stat : 3624 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319644 9856040960 15152 33554432000 1073741824 1073778376 140735472520896 139990032726952 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3625] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3625/stat : 3625 (java) S 3612 3615 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 1319644 9856040960 15152 33554432000 1073741824 1073778376 140735472520896 139990031674408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3626] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3626/stat : 3626 (java) S 3612 3615 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 1319645 9856040960 15152 33554432000 1073741824 1073778376 140735472520896 139989419526248 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3615/tid=3627] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3627/stat : 3627 (java) S 3612 3615 1865 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 1319645 9856040960 15152 33554432000 1073741824 1073778376 140735472520896 139989418472568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3628] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3628/stat : 3628 (java) S 3612 3615 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1319645 9856040960 15152 33554432000 1073741824 1073778376 140735472520896 139989417419912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3629] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3629/stat : 3629 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319648 9856040960 15152 33554432000 1073741824 1073778376 140735472520896 139989416368656 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3630] ppid=3612 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/3615/task/3630/stat : 3630 (java) S 3612 3615 1865 0 -1 4202560 6930 0 0 0 33 1 0 0 20 0 19 0 1319648 9856040960 15152 33554432000 1073741824 1073778376 140735472520896 139989415316024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3631] ppid=3612 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/3615/task/3631/stat : 3631 (java) S 3612 3615 1865 0 -1 4202560 3366 0 0 0 20 0 0 0 20 0 19 0 1319648 9856040960 15152 33554432000 1073741824 1073778376 140735472520896 139989414263480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3615/tid=3632] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3632/stat : 3632 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319648 9856040960 15152 33554432000 1073741824 1073778376 140735472520896 139989413211128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3615/tid=3633] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3633/stat : 3633 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319648 9856040960 15152 33554432000 1073741824 1073778376 140735472520896 139989412158792 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3615/tid=3634] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3634/stat : 3634 (java) S 3612 3615 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1319659 9856040960 15152 33554432000 1073741824 1073778376 140735472520896 139989411103528 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.24 2.18 2.18 3/213 3634
/proc/meminfo: memFree=29213960/32872528 swapFree=1099624/1181384
[pid=3615] ppid=3612 vsize=9625040 CPUtime=3.65 cores=1,3,5,7
/proc/3615/stat : 3615 (java) S 3612 3615 1865 0 -1 4202496 13969 0 1 0 363 2 0 0 20 0 19 0 1319641 9856040960 17719 33554432000 1073741824 1073778376 140735472520896 140735472512032 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3615/statm: 2406260 17719 2246 9 0 2396937 0
[pid=3615/tid=3617] ppid=3612 vsize=9625040 CPUtime=3.03 cores=1,3,5,7
/proc/3615/task/3617/stat : 3617 (java) R 3612 3615 1865 0 -1 4202560 2401 0 1 0 302 1 0 0 20 0 19 0 1319642 9856040960 17719 33554432000 1073741824 1073778376 140735472520896 139990066589960 139989912873738 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3618] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3618/stat : 3618 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319644 9856040960 17719 33554432000 1073741824 1073778376 140735472520896 139990039042216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3619] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3619/stat : 3619 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319644 9856040960 17719 33554432000 1073741824 1073778376 140735472520896 139990037989672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3615/tid=3620] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3620/stat : 3620 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319644 9856040960 17719 33554432000 1073741824 1073778376 140735472520896 139990036937128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3615/tid=3621] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3621/stat : 3621 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319644 9856040960 17719 33554432000 1073741824 1073778376 140735472520896 139990035884584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3615/tid=3622] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3622/stat : 3622 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319644 9856040960 17719 33554432000 1073741824 1073778376 140735472520896 139990034832040 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3623] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3623/stat : 3623 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319644 9856040960 17719 33554432000 1073741824 1073778376 140735472520896 139990033779496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3615/tid=3624] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3624/stat : 3624 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319644 9856040960 17719 33554432000 1073741824 1073778376 140735472520896 139990032726952 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3625] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3625/stat : 3625 (java) S 3612 3615 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 1319644 9856040960 17719 33554432000 1073741824 1073778376 140735472520896 139990031674408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3626] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3626/stat : 3626 (java) S 3612 3615 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 1319645 9856040960 17719 33554432000 1073741824 1073778376 140735472520896 139989419526248 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3615/tid=3627] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3627/stat : 3627 (java) S 3612 3615 1865 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 1319645 9856040960 17719 33554432000 1073741824 1073778376 140735472520896 139989418472568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3628] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3628/stat : 3628 (java) S 3612 3615 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1319645 9856040960 17719 33554432000 1073741824 1073778376 140735472520896 139989417419912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3629] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3629/stat : 3629 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319648 9856040960 17719 33554432000 1073741824 1073778376 140735472520896 139989416368656 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3630] ppid=3612 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/3615/task/3630/stat : 3630 (java) S 3612 3615 1865 0 -1 4202560 6931 0 0 0 36 1 0 0 20 0 19 0 1319648 9856040960 17719 33554432000 1073741824 1073778376 140735472520896 139989415316024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3631] ppid=3612 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/3615/task/3631/stat : 3631 (java) S 3612 3615 1865 0 -1 4202560 3366 0 0 0 21 0 0 0 20 0 19 0 1319648 9856040960 17719 33554432000 1073741824 1073778376 140735472520896 139989414263480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3615/tid=3632] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3632/stat : 3632 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319648 9856040960 17719 33554432000 1073741824 1073778376 140735472520896 139989413211128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3615/tid=3633] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3633/stat : 3633 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319648 9856040960 17719 33554432000 1073741824 1073778376 140735472520896 139989412158792 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3615/tid=3634] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3634/stat : 3634 (java) S 3612 3615 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1319659 9856040960 17719 33554432000 1073741824 1073778376 140735472520896 139989411103528 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.24 2.18 2.18 4/213 3634
/proc/meminfo: memFree=29192996/32872528 swapFree=1099624/1181384
[pid=3615] ppid=3612 vsize=9625040 CPUtime=6.91 cores=1,3,5,7
/proc/3615/stat : 3615 (java) S 3612 3615 1865 0 -1 4202496 15179 0 1 0 688 3 0 0 20 0 19 0 1319641 9856040960 22831 33554432000 1073741824 1073778376 140735472520896 140735472512032 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3615/statm: 2406260 22831 2249 9 0 2396937 0
[pid=3615/tid=3617] ppid=3612 vsize=9625040 CPUtime=6.21 cores=1,3,5,7
/proc/3615/task/3617/stat : 3617 (java) R 3612 3615 1865 0 -1 4202560 2414 0 1 0 620 1 0 0 20 0 19 0 1319642 9856040960 22831 33554432000 1073741824 1073778376 140735472520896 139990066590048 139989912873770 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3618] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3618/stat : 3618 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319644 9856040960 22831 33554432000 1073741824 1073778376 140735472520896 139990039042216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3619] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3619/stat : 3619 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319644 9856040960 22831 33554432000 1073741824 1073778376 140735472520896 139990037989672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3615/tid=3620] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3620/stat : 3620 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319644 9856040960 22831 33554432000 1073741824 1073778376 140735472520896 139990036937128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3615/tid=3621] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3621/stat : 3621 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319644 9856040960 22831 33554432000 1073741824 1073778376 140735472520896 139990035884584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3615/tid=3622] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3622/stat : 3622 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319644 9856040960 22831 33554432000 1073741824 1073778376 140735472520896 139990034832040 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3623] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3623/stat : 3623 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319644 9856040960 22831 33554432000 1073741824 1073778376 140735472520896 139990033779496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3615/tid=3624] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3624/stat : 3624 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319644 9856040960 22831 33554432000 1073741824 1073778376 140735472520896 139990032726952 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3625] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3625/stat : 3625 (java) S 3612 3615 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 1319644 9856040960 22831 33554432000 1073741824 1073778376 140735472520896 139990031674408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3626] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3626/stat : 3626 (java) S 3612 3615 1865 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 1319645 9856040960 22831 33554432000 1073741824 1073778376 140735472520896 139989419526248 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3615/tid=3627] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3627/stat : 3627 (java) S 3612 3615 1865 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 1319645 9856040960 22831 33554432000 1073741824 1073778376 140735472520896 139989418472568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3628] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3628/stat : 3628 (java) S 3612 3615 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1319645 9856040960 22831 33554432000 1073741824 1073778376 140735472520896 139989417419912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3629] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3629/stat : 3629 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319648 9856040960 22831 33554432000 1073741824 1073778376 140735472520896 139989416368656 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3630] ppid=3612 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/3615/task/3630/stat : 3630 (java) S 3612 3615 1865 0 -1 4202560 6931 0 0 0 36 2 0 0 20 0 19 0 1319648 9856040960 22831 33554432000 1073741824 1073778376 140735472520896 139989415316024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3631] ppid=3612 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/3615/task/3631/stat : 3631 (java) S 3612 3615 1865 0 -1 4202560 4560 0 0 0 28 0 0 0 20 0 19 0 1319648 9856040960 22831 33554432000 1073741824 1073778376 140735472520896 139989414263480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3615/tid=3632] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3632/stat : 3632 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319648 9856040960 22831 33554432000 1073741824 1073778376 140735472520896 139989413211128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3615/tid=3633] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3633/stat : 3633 (java) S 3612 3615 1865 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 1319648 9856040960 22831 33554432000 1073741824 1073778376 140735472520896 139989412158792 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3615/tid=3634] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3634/stat : 3634 (java) S 3612 3615 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1319659 9856040960 22831 33554432000 1073741824 1073778376 140735472520896 139989411103528 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 9625040


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

/proc/3615/task/3634/stat : 3634 (java) S 3612 3615 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1319659 9856040960 113413 33554432000 1073741824 1073778376 140735472520896 139989411103528 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1725.93
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.19 2.28 2.23 3/213 3765
/proc/meminfo: memFree=28143032/32872528 swapFree=1099624/1181384
[pid=3615] ppid=3612 vsize=9625040 CPUtime=1785.94 cores=1,3,5,7
/proc/3615/stat : 3615 (java) S 3612 3615 1865 0 -1 4202496 19169 0 1 0 178505 89 0 0 20 0 19 0 1319641 9856040960 113413 33554432000 1073741824 1073778376 140735472520896 140735472512032 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3615/statm: 2406260 113413 2271 9 0 2396937 0
[pid=3615/tid=3617] ppid=3612 vsize=9625040 CPUtime=1776.55 cores=1,3,5,7
/proc/3615/task/3617/stat : 3617 (java) R 3612 3615 1865 0 -1 4202560 2487 0 1 0 177626 29 0 0 20 0 19 0 1319642 9856040960 113413 33554432000 1073741824 1073778376 140735472520896 139990066581168 139989912873770 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3615/tid=3618] ppid=3612 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/3615/task/3618/stat : 3618 (java) S 3612 3615 1865 0 -1 4202560 520 0 0 0 38 6 0 0 20 0 19 0 1319644 9856040960 113413 33554432000 1073741824 1073778376 140735472520896 139990039042216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3615/tid=3619] ppid=3612 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/3615/task/3619/stat : 3619 (java) S 3612 3615 1865 0 -1 4202560 321 0 0 0 36 4 0 0 20 0 19 0 1319644 9856040960 113413 33554432000 1073741824 1073778376 140735472520896 139990037989672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3615/tid=3620] ppid=3612 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/3615/task/3620/stat : 3620 (java) S 3612 3615 1865 0 -1 4202560 426 0 0 0 34 4 0 0 20 0 19 0 1319644 9856040960 113413 33554432000 1073741824 1073778376 140735472520896 139990036937128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3615/tid=3621] ppid=3612 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/3615/task/3621/stat : 3621 (java) S 3612 3615 1865 0 -1 4202560 555 0 0 0 35 6 0 0 20 0 19 0 1319644 9856040960 113413 33554432000 1073741824 1073778376 140735472520896 139990035884584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3615/tid=3622] ppid=3612 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/3615/task/3622/stat : 3622 (java) S 3612 3615 1865 0 -1 4202560 454 0 0 0 38 5 0 0 20 0 19 0 1319644 9856040960 113413 33554432000 1073741824 1073778376 140735472520896 139990034832040 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3615/tid=3623] ppid=3612 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/3615/task/3623/stat : 3623 (java) S 3612 3615 1865 0 -1 4202560 486 0 0 0 43 9 0 0 20 0 19 0 1319644 9856040960 113413 33554432000 1073741824 1073778376 140735472520896 139990033779496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3615/tid=3624] ppid=3612 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/3615/task/3624/stat : 3624 (java) S 3612 3615 1865 0 -1 4202560 469 0 0 0 39 8 0 0 20 0 19 0 1319644 9856040960 113413 33554432000 1073741824 1073778376 140735472520896 139990032726952 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3625] ppid=3612 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/3615/task/3625/stat : 3625 (java) S 3612 3615 1865 0 -1 4202560 413 0 0 0 36 6 0 0 20 0 19 0 1319644 9856040960 113413 33554432000 1073741824 1073778376 140735472520896 139990031674408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3626] ppid=3612 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/3615/task/3626/stat : 3626 (java) S 3612 3615 1865 0 -1 4202560 173 0 0 0 18 2 0 0 20 0 19 0 1319645 9856040960 113413 33554432000 1073741824 1073778376 140735472520896 139989419526248 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3615/tid=3627] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3627/stat : 3627 (java) S 3612 3615 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 1319645 9856040960 113413 33554432000 1073741824 1073778376 140735472520896 139989418472568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3628] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3628/stat : 3628 (java) S 3612 3615 1865 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 1319645 9856040960 113413 33554432000 1073741824 1073778376 140735472520896 139989417419912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3629] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3629/stat : 3629 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319648 9856040960 113413 33554432000 1073741824 1073778376 140735472520896 139989416368656 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3630] ppid=3612 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/3615/task/3630/stat : 3630 (java) S 3612 3615 1865 0 -1 4202560 6931 0 0 0 36 2 0 0 20 0 19 0 1319648 9856040960 113413 33554432000 1073741824 1073778376 140735472520896 139989415316024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3631] ppid=3612 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/3615/task/3631/stat : 3631 (java) S 3612 3615 1865 0 -1 4202560 4571 0 0 0 31 0 0 0 20 0 19 0 1319648 9856040960 113413 33554432000 1073741824 1073778376 140735472520896 139989414263480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3615/tid=3632] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3632/stat : 3632 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319648 9856040960 113413 33554432000 1073741824 1073778376 140735472520896 139989413211128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3615/tid=3633] ppid=3612 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/3615/task/3633/stat : 3633 (java) S 3612 3615 1865 0 -1 4202560 104 0 0 0 29 43 0 0 20 0 19 0 1319648 9856040960 113413 33554432000 1073741824 1073778376 140735472520896 139989412158792 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3615/tid=3634] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3634/stat : 3634 (java) S 3612 3615 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1319659 9856040960 113413 33554432000 1073741824 1073778376 140735472520896 139989411103528 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1785.94
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.3 s]
/proc/loadavg: 2.31 2.31 2.23 3/213 3766
/proc/meminfo: memFree=28085988/32872528 swapFree=1099624/1181384
[pid=3615] ppid=3612 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/3615/stat : 3615 (java) S 3612 3615 1865 0 -1 4202496 19172 0 1 0 179912 90 0 0 20 0 19 0 1319641 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 140735472512032 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3615/statm: 2406260 112083 2271 9 0 2396937 0
[pid=3615/tid=3617] ppid=3612 vsize=9625040 CPUtime=1790.5 cores=1,3,5,7
/proc/3615/task/3617/stat : 3617 (java) R 3612 3615 1865 0 -1 4202560 2488 0 1 0 179021 29 0 0 20 0 19 0 1319642 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139990066588848 139989912864154 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3615/tid=3618] ppid=3612 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/3615/task/3618/stat : 3618 (java) S 3612 3615 1865 0 -1 4202560 520 0 0 0 39 6 0 0 20 0 19 0 1319644 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139990039042216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3615/tid=3619] ppid=3612 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/3615/task/3619/stat : 3619 (java) S 3612 3615 1865 0 -1 4202560 321 0 0 0 37 4 0 0 20 0 19 0 1319644 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139990037989672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3615/tid=3620] ppid=3612 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/3615/task/3620/stat : 3620 (java) S 3612 3615 1865 0 -1 4202560 426 0 0 0 35 4 0 0 20 0 19 0 1319644 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139990036937128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3615/tid=3621] ppid=3612 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/3615/task/3621/stat : 3621 (java) S 3612 3615 1865 0 -1 4202560 555 0 0 0 37 6 0 0 20 0 19 0 1319644 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139990035884584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3615/tid=3622] ppid=3612 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/3615/task/3622/stat : 3622 (java) S 3612 3615 1865 0 -1 4202560 454 0 0 0 39 5 0 0 20 0 19 0 1319644 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139990034832040 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3615/tid=3623] ppid=3612 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/3615/task/3623/stat : 3623 (java) S 3612 3615 1865 0 -1 4202560 486 0 0 0 45 9 0 0 20 0 19 0 1319644 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139990033779496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3615/tid=3624] ppid=3612 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/3615/task/3624/stat : 3624 (java) S 3612 3615 1865 0 -1 4202560 469 0 0 0 41 8 0 0 20 0 19 0 1319644 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139990032726952 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3625] ppid=3612 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/3615/task/3625/stat : 3625 (java) S 3612 3615 1865 0 -1 4202560 413 0 0 0 37 6 0 0 20 0 19 0 1319644 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139990031674408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3626] ppid=3612 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/3615/task/3626/stat : 3626 (java) S 3612 3615 1865 0 -1 4202560 175 0 0 0 18 2 0 0 20 0 19 0 1319645 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139989419526248 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3615/tid=3627] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3627/stat : 3627 (java) S 3612 3615 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 1319645 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139989418472568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3628] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3628/stat : 3628 (java) S 3612 3615 1865 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 1319645 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139989417419912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3629] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3629/stat : 3629 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319648 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139989416368656 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3630] ppid=3612 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/3615/task/3630/stat : 3630 (java) S 3612 3615 1865 0 -1 4202560 6931 0 0 0 36 2 0 0 20 0 19 0 1319648 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139989415316024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3631] ppid=3612 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/3615/task/3631/stat : 3631 (java) S 3612 3615 1865 0 -1 4202560 4571 0 0 0 31 0 0 0 20 0 19 0 1319648 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139989414263480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3615/tid=3632] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3632/stat : 3632 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319648 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139989413211128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3615/tid=3633] ppid=3612 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/3615/task/3633/stat : 3633 (java) S 3612 3615 1865 0 -1 4202560 104 0 0 0 29 43 0 0 20 0 19 0 1319648 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139989412158792 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3615/tid=3634] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3634/stat : 3634 (java) S 3612 3615 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1319659 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139989411103528 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 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 3615 sig 9
??? kill -3615 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.3 s]
/proc/loadavg: 2.31 2.31 2.23 3/213 3766
/proc/meminfo: memFree=28085988/32872528 swapFree=1099624/1181384
[pid=3615] ppid=3612 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/3615/stat : 3615 (java) S 3612 3615 1865 0 -1 4202496 19172 0 1 0 179912 90 0 0 20 0 19 0 1319641 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 140735472512032 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3615/statm: 2406260 112083 2271 9 0 2396937 0
[pid=3615/tid=3617] ppid=3612 vsize=9625040 CPUtime=1790.5 cores=1,3,5,7
/proc/3615/task/3617/stat : 3617 (java) R 3612 3615 1865 0 -1 4202560 2488 0 1 0 179021 29 0 0 20 0 19 0 1319642 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139990066588848 139989912864154 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3615/tid=3618] ppid=3612 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/3615/task/3618/stat : 3618 (java) S 3612 3615 1865 0 -1 4202560 520 0 0 0 39 6 0 0 20 0 19 0 1319644 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139990039042216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3615/tid=3619] ppid=3612 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/3615/task/3619/stat : 3619 (java) S 3612 3615 1865 0 -1 4202560 321 0 0 0 37 4 0 0 20 0 19 0 1319644 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139990037989672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3615/tid=3620] ppid=3612 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/3615/task/3620/stat : 3620 (java) S 3612 3615 1865 0 -1 4202560 426 0 0 0 35 4 0 0 20 0 19 0 1319644 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139990036937128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3615/tid=3621] ppid=3612 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/3615/task/3621/stat : 3621 (java) S 3612 3615 1865 0 -1 4202560 555 0 0 0 37 6 0 0 20 0 19 0 1319644 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139990035884584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3615/tid=3622] ppid=3612 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/3615/task/3622/stat : 3622 (java) S 3612 3615 1865 0 -1 4202560 454 0 0 0 39 5 0 0 20 0 19 0 1319644 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139990034832040 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3615/tid=3623] ppid=3612 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/3615/task/3623/stat : 3623 (java) S 3612 3615 1865 0 -1 4202560 486 0 0 0 45 9 0 0 20 0 19 0 1319644 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139990033779496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3615/tid=3624] ppid=3612 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/3615/task/3624/stat : 3624 (java) S 3612 3615 1865 0 -1 4202560 469 0 0 0 41 8 0 0 20 0 19 0 1319644 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139990032726952 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3625] ppid=3612 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/3615/task/3625/stat : 3625 (java) S 3612 3615 1865 0 -1 4202560 413 0 0 0 37 6 0 0 20 0 19 0 1319644 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139990031674408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3626] ppid=3612 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/3615/task/3626/stat : 3626 (java) S 3612 3615 1865 0 -1 4202560 175 0 0 0 18 2 0 0 20 0 19 0 1319645 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139989419526248 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3615/tid=3627] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3627/stat : 3627 (java) S 3612 3615 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 1319645 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139989418472568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3628] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3628/stat : 3628 (java) S 3612 3615 1865 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 1319645 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139989417419912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3629] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3629/stat : 3629 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319648 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139989416368656 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3630] ppid=3612 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/3615/task/3630/stat : 3630 (java) S 3612 3615 1865 0 -1 4202560 6931 0 0 0 36 2 0 0 20 0 19 0 1319648 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139989415316024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3615/tid=3631] ppid=3612 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/3615/task/3631/stat : 3631 (java) S 3612 3615 1865 0 -1 4202560 4571 0 0 0 31 0 0 0 20 0 19 0 1319648 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139989414263480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3615/tid=3632] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3632/stat : 3632 (java) S 3612 3615 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1319648 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139989413211128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3615/tid=3633] ppid=3612 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/3615/task/3633/stat : 3633 (java) S 3612 3615 1865 0 -1 4202560 104 0 0 0 29 43 0 0 20 0 19 0 1319648 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139989412158792 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3615/tid=3634] ppid=3612 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3615/task/3634/stat : 3634 (java) S 3612 3615 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1319659 9856040960 112083 33554432000 1073741824 1073778376 140735472520896 139989411103528 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 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 3615 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=648172
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=383789
# CPU time returned by wait4() is 1796.03
# 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): 1796.34
CPU time (s): 1800.02
CPU user time (s): 1799.12
CPU system time (s): 0.9
CPU usage (%): 100.205
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.65
system time used= 1.38379
maximum resident set size= 612472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19219
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38762
involuntary context switches= 5271

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.8615 second user time and 14.1948 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-29 19:55:04
IDJOB=4118120
IDBENCH=111455
IDSOLVER=2546
FILE ID=node115/4118120-1467222904
RUNJOBID= node115-1467210312-1882
PBS_JOBID= 19997598
Free space on /tmp= 71664 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-NLC/minlplib2-pb-0.1.0/opb/normalized-graphpart_2g-0066-0066.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118120-1467222904/watcher-4118120-1467222904 -o /tmp/evaluation-result-4118120-1467222904/solver-4118120-1467222904 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1467210312-1882 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4118120-1467222904.opb

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

MD5SUM BENCH= d706274345c51e8c4d6f8dd18eb2ed0c
RANDOM SEED=1766322230

node115.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.087
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.17
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.087
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.56
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.087
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.54
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.087
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.087
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.087
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.087
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.087
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:        29272296 kB
Buffers:           74716 kB
Cached:          1163280 kB
SwapCached:            0 kB
Active:           561516 kB
Inactive:        1145444 kB
Active(anon):     471664 kB
Inactive(anon):        0 kB
Active(file):      89852 kB
Inactive(file):  1145444 kB
Unevictable:     1181384 kB
Mlocked:         1099624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:       1623288 kB
Mapped:            22228 kB
Shmem:               204 kB
Slab:             574868 kB
SReclaimable:      19320 kB
SUnreclaim:       555548 kB
KernelStack:        1760 kB
PageTables:         7592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1877140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    501760 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= 71660 MiB
End job on node115 at 2016-06-29 20:25:01