Trace number 4106960

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 1788.54

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_10_2_15.opb
MD5SUM6247d91366961bc8ff12c33e03e6ccbd
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.115982
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)4984
Sum of products size (including duplicates)9968
Number of different products2492
Sum of products size4984

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4106960-1466282358.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.44/0.38	c ... done. Wall clock time 0.259s.
0.44/0.38	c declared #vars     400
0.44/0.38	c internal #vars     2892
0.44/0.38	c #constraints  5587
0.44/0.38	c constraints type 
0.44/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2492
0.44/0.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
0.44/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
0.44/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2492
0.44/0.38	c 5587 constraints processed.
2.06/1.23	c cleaning 2512 clauses out of 5024 with flag 10683/5024
3.32/2.45	c cleaning 4244 clauses out of 8488 with flag 22930/11000
4.59/3.57	c cleaning 5623 clauses out of 11246 with flag 37474/18002
7.02/5.81	c cleaning 6819 clauses out of 13637 with flag 53871/26016
8.64/7.46	c cleaning 7884 clauses out of 15803 with flag 72660/35001
9.64/8.48	c cleaning 8938 clauses out of 17920 with flag 93922/45002
10.66/9.45	c cleaning 9997 clauses out of 19993 with flag 117608/56013
11.47/10.29	c cleaning 10979 clauses out of 21983 with flag 145320/68000
12.70/11.44	c cleaning 11997 clauses out of 24004 with flag 174179/81000
14.20/12.97	c cleaning 13008 clauses out of 26015 with flag 204312/95008
16.30/15.04	c cleaning 14006 clauses out of 28012 with flag 236293/110013
18.80/17.51	c cleaning 15016 clauses out of 30031 with flag 270244/126038
21.40/20.13	c cleaning 16014 clauses out of 32027 with flag 306183/143050
24.79/23.31	c cleaning 16982 clauses out of 33963 with flag 343901/161000
28.19/26.70	c cleaning 17996 clauses out of 35992 with flag 384018/180011
32.19/30.71	c cleaning 18981 clauses out of 37986 with flag 425794/200001
37.19/35.71	c cleaning 19999 clauses out of 40004 with flag 469697/221000
42.79/41.33	c cleaning 21034 clauses out of 42067 with flag 515807/243062
49.40/47.79	c cleaning 21994 clauses out of 43988 with flag 563565/266017
56.71/55.10	c cleaning 22984 clauses out of 45977 with flag 613438/290000
65.00/63.35	c cleaning 24016 clauses out of 48031 with flag 665453/315038
74.23/72.33	c cleaning 24978 clauses out of 49977 with flag 719277/341000
84.73/82.84	c cleaning 26030 clauses out of 52060 with flag 775422/368061
96.23/94.35	c cleaning 26997 clauses out of 53993 with flag 833265/396024
109.12/107.16	c cleaning 28024 clauses out of 56048 with flag 893397/425076
124.32/122.34	c cleaning 28996 clauses out of 57991 with flag 955163/455043
140.52/138.53	c cleaning 29999 clauses out of 59997 with flag 1019084/486045
161.05/158.85	c cleaning 30977 clauses out of 61955 with flag 1086574/518002
179.55/177.35	c cleaning 31985 clauses out of 63976 with flag 1154963/551000
187.25/185.03	c cleaning 32990 clauses out of 66013 with flag 1229809/585022
197.53/195.08	c cleaning 34006 clauses out of 68011 with flag 1304772/620010
210.63/208.14	c cleaning 35000 clauses out of 69999 with flag 1380756/656004
226.29/223.45	c cleaning 36003 clauses out of 72006 with flag 1458333/693011
244.05/241.19	c cleaning 37004 clauses out of 74007 with flag 1537714/731015
263.04/260.00	c cleaning 37999 clauses out of 75999 with flag 1618946/770011
284.35/281.27	c cleaning 39039 clauses out of 78080 with flag 1702260/810091
308.32/305.16	c cleaning 39985 clauses out of 79972 with flag 1787195/851022
335.85/332.62	c cleaning 40997 clauses out of 81995 with flag 1874056/893030
367.51/364.24	c cleaning 41975 clauses out of 83969 with flag 1962833/936001
403.46/400.01	c cleaning 43038 clauses out of 86080 with flag 2053729/980087
443.16/439.60	c cleaning 43987 clauses out of 87978 with flag 2146249/1025023
470.97/467.30	c cleaning 44959 clauses out of 89969 with flag 2244178/1071001
491.49/487.73	c cleaning 46022 clauses out of 92043 with flag 2344997/1118034
517.18/513.30	c cleaning 47006 clauses out of 94011 with flag 2446168/1166024
545.86/541.82	c cleaning 47993 clauses out of 95985 with flag 2548673/1215004
580.25/576.12	c cleaning 49016 clauses out of 98033 with flag 2652889/1265045
620.07/615.81	c cleaning 50008 clauses out of 100018 with flag 2758796/1316046
665.14/660.78	c cleaning 50993 clauses out of 101988 with flag 2866459/1368024
715.28/710.89	c cleaning 52022 clauses out of 104049 with flag 2976231/1421078
769.99/765.35	c cleaning 52973 clauses out of 105952 with flag 3087552/1475003
808.91/804.20	c cleaning 53975 clauses out of 107976 with flag 3207225/1530000
823.76/818.87	c cleaning 55000 clauses out of 110003 with flag 3341160/1586002
841.15/836.01	c cleaning 55993 clauses out of 112001 with flag 3472390/1643000
860.27/855.04	c cleaning 56999 clauses out of 114014 with flag 3604259/1701006
880.45/875.10	c cleaning 57997 clauses out of 116016 with flag 3736918/1760007
902.37/896.88	c cleaning 58988 clauses out of 118012 with flag 3871217/1820000
925.84/920.14	c cleaning 60022 clauses out of 120043 with flag 4006666/1881019
949.90/944.07	c cleaning 61004 clauses out of 122008 with flag 4143527/1943006
980.11/974.15	c cleaning 62011 clauses out of 124022 with flag 4282376/2006024
1007.07/1000.92	c cleaning 63000 clauses out of 126000 with flag 4423170/2070013
1037.19/1030.85	c cleaning 63981 clauses out of 127987 with flag 4565954/2135000
1074.48/1067.91	c cleaning 64964 clauses out of 130008 with flag 4709156/2201002
1110.14/1103.32	c cleaning 66011 clauses out of 132045 with flag 4856035/2268003
1145.39/1138.41	c cleaning 67022 clauses out of 134044 with flag 5003493/2336013
1189.23/1182.08	c cleaning 67989 clauses out of 136010 with flag 5153387/2405001
1232.34/1224.81	c cleaning 69007 clauses out of 138042 with flag 5305644/2475022
1274.43/1266.67	c cleaning 70017 clauses out of 140033 with flag 5459386/2546020
1324.22/1316.10	c cleaning 71007 clauses out of 142013 with flag 5614533/2618017
1383.14/1374.72	c cleaning 71990 clauses out of 143989 with flag 5771733/2691000
1435.57/1426.86	c cleaning 72993 clauses out of 145999 with flag 5932157/2765000
1492.14/1483.15	c cleaning 73989 clauses out of 148007 with flag 6094211/2840001
1550.45/1540.97	c cleaning 75016 clauses out of 150042 with flag 6258112/2916025
1609.01/1599.08	c cleaning 75988 clauses out of 152001 with flag 6423736/2993000
1670.61/1660.19	c cleaning 77007 clauses out of 154025 with flag 6591299/3071012
1749.91/1738.82	c cleaning 77976 clauses out of 156010 with flag 6760510/3150004
1800.04/1788.50	c starts		: 1
1800.04/1788.50	c conflicts		: 3211453
1800.04/1788.50	c decisions		: 5062761
1800.04/1788.50	c propagations		: 66028016
1800.04/1788.50	c inspects		: 34449065725
1800.04/1788.50	c shortcuts		: 0
1800.04/1788.50	c learnt literals	: 0
1800.04/1788.50	c learnt binary clauses	: 0
1800.04/1788.50	c learnt ternary clauses	: 0
1800.04/1788.50	c learnt constraints	: 3211453
1800.04/1788.50	c ignored constraints	: 0
1800.04/1788.50	c root simplifications	: 0
1800.04/1788.50	c removed literals (reason simplification)	: 0
1800.04/1788.50	c reason swapping (by a shorter reason)	: 0
1800.04/1788.50	c Calls to reduceDB	: 75
1800.04/1788.50	c Number of update (reduction) of LBD	: 393053
1800.04/1788.50	c Imported unit clauses	: 0
1800.04/1788.50	c number of reductions to clauses (during analyze)	: 0
1800.04/1788.50	c number of learned constraints concerned by reduction	: 0
1800.04/1788.50	c number of learning phase by resolution	: 0
1800.04/1788.50	c number of learning phase by cutting planes	: 0
1800.04/1788.50	c speed (assignments/second)	: 36925.92335753565
1800.04/1788.50	c non guided choices	2680
1800.04/1788.50	c timeout
1800.04/1788.53	c learnt constraints type 
1800.04/1788.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 139484
1800.04/1788.53	s UNKNOWN
1800.04/1788.53	c Total wall clock time (in seconds): 1788.414

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-4106960-1466282358/watcher-4106960-1466282358 -o /tmp/evaluation-result-4106960-1466282358/solver-4106960-1466282358 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466276989-21401 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106960-1466282358.opb 

