Trace number 4096271

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.09 1798.55

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_32.opb
MD5SUMde201b0da7652e5ff716d8aa6ae0b3b2
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark914.792
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1406
Total number of constraints6702
Number of constraints which are clauses6697
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 69
Number of bits of the biggest sum of numbers7
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4096271-1466113234.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.51/0.34	c ... done. Wall clock time 0.232s.
0.51/0.34	c declared #vars     1406
0.51/0.34	c #constraints  6706
0.51/0.34	c constraints type 
0.51/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3996
0.51/0.34	c org.sat4j.specs.Constr$1 => 4
0.51/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.51/0.34	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.51/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2700
0.51/0.34	c 6706 constraints processed.
1.46/0.98	c cleaning 2500 clauses out of 5000 with flag 16973/5000
2.25/1.60	c cleaning 4250 clauses out of 8500 with flag 40319/11000
2.97/2.32	c cleaning 5625 clauses out of 11250 with flag 68386/18000
3.76/3.17	c cleaning 6810 clauses out of 13626 with flag 107055/26001
4.90/4.25	c cleaning 7905 clauses out of 15815 with flag 149260/35000
6.11/5.50	c cleaning 8954 clauses out of 17911 with flag 194051/45001
7.60/6.97	c cleaning 9977 clauses out of 19957 with flag 247326/56001
9.31/8.67	c cleaning 10990 clauses out of 21980 with flag 308893/68001
11.11/10.48	c cleaning 11993 clauses out of 23989 with flag 374245/81000
13.37/12.61	c cleaning 12995 clauses out of 25998 with flag 442355/95002
15.67/14.98	c cleaning 13998 clauses out of 28001 with flag 515267/110000
18.48/17.71	c cleaning 14998 clauses out of 30004 with flag 600687/126001
21.28/20.53	c cleaning 16003 clauses out of 32006 with flag 692672/143001
24.58/23.83	c cleaning 16996 clauses out of 34002 with flag 798592/161000
27.88/27.16	c cleaning 17998 clauses out of 36006 with flag 896073/180000
31.49/30.78	c cleaning 19002 clauses out of 38008 with flag 1007850/200000
35.58/34.89	c cleaning 19997 clauses out of 40008 with flag 1129016/221002
39.98/39.25	c cleaning 21001 clauses out of 42010 with flag 1235423/243001
44.80/44.01	c cleaning 22002 clauses out of 44011 with flag 1369409/266003
49.69/48.98	c cleaning 23000 clauses out of 46006 with flag 1513103/290000
54.89/54.16	c cleaning 23999 clauses out of 48008 with flag 1662133/315002
60.69/59.90	c cleaning 25000 clauses out of 50007 with flag 1815090/341000
66.39/65.66	c cleaning 26002 clauses out of 52007 with flag 1944416/368000
72.70/71.90	c cleaning 26994 clauses out of 54005 with flag 2099502/396000
79.20/78.49	c cleaning 28002 clauses out of 56011 with flag 2261966/425000
86.39/85.66	c cleaning 28999 clauses out of 58009 with flag 2426415/455000
93.99/93.29	c cleaning 30001 clauses out of 60010 with flag 2602674/486000
102.59/101.86	c cleaning 30998 clauses out of 62009 with flag 2799605/518000
110.62/109.82	c cleaning 32000 clauses out of 64012 with flag 3008513/551001
118.92/118.10	c cleaning 32997 clauses out of 66011 with flag 3236523/585000
128.12/127.32	c cleaning 34005 clauses out of 68019 with flag 3490089/620005
137.52/136.77	c cleaning 35000 clauses out of 70012 with flag 3729845/656003
147.41/146.63	c cleaning 35997 clauses out of 72009 with flag 3930474/693000
157.81/157.09	c cleaning 36997 clauses out of 74012 with flag 4163702/731000
168.61/167.90	c cleaning 38002 clauses out of 76015 with flag 4379480/770000
179.82/179.05	c cleaning 38997 clauses out of 78013 with flag 4621281/810000
191.72/190.91	c cleaning 40004 clauses out of 80017 with flag 4871973/851001
204.22/203.41	c cleaning 40998 clauses out of 82013 with flag 5149002/893001
217.32/216.55	c cleaning 42002 clauses out of 84014 with flag 5382172/936000
231.22/230.46	c cleaning 42999 clauses out of 86012 with flag 5629940/980000
246.43/245.67	c cleaning 44003 clauses out of 88014 with flag 5909630/1025001
261.13/260.30	c cleaning 45000 clauses out of 90010 with flag 6182338/1071000
277.04/276.23	c cleaning 45999 clauses out of 92011 with flag 6459169/1118001
292.16/291.32	c cleaning 46996 clauses out of 94012 with flag 6757385/1166001
307.96/307.13	c cleaning 48002 clauses out of 96015 with flag 7062294/1215000
325.38/324.60	c cleaning 48997 clauses out of 98013 with flag 7392819/1265000
343.67/342.82	c cleaning 49998 clauses out of 100016 with flag 7715592/1316000
362.47/361.60	c cleaning 50999 clauses out of 102019 with flag 8050904/1368001
381.98/381.13	c cleaning 51998 clauses out of 104019 with flag 8394520/1421000
402.39/401.54	c cleaning 53006 clauses out of 106021 with flag 8736400/1475000
423.99/423.17	c cleaning 54001 clauses out of 108015 with flag 9052430/1530000
445.70/444.86	c cleaning 54999 clauses out of 110016 with flag 9410323/1586002
469.10/468.27	c cleaning 56004 clauses out of 112016 with flag 9778855/1643001
494.21/493.36	c cleaning 56994 clauses out of 114011 with flag 10167710/1701000
519.26/518.37	c cleaning 57998 clauses out of 116017 with flag 10558804/1760000
545.06/544.19	c cleaning 58998 clauses out of 118019 with flag 10944708/1820000
571.44/570.58	c cleaning 60008 clauses out of 120022 with flag 11355026/1881001
598.53/597.66	c cleaning 60999 clauses out of 122014 with flag 11752375/1943001
627.43/626.55	c cleaning 61999 clauses out of 124017 with flag 12170973/2006003
658.33/657.43	c cleaning 63000 clauses out of 126016 with flag 12631725/2070001
690.07/689.15	c cleaning 64004 clauses out of 128015 with flag 13059377/2135000
724.27/723.35	c cleaning 64994 clauses out of 130011 with flag 13494146/2201000
759.89/758.91	c cleaning 66001 clauses out of 132017 with flag 13940182/2268000
795.59/794.56	c cleaning 66997 clauses out of 134016 with flag 14410818/2336000
830.99/829.90	c cleaning 68000 clauses out of 136019 with flag 14904760/2405000
868.90/867.80	c cleaning 69003 clauses out of 138020 with flag 15432087/2475001
906.42/905.36	c cleaning 70000 clauses out of 140017 with flag 15927312/2546001
945.62/944.51	c cleaning 71001 clauses out of 142016 with flag 16408256/2618000
987.24/986.10	c cleaning 71998 clauses out of 144015 with flag 16882610/2691000
1031.65/1030.51	c cleaning 72999 clauses out of 146018 with flag 17387854/2765001
1075.16/1074.07	c cleaning 74001 clauses out of 148019 with flag 17907938/2840001
1117.97/1116.90	c cleaning 74998 clauses out of 150019 with flag 18438939/2916002
1162.70/1161.47	c cleaning 76004 clauses out of 152021 with flag 18943446/2993002
1208.81/1207.50	c cleaning 76997 clauses out of 154016 with flag 19436813/3071001
1255.62/1254.34	c cleaning 78002 clauses out of 156018 with flag 19971759/3150000
1302.13/1300.88	c cleaning 79001 clauses out of 158019 with flag 20520095/3230003
1351.13/1349.85	c cleaning 80004 clauses out of 160016 with flag 21076665/3311001
1400.95/1399.67	c cleaning 80994 clauses out of 162012 with flag 21627241/3393001
1457.78/1456.41	c cleaning 81997 clauses out of 164017 with flag 22220645/3476000
1511.53/1510.04	c cleaning 83003 clauses out of 166020 with flag 22791963/3560000
1565.94/1564.44	c cleaning 84002 clauses out of 168017 with flag 23404717/3645000
1628.86/1627.39	c cleaning 84996 clauses out of 170015 with flag 24083298/3731000
1691.76/1690.21	c cleaning 86000 clauses out of 172020 with flag 24729756/3818001
1754.77/1753.21	c cleaning 87001 clauses out of 174019 with flag 25343724/3906000
1800.09/1798.51	c starts		: 174
1800.09/1798.51	c conflicts		: 3977047
1800.09/1798.51	c decisions		: 4606828
1800.09/1798.51	c propagations		: 426450422
1800.09/1798.51	c inspects		: 29782073736
1800.09/1798.51	c shortcuts		: 0
1800.09/1798.51	c learnt literals	: 0
1800.09/1798.51	c learnt binary clauses	: 0
1800.09/1798.51	c learnt ternary clauses	: 1
1800.09/1798.51	c learnt constraints	: 3977047
1800.09/1798.51	c ignored constraints	: 0
1800.09/1798.51	c root simplifications	: 0
1800.09/1798.51	c removed literals (reason simplification)	: 0
1800.09/1798.51	c reason swapping (by a shorter reason)	: 0
1800.09/1798.51	c Calls to reduceDB	: 84
1800.09/1798.51	c Number of update (reduction) of LBD	: 690196
1800.09/1798.51	c Imported unit clauses	: 0
1800.09/1798.51	c number of reductions to clauses (during analyze)	: 0
1800.09/1798.51	c number of learned constraints concerned by reduction	: 0
1800.09/1798.51	c timeout
1800.09/1798.51	c number of learning phase by resolution	: 0
1800.09/1798.51	c number of learning phase by cutting planes	: 0
1800.09/1798.51	c speed (assignments/second)	: 237159.2037642903
1800.09/1798.51	c non guided choices	145
1800.09/1798.55	c learnt constraints type 
1800.09/1798.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 158065
1800.09/1798.55	s UNKNOWN
1800.09/1798.55	c Total wall clock time (in seconds): 1798.435

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

