Trace number 4107038

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) 1802.35 1792.3

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_2_15.opb
MD5SUM40a2ba0dbddb74264297ba04f9c13f4e
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 benchmark1.47378
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)74976
Sum of products size (including duplicates)149952
Number of different products37488
Sum of products size74976

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.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4107038-1466285341.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
2.36/0.95	c ... done. Wall clock time 0.844s.
2.36/0.95	c declared #vars     1000
2.36/0.95	c internal #vars     38488
2.36/0.95	c #constraints  76479
2.36/0.95	c constraints type 
2.36/0.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37488
2.36/0.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
2.36/0.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
2.36/0.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37488
2.36/0.95	c 76479 constraints processed.
8.48/6.53	c cleaning 2580 clauses out of 5160 with flag 10374/5160
14.26/12.24	c cleaning 4218 clauses out of 8435 with flag 22153/11015
20.76/18.74	c cleaning 5673 clauses out of 11347 with flag 36492/18145
27.37/25.35	c cleaning 6842 clauses out of 13686 with flag 52631/26157
33.72/31.63	c cleaning 7843 clauses out of 15687 with flag 70467/35000
38.22/36.10	c cleaning 8946 clauses out of 17893 with flag 91151/45049
51.90/49.68	c cleaning 10004 clauses out of 20009 with flag 113461/56111
65.39/63.15	c cleaning 10980 clauses out of 21962 with flag 137600/68068
76.50/74.25	c cleaning 11999 clauses out of 24000 with flag 163976/81086
85.01/82.79	c cleaning 13035 clauses out of 26072 with flag 192889/95157
100.90/98.63	c cleaning 13962 clauses out of 27926 with flag 222991/110046
111.41/108.71	c cleaning 14971 clauses out of 29944 with flag 255712/126026
127.81/125.16	c cleaning 16031 clauses out of 32063 with flag 290317/143116
141.32/138.61	c cleaning 16941 clauses out of 33916 with flag 326917/161000
157.51/154.82	c cleaning 18021 clauses out of 36043 with flag 365586/180068
166.63/163.94	c cleaning 18977 clauses out of 37983 with flag 406994/200029
175.92/173.24	c cleaning 19986 clauses out of 39977 with flag 450458/221000
184.72/182.09	c cleaning 20962 clauses out of 41991 with flag 496344/243000
193.25/190.14	c cleaning 21999 clauses out of 44034 with flag 544839/266005
198.65/195.51	c cleaning 22999 clauses out of 46035 with flag 597979/290005
205.45/202.32	c cleaning 24004 clauses out of 48032 with flag 651894/315001
213.85/210.75	c cleaning 25022 clauses out of 50046 with flag 706970/341019
223.85/220.73	c cleaning 26019 clauses out of 52039 with flag 763765/368034
236.65/233.30	c cleaning 26985 clauses out of 53986 with flag 822095/396000
249.85/246.49	c cleaning 27989 clauses out of 56001 with flag 882365/425000
264.26/260.87	c cleaning 28993 clauses out of 58013 with flag 944686/455001
280.55/277.17	c cleaning 30011 clauses out of 60024 with flag 1009041/486005
298.96/295.53	c cleaning 30985 clauses out of 62008 with flag 1075267/518000
320.34/316.24	c cleaning 32007 clauses out of 64023 with flag 1143467/551000
341.95/337.84	c cleaning 32992 clauses out of 66016 with flag 1213727/585000
363.75/359.65	c cleaning 34003 clauses out of 68024 with flag 1286065/620000
388.35/384.27	c cleaning 35023 clauses out of 70047 with flag 1360209/656026
415.75/411.60	c cleaning 36031 clauses out of 72064 with flag 1436647/693066
443.17/439.09	c cleaning 36993 clauses out of 73988 with flag 1514775/731021
477.47/472.00	c cleaning 38026 clauses out of 76053 with flag 1595172/770079
510.68/505.11	c cleaning 38995 clauses out of 77992 with flag 1677283/810044
543.38/537.88	c cleaning 39996 clauses out of 79993 with flag 1761669/851040
583.79/578.24	c cleaning 41007 clauses out of 82015 with flag 1847857/893058
626.09/620.59	c cleaning 41988 clauses out of 83978 with flag 1935974/936028
670.70/665.15	c cleaning 42999 clauses out of 86000 with flag 2026216/980038
722.92/716.13	c cleaning 43984 clauses out of 87970 with flag 2118435/1025007
775.73/768.98	c cleaning 44975 clauses out of 89979 with flag 2212705/1071000
830.83/824.04	c cleaning 46014 clauses out of 92030 with flag 2309051/1118026
888.74/881.95	c cleaning 47012 clauses out of 94026 with flag 2407341/1166036
950.25/943.42	c cleaning 47998 clauses out of 95998 with flag 2507544/1215020
1016.71/1008.95	c cleaning 49026 clauses out of 98054 with flag 2609937/1265074
1089.03/1081.30	c cleaning 50012 clauses out of 100025 with flag 2714275/1316071
1166.16/1158.36	c cleaning 51015 clauses out of 102032 with flag 2820707/1368090
1244.98/1237.13	c cleaning 51983 clauses out of 103968 with flag 2929009/1421041
1325.60/1317.75	c cleaning 53038 clauses out of 106077 with flag 3039503/1475133
1420.89/1412.57	c cleaning 53974 clauses out of 107950 with flag 3151424/1530044
1522.22/1513.81	c cleaning 54972 clauses out of 109945 with flag 3265612/1586013
1627.94/1619.56	c cleaning 56042 clauses out of 112086 with flag 3382160/1643126
1729.27/1720.81	c cleaning 56963 clauses out of 113928 with flag 3500246/1701010
1801.68/1792.24	c starts		: 1
1801.68/1792.24	c conflicts		: 1745151
1801.68/1792.24	c decisions		: 2291497
1801.68/1792.24	c propagations		: 84887781
1801.68/1792.24	c inspects		: 23630245484
1801.68/1792.24	c shortcuts		: 0
1801.68/1792.24	c learnt literals	: 0
1801.68/1792.24	c learnt binary clauses	: 0
1801.68/1792.24	c learnt ternary clauses	: 0
1801.68/1792.24	c learnt constraints	: 1745151
1801.68/1792.24	c ignored constraints	: 0
1801.68/1792.24	c root simplifications	: 0
1801.68/1792.24	c removed literals (reason simplification)	: 0
1801.68/1792.24	c reason swapping (by a shorter reason)	: 0
1801.68/1792.24	c Calls to reduceDB	: 54
1801.68/1792.24	c Number of update (reduction) of LBD	: 95505
1801.68/1792.24	c Imported unit clauses	: 0
1801.68/1792.24	c number of reductions to clauses (during analyze)	: 0
1801.68/1792.24	c number of learned constraints concerned by reduction	: 0
1801.68/1792.24	c number of learning phase by resolution	: 0
1801.68/1792.24	c number of learning phase by cutting planes	: 0
1801.68/1792.24	c speed (assignments/second)	: 47389.98637830354
1801.68/1792.24	c non guided choices	37891
1801.68/1792.25	c timeout
1801.68/1792.27	c learnt constraints type 
1801.68/1792.27	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 101107
1801.68/1792.27	s UNKNOWN
1801.68/1792.27	c Total wall clock time (in seconds): 1792.163

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-4107038-1466285341/watcher-4107038-1466285341 -o /tmp/evaluation-result-4107038-1466285341/solver-4107038-1466285341 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466276358-12799 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4107038-1466285341.opb 

