Trace number 4100133

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.62 1786.56

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-neos9.opb
MD5SUM3f95880b258ecfc346507235783375e9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables874498
Total number of constraints110909
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints110822
Minimum length of a constraint11
Maximum length of a constraint14080
Number of terms in the objective function 198658
Biggest coefficient in the objective function 14
Number of bits for the biggest coefficient in the objective function 4
Sum of the numbers in the objective function 636932
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 6076
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 636932
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4100133-1466211441.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  objective function found
11.86/8.00	c ... done. Wall clock time 7.901s.
11.86/8.00	c declared #vars     874498
11.86/8.01	c #constraints  118637
11.86/8.01	c constraints type 
11.86/8.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 87
11.86/8.01	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 118550
11.86/8.01	c 118637 constraints processed.
11.86/8.01	c objective function length is 198658 literals
22.11/17.84	c cleaning 2509 clauses out of 5029 with flag 10146/5029
34.02/29.70	c cleaning 4245 clauses out of 8491 with flag 22117/11000
46.52/42.11	c cleaning 5618 clauses out of 11248 with flag 36121/18002
63.28/57.95	c cleaning 6809 clauses out of 13629 with flag 52119/26001
79.50/74.18	c cleaning 7907 clauses out of 15825 with flag 70129/35006
101.19/94.33	c cleaning 8947 clauses out of 17919 with flag 90218/45007
123.41/116.59	c cleaning 9953 clauses out of 19965 with flag 113166/56000
126.31/119.45	c cleaning 11000 clauses out of 22012 with flag 152958/68000
128.91/122.09	c cleaning 11994 clauses out of 24012 with flag 199102/81000
132.11/125.21	c cleaning 12997 clauses out of 26019 with flag 248021/95001
135.81/128.92	c cleaning 13997 clauses out of 28021 with flag 303578/110000
139.41/132.50	c cleaning 15003 clauses out of 30024 with flag 366113/126000
143.42/136.53	c cleaning 15996 clauses out of 32022 with flag 438539/143001
147.51/140.67	c cleaning 16998 clauses out of 34026 with flag 512363/161001
151.61/144.76	c cleaning 18005 clauses out of 36027 with flag 593146/180000
157.02/150.18	c cleaning 18995 clauses out of 38024 with flag 675178/200002
163.02/156.13	c cleaning 19998 clauses out of 40027 with flag 749944/221000
168.67/161.34	c cleaning 21000 clauses out of 42030 with flag 835366/243001
173.97/166.66	c cleaning 22003 clauses out of 44029 with flag 930569/266000
180.07/172.75	c cleaning 23006 clauses out of 46028 with flag 1041071/290002
186.78/179.48	c cleaning 23994 clauses out of 48022 with flag 1177085/315002
194.17/186.83	c cleaning 25005 clauses out of 50027 with flag 1324449/341001
203.77/196.42	c cleaning 25995 clauses out of 52021 with flag 1428710/368000
209.29/201.96	c cleaning 27004 clauses out of 54026 with flag 1526223/396000
215.69/208.32	c cleaning 27995 clauses out of 56023 with flag 1622145/425001
223.51/216.12	c cleaning 28994 clauses out of 58028 with flag 1726409/455001
230.51/223.18	c cleaning 30013 clauses out of 60034 with flag 1840880/486001
237.41/230.01	c cleaning 30997 clauses out of 62021 with flag 1962211/518001
243.91/236.54	c cleaning 31994 clauses out of 64023 with flag 2071132/551000
252.32/244.92	c cleaning 32993 clauses out of 66033 with flag 2211923/585004
267.02/259.63	c cleaning 34001 clauses out of 68036 with flag 2308461/620000
278.12/270.72	c cleaning 35002 clauses out of 70035 with flag 2385087/656000
290.12/282.79	c cleaning 36000 clauses out of 72033 with flag 2463951/693000
305.27/297.22	c cleaning 36999 clauses out of 74035 with flag 2546005/731002
318.77/310.73	c cleaning 38002 clauses out of 76034 with flag 2627226/770000
334.97/326.99	c cleaning 38997 clauses out of 78033 with flag 2710983/810001
352.26/344.23	c cleaning 40000 clauses out of 80036 with flag 2797227/851001
370.77/362.77	c cleaning 40994 clauses out of 82036 with flag 2884661/893001
389.77/381.75	c cleaning 41994 clauses out of 84042 with flag 2973713/936001
410.06/402.06	c cleaning 43004 clauses out of 86047 with flag 3064959/980000
538.38/529.67	c cleaning 44026 clauses out of 88051 with flag 3169900/1025008
797.39/786.01	c cleaning 45008 clauses out of 90018 with flag 3278919/1071001
845.85/834.12	c cleaning 45994 clauses out of 92009 with flag 3455373/1118000
865.76/854.03	c cleaning 46987 clauses out of 94017 with flag 3618056/1166002
883.49/871.39	c cleaning 48001 clauses out of 96029 with flag 3788039/1215001
903.39/891.26	c cleaning 48997 clauses out of 98028 with flag 4025204/1265001
928.51/916.32	c cleaning 50004 clauses out of 100030 with flag 4226947/1316000
961.46/949.12	c cleaning 50994 clauses out of 102026 with flag 4399762/1368000
986.87/974.51	c cleaning 51996 clauses out of 104032 with flag 4591636/1421000
1008.56/996.00	c cleaning 52993 clauses out of 106037 with flag 4738632/1475001
1034.56/1022.07	c cleaning 53993 clauses out of 108043 with flag 4856736/1530000
1062.36/1049.89	c cleaning 55002 clauses out of 110050 with flag 4975252/1586000
1089.37/1076.81	c cleaning 56004 clauses out of 112049 with flag 5093276/1643001
1118.57/1105.91	c cleaning 56995 clauses out of 114044 with flag 5213039/1701000
1149.88/1137.22	c cleaning 58002 clauses out of 116051 with flag 5334988/1760002
1183.28/1170.69	c cleaning 59000 clauses out of 118049 with flag 5459438/1820002
1219.40/1206.77	c cleaning 59996 clauses out of 120048 with flag 5586939/1881001
1256.99/1244.39	c cleaning 61001 clauses out of 122052 with flag 5715841/1943001
1294.28/1281.54	c cleaning 61997 clauses out of 124050 with flag 5847270/2006000
1338.48/1325.71	c cleaning 62997 clauses out of 126054 with flag 5985756/2070001
1372.38/1359.66	c cleaning 64004 clauses out of 128057 with flag 6164290/2135001
1409.21/1396.33	c cleaning 64999 clauses out of 130053 with flag 6345565/2201001
1444.54/1431.66	c cleaning 66000 clauses out of 132054 with flag 6546680/2268001
1481.55/1468.67	c cleaning 66996 clauses out of 134054 with flag 6748113/2336001
1520.25/1507.36	c cleaning 68000 clauses out of 136057 with flag 6937515/2405000
1564.89/1551.82	c cleaning 69000 clauses out of 138057 with flag 7143368/2475000
1604.80/1591.76	c cleaning 69996 clauses out of 140057 with flag 7335391/2546000
1649.02/1635.90	c cleaning 71000 clauses out of 142062 with flag 7555095/2618001
1691.01/1677.89	c cleaning 71999 clauses out of 144061 with flag 7767474/2691000
1736.79/1723.40	c cleaning 72999 clauses out of 146062 with flag 7931305/2765000
1783.41/1770.05	c cleaning 74002 clauses out of 148064 with flag 8091136/2840001
1800.04/1786.51	c starts		: 1364
1800.04/1786.51	c conflicts		: 2880190
1800.04/1786.51	c decisions		: 25292161
1800.04/1786.51	c propagations		: 209530455
1800.04/1786.51	c inspects		: 16481502279
1800.04/1786.51	c shortcuts		: 0
1800.04/1786.51	c learnt literals	: 0
1800.04/1786.51	c learnt binary clauses	: 0
1800.04/1786.51	c learnt ternary clauses	: 4
1800.04/1786.51	c learnt constraints	: 2880190
1800.04/1786.51	c ignored constraints	: 0
1800.04/1786.51	c root simplifications	: 0
1800.04/1786.51	c removed literals (reason simplification)	: 0
1800.04/1786.51	c reason swapping (by a shorter reason)	: 0
1800.04/1786.51	c Calls to reduceDB	: 71
1800.04/1786.51	c Number of update (reduction) of LBD	: 348626
1800.04/1786.51	c Imported unit clauses	: 0
1800.04/1786.51	c number of reductions to clauses (during analyze)	: 0
1800.04/1786.51	c number of learned constraints concerned by reduction	: 0
1800.04/1786.51	c number of learning phase by resolution	: 0
1800.04/1786.51	c number of learning phase by cutting planes	: 0
1800.04/1786.51	c speed (assignments/second)	: 117821.43284901424
1800.04/1786.51	c non guided choices	4122637
1800.04/1786.53	c learnt constraints type 
1800.04/1786.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 114251
1800.04/1786.53	s UNKNOWN
1800.04/1786.53	c Total wall clock time (in seconds): 1786.431

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-4100133-1466211441/watcher-4100133-1466211441 -o /tmp/evaluation-result-4100133-1466211441/solver-4100133-1466211441 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466206053-10697 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100133-1466211441.opb 