pid=21930
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.01 2.05 2.06 3/194 21933
/proc/meminfo: memFree=30514496/32872528 swapFree=241348/274052
[pid=21933] ppid=21930 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/21933/stat : 21933 (java) D 21930 21933 21384 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 30285829 9515008 184 33554432000 1073741824 1073778376 140734152456608 140734152447832 251143024055 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/21933/statm: 2323 184 142 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.01 2.05 2.06 3/194 21933
/proc/meminfo: memFree=30514496/32872528 swapFree=241348/274052
[pid=21933] ppid=21930 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/21933/stat : 21933 (java) S 21930 21933 21384 0 -1 4202496 4404 0 1 0 8 1 0 0 20 0 18 0 30285829 9787879424 6025 33554432000 1073741824 1073778376 140736827469664 140736827460800 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21933/statm: 2389619 6025 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200219 s]
/proc/loadavg: 2.01 2.05 2.06 3/194 21933
/proc/meminfo: memFree=30514496/32872528 swapFree=241348/274052
[pid=21933] ppid=21930 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/21933/stat : 21933 (java) S 21930 21933 21384 0 -1 4202496 4667 0 1 0 21 1 0 0 20 0 18 0 30285829 9787879424 6759 33554432000 1073741824 1073778376 140736827469664 140736827460800 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21933/statm: 2389619 6759 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300241 s]
/proc/loadavg: 2.01 2.05 2.06 3/194 21933
/proc/meminfo: memFree=30514496/32872528 swapFree=241348/274052
[pid=21933] ppid=21930 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/21933/stat : 21933 (java) S 21930 21933 21384 0 -1 4202496 6137 0 1 0 43 1 0 0 20 0 18 0 30285829 9787879424 8841 33554432000 1073741824 1073778376 140736827469664 140736827460800 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21933/statm: 2389619 8841 2243 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700193 s]
/proc/loadavg: 2.01 2.05 2.06 3/194 21933
/proc/meminfo: memFree=30514496/32872528 swapFree=241348/274052
[pid=21933] ppid=21930 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/21933/stat : 21933 (java) S 21930 21933 21384 0 -1 4202496 13397 0 1 0 146 2 0 0 20 0 19 0 30285829 9856040960 16391 33554432000 1073741824 1073778376 140736827469664 140736827460800 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21933/statm: 2406260 16391 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.01 2.05 2.06 4/213 21952
/proc/meminfo: memFree=30450340/32872528 swapFree=241348/274052
[pid=21933] ppid=21930 vsize=9625040 CPUtime=2.39 cores=1,3,5,7
/proc/21933/stat : 21933 (java) S 21930 21933 21384 0 -1 4202496 13413 0 1 0 236 3 0 0 20 0 19 0 30285829 9856040960 18961 33554432000 1073741824 1073778376 140736827469664 140736827460800 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21933/statm: 2406260 18961 2273 9 0 2396937 0
[pid=21933/tid=21935] ppid=21930 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/21933/task/21935/stat : 21935 (java) R 21930 21933 21384 0 -1 4202560 2457 0 1 0 144 1 0 0 20 0 19 0 30285830 9856040960 18961 33554432000 1073741824 1073778376 140736827469664 139920212078920 139920052818191 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21933/tid=21936] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21936/stat : 21936 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285832 9856040960 18961 33554432000 1073741824 1073778376 140736827469664 139920173570472 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21937] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21937/stat : 21937 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285832 9856040960 18961 33554432000 1073741824 1073778376 140736827469664 139920172517928 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21933/tid=21938] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21938/stat : 21938 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285832 9856040960 18961 33554432000 1073741824 1073778376 140736827469664 139920171464872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21933/tid=21939] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21939/stat : 21939 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285832 9856040960 18961 33554432000 1073741824 1073778376 140736827469664 139920052054312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21933/tid=21940] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21940/stat : 21940 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285832 9856040960 18961 33554432000 1073741824 1073778376 140736827469664 139920051002280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21941] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21941/stat : 21941 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285832 9856040960 18961 33554432000 1073741824 1073778376 140736827469664 139920049949736 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21933/tid=21942] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21942/stat : 21942 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285832 9856040960 18961 33554432000 1073741824 1073778376 140736827469664 139920048896680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21943] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21943/stat : 21943 (java) S 21930 21933 21384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30285832 9856040960 18961 33554432000 1073741824 1073778376 140736827469664 139920047844136 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21944] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21944/stat : 21944 (java) S 21930 21933 21384 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30285833 9856040960 18961 33554432000 1073741824 1073778376 140736827469664 139919565515112 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21945] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21945/stat : 21945 (java) S 21930 21933 21384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30285833 9856040960 18961 33554432000 1073741824 1073778376 140736827469664 139919564461432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21946] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21946/stat : 21946 (java) S 21930 21933 21384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30285833 9856040960 18961 33554432000 1073741824 1073778376 140736827469664 139919563408264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21947] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21947/stat : 21947 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285836 9856040960 18961 33554432000 1073741824 1073778376 140736827469664 139919562357008 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21948] ppid=21930 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/21933/task/21948/stat : 21948 (java) S 21930 21933 21384 0 -1 4202560 4257 0 0 0 49 0 0 0 20 0 19 0 30285836 9856040960 18961 33554432000 1073741824 1073778376 140736827469664 139919561304888 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21949] ppid=21930 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/21933/task/21949/stat : 21949 (java) S 21930 21933 21384 0 -1 4202560 5428 0 0 0 41 0 0 0 20 0 19 0 30285836 9856040960 18961 33554432000 1073741824 1073778376 140736827469664 139919560252344 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21933/tid=21950] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21950/stat : 21950 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285836 9856040960 18961 33554432000 1073741824 1073778376 140736827469664 139919559199480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21933/tid=21951] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21951/stat : 21951 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285836 9856040960 18961 33554432000 1073741824 1073778376 140736827469664 139919558147144 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21952] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21952/stat : 21952 (java) S 21930 21933 21384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30285868 9856040960 18961 33554432000 1073741824 1073778376 140736827469664 139919557092392 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.01 2.05 2.06 3/213 21952
/proc/meminfo: memFree=30440100/32872528 swapFree=241348/274052
[pid=21933] ppid=21930 vsize=9625040 CPUtime=4.19 cores=1,3,5,7
/proc/21933/stat : 21933 (java) S 21930 21933 21384 0 -1 4202496 15959 0 1 0 416 3 0 0 20 0 19 0 30285829 9856040960 23084 33554432000 1073741824 1073778376 140736827469664 140736827460800 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21933/statm: 2406260 23084 2273 9 0 2396937 0
[pid=21933/tid=21935] ppid=21930 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/21933/task/21935/stat : 21935 (java) R 21930 21933 21384 0 -1 4202560 2466 0 1 0 303 2 0 0 20 0 19 0 30285830 9856040960 23084 33554432000 1073741824 1073778376 140736827469664 139920212077128 139920052902358 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21933/tid=21936] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21936/stat : 21936 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285832 9856040960 23084 33554432000 1073741824 1073778376 140736827469664 139920173570472 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21937] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21937/stat : 21937 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285832 9856040960 23084 33554432000 1073741824 1073778376 140736827469664 139920172517928 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21933/tid=21938] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21938/stat : 21938 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285832 9856040960 23084 33554432000 1073741824 1073778376 140736827469664 139920171464872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21933/tid=21939] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21939/stat : 21939 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285832 9856040960 23084 33554432000 1073741824 1073778376 140736827469664 139920052054312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21933/tid=21940] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21940/stat : 21940 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285832 9856040960 23084 33554432000 1073741824 1073778376 140736827469664 139920051002280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21941] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21941/stat : 21941 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285832 9856040960 23084 33554432000 1073741824 1073778376 140736827469664 139920049949736 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21933/tid=21942] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21942/stat : 21942 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285832 9856040960 23084 33554432000 1073741824 1073778376 140736827469664 139920048896680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21943] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21943/stat : 21943 (java) S 21930 21933 21384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30285832 9856040960 23084 33554432000 1073741824 1073778376 140736827469664 139920047844136 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21944] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21944/stat : 21944 (java) S 21930 21933 21384 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30285833 9856040960 23084 33554432000 1073741824 1073778376 140736827469664 139919565515112 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21945] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21945/stat : 21945 (java) S 21930 21933 21384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30285833 9856040960 23084 33554432000 1073741824 1073778376 140736827469664 139919564461432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21946] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21946/stat : 21946 (java) S 21930 21933 21384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30285833 9856040960 23084 33554432000 1073741824 1073778376 140736827469664 139919563408264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21947] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21947/stat : 21947 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285836 9856040960 23084 33554432000 1073741824 1073778376 140736827469664 139919562357008 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21948] ppid=21930 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/21933/task/21948/stat : 21948 (java) S 21930 21933 21384 0 -1 4202560 6770 0 0 0 60 1 0 0 20 0 19 0 30285836 9856040960 23084 33554432000 1073741824 1073778376 140736827469664 139919561304888 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21949] ppid=21930 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/21933/task/21949/stat : 21949 (java) S 21930 21933 21384 0 -1 4202560 5452 0 0 0 49 0 0 0 20 0 19 0 30285836 9856040960 23084 33554432000 1073741824 1073778376 140736827469664 139919560252344 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21933/tid=21950] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21950/stat : 21950 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285836 9856040960 23084 33554432000 1073741824 1073778376 140736827469664 139919559199480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21933/tid=21951] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21951/stat : 21951 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285836 9856040960 23084 33554432000 1073741824 1073778376 140736827469664 139919558147144 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21952] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21952/stat : 21952 (java) S 21930 21933 21384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30285868 9856040960 23084 33554432000 1073741824 1073778376 140736827469664 139919557092392 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.01 2.05 2.06 5/212 22212
/proc/meminfo: memFree=30974992/32872528 swapFree=241348/274052
[pid=21933] ppid=21930 vsize=9625040 CPUtime=7.54 cores=1,3,5,7
/proc/21933/stat : 21933 (java) S 21930 21933 21384 0 -1 4202496 18478 0 1 0 750 4 0 0 20 0 19 0 30285829 9856040960 26832 33554432000 1073741824 1073778376 140736827469664 140736827460800 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21933/statm: 2406260 26832 2274 9 0 2396937 0
[pid=21933/tid=21935] ppid=21930 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/21933/task/21935/stat : 21935 (java) R 21930 21933 21384 0 -1 4202560 2477 0 1 0 623 2 0 0 20 0 19 0 30285830 9856040960 26832 33554432000 1073741824 1073778376 140736827469664 139920212070112 139920052568517 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21933/tid=21936] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21936/stat : 21936 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285832 9856040960 26832 33554432000 1073741824 1073778376 140736827469664 139920173570472 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21937] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21937/stat : 21937 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285832 9856040960 26832 33554432000 1073741824 1073778376 140736827469664 139920172517928 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21933/tid=21938] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21938/stat : 21938 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285832 9856040960 26832 33554432000 1073741824 1073778376 140736827469664 139920171464872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21933/tid=21939] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21939/stat : 21939 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285832 9856040960 26832 33554432000 1073741824 1073778376 140736827469664 139920052054312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21933/tid=21940] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21940/stat : 21940 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285832 9856040960 26832 33554432000 1073741824 1073778376 140736827469664 139920051002280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21941] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21941/stat : 21941 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285832 9856040960 26832 33554432000 1073741824 1073778376 140736827469664 139920049949736 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21933/tid=21942] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21942/stat : 21942 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285832 9856040960 26832 33554432000 1073741824 1073778376 140736827469664 139920048896680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21943] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21943/stat : 21943 (java) S 21930 21933 21384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30285832 9856040960 26832 33554432000 1073741824 1073778376 140736827469664 139920047844136 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21944] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21944/stat : 21944 (java) S 21930 21933 21384 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30285833 9856040960 26832 33554432000 1073741824 1073778376 140736827469664 139919565515112 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21945] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21945/stat : 21945 (java) S 21930 21933 21384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30285833 9856040960 26832 33554432000 1073741824 1073778376 140736827469664 139919564461432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21946] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21946/stat : 21946 (java) S 21930 21933 21384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30285833 9856040960 26832 33554432000 1073741824 1073778376 140736827469664 139919563408264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21947] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21947/stat : 21947 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285836 9856040960 26832 33554432000 1073741824 1073778376 140736827469664 139919562357008 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21948] ppid=21930 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/21933/task/21948/stat : 21948 (java) S 21930 21933 21384 0 -1 4202560 9277 0 0 0 74 2 0 0 20 0 19 0 30285836 9856040960 26832 33554432000 1073741824 1073778376 140736827469664 139919561304888 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21949] ppid=21930 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/21933/task/21949/stat : 21949 (java) S 21930 21933 21384 0 -1 4202560 5452 0 0 0 50 0 0 0 20 0 19 0 30285836 9856040960 26832 33554432000 1073741824 1073778376 140736827469664 139919560252344 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21933/tid=21950] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21950/stat : 21950 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285836 9856040960 26832 33554432000 1073741824 1073778376 140736827469664 139919559199480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21933/tid=21951] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21951/stat : 21951 (java) S 21930 21933 21384 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30285836 9856040960 26832 33554432000 1073741824 1073778376 140736827469664 139919558147144 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21952] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21952/stat : 21952 (java) S 21930 21933 21384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30285868 9856040960 26832 33554432000 1073741824 1073778376 140736827469664 139919557092392 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 9625040


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