pid=13858
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.18 2.18 3/194 13861
/proc/meminfo: memFree=30104336/32872528 swapFree=1244176/1391344
[pid=13861] ppid=13858 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/13861/stat : 13861 (java) R 13858 13861 12782 0 -1 4202496 1065 0 0 0 0 0 0 0 20 0 1 0 30582760 23793664 715 33554432000 1073741824 1073778376 140733679899200 140733679888264 272877270648 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13861/statm: 5809 716 530 9 0 128 0

[startup+0.10016 s]
/proc/loadavg: 2.24 2.18 2.18 3/194 13861
/proc/meminfo: memFree=30104336/32872528 swapFree=1244176/1391344
[pid=13861] ppid=13858 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/13861/stat : 13861 (java) S 13858 13861 12782 0 -1 4202496 4439 0 1 0 9 1 0 0 20 0 18 0 30582760 9787879424 6061 33554432000 1073741824 1073778376 140733679899200 140733679890336 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13861/statm: 2389619 6061 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.24 2.18 2.18 3/194 13861
/proc/meminfo: memFree=30104336/32872528 swapFree=1244176/1391344
[pid=13861] ppid=13858 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/13861/stat : 13861 (java) S 13858 13861 12782 0 -1 4202496 4717 0 1 0 23 1 0 0 20 0 18 0 30582760 9787879424 6778 33554432000 1073741824 1073778376 140733679899200 140733679890336 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13861/statm: 2389619 6778 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300209 s]
/proc/loadavg: 2.24 2.18 2.18 3/194 13861
/proc/meminfo: memFree=30104336/32872528 swapFree=1244176/1391344
[pid=13861] ppid=13858 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/13861/stat : 13861 (java) S 13858 13861 12782 0 -1 4202496 6195 0 1 0 47 2 0 0 20 0 18 0 30582760 9787879424 9333 33554432000 1073741824 1073778376 140733679899200 140733679890336 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13861/statm: 2389619 9333 2244 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700196 s]
/proc/loadavg: 2.24 2.18 2.18 3/194 13861
/proc/meminfo: memFree=30104336/32872528 swapFree=1244176/1391344
[pid=13861] ppid=13858 vsize=9558476 CPUtime=1.68 cores=1,3,5,7
/proc/13861/stat : 13861 (java) S 13858 13861 12782 0 -1 4202496 21546 0 1 0 163 5 0 0 20 0 18 0 30582760 9787879424 41220 33554432000 1073741824 1073778376 140733679899200 140733679890336 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13861/statm: 2389619 41220 2258 9 0 2380296 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 9558476