pid=27776
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.44 2.36 2.25 3/186 27779
/proc/meminfo: memFree=30784876/32872528 swapFree=1103228/1182944
[pid=27779] ppid=27776 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/27779/stat : 27779 (java) S 27776 27779 24719 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 13372415 98570240 977 33554432000 1073741824 1073778376 140735050019472 140735050010608 271790932029 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27779/statm: 24065 977 744 9 0 16771 0
[pid=27779/tid=27782] ppid=27776 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27782/stat : 27782 (java) R 27776 27779 24719 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 13372415 98570240 977 33554432000 1073741824 1073778376 140735050019472 140138799509032 271787574656 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100207 s]
/proc/loadavg: 2.44 2.36 2.25 3/186 27779
/proc/meminfo: memFree=30784876/32872528 swapFree=1103228/1182944
[pid=27779] ppid=27776 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/27779/stat : 27779 (java) S 27776 27779 24719 0 -1 4202496 4428 0 1 0 9 1 0 0 20 0 18 0 13372415 9787879424 6033 33554432000 1073741824 1073778376 140735050019472 140735050010608 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27779/statm: 2389619 6033 2125 9 0 2380296 0
[pid=27779/tid=27782] ppid=27776 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/27779/task/27782/stat : 27782 (java) R 27776 27779 24719 0 -1 4202560 2358 0 1 0 7 0 0 0 20 0 18 0 13372415 9787879424 6033 33554432000 1073741824 1073778376 140735050019472 140138799507376 271790957837 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20031 s]
/proc/loadavg: 2.44 2.36 2.25 3/186 27779
/proc/meminfo: memFree=30784876/32872528 swapFree=1103228/1182944
[pid=27779] ppid=27776 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/27779/stat : 27779 (java) S 27776 27779 24719 0 -1 4202496 5000 0 1 0 27 1 0 0 20 0 18 0 13372415 9787879424 6976 33554432000 1073741824 1073778376 140735050019472 140735050010608 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27779/statm: 2389619 6976 2216 9 0 2380296 0
[pid=27779/tid=27782] ppid=27776 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/27779/task/27782/stat : 27782 (java) R 27776 27779 24719 0 -1 4202560 2378 0 1 0 16 0 0 0 20 0 18 0 13372415 9787879424 6976 33554432000 1073741824 1073778376 140735050019472 140138799505440 140138625654620 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300269 s]
/proc/loadavg: 2.44 2.36 2.25 3/186 27779
/proc/meminfo: memFree=30784876/32872528 swapFree=1103228/1182944
[pid=27779] ppid=27776 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/27779/stat : 27779 (java) S 27776 27779 24719 0 -1 4202496 6141 0 1 0 50 1 0 0 20 0 18 0 13372415 9787879424 9088 33554432000 1073741824 1073778376 140735050019472 140735050010608 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27779/statm: 2389619 9088 2236 9 0 2380296 0
[pid=27779/tid=27782] ppid=27776 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/27779/task/27782/stat : 27782 (java) R 27776 27779 24719 0 -1 4202560 2381 0 1 0 26 0 0 0 20 0 18 0 13372415 9787879424 9088 33554432000 1073741824 1073778376 140735050019472 140138799505264 140138625654624 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700178 s]
/proc/loadavg: 2.44 2.36 2.25 3/186 27779
/proc/meminfo: memFree=30784876/32872528 swapFree=1103228/1182944
[pid=27779] ppid=27776 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/27779/stat : 27779 (java) S 27776 27779 24719 0 -1 4202496 9885 0 1 0 122 2 0 0 20 0 19 0 13372415 9856040960 12408 33554432000 1073741824 1073778376 140735050019472 140735050010608 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27779/statm: 2406260 12408 2257 9 0 2396937 0
[pid=27779/tid=27782] ppid=27776 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/27779/task/27782/stat : 27782 (java) R 27776 27779 24719 0 -1 4202560 2399 0 1 0 66 0 0 0 20 0 19 0 13372415 9856040960 12408 33554432000 1073741824 1073778376 140735050019472 140138799513704 140138625706186 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9625040