[pid=21933/tid=21952] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21952/stat : 21952 (java) S 21930 21933 21384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30285868 9856040960 79004 33554432000 1073741824 1073778376 140736827469664 139919557092392 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1733.21
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/213 22280
/proc/meminfo: memFree=27173060/32872528 swapFree=241348/274052
[pid=21933] ppid=21930 vsize=9625040 CPUtime=1793.8 cores=1,3,5,7
/proc/21933/stat : 21933 (java) S 21930 21933 21384 0 -1 4202496 28404 0 1 0 179212 168 0 0 20 0 19 0 30285829 9856040960 80670 33554432000 1073741824 1073778376 140736827469664 140736827460800 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21933/statm: 2406260 80670 2296 9 0 2396937 0
[pid=21933/tid=21935] ppid=21930 vsize=9625040 CPUtime=1770.3 cores=1,3,5,7
/proc/21933/task/21935/stat : 21935 (java) R 21930 21933 21384 0 -1 4202560 2733 0 1 0 177001 29 0 0 20 0 19 0 30285830 9856040960 80670 33554432000 1073741824 1073778376 140736827469664 139920212077808 139920052683008 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21933/tid=21936] ppid=21930 vsize=9625040 CPUtime=1.68 cores=1,3,5,7
/proc/21933/task/21936/stat : 21936 (java) S 21930 21933 21384 0 -1 4202560 932 0 0 0 154 14 0 0 20 0 19 0 30285832 9856040960 80670 33554432000 1073741824 1073778376 140736827469664 139920173570472 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21937] ppid=21930 vsize=9625040 CPUtime=1.75 cores=1,3,5,7
/proc/21933/task/21937/stat : 21937 (java) S 21930 21933 21384 0 -1 4202560 1226 0 0 0 158 17 0 0 20 0 19 0 30285832 9856040960 80670 33554432000 1073741824 1073778376 140736827469664 139920172517928 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21933/tid=21938] ppid=21930 vsize=9625040 CPUtime=1.73 cores=1,3,5,7
/proc/21933/task/21938/stat : 21938 (java) S 21930 21933 21384 0 -1 4202560 999 0 0 0 158 15 0 0 20 0 19 0 30285832 9856040960 80670 33554432000 1073741824 1073778376 140736827469664 139920171464872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21939] ppid=21930 vsize=9625040 CPUtime=1.8 cores=1,3,5,7
/proc/21933/task/21939/stat : 21939 (java) S 21930 21933 21384 0 -1 4202560 651 0 0 0 166 14 0 0 20 0 19 0 30285832 9856040960 80670 33554432000 1073741824 1073778376 140736827469664 139920052054312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21940] ppid=21930 vsize=9625040 CPUtime=1.86 cores=1,3,5,7
/proc/21933/task/21940/stat : 21940 (java) S 21930 21933 21384 0 -1 4202560 907 0 0 0 168 18 0 0 20 0 19 0 30285832 9856040960 80670 33554432000 1073741824 1073778376 140736827469664 139920051002280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21941] ppid=21930 vsize=9625040 CPUtime=1.64 cores=1,3,5,7
/proc/21933/task/21941/stat : 21941 (java) S 21930 21933 21384 0 -1 4202560 971 0 0 0 149 15 0 0 20 0 19 0 30285832 9856040960 80670 33554432000 1073741824 1073778376 140736827469664 139920049949736 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21942] ppid=21930 vsize=9625040 CPUtime=1.61 cores=1,3,5,7
/proc/21933/task/21942/stat : 21942 (java) S 21930 21933 21384 0 -1 4202560 1113 0 0 0 148 13 0 0 20 0 19 0 30285832 9856040960 80670 33554432000 1073741824 1073778376 140736827469664 139920048896680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21943] ppid=21930 vsize=9625040 CPUtime=1.7 cores=1,3,5,7
/proc/21933/task/21943/stat : 21943 (java) S 21930 21933 21384 0 -1 4202560 1421 0 0 0 152 18 0 0 20 0 19 0 30285832 9856040960 80670 33554432000 1073741824 1073778376 140736827469664 139920047844136 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21933/tid=21944] ppid=21930 vsize=9625040 CPUtime=3.29 cores=1,3,5,7
/proc/21933/task/21944/stat : 21944 (java) S 21930 21933 21384 0 -1 4202560 1356 0 0 0 324 5 0 0 20 0 19 0 30285833 9856040960 80670 33554432000 1073741824 1073778376 140736827469664 139919565515112 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21945] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21945/stat : 21945 (java) S 21930 21933 21384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30285833 9856040960 80670 33554432000 1073741824 1073778376 140736827469664 139919564461432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21946] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21946/stat : 21946 (java) S 21930 21933 21384 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30285833 9856040960 80670 33554432000 1073741824 1073778376 140736827469664 139919563408264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21947] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21947/stat : 21947 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285836 9856040960 80670 33554432000 1073741824 1073778376 140736827469664 139919562357008 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21948] ppid=21930 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/21933/task/21948/stat : 21948 (java) S 21930 21933 21384 0 -1 4202560 9281 0 0 0 79 2 0 0 20 0 19 0 30285836 9856040960 80670 33554432000 1073741824 1073778376 140736827469664 139919561304888 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21949] ppid=21930 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/21933/task/21949/stat : 21949 (java) S 21930 21933 21384 0 -1 4202560 5452 0 0 0 50 0 0 0 20 0 19 0 30285836 9856040960 80670 33554432000 1073741824 1073778376 140736827469664 139919560252344 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21933/tid=21950] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21950/stat : 21950 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285836 9856040960 80670 33554432000 1073741824 1073778376 140736827469664 139919559199480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21933/tid=21951] ppid=21930 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/21933/task/21951/stat : 21951 (java) S 21930 21933 21384 0 -1 4202560 104 0 0 0 32 36 0 0 20 0 19 0 30285836 9856040960 80670 33554432000 1073741824 1073778376 140736827469664 139919558147144 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21952] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21952/stat : 21952 (java) S 21930 21933 21384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30285868 9856040960 80670 33554432000 1073741824 1073778376 140736827469664 139919557092392 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1793.8
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.5 s]
/proc/loadavg: 2.02 2.02 2.00 3/213 22280
/proc/meminfo: memFree=27175108/32872528 swapFree=241348/274052
[pid=21933] ppid=21930 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/21933/stat : 21933 (java) S 21930 21933 21384 0 -1 4202496 28407 0 1 0 179835 169 0 0 20 0 19 0 30285829 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 140736827460800 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21933/statm: 2406260 80672 2296 9 0 2396937 0
[pid=21933/tid=21935] ppid=21930 vsize=9625040 CPUtime=1776.47 cores=1,3,5,7
/proc/21933/task/21935/stat : 21935 (java) R 21930 21933 21384 0 -1 4202560 2734 0 1 0 177617 30 0 0 20 0 19 0 30285830 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139920212077808 139920052817734 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21933/tid=21936] ppid=21930 vsize=9625040 CPUtime=1.68 cores=1,3,5,7
/proc/21933/task/21936/stat : 21936 (java) S 21930 21933 21384 0 -1 4202560 932 0 0 0 154 14 0 0 20 0 19 0 30285832 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139920173570472 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21933/tid=21937] ppid=21930 vsize=9625040 CPUtime=1.76 cores=1,3,5,7
/proc/21933/task/21937/stat : 21937 (java) S 21930 21933 21384 0 -1 4202560 1226 0 0 0 159 17 0 0 20 0 19 0 30285832 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139920172517928 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21938] ppid=21930 vsize=9625040 CPUtime=1.74 cores=1,3,5,7
/proc/21933/task/21938/stat : 21938 (java) S 21930 21933 21384 0 -1 4202560 999 0 0 0 159 15 0 0 20 0 19 0 30285832 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139920171464872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21933/tid=21939] ppid=21930 vsize=9625040 CPUtime=1.81 cores=1,3,5,7
/proc/21933/task/21939/stat : 21939 (java) S 21930 21933 21384 0 -1 4202560 651 0 0 0 167 14 0 0 20 0 19 0 30285832 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139920052054312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21940] ppid=21930 vsize=9625040 CPUtime=1.87 cores=1,3,5,7
/proc/21933/task/21940/stat : 21940 (java) S 21930 21933 21384 0 -1 4202560 907 0 0 0 169 18 0 0 20 0 19 0 30285832 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139920051002280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21941] ppid=21930 vsize=9625040 CPUtime=1.65 cores=1,3,5,7
/proc/21933/task/21941/stat : 21941 (java) S 21930 21933 21384 0 -1 4202560 971 0 0 0 150 15 0 0 20 0 19 0 30285832 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139920049949736 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21933/tid=21942] ppid=21930 vsize=9625040 CPUtime=1.62 cores=1,3,5,7
/proc/21933/task/21942/stat : 21942 (java) S 21930 21933 21384 0 -1 4202560 1115 0 0 0 149 13 0 0 20 0 19 0 30285832 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139920048896680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21933/tid=21943] ppid=21930 vsize=9625040 CPUtime=1.72 cores=1,3,5,7
/proc/21933/task/21943/stat : 21943 (java) S 21930 21933 21384 0 -1 4202560 1421 0 0 0 154 18 0 0 20 0 19 0 30285832 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139920047844136 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21944] ppid=21930 vsize=9625040 CPUtime=3.29 cores=1,3,5,7
/proc/21933/task/21944/stat : 21944 (java) S 21930 21933 21384 0 -1 4202560 1356 0 0 0 324 5 0 0 20 0 19 0 30285833 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139919565515112 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21933/tid=21945] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21945/stat : 21945 (java) S 21930 21933 21384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30285833 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139919564461432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21946] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21946/stat : 21946 (java) S 21930 21933 21384 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30285833 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139919563408264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21947] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21947/stat : 21947 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285836 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139919562357008 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21948] ppid=21930 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/21933/task/21948/stat : 21948 (java) S 21930 21933 21384 0 -1 4202560 9281 0 0 0 79 2 0 0 20 0 19 0 30285836 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139919561304888 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21949] ppid=21930 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/21933/task/21949/stat : 21949 (java) S 21930 21933 21384 0 -1 4202560 5452 0 0 0 50 0 0 0 20 0 19 0 30285836 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139919560252344 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21933/tid=21950] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21950/stat : 21950 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285836 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139919559199480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21933/tid=21951] ppid=21930 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/21933/task/21951/stat : 21951 (java) S 21930 21933 21384 0 -1 4202560 104 0 0 0 33 36 0 0 20 0 19 0 30285836 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139919558147144 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21952] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21952/stat : 21952 (java) S 21930 21933 21384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30285868 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139919557092392 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1788.5 s]
/proc/loadavg: 2.02 2.02 2.00 3/213 22280
/proc/meminfo: memFree=27175108/32872528 swapFree=241348/274052
[pid=21933] ppid=21930 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/21933/stat : 21933 (java) S 21930 21933 21384 0 -1 4202496 28407 0 1 0 179835 169 0 0 20 0 19 0 30285829 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 140736827460800 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21933/statm: 2406260 80672 2296 9 0 2396937 0
[pid=21933/tid=21935] ppid=21930 vsize=9625040 CPUtime=1776.47 cores=1,3,5,7
/proc/21933/task/21935/stat : 21935 (java) R 21930 21933 21384 0 -1 4202560 2734 0 1 0 177617 30 0 0 20 0 19 0 30285830 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139920212077808 139920052817734 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21933/tid=21936] ppid=21930 vsize=9625040 CPUtime=1.68 cores=1,3,5,7
/proc/21933/task/21936/stat : 21936 (java) S 21930 21933 21384 0 -1 4202560 932 0 0 0 154 14 0 0 20 0 19 0 30285832 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139920173570472 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21933/tid=21937] ppid=21930 vsize=9625040 CPUtime=1.76 cores=1,3,5,7
/proc/21933/task/21937/stat : 21937 (java) S 21930 21933 21384 0 -1 4202560 1226 0 0 0 159 17 0 0 20 0 19 0 30285832 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139920172517928 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21938] ppid=21930 vsize=9625040 CPUtime=1.74 cores=1,3,5,7
/proc/21933/task/21938/stat : 21938 (java) S 21930 21933 21384 0 -1 4202560 999 0 0 0 159 15 0 0 20 0 19 0 30285832 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139920171464872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21933/tid=21939] ppid=21930 vsize=9625040 CPUtime=1.81 cores=1,3,5,7
/proc/21933/task/21939/stat : 21939 (java) S 21930 21933 21384 0 -1 4202560 651 0 0 0 167 14 0 0 20 0 19 0 30285832 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139920052054312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21940] ppid=21930 vsize=9625040 CPUtime=1.87 cores=1,3,5,7
/proc/21933/task/21940/stat : 21940 (java) S 21930 21933 21384 0 -1 4202560 907 0 0 0 169 18 0 0 20 0 19 0 30285832 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139920051002280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21941] ppid=21930 vsize=9625040 CPUtime=1.65 cores=1,3,5,7
/proc/21933/task/21941/stat : 21941 (java) S 21930 21933 21384 0 -1 4202560 971 0 0 0 150 15 0 0 20 0 19 0 30285832 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139920049949736 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21933/tid=21942] ppid=21930 vsize=9625040 CPUtime=1.62 cores=1,3,5,7
/proc/21933/task/21942/stat : 21942 (java) S 21930 21933 21384 0 -1 4202560 1115 0 0 0 149 13 0 0 20 0 19 0 30285832 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139920048896680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21933/tid=21943] ppid=21930 vsize=9625040 CPUtime=1.72 cores=1,3,5,7
/proc/21933/task/21943/stat : 21943 (java) S 21930 21933 21384 0 -1 4202560 1421 0 0 0 154 18 0 0 20 0 19 0 30285832 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139920047844136 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21944] ppid=21930 vsize=9625040 CPUtime=3.29 cores=1,3,5,7
/proc/21933/task/21944/stat : 21944 (java) S 21930 21933 21384 0 -1 4202560 1356 0 0 0 324 5 0 0 20 0 19 0 30285833 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139919565515112 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21933/tid=21945] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21945/stat : 21945 (java) S 21930 21933 21384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30285833 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139919564461432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21946] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21946/stat : 21946 (java) S 21930 21933 21384 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30285833 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139919563408264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21947] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21947/stat : 21947 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285836 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139919562357008 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21948] ppid=21930 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/21933/task/21948/stat : 21948 (java) S 21930 21933 21384 0 -1 4202560 9281 0 0 0 79 2 0 0 20 0 19 0 30285836 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139919561304888 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21949] ppid=21930 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/21933/task/21949/stat : 21949 (java) S 21930 21933 21384 0 -1 4202560 5452 0 0 0 50 0 0 0 20 0 19 0 30285836 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139919560252344 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21933/tid=21950] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21950/stat : 21950 (java) S 21930 21933 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285836 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139919559199480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21933/tid=21951] ppid=21930 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/21933/task/21951/stat : 21951 (java) S 21930 21933 21384 0 -1 4202560 104 0 0 0 33 36 0 0 20 0 19 0 30285836 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139919558147144 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21933/tid=21952] ppid=21930 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21933/task/21952/stat : 21952 (java) S 21930 21933 21384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30285868 9856040960 80672 33554432000 1073741824 1073778376 140736827469664 139919557092392 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21933 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=819298
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=110679
# CPU time returned by wait4() is 1795.93
# 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): 1788.54
CPU time (s): 1800.04
CPU user time (s): 1798.35
CPU system time (s): 1.69
CPU usage (%): 100.643
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.82
system time used= 2.11068
maximum resident set size= 892768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28439
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44577
involuntary context switches= 24677

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.6571 second user time and 16.1995 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-18 22:39:18
IDJOB=4106960
IDBENCH=48341
IDSOLVER=2546
FILE ID=node107/4106960-1466282358
RUNJOBID= node107-1466276989-21401
PBS_JOBID= 19918269
Free space on /tmp= 71708 MiB

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

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

MD5SUM BENCH= 6247d91366961bc8ff12c33e03e6ccbd
RANDOM SEED=2049551059

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30514652 kB
Buffers:          161252 kB
Cached:           443820 kB
SwapCached:         3136 kB
Active:           836712 kB
Inactive:         496944 kB
Active(anon):     728044 kB
Inactive(anon):     2864 kB
Active(file):     108668 kB
Inactive(file):   494080 kB
Unevictable:      274052 kB
Mlocked:          241348 kB
SwapTotal:      67108856 kB
SwapFree:       67099620 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:       1039844 kB
Mapped:            17084 kB
Shmem:                 0 kB
Slab:             617204 kB
SReclaimable:      60604 kB
SUnreclaim:       556600 kB
KernelStack:        1776 kB
PageTables:         6240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1076276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    696320 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= 71704 MiB
End job on node107 at 2016-06-18 23:09:07