[startup+1.50082 s]
/proc/loadavg: 2.24 2.18 2.18 5/213 13880
/proc/meminfo: memFree=29874444/32872528 swapFree=1244176/1391344
[pid=13861] ppid=13858 vsize=9625040 CPUtime=3.44 cores=1,3,5,7
/proc/13861/stat : 13861 (java) S 13858 13861 12782 0 -1 4202496 22380 0 1 0 333 11 0 0 20 0 19 0 30582760 9856040960 59698 33554432000 1073741824 1073778376 140733679899200 140733679890336 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13861/statm: 2406260 59698 2281 9 0 2396937 0
[pid=13861/tid=13863] ppid=13858 vsize=9625040 CPUtime=1.38 cores=1,3,5,7
/proc/13861/task/13863/stat : 13863 (java) R 13858 13861 12782 0 -1 4202560 2474 0 1 0 135 3 0 0 20 0 19 0 30582760 9856040960 59698 33554432000 1073741824 1073778376 140733679899200 140503179165848 140503027795163 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13861/tid=13864] ppid=13858 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13861/task/13864/stat : 13864 (java) S 13858 13861 12782 0 -1 4202560 90 0 0 0 2 0 0 0 20 0 19 0 30582761 9856040960 59698 33554432000 1073741824 1073778376 140733679899200 140503151626664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=13865] ppid=13858 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13861/task/13865/stat : 13865 (java) S 13858 13861 12782 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 19 0 30582761 9856040960 59698 33554432000 1073741824 1073778376 140733679899200 140503150574120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13861/tid=13866] ppid=13858 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13861/task/13866/stat : 13866 (java) S 13858 13861 12782 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 30582761 9856040960 59698 33554432000 1073741824 1073778376 140733679899200 140503149521064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=13867] ppid=13858 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13861/task/13867/stat : 13867 (java) S 13858 13861 12782 0 -1 4202560 115 0 0 0 4 0 0 0 20 0 19 0 30582761 9856040960 59698 33554432000 1073741824 1073778376 140733679899200 140503148468520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13861/tid=13868] ppid=13858 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13861/task/13868/stat : 13868 (java) S 13858 13861 12782 0 -1 4202560 108 0 0 0 4 0 0 0 20 0 19 0 30582761 9856040960 59698 33554432000 1073741824 1073778376 140733679899200 140503147416488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=13869] ppid=13858 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13861/task/13869/stat : 13869 (java) S 13858 13861 12782 0 -1 4202560 116 0 0 0 4 0 0 0 20 0 19 0 30582761 9856040960 59698 33554432000 1073741824 1073778376 140733679899200 140503146363944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13861/tid=13870] ppid=13858 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13861/task/13870/stat : 13870 (java) S 13858 13861 12782 0 -1 4202560 39 0 0 0 2 0 0 0 20 0 19 0 30582761 9856040960 59698 33554432000 1073741824 1073778376 140733679899200 140503145310888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13861/tid=13871] ppid=13858 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13861/task/13871/stat : 13871 (java) S 13858 13861 12782 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 30582761 9856040960 59698 33554432000 1073741824 1073778376 140733679899200 140503015795496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13861/tid=13872] ppid=13858 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13872/stat : 13872 (java) S 13858 13861 12782 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 30582762 9856040960 59698 33554432000 1073741824 1073778376 140733679899200 140502532847976 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13873] ppid=13858 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13873/stat : 13873 (java) S 13858 13861 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30582763 9856040960 59698 33554432000 1073741824 1073778376 140733679899200 140502531794296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13874] ppid=13858 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13874/stat : 13874 (java) S 13858 13861 12782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30582763 9856040960 59698 33554432000 1073741824 1073778376 140733679899200 140502530741128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13875] ppid=13858 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13875/stat : 13875 (java) S 13858 13861 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30582765 9856040960 59698 33554432000 1073741824 1073778376 140733679899200 140502529689872 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13876] ppid=13858 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/13861/task/13876/stat : 13876 (java) S 13858 13861 12782 0 -1 4202560 10563 0 0 0 78 3 0 0 20 0 19 0 30582765 9856040960 59698 33554432000 1073741824 1073778376 140733679899200 140502528637752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13877] ppid=13858 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/13861/task/13877/stat : 13877 (java) S 13858 13861 12782 0 -1 4202560 7500 0 0 0 91 0 0 0 20 0 19 0 30582765 9856040960 59698 33554432000 1073741824 1073778376 140733679899200 140502527585208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=13878] ppid=13858 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13878/stat : 13878 (java) S 13858 13861 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30582765 9856040960 59698 33554432000 1073741824 1073778376 140733679899200 140502526532344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13861/tid=13879] ppid=13858 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13879/stat : 13879 (java) S 13858 13861 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30582765 9856040960 59698 33554432000 1073741824 1073778376 140733679899200 140502525480008 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=13880] ppid=13858 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13880/stat : 13880 (java) S 13858 13861 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30582858 9856040960 59698 33554432000 1073741824 1073778376 140733679899200 140502524425256 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.24 2.18 2.18 3/213 13880
/proc/meminfo: memFree=29873708/32872528 swapFree=1244176/1391344
[pid=13861] ppid=13858 vsize=9625040 CPUtime=5.07 cores=1,3,5,7
/proc/13861/stat : 13861 (java) S 13858 13861 12782 0 -1 4202496 22382 0 1 0 496 11 0 0 20 0 19 0 30582760 9856040960 59699 33554432000 1073741824 1073778376 140733679899200 140733679890336 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13861/statm: 2406260 59699 2282 9 0 2396937 0
[pid=13861/tid=13863] ppid=13858 vsize=9625040 CPUtime=2.98 cores=1,3,5,7
/proc/13861/task/13863/stat : 13863 (java) R 13858 13861 12782 0 -1 4202560 2475 0 1 0 295 3 0 0 20 0 19 0 30582760 9856040960 59699 33554432000 1073741824 1073778376 140733679899200 140503179172192 140503027795163 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13861/tid=13864] ppid=13858 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13861/task/13864/stat : 13864 (java) S 13858 13861 12782 0 -1 4202560 90 0 0 0 2 0 0 0 20 0 19 0 30582761 9856040960 59699 33554432000 1073741824 1073778376 140733679899200 140503151626664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=13865] ppid=13858 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13861/task/13865/stat : 13865 (java) S 13858 13861 12782 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 19 0 30582761 9856040960 59699 33554432000 1073741824 1073778376 140733679899200 140503150574120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13861/tid=13866] ppid=13858 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13861/task/13866/stat : 13866 (java) S 13858 13861 12782 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 30582761 9856040960 59699 33554432000 1073741824 1073778376 140733679899200 140503149521064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=13867] ppid=13858 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13861/task/13867/stat : 13867 (java) S 13858 13861 12782 0 -1 4202560 115 0 0 0 4 0 0 0 20 0 19 0 30582761 9856040960 59699 33554432000 1073741824 1073778376 140733679899200 140503148468520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13861/tid=13868] ppid=13858 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13861/task/13868/stat : 13868 (java) S 13858 13861 12782 0 -1 4202560 108 0 0 0 4 0 0 0 20 0 19 0 30582761 9856040960 59699 33554432000 1073741824 1073778376 140733679899200 140503147416488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=13869] ppid=13858 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13861/task/13869/stat : 13869 (java) S 13858 13861 12782 0 -1 4202560 116 0 0 0 4 0 0 0 20 0 19 0 30582761 9856040960 59699 33554432000 1073741824 1073778376 140733679899200 140503146363944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13861/tid=13870] ppid=13858 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13861/task/13870/stat : 13870 (java) S 13858 13861 12782 0 -1 4202560 39 0 0 0 2 0 0 0 20 0 19 0 30582761 9856040960 59699 33554432000 1073741824 1073778376 140733679899200 140503145310888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13861/tid=13871] ppid=13858 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13861/task/13871/stat : 13871 (java) S 13858 13861 12782 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 30582761 9856040960 59699 33554432000 1073741824 1073778376 140733679899200 140503015795496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13861/tid=13872] ppid=13858 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13872/stat : 13872 (java) S 13858 13861 12782 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 30582762 9856040960 59699 33554432000 1073741824 1073778376 140733679899200 140502532847976 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=13873] ppid=13858 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13873/stat : 13873 (java) S 13858 13861 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30582763 9856040960 59699 33554432000 1073741824 1073778376 140733679899200 140502531794296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13874] ppid=13858 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13874/stat : 13874 (java) S 13858 13861 12782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30582763 9856040960 59699 33554432000 1073741824 1073778376 140733679899200 140502530741128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13875] ppid=13858 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13875/stat : 13875 (java) S 13858 13861 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30582765 9856040960 59699 33554432000 1073741824 1073778376 140733679899200 140502529689872 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13876] ppid=13858 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/13861/task/13876/stat : 13876 (java) S 13858 13861 12782 0 -1 4202560 10563 0 0 0 78 3 0 0 20 0 19 0 30582765 9856040960 59699 33554432000 1073741824 1073778376 140733679899200 140502528637752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13877] ppid=13858 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/13861/task/13877/stat : 13877 (java) S 13858 13861 12782 0 -1 4202560 7501 0 0 0 93 0 0 0 20 0 19 0 30582765 9856040960 59699 33554432000 1073741824 1073778376 140733679899200 140502527585208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=13878] ppid=13858 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13878/stat : 13878 (java) S 13858 13861 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30582765 9856040960 59699 33554432000 1073741824 1073778376 140733679899200 140502526532344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13861/tid=13879] ppid=13858 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13879/stat : 13879 (java) S 13858 13861 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30582765 9856040960 59699 33554432000 1073741824 1073778376 140733679899200 140502525480008 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=13880] ppid=13858 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13880/stat : 13880 (java) S 13858 13861 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30582858 9856040960 59699 33554432000 1073741824 1073778376 140733679899200 140502524425256 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 9625040