pid=13046
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.24 2.28 2.22 3/194 13049
/proc/meminfo: memFree=30209072/32872528 swapFree=1402776/1580604
[pid=13049] ppid=13046 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/13049/stat : 13049 (java) S 13046 13049 10680 0 -1 4202496 1295 0 0 0 0 0 0 0 20 0 2 0 23190015 95129600 927 33554432000 1073741824 1073778376 140736544812208 140736544803344 248793563197 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13049/statm: 23225 927 703 9 0 16769 0
[pid=13049/tid=13050] ppid=13046 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13050/stat : 13050 (java) D 13046 13049 10680 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 23190015 95129600 927 33554432000 1073741824 1073778376 140736544812208 140348817104424 248781040935 0 0 4096 0 18446744072100588836 0 0 -1 3 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 2.24 2.28 2.22 3/194 13049
/proc/meminfo: memFree=30209072/32872528 swapFree=1402776/1580604
[pid=13049] ppid=13046 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/13049/stat : 13049 (java) S 13046 13049 10680 0 -1 4202496 4456 0 1 0 9 1 0 0 20 0 18 0 23190015 9787879424 6074 33554432000 1073741824 1073778376 140736544812208 140736544803344 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13049/statm: 2389619 6076 2147 9 0 2380296 0
[pid=13049/tid=13050] ppid=13046 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/13049/task/13050/stat : 13050 (java) R 13046 13049 10680 0 -1 4202560 2375 0 1 0 7 0 0 0 20 0 18 0 23190015 9787879424 6076 33554432000 1073741824 1073778376 140736544812208 140348817107872 140348820635904 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.200281 s]
/proc/loadavg: 2.24 2.28 2.22 3/194 13049
/proc/meminfo: memFree=30209072/32872528 swapFree=1402776/1580604
[pid=13049] ppid=13046 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/13049/stat : 13049 (java) S 13046 13049 10680 0 -1 4202496 4987 0 1 0 28 1 0 0 20 0 18 0 23190015 9787879424 12079 33554432000 1073741824 1073778376 140736544812208 140736544803344 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13049/statm: 2389619 12079 2222 9 0 2380296 0
[pid=13049/tid=13050] ppid=13046 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/13049/task/13050/stat : 13050 (java) R 13046 13049 10680 0 -1 4202560 2404 0 1 0 16 1 0 0 20 0 18 0 23190015 9787879424 12079 33554432000 1073741824 1073778376 140736544812208 140348817107872 140348821407700 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300397 s]
/proc/loadavg: 2.24 2.28 2.22 3/194 13049
/proc/meminfo: memFree=30209072/32872528 swapFree=1402776/1580604
[pid=13049] ppid=13046 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/13049/stat : 13049 (java) S 13046 13049 10680 0 -1 4202496 5372 0 1 0 44 2 0 0 20 0 18 0 23190015 9787879424 18928 33554432000 1073741824 1073778376 140736544812208 140736544803344 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13049/statm: 2389619 18928 2231 9 0 2380296 0
[pid=13049/tid=13050] ppid=13046 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/13049/task/13050/stat : 13050 (java) R 13046 13049 10680 0 -1 4202560 2417 0 1 0 25 2 0 0 20 0 18 0 23190015 9787879424 18928 33554432000 1073741824 1073778376 140736544812208 140348817107872 248793589005 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.70033 s]
/proc/loadavg: 2.24 2.28 2.22 3/194 13049
/proc/meminfo: memFree=30209072/32872528 swapFree=1402776/1580604
[pid=13049] ppid=13046 vsize=9558476 CPUtime=1.13 cores=1,3,5,7
/proc/13049/stat : 13049 (java) S 13046 13049 10680 0 -1 4202496 7695 0 1 0 108 5 0 0 20 0 18 0 23190015 9787879424 49520 33554432000 1073741824 1073778376 140736544812208 140736544803344 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13049/statm: 2389619 49520 2259 9 0 2380296 0
[pid=13049/tid=13050] ppid=13046 vsize=9558476 CPUtime=0.64 cores=1,3,5,7
/proc/13049/task/13050/stat : 13050 (java) R 13046 13049 10680 0 -1 4202560 2462 0 1 0 61 3 0 0 20 0 18 0 23190015 9787879424 49520 33554432000 1073741824 1073778376 140736544812208 140348817100672 140348676486901 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558476

