Trace number 4107029

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.01 1789.33

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_4_15.opb
MD5SUMfd85a298c6b3aae093c5550dd4aa27b8
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.242962
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)12520
Sum of products size (including duplicates)25040
Number of different products6260
Sum of products size12520

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4107029-1466284955.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  no objective function found
1.09/0.51	c ... done. Wall clock time 0.405s.
1.09/0.51	c declared #vars     400
1.09/0.51	c internal #vars     6660
1.09/0.51	c #constraints  13123
1.09/0.51	c constraints type 
1.09/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6260
1.09/0.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1.09/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1.09/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6260
1.09/0.51	c 13123 constraints processed.
3.67/1.91	c cleaning 2515 clauses out of 5029 with flag 10513/5029
5.22/3.23	c cleaning 4243 clauses out of 8486 with flag 23144/11001
6.23/4.21	c cleaning 5623 clauses out of 11247 with flag 38468/18005
7.34/5.35	c cleaning 6812 clauses out of 13625 with flag 55221/26006
8.40/6.38	c cleaning 7883 clauses out of 15807 with flag 74407/35000
9.19/7.17	c cleaning 8948 clauses out of 17924 with flag 97270/45000
10.30/8.25	c cleaning 9995 clauses out of 19992 with flag 121689/56016
11.86/9.71	c cleaning 11005 clauses out of 22011 with flag 147448/68030
13.66/11.52	c cleaning 11975 clauses out of 23977 with flag 175064/81001
15.76/13.67	c cleaning 13005 clauses out of 26011 with flag 204854/95010
18.56/16.42	c cleaning 14010 clauses out of 28022 with flag 236484/110026
21.66/19.56	c cleaning 15015 clauses out of 30032 with flag 270168/126046
26.77/24.41	c cleaning 16031 clauses out of 32066 with flag 307823/143095
32.57/30.29	c cleaning 16973 clauses out of 33947 with flag 345215/161007
35.67/33.33	c cleaning 17972 clauses out of 35968 with flag 386395/180001
40.16/37.80	c cleaning 18997 clauses out of 37995 with flag 428957/200000
46.27/43.90	c cleaning 20010 clauses out of 40022 with flag 473030/221024
54.18/51.61	c cleaning 21009 clauses out of 42020 with flag 518874/243032
63.28/60.70	c cleaning 21993 clauses out of 43987 with flag 566466/266008
73.28/70.74	c cleaning 23010 clauses out of 46026 with flag 617480/290040
78.26/75.65	c cleaning 23947 clauses out of 47977 with flag 672637/315001
85.07/82.41	c cleaning 24995 clauses out of 50041 with flag 728158/341012
93.87/91.29	c cleaning 26027 clauses out of 52060 with flag 785200/368026
104.77/102.11	c cleaning 26997 clauses out of 54007 with flag 843749/396000
109.56/106.73	c cleaning 27994 clauses out of 56010 with flag 913626/425000
114.46/111.65	c cleaning 29017 clauses out of 58035 with flag 983176/455019
120.77/117.74	c cleaning 30005 clauses out of 60011 with flag 1053803/486012
127.76/124.72	c cleaning 31003 clauses out of 62010 with flag 1125867/518016
134.76/131.76	c cleaning 31969 clauses out of 63994 with flag 1200023/551003
143.02/139.78	c cleaning 33007 clauses out of 66022 with flag 1275566/585000
151.61/148.32	c cleaning 34013 clauses out of 68029 with flag 1353405/620014
161.36/157.80	c cleaning 34996 clauses out of 70009 with flag 1433198/656007
172.46/168.79	c cleaning 35991 clauses out of 72006 with flag 1514421/693000
183.76/180.05	c cleaning 37002 clauses out of 74015 with flag 1597840/731000
195.70/191.88	c cleaning 37986 clauses out of 76013 with flag 1683559/770000
209.06/205.11	c cleaning 39015 clauses out of 78033 with flag 1770853/810006
223.85/219.83	c cleaning 40015 clauses out of 80033 with flag 1859946/851021
239.55/235.47	c cleaning 41001 clauses out of 82011 with flag 1952120/893014
255.44/251.25	c cleaning 41963 clauses out of 83996 with flag 2045456/936000
272.15/267.86	c cleaning 43016 clauses out of 86036 with flag 2140745/980003
290.23/285.82	c cleaning 44006 clauses out of 88017 with flag 2237977/1025000
310.21/305.73	c cleaning 45021 clauses out of 90046 with flag 2337476/1071035
331.87/327.33	c cleaning 45991 clauses out of 91991 with flag 2438688/1118001
355.66/351.01	c cleaning 47010 clauses out of 94023 with flag 2542208/1166024
379.74/374.98	c cleaning 47993 clauses out of 95990 with flag 2647789/1215001
409.83/404.93	c cleaning 49003 clauses out of 98010 with flag 2755245/1265014
451.30/446.37	c cleaning 50025 clauses out of 100053 with flag 2862430/1316060
512.53/507.30	c cleaning 50948 clauses out of 101981 with flag 2975573/1368013
558.53/553.21	c cleaning 52010 clauses out of 104020 with flag 3085494/1421000
594.71/589.26	c cleaning 52991 clauses out of 106011 with flag 3197486/1475001
622.58/617.02	c cleaning 54016 clauses out of 108032 with flag 3314361/1530013
652.15/646.50	c cleaning 54997 clauses out of 110004 with flag 3439504/1586001
683.32/677.48	c cleaning 55986 clauses out of 112006 with flag 3580217/1643000
724.17/718.23	c cleaning 56995 clauses out of 114022 with flag 3702073/1701002
765.16/759.03	c cleaning 58022 clauses out of 116044 with flag 3824841/1760019
793.37/787.16	c cleaning 58996 clauses out of 118004 with flag 3958693/1820001
831.97/825.69	c cleaning 60039 clauses out of 120078 with flag 4105573/1881071
886.15/879.63	c cleaning 60988 clauses out of 122005 with flag 4233277/1943037
934.17/927.42	c cleaning 62001 clauses out of 124001 with flag 4366523/2006021
973.38/966.51	c cleaning 63002 clauses out of 126003 with flag 4503170/2070024
1017.50/1010.55	c cleaning 63976 clauses out of 127977 with flag 4641801/2135000
1088.04/1080.97	c cleaning 64992 clauses out of 130002 with flag 4781087/2201001
1137.57/1130.26	c cleaning 66000 clauses out of 132009 with flag 4927671/2268000
1187.01/1179.44	c cleaning 67019 clauses out of 134038 with flag 5077667/2336029
1237.52/1229.70	c cleaning 67982 clauses out of 135994 with flag 5224043/2405004
1280.50/1272.59	c cleaning 68994 clauses out of 138008 with flag 5377744/2475000
1327.67/1319.45	c cleaning 70004 clauses out of 140020 with flag 5532000/2546006
1400.10/1391.64	c cleaning 71002 clauses out of 142010 with flag 5693344/2618000
1455.99/1447.37	c cleaning 72010 clauses out of 144026 with flag 5851210/2691018
1513.41/1504.42	c cleaning 73009 clauses out of 146017 with flag 6020682/2765019
1580.15/1570.98	c cleaning 73978 clauses out of 147989 with flag 6185740/2840000
1625.70/1616.29	c cleaning 74991 clauses out of 150012 with flag 6346220/2916001
1708.36/1698.50	c cleaning 76024 clauses out of 152049 with flag 6510556/2993029
1794.55/1783.98	c cleaning 76979 clauses out of 154001 with flag 6687705/3071005
1800.01/1789.30	c starts		: 2490
1800.01/1789.30	c conflicts		: 3084605
1800.01/1789.30	c decisions		: 5372911
1800.01/1789.30	c propagations		: 74877226
1800.01/1789.30	c inspects		: 34241242911
1800.01/1789.30	c shortcuts		: 0
1800.01/1789.30	c learnt literals	: 0
1800.01/1789.30	c learnt binary clauses	: 0
1800.01/1789.30	c learnt ternary clauses	: 297
1800.01/1789.30	c learnt constraints	: 3084605
1800.01/1789.30	c ignored constraints	: 0
1800.01/1789.30	c root simplifications	: 0
1800.01/1789.30	c removed literals (reason simplification)	: 0
1800.01/1789.30	c reason swapping (by a shorter reason)	: 0
1800.01/1789.30	c Calls to reduceDB	: 74
1800.01/1789.30	c Number of update (reduction) of LBD	: 381462
1800.01/1789.30	c Imported unit clauses	: 0
1800.01/1789.30	c number of reductions to clauses (during analyze)	: 0
1800.01/1789.30	c number of learned constraints concerned by reduction	: 0
1800.01/1789.30	c number of learning phase by resolution	: 0
1800.01/1789.30	c number of learning phase by cutting planes	: 0
1800.01/1789.30	c speed (assignments/second)	: 41859.22247869646
1800.01/1789.30	c non guided choices	6425
1800.01/1789.30	c timeout
1800.01/1789.33	c learnt constraints type 
1800.01/1789.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 90623
1800.01/1789.33	s UNKNOWN
1800.01/1789.33	c Total wall clock time (in seconds): 1789.226

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-4107029-1466284955/watcher-4107029-1466284955 -o /tmp/evaluation-result-4107029-1466284955/solver-4107029-1466284955 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466275999-22551 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4107029-1466284955.opb 