[startup+6.30094 s]
/proc/loadavg: 2.22 2.18 2.18 3/213 13880
/proc/meminfo: memFree=29875576/32872528 swapFree=1244176/1391344
[pid=13861] ppid=13858 vsize=9625040 CPUtime=8.28 cores=1,3,5,7
/proc/13861/stat : 13861 (java) S 13858 13861 12782 0 -1 4202496 22384 0 1 0 817 11 0 0 20 0 19 0 30582760 9856040960 59014 33554432000 1073741824 1073778376 140733679899200 140733679890336 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13861/statm: 2406260 59014 2283 9 0 2396937 0
[pid=13861/tid=13863] ppid=13858 vsize=9625040 CPUtime=6.18 cores=1,3,5,7
/proc/13861/task/13863/stat : 13863 (java) R 13858 13861 12782 0 -1 4202560 2476 0 1 0 615 3 0 0 20 0 19 0 30582760 9856040960 59014 33554432000 1073741824 1073778376 140733679899200 140503179174232 140503027859283 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13861/tid=13864] ppid=13858 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13861/task/13864/stat : 13864 (java) S 13858 13861 12782 0 -1 4202560 90 0 0 0 2 0 0 0 20 0 19 0 30582761 9856040960 59014 33554432000 1073741824 1073778376 140733679899200 140503151626664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=13865] ppid=13858 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13861/task/13865/stat : 13865 (java) S 13858 13861 12782 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 19 0 30582761 9856040960 59014 33554432000 1073741824 1073778376 140733679899200 140503150574120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13861/tid=13866] ppid=13858 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13861/task/13866/stat : 13866 (java) S 13858 13861 12782 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 30582761 9856040960 59014 33554432000 1073741824 1073778376 140733679899200 140503149521064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=13867] ppid=13858 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13861/task/13867/stat : 13867 (java) S 13858 13861 12782 0 -1 4202560 115 0 0 0 4 0 0 0 20 0 19 0 30582761 9856040960 59014 33554432000 1073741824 1073778376 140733679899200 140503148468520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13861/tid=13868] ppid=13858 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13861/task/13868/stat : 13868 (java) S 13858 13861 12782 0 -1 4202560 108 0 0 0 4 0 0 0 20 0 19 0 30582761 9856040960 59014 33554432000 1073741824 1073778376 140733679899200 140503147416488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=13869] ppid=13858 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13861/task/13869/stat : 13869 (java) S 13858 13861 12782 0 -1 4202560 116 0 0 0 4 0 0 0 20 0 19 0 30582761 9856040960 59014 33554432000 1073741824 1073778376 140733679899200 140503146363944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13861/tid=13870] ppid=13858 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13861/task/13870/stat : 13870 (java) S 13858 13861 12782 0 -1 4202560 39 0 0 0 2 0 0 0 20 0 19 0 30582761 9856040960 59014 33554432000 1073741824 1073778376 140733679899200 140503145310888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13861/tid=13871] ppid=13858 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13861/task/13871/stat : 13871 (java) S 13858 13861 12782 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 30582761 9856040960 59014 33554432000 1073741824 1073778376 140733679899200 140503015795496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13861/tid=13872] ppid=13858 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13872/stat : 13872 (java) S 13858 13861 12782 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 30582762 9856040960 59014 33554432000 1073741824 1073778376 140733679899200 140502532847976 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=13873] ppid=13858 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13873/stat : 13873 (java) S 13858 13861 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30582763 9856040960 59014 33554432000 1073741824 1073778376 140733679899200 140502531794296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13874] ppid=13858 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13874/stat : 13874 (java) S 13858 13861 12782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30582763 9856040960 59014 33554432000 1073741824 1073778376 140733679899200 140502530741128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13875] ppid=13858 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13875/stat : 13875 (java) S 13858 13861 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30582765 9856040960 59014 33554432000 1073741824 1073778376 140733679899200 140502529689872 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13876] ppid=13858 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/13861/task/13876/stat : 13876 (java) S 13858 13861 12782 0 -1 4202560 10563 0 0 0 78 3 0 0 20 0 19 0 30582765 9856040960 59014 33554432000 1073741824 1073778376 140733679899200 140502528637752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13877] ppid=13858 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/13861/task/13877/stat : 13877 (java) S 13858 13861 12782 0 -1 4202560 7502 0 0 0 95 0 0 0 20 0 19 0 30582765 9856040960 59014 33554432000 1073741824 1073778376 140733679899200 140502527585208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=13878] ppid=13858 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13878/stat : 13878 (java) S 13858 13861 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30582765 9856040960 59014 33554432000 1073741824 1073778376 140733679899200 140502526532344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13861/tid=13879] ppid=13858 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13879/stat : 13879 (java) S 13858 13861 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30582765 9856040960 59014 33554432000 1073741824 1073778376 140733679899200 140502525480008 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=13880] ppid=13858 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13880/stat : 13880 (java) S 13858 13861 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30582858 9856040960 59014 33554432000 1073741824 1073778376 140733679899200 140502524425256 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.28
Current children cumulated vsize (KiB) 9625040


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

