Trace number 4084695

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.04 1786.55

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_5_15.opb
MD5SUMb33a935d423c3fea7f6ee6702f232aa4
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.590909
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31412
Sum of products size (including duplicates)62824
Number of different products15706
Sum of products size31412

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4084695-1465263507.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
1.70/0.72	c ... done. Wall clock time 0.623s.
1.70/0.72	c declared #vars     1000
1.70/0.72	c internal #vars     16706
1.70/0.72	c #constraints  32915
1.70/0.72	c constraints type 
1.70/0.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15706
1.70/0.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.70/0.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.70/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15706
1.70/0.72	c 32915 constraints processed.
7.08/4.81	c cleaning 2660 clauses out of 5320 with flag 10707/5320
10.95/8.64	c cleaning 4263 clauses out of 8525 with flag 22530/11185
15.66/13.35	c cleaning 5686 clauses out of 11371 with flag 36853/18294
20.46/18.16	c cleaning 6729 clauses out of 13458 with flag 52511/26067
26.09/23.65	c cleaning 7966 clauses out of 15932 with flag 71069/35270
31.49/29.06	c cleaning 8903 clauses out of 17806 with flag 90924/45110
37.09/34.63	c cleaning 9929 clauses out of 19857 with flag 113058/56064
42.09/39.68	c cleaning 10930 clauses out of 21889 with flag 137329/68025
47.00/44.43	c cleaning 12041 clauses out of 24082 with flag 164521/81148
58.36/55.75	c cleaning 13018 clauses out of 26037 with flag 192791/95144
70.36/67.50	c cleaning 13965 clauses out of 27931 with flag 222885/110056
81.27/78.38	c cleaning 15043 clauses out of 30088 with flag 255504/126178
90.77/87.89	c cleaning 15995 clauses out of 31991 with flag 289865/143124
97.37/94.46	c cleaning 16933 clauses out of 33873 with flag 326762/161001
109.71/106.44	c cleaning 17910 clauses out of 35952 with flag 365534/180013
121.61/118.38	c cleaning 19069 clauses out of 38138 with flag 406292/200109
138.81/135.58	c cleaning 20002 clauses out of 40003 with flag 448516/221043
161.91/158.65	c cleaning 20971 clauses out of 41958 with flag 492722/243000
181.53/178.21	c cleaning 22109 clauses out of 44218 with flag 539534/266231
196.32/193.03	c cleaning 22994 clauses out of 45990 with flag 587802/290112
216.17/212.36	c cleaning 24007 clauses out of 48015 with flag 638764/315131
237.87/234.03	c cleaning 25013 clauses out of 50027 with flag 691220/341150
251.07/247.26	c cleaning 25960 clauses out of 51949 with flag 746125/368085
263.97/260.15	c cleaning 26954 clauses out of 53969 with flag 803297/396065
277.28/273.49	c cleaning 28022 clauses out of 56043 with flag 862925/425093
292.19/287.70	c cleaning 29031 clauses out of 58062 with flag 924633/455134
305.69/301.21	c cleaning 29970 clauses out of 59940 with flag 988105/486043
320.59/316.12	c cleaning 30964 clauses out of 61927 with flag 1053729/518000
334.39/329.92	c cleaning 31943 clauses out of 63964 with flag 1121781/551001
350.40/345.17	c cleaning 32987 clauses out of 66020 with flag 1191603/585000
365.50/360.21	c cleaning 33978 clauses out of 68034 with flag 1263707/620001
380.80/375.53	c cleaning 34959 clauses out of 70055 with flag 1337974/656000
396.11/390.81	c cleaning 36055 clauses out of 72122 with flag 1414491/693026
411.13/405.08	c cleaning 37025 clauses out of 74049 with flag 1493462/731008
424.33/418.21	c cleaning 38021 clauses out of 76066 with flag 1574808/770050
434.10/427.85	c cleaning 38978 clauses out of 77996 with flag 1660095/810001
443.79/437.56	c cleaning 40020 clauses out of 80040 with flag 1750876/851023
456.19/449.69	c cleaning 41018 clauses out of 82035 with flag 1840002/893038
471.98/464.89	c cleaning 41993 clauses out of 83985 with flag 1930017/936006
488.39/481.25	c cleaning 43016 clauses out of 86032 with flag 2021953/980046
509.13/501.89	c cleaning 44008 clauses out of 88016 with flag 2115673/1025046
531.74/524.15	c cleaning 44969 clauses out of 89962 with flag 2210877/1071000
554.75/547.18	c cleaning 46038 clauses out of 92075 with flag 2308452/1118082
580.47/572.52	c cleaning 46968 clauses out of 93955 with flag 2407316/1166000
613.67/605.65	c cleaning 48006 clauses out of 96012 with flag 2508535/1215025
647.55/639.23	c cleaning 49039 clauses out of 98078 with flag 2611657/1265097
682.64/674.08	c cleaning 49962 clauses out of 99942 with flag 2716151/1316000
718.14/709.56	c cleaning 51024 clauses out of 102047 with flag 2823220/1368067
761.90/753.11	c cleaning 52006 clauses out of 104012 with flag 2931829/1421056
806.86/797.86	c cleaning 53007 clauses out of 106013 with flag 3042564/1475063
856.00/846.82	c cleaning 53990 clauses out of 107980 with flag 3155258/1530037
907.42/898.01	c cleaning 54983 clauses out of 109965 with flag 3269987/1586012
959.51/949.75	c cleaning 56035 clauses out of 112069 with flag 3386939/1643099
1017.68/1007.61	c cleaning 56983 clauses out of 113966 with flag 3505576/1701031
1076.71/1066.41	c cleaning 57986 clauses out of 115972 with flag 3626358/1760020
1142.81/1132.44	c cleaning 59025 clauses out of 118049 with flag 3749320/1820083
1208.78/1197.95	c cleaning 59989 clauses out of 119977 with flag 3874065/1881036
1280.63/1269.64	c cleaning 60994 clauses out of 121987 with flag 4000563/1943035
1361.46/1350.23	c cleaning 61982 clauses out of 123963 with flag 4129269/2006005
1439.36/1427.90	c cleaning 63042 clauses out of 126084 with flag 4260318/2070108
1519.75/1507.78	c cleaning 64054 clauses out of 128108 with flag 4393373/2135174
1608.26/1595.58	c cleaning 64926 clauses out of 129881 with flag 4527561/2201001
1707.22/1694.19	c cleaning 66009 clauses out of 132018 with flag 4664572/2268064
1800.04/1786.51	c starts		: 1
1800.04/1786.51	c conflicts		: 2336037
1800.04/1786.51	c decisions		: 3148421
1800.04/1786.51	c propagations		: 141008736
1800.04/1786.51	c inspects		: 24205887864
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	: 0
1800.04/1786.51	c learnt constraints	: 2336037
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	: 64
1800.04/1786.51	c Number of update (reduction) of LBD	: 119445
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)	: 78962.38431467417
1800.04/1786.51	c non guided choices	16171
1800.04/1786.54	c learnt constraints type 
1800.04/1786.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 133982
1800.04/1786.54	s UNKNOWN
1800.04/1786.54	c Total wall clock time (in seconds): 1786.437

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-4084695-1465263507/watcher-4084695-1465263507 -o /tmp/evaluation-result-4084695-1465263507/solver-4084695-1465263507 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465261709-15102 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084695-1465263507.opb 