pid=23802
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.33 2.23 2.19 3/194 23805
/proc/meminfo: memFree=27004948/32872528 swapFree=1103996/1183712
[pid=23805] ppid=23802 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/23805/stat : 23805 (java) S 23802 23805 22534 0 -1 4202496 1243 0 0 0 0 0 0 0 20 0 2 0 30544525 91889664 886 33554432000 1073741824 1073778376 140735091176816 140735091167952 271790932029 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23805/statm: 22435 887 670 9 0 16770 0
[pid=23805/tid=23806] ppid=23802 vsize=91880 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23806/stat : 23806 (java) R 23802 23805 22534 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 2 0 30544525 94085120 906 33554432000 1073741824 1073778376 140735091176816 140735091165880 271778410375 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100166 s]
/proc/loadavg: 2.33 2.23 2.19 3/194 23805
/proc/meminfo: memFree=27004948/32872528 swapFree=1103996/1183712
[pid=23805] ppid=23802 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/23805/stat : 23805 (java) S 23802 23805 22534 0 -1 4202496 4453 0 1 0 10 0 0 0 20 0 18 0 30544525 9787879424 6088 33554432000 1073741824 1073778376 140735091176816 140735091167952 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23805/statm: 2389619 6088 2155 9 0 2380296 0
[pid=23805/tid=23806] ppid=23802 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/23805/task/23806/stat : 23806 (java) R 23802 23805 22534 0 -1 4202560 2379 0 1 0 7 0 0 0 20 0 18 0 30544525 9787879424 6089 33554432000 1073741824 1073778376 140735091176816 140133671918496 271790957837 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200391 s]
/proc/loadavg: 2.33 2.23 2.19 3/194 23805
/proc/meminfo: memFree=27004948/32872528 swapFree=1103996/1183712
[pid=23805] ppid=23802 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/23805/stat : 23805 (java) S 23802 23805 22534 0 -1 4202496 4712 0 1 0 25 0 0 0 20 0 18 0 30544525 9787879424 6786 33554432000 1073741824 1073778376 140735091176816 140735091167952 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23805/statm: 2389619 6786 2214 9 0 2380296 0
[pid=23805/tid=23806] ppid=23802 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/23805/task/23806/stat : 23806 (java) R 23802 23805 22534 0 -1 4202560 2402 0 1 0 17 0 0 0 20 0 18 0 30544525 9787879424 6786 33554432000 1073741824 1073778376 140735091176816 140133671918496 140133525442932 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300388 s]
/proc/loadavg: 2.33 2.23 2.19 3/194 23805
/proc/meminfo: memFree=27004948/32872528 swapFree=1103996/1183712
[pid=23805] ppid=23802 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/23805/stat : 23805 (java) S 23802 23805 22534 0 -1 4202496 6316 0 1 0 48 1 0 0 20 0 18 0 30544525 9787879424 9453 33554432000 1073741824 1073778376 140735091176816 140735091167952 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23805/statm: 2389619 9459 2243 9 0 2380296 0
[pid=23805/tid=23806] ppid=23802 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/23805/task/23806/stat : 23806 (java) R 23802 23805 22534 0 -1 4202560 2406 0 1 0 27 0 0 0 20 0 18 0 30544525 9787879424 9462 33554432000 1073741824 1073778376 140735091176816 140133671918496 140133525479750 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700357 s]
/proc/loadavg: 2.33 2.23 2.19 3/194 23805
/proc/meminfo: memFree=27004948/32872528 swapFree=1103996/1183712
[pid=23805] ppid=23802 vsize=9625040 CPUtime=1.69 cores=1,3,5,7
/proc/23805/stat : 23805 (java) S 23802 23805 22534 0 -1 4202496 31142 0 1 0 164 5 0 0 20 0 19 0 30544525 9856040960 34698 33554432000 1073741824 1073778376 140735091176816 140735091167952 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23805/statm: 2406260 34698 2261 9 0 2396937 0
[pid=23805/tid=23806] ppid=23802 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/23805/task/23806/stat : 23806 (java) R 23802 23805 22534 0 -1 4202560 2477 0 1 0 66 1 0 0 20 0 19 0 30544525 9856040960 34698 33554432000 1073741824 1073778376 140735091176816 140133671911576 140133525470527 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.47 2.26 2.20 5/213 23824
/proc/meminfo: memFree=26874596/32872528 swapFree=1103996/1183712
[pid=23805] ppid=23802 vsize=9625040 CPUtime=3.26 cores=1,3,5,7
/proc/23805/stat : 23805 (java) S 23802 23805 22534 0 -1 4202496 32749 0 1 0 321 5 0 0 20 0 19 0 30544525 9856040960 36132 33554432000 1073741824 1073778376 140735091176816 140735091167952 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23805/statm: 2406260 36132 2272 9 0 2396937 0
[pid=23805/tid=23806] ppid=23802 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/23805/task/23806/stat : 23806 (java) R 23802 23805 22534 0 -1 4202560 2480 0 1 0 145 1 0 0 20 0 19 0 30544525 9856040960 36132 33554432000 1073741824 1073778376 140735091176816 140133671919640 140133526138786 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23808] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23808/stat : 23808 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544526 9856040960 36132 33554432000 1073741824 1073778376 140735091176816 140133644372392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23809] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23809/stat : 23809 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544526 9856040960 36132 33554432000 1073741824 1073778376 140735091176816 140133514390056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23810] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23810/stat : 23810 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544526 9856040960 36132 33554432000 1073741824 1073778376 140735091176816 140133513337000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23805/tid=23811] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23811/stat : 23811 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544526 9856040960 36132 33554432000 1073741824 1073778376 140735091176816 140133512284456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23812] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23812/stat : 23812 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544526 9856040960 36132 33554432000 1073741824 1073778376 140735091176816 140133511232424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23813] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23813/stat : 23813 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544526 9856040960 36132 33554432000 1073741824 1073778376 140735091176816 140133510179880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23814] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23814/stat : 23814 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544526 9856040960 36132 33554432000 1073741824 1073778376 140735091176816 140133173029544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23815] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23815/stat : 23815 (java) S 23802 23805 22534 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30544526 9856040960 36132 33554432000 1073741824 1073778376 140735091176816 140133171977000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23816] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23816/stat : 23816 (java) S 23802 23805 22534 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30544527 9856040960 36132 33554432000 1073741824 1073778376 140735091176816 140133159778664 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23817] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23817/stat : 23817 (java) S 23802 23805 22534 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30544528 9856040960 36132 33554432000 1073741824 1073778376 140735091176816 140133158724984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23818] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23818/stat : 23818 (java) S 23802 23805 22534 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30544528 9856040960 36132 33554432000 1073741824 1073778376 140735091176816 140133157671816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23819] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23819/stat : 23819 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544530 9856040960 36132 33554432000 1073741824 1073778376 140735091176816 140133156620560 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23820] ppid=23802 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/23805/task/23820/stat : 23820 (java) R 23802 23805 22534 0 -1 4202560 13105 0 0 0 88 3 0 0 20 0 19 0 30544530 9856040960 36132 33554432000 1073741824 1073778376 140735091176816 140133155568320 140133678517330 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23821] ppid=23802 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/23805/task/23821/stat : 23821 (java) S 23802 23805 22534 0 -1 4202560 15886 0 0 0 83 2 0 0 20 0 19 0 30544530 9856040960 36132 33554432000 1073741824 1073778376 140735091176816 140133154515896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23822] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23822/stat : 23822 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544530 9856040960 36132 33554432000 1073741824 1073778376 140735091176816 140133153463032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23823] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23823/stat : 23823 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544530 9856040960 36132 33554432000 1073741824 1073778376 140735091176816 140133152410696 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23824] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23824/stat : 23824 (java) S 23802 23805 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30544577 9856040960 36132 33554432000 1073741824 1073778376 140735091176816 140133151355944 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 9625040