/proc/13861/task/13879/stat : 13879 (java) S 13858 13861 12782 0 -1 4202560 103 0 0 0 29 41 0 0 20 0 19 0 30582765 9856040960 885817 33554432000 1073741824 1073778376 140733679899200 140502525480008 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=13880] ppid=13858 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13880/stat : 13880 (java) S 13858 13861 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30582858 9856040960 885817 33554432000 1073741824 1073778376 140733679899200 140502524425256 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1790.78
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.6 s]
/proc/loadavg: 2.29 2.23 2.19 4/213 14002
/proc/meminfo: memFree=25820172/32872528 swapFree=1244176/1391344
[pid=13861] ppid=13858 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/13861/stat : 13861 (java) S 13858 13861 12782 0 -1 4202496 87158 0 1 0 179647 362 0 0 20 0 19 0 30582760 9856040960 885817 33554432000 1073741824 1073778376 140733679899200 140733679890336 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13861/statm: 2406260 885817 2298 9 0 2396937 0
[pid=13861/tid=13863] ppid=13858 vsize=9625040 CPUtime=1788.31 cores=1,3,5,7
/proc/13861/task/13863/stat : 13863 (java) R 13858 13861 12782 0 -1 4202560 3467 0 1 0 178790 41 0 0 20 0 19 0 30582760 9856040960 885817 33554432000 1073741824 1073778376 140733679899200 140503179165392 140503027795163 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13861/tid=13864] ppid=13858 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/13861/task/13864/stat : 13864 (java) S 13858 13861 12782 0 -1 4202560 7379 0 0 0 73 37 0 0 20 0 19 0 30582761 9856040960 885817 33554432000 1073741824 1073778376 140733679899200 140503151626664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13865] ppid=13858 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/13861/task/13865/stat : 13865 (java) S 13858 13861 12782 0 -1 4202560 6777 0 0 0 63 39 0 0 20 0 19 0 30582761 9856040960 885817 33554432000 1073741824 1073778376 140733679899200 140503150574120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13866] ppid=13858 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/13861/task/13866/stat : 13866 (java) S 13858 13861 12782 0 -1 4202560 8153 0 0 0 46 31 0 0 20 0 19 0 30582761 9856040960 885817 33554432000 1073741824 1073778376 140733679899200 140503149521064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=13867] ppid=13858 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/13861/task/13867/stat : 13867 (java) S 13858 13861 12782 0 -1 4202560 7396 0 0 0 75 34 0 0 20 0 19 0 30582761 9856040960 885817 33554432000 1073741824 1073778376 140733679899200 140503148468520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13861/tid=13868] ppid=13858 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/13861/task/13868/stat : 13868 (java) S 13858 13861 12782 0 -1 4202560 7963 0 0 0 54 36 0 0 20 0 19 0 30582761 9856040960 885817 33554432000 1073741824 1073778376 140733679899200 140503147416488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13869] ppid=13858 vsize=9625040 CPUtime=1.32 cores=1,3,5,7
/proc/13861/task/13869/stat : 13869 (java) S 13858 13861 12782 0 -1 4202560 7363 0 0 0 86 46 0 0 20 0 19 0 30582761 9856040960 885817 33554432000 1073741824 1073778376 140733679899200 140503146363944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=13870] ppid=13858 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/13861/task/13870/stat : 13870 (java) S 13858 13861 12782 0 -1 4202560 8283 0 0 0 75 46 0 0 20 0 19 0 30582761 9856040960 885817 33554432000 1073741824 1073778376 140733679899200 140503145310888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=13871] ppid=13858 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/13861/task/13871/stat : 13871 (java) S 13858 13861 12782 0 -1 4202560 7157 0 0 0 51 38 0 0 20 0 19 0 30582761 9856040960 885817 33554432000 1073741824 1073778376 140733679899200 140503015795496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13872] ppid=13858 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/13861/task/13872/stat : 13872 (java) S 13858 13861 12782 0 -1 4202560 3766 0 0 0 110 3 0 0 20 0 19 0 30582762 9856040960 885817 33554432000 1073741824 1073778376 140733679899200 140502532847976 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=13873] ppid=13858 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13873/stat : 13873 (java) S 13858 13861 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30582763 9856040960 885817 33554432000 1073741824 1073778376 140733679899200 140502531794296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13874] ppid=13858 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13874/stat : 13874 (java) S 13858 13861 12782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30582763 9856040960 885817 33554432000 1073741824 1073778376 140733679899200 140502530741128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13875] ppid=13858 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13875/stat : 13875 (java) S 13858 13861 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30582765 9856040960 885817 33554432000 1073741824 1073778376 140733679899200 140502529689872 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13876] ppid=13858 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/13861/task/13876/stat : 13876 (java) S 13858 13861 12782 0 -1 4202560 10583 0 0 0 87 3 0 0 20 0 19 0 30582765 9856040960 885817 33554432000 1073741824 1073778376 140733679899200 140502528637752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13877] ppid=13858 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/13861/task/13877/stat : 13877 (java) S 13858 13861 12782 0 -1 4202560 7509 0 0 0 99 0 0 0 20 0 19 0 30582765 9856040960 885817 33554432000 1073741824 1073778376 140733679899200 140502527585208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=13878] ppid=13858 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13878/stat : 13878 (java) S 13858 13861 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30582765 9856040960 885817 33554432000 1073741824 1073778376 140733679899200 140502526532344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13861/tid=13879] ppid=13858 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/13861/task/13879/stat : 13879 (java) S 13858 13861 12782 0 -1 4202560 103 0 0 0 29 41 0 0 20 0 19 0 30582765 9856040960 885817 33554432000 1073741824 1073778376 140733679899200 140502525480008 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=13880] ppid=13858 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13880/stat : 13880 (java) S 13858 13861 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30582858 9856040960 885817 33554432000 1073741824 1073778376 140733679899200 140502524425256 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 13861 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1792.01 s]
/proc/loadavg: 2.29 2.23 2.19 10/214 14003
/proc/meminfo: memFree=25703056/32872528 swapFree=1244176/1391344
[pid=13861] ppid=13858 vsize=9691604 CPUtime=1801.49 cores=1,3,5,7
/proc/13861/stat : 13861 (java) S 13858 13861 12782 0 -1 4202496 87776 0 1 0 179769 380 0 0 20 0 20 0 30582760 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140733679890336 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13861/statm: 2422901 932699 2298 9 0 2413578 0
[pid=13861/tid=13863] ppid=13858 vsize=9691604 CPUtime=1788.32 cores=1,3,5,7
/proc/13861/task/13863/stat : 13863 (java) S 13858 13861 12782 0 -1 4202560 3467 0 1 0 178791 41 0 0 20 0 20 0 30582760 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140503179172408 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13861/tid=13864] ppid=13858 vsize=9691604 CPUtime=1.28 cores=1,3,5,7
/proc/13861/task/13864/stat : 13864 (java) S 13858 13861 12782 0 -1 4202560 7451 0 0 0 89 39 0 0 20 0 20 0 30582761 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140503151626664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13861/tid=13865] ppid=13858 vsize=9691604 CPUtime=1.25 cores=1,3,5,7
/proc/13861/task/13865/stat : 13865 (java) S 13858 13861 12782 0 -1 4202560 6811 0 0 0 85 40 0 0 20 0 20 0 30582761 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140503150574120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13861/tid=13866] ppid=13858 vsize=9691604 CPUtime=1.06 cores=1,3,5,7
/proc/13861/task/13866/stat : 13866 (java) S 13858 13861 12782 0 -1 4202560 8363 0 0 0 69 37 0 0 20 0 20 0 30582761 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140503149521064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13867] ppid=13858 vsize=9691604 CPUtime=1.25 cores=1,3,5,7
/proc/13861/task/13867/stat : 13867 (java) S 13858 13861 12782 0 -1 4202560 7420 0 0 0 90 35 0 0 20 0 20 0 30582761 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140503148468520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13861/tid=13868] ppid=13858 vsize=9691604 CPUtime=1.03 cores=1,3,5,7
/proc/13861/task/13868/stat : 13868 (java) S 13858 13861 12782 0 -1 4202560 8005 0 0 0 64 39 0 0 20 0 20 0 30582761 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140503147416488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13861/tid=13869] ppid=13858 vsize=9691604 CPUtime=1.44 cores=1,3,5,7
/proc/13861/task/13869/stat : 13869 (java) S 13858 13861 12782 0 -1 4202560 7519 0 0 0 96 48 0 0 20 0 20 0 30582761 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140503146363944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13870] ppid=13858 vsize=9691604 CPUtime=1.32 cores=1,3,5,7
/proc/13861/task/13870/stat : 13870 (java) S 13858 13861 12782 0 -1 4202560 8319 0 0 0 84 48 0 0 20 0 20 0 30582761 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140503145310888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13871] ppid=13858 vsize=9691604 CPUtime=1.02 cores=1,3,5,7
/proc/13861/task/13871/stat : 13871 (java) S 13858 13861 12782 0 -1 4202560 7182 0 0 0 62 40 0 0 20 0 20 0 30582761 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140503015795496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13861/tid=13872] ppid=13858 vsize=9691604 CPUtime=1.19 cores=1,3,5,7
/proc/13861/task/13872/stat : 13872 (java) R 13858 13861 12782 0 -1 4202560 3767 0 0 0 116 3 0 0 20 0 20 0 30582762 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140502532846856 140503185300626 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=13873] ppid=13858 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13873/stat : 13873 (java) S 13858 13861 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 30582763 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140502531794296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13874] ppid=13858 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13874/stat : 13874 (java) S 13858 13861 12782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 30582763 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140502530741128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13875] ppid=13858 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13875/stat : 13875 (java) S 13858 13861 12782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 30582765 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140502529689872 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13876] ppid=13858 vsize=9691604 CPUtime=0.9 cores=1,3,5,7
/proc/13861/task/13876/stat : 13876 (java) S 13858 13861 12782 0 -1 4202560 10583 0 0 0 87 3 0 0 20 0 20 0 30582765 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140502528637752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13877] ppid=13858 vsize=9691604 CPUtime=0.99 cores=1,3,5,7
/proc/13861/task/13877/stat : 13877 (java) S 13858 13861 12782 0 -1 4202560 7509 0 0 0 99 0 0 0 20 0 20 0 30582765 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140502527585208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=13878] ppid=13858 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13878/stat : 13878 (java) S 13858 13861 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 30582765 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140502526532344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13861/tid=13879] ppid=13858 vsize=9691604 CPUtime=0.7 cores=1,3,5,7
/proc/13861/task/13879/stat : 13879 (java) S 13858 13861 12782 0 -1 4202560 103 0 0 0 29 41 0 0 20 0 20 0 30582765 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140502525480008 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13861/tid=13880] ppid=13858 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13880/stat : 13880 (java) S 13858 13861 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 30582858 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140502524425256 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=14003] ppid=13858 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13861/task/14003/stat : 14003 (java) S 13858 13861 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 30761920 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140502523371688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1801.49
Current children cumulated vsize (KiB) 9691604

