Trace number 4103310

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 Res+CP PB16? (TO) 1800.7 895.37

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos14.opb
MD5SUM9a6d98eb18189bacb6bc49f39ff21900
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 20744058700051158
Optimality of the best value was proved NO
Number of variables17840
Total number of constraints656
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints656
Minimum length of a constraint11
Maximum length of a constraint150
Number of terms in the objective function 10640
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 77389328849976800030040
Number of bits of the sum of numbers in the objective function 77
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 77389328849976800030040
Number of bits of the biggest sum of numbers77
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4103310-1466221599.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.30/0.61	c ... done. Wall clock time 0.497s.
1.30/0.61	c declared #vars     17840
1.30/0.61	c #constraints  896
1.30/0.62	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.30/0.62	c constraints type 
1.30/0.62	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 896
1.30/0.62	c 896 constraints processed.
1.30/0.62	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.30/0.62	c constraints type 
1.30/0.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 896
1.30/0.62	c 896 constraints processed.
1.30/0.62	c objective function length is 10640 literals
5.21/1.91	c cleaning 2491 clauses out of 4999 with flag 15786/5001
7.01/2.56	c cleaning 4247 clauses out of 8506 with flag 30869/11000
8.77/3.35	c cleaning 5600 clauses out of 11208 with flag 49421/18000
11.00/4.25	c cleaning 6797 clauses out of 13593 with flag 81149/26000
14.55/5.76	c cleaning 7897 clauses out of 15796 with flag 121632/35000
17.95/7.45	c cleaning 8947 clauses out of 17902 with flag 164727/45003
22.24/9.50	c cleaning 9973 clauses out of 19952 with flag 211334/56000
27.71/12.13	c cleaning 10983 clauses out of 21981 with flag 267434/68002
34.31/15.45	c cleaning 11990 clauses out of 23996 with flag 329581/81000
41.79/19.19	c cleaning 12999 clauses out of 26006 with flag 393145/95000
50.70/23.54	c cleaning 13999 clauses out of 28007 with flag 465691/110000
60.70/28.58	c cleaning 15000 clauses out of 30009 with flag 543167/126001
72.62/34.43	c cleaning 15997 clauses out of 32009 with flag 625225/143001
73.66/34.92	c cleaning 0 clauses out of 5000 with flag 0/5000
85.88/40.92	c cleaning 16999 clauses out of 34012 with flag 711306/161001
101.06/48.41	c cleaning 18002 clauses out of 36013 with flag 804744/180001
117.25/56.53	c cleaning 19002 clauses out of 38010 with flag 907319/200000
135.32/65.52	c cleaning 19997 clauses out of 40008 with flag 1010289/221000
156.20/75.96	c cleaning 21003 clauses out of 42014 with flag 1120400/243003
165.39/80.56	c cleaning 21991 clauses out of 43996 with flag 1228160/266000
171.99/83.81	c cleaning 22984 clauses out of 45993 with flag 1354033/290000
179.27/87.42	c cleaning 23980 clauses out of 48004 with flag 1540115/315000
186.28/90.92	c cleaning 24994 clauses out of 50009 with flag 1656851/341000
196.87/96.28	c cleaning 25985 clauses out of 52001 with flag 1922673/368000
206.14/100.85	c cleaning 26981 clauses out of 54016 with flag 2096690/396001
216.14/105.83	c cleaning 0 clauses out of 11000 with flag 0/11000
217.16/106.33	c cleaning 27997 clauses out of 56015 with flag 2289373/425000
234.23/114.88	c cleaning 28998 clauses out of 58019 with flag 2520649/455001
251.68/123.52	c cleaning 29996 clauses out of 60020 with flag 2753432/486000
271.54/133.42	c cleaning 30999 clauses out of 62025 with flag 2998627/518001
294.59/144.94	c cleaning 32005 clauses out of 64026 with flag 3261819/551001
308.98/152.13	c cleaning 33008 clauses out of 66020 with flag 3460003/585002
318.83/157.01	c cleaning 33996 clauses out of 68006 with flag 3618725/620000
335.84/165.57	c cleaning 34991 clauses out of 70012 with flag 3840832/656002
359.19/177.19	c cleaning 35991 clauses out of 72019 with flag 4090820/693000
387.21/191.11	c cleaning 37000 clauses out of 74028 with flag 4367565/731000
418.35/206.93	c cleaning 37992 clauses out of 76028 with flag 4657541/770000
446.39/220.93	c cleaning 39005 clauses out of 78038 with flag 4972709/810002
480.81/238.17	c cleaning 40003 clauses out of 80031 with flag 5285269/851000
501.55/248.46	c cleaning 0 clauses out of 18001 with flag 0/18001
517.46/256.34	c cleaning 41005 clauses out of 82029 with flag 5596777/893001
558.46/277.05	c cleaning 41996 clauses out of 84025 with flag 5922886/936002
602.24/298.88	c cleaning 43011 clauses out of 86029 with flag 6270982/980002
648.63/321.97	c cleaning 44003 clauses out of 88016 with flag 6619374/1025000
666.23/330.78	c cleaning 45001 clauses out of 90013 with flag 6832289/1071000
688.12/341.68	c cleaning 45993 clauses out of 92009 with flag 7142001/1118001
712.20/353.65	c cleaning 46995 clauses out of 94015 with flag 7402236/1166000
734.95/364.90	c cleaning 47985 clauses out of 96003 with flag 7656661/1215002
757.46/376.20	c cleaning 49007 clauses out of 98014 with flag 8006951/1265002
777.61/386.18	c cleaning 0 clauses out of 26001 with flag 0/26001
789.40/392.03	c cleaning 49981 clauses out of 99989 with flag 8433899/1316002
807.97/401.21	c cleaning 50993 clauses out of 102005 with flag 8739081/1368000
827.38/410.92	c cleaning 51981 clauses out of 104010 with flag 9045019/1421001
871.32/432.80	c cleaning 53000 clauses out of 106031 with flag 9459720/1475003
924.02/459.55	c cleaning 54000 clauses out of 108028 with flag 9948776/1530000
942.43/468.75	c cleaning 54982 clauses out of 110010 with flag 10282284/1586001
968.50/481.76	c cleaning 55983 clauses out of 112027 with flag 10652944/1643002
992.59/493.76	c cleaning 56989 clauses out of 114014 with flag 11042272/1701000
1033.33/514.09	c cleaning 57986 clauses out of 116026 with flag 11452336/1760001
1057.14/525.94	c cleaning 59015 clauses out of 118039 with flag 11764649/1820002
1086.28/540.41	c cleaning 59990 clauses out of 120018 with flag 12102686/1881000
1114.02/554.23	c cleaning 60974 clauses out of 122028 with flag 12456864/1943000
1153.42/573.82	c cleaning 62014 clauses out of 124055 with flag 12903476/2006001
1193.21/593.61	c cleaning 63002 clauses out of 126040 with flag 13316859/2070000
1231.99/612.96	c cleaning 64013 clauses out of 128035 with flag 13771666/2135001
1256.81/625.27	c cleaning 64972 clauses out of 130020 with flag 14108118/2201000
1286.65/640.06	c cleaning 66010 clauses out of 132046 with flag 14356907/2268000
1320.70/656.92	c cleaning 67011 clauses out of 134037 with flag 14812024/2336002
1352.78/672.82	c cleaning 67997 clauses out of 136025 with flag 15255203/2405001
1393.66/693.19	c cleaning 69002 clauses out of 138022 with flag 15810081/2475003
1453.93/723.05	c cleaning 0 clauses out of 35001 with flag 0/35001
1455.13/723.67	c cleaning 69976 clauses out of 140017 with flag 16359124/2546000
1545.48/768.61	c cleaning 71005 clauses out of 142041 with flag 17001440/2618000
1626.74/809.13	c cleaning 71997 clauses out of 144037 with flag 17647941/2691001
1698.84/845.05	c cleaning 72999 clauses out of 146040 with flag 18325774/2765001
1730.61/860.84	c cleaning 74007 clauses out of 148036 with flag 18770791/2840000
1783.02/886.82	c cleaning 74995 clauses out of 150029 with flag 19267085/2916000
1800.01/895.31	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/895.31	c starts		: 3037
1800.01/895.31	c conflicts		: 2935504
1800.01/895.31	c decisions		: 8346440
1800.01/895.31	c propagations		: 97931183
1800.01/895.31	c inspects		: 10108040025
1800.01/895.31	c shortcuts		: 0
1800.01/895.31	c learnt literals	: 277
1800.01/895.31	c learnt binary clauses	: 143
1800.01/895.31	c learnt ternary clauses	: 229
1800.01/895.31	c learnt constraints	: 2935227
1800.01/895.31	c ignored constraints	: 0
1800.01/895.31	c root simplifications	: 0
1800.01/895.31	c removed literals (reason simplification)	: 17594651
1800.01/895.31	c reason swapping (by a shorter reason)	: 0
1800.01/895.31	c Calls to reduceDB	: 72
1800.01/895.31	c Number of update (reduction) of LBD	: 867265
1800.01/895.31	c Imported unit clauses	: 0
1800.01/895.31	c number of reductions to clauses (during analyze)	: 0
1800.01/895.31	c number of learned constraints concerned by reduction	: 0
1800.01/895.31	c number of learning phase by resolution	: 0
1800.01/895.31	c number of learning phase by cutting planes	: 0
1800.01/895.31	c speed (assignments/second)	: 109465.20304974218
1800.01/895.31	c non guided choices	1834342
1800.01/895.33	c learnt constraints type 
1800.01/895.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 143
1800.01/895.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 94395
1800.01/895.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/895.33	c starts		: 62
1800.01/895.33	c conflicts		: 37761
1800.01/895.33	c decisions		: 479882
1800.01/895.33	c propagations		: 1146003
1800.01/895.33	c inspects		: 438125388
1800.01/895.33	c shortcuts		: 0
1800.01/895.33	c learnt literals	: 0
1800.01/895.33	c learnt binary clauses	: 0
1800.01/895.33	c learnt ternary clauses	: 0
1800.01/895.33	c learnt constraints	: 37761
1800.01/895.33	c ignored constraints	: 0
1800.01/895.33	c root simplifications	: 0
1800.01/895.33	c removed literals (reason simplification)	: 0
1800.01/895.33	c reason swapping (by a shorter reason)	: 0
1800.01/895.33	c Calls to reduceDB	: 5
1800.01/895.33	c Number of update (reduction) of LBD	: 0
1800.01/895.33	c Imported unit clauses	: 0
1800.01/895.33	c number of reductions to clauses (during analyze)	: 0
1800.01/895.33	c number of learned constraints concerned by reduction	: 0
1800.01/895.33	c number of learning phase by resolution	: 0
1800.01/895.33	c number of learning phase by cutting planes	: 0
1800.01/895.33	c speed (assignments/second)	: 1280.9483463961406
1800.01/895.33	c non guided choices	100
1800.01/895.35	c learnt constraints type 
1800.01/895.35	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1800.01/895.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37759
1800.01/895.35	s UNKNOWN
1800.01/895.35	c Total wall clock time (in seconds): 895.23

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4103310-1466221599/watcher-4103310-1466221599 -o /tmp/evaluation-result-4103310-1466221599/solver-4103310-1466221599 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13555 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103310-1466221599.opb 