[startup+3.1009 s]
/proc/loadavg: 2.47 2.26 2.20 3/213 23824
/proc/meminfo: memFree=26861556/32872528 swapFree=1103996/1183712
[pid=23805] ppid=23802 vsize=9625040 CPUtime=5.12 cores=1,3,5,7
/proc/23805/stat : 23805 (java) S 23802 23805 22534 0 -1 4202496 32855 0 1 0 507 5 0 0 20 0 19 0 30544525 9856040960 39302 33554432000 1073741824 1073778376 140735091176816 140735091167952 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23805/statm: 2406260 39302 2277 9 0 2396937 0
[pid=23805/tid=23806] ppid=23802 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/23805/task/23806/stat : 23806 (java) R 23802 23805 22534 0 -1 4202560 2488 0 1 0 304 1 0 0 20 0 19 0 30544525 9856040960 39302 33554432000 1073741824 1073778376 140735091176816 140133671918952 140133526367333 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23808] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23808/stat : 23808 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544526 9856040960 39302 33554432000 1073741824 1073778376 140735091176816 140133644372392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23809] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23809/stat : 23809 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544526 9856040960 39302 33554432000 1073741824 1073778376 140735091176816 140133514390056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23810] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23810/stat : 23810 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544526 9856040960 39302 33554432000 1073741824 1073778376 140735091176816 140133513337000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23805/tid=23811] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23811/stat : 23811 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544526 9856040960 39302 33554432000 1073741824 1073778376 140735091176816 140133512284456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23812] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23812/stat : 23812 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544526 9856040960 39302 33554432000 1073741824 1073778376 140735091176816 140133511232424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23813] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23813/stat : 23813 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544526 9856040960 39302 33554432000 1073741824 1073778376 140735091176816 140133510179880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23814] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23814/stat : 23814 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544526 9856040960 39302 33554432000 1073741824 1073778376 140735091176816 140133173029544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23815] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23815/stat : 23815 (java) S 23802 23805 22534 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30544526 9856040960 39302 33554432000 1073741824 1073778376 140735091176816 140133171977000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23816] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23816/stat : 23816 (java) S 23802 23805 22534 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 30544527 9856040960 39302 33554432000 1073741824 1073778376 140735091176816 140133159778664 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23817] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23817/stat : 23817 (java) S 23802 23805 22534 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30544528 9856040960 39302 33554432000 1073741824 1073778376 140735091176816 140133158724984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23818] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23818/stat : 23818 (java) S 23802 23805 22534 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30544528 9856040960 39302 33554432000 1073741824 1073778376 140735091176816 140133157671816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23819] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23819/stat : 23819 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544530 9856040960 39302 33554432000 1073741824 1073778376 140735091176816 140133156620560 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23820] ppid=23802 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/23805/task/23820/stat : 23820 (java) S 23802 23805 22534 0 -1 4202560 13108 0 0 0 103 3 0 0 20 0 19 0 30544530 9856040960 39302 33554432000 1073741824 1073778376 140735091176816 140133155568440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23821] ppid=23802 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/23805/task/23821/stat : 23821 (java) S 23802 23805 22534 0 -1 4202560 15980 0 0 0 96 2 0 0 20 0 19 0 30544530 9856040960 39302 33554432000 1073741824 1073778376 140735091176816 140133154515896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23805/tid=23822] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23822/stat : 23822 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544530 9856040960 39302 33554432000 1073741824 1073778376 140735091176816 140133153463032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23823] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23823/stat : 23823 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544530 9856040960 39302 33554432000 1073741824 1073778376 140735091176816 140133152410696 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23824] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23824/stat : 23824 (java) S 23802 23805 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30544577 9856040960 39302 33554432000 1073741824 1073778376 140735091176816 140133151355944 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5.12
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.47 2.26 2.20 3/213 23824
/proc/meminfo: memFree=26846304/32872528 swapFree=1103996/1183712
[pid=23805] ppid=23802 vsize=9625040 CPUtime=8.4 cores=1,3,5,7
/proc/23805/stat : 23805 (java) S 23802 23805 22534 0 -1 4202496 32892 0 1 0 834 6 0 0 20 0 19 0 30544525 9856040960 43973 33554432000 1073741824 1073778376 140735091176816 140735091167952 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23805/statm: 2406260 43973 2277 9 0 2396937 0
[pid=23805/tid=23806] ppid=23802 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/23805/task/23806/stat : 23806 (java) R 23802 23805 22534 0 -1 4202560 2508 0 1 0 622 2 0 0 20 0 19 0 30544525 9856040960 43973 33554432000 1073741824 1073778376 140735091176816 140133671919912 140133526172720 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23808] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23808/stat : 23808 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544526 9856040960 43973 33554432000 1073741824 1073778376 140735091176816 140133644372392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23809] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23809/stat : 23809 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544526 9856040960 43973 33554432000 1073741824 1073778376 140735091176816 140133514390056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23810] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23810/stat : 23810 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544526 9856040960 43973 33554432000 1073741824 1073778376 140735091176816 140133513337000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23805/tid=23811] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23811/stat : 23811 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544526 9856040960 43973 33554432000 1073741824 1073778376 140735091176816 140133512284456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23812] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23812/stat : 23812 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544526 9856040960 43973 33554432000 1073741824 1073778376 140735091176816 140133511232424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23813] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23813/stat : 23813 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544526 9856040960 43973 33554432000 1073741824 1073778376 140735091176816 140133510179880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23814] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23814/stat : 23814 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544526 9856040960 43973 33554432000 1073741824 1073778376 140735091176816 140133173029544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23815] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23815/stat : 23815 (java) S 23802 23805 22534 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30544526 9856040960 43973 33554432000 1073741824 1073778376 140735091176816 140133171977000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23816] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23816/stat : 23816 (java) S 23802 23805 22534 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 30544527 9856040960 43973 33554432000 1073741824 1073778376 140735091176816 140133159778664 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23817] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23817/stat : 23817 (java) S 23802 23805 22534 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30544528 9856040960 43973 33554432000 1073741824 1073778376 140735091176816 140133158724984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23818] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23818/stat : 23818 (java) S 23802 23805 22534 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30544528 9856040960 43973 33554432000 1073741824 1073778376 140735091176816 140133157671816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23819] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23819/stat : 23819 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544530 9856040960 43973 33554432000 1073741824 1073778376 140735091176816 140133156620560 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23820] ppid=23802 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/23805/task/23820/stat : 23820 (java) S 23802 23805 22534 0 -1 4202560 13125 0 0 0 109 3 0 0 20 0 19 0 30544530 9856040960 43973 33554432000 1073741824 1073778376 140735091176816 140133155568440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23821] ppid=23802 vsize=9625040 CPUtime=0.99 cores=1,3,5,7

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