[startup+1792.2 s]
/proc/loadavg: 2.29 2.23 2.19 10/214 14003
/proc/meminfo: memFree=25703056/32872528 swapFree=1244176/1391344
[pid=13861] ppid=13858 vsize=9691604 CPUtime=1801.68 cores=1,3,5,7
/proc/13861/stat : 13861 (java) S 13858 13861 12782 0 -1 4202496 87776 0 1 0 179788 380 0 0 20 0 20 0 30582760 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140733679890336 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13861/statm: 2422901 932699 2298 9 0 2413578 0
[pid=13861/tid=13863] ppid=13858 vsize=9691604 CPUtime=1788.32 cores=1,3,5,7
/proc/13861/task/13863/stat : 13863 (java) S 13858 13861 12782 0 -1 4202560 3467 0 1 0 178791 41 0 0 20 0 20 0 30582760 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140503179172408 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13861/tid=13864] ppid=13858 vsize=9691604 CPUtime=1.28 cores=1,3,5,7
/proc/13861/task/13864/stat : 13864 (java) S 13858 13861 12782 0 -1 4202560 7451 0 0 0 89 39 0 0 20 0 20 0 30582761 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140503151626664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13861/tid=13865] ppid=13858 vsize=9691604 CPUtime=1.25 cores=1,3,5,7
/proc/13861/task/13865/stat : 13865 (java) S 13858 13861 12782 0 -1 4202560 6811 0 0 0 85 40 0 0 20 0 20 0 30582761 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140503150574120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13861/tid=13866] ppid=13858 vsize=9691604 CPUtime=1.06 cores=1,3,5,7
/proc/13861/task/13866/stat : 13866 (java) S 13858 13861 12782 0 -1 4202560 8363 0 0 0 69 37 0 0 20 0 20 0 30582761 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140503149521064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13867] ppid=13858 vsize=9691604 CPUtime=1.25 cores=1,3,5,7
/proc/13861/task/13867/stat : 13867 (java) S 13858 13861 12782 0 -1 4202560 7420 0 0 0 90 35 0 0 20 0 20 0 30582761 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140503148468520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13861/tid=13868] ppid=13858 vsize=9691604 CPUtime=1.03 cores=1,3,5,7
/proc/13861/task/13868/stat : 13868 (java) S 13858 13861 12782 0 -1 4202560 8005 0 0 0 64 39 0 0 20 0 20 0 30582761 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140503147416488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13861/tid=13869] ppid=13858 vsize=9691604 CPUtime=1.44 cores=1,3,5,7
/proc/13861/task/13869/stat : 13869 (java) S 13858 13861 12782 0 -1 4202560 7519 0 0 0 96 48 0 0 20 0 20 0 30582761 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140503146363944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13870] ppid=13858 vsize=9691604 CPUtime=1.32 cores=1,3,5,7
/proc/13861/task/13870/stat : 13870 (java) S 13858 13861 12782 0 -1 4202560 8319 0 0 0 84 48 0 0 20 0 20 0 30582761 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140503145310888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13871] ppid=13858 vsize=9691604 CPUtime=1.02 cores=1,3,5,7
/proc/13861/task/13871/stat : 13871 (java) S 13858 13861 12782 0 -1 4202560 7182 0 0 0 62 40 0 0 20 0 20 0 30582761 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140503015795496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13861/tid=13872] ppid=13858 vsize=9691604 CPUtime=1.38 cores=1,3,5,7
/proc/13861/task/13872/stat : 13872 (java) R 13858 13861 12782 0 -1 4202560 3767 0 0 0 135 3 0 0 20 0 20 0 30582762 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140502532846736 272886153500 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=13873] ppid=13858 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13873/stat : 13873 (java) S 13858 13861 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 30582763 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140502531794296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13874] ppid=13858 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13874/stat : 13874 (java) S 13858 13861 12782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 30582763 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140502530741128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13875] ppid=13858 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13875/stat : 13875 (java) S 13858 13861 12782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 30582765 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140502529689872 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13876] ppid=13858 vsize=9691604 CPUtime=0.9 cores=1,3,5,7
/proc/13861/task/13876/stat : 13876 (java) S 13858 13861 12782 0 -1 4202560 10583 0 0 0 87 3 0 0 20 0 20 0 30582765 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140502528637752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13861/tid=13877] ppid=13858 vsize=9691604 CPUtime=0.99 cores=1,3,5,7
/proc/13861/task/13877/stat : 13877 (java) S 13858 13861 12782 0 -1 4202560 7509 0 0 0 99 0 0 0 20 0 20 0 30582765 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140502527585208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=13878] ppid=13858 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13878/stat : 13878 (java) S 13858 13861 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 30582765 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140502526532344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13861/tid=13879] ppid=13858 vsize=9691604 CPUtime=0.7 cores=1,3,5,7
/proc/13861/task/13879/stat : 13879 (java) S 13858 13861 12782 0 -1 4202560 103 0 0 0 29 41 0 0 20 0 20 0 30582765 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140502525480008 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13861/tid=13880] ppid=13858 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13861/task/13880/stat : 13880 (java) S 13858 13861 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 30582858 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140502524425256 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13861/tid=14003] ppid=13858 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13861/task/14003/stat : 14003 (java) S 13858 13861 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 30761920 9924202496 932699 33554432000 1073741824 1073778376 140733679899200 140502523371688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1801.68
Current children cumulated vsize (KiB) 9691604