[startup+1.5007 s]
/proc/loadavg: 2.24 2.28 2.22 3/212 13067
/proc/meminfo: memFree=29959856/32872528 swapFree=1402776/1580604
[pid=13049] ppid=13046 vsize=9558476 CPUtime=2.54 cores=1,3,5,7
/proc/13049/stat : 13049 (java) S 13046 13049 10680 0 -1 4202496 11677 0 1 0 239 15 0 0 20 0 18 0 23190015 9787879424 102513 33554432000 1073741824 1073778376 140736544812208 140736544803344 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13049/statm: 2389619 102513 2263 9 0 2380296 0
[pid=13049/tid=13050] ppid=13046 vsize=9558476 CPUtime=1.3 cores=1,3,5,7
/proc/13049/task/13050/stat : 13050 (java) S 13046 13049 10680 0 -1 4202560 2514 0 1 0 125 5 0 0 20 0 18 0 23190015 9787879424 102513 33554432000 1073741824 1073778376 140736544812208 140348817108440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13049/tid=13052] ppid=13046 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/13049/task/13052/stat : 13052 (java) R 13046 13049 10680 0 -1 4202560 39 0 0 0 4 0 0 0 20 0 18 0 23190016 9787879424 102513 33554432000 1073741824 1073778376 140736544812208 140348795210544 140348824005548 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13053] ppid=13046 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/13049/task/13053/stat : 13053 (java) R 13046 13049 10680 0 -1 4202560 181 0 0 0 8 2 0 0 20 0 18 0 23190016 9787879424 102513 33554432000 1073741824 1073778376 140736544812208 140348592483544 140348824006223 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13049/tid=13054] ppid=13046 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/13049/task/13054/stat : 13054 (java) R 13046 13049 10680 0 -1 4202560 77 0 0 0 5 0 0 0 20 0 18 0 23190016 9787879424 102513 33554432000 1073741824 1073778376 140736544812208 140348591430488 140348820387743 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13049/tid=13055] ppid=13046 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/13049/task/13055/stat : 13055 (java) R 13046 13049 10680 0 -1 4202560 384 0 0 0 5 1 0 0 20 0 18 0 23190016 9787879424 102513 33554432000 1073741824 1073778376 140736544812208 140348590377944 140348819580601 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13056] ppid=13046 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/13049/task/13056/stat : 13056 (java) R 13046 13049 10680 0 -1 4202560 196 0 0 0 7 1 0 0 20 0 18 0 23190016 9787879424 102513 33554432000 1073741824 1073778376 140736544812208 140348589324888 140348820387740 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13049/tid=13057] ppid=13046 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/13049/task/13057/stat : 13057 (java) R 13046 13049 10680 0 -1 4202560 45 0 0 0 8 0 0 0 20 0 18 0 23190016 9787879424 102515 33554432000 1073741824 1073778376 140736544812208 140348588272344 140348819580601 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=13049/tid=13058] ppid=13046 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/13049/task/13058/stat : 13058 (java) R 13046 13049 10680 0 -1 4202560 346 0 0 0 4 0 0 0 20 0 18 0 23190016 9787879424 102515 33554432000 1073741824 1073778376 140736544812208 140348587218872 248789831499 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13049/tid=13059] ppid=13046 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/13049/task/13059/stat : 13059 (java) R 13046 13049 10680 0 -1 4202560 45 0 0 0 5 1 0 0 20 0 18 0 23190016 9787879424 102515 33554432000 1073741824 1073778376 140736544812208 140348586166744 140348820387740 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13060] ppid=13046 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13060/stat : 13060 (java) S 13046 13049 10680 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 23190017 9787879424 102515 33554432000 1073741824 1073778376 140736544812208 140348573968136 248793576508 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13061] ppid=13046 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13061/stat : 13061 (java) S 13046 13049 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23190018 9787879424 102515 33554432000 1073741824 1073778376 140736544812208 140348572915576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13062] ppid=13046 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13062/stat : 13062 (java) S 13046 13049 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23190018 9787879424 102515 33554432000 1073741824 1073778376 140736544812208 140348571862408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13063] ppid=13046 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13063/stat : 13063 (java) S 13046 13049 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23190020 9787879424 102515 33554432000 1073741824 1073778376 140736544812208 140348570811152 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13064] ppid=13046 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/13049/task/13064/stat : 13064 (java) S 13046 13049 10680 0 -1 4202560 2884 0 0 0 29 0 0 0 20 0 18 0 23190020 9787879424 102515 33554432000 1073741824 1073778376 140736544812208 140348569758008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13049/tid=13065] ppid=13046 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/13049/task/13065/stat : 13065 (java) S 13046 13049 10680 0 -1 4202560 3644 0 0 0 28 0 0 0 20 0 18 0 23190020 9787879424 102515 33554432000 1073741824 1073778376 140736544812208 140348568705464 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13049/tid=13066] ppid=13046 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13066/stat : 13066 (java) S 13046 13049 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23190020 9787879424 102515 33554432000 1073741824 1073778376 140736544812208 140348567652600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13049/tid=13067] ppid=13046 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13067/stat : 13067 (java) S 13046 13049 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23190020 9787879424 102515 33554432000 1073741824 1073778376 140736544812208 140348566600264 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 9558476