pid=15397
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.11 2.15 2.06 3/196 15400
/proc/meminfo: memFree=30109532/32872528 swapFree=20720/1686580
[pid=15400] ppid=15397 vsize=97336 CPUtime=0 cores=1,3,5,7
/proc/15400/stat : 15400 (java) S 15397 15400 15085 0 -1 4202496 1370 0 0 0 0 0 0 0 20 0 2 0 108282756 99672064 994 33554432000 1073741824 1073778376 140735345240480 140735345231616 215127982141 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15400/statm: 24334 994 758 9 0 16774 0
[pid=15400/tid=15401] ppid=15397 vsize=97336 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15401/stat : 15401 (java) R 15397 15400 15085 0 -1 4202560 175 0 0 0 0 0 0 0 20 0 2 0 108282756 99672064 1021 33554432000 1073741824 1073778376 140735345240480 140361016631992 215124671312 0 0 0 16784584 0 0 0 -1 1 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 2.11 2.15 2.06 3/196 15400
/proc/meminfo: memFree=30109532/32872528 swapFree=20720/1686580
[pid=15400] ppid=15397 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/15400/stat : 15400 (java) S 15397 15400 15085 0 -1 4202496 4551 0 1 0 10 1 0 0 20 0 18 0 108282756 9787879424 5673 33554432000 1073741824 1073778376 140735345240480 140735345231616 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15400/statm: 2389619 5673 2157 9 0 2380296 0
[pid=15400/tid=15401] ppid=15397 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/15400/task/15401/stat : 15401 (java) R 15397 15400 15085 0 -1 4202560 2435 0 1 0 8 0 0 0 20 0 18 0 108282756 9787879424 5673 33554432000 1073741824 1073778376 140735345240480 140361016634272 215128007949 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200382 s]
/proc/loadavg: 2.11 2.15 2.06 3/196 15400
/proc/meminfo: memFree=30109532/32872528 swapFree=20720/1686580
[pid=15400] ppid=15397 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/15400/stat : 15400 (java) S 15397 15400 15085 0 -1 4202496 4777 0 1 0 25 1 0 0 20 0 18 0 108282756 9787879424 6322 33554432000 1073741824 1073778376 140735345240480 140735345231616 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15400/statm: 2389619 6322 2216 9 0 2380296 0
[pid=15400/tid=15401] ppid=15397 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/15400/task/15401/stat : 15401 (java) R 15397 15400 15085 0 -1 4202560 2456 0 1 0 17 0 0 0 20 0 18 0 108282756 9787879424 6322 33554432000 1073741824 1073778376 140735345240480 140361016635496 215127997496 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300385 s]
/proc/loadavg: 2.11 2.15 2.06 3/196 15400
/proc/meminfo: memFree=30109532/32872528 swapFree=20720/1686580
[pid=15400] ppid=15397 vsize=9558744 CPUtime=0.5 cores=1,3,5,7
/proc/15400/stat : 15400 (java) S 15397 15400 15085 0 -1 4202496 6513 0 1 0 48 2 0 0 20 0 18 0 108282756 9788153856 9036 33554432000 1073741824 1073778376 140735345240480 140735345231616 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15400/statm: 2389686 9037 2246 9 0 2380363 0
[pid=15400/tid=15401] ppid=15397 vsize=9558744 CPUtime=0.27 cores=1,3,5,7
/proc/15400/task/15401/stat : 15401 (java) R 15397 15400 15085 0 -1 4202560 2459 0 1 0 27 0 0 0 20 0 18 0 108282756 9788153856 9037 33554432000 1073741824 1073778376 140735345240480 140361016635496 140360889149268 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558744