pid=19771
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: 3.91 4.00 3.99 4/196 19774
/proc/meminfo: memFree=30569760/32872528 swapFree=163656/177964
[pid=19774] ppid=19771 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/19774/stat : 19774 (java) R 19771 19774 13538 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 24209861 9515008 175 33554432000 1073741824 1073778376 140736250474816 140736250457544 224922518416 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19774/statm: 2331 181 139 9 0 79 0

[startup+0.100109 s]
/proc/loadavg: 3.91 4.00 3.99 4/196 19774
/proc/meminfo: memFree=30569760/32872528 swapFree=163656/177964
[pid=19774] ppid=19771 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/19774/stat : 19774 (java) S 19771 19774 13538 0 -1 4202496 4412 0 1 0 8 1 0 0 20 0 18 0 24209861 9787879424 6040 33554432000 1073741824 1073778376 140736250474816 140736250465952 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19774/statm: 2389619 6040 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200282 s]
/proc/loadavg: 3.91 4.00 3.99 4/196 19774
/proc/meminfo: memFree=30569760/32872528 swapFree=163656/177964
[pid=19774] ppid=19771 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/19774/stat : 19774 (java) S 19771 19774 13538 0 -1 4202496 5039 0 1 0 28 1 0 0 20 0 18 0 24209861 9787879424 6940 33554432000 1073741824 1073778376 140736250474816 140736250465952 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19774/statm: 2389619 6940 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300298 s]
/proc/loadavg: 3.91 4.00 3.99 4/196 19774
/proc/meminfo: memFree=30569760/32872528 swapFree=163656/177964
[pid=19774] ppid=19771 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/19774/stat : 19774 (java) S 19771 19774 13538 0 -1 4202496 6713 0 1 0 49 2 0 0 20 0 18 0 24209861 9787879424 10523 33554432000 1073741824 1073778376 140736250474816 140736250465952 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19774/statm: 2389619 10523 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700196 s]
/proc/loadavg: 3.91 4.00 3.99 4/196 19774
/proc/meminfo: memFree=30569760/32872528 swapFree=163656/177964
[pid=19774] ppid=19771 vsize=9759196 CPUtime=1.61 cores=1,3,5,7
/proc/19774/stat : 19774 (java) S 19771 19774 13538 0 -1 4202496 16247 0 1 0 156 5 0 0 20 0 22 0 24209861 9993416704 32990 33554432000 1073741824 1073778376 140736250474816 140736250465952 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19774/statm: 2439799 32990 2266 9 0 2430476 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9759196