[startup+3.10083 s]
/proc/loadavg: 2.22 2.27 2.22 9/212 13067
/proc/meminfo: memFree=29701712/32872528 swapFree=1402776/1580604
[pid=13049] ppid=13046 vsize=9558476 CPUtime=5.03 cores=1,3,5,7
/proc/13049/stat : 13049 (java) S 13046 13049 10680 0 -1 4202496 12759 0 1 0 477 26 0 0 20 0 18 0 23190015 9787879424 160101 33554432000 1073741824 1073778376 140736544812208 140736544803344 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13049/statm: 2389619 160101 2275 9 0 2380296 0
[pid=13049/tid=13050] ppid=13046 vsize=9558476 CPUtime=2.6 cores=1,3,5,7
/proc/13049/task/13050/stat : 13050 (java) R 13046 13049 10680 0 -1 4202560 2756 0 1 0 253 7 0 0 20 0 18 0 23190015 9787879424 160101 33554432000 1073741824 1073778376 140736544812208 140348817100752 248793589005 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13049/tid=13052] ppid=13046 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/13049/task/13052/stat : 13052 (java) S 13046 13049 10680 0 -1 4202560 87 0 0 0 16 2 0 0 20 0 18 0 23190016 9787879424 160101 33554432000 1073741824 1073778376 140736544812208 140348795210664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13049/tid=13053] ppid=13046 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/13049/task/13053/stat : 13053 (java) S 13046 13049 10680 0 -1 4202560 549 0 0 0 17 3 0 0 20 0 18 0 23190016 9787879424 160101 33554432000 1073741824 1073778376 140736544812208 140348592483368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13049/tid=13054] ppid=13046 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/13049/task/13054/stat : 13054 (java) S 13046 13049 10680 0 -1 4202560 136 0 0 0 17 2 0 0 20 0 18 0 23190016 9787879424 160101 33554432000 1073741824 1073778376 140736544812208 140348591430312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13049/tid=13055] ppid=13046 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/13049/task/13055/stat : 13055 (java) S 13046 13049 10680 0 -1 4202560 412 0 0 0 15 2 0 0 20 0 18 0 23190016 9787879424 160101 33554432000 1073741824 1073778376 140736544812208 140348590377768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13049/tid=13056] ppid=13046 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/13049/task/13056/stat : 13056 (java) S 13046 13049 10680 0 -1 4202560 241 0 0 0 21 3 0 0 20 0 18 0 23190016 9787879424 160101 33554432000 1073741824 1073778376 140736544812208 140348589324712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13057] ppid=13046 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/13049/task/13057/stat : 13057 (java) S 13046 13049 10680 0 -1 4202560 101 0 0 0 23 3 0 0 20 0 18 0 23190016 9787879424 160101 33554432000 1073741824 1073778376 140736544812208 140348588272168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13049/tid=13058] ppid=13046 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/13049/task/13058/stat : 13058 (java) S 13046 13049 10680 0 -1 4202560 398 0 0 0 18 2 0 0 20 0 18 0 23190016 9787879424 160101 33554432000 1073741824 1073778376 140736544812208 140348587219112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13059] ppid=13046 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/13049/task/13059/stat : 13059 (java) S 13046 13049 10680 0 -1 4202560 90 0 0 0 21 3 0 0 20 0 18 0 23190016 9787879424 160101 33554432000 1073741824 1073778376 140736544812208 140348586166568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13049/tid=13060] ppid=13046 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13060/stat : 13060 (java) S 13046 13049 10680 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 23190017 9787879424 160101 33554432000 1073741824 1073778376 140736544812208 140348573969256 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13061] ppid=13046 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13061/stat : 13061 (java) S 13046 13049 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23190018 9787879424 160101 33554432000 1073741824 1073778376 140736544812208 140348572915576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13062] ppid=13046 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13062/stat : 13062 (java) S 13046 13049 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23190018 9787879424 160101 33554432000 1073741824 1073778376 140736544812208 140348571862408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13063] ppid=13046 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13063/stat : 13063 (java) S 13046 13049 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23190020 9787879424 160101 33554432000 1073741824 1073778376 140736544812208 140348570811152 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13064] ppid=13046 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/13049/task/13064/stat : 13064 (java) S 13046 13049 10680 0 -1 4202560 2890 0 0 0 30 0 0 0 20 0 18 0 23190020 9787879424 160101 33554432000 1073741824 1073778376 140736544812208 140348569758008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13049/tid=13065] ppid=13046 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/13049/task/13065/stat : 13065 (java) S 13046 13049 10680 0 -1 4202560 3650 0 0 0 31 0 0 0 20 0 18 0 23190020 9787879424 160101 33554432000 1073741824 1073778376 140736544812208 140348568705464 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13049/tid=13066] ppid=13046 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13066/stat : 13066 (java) S 13046 13049 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23190020 9787879424 160101 33554432000 1073741824 1073778376 140736544812208 140348567652600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13049/tid=13067] ppid=13046 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13067/stat : 13067 (java) S 13046 13049 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23190020 9787879424 160101 33554432000 1073741824 1073778376 140736544812208 140348566600264 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.03
Current children cumulated vsize (KiB) 9558476