[startup+0.700231 s]
/proc/loadavg: 2.11 2.15 2.06 3/196 15400
/proc/meminfo: memFree=30109532/32872528 swapFree=20720/1686580
[pid=15400] ppid=15397 vsize=9558476 CPUtime=1.7 cores=1,3,5,7
/proc/15400/stat : 15400 (java) S 15397 15400 15085 0 -1 4202496 25097 0 1 0 162 8 0 0 20 0 18 0 108282756 9787879424 54681 33554432000 1073741824 1073778376 140735345240480 140735345231616 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15400/statm: 2389619 54681 2273 9 0 2380296 0
[pid=15400/tid=15401] ppid=15397 vsize=9558476 CPUtime=0.64 cores=1,3,5,7
/proc/15400/task/15401/stat : 15401 (java) R 15397 15400 15085 0 -1 4202560 2528 0 1 0 62 2 0 0 20 0 18 0 108282756 9787879424 54681 33554432000 1073741824 1073778376 140735345240480 140361016627024 140360889511386 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 9558476

[startup+1.50087 s]
/proc/loadavg: 2.11 2.15 2.06 5/215 15419
/proc/meminfo: memFree=29893668/32872528 swapFree=20720/1686580
[pid=15400] ppid=15397 vsize=9625040 CPUtime=3.76 cores=1,3,5,7
/proc/15400/stat : 15400 (java) S 15397 15400 15085 0 -1 4202496 31837 0 1 0 367 9 0 0 20 0 19 0 108282756 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140735345231616 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15400/statm: 2406260 56084 2283 9 0 2396937 0
[pid=15400/tid=15401] ppid=15397 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/15400/task/15401/stat : 15401 (java) R 15397 15400 15085 0 -1 4202560 2534 0 1 0 142 3 0 0 20 0 19 0 108282756 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140361016635720 140360890222701 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15403] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15403/stat : 15403 (java) S 15397 15400 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108282757 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360860527656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15404] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15404/stat : 15404 (java) S 15397 15400 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108282757 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360859474856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15405] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15405/stat : 15405 (java) S 15397 15400 15085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 108282757 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360858422056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15406] ppid=15397 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/15400/task/15406/stat : 15406 (java) S 15397 15400 15085 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 108282757 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360857369256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15400/tid=15407] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15407/stat : 15407 (java) S 15397 15400 15085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 108282757 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360856316456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15408] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15408/stat : 15408 (java) S 15397 15400 15085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108282757 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360855263656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15409] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15409/stat : 15409 (java) S 15397 15400 15085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 108282757 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360854210856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15400/tid=15410] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15410/stat : 15410 (java) S 15397 15400 15085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 108282757 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360853158056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15411] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15411/stat : 15411 (java) S 15397 15400 15085 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 108282758 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360840748008 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15412] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15412/stat : 15412 (java) S 15397 15400 15085 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 108282759 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360839694072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15413] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15413/stat : 15413 (java) S 15397 15400 15085 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 108282759 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360838641160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15414] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15414/stat : 15414 (java) S 15397 15400 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108282761 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360837589648 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15415] ppid=15397 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/15400/task/15415/stat : 15415 (java) S 15397 15400 15085 0 -1 4202560 15076 0 0 0 109 3 0 0 20 0 19 0 108282761 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360836536760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15400/tid=15416] ppid=15397 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/15400/task/15416/stat : 15416 (java) S 15397 15400 15085 0 -1 4202560 12836 0 0 0 105 2 0 0 20 0 19 0 108282761 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360835483960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15400/tid=15417] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15417/stat : 15417 (java) S 15397 15400 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108282761 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360834431352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15400/tid=15418] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15418/stat : 15418 (java) S 15397 15400 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108282761 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360833378760 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15419] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15419/stat : 15419 (java) S 15397 15400 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108282830 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360832325288 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.11 2.15 2.06 3/215 15419
/proc/meminfo: memFree=29893428/32872528 swapFree=20720/1686580
[pid=15400] ppid=15397 vsize=9625040 CPUtime=5.36 cores=1,3,5,7
/proc/15400/stat : 15400 (java) S 15397 15400 15085 0 -1 4202496 31838 0 1 0 526 10 0 0 20 0 19 0 108282756 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140735345231616 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15400/statm: 2406260 56084 2283 9 0 2396937 0
[pid=15400/tid=15401] ppid=15397 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/15400/task/15401/stat : 15401 (java) R 15397 15400 15085 0 -1 4202560 2535 0 1 0 301 3 0 0 20 0 19 0 108282756 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140361016635824 140360890170395 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15400/tid=15403] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15403/stat : 15403 (java) S 15397 15400 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108282757 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360860527656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15404] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15404/stat : 15404 (java) S 15397 15400 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108282757 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360859474856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15405] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15405/stat : 15405 (java) S 15397 15400 15085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 108282757 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360858422056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15406] ppid=15397 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/15400/task/15406/stat : 15406 (java) S 15397 15400 15085 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 108282757 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360857369256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15400/tid=15407] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15407/stat : 15407 (java) S 15397 15400 15085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 108282757 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360856316456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15408] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15408/stat : 15408 (java) S 15397 15400 15085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108282757 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360855263656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15409] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15409/stat : 15409 (java) S 15397 15400 15085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 108282757 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360854210856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15400/tid=15410] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15410/stat : 15410 (java) S 15397 15400 15085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 108282757 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360853158056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15411] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15411/stat : 15411 (java) S 15397 15400 15085 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 108282758 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360840748008 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15400/tid=15412] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15412/stat : 15412 (java) S 15397 15400 15085 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 108282759 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360839694072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15413] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15413/stat : 15413 (java) S 15397 15400 15085 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 108282759 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360838641160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15414] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15414/stat : 15414 (java) S 15397 15400 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108282761 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360837589648 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15415] ppid=15397 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/15400/task/15415/stat : 15415 (java) S 15397 15400 15085 0 -1 4202560 15076 0 0 0 109 3 0 0 20 0 19 0 108282761 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360836536760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15400/tid=15416] ppid=15397 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/15400/task/15416/stat : 15416 (java) S 15397 15400 15085 0 -1 4202560 12836 0 0 0 105 2 0 0 20 0 19 0 108282761 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360835483960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15400/tid=15417] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15417/stat : 15417 (java) S 15397 15400 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108282761 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360834431352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15400/tid=15418] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15418/stat : 15418 (java) S 15397 15400 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108282761 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360833378760 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15400/tid=15419] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15419/stat : 15419 (java) S 15397 15400 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108282830 9856040960 56084 33554432000 1073741824 1073778376 140735345240480 140360832325288 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.36
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.10 2.15 2.06 3/215 15419
/proc/meminfo: memFree=29898160/32872528 swapFree=20720/1686580
[pid=15400] ppid=15397 vsize=9625040 CPUtime=8.61 cores=1,3,5,7
/proc/15400/stat : 15400 (java) S 15397 15400 15085 0 -1 4202496 31855 0 1 0 851 10 0 0 20 0 19 0 108282756 9856040960 54827 33554432000 1073741824 1073778376 140735345240480 140735345231616 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15400/statm: 2406260 54827 2291 9 0 2396937 0
[pid=15400/tid=15401] ppid=15397 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/15400/task/15401/stat : 15401 (java) R 15397 15400 15085 0 -1 4202560 2537 0 1 0 620 3 0 0 20 0 19 0 108282756 9856040960 54827 33554432000 1073741824 1073778376 140735345240480 140361016633744 140360890286014 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15403] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15403/stat : 15403 (java) S 15397 15400 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108282757 9856040960 54827 33554432000 1073741824 1073778376 140735345240480 140360860527656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15404] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15404/stat : 15404 (java) S 15397 15400 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108282757 9856040960 54827 33554432000 1073741824 1073778376 140735345240480 140360859474856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15405] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15405/stat : 15405 (java) S 15397 15400 15085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 108282757 9856040960 54827 33554432000 1073741824 1073778376 140735345240480 140360858422056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15406] ppid=15397 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/15400/task/15406/stat : 15406 (java) S 15397 15400 15085 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 108282757 9856040960 54827 33554432000 1073741824 1073778376 140735345240480 140360857369256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15400/tid=15407] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15407/stat : 15407 (java) S 15397 15400 15085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 108282757 9856040960 54827 33554432000 1073741824 1073778376 140735345240480 140360856316456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15408] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15408/stat : 15408 (java) S 15397 15400 15085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108282757 9856040960 54827 33554432000 1073741824 1073778376 140735345240480 140360855263656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15409] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15409/stat : 15409 (java) S 15397 15400 15085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 108282757 9856040960 54827 33554432000 1073741824 1073778376 140735345240480 140360854210856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15400/tid=15410] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15410/stat : 15410 (java) S 15397 15400 15085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 108282757 9856040960 54827 33554432000 1073741824 1073778376 140735345240480 140360853158056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15411] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15411/stat : 15411 (java) S 15397 15400 15085 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 108282758 9856040960 54827 33554432000 1073741824 1073778376 140735345240480 140360840748008 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15400/tid=15412] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15412/stat : 15412 (java) S 15397 15400 15085 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 108282759 9856040960 54827 33554432000 1073741824 1073778376 140735345240480 140360839694072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15413] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15413/stat : 15413 (java) S 15397 15400 15085 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 108282759 9856040960 54827 33554432000 1073741824 1073778376 140735345240480 140360838641160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15414] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15414/stat : 15414 (java) S 15397 15400 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108282761 9856040960 54827 33554432000 1073741824 1073778376 140735345240480 140360837589648 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15415] ppid=15397 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/15400/task/15415/stat : 15415 (java) S 15397 15400 15085 0 -1 4202560 15085 0 0 0 113 3 0 0 20 0 19 0 108282761 9856040960 54827 33554432000 1073741824 1073778376 140735345240480 140360836536760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15400/tid=15416] ppid=15397 vsize=9625040 CPUtime=1.08 cores=1,3,5,7

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