[startup+1.50086 s]
/proc/loadavg: 3.91 4.00 3.99 5/218 19796
/proc/meminfo: memFree=30418084/32872528 swapFree=163656/177964
[pid=19774] ppid=19771 vsize=9824732 CPUtime=4.11 cores=1,3,5,7
/proc/19774/stat : 19774 (java) S 19771 19774 13538 0 -1 4202496 16549 0 1 0 403 8 0 0 20 0 22 0 24209861 10060525568 50224 33554432000 1073741824 1073778376 140736250474816 140736250465952 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19774/statm: 2456183 50224 2286 9 0 2446860 0
[pid=19774/tid=19776] ppid=19771 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/19774/task/19776/stat : 19776 (java) S 19771 19774 13538 0 -1 4202560 2459 0 1 0 56 3 0 0 20 0 22 0 24209862 10060525568 50224 33554432000 1073741824 1073778376 140736250474816 140360825922424 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19774/tid=19777] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19777/stat : 19777 (java) S 19771 19774 13538 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 24209863 10060525568 50224 33554432000 1073741824 1073778376 140736250474816 140360814983464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19774/tid=19778] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19778/stat : 19778 (java) S 19771 19774 13538 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 24209863 10060525568 50224 33554432000 1073741824 1073778376 140736250474816 140360813930664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19774/tid=19779] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19779/stat : 19779 (java) S 19771 19774 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24209863 10060525568 50224 33554432000 1073741824 1073778376 140736250474816 140360812878376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19774/tid=19780] ppid=19771 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19774/task/19780/stat : 19780 (java) S 19771 19774 13538 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 24209863 10060525568 50224 33554432000 1073741824 1073778376 140736250474816 140360811825576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19774/tid=19781] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19781/stat : 19781 (java) S 19771 19774 13538 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 24209863 10060525568 50224 33554432000 1073741824 1073778376 140736250474816 140360810773288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19774/tid=19782] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19782/stat : 19782 (java) S 19771 19774 13538 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 24209863 10060525568 50224 33554432000 1073741824 1073778376 140736250474816 140360809720488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19774/tid=19783] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19783/stat : 19783 (java) S 19771 19774 13538 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 24209863 10060525568 50224 33554432000 1073741824 1073778376 140736250474816 140360808668200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19774/tid=19784] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19784/stat : 19784 (java) S 19771 19774 13538 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 24209863 10060525568 50224 33554432000 1073741824 1073778376 140736250474816 140360807615400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19785] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19785/stat : 19785 (java) S 19771 19774 13538 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 24209864 10060525568 50224 33554432000 1073741824 1073778376 140736250474816 140360650139880 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19786] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19786/stat : 19786 (java) S 19771 19774 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24209865 10060525568 50224 33554432000 1073741824 1073778376 140736250474816 140360649085944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19787] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19787/stat : 19787 (java) S 19771 19774 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24209865 10060525568 50224 33554432000 1073741824 1073778376 140736250474816 140360648033544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19788] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19788/stat : 19788 (java) S 19771 19774 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24209867 10060525568 50224 33554432000 1073741824 1073778376 140736250474816 140360646982032 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19789] ppid=19771 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/19774/task/19789/stat : 19789 (java) R 19771 19774 13538 0 -1 4202560 6903 0 0 0 79 2 0 0 20 0 22 0 24209867 10060525568 50224 33554432000 1073741824 1073778376 140736250474816 140360645929656 140360831881744 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19790] ppid=19771 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/19774/task/19790/stat : 19790 (java) R 19771 19774 13538 0 -1 4202560 5702 0 0 0 88 2 0 0 20 0 22 0 24209867 10060525568 50224 33554432000 1073741824 1073778376 140736250474816 140360644876856 140360833097670 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19774/tid=19791] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19791/stat : 19791 (java) S 19771 19774 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24209867 10060525568 50224 33554432000 1073741824 1073778376 140736250474816 140360643824760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19774/tid=19792] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19792/stat : 19792 (java) S 19771 19774 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24209867 10060525568 50224 33554432000 1073741824 1073778376 140736250474816 140360642772168 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19793] ppid=19771 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/19774/task/19793/stat : 19793 (java) R 19771 19774 13538 0 -1 4202560 25 0 0 0 81 0 0 0 20 0 22 0 24209923 10060525568 50224 33554432000 1073741824 1073778376 140736250474816 140360641715560 140360689624444 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19774/tid=19794] ppid=19771 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/19774/task/19794/stat : 19794 (java) R 19771 19774 13538 0 -1 4202560 51 0 0 0 81 0 0 0 20 0 22 0 24209923 10060525568 50224 33554432000 1073741824 1073778376 140736250474816 140360640663160 140360688963181 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19774/tid=19795] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19795/stat : 19795 (java) S 19771 19774 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24209929 10060525568 50224 33554432000 1073741824 1073778376 140736250474816 140360639612072 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19774/tid=19796] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19796/stat : 19796 (java) S 19771 19774 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24209930 10060525568 50224 33554432000 1073741824 1073778376 140736250474816 140360638559272 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 3.91 4.00 3.99 6/218 19796
/proc/meminfo: memFree=30337668/32872528 swapFree=163656/177964
[pid=19774] ppid=19771 vsize=9824732 CPUtime=8.31 cores=1,3,5,7
/proc/19774/stat : 19774 (java) S 19771 19774 13538 0 -1 4202496 24191 0 1 0 812 19 0 0 20 0 22 0 24209861 10060525568 94365 33554432000 1073741824 1073778376 140736250474816 140736250465952 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19774/statm: 2456183 94365 2291 9 0 2446860 0
[pid=19774/tid=19776] ppid=19771 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/19774/task/19776/stat : 19776 (java) S 19771 19774 13538 0 -1 4202560 2459 0 1 0 56 3 0 0 20 0 22 0 24209862 10060525568 94365 33554432000 1073741824 1073778376 140736250474816 140360825922424 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19774/tid=19777] ppid=19771 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19774/task/19777/stat : 19777 (java) S 19771 19774 13538 0 -1 4202560 116 0 0 0 3 1 0 0 20 0 22 0 24209863 10060525568 94365 33554432000 1073741824 1073778376 140736250474816 140360814983464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19778] ppid=19771 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19774/task/19778/stat : 19778 (java) S 19771 19774 13538 0 -1 4202560 23 0 0 0 1 1 0 0 20 0 22 0 24209863 10060525568 94365 33554432000 1073741824 1073778376 140736250474816 140360813930664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19774/tid=19779] ppid=19771 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19774/task/19779/stat : 19779 (java) S 19771 19774 13538 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 22 0 24209863 10060525568 94365 33554432000 1073741824 1073778376 140736250474816 140360812878376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19774/tid=19780] ppid=19771 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19774/task/19780/stat : 19780 (java) S 19771 19774 13538 0 -1 4202560 127 0 0 0 3 1 0 0 20 0 22 0 24209863 10060525568 94365 33554432000 1073741824 1073778376 140736250474816 140360811825576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19774/tid=19781] ppid=19771 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19774/task/19781/stat : 19781 (java) S 19771 19774 13538 0 -1 4202560 16 0 0 0 1 1 0 0 20 0 22 0 24209863 10060525568 94365 33554432000 1073741824 1073778376 140736250474816 140360810773288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19774/tid=19782] ppid=19771 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19774/task/19782/stat : 19782 (java) S 19771 19774 13538 0 -1 4202560 103 0 0 0 3 1 0 0 20 0 22 0 24209863 10060525568 94365 33554432000 1073741824 1073778376 140736250474816 140360809720488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19774/tid=19783] ppid=19771 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19774/task/19783/stat : 19783 (java) S 19771 19774 13538 0 -1 4202560 32 0 0 0 2 2 0 0 20 0 22 0 24209863 10060525568 94365 33554432000 1073741824 1073778376 140736250474816 140360808668200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19784] ppid=19771 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/19774/task/19784/stat : 19784 (java) S 19771 19774 13538 0 -1 4202560 101 0 0 0 3 2 0 0 20 0 22 0 24209863 10060525568 94365 33554432000 1073741824 1073778376 140736250474816 140360807615400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19774/tid=19785] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19785/stat : 19785 (java) S 19771 19774 13538 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 24209864 10060525568 94365 33554432000 1073741824 1073778376 140736250474816 140360650139880 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19786] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19786/stat : 19786 (java) S 19771 19774 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24209865 10060525568 94365 33554432000 1073741824 1073778376 140736250474816 140360649085944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19787] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19787/stat : 19787 (java) S 19771 19774 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24209865 10060525568 94365 33554432000 1073741824 1073778376 140736250474816 140360648033544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19788] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19788/stat : 19788 (java) S 19771 19774 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24209867 10060525568 94365 33554432000 1073741824 1073778376 140736250474816 140360646982032 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19789] ppid=19771 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/19774/task/19789/stat : 19789 (java) S 19771 19774 13538 0 -1 4202560 9855 0 0 0 113 3 0 0 20 0 22 0 24209867 10060525568 94365 33554432000 1073741824 1073778376 140736250474816 140360645929656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19774/tid=19790] ppid=19771 vsize=9824732 CPUtime=1.43 cores=1,3,5,7
/proc/19774/task/19790/stat : 19790 (java) S 19771 19774 13538 0 -1 4202560 9740 0 0 0 141 2 0 0 20 0 22 0 24209867 10060525568 94365 33554432000 1073741824 1073778376 140736250474816 140360644876856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19774/tid=19791] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19791/stat : 19791 (java) S 19771 19774 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24209867 10060525568 94365 33554432000 1073741824 1073778376 140736250474816 140360643824760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19774/tid=19792] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19792/stat : 19792 (java) S 19771 19774 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24209867 10060525568 94365 33554432000 1073741824 1073778376 140736250474816 140360642772168 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19793] ppid=19771 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/19774/task/19793/stat : 19793 (java) R 19771 19774 13538 0 -1 4202560 32 0 0 0 233 0 0 0 20 0 22 0 24209923 10060525568 94365 33554432000 1073741824 1073778376 140736250474816 140360641716728 140360689589539 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19774/tid=19794] ppid=19771 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/19774/task/19794/stat : 19794 (java) R 19771 19774 13538 0 -1 4202560 100 0 0 0 230 2 0 0 20 0 22 0 24209923 10060525568 94365 33554432000 1073741824 1073778376 140736250474816 140360640662080 140360689957776 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19795] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19795/stat : 19795 (java) S 19771 19774 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24209929 10060525568 94365 33554432000 1073741824 1073778376 140736250474816 140360639612072 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19774/tid=19796] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19796/stat : 19796 (java) S 19771 19774 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24209930 10060525568 94365 33554432000 1073741824 1073778376 140736250474816 140360638559272 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.31
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 3.76 3.97 3.98 5/219 19797
/proc/meminfo: memFree=30165636/32872528 swapFree=163656/177964
[pid=19774] ppid=19771 vsize=9824732 CPUtime=15.75 cores=1,3,5,7
/proc/19774/stat : 19774 (java) S 19771 19774 13538 0 -1 4202496 30158 0 1 0 1551 24 0 0 20 0 22 0 24209861 10060525568 102685 33554432000 1073741824 1073778376 140736250474816 140736250465952 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19774/statm: 2456183 102685 2291 9 0 2446860 0
[pid=19774/tid=19776] ppid=19771 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/19774/task/19776/stat : 19776 (java) S 19771 19774 13538 0 -1 4202560 2459 0 1 0 56 3 0 0 20 0 22 0 24209862 10060525568 102685 33554432000 1073741824 1073778376 140736250474816 140360825922424 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19774/tid=19777] ppid=19771 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/19774/task/19777/stat : 19777 (java) S 19771 19774 13538 0 -1 4202560 142 0 0 0 6 3 0 0 20 0 22 0 24209863 10060525568 102685 33554432000 1073741824 1073778376 140736250474816 140360814983464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19774/tid=19778] ppid=19771 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19774/task/19778/stat : 19778 (java) S 19771 19774 13538 0 -1 4202560 33 0 0 0 2 2 0 0 20 0 22 0 24209863 10060525568 102685 33554432000 1073741824 1073778376 140736250474816 140360813930664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19774/tid=19779] ppid=19771 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/19774/task/19779/stat : 19779 (java) S 19771 19774 13538 0 -1 4202560 45 0 0 0 4 2 0 0 20 0 22 0 24209863 10060525568 102685 33554432000 1073741824 1073778376 140736250474816 140360812878376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19774/tid=19780] ppid=19771 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/19774/task/19780/stat : 19780 (java) S 19771 19774 13538 0 -1 4202560 136 0 0 0 4 2 0 0 20 0 22 0 24209863 10060525568 102685 33554432000 1073741824 1073778376 140736250474816 140360811825576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19781] ppid=19771 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/19774/task/19781/stat : 19781 (java) S 19771 19774 13538 0 -1 4202560 33 0 0 0 2 1 0 0 20 0 22 0 24209863 10060525568 102685 33554432000 1073741824 1073778376 140736250474816 140360810773288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19774/tid=19782] ppid=19771 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/19774/task/19782/stat : 19782 (java) S 19771 19774 13538 0 -1 4202560 111 0 0 0 3 2 0 0 20 0 22 0 24209863 10060525568 102685 33554432000 1073741824 1073778376 140736250474816 140360809720488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19774/tid=19783] ppid=19771 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/19774/task/19783/stat : 19783 (java) S 19771 19774 13538 0 -1 4202560 70 0 0 0 6 3 0 0 20 0 22 0 24209863 10060525568 102685 33554432000 1073741824 1073778376 140736250474816 140360808668200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19784] ppid=19771 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/19774/task/19784/stat : 19784 (java) S 19771 19774 13538 0 -1 4202560 108 0 0 0 4 2 0 0 20 0 22 0 24209863 10060525568 102685 33554432000 1073741824 1073778376 140736250474816 140360807615400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19774/tid=19785] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19785/stat : 19785 (java) S 19771 19774 13538 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 24209864 10060525568 102685 33554432000 1073741824 1073778376 140736250474816 140360650139880 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19786] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19786/stat : 19786 (java) S 19771 19774 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24209865 10060525568 102685 33554432000 1073741824 1073778376 140736250474816 140360649085944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19787] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19787/stat : 19787 (java) S 19771 19774 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24209865 10060525568 102685 33554432000 1073741824 1073778376 140736250474816 140360648033544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19788] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19788/stat : 19788 (java) S 19771 19774 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24209867 10060525568 102685 33554432000 1073741824 1073778376 140736250474816 140360646982032 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19789] ppid=19771 vsize=9824732 CPUtime=1.7 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.01 4.01 4.00 5/220 19911
/proc/meminfo: memFree=25430308/32872528 swapFree=163656/177964
[pid=19774] ppid=19771 vsize=9824732 CPUtime=1773.8 cores=1,3,5,7
/proc/19774/stat : 19774 (java) S 19771 19774 13538 0 -1 4202496 40711 0 1 0 177156 224 0 0 20 0 22 0 24209861 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140736250465952 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19774/statm: 2456183 875634 2300 9 0 2446860 0
[pid=19774/tid=19776] ppid=19771 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/19774/task/19776/stat : 19776 (java) S 19771 19774 13538 0 -1 4202560 2467 0 1 0 59 5 0 0 20 0 22 0 24209862 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360825922424 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19774/tid=19777] ppid=19771 vsize=9824732 CPUtime=2.07 cores=1,3,5,7
/proc/19774/task/19777/stat : 19777 (java) S 19771 19774 13538 0 -1 4202560 756 0 0 0 190 17 0 0 20 0 22 0 24209863 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360814983464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19774/tid=19778] ppid=19771 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/19774/task/19778/stat : 19778 (java) S 19771 19774 13538 0 -1 4202560 639 0 0 0 200 18 0 0 20 0 22 0 24209863 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360813930664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19779] ppid=19771 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/19774/task/19779/stat : 19779 (java) S 19771 19774 13538 0 -1 4202560 877 0 0 0 199 22 0 0 20 0 22 0 24209863 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360812878376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19774/tid=19780] ppid=19771 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/19774/task/19780/stat : 19780 (java) S 19771 19774 13538 0 -1 4202560 1015 0 0 0 195 19 0 0 20 0 22 0 24209863 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360811825576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19774/tid=19781] ppid=19771 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/19774/task/19781/stat : 19781 (java) S 19771 19774 13538 0 -1 4202560 886 0 0 0 206 21 0 0 20 0 22 0 24209863 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360810773288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19774/tid=19782] ppid=19771 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/19774/task/19782/stat : 19782 (java) S 19771 19774 13538 0 -1 4202560 880 0 0 0 197 17 0 0 20 0 22 0 24209863 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360809720488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19774/tid=19783] ppid=19771 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/19774/task/19783/stat : 19783 (java) S 19771 19774 13538 0 -1 4202560 736 0 0 0 202 18 0 0 20 0 22 0 24209863 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360808668200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19774/tid=19784] ppid=19771 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/19774/task/19784/stat : 19784 (java) S 19771 19774 13538 0 -1 4202560 862 0 0 0 199 20 0 0 20 0 22 0 24209863 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360807615400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19774/tid=19785] ppid=19771 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/19774/task/19785/stat : 19785 (java) S 19771 19774 13538 0 -1 4202560 2183 0 0 0 232 9 0 0 20 0 22 0 24209864 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360650139880 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19774/tid=19786] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19786/stat : 19786 (java) S 19771 19774 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24209865 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360649085944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19787] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19787/stat : 19787 (java) S 19771 19774 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24209865 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360648033544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19788] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19788/stat : 19788 (java) S 19771 19774 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24209867 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360646982032 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19789] ppid=19771 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/19774/task/19789/stat : 19789 (java) S 19771 19774 13538 0 -1 4202560 14327 0 0 0 213 3 0 0 20 0 22 0 24209867 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360645929656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19774/tid=19790] ppid=19771 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/19774/task/19790/stat : 19790 (java) S 19771 19774 13538 0 -1 4202560 11123 0 0 0 206 2 0 0 20 0 22 0 24209867 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360644876856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19774/tid=19791] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19791/stat : 19791 (java) S 19771 19774 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24209867 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360643824760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19774/tid=19792] ppid=19771 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/19774/task/19792/stat : 19792 (java) S 19771 19774 13538 0 -1 4202560 51 0 0 0 13 23 0 0 20 0 22 0 24209867 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360642772168 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19774/tid=19793] ppid=19771 vsize=9824732 CPUtime=874.49 cores=1,3,5,7
/proc/19774/task/19793/stat : 19793 (java) R 19771 19774 13538 0 -1 4202560 118 0 0 0 87433 16 0 0 20 0 22 0 24209923 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360641715408 140360689843900 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19774/tid=19794] ppid=19771 vsize=9824732 CPUtime=874.53 cores=1,3,5,7
/proc/19774/task/19794/stat : 19794 (java) R 19771 19774 13538 0 -1 4202560 2527 0 0 0 87404 49 0 0 20 0 22 0 24209923 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360640661824 140360689938588 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19795] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19795/stat : 19795 (java) S 19771 19774 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24209929 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360639612072 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19774/tid=19796] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19796/stat : 19796 (java) S 19771 19774 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24209930 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360638559272 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1773.8
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.301 s]
/proc/loadavg: 4.01 4.01 4.00 5/220 19911
/proc/meminfo: memFree=25440680/32872528 swapFree=163656/177964
[pid=19774] ppid=19771 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/19774/stat : 19774 (java) S 19771 19774 13538 0 -1 4202496 40714 0 1 0 179776 225 0 0 20 0 22 0 24209861 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140736250465952 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19774/statm: 2456183 875634 2300 9 0 2446860 0
[pid=19774/tid=19776] ppid=19771 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/19774/task/19776/stat : 19776 (java) S 19771 19774 13538 0 -1 4202560 2467 0 1 0 59 5 0 0 20 0 22 0 24209862 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360825922424 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19774/tid=19777] ppid=19771 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/19774/task/19777/stat : 19777 (java) S 19771 19774 13538 0 -1 4202560 756 0 0 0 193 17 0 0 20 0 22 0 24209863 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360814983464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19778] ppid=19771 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/19774/task/19778/stat : 19778 (java) S 19771 19774 13538 0 -1 4202560 639 0 0 0 211 18 0 0 20 0 22 0 24209863 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360813930664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19779] ppid=19771 vsize=9824732 CPUtime=2.23 cores=1,3,5,7
/proc/19774/task/19779/stat : 19779 (java) S 19771 19774 13538 0 -1 4202560 877 0 0 0 201 22 0 0 20 0 22 0 24209863 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360812878376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19780] ppid=19771 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/19774/task/19780/stat : 19780 (java) S 19771 19774 13538 0 -1 4202560 1015 0 0 0 197 19 0 0 20 0 22 0 24209863 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360811825576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19781] ppid=19771 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/19774/task/19781/stat : 19781 (java) S 19771 19774 13538 0 -1 4202560 886 0 0 0 216 21 0 0 20 0 22 0 24209863 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360810773288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19774/tid=19782] ppid=19771 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/19774/task/19782/stat : 19782 (java) S 19771 19774 13538 0 -1 4202560 880 0 0 0 200 17 0 0 20 0 22 0 24209863 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360809720488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19774/tid=19783] ppid=19771 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/19774/task/19783/stat : 19783 (java) S 19771 19774 13538 0 -1 4202560 736 0 0 0 214 18 0 0 20 0 22 0 24209863 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360808668200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19784] ppid=19771 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/19774/task/19784/stat : 19784 (java) S 19771 19774 13538 0 -1 4202560 862 0 0 0 202 20 0 0 20 0 22 0 24209863 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360807615400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19774/tid=19785] ppid=19771 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/19774/task/19785/stat : 19785 (java) S 19771 19774 13538 0 -1 4202560 2185 0 0 0 232 9 0 0 20 0 22 0 24209864 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360650139880 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19774/tid=19786] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19786/stat : 19786 (java) S 19771 19774 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24209865 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360649085944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19787] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19787/stat : 19787 (java) S 19771 19774 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24209865 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360648033544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19788] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19788/stat : 19788 (java) S 19771 19774 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24209867 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360646982032 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19789] ppid=19771 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/19774/task/19789/stat : 19789 (java) S 19771 19774 13538 0 -1 4202560 14327 0 0 0 213 3 0 0 20 0 22 0 24209867 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360645929656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19774/tid=19790] ppid=19771 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/19774/task/19790/stat : 19790 (java) S 19771 19774 13538 0 -1 4202560 11123 0 0 0 206 2 0 0 20 0 22 0 24209867 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360644876856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19774/tid=19791] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19791/stat : 19791 (java) S 19771 19774 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24209867 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360643824760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19774/tid=19792] ppid=19771 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/19774/task/19792/stat : 19792 (java) S 19771 19774 13538 0 -1 4202560 51 0 0 0 13 24 0 0 20 0 22 0 24209867 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360642772168 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19774/tid=19793] ppid=19771 vsize=9824732 CPUtime=887.36 cores=1,3,5,7
/proc/19774/task/19793/stat : 19793 (java) R 19771 19774 13538 0 -1 4202560 118 0 0 0 88720 16 0 0 20 0 22 0 24209923 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360641707792 140360689624417 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19774/tid=19794] ppid=19771 vsize=9824732 CPUtime=887.4 cores=1,3,5,7
/proc/19774/task/19794/stat : 19794 (java) R 19771 19774 13538 0 -1 4202560 2528 0 0 0 88691 49 0 0 20 0 22 0 24209923 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360640662560 140360689957681 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19774/tid=19795] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19795/stat : 19795 (java) S 19771 19774 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24209929 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360639612072 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19774/tid=19796] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19796/stat : 19796 (java) S 19771 19774 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24209930 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360638559272 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824732

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 19774 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.301 s]
/proc/loadavg: 4.01 4.01 4.00 5/220 19911
/proc/meminfo: memFree=25440680/32872528 swapFree=163656/177964
[pid=19774] ppid=19771 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/19774/stat : 19774 (java) S 19771 19774 13538 0 -1 4202496 40714 0 1 0 179776 225 0 0 20 0 22 0 24209861 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140736250465952 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19774/statm: 2456183 875634 2300 9 0 2446860 0
[pid=19774/tid=19776] ppid=19771 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/19774/task/19776/stat : 19776 (java) S 19771 19774 13538 0 -1 4202560 2467 0 1 0 59 5 0 0 20 0 22 0 24209862 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360825922424 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19774/tid=19777] ppid=19771 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/19774/task/19777/stat : 19777 (java) S 19771 19774 13538 0 -1 4202560 756 0 0 0 193 17 0 0 20 0 22 0 24209863 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360814983464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19778] ppid=19771 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/19774/task/19778/stat : 19778 (java) S 19771 19774 13538 0 -1 4202560 639 0 0 0 211 18 0 0 20 0 22 0 24209863 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360813930664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19779] ppid=19771 vsize=9824732 CPUtime=2.23 cores=1,3,5,7
/proc/19774/task/19779/stat : 19779 (java) S 19771 19774 13538 0 -1 4202560 877 0 0 0 201 22 0 0 20 0 22 0 24209863 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360812878376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19780] ppid=19771 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/19774/task/19780/stat : 19780 (java) S 19771 19774 13538 0 -1 4202560 1015 0 0 0 197 19 0 0 20 0 22 0 24209863 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360811825576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19781] ppid=19771 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/19774/task/19781/stat : 19781 (java) S 19771 19774 13538 0 -1 4202560 886 0 0 0 216 21 0 0 20 0 22 0 24209863 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360810773288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19774/tid=19782] ppid=19771 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/19774/task/19782/stat : 19782 (java) S 19771 19774 13538 0 -1 4202560 880 0 0 0 200 17 0 0 20 0 22 0 24209863 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360809720488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19774/tid=19783] ppid=19771 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/19774/task/19783/stat : 19783 (java) S 19771 19774 13538 0 -1 4202560 736 0 0 0 214 18 0 0 20 0 22 0 24209863 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360808668200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19784] ppid=19771 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/19774/task/19784/stat : 19784 (java) S 19771 19774 13538 0 -1 4202560 862 0 0 0 202 20 0 0 20 0 22 0 24209863 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360807615400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19774/tid=19785] ppid=19771 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/19774/task/19785/stat : 19785 (java) S 19771 19774 13538 0 -1 4202560 2185 0 0 0 232 9 0 0 20 0 22 0 24209864 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360650139880 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19774/tid=19786] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19786/stat : 19786 (java) S 19771 19774 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24209865 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360649085944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19787] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19787/stat : 19787 (java) S 19771 19774 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24209865 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360648033544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19788] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19788/stat : 19788 (java) S 19771 19774 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24209867 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360646982032 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19774/tid=19789] ppid=19771 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/19774/task/19789/stat : 19789 (java) S 19771 19774 13538 0 -1 4202560 14327 0 0 0 213 3 0 0 20 0 22 0 24209867 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360645929656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19774/tid=19790] ppid=19771 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/19774/task/19790/stat : 19790 (java) S 19771 19774 13538 0 -1 4202560 11123 0 0 0 206 2 0 0 20 0 22 0 24209867 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360644876856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19774/tid=19791] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19791/stat : 19791 (java) S 19771 19774 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24209867 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360643824760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19774/tid=19792] ppid=19771 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/19774/task/19792/stat : 19792 (java) S 19771 19774 13538 0 -1 4202560 51 0 0 0 13 24 0 0 20 0 22 0 24209867 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360642772168 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19774/tid=19793] ppid=19771 vsize=9824732 CPUtime=887.36 cores=1,3,5,7
/proc/19774/task/19793/stat : 19793 (java) R 19771 19774 13538 0 -1 4202560 118 0 0 0 88720 16 0 0 20 0 22 0 24209923 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360641707792 140360689624417 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19774/tid=19794] ppid=19771 vsize=9824732 CPUtime=887.4 cores=1,3,5,7
/proc/19774/task/19794/stat : 19794 (java) R 19771 19774 13538 0 -1 4202560 2528 0 0 0 88691 49 0 0 20 0 22 0 24209923 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360640662560 140360689957681 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19774/tid=19795] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19795/stat : 19795 (java) S 19771 19774 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24209929 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360639612072 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19774/tid=19796] ppid=19771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19774/task/19796/stat : 19796 (java) S 19771 19774 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24209930 10060525568 875634 33554432000 1073741824 1073778376 140736250474816 140360638559272 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 895.37
CPU time (s): 1800.7
CPU user time (s): 1797.92
CPU system time (s): 2.78058
CPU usage (%): 201.112
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.92
system time used= 2.78058
maximum resident set size= 3502652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40748
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23379
involuntary context switches= 26138

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.41702 second user time and 8.21275 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 05:46:39
IDJOB=4103310
IDBENCH=2324
IDSOLVER=2543
FILE ID=node105/4103310-1466221599
RUNJOBID= node105-1466206102-13555
PBS_JOBID= 19918167
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos14.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103310-1466221599/watcher-4103310-1466221599 -o /tmp/evaluation-result-4103310-1466221599/solver-4103310-1466221599 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13555 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103310-1466221599.opb

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

MD5SUM BENCH= 9a6d98eb18189bacb6bc49f39ff21900
RANDOM SEED=769246139

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

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

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30569916 kB
Buffers:           92060 kB
Cached:           104072 kB
SwapCached:         1764 kB
Active:          1253756 kB
Inactive:         134956 kB
Active(anon):    1193676 kB
Inactive(anon):     1440 kB
Active(file):      60080 kB
Inactive(file):   133516 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:              1352 kB
Writeback:             0 kB
AnonPages:       1370336 kB
Mapped:            15528 kB
Shmem:                 0 kB
Slab:             601624 kB
SReclaimable:      45180 kB
SUnreclaim:       556444 kB
KernelStack:        1624 kB
PageTables:         6856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2873272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1167360 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= 71744 MiB
End job on node105 at 2016-06-18 06:01:35