[startup+1.50065 s]
/proc/loadavg: 2.44 2.36 2.25 3/214 27871
/proc/meminfo: memFree=30717112/32872528 swapFree=1103228/1182944
[pid=27779] ppid=27776 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/27779/stat : 27779 (java) S 27776 27779 24719 0 -1 4202496 11322 0 1 0 214 2 0 0 20 0 19 0 13372415 9856040960 12419 33554432000 1073741824 1073778376 140735050019472 140735050010608 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27779/statm: 2406260 12419 2267 9 0 2396937 0
[pid=27779/tid=27782] ppid=27776 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/27779/task/27782/stat : 27782 (java) R 27776 27779 24719 0 -1 4202560 2400 0 1 0 146 0 0 0 20 0 19 0 13372415 9856040960 12419 33554432000 1073741824 1073778376 140735050019472 140138799513912 140138626205439 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=27779/tid=27785] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27785/stat : 27785 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372416 9856040960 12419 33554432000 1073741824 1073778376 140735050019472 140138761005736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27786] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27786/stat : 27786 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372416 9856040960 12419 33554432000 1073741824 1073778376 140735050019472 140138759953192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27779/tid=27787] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27787/stat : 27787 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372416 9856040960 12419 33554432000 1073741824 1073778376 140735050019472 140138758900648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27779/tid=27788] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27788/stat : 27788 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372416 9856040960 12419 33554432000 1073741824 1073778376 140735050019472 140138757848104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27779/tid=27789] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27789/stat : 27789 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372416 9856040960 12419 33554432000 1073741824 1073778376 140735050019472 140138756794536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27790] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27790/stat : 27790 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372416 9856040960 12419 33554432000 1073741824 1073778376 140735050019472 140138755741992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27779/tid=27791] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27791/stat : 27791 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372416 9856040960 12419 33554432000 1073741824 1073778376 140735050019472 140138754689448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27792] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27792/stat : 27792 (java) S 27776 27779 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13372416 9856040960 12419 33554432000 1073741824 1073778376 140735050019472 140138753636904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27793] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27793/stat : 27793 (java) S 27776 27779 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13372417 9856040960 12419 33554432000 1073741824 1073778376 140735050019472 140138623519336 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27779/tid=27794] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27794/stat : 27794 (java) S 27776 27779 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13372417 9856040960 12419 33554432000 1073741824 1073778376 140735050019472 140138622465656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27795] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27795/stat : 27795 (java) S 27776 27779 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13372417 9856040960 12419 33554432000 1073741824 1073778376 140735050019472 140138621413000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27801] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27801/stat : 27801 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372419 9856040960 12419 33554432000 1073741824 1073778376 140735050019472 140138620361744 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27802] ppid=27776 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/27779/task/27802/stat : 27802 (java) S 27776 27779 24719 0 -1 4202560 4311 0 0 0 31 1 0 0 20 0 19 0 13372419 9856040960 12419 33554432000 1073741824 1073778376 140735050019472 140138619308088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27803] ppid=27776 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/27779/task/27803/stat : 27803 (java) S 27776 27779 24719 0 -1 4202560 3339 0 0 0 34 0 0 0 20 0 19 0 13372419 9856040960 12419 33554432000 1073741824 1073778376 140735050019472 140138618255544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27779/tid=27804] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27804/stat : 27804 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372419 9856040960 12419 33554432000 1073741824 1073778376 140735050019472 140138617203192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27779/tid=27805] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27805/stat : 27805 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372419 9856040960 12419 33554432000 1073741824 1073778376 140735050019472 140138616150856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27779/tid=27838] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27838/stat : 27838 (java) S 27776 27779 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13372450 9856040960 12419 33554432000 1073741824 1073778376 140735050019472 140138615096616 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.44 2.36 2.25 3/214 27871
/proc/meminfo: memFree=30709792/32872528 swapFree=1103228/1182944
[pid=27779] ppid=27776 vsize=9625040 CPUtime=3.76 cores=1,3,5,7
/proc/27779/stat : 27779 (java) S 27776 27779 24719 0 -1 4202496 11325 0 1 0 374 2 0 0 20 0 19 0 13372415 9856040960 13444 33554432000 1073741824 1073778376 140735050019472 140735050010608 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27779/statm: 2406260 13444 2267 9 0 2396937 0
[pid=27779/tid=27782] ppid=27776 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/27779/task/27782/stat : 27782 (java) R 27776 27779 24719 0 -1 4202560 2402 0 1 0 305 0 0 0 20 0 19 0 13372415 9856040960 13444 33554432000 1073741824 1073778376 140735050019472 140138799505088 140138626277252 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27779/tid=27785] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27785/stat : 27785 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372416 9856040960 13444 33554432000 1073741824 1073778376 140735050019472 140138761005736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27786] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27786/stat : 27786 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372416 9856040960 13444 33554432000 1073741824 1073778376 140735050019472 140138759953192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27779/tid=27787] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27787/stat : 27787 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372416 9856040960 13444 33554432000 1073741824 1073778376 140735050019472 140138758900648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27779/tid=27788] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27788/stat : 27788 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372416 9856040960 13444 33554432000 1073741824 1073778376 140735050019472 140138757848104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27779/tid=27789] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27789/stat : 27789 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372416 9856040960 13444 33554432000 1073741824 1073778376 140735050019472 140138756794536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27790] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27790/stat : 27790 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372416 9856040960 13444 33554432000 1073741824 1073778376 140735050019472 140138755741992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27779/tid=27791] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27791/stat : 27791 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372416 9856040960 13444 33554432000 1073741824 1073778376 140735050019472 140138754689448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27792] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27792/stat : 27792 (java) S 27776 27779 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13372416 9856040960 13444 33554432000 1073741824 1073778376 140735050019472 140138753636904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27793] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27793/stat : 27793 (java) S 27776 27779 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13372417 9856040960 13444 33554432000 1073741824 1073778376 140735050019472 140138623519336 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27779/tid=27794] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27794/stat : 27794 (java) S 27776 27779 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13372417 9856040960 13444 33554432000 1073741824 1073778376 140735050019472 140138622465656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27795] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27795/stat : 27795 (java) S 27776 27779 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13372417 9856040960 13444 33554432000 1073741824 1073778376 140735050019472 140138621413000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27801] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27801/stat : 27801 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372419 9856040960 13444 33554432000 1073741824 1073778376 140735050019472 140138620361744 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27802] ppid=27776 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/27779/task/27802/stat : 27802 (java) S 27776 27779 24719 0 -1 4202560 4312 0 0 0 31 1 0 0 20 0 19 0 13372419 9856040960 13444 33554432000 1073741824 1073778376 140735050019472 140138619308088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27803] ppid=27776 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/27779/task/27803/stat : 27803 (java) S 27776 27779 24719 0 -1 4202560 3339 0 0 0 35 0 0 0 20 0 19 0 13372419 9856040960 13444 33554432000 1073741824 1073778376 140735050019472 140138618255544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27779/tid=27804] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27804/stat : 27804 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372419 9856040960 13444 33554432000 1073741824 1073778376 140735050019472 140138617203192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27779/tid=27805] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27805/stat : 27805 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372419 9856040960 13444 33554432000 1073741824 1073778376 140735050019472 140138616150856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27779/tid=27838] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27838/stat : 27838 (java) S 27776 27779 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13372450 9856040960 13444 33554432000 1073741824 1073778376 140735050019472 140138615096616 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.41 2.35 2.25 3/214 27871
/proc/meminfo: memFree=30697288/32872528 swapFree=1103228/1182944
[pid=27779] ppid=27776 vsize=9625040 CPUtime=7 cores=1,3,5,7
/proc/27779/stat : 27779 (java) S 27776 27779 24719 0 -1 4202496 11331 0 1 0 697 3 0 0 20 0 19 0 13372415 9856040960 14949 33554432000 1073741824 1073778376 140735050019472 140735050010608 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27779/statm: 2406260 14949 2268 9 0 2396937 0
[pid=27779/tid=27782] ppid=27776 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/27779/task/27782/stat : 27782 (java) R 27776 27779 24719 0 -1 4202560 2406 0 1 0 622 1 0 0 20 0 19 0 13372415 9856040960 14949 33554432000 1073741824 1073778376 140735050019472 140138799505072 140138626210521 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27779/tid=27785] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27785/stat : 27785 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372416 9856040960 14949 33554432000 1073741824 1073778376 140735050019472 140138761005736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27786] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27786/stat : 27786 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372416 9856040960 14949 33554432000 1073741824 1073778376 140735050019472 140138759953192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27779/tid=27787] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27787/stat : 27787 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372416 9856040960 14949 33554432000 1073741824 1073778376 140735050019472 140138758900648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27779/tid=27788] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27788/stat : 27788 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372416 9856040960 14949 33554432000 1073741824 1073778376 140735050019472 140138757848104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27779/tid=27789] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27789/stat : 27789 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372416 9856040960 14949 33554432000 1073741824 1073778376 140735050019472 140138756794536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27790] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27790/stat : 27790 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372416 9856040960 14949 33554432000 1073741824 1073778376 140735050019472 140138755741992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27779/tid=27791] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27791/stat : 27791 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372416 9856040960 14949 33554432000 1073741824 1073778376 140735050019472 140138754689448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27792] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27792/stat : 27792 (java) S 27776 27779 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13372416 9856040960 14949 33554432000 1073741824 1073778376 140735050019472 140138753636904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27793] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27793/stat : 27793 (java) S 27776 27779 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13372417 9856040960 14949 33554432000 1073741824 1073778376 140735050019472 140138623519336 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27779/tid=27794] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27794/stat : 27794 (java) S 27776 27779 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13372417 9856040960 14949 33554432000 1073741824 1073778376 140735050019472 140138622465656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27795] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27795/stat : 27795 (java) S 27776 27779 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13372417 9856040960 14949 33554432000 1073741824 1073778376 140735050019472 140138621413000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27801] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27801/stat : 27801 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372419 9856040960 14949 33554432000 1073741824 1073778376 140735050019472 140138620361744 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27802] ppid=27776 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/27779/task/27802/stat : 27802 (java) S 27776 27779 24719 0 -1 4202560 4313 0 0 0 35 1 0 0 20 0 19 0 13372419 9856040960 14949 33554432000 1073741824 1073778376 140735050019472 140138619308088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27803] ppid=27776 vsize=9625040 CPUtime=0.35 cores=1,3,5,7

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