[startup+6.30082 s]
/proc/loadavg: 2.22 2.27 2.22 4/212 13067
/proc/meminfo: memFree=29287280/32872528 swapFree=1402776/1580604
[pid=13049] ppid=13046 vsize=9558476 CPUtime=9.01 cores=1,3,5,7
/proc/13049/stat : 13049 (java) S 13046 13049 10680 0 -1 4202496 14405 0 1 0 853 48 0 0 20 0 18 0 23190015 9787879424 266182 33554432000 1073741824 1073778376 140736544812208 140736544803344 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13049/statm: 2389619 266182 2283 9 0 2380296 0
[pid=13049/tid=13050] ppid=13046 vsize=9558476 CPUtime=4.98 cores=1,3,5,7
/proc/13049/task/13050/stat : 13050 (java) R 13046 13049 10680 0 -1 4202560 3348 0 1 0 486 12 0 0 20 0 18 0 23190015 9787879424 266182 33554432000 1073741824 1073778376 140736544812208 140348817100752 248793589005 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13049/tid=13052] ppid=13046 vsize=9558476 CPUtime=0.33 cores=1,3,5,7
/proc/13049/task/13052/stat : 13052 (java) S 13046 13049 10680 0 -1 4202560 150 0 0 0 28 5 0 0 20 0 18 0 23190016 9787879424 266182 33554432000 1073741824 1073778376 140736544812208 140348795210664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13049/tid=13053] ppid=13046 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/13049/task/13053/stat : 13053 (java) S 13046 13049 10680 0 -1 4202560 641 0 0 0 24 3 0 0 20 0 18 0 23190016 9787879424 266182 33554432000 1073741824 1073778376 140736544812208 140348592483368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13054] ppid=13046 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/13049/task/13054/stat : 13054 (java) S 13046 13049 10680 0 -1 4202560 187 0 0 0 26 4 0 0 20 0 18 0 23190016 9787879424 266182 33554432000 1073741824 1073778376 140736544812208 140348591430312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13055] ppid=13046 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/13049/task/13055/stat : 13055 (java) S 13046 13049 10680 0 -1 4202560 463 0 0 0 28 4 0 0 20 0 18 0 23190016 9787879424 266182 33554432000 1073741824 1073778376 140736544812208 140348590377768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13056] ppid=13046 vsize=9558476 CPUtime=0.37 cores=1,3,5,7
/proc/13049/task/13056/stat : 13056 (java) S 13046 13049 10680 0 -1 4202560 288 0 0 0 32 5 0 0 20 0 18 0 23190016 9787879424 266182 33554432000 1073741824 1073778376 140736544812208 140348589324712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13049/tid=13057] ppid=13046 vsize=9558476 CPUtime=0.4 cores=1,3,5,7
/proc/13049/task/13057/stat : 13057 (java) S 13046 13049 10680 0 -1 4202560 161 0 0 0 35 5 0 0 20 0 18 0 23190016 9787879424 266182 33554432000 1073741824 1073778376 140736544812208 140348588272168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13049/tid=13058] ppid=13046 vsize=9558476 CPUtime=0.33 cores=1,3,5,7
/proc/13049/task/13058/stat : 13058 (java) S 13046 13049 10680 0 -1 4202560 447 0 0 0 29 4 0 0 20 0 18 0 23190016 9787879424 266182 33554432000 1073741824 1073778376 140736544812208 140348587219112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13049/tid=13059] ppid=13046 vsize=9558476 CPUtime=0.34 cores=1,3,5,7
/proc/13049/task/13059/stat : 13059 (java) S 13046 13049 10680 0 -1 4202560 136 0 0 0 29 5 0 0 20 0 18 0 23190016 9787879424 266182 33554432000 1073741824 1073778376 140736544812208 140348586166568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13049/tid=13060] ppid=13046 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/13049/task/13060/stat : 13060 (java) S 13046 13049 10680 0 -1 4202560 790 0 0 0 55 0 0 0 20 0 18 0 23190017 9787879424 266182 33554432000 1073741824 1073778376 140736544812208 140348573969256 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13049/tid=13061] ppid=13046 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13061/stat : 13061 (java) S 13046 13049 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23190018 9787879424 266182 33554432000 1073741824 1073778376 140736544812208 140348572915576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13062] ppid=13046 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13062/stat : 13062 (java) S 13046 13049 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23190018 9787879424 266182 33554432000 1073741824 1073778376 140736544812208 140348571862408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13063] ppid=13046 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13063/stat : 13063 (java) S 13046 13049 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23190020 9787879424 266182 33554432000 1073741824 1073778376 140736544812208 140348570811152 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13064] ppid=13046 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/13049/task/13064/stat : 13064 (java) S 13046 13049 10680 0 -1 4202560 2890 0 0 0 32 0 0 0 20 0 18 0 23190020 9787879424 266182 33554432000 1073741824 1073778376 140736544812208 140348569758008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13049/tid=13065] ppid=13046 vsize=9558476 CPUtime=0.34 cores=1,3,5,7
/proc/13049/task/13065/stat : 13065 (java) S 13046 13049 10680 0 -1 4202560 3651 0 0 0 34 0 0 0 20 0 18 0 23190020 9787879424 266182 33554432000 1073741824 1073778376 140736544812208 140348568705464 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13049/tid=13066] ppid=13046 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13066/stat : 13066 (java) S 13046 13049 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23190020 9787879424 266182 33554432000 1073741824 1073778376 140736544812208 140348567652600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13049/tid=13067] ppid=13046 vsize=9558476 CPUtime=0 cores=1,3,5,7

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