[pid=23805/tid=23824] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23824/stat : 23824 (java) S 23802 23805 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30544577 9856040960 115716 33554432000 1073741824 1073778376 140735091176816 140133151355944 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1732.66
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.07 2.12 2.11 3/213 23934
/proc/meminfo: memFree=26589292/32872528 swapFree=1103996/1183712
[pid=23805] ppid=23802 vsize=9625040 CPUtime=1792.95 cores=1,3,5,7
/proc/23805/stat : 23805 (java) S 23802 23805 22534 0 -1 4202496 39307 0 1 0 179150 145 0 0 20 0 19 0 30544525 9856040960 111144 33554432000 1073741824 1073778376 140735091176816 140735091167952 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23805/statm: 2406260 111144 2299 9 0 2396937 0
[pid=23805/tid=23806] ppid=23802 vsize=9625040 CPUtime=1771.35 cores=1,3,5,7
/proc/23805/task/23806/stat : 23806 (java) R 23802 23805 22534 0 -1 4202560 2656 0 1 0 177100 35 0 0 20 0 19 0 30544525 9856040960 111144 33554432000 1073741824 1073778376 140735091176816 140133671918880 140133525951621 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23808] ppid=23802 vsize=9625040 CPUtime=1.51 cores=1,3,5,7
/proc/23805/task/23808/stat : 23808 (java) S 23802 23805 22534 0 -1 4202560 499 0 0 0 140 11 0 0 20 0 19 0 30544526 9856040960 111144 33554432000 1073741824 1073778376 140735091176816 140133644372392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23809] ppid=23802 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/23805/task/23809/stat : 23809 (java) S 23802 23805 22534 0 -1 4202560 618 0 0 0 134 9 0 0 20 0 19 0 30544526 9856040960 111144 33554432000 1073741824 1073778376 140735091176816 140133514390056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23810] ppid=23802 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/23805/task/23810/stat : 23810 (java) S 23802 23805 22534 0 -1 4202560 671 0 0 0 132 14 0 0 20 0 19 0 30544526 9856040960 111144 33554432000 1073741824 1073778376 140735091176816 140133513337000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23811] ppid=23802 vsize=9625040 CPUtime=1.5 cores=1,3,5,7
/proc/23805/task/23811/stat : 23811 (java) S 23802 23805 22534 0 -1 4202560 727 0 0 0 138 12 0 0 20 0 19 0 30544526 9856040960 111144 33554432000 1073741824 1073778376 140735091176816 140133512284456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23812] ppid=23802 vsize=9625040 CPUtime=1.51 cores=1,3,5,7
/proc/23805/task/23812/stat : 23812 (java) S 23802 23805 22534 0 -1 4202560 719 0 0 0 141 10 0 0 20 0 19 0 30544526 9856040960 111144 33554432000 1073741824 1073778376 140735091176816 140133511232424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23813] ppid=23802 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/23805/task/23813/stat : 23813 (java) S 23802 23805 22534 0 -1 4202560 878 0 0 0 134 12 0 0 20 0 19 0 30544526 9856040960 111144 33554432000 1073741824 1073778376 140735091176816 140133510179880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23814] ppid=23802 vsize=9625040 CPUtime=1.52 cores=1,3,5,7
/proc/23805/task/23814/stat : 23814 (java) S 23802 23805 22534 0 -1 4202560 765 0 0 0 136 16 0 0 20 0 19 0 30544526 9856040960 111144 33554432000 1073741824 1073778376 140735091176816 140133173029544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23815] ppid=23802 vsize=9625040 CPUtime=1.4 cores=1,3,5,7
/proc/23805/task/23815/stat : 23815 (java) S 23802 23805 22534 0 -1 4202560 556 0 0 0 129 11 0 0 20 0 19 0 30544526 9856040960 111144 33554432000 1073741824 1073778376 140735091176816 140133171977000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23805/tid=23816] ppid=23802 vsize=9625040 CPUtime=2.65 cores=1,3,5,7
/proc/23805/task/23816/stat : 23816 (java) S 23802 23805 22534 0 -1 4202560 739 0 0 0 261 4 0 0 20 0 19 0 30544527 9856040960 111144 33554432000 1073741824 1073778376 140735091176816 140133159778664 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23817] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23817/stat : 23817 (java) S 23802 23805 22534 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30544528 9856040960 111144 33554432000 1073741824 1073778376 140735091176816 140133158724984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23818] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23818/stat : 23818 (java) S 23802 23805 22534 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30544528 9856040960 111144 33554432000 1073741824 1073778376 140735091176816 140133157671816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23819] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23819/stat : 23819 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544530 9856040960 111144 33554432000 1073741824 1073778376 140735091176816 140133156620560 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23820] ppid=23802 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/23805/task/23820/stat : 23820 (java) S 23802 23805 22534 0 -1 4202560 13131 0 0 0 118 3 0 0 20 0 19 0 30544530 9856040960 111144 33554432000 1073741824 1073778376 140735091176816 140133155568440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23821] ppid=23802 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/23805/task/23821/stat : 23821 (java) S 23802 23805 22534 0 -1 4202560 15980 0 0 0 97 2 0 0 20 0 19 0 30544530 9856040960 111144 33554432000 1073741824 1073778376 140735091176816 140133154515896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23805/tid=23822] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23822/stat : 23822 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544530 9856040960 111144 33554432000 1073741824 1073778376 140735091176816 140133153463032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23823] ppid=23802 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/23805/task/23823/stat : 23823 (java) S 23802 23805 22534 0 -1 4202560 103 0 0 0 24 36 0 0 20 0 19 0 30544530 9856040960 111144 33554432000 1073741824 1073778376 140735091176816 140133152410696 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23824] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23824/stat : 23824 (java) S 23802 23805 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30544577 9856040960 111144 33554432000 1073741824 1073778376 140735091176816 140133151355944 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1792.95
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.3 s]
/proc/loadavg: 2.14 2.14 2.12 3/213 23935
/proc/meminfo: memFree=26596488/32872528 swapFree=1103996/1183712
[pid=23805] ppid=23802 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/23805/stat : 23805 (java) S 23802 23805 22534 0 -1 4202496 39311 0 1 0 179856 145 0 0 20 0 19 0 30544525 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140735091167952 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23805/statm: 2406260 108611 2299 9 0 2396937 0
[pid=23805/tid=23806] ppid=23802 vsize=9625040 CPUtime=1778.3 cores=1,3,5,7
/proc/23805/task/23806/stat : 23806 (java) R 23802 23805 22534 0 -1 4202560 2660 0 1 0 177794 36 0 0 20 0 19 0 30544525 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133671918880 140133525933241 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23808] ppid=23802 vsize=9625040 CPUtime=1.53 cores=1,3,5,7
/proc/23805/task/23808/stat : 23808 (java) S 23802 23805 22534 0 -1 4202560 499 0 0 0 142 11 0 0 20 0 19 0 30544526 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133644372392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23805/tid=23809] ppid=23802 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/23805/task/23809/stat : 23809 (java) S 23802 23805 22534 0 -1 4202560 618 0 0 0 135 10 0 0 20 0 19 0 30544526 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133514390056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23810] ppid=23802 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/23805/task/23810/stat : 23810 (java) S 23802 23805 22534 0 -1 4202560 671 0 0 0 133 14 0 0 20 0 19 0 30544526 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133513337000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23811] ppid=23802 vsize=9625040 CPUtime=1.51 cores=1,3,5,7
/proc/23805/task/23811/stat : 23811 (java) S 23802 23805 22534 0 -1 4202560 727 0 0 0 139 12 0 0 20 0 19 0 30544526 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133512284456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23812] ppid=23802 vsize=9625040 CPUtime=1.54 cores=1,3,5,7
/proc/23805/task/23812/stat : 23812 (java) S 23802 23805 22534 0 -1 4202560 719 0 0 0 144 10 0 0 20 0 19 0 30544526 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133511232424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23813] ppid=23802 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/23805/task/23813/stat : 23813 (java) S 23802 23805 22534 0 -1 4202560 878 0 0 0 135 12 0 0 20 0 19 0 30544526 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133510179880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23814] ppid=23802 vsize=9625040 CPUtime=1.53 cores=1,3,5,7
/proc/23805/task/23814/stat : 23814 (java) S 23802 23805 22534 0 -1 4202560 765 0 0 0 137 16 0 0 20 0 19 0 30544526 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133173029544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23815] ppid=23802 vsize=9625040 CPUtime=1.41 cores=1,3,5,7
/proc/23805/task/23815/stat : 23815 (java) S 23802 23805 22534 0 -1 4202560 556 0 0 0 130 11 0 0 20 0 19 0 30544526 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133171977000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23816] ppid=23802 vsize=9625040 CPUtime=2.65 cores=1,3,5,7
/proc/23805/task/23816/stat : 23816 (java) S 23802 23805 22534 0 -1 4202560 739 0 0 0 261 4 0 0 20 0 19 0 30544527 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133159778664 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23817] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23817/stat : 23817 (java) S 23802 23805 22534 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30544528 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133158724984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23818] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23818/stat : 23818 (java) S 23802 23805 22534 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30544528 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133157671816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23819] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23819/stat : 23819 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544530 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133156620560 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23820] ppid=23802 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/23805/task/23820/stat : 23820 (java) S 23802 23805 22534 0 -1 4202560 13131 0 0 0 118 3 0 0 20 0 19 0 30544530 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133155568440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23821] ppid=23802 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/23805/task/23821/stat : 23821 (java) S 23802 23805 22534 0 -1 4202560 15980 0 0 0 97 2 0 0 20 0 19 0 30544530 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133154515896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23805/tid=23822] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23822/stat : 23822 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544530 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133153463032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23823] ppid=23802 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/23805/task/23823/stat : 23823 (java) S 23802 23805 22534 0 -1 4202560 103 0 0 0 24 36 0 0 20 0 19 0 30544530 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133152410696 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23824] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23824/stat : 23824 (java) S 23802 23805 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30544577 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133151355944 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 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 23805 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1789.3 s]
/proc/loadavg: 2.14 2.14 2.12 3/213 23935
/proc/meminfo: memFree=26596488/32872528 swapFree=1103996/1183712
[pid=23805] ppid=23802 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/23805/stat : 23805 (java) S 23802 23805 22534 0 -1 4202496 39311 0 1 0 179856 145 0 0 20 0 19 0 30544525 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140735091167952 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23805/statm: 2406260 108611 2299 9 0 2396937 0
[pid=23805/tid=23806] ppid=23802 vsize=9625040 CPUtime=1778.3 cores=1,3,5,7
/proc/23805/task/23806/stat : 23806 (java) R 23802 23805 22534 0 -1 4202560 2660 0 1 0 177794 36 0 0 20 0 19 0 30544525 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133671918880 140133525933241 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23808] ppid=23802 vsize=9625040 CPUtime=1.53 cores=1,3,5,7
/proc/23805/task/23808/stat : 23808 (java) S 23802 23805 22534 0 -1 4202560 499 0 0 0 142 11 0 0 20 0 19 0 30544526 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133644372392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23805/tid=23809] ppid=23802 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/23805/task/23809/stat : 23809 (java) S 23802 23805 22534 0 -1 4202560 618 0 0 0 135 10 0 0 20 0 19 0 30544526 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133514390056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23810] ppid=23802 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/23805/task/23810/stat : 23810 (java) S 23802 23805 22534 0 -1 4202560 671 0 0 0 133 14 0 0 20 0 19 0 30544526 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133513337000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23811] ppid=23802 vsize=9625040 CPUtime=1.51 cores=1,3,5,7
/proc/23805/task/23811/stat : 23811 (java) S 23802 23805 22534 0 -1 4202560 727 0 0 0 139 12 0 0 20 0 19 0 30544526 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133512284456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23812] ppid=23802 vsize=9625040 CPUtime=1.54 cores=1,3,5,7
/proc/23805/task/23812/stat : 23812 (java) S 23802 23805 22534 0 -1 4202560 719 0 0 0 144 10 0 0 20 0 19 0 30544526 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133511232424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23813] ppid=23802 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/23805/task/23813/stat : 23813 (java) S 23802 23805 22534 0 -1 4202560 878 0 0 0 135 12 0 0 20 0 19 0 30544526 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133510179880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23814] ppid=23802 vsize=9625040 CPUtime=1.53 cores=1,3,5,7
/proc/23805/task/23814/stat : 23814 (java) S 23802 23805 22534 0 -1 4202560 765 0 0 0 137 16 0 0 20 0 19 0 30544526 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133173029544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23815] ppid=23802 vsize=9625040 CPUtime=1.41 cores=1,3,5,7
/proc/23805/task/23815/stat : 23815 (java) S 23802 23805 22534 0 -1 4202560 556 0 0 0 130 11 0 0 20 0 19 0 30544526 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133171977000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23816] ppid=23802 vsize=9625040 CPUtime=2.65 cores=1,3,5,7
/proc/23805/task/23816/stat : 23816 (java) S 23802 23805 22534 0 -1 4202560 739 0 0 0 261 4 0 0 20 0 19 0 30544527 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133159778664 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23817] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23817/stat : 23817 (java) S 23802 23805 22534 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30544528 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133158724984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23818] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23818/stat : 23818 (java) S 23802 23805 22534 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30544528 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133157671816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23819] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23819/stat : 23819 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544530 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133156620560 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23820] ppid=23802 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/23805/task/23820/stat : 23820 (java) S 23802 23805 22534 0 -1 4202560 13131 0 0 0 118 3 0 0 20 0 19 0 30544530 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133155568440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23821] ppid=23802 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/23805/task/23821/stat : 23821 (java) S 23802 23805 22534 0 -1 4202560 15980 0 0 0 97 2 0 0 20 0 19 0 30544530 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133154515896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23805/tid=23822] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23822/stat : 23822 (java) S 23802 23805 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30544530 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133153463032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23823] ppid=23802 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/23805/task/23823/stat : 23823 (java) S 23802 23805 22534 0 -1 4202560 103 0 0 0 24 36 0 0 20 0 19 0 30544530 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133152410696 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23824] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23824/stat : 23824 (java) S 23802 23805 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30544577 9856040960 108611 33554432000 1073741824 1073778376 140735091176816 140133151355944 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23805 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=70259
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=910709
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1789.33
CPU time (s): 1800.01
CPU user time (s): 1798.56
CPU system time (s): 1.45
CPU usage (%): 100.597
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.07
system time used= 1.91071
maximum resident set size= 910588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39342
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41890
involuntary context switches= 38811

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0595 second user time and 14.3178 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-18 23:22:36
IDJOB=4107029
IDBENCH=48378
IDSOLVER=2546
FILE ID=node115/4107029-1466284955
RUNJOBID= node115-1466275999-22551
PBS_JOBID= 19918252
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= fd85a298c6b3aae093c5550dd4aa27b8
RANDOM SEED=1216539184

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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:        27005212 kB
Buffers:          169220 kB
Cached:           207836 kB
SwapCached:         2472 kB
Active:          3647904 kB
Inactive:         281936 kB
Active(anon):    3552708 kB
Inactive(anon):     2168 kB
Active(file):      95196 kB
Inactive(file):   279768 kB
Unevictable:     1183712 kB
Mlocked:         1103996 kB
SwapTotal:      67108856 kB
SwapFree:       67099632 kB
Dirty:               836 kB
Writeback:             0 kB
AnonPages:       4747364 kB
Mapped:            16692 kB
Shmem:                 0 kB
Slab:             613604 kB
SReclaimable:      57048 kB
SUnreclaim:       556556 kB
KernelStack:        1760 kB
PageTables:        13992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5127300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3561472 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 node115 at 2016-06-18 23:52:25