[pid=15400/tid=15419] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15419/stat : 15419 (java) S 15397 15400 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108282830 9856040960 427085 33554432000 1073741824 1073778376 140735345240480 140360832325288 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1735.57
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.14 2.20 2.18 4/216 15486
/proc/meminfo: memFree=25184932/32872528 swapFree=20720/1686580
[pid=15400] ppid=15397 vsize=9625040 CPUtime=1795.83 cores=1,3,5,7
/proc/15400/stat : 15400 (java) S 15397 15400 15085 0 -1 4202496 41643 0 1 0 179289 294 0 0 20 0 19 0 108282756 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140735345231616 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15400/statm: 2406260 411858 2300 9 0 2396937 0
[pid=15400/tid=15401] ppid=15397 vsize=9625040 CPUtime=1771.51 cores=1,3,5,7
/proc/15400/task/15401/stat : 15401 (java) R 15397 15400 15085 0 -1 4202560 2924 0 1 0 177116 35 0 0 20 0 19 0 108282756 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140361016634608 140360890194787 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15400/tid=15403] ppid=15397 vsize=9625040 CPUtime=1.75 cores=1,3,5,7
/proc/15400/task/15403/stat : 15403 (java) S 15397 15400 15085 0 -1 4202560 768 0 0 0 145 30 0 0 20 0 19 0 108282757 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360860527656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15400/tid=15404] ppid=15397 vsize=9625040 CPUtime=1.81 cores=1,3,5,7
/proc/15400/task/15404/stat : 15404 (java) S 15397 15400 15085 0 -1 4202560 1039 0 0 0 150 31 0 0 20 0 19 0 108282757 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360859474856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15400/tid=15405] ppid=15397 vsize=9625040 CPUtime=1.76 cores=1,3,5,7
/proc/15400/task/15405/stat : 15405 (java) S 15397 15400 15085 0 -1 4202560 736 0 0 0 150 26 0 0 20 0 19 0 108282757 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360858422056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15406] ppid=15397 vsize=9625040 CPUtime=1.83 cores=1,3,5,7
/proc/15400/task/15406/stat : 15406 (java) S 15397 15400 15085 0 -1 4202560 837 0 0 0 149 34 0 0 20 0 19 0 108282757 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360857369256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15400/tid=15407] ppid=15397 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/15400/task/15407/stat : 15407 (java) S 15397 15400 15085 0 -1 4202560 846 0 0 0 165 36 0 0 20 0 19 0 108282757 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360856316456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15400/tid=15408] ppid=15397 vsize=9625040 CPUtime=1.79 cores=1,3,5,7
/proc/15400/task/15408/stat : 15408 (java) S 15397 15400 15085 0 -1 4202560 916 0 0 0 148 31 0 0 20 0 19 0 108282757 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360855263656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15400/tid=15409] ppid=15397 vsize=9625040 CPUtime=1.83 cores=1,3,5,7
/proc/15400/task/15409/stat : 15409 (java) S 15397 15400 15085 0 -1 4202560 886 0 0 0 149 34 0 0 20 0 19 0 108282757 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360854210856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15400/tid=15410] ppid=15397 vsize=9625040 CPUtime=1.72 cores=1,3,5,7
/proc/15400/task/15410/stat : 15410 (java) S 15397 15400 15085 0 -1 4202560 951 0 0 0 145 27 0 0 20 0 19 0 108282757 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360853158056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15400/tid=15411] ppid=15397 vsize=9625040 CPUtime=2.33 cores=1,3,5,7
/proc/15400/task/15411/stat : 15411 (java) S 15397 15400 15085 0 -1 4202560 2418 0 0 0 230 3 0 0 20 0 19 0 108282758 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360840748008 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15412] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15412/stat : 15412 (java) S 15397 15400 15085 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 108282759 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360839694072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15413] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15413/stat : 15413 (java) S 15397 15400 15085 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 108282759 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360838641160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15414] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15414/stat : 15414 (java) S 15397 15400 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108282761 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360837589648 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15415] ppid=15397 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/15400/task/15415/stat : 15415 (java) S 15397 15400 15085 0 -1 4202560 15086 0 0 0 115 3 0 0 20 0 19 0 108282761 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360836536760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15400/tid=15416] ppid=15397 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/15400/task/15416/stat : 15416 (java) S 15397 15400 15085 0 -1 4202560 12873 0 0 0 133 2 0 0 20 0 19 0 108282761 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360835483960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15400/tid=15417] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15417/stat : 15417 (java) S 15397 15400 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108282761 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360834431352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15400/tid=15418] ppid=15397 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/15400/task/15418/stat : 15418 (java) S 15397 15400 15085 0 -1 4202560 102 0 0 0 27 38 0 0 20 0 19 0 108282761 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360833378760 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15419] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15419/stat : 15419 (java) S 15397 15400 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108282830 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360832325288 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1795.83
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.51 s]
/proc/loadavg: 2.13 2.20 2.18 2/192 15586
/proc/meminfo: memFree=28678512/32872528 swapFree=20720/1686580
[pid=15400] ppid=15397 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/15400/stat : 15400 (java) S 15397 15400 15085 0 -1 4202496 41643 0 1 0 179710 294 0 0 20 0 19 0 108282756 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140735345231616 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15400/statm: 2406260 411858 2300 9 0 2396937 0
[pid=15400/tid=15401] ppid=15397 vsize=9625040 CPUtime=1775.71 cores=1,3,5,7
/proc/15400/task/15401/stat : 15401 (java) R 15397 15400 15085 0 -1 4202560 2924 0 1 0 177536 35 0 0 20 0 19 0 108282756 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140361016634608 140360890326196 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15400/tid=15403] ppid=15397 vsize=9625040 CPUtime=1.75 cores=1,3,5,7
/proc/15400/task/15403/stat : 15403 (java) S 15397 15400 15085 0 -1 4202560 768 0 0 0 145 30 0 0 20 0 19 0 108282757 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360860527656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15400/tid=15404] ppid=15397 vsize=9625040 CPUtime=1.81 cores=1,3,5,7
/proc/15400/task/15404/stat : 15404 (java) S 15397 15400 15085 0 -1 4202560 1039 0 0 0 150 31 0 0 20 0 19 0 108282757 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360859474856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15400/tid=15405] ppid=15397 vsize=9625040 CPUtime=1.76 cores=1,3,5,7
/proc/15400/task/15405/stat : 15405 (java) S 15397 15400 15085 0 -1 4202560 736 0 0 0 150 26 0 0 20 0 19 0 108282757 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360858422056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15406] ppid=15397 vsize=9625040 CPUtime=1.83 cores=1,3,5,7
/proc/15400/task/15406/stat : 15406 (java) S 15397 15400 15085 0 -1 4202560 837 0 0 0 149 34 0 0 20 0 19 0 108282757 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360857369256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15400/tid=15407] ppid=15397 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/15400/task/15407/stat : 15407 (java) S 15397 15400 15085 0 -1 4202560 846 0 0 0 165 36 0 0 20 0 19 0 108282757 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360856316456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15400/tid=15408] ppid=15397 vsize=9625040 CPUtime=1.79 cores=1,3,5,7
/proc/15400/task/15408/stat : 15408 (java) S 15397 15400 15085 0 -1 4202560 916 0 0 0 148 31 0 0 20 0 19 0 108282757 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360855263656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15400/tid=15409] ppid=15397 vsize=9625040 CPUtime=1.83 cores=1,3,5,7
/proc/15400/task/15409/stat : 15409 (java) S 15397 15400 15085 0 -1 4202560 886 0 0 0 149 34 0 0 20 0 19 0 108282757 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360854210856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15400/tid=15410] ppid=15397 vsize=9625040 CPUtime=1.72 cores=1,3,5,7
/proc/15400/task/15410/stat : 15410 (java) S 15397 15400 15085 0 -1 4202560 951 0 0 0 145 27 0 0 20 0 19 0 108282757 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360853158056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15400/tid=15411] ppid=15397 vsize=9625040 CPUtime=2.33 cores=1,3,5,7
/proc/15400/task/15411/stat : 15411 (java) S 15397 15400 15085 0 -1 4202560 2418 0 0 0 230 3 0 0 20 0 19 0 108282758 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360840748008 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15412] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15412/stat : 15412 (java) S 15397 15400 15085 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 108282759 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360839694072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15413] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15413/stat : 15413 (java) S 15397 15400 15085 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 108282759 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360838641160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15414] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15414/stat : 15414 (java) S 15397 15400 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108282761 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360837589648 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15415] ppid=15397 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/15400/task/15415/stat : 15415 (java) S 15397 15400 15085 0 -1 4202560 15086 0 0 0 115 3 0 0 20 0 19 0 108282761 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360836536760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15400/tid=15416] ppid=15397 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/15400/task/15416/stat : 15416 (java) S 15397 15400 15085 0 -1 4202560 12873 0 0 0 133 2 0 0 20 0 19 0 108282761 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360835483960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15400/tid=15417] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15417/stat : 15417 (java) S 15397 15400 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108282761 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360834431352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15400/tid=15418] ppid=15397 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/15400/task/15418/stat : 15418 (java) S 15397 15400 15085 0 -1 4202560 102 0 0 0 27 39 0 0 20 0 19 0 108282761 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360833378760 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15419] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15419/stat : 15419 (java) S 15397 15400 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108282830 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360832325288 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 15400 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1786.51 s]
/proc/loadavg: 2.13 2.20 2.18 2/192 15586
/proc/meminfo: memFree=28678512/32872528 swapFree=20720/1686580
[pid=15400] ppid=15397 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/15400/stat : 15400 (java) S 15397 15400 15085 0 -1 4202496 41643 0 1 0 179710 294 0 0 20 0 19 0 108282756 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140735345231616 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15400/statm: 2406260 411858 2300 9 0 2396937 0
[pid=15400/tid=15401] ppid=15397 vsize=9625040 CPUtime=1775.71 cores=1,3,5,7
/proc/15400/task/15401/stat : 15401 (java) R 15397 15400 15085 0 -1 4202560 2924 0 1 0 177536 35 0 0 20 0 19 0 108282756 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140361016634608 140360890326196 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15400/tid=15403] ppid=15397 vsize=9625040 CPUtime=1.75 cores=1,3,5,7
/proc/15400/task/15403/stat : 15403 (java) S 15397 15400 15085 0 -1 4202560 768 0 0 0 145 30 0 0 20 0 19 0 108282757 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360860527656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15400/tid=15404] ppid=15397 vsize=9625040 CPUtime=1.81 cores=1,3,5,7
/proc/15400/task/15404/stat : 15404 (java) S 15397 15400 15085 0 -1 4202560 1039 0 0 0 150 31 0 0 20 0 19 0 108282757 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360859474856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15400/tid=15405] ppid=15397 vsize=9625040 CPUtime=1.76 cores=1,3,5,7
/proc/15400/task/15405/stat : 15405 (java) S 15397 15400 15085 0 -1 4202560 736 0 0 0 150 26 0 0 20 0 19 0 108282757 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360858422056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15406] ppid=15397 vsize=9625040 CPUtime=1.83 cores=1,3,5,7
/proc/15400/task/15406/stat : 15406 (java) S 15397 15400 15085 0 -1 4202560 837 0 0 0 149 34 0 0 20 0 19 0 108282757 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360857369256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15400/tid=15407] ppid=15397 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/15400/task/15407/stat : 15407 (java) S 15397 15400 15085 0 -1 4202560 846 0 0 0 165 36 0 0 20 0 19 0 108282757 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360856316456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15400/tid=15408] ppid=15397 vsize=9625040 CPUtime=1.79 cores=1,3,5,7
/proc/15400/task/15408/stat : 15408 (java) S 15397 15400 15085 0 -1 4202560 916 0 0 0 148 31 0 0 20 0 19 0 108282757 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360855263656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15400/tid=15409] ppid=15397 vsize=9625040 CPUtime=1.83 cores=1,3,5,7
/proc/15400/task/15409/stat : 15409 (java) S 15397 15400 15085 0 -1 4202560 886 0 0 0 149 34 0 0 20 0 19 0 108282757 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360854210856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15400/tid=15410] ppid=15397 vsize=9625040 CPUtime=1.72 cores=1,3,5,7
/proc/15400/task/15410/stat : 15410 (java) S 15397 15400 15085 0 -1 4202560 951 0 0 0 145 27 0 0 20 0 19 0 108282757 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360853158056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15400/tid=15411] ppid=15397 vsize=9625040 CPUtime=2.33 cores=1,3,5,7
/proc/15400/task/15411/stat : 15411 (java) S 15397 15400 15085 0 -1 4202560 2418 0 0 0 230 3 0 0 20 0 19 0 108282758 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360840748008 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15412] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15412/stat : 15412 (java) S 15397 15400 15085 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 108282759 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360839694072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15413] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15413/stat : 15413 (java) S 15397 15400 15085 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 108282759 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360838641160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15414] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15414/stat : 15414 (java) S 15397 15400 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108282761 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360837589648 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15415] ppid=15397 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/15400/task/15415/stat : 15415 (java) S 15397 15400 15085 0 -1 4202560 15086 0 0 0 115 3 0 0 20 0 19 0 108282761 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360836536760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15400/tid=15416] ppid=15397 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/15400/task/15416/stat : 15416 (java) S 15397 15400 15085 0 -1 4202560 12873 0 0 0 133 2 0 0 20 0 19 0 108282761 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360835483960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15400/tid=15417] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15417/stat : 15417 (java) S 15397 15400 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108282761 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360834431352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15400/tid=15418] ppid=15397 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/15400/task/15418/stat : 15418 (java) S 15397 15400 15085 0 -1 4202560 102 0 0 0 27 39 0 0 20 0 19 0 108282761 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360833378760 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15400/tid=15419] ppid=15397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15400/task/15419/stat : 15419 (java) S 15397 15400 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108282830 9856040960 411858 33554432000 1073741824 1073778376 140735345240480 140360832325288 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15400 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=618480
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=462473
# CPU time returned by wait4() is 1796.08
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1786.55
CPU time (s): 1800.04
CPU user time (s): 1797.1
CPU system time (s): 2.94
CPU usage (%): 100.755
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.62
system time used= 3.46247
maximum resident set size= 2512436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41679
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39011
involuntary context switches= 11428

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.80066 second user time and 15.7666 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-07 03:38:27
IDJOB=4084695
IDBENCH=48325
IDSOLVER=2546
FILE ID=node135/4084695-1465263507
RUNJOBID= node135-1465261709-15102
PBS_JOBID= 19843293
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_5_15.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084695-1465263507/watcher-4084695-1465263507 -o /tmp/evaluation-result-4084695-1465263507/solver-4084695-1465263507 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465261709-15102 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084695-1465263507.opb

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

MD5SUM BENCH= b33a935d423c3fea7f6ee6702f232aa4
RANDOM SEED=1545621159

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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:        30110060 kB
Buffers:           54396 kB
Cached:           102972 kB
SwapCached:         1812 kB
Active:           280140 kB
Inactive:          93568 kB
Active(anon):     217648 kB
Inactive(anon):     1356 kB
Active(file):      62492 kB
Inactive(file):    92212 kB
Unevictable:     1686580 kB
Mlocked:           20720 kB
SwapTotal:      67108856 kB
SwapFree:       67098268 kB
Dirty:              2096 kB
Writeback:             0 kB
AnonPages:       1902828 kB
Mapped:            15296 kB
Shmem:                 0 kB
Slab:             568200 kB
SReclaimable:      11828 kB
SUnreclaim:       556372 kB
KernelStack:        1624 kB
PageTables:         7780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2504364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1818624 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= 71736 MiB
End job on node135 at 2016-06-07 04:08:14