[pid=13049/tid=13061] ppid=13046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13061/stat : 13061 (java) S 13046 13049 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23190018 9856040960 1176439 33554432000 1073741824 1073778376 140736544812208 140348572915576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13062] ppid=13046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13062/stat : 13062 (java) S 13046 13049 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23190018 9856040960 1176439 33554432000 1073741824 1073778376 140736544812208 140348571862408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13063] ppid=13046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13063/stat : 13063 (java) S 13046 13049 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23190020 9856040960 1176439 33554432000 1073741824 1073778376 140736544812208 140348570811152 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13064] ppid=13046 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/13049/task/13064/stat : 13064 (java) S 13046 13049 10680 0 -1 4202560 2923 0 0 0 79 0 0 0 20 0 19 0 23190020 9856040960 1176439 33554432000 1073741824 1073778376 140736544812208 140348569758008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13049/tid=13065] ppid=13046 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/13049/task/13065/stat : 13065 (java) S 13046 13049 10680 0 -1 4202560 3834 0 0 0 71 0 0 0 20 0 19 0 23190020 9856040960 1176439 33554432000 1073741824 1073778376 140736544812208 140348568705464 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13049/tid=13066] ppid=13046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13066/stat : 13066 (java) S 13046 13049 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23190020 9856040960 1176439 33554432000 1073741824 1073778376 140736544812208 140348567652600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13049/tid=13067] ppid=13046 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/13049/task/13067/stat : 13067 (java) S 13046 13049 10680 0 -1 4202560 99 0 0 0 23 31 0 0 20 0 19 0 23190020 9856040960 1176439 33554432000 1073741824 1073778376 140736544812208 140348566600264 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13049/tid=13068] ppid=13046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13068/stat : 13068 (java) S 13046 13049 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23190829 9856040960 1176439 33554432000 1073741824 1073778376 140736544812208 140348565448232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1735.69
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.44 2.48 2.37 3/213 13405
/proc/meminfo: memFree=25183936/32872528 swapFree=1402776/1580604
[pid=13049] ppid=13046 vsize=9625040 CPUtime=1795.7 cores=1,3,5,7
/proc/13049/stat : 13049 (java) S 13046 13049 10680 0 -1 4202496 100488 0 1 0 179133 437 0 0 20 0 19 0 23190015 9856040960 1176439 33554432000 1073741824 1073778376 140736544812208 140736544803344 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13049/statm: 2406260 1176439 2294 9 0 2396937 0
[pid=13049/tid=13050] ppid=13046 vsize=9625040 CPUtime=1772.23 cores=1,3,5,7
/proc/13049/task/13050/stat : 13050 (java) R 13046 13049 10680 0 -1 4202560 3544 0 1 0 177179 44 0 0 20 0 19 0 23190015 9856040960 1176439 33554432000 1073741824 1073778376 140736544812208 140348817100464 140348677377877 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13049/tid=13052] ppid=13046 vsize=9625040 CPUtime=2.05 cores=1,3,5,7
/proc/13049/task/13052/stat : 13052 (java) S 13046 13049 10680 0 -1 4202560 8549 0 0 0 152 53 0 0 20 0 19 0 23190016 9856040960 1176439 33554432000 1073741824 1073778376 140736544812208 140348795210664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13053] ppid=13046 vsize=9625040 CPUtime=1.88 cores=1,3,5,7
/proc/13049/task/13053/stat : 13053 (java) S 13046 13049 10680 0 -1 4202560 9738 0 0 0 143 45 0 0 20 0 19 0 23190016 9856040960 1176439 33554432000 1073741824 1073778376 140736544812208 140348592483368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13049/tid=13054] ppid=13046 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/13049/task/13054/stat : 13054 (java) S 13046 13049 10680 0 -1 4202560 9428 0 0 0 148 53 0 0 20 0 19 0 23190016 9856040960 1176439 33554432000 1073741824 1073778376 140736544812208 140348591430312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13049/tid=13055] ppid=13046 vsize=9625040 CPUtime=2.08 cores=1,3,5,7
/proc/13049/task/13055/stat : 13055 (java) S 13046 13049 10680 0 -1 4202560 10414 0 0 0 159 49 0 0 20 0 19 0 23190016 9856040960 1176439 33554432000 1073741824 1073778376 140736544812208 140348590377768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13049/tid=13056] ppid=13046 vsize=9625040 CPUtime=2.12 cores=1,3,5,7
/proc/13049/task/13056/stat : 13056 (java) S 13046 13049 10680 0 -1 4202560 10591 0 0 0 165 47 0 0 20 0 19 0 23190016 9856040960 1176439 33554432000 1073741824 1073778376 140736544812208 140348589324712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13049/tid=13057] ppid=13046 vsize=9625040 CPUtime=1.6 cores=1,3,5,7
/proc/13049/task/13057/stat : 13057 (java) S 13046 13049 10680 0 -1 4202560 9228 0 0 0 121 39 0 0 20 0 19 0 23190016 9856040960 1176439 33554432000 1073741824 1073778376 140736544812208 140348588272168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13049/tid=13058] ppid=13046 vsize=9625040 CPUtime=2.14 cores=1,3,5,7
/proc/13049/task/13058/stat : 13058 (java) S 13046 13049 10680 0 -1 4202560 13828 0 0 0 160 54 0 0 20 0 19 0 23190016 9856040960 1176439 33554432000 1073741824 1073778376 140736544812208 140348587219112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13049/tid=13059] ppid=13046 vsize=9625040 CPUtime=1.8 cores=1,3,5,7
/proc/13049/task/13059/stat : 13059 (java) S 13046 13049 10680 0 -1 4202560 13118 0 0 0 133 47 0 0 20 0 19 0 23190016 9856040960 1176439 33554432000 1073741824 1073778376 140736544812208 140348586166568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13060] ppid=13046 vsize=9625040 CPUtime=5.95 cores=1,3,5,7
/proc/13049/task/13060/stat : 13060 (java) S 13046 13049 10680 0 -1 4202560 3930 0 0 0 591 4 0 0 20 0 19 0 23190017 9856040960 1176439 33554432000 1073741824 1073778376 140736544812208 140348573969256 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13049/tid=13061] ppid=13046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13061/stat : 13061 (java) S 13046 13049 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23190018 9856040960 1176439 33554432000 1073741824 1073778376 140736544812208 140348572915576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13062] ppid=13046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13062/stat : 13062 (java) S 13046 13049 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23190018 9856040960 1176439 33554432000 1073741824 1073778376 140736544812208 140348571862408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13063] ppid=13046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13063/stat : 13063 (java) S 13046 13049 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23190020 9856040960 1176439 33554432000 1073741824 1073778376 140736544812208 140348570811152 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13064] ppid=13046 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/13049/task/13064/stat : 13064 (java) S 13046 13049 10680 0 -1 4202560 2923 0 0 0 79 0 0 0 20 0 19 0 23190020 9856040960 1176439 33554432000 1073741824 1073778376 140736544812208 140348569758008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13049/tid=13065] ppid=13046 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/13049/task/13065/stat : 13065 (java) S 13046 13049 10680 0 -1 4202560 3834 0 0 0 71 0 0 0 20 0 19 0 23190020 9856040960 1176439 33554432000 1073741824 1073778376 140736544812208 140348568705464 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13049/tid=13066] ppid=13046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13066/stat : 13066 (java) S 13046 13049 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23190020 9856040960 1176439 33554432000 1073741824 1073778376 140736544812208 140348567652600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13049/tid=13067] ppid=13046 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/13049/task/13067/stat : 13067 (java) S 13046 13049 10680 0 -1 4202560 103 0 0 0 23 32 0 0 20 0 19 0 23190020 9856040960 1176439 33554432000 1073741824 1073778376 140736544812208 140348566600264 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13049/tid=13068] ppid=13046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13068/stat : 13068 (java) S 13046 13049 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23190829 9856040960 1176439 33554432000 1073741824 1073778376 140736544812208 140348565448232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1795.7
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.51 s]
/proc/loadavg: 2.44 2.48 2.37 3/213 13405
/proc/meminfo: memFree=25159600/32872528 swapFree=1402776/1580604
[pid=13049] ppid=13046 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/13049/stat : 13049 (java) S 13046 13049 10680 0 -1 4202496 100542 0 1 0 179565 439 0 0 20 0 19 0 23190015 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140736544803344 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13049/statm: 2406260 1182600 2294 9 0 2396937 0
[pid=13049/tid=13050] ppid=13046 vsize=9625040 CPUtime=1776.39 cores=1,3,5,7
/proc/13049/task/13050/stat : 13050 (java) R 13046 13049 10680 0 -1 4202560 3545 0 1 0 177595 44 0 0 20 0 19 0 23190015 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348817108176 140348677377591 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13052] ppid=13046 vsize=9625040 CPUtime=2.1 cores=1,3,5,7
/proc/13049/task/13052/stat : 13052 (java) S 13046 13049 10680 0 -1 4202560 8559 0 0 0 156 54 0 0 20 0 19 0 23190016 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348795210664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13049/tid=13053] ppid=13046 vsize=9625040 CPUtime=1.9 cores=1,3,5,7
/proc/13049/task/13053/stat : 13053 (java) S 13046 13049 10680 0 -1 4202560 9743 0 0 0 145 45 0 0 20 0 19 0 23190016 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348592483368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13049/tid=13054] ppid=13046 vsize=9625040 CPUtime=2.03 cores=1,3,5,7
/proc/13049/task/13054/stat : 13054 (java) S 13046 13049 10680 0 -1 4202560 9448 0 0 0 150 53 0 0 20 0 19 0 23190016 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348591430312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13049/tid=13055] ppid=13046 vsize=9625040 CPUtime=2.1 cores=1,3,5,7
/proc/13049/task/13055/stat : 13055 (java) S 13046 13049 10680 0 -1 4202560 10414 0 0 0 161 49 0 0 20 0 19 0 23190016 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348590377768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13056] ppid=13046 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/13049/task/13056/stat : 13056 (java) S 13046 13049 10680 0 -1 4202560 10600 0 0 0 169 47 0 0 20 0 19 0 23190016 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348589324712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13049/tid=13057] ppid=13046 vsize=9625040 CPUtime=1.62 cores=1,3,5,7
/proc/13049/task/13057/stat : 13057 (java) S 13046 13049 10680 0 -1 4202560 9228 0 0 0 123 39 0 0 20 0 19 0 23190016 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348588272168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13049/tid=13058] ppid=13046 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/13049/task/13058/stat : 13058 (java) S 13046 13049 10680 0 -1 4202560 13832 0 0 0 161 55 0 0 20 0 19 0 23190016 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348587219112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13049/tid=13059] ppid=13046 vsize=9625040 CPUtime=1.82 cores=1,3,5,7
/proc/13049/task/13059/stat : 13059 (java) S 13046 13049 10680 0 -1 4202560 13121 0 0 0 134 48 0 0 20 0 19 0 23190016 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348586166568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13049/tid=13060] ppid=13046 vsize=9625040 CPUtime=5.95 cores=1,3,5,7
/proc/13049/task/13060/stat : 13060 (java) S 13046 13049 10680 0 -1 4202560 3932 0 0 0 591 4 0 0 20 0 19 0 23190017 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348573969256 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13061] ppid=13046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13061/stat : 13061 (java) S 13046 13049 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23190018 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348572915576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13062] ppid=13046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13062/stat : 13062 (java) S 13046 13049 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23190018 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348571862408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13063] ppid=13046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13063/stat : 13063 (java) S 13046 13049 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23190020 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348570811152 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13064] ppid=13046 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/13049/task/13064/stat : 13064 (java) S 13046 13049 10680 0 -1 4202560 2923 0 0 0 79 0 0 0 20 0 19 0 23190020 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348569758008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13049/tid=13065] ppid=13046 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/13049/task/13065/stat : 13065 (java) S 13046 13049 10680 0 -1 4202560 3834 0 0 0 71 0 0 0 20 0 19 0 23190020 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348568705464 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13049/tid=13066] ppid=13046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13066/stat : 13066 (java) S 13046 13049 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23190020 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348567652600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13049/tid=13067] ppid=13046 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/13049/task/13067/stat : 13067 (java) S 13046 13049 10680 0 -1 4202560 103 0 0 0 23 32 0 0 20 0 19 0 23190020 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348566600264 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13049/tid=13068] ppid=13046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13068/stat : 13068 (java) S 13046 13049 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23190829 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348565448232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 13049 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1786.51 s]
/proc/loadavg: 2.44 2.48 2.37 3/213 13405
/proc/meminfo: memFree=25159600/32872528 swapFree=1402776/1580604
[pid=13049] ppid=13046 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/13049/stat : 13049 (java) S 13046 13049 10680 0 -1 4202496 100542 0 1 0 179565 439 0 0 20 0 19 0 23190015 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140736544803344 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13049/statm: 2406260 1182600 2294 9 0 2396937 0
[pid=13049/tid=13050] ppid=13046 vsize=9625040 CPUtime=1776.39 cores=1,3,5,7
/proc/13049/task/13050/stat : 13050 (java) R 13046 13049 10680 0 -1 4202560 3545 0 1 0 177595 44 0 0 20 0 19 0 23190015 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348817108176 140348677377591 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13052] ppid=13046 vsize=9625040 CPUtime=2.1 cores=1,3,5,7
/proc/13049/task/13052/stat : 13052 (java) S 13046 13049 10680 0 -1 4202560 8559 0 0 0 156 54 0 0 20 0 19 0 23190016 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348795210664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13049/tid=13053] ppid=13046 vsize=9625040 CPUtime=1.9 cores=1,3,5,7
/proc/13049/task/13053/stat : 13053 (java) S 13046 13049 10680 0 -1 4202560 9743 0 0 0 145 45 0 0 20 0 19 0 23190016 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348592483368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13049/tid=13054] ppid=13046 vsize=9625040 CPUtime=2.03 cores=1,3,5,7
/proc/13049/task/13054/stat : 13054 (java) S 13046 13049 10680 0 -1 4202560 9448 0 0 0 150 53 0 0 20 0 19 0 23190016 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348591430312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13049/tid=13055] ppid=13046 vsize=9625040 CPUtime=2.1 cores=1,3,5,7
/proc/13049/task/13055/stat : 13055 (java) S 13046 13049 10680 0 -1 4202560 10414 0 0 0 161 49 0 0 20 0 19 0 23190016 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348590377768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13056] ppid=13046 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/13049/task/13056/stat : 13056 (java) S 13046 13049 10680 0 -1 4202560 10600 0 0 0 169 47 0 0 20 0 19 0 23190016 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348589324712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13049/tid=13057] ppid=13046 vsize=9625040 CPUtime=1.62 cores=1,3,5,7
/proc/13049/task/13057/stat : 13057 (java) S 13046 13049 10680 0 -1 4202560 9228 0 0 0 123 39 0 0 20 0 19 0 23190016 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348588272168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13049/tid=13058] ppid=13046 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/13049/task/13058/stat : 13058 (java) S 13046 13049 10680 0 -1 4202560 13832 0 0 0 161 55 0 0 20 0 19 0 23190016 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348587219112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13049/tid=13059] ppid=13046 vsize=9625040 CPUtime=1.82 cores=1,3,5,7
/proc/13049/task/13059/stat : 13059 (java) S 13046 13049 10680 0 -1 4202560 13121 0 0 0 134 48 0 0 20 0 19 0 23190016 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348586166568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13049/tid=13060] ppid=13046 vsize=9625040 CPUtime=5.95 cores=1,3,5,7
/proc/13049/task/13060/stat : 13060 (java) S 13046 13049 10680 0 -1 4202560 3932 0 0 0 591 4 0 0 20 0 19 0 23190017 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348573969256 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13061] ppid=13046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13061/stat : 13061 (java) S 13046 13049 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23190018 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348572915576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13062] ppid=13046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13062/stat : 13062 (java) S 13046 13049 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23190018 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348571862408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13063] ppid=13046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13063/stat : 13063 (java) S 13046 13049 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23190020 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348570811152 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13049/tid=13064] ppid=13046 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/13049/task/13064/stat : 13064 (java) S 13046 13049 10680 0 -1 4202560 2923 0 0 0 79 0 0 0 20 0 19 0 23190020 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348569758008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13049/tid=13065] ppid=13046 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/13049/task/13065/stat : 13065 (java) S 13046 13049 10680 0 -1 4202560 3834 0 0 0 71 0 0 0 20 0 19 0 23190020 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348568705464 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13049/tid=13066] ppid=13046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13066/stat : 13066 (java) S 13046 13049 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23190020 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348567652600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13049/tid=13067] ppid=13046 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/13049/task/13067/stat : 13067 (java) S 13046 13049 10680 0 -1 4202560 103 0 0 0 23 32 0 0 20 0 19 0 23190020 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348566600264 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13049/tid=13068] ppid=13046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13049/task/13068/stat : 13068 (java) S 13046 13049 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23190829 9856040960 1182600 33554432000 1073741824 1073778376 140736544812208 140348565448232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1786.56
CPU time (s): 1800.62
CPU user time (s): 1795.75
CPU system time (s): 4.87226
CPU usage (%): 100.787
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.75
system time used= 4.87226
maximum resident set size= 4730536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100580
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43882
involuntary context switches= 9037

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2024 second user time and 13.7339 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-18 02:57:23
IDJOB=4100133
IDBENCH=1577
IDSOLVER=2546
FILE ID=node139/4100133-1466211441
RUNJOBID= node139-1466206053-10697
PBS_JOBID= 19918138
Free space on /tmp= 71552 MiB

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

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

MD5SUM BENCH= 3f95880b258ecfc346507235783375e9
RANDOM SEED=1446796155

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.500
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.56
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.500
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.500
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:        30209452 kB
Buffers:           44920 kB
Cached:           120852 kB
SwapCached:         1904 kB
Active:           294292 kB
Inactive:          78164 kB
Active(anon):     207464 kB
Inactive(anon):     1416 kB
Active(file):      86828 kB
Inactive(file):    76748 kB
Unevictable:     1580604 kB
Mlocked:         1402776 kB
SwapTotal:      67108856 kB
SwapFree:       67099420 kB
Dirty:             44412 kB
Writeback:             0 kB
AnonPages:       1788688 kB
Mapped:            15412 kB
Shmem:                 0 kB
Slab:             575096 kB
SReclaimable:      18592 kB
SUnreclaim:       556504 kB
KernelStack:        1584 kB
PageTables:         8104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1928932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    358400 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= 71552 MiB
End job on node139 at 2016-06-18 03:27:10