/proc/27779/task/27838/stat : 27838 (java) S 27776 27779 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13372450 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138615096616 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1723.88
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.24 2.22 2.18 3/214 28334
/proc/meminfo: memFree=30270132/32872528 swapFree=1103228/1182944
[pid=27779] ppid=27776 vsize=9625040 CPUtime=1783.88 cores=1,3,5,7
/proc/27779/stat : 27779 (java) S 27776 27779 24719 0 -1 4202496 14441 0 1 0 178333 55 0 0 20 0 19 0 13372415 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140735050010608 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27779/statm: 2406260 73473 2282 9 0 2396937 0
[pid=27779/tid=27782] ppid=27776 vsize=9625040 CPUtime=1777.45 cores=1,3,5,7
/proc/27779/task/27782/stat : 27782 (java) R 27776 27779 24719 0 -1 4202560 2463 0 1 0 177714 31 0 0 20 0 19 0 13372415 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138799505056 140138626277861 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27779/tid=27785] ppid=27776 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27779/task/27785/stat : 27785 (java) S 27776 27779 24719 0 -1 4202560 38 0 0 0 5 0 0 0 20 0 19 0 13372416 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138761005736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27786] ppid=27776 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/27779/task/27786/stat : 27786 (java) S 27776 27779 24719 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 19 0 13372416 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138759953192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27787] ppid=27776 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/27779/task/27787/stat : 27787 (java) S 27776 27779 24719 0 -1 4202560 69 0 0 0 4 0 0 0 20 0 19 0 13372416 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138758900648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27779/tid=27788] ppid=27776 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/27779/task/27788/stat : 27788 (java) S 27776 27779 24719 0 -1 4202560 105 0 0 0 6 1 0 0 20 0 19 0 13372416 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138757848104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27789] ppid=27776 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27779/task/27789/stat : 27789 (java) S 27776 27779 24719 0 -1 4202560 98 0 0 0 3 2 0 0 20 0 19 0 13372416 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138756794536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27779/tid=27790] ppid=27776 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/27779/task/27790/stat : 27790 (java) S 27776 27779 24719 0 -1 4202560 417 0 0 0 8 2 0 0 20 0 19 0 13372416 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138755741992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27779/tid=27791] ppid=27776 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/27779/task/27791/stat : 27791 (java) S 27776 27779 24719 0 -1 4202560 299 0 0 0 5 2 0 0 20 0 19 0 13372416 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138754689448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27779/tid=27792] ppid=27776 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27779/task/27792/stat : 27792 (java) S 27776 27779 24719 0 -1 4202560 233 0 0 0 5 0 0 0 20 0 19 0 13372416 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138753636904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27793] ppid=27776 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/27779/task/27793/stat : 27793 (java) S 27776 27779 24719 0 -1 4202560 55 0 0 0 0 3 0 0 20 0 19 0 13372417 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138623519336 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27779/tid=27794] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27794/stat : 27794 (java) S 27776 27779 24719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13372417 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138622465656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27795] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27795/stat : 27795 (java) S 27776 27779 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13372417 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138621413000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27801] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27801/stat : 27801 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372419 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138620361744 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27802] ppid=27776 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/27779/task/27802/stat : 27802 (java) S 27776 27779 24719 0 -1 4202560 5942 0 0 0 45 1 0 0 20 0 19 0 13372419 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138619308088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27779/tid=27803] ppid=27776 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/27779/task/27803/stat : 27803 (java) S 27776 27779 24719 0 -1 4202560 3339 0 0 0 36 0 0 0 20 0 19 0 13372419 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138618255544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27779/tid=27804] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27804/stat : 27804 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372419 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138617203192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27779/tid=27805] ppid=27776 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/27779/task/27805/stat : 27805 (java) S 27776 27779 24719 0 -1 4202560 104 0 0 0 31 46 0 0 20 0 19 0 13372419 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138616150856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27779/tid=27838] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27838/stat : 27838 (java) S 27776 27779 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13372450 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138615096616 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1783.88
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.5 s]
/proc/loadavg: 2.17 2.20 2.18 3/214 28334
/proc/meminfo: memFree=30270144/32872528 swapFree=1103228/1182944
[pid=27779] ppid=27776 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/27779/stat : 27779 (java) S 27776 27779 24719 0 -1 4202496 14441 0 1 0 179954 55 0 0 20 0 19 0 13372415 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140735050010608 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27779/statm: 2406260 73473 2282 9 0 2396937 0
[pid=27779/tid=27782] ppid=27776 vsize=9625040 CPUtime=1793.62 cores=1,3,5,7
/proc/27779/task/27782/stat : 27782 (java) R 27776 27779 24719 0 -1 4202560 2463 0 1 0 179331 31 0 0 20 0 19 0 13372415 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138799505056 140138626277861 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27779/tid=27785] ppid=27776 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27779/task/27785/stat : 27785 (java) S 27776 27779 24719 0 -1 4202560 38 0 0 0 5 0 0 0 20 0 19 0 13372416 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138761005736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27786] ppid=27776 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/27779/task/27786/stat : 27786 (java) S 27776 27779 24719 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 19 0 13372416 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138759953192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27787] ppid=27776 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/27779/task/27787/stat : 27787 (java) S 27776 27779 24719 0 -1 4202560 69 0 0 0 4 0 0 0 20 0 19 0 13372416 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138758900648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27779/tid=27788] ppid=27776 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/27779/task/27788/stat : 27788 (java) S 27776 27779 24719 0 -1 4202560 105 0 0 0 6 1 0 0 20 0 19 0 13372416 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138757848104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27789] ppid=27776 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27779/task/27789/stat : 27789 (java) S 27776 27779 24719 0 -1 4202560 98 0 0 0 3 2 0 0 20 0 19 0 13372416 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138756794536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27779/tid=27790] ppid=27776 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/27779/task/27790/stat : 27790 (java) S 27776 27779 24719 0 -1 4202560 417 0 0 0 8 2 0 0 20 0 19 0 13372416 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138755741992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27779/tid=27791] ppid=27776 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/27779/task/27791/stat : 27791 (java) S 27776 27779 24719 0 -1 4202560 299 0 0 0 5 2 0 0 20 0 19 0 13372416 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138754689448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27779/tid=27792] ppid=27776 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27779/task/27792/stat : 27792 (java) S 27776 27779 24719 0 -1 4202560 233 0 0 0 5 0 0 0 20 0 19 0 13372416 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138753636904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27793] ppid=27776 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/27779/task/27793/stat : 27793 (java) S 27776 27779 24719 0 -1 4202560 55 0 0 0 0 3 0 0 20 0 19 0 13372417 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138623519336 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27779/tid=27794] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27794/stat : 27794 (java) S 27776 27779 24719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13372417 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138622465656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27795] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27795/stat : 27795 (java) S 27776 27779 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13372417 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138621413000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27801] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27801/stat : 27801 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372419 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138620361744 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27802] ppid=27776 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/27779/task/27802/stat : 27802 (java) S 27776 27779 24719 0 -1 4202560 5942 0 0 0 45 1 0 0 20 0 19 0 13372419 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138619308088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27779/tid=27803] ppid=27776 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/27779/task/27803/stat : 27803 (java) S 27776 27779 24719 0 -1 4202560 3339 0 0 0 36 0 0 0 20 0 19 0 13372419 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138618255544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27779/tid=27804] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27804/stat : 27804 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372419 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138617203192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27779/tid=27805] ppid=27776 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/27779/task/27805/stat : 27805 (java) S 27776 27779 24719 0 -1 4202560 104 0 0 0 31 46 0 0 20 0 19 0 13372419 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138616150856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27779/tid=27838] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27838/stat : 27838 (java) S 27776 27779 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13372450 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138615096616 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 27779 sig 9
??? kill -27779 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.5 s]
/proc/loadavg: 2.17 2.20 2.18 3/214 28334
/proc/meminfo: memFree=30270144/32872528 swapFree=1103228/1182944
[pid=27779] ppid=27776 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/27779/stat : 27779 (java) S 27776 27779 24719 0 -1 4202496 14441 0 1 0 179954 55 0 0 20 0 19 0 13372415 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140735050010608 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27779/statm: 2406260 73473 2282 9 0 2396937 0
[pid=27779/tid=27782] ppid=27776 vsize=9625040 CPUtime=1793.62 cores=1,3,5,7
/proc/27779/task/27782/stat : 27782 (java) R 27776 27779 24719 0 -1 4202560 2463 0 1 0 179331 31 0 0 20 0 19 0 13372415 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138799505056 140138626277861 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27779/tid=27785] ppid=27776 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27779/task/27785/stat : 27785 (java) S 27776 27779 24719 0 -1 4202560 38 0 0 0 5 0 0 0 20 0 19 0 13372416 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138761005736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27786] ppid=27776 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/27779/task/27786/stat : 27786 (java) S 27776 27779 24719 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 19 0 13372416 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138759953192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27787] ppid=27776 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/27779/task/27787/stat : 27787 (java) S 27776 27779 24719 0 -1 4202560 69 0 0 0 4 0 0 0 20 0 19 0 13372416 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138758900648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27779/tid=27788] ppid=27776 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/27779/task/27788/stat : 27788 (java) S 27776 27779 24719 0 -1 4202560 105 0 0 0 6 1 0 0 20 0 19 0 13372416 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138757848104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27789] ppid=27776 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27779/task/27789/stat : 27789 (java) S 27776 27779 24719 0 -1 4202560 98 0 0 0 3 2 0 0 20 0 19 0 13372416 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138756794536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27779/tid=27790] ppid=27776 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/27779/task/27790/stat : 27790 (java) S 27776 27779 24719 0 -1 4202560 417 0 0 0 8 2 0 0 20 0 19 0 13372416 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138755741992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27779/tid=27791] ppid=27776 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/27779/task/27791/stat : 27791 (java) S 27776 27779 24719 0 -1 4202560 299 0 0 0 5 2 0 0 20 0 19 0 13372416 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138754689448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27779/tid=27792] ppid=27776 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27779/task/27792/stat : 27792 (java) S 27776 27779 24719 0 -1 4202560 233 0 0 0 5 0 0 0 20 0 19 0 13372416 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138753636904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27793] ppid=27776 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/27779/task/27793/stat : 27793 (java) S 27776 27779 24719 0 -1 4202560 55 0 0 0 0 3 0 0 20 0 19 0 13372417 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138623519336 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27779/tid=27794] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27794/stat : 27794 (java) S 27776 27779 24719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13372417 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138622465656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27795] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27795/stat : 27795 (java) S 27776 27779 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13372417 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138621413000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27801] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27801/stat : 27801 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372419 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138620361744 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27779/tid=27802] ppid=27776 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/27779/task/27802/stat : 27802 (java) S 27776 27779 24719 0 -1 4202560 5942 0 0 0 45 1 0 0 20 0 19 0 13372419 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138619308088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27779/tid=27803] ppid=27776 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/27779/task/27803/stat : 27803 (java) S 27776 27779 24719 0 -1 4202560 3339 0 0 0 36 0 0 0 20 0 19 0 13372419 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138618255544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27779/tid=27804] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27804/stat : 27804 (java) S 27776 27779 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372419 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138617203192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27779/tid=27805] ppid=27776 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/27779/task/27805/stat : 27805 (java) S 27776 27779 24719 0 -1 4202560 104 0 0 0 31 46 0 0 20 0 19 0 13372419 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138616150856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27779/tid=27838] ppid=27776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27779/task/27838/stat : 27838 (java) S 27776 27779 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13372450 9856040960 73473 33554432000 1073741824 1073778376 140735050019472 140138615096616 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27779 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=20115
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=21844
# CPU time returned by wait4() is 1796.04
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.55
CPU time (s): 1800.09
CPU user time (s): 1799.54
CPU system time (s): 0.55
CPU usage (%): 100.085
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.02
system time used= 1.02184
maximum resident set size= 294012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14478
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38152
involuntary context switches= 5682

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4904 second user time and 14.2448 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-16 23:40:34
IDJOB=4096271
IDBENCH=107590
IDSOLVER=2546
FILE ID=node115/4096271-1466113234
RUNJOBID= node115-1466113234-27741
PBS_JOBID= 19904041
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_32.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096271-1466113234/watcher-4096271-1466113234 -o /tmp/evaluation-result-4096271-1466113234/solver-4096271-1466113234 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466113234-27741 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096271-1466113234.opb

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

MD5SUM BENCH= de201b0da7652e5ff716d8aa6ae0b3b2
RANDOM SEED=855621981

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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.103
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.103
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.103
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.103
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:        30792084 kB
Buffers:           69680 kB
Cached:           118232 kB
SwapCached:         2104 kB
Active:            78192 kB
Inactive:         113716 kB
Active(anon):       5228 kB
Inactive(anon):     1636 kB
Active(file):      72964 kB
Inactive(file):   112080 kB
Unevictable:     1182944 kB
Mlocked:         1103228 kB
SwapTotal:      67108856 kB
SwapFree:       67099112 kB
Dirty:              1604 kB
Writeback:            16 kB
AnonPages:       1290812 kB
Mapped:             8792 kB
Shmem:                 0 kB
Slab:             570008 kB
SReclaimable:      13900 kB
SUnreclaim:       556108 kB
KernelStack:        1424 kB
PageTables:         6512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1304088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 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= 71740 MiB
End job on node115 at 2016-06-17 00:10:33