[startup+1792.3 s]
/proc/loadavg: 2.29 2.23 2.19 10/214 14003
/proc/meminfo: memFree=25703056/32872528 swapFree=1244176/1391344
[pid=13861] ppid=13858 vsize=0 CPUtime=1802.33 cores=1,3,5,7
/proc/13861/stat : 13861 (java) Z 13858 13861 12782 0 -1 4203532 88021 0 1 0 179804 429 0 0 20 0 2 0 30582760 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13861/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.33
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1792.3
CPU time (s): 1802.35
CPU user time (s): 1798.04
CPU system time (s): 4.31134
CPU usage (%): 100.561
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.04
system time used= 4.31134
maximum resident set size= 3731760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88021
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40424
involuntary context switches= 4590

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.412 second user time and 10.5754 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-18 23:29:01
IDJOB=4107038
IDBENCH=48381
IDSOLVER=2546
FILE ID=node119/4107038-1466285341
RUNJOBID= node119-1466276358-12799
PBS_JOBID= 19918260
Free space on /tmp= 71728 MiB

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

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

MD5SUM BENCH= 40a2ba0dbddb74264297ba04f9c13f4e
RANDOM SEED=1110178353

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.56
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.456
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:        30105136 kB
Buffers:           85132 kB
Cached:           122784 kB
SwapCached:         1572 kB
Active:           451960 kB
Inactive:         144524 kB
Active(anon):     387124 kB
Inactive(anon):     3796 kB
Active(file):      64836 kB
Inactive(file):   140728 kB
Unevictable:     1391344 kB
Mlocked:         1244176 kB
SwapTotal:      67108856 kB
SwapFree:       67100120 kB
Dirty:              1304 kB
Writeback:             0 kB
AnonPages:       1909864 kB
Mapped:            17040 kB
Shmem:                 0 kB
Slab:             603852 kB
SReclaimable:      47668 kB
SUnreclaim:       556184 kB
KernelStack:        1760 kB
PageTables:         7756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2466220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    624640 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= 71724 MiB
End job on node119 at 2016-06-18 23:58:54