Trace number 4099470

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 1780.54

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl30_40_pb.cnf.cr.opb
MD5SUM61cf99fd35695f4955b2bd6e6269522f
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.017996
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2400
Total number of constraints140
Number of constraints which are clauses80
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint40
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 41
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.34	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.34	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.34	c See www.sat4j.org for details.
0.06/0.34	c version PB16.v20160501
0.06/0.34	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.34	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.34	c java.vm.version	19.1-b02
0.06/0.34	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.34	c sun.arch.data.model	64
0.06/0.34	c java.version		1.6.0_24
0.06/0.34	c os.name		Linux
0.06/0.34	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.34	c os.arch		amd64
0.06/0.34	c Free memory 		501472288
0.06/0.34	c Max memory 		7480803328
0.06/0.34	c Total memory 		504102912
0.06/0.34	c Number of processors 	8
0.06/0.37	c Pseudo Boolean Optimization by upper bound
0.06/0.37	c --- Begin Solver configuration ---
0.06/0.37	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.06/0.37	c Learn all clauses as in MiniSAT
0.06/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.37	c No reason simplification
0.06/0.37	c Glucose 2.1 dynamic restart strategy
0.06/0.37	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.06/0.37	c timeout=2147483s
0.06/0.37	c DB Simplification allowed=false
0.06/0.37	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.06/0.37	c --- End Solver configuration ---
0.06/0.37	c solving HOME/instance-4099470-1466206114.opb
0.06/0.37	c reading problem ... 
0.06/0.38	c  no objective function found
0.16/0.48	c ... done. Wall clock time 0.107s.
0.16/0.48	c declared #vars     2400
0.16/0.48	c #constraints  140
0.16/0.48	c constraints type 
0.16/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 80
0.16/0.48	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
0.16/0.48	c 140 constraints processed.
0.81/0.88	c cleaning 2495 clauses out of 5003 with flag 34265/5003
1.51/1.47	c cleaning 4248 clauses out of 8505 with flag 79900/11000
2.17/2.02	c cleaning 5615 clauses out of 11259 with flag 127360/18002
3.17/3.04	c cleaning 6661 clauses out of 13643 with flag 212460/26001
4.78/4.65	c cleaning 7988 clauses out of 15983 with flag 326780/35002
6.59/6.45	c cleaning 8994 clauses out of 17993 with flag 449912/45000
8.58/8.49	c cleaning 9998 clauses out of 20000 with flag 592682/56001
11.41/11.20	c cleaning 10993 clauses out of 22001 with flag 729987/68000
14.41/14.24	c cleaning 11999 clauses out of 24009 with flag 881490/81001
17.61/17.45	c cleaning 13005 clauses out of 26009 with flag 1034737/95000
20.96/20.72	c cleaning 13997 clauses out of 28004 with flag 1151287/110000
24.96/24.73	c cleaning 15000 clauses out of 30007 with flag 1274870/126000
29.67/29.49	c cleaning 15998 clauses out of 32007 with flag 1421346/143000
34.98/34.54	c cleaning 17001 clauses out of 34011 with flag 1585290/161002
40.18/39.72	c cleaning 17996 clauses out of 36008 with flag 1748724/180000
46.41/45.80	c cleaning 19005 clauses out of 38014 with flag 1929043/200002
52.81/52.18	c cleaning 19993 clauses out of 40008 with flag 2146128/221001
60.06/59.31	c cleaning 21004 clauses out of 42014 with flag 2372829/243000
67.96/67.26	c cleaning 22001 clauses out of 44011 with flag 2601834/266001
76.36/75.42	c cleaning 23002 clauses out of 46011 with flag 2810659/290002
84.26/83.32	c cleaning 23995 clauses out of 48007 with flag 3025649/315000
93.54/92.39	c cleaning 25000 clauses out of 50012 with flag 3356542/341000
102.74/101.55	c cleaning 25969 clauses out of 52012 with flag 3663858/368000
112.68/111.13	c cleaning 26980 clauses out of 54043 with flag 3948575/396000
121.49/119.78	c cleaning 28016 clauses out of 56063 with flag 4267920/425000
130.69/128.85	c cleaning 29020 clauses out of 58047 with flag 4615724/455000
141.54/139.56	c cleaning 30000 clauses out of 60027 with flag 5023126/486000
152.80/150.73	c cleaning 30990 clauses out of 62027 with flag 5414834/518000
163.68/161.41	c cleaning 32012 clauses out of 64038 with flag 5770084/551001
175.02/172.67	c cleaning 33004 clauses out of 66025 with flag 6074947/585000
186.05/183.52	c cleaning 33989 clauses out of 68022 with flag 6412216/620001
198.28/195.63	c cleaning 35011 clauses out of 70033 with flag 6730887/656001
210.29/207.52	c cleaning 36003 clauses out of 72022 with flag 7097107/693001
224.28/221.42	c cleaning 37004 clauses out of 74022 with flag 7491076/731004
238.83/235.86	c cleaning 38000 clauses out of 76014 with flag 7948360/770000
254.70/251.59	c cleaning 38992 clauses out of 78014 with flag 8345067/810000
270.50/267.26	c cleaning 39986 clauses out of 80024 with flag 8741629/851002
288.48/285.02	c cleaning 41010 clauses out of 82036 with flag 9292746/893000
304.18/300.63	c cleaning 42005 clauses out of 84027 with flag 9876943/936001
322.94/319.20	c cleaning 43007 clauses out of 86022 with flag 10351266/980001
343.13/339.29	c cleaning 44002 clauses out of 88014 with flag 10899221/1025000
362.38/358.34	c cleaning 44989 clauses out of 90013 with flag 11393976/1071001
385.88/381.60	c cleaning 45988 clauses out of 92026 with flag 11883703/1118003
408.19/403.80	c cleaning 47005 clauses out of 94039 with flag 12425512/1166004
430.55/425.83	c cleaning 47991 clauses out of 96030 with flag 12977319/1215000
456.38/451.47	c cleaning 49007 clauses out of 98039 with flag 13614437/1265000
480.67/475.54	c cleaning 50009 clauses out of 100035 with flag 14214016/1316003
504.82/499.40	c cleaning 50986 clauses out of 102025 with flag 14840016/1368002
534.70/528.95	c cleaning 52012 clauses out of 104037 with flag 15504725/1421000
563.51/557.46	c cleaning 53002 clauses out of 106025 with flag 16146936/1475000
592.16/585.64	c cleaning 54006 clauses out of 108026 with flag 16796253/1530003
622.57/615.68	c cleaning 55002 clauses out of 110020 with flag 17439087/1586003
654.32/647.13	c cleaning 55999 clauses out of 112015 with flag 18159123/1643000
688.83/681.22	c cleaning 56997 clauses out of 114017 with flag 18838524/1701001
723.27/715.20	c cleaning 58000 clauses out of 116019 with flag 19605730/1760000
762.40/753.80	c cleaning 58993 clauses out of 118023 with flag 20362193/1820004
802.03/792.95	c cleaning 59987 clauses out of 120026 with flag 21103791/1881000
844.50/834.95	c cleaning 61000 clauses out of 122039 with flag 21807181/1943000
881.33/871.33	c cleaning 62011 clauses out of 124039 with flag 22467010/2006000
919.42/909.08	c cleaning 63004 clauses out of 126028 with flag 23031911/2070000
960.60/949.73	c cleaning 64004 clauses out of 128024 with flag 23613576/2135000
1003.90/992.61	c cleaning 64999 clauses out of 130023 with flag 24202948/2201003
1055.11/1043.31	c cleaning 65987 clauses out of 132022 with flag 25034534/2268001
1105.33/1093.06	c cleaning 67007 clauses out of 134036 with flag 25944167/2336002
1158.77/1146.02	c cleaning 68002 clauses out of 136027 with flag 26910625/2405000
1212.67/1199.45	c cleaning 69006 clauses out of 138027 with flag 27894092/2475002
1261.15/1247.32	c cleaning 69979 clauses out of 140020 with flag 28858320/2546001
1316.08/1301.78	c cleaning 71012 clauses out of 142044 with flag 29649937/2618004
1388.18/1373.08	c cleaning 72000 clauses out of 144029 with flag 30539261/2691001
1447.14/1431.24	c cleaning 73004 clauses out of 146028 with flag 31471293/2765000
1508.30/1491.86	c cleaning 73989 clauses out of 148027 with flag 32301999/2840003
1577.13/1559.99	c cleaning 75010 clauses out of 150036 with flag 33243110/2916001
1650.65/1632.72	c cleaning 75998 clauses out of 152027 with flag 34182411/2993002
1725.50/1706.73	c cleaning 76998 clauses out of 154032 with flag 35150921/3071005
1800.01/1780.50	c starts		: 1418
1800.01/1780.50	c conflicts		: 3139521
1800.01/1780.50	c decisions		: 5062683
1800.01/1780.50	c propagations		: 97986514
1800.01/1780.50	c inspects		: 25281637035
1800.01/1780.50	c shortcuts		: 0
1800.01/1780.50	c learnt literals	: 0
1800.01/1780.50	c learnt binary clauses	: 0
1800.01/1780.50	c learnt ternary clauses	: 0
1800.01/1780.50	c learnt constraints	: 3139521
1800.01/1780.50	c ignored constraints	: 0
1800.01/1780.50	c root simplifications	: 0
1800.01/1780.50	c removed literals (reason simplification)	: 0
1800.01/1780.50	c reason swapping (by a shorter reason)	: 0
1800.01/1780.50	c Calls to reduceDB	: 74
1800.01/1780.50	c Number of update (reduction) of LBD	: 2260029
1800.01/1780.50	c Imported unit clauses	: 0
1800.01/1780.50	c number of reductions to clauses (during analyze)	: 0
1800.01/1780.50	c number of learned constraints concerned by reduction	: 0
1800.01/1780.50	c number of learning phase by resolution	: 0
1800.01/1780.50	c number of learning phase by cutting planes	: 0
1800.01/1780.50	c speed (assignments/second)	: 55048.139481970655
1800.01/1780.50	c timeout
1800.01/1780.50	c non guided choices	4364
1800.01/1780.53	c learnt constraints type 
1800.01/1780.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 145551
1800.01/1780.53	s UNKNOWN
1800.01/1780.53	c Total wall clock time (in seconds): 1780.158

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-4099470-1466206114/watcher-4099470-1466206114 -o /tmp/evaluation-result-4099470-1466206114/solver-4099470-1466206114 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466206108-2933 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4099470-1466206114.opb 

pid=2954
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: 0.00 0.00 0.00 3/175 2961
/proc/meminfo: memFree=31900536/32872528 swapFree=190484/190484
[pid=2961] ppid=2954 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/2961/stat : 2961 (java) D 2954 2961 2916 0 -1 4202496 158 0 0 0 0 0 0 0 20 0 1 0 22661916 278528 33 33554432000 1073741824 1073778376 140733763564480 140733763561656 249640873255 0 0 4096 0 18446744071580397875 0 0 17 3 0 0 0 0 0
/proc/2961/statm: 68 33 25 9 0 25 0

[startup+0.100195 s]
/proc/loadavg: 0.00 0.00 0.00 3/175 2961
/proc/meminfo: memFree=31900536/32872528 swapFree=190484/190484
[pid=2961] ppid=2954 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/2961/stat : 2961 (java) D 2954 2961 2916 0 -1 4202496 1146 0 16 0 0 0 0 0 20 0 1 0 22661916 23793664 811 33554432000 1073741824 1073778376 140736381772560 140736381762552 140201785018848 0 0 4096 0 18446744071579943789 0 0 17 5 0 0 7 0 0
/proc/2961/statm: 5809 811 605 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.200321 s]
/proc/loadavg: 0.00 0.00 0.00 3/175 2961
/proc/meminfo: memFree=31900536/32872528 swapFree=190484/190484
[pid=2961] ppid=2954 vsize=9016616 CPUtime=0.01 cores=1,3,5,7
/proc/2961/stat : 2961 (java) S 2954 2961 2916 0 -1 4202496 2421 0 23 0 0 1 0 0 20 0 10 0 22661916 9233014784 3064 33554432000 1073741824 1073778376 140736381772560 140736381763696 249653395517 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 8 0 0
/proc/2961/statm: 2254154 3064 1191 9 0 2244855 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.300328 s]
/proc/loadavg: 0.00 0.00 0.00 3/175 2961
/proc/meminfo: memFree=31900536/32872528 swapFree=190484/190484
[pid=2961] ppid=2954 vsize=9558428 CPUtime=0.06 cores=1,3,5,7
/proc/2961/stat : 2961 (java) S 2954 2961 2916 0 -1 4202496 3249 0 23 0 4 2 0 0 20 0 18 0 22661916 9787830272 4401 33554432000 1073741824 1073778376 140736381772560 140736381763696 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 8 0 0
/proc/2961/statm: 2389607 4401 1761 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558428

[startup+0.700158 s]
/proc/loadavg: 0.00 0.00 0.00 3/175 2961
/proc/meminfo: memFree=31900536/32872528 swapFree=190484/190484
[pid=2961] ppid=2954 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/2961/stat : 2961 (java) S 2954 2961 2916 0 -1 4202496 6317 0 23 0 66 3 0 0 20 0 19 0 22661916 9856040960 8675 33554432000 1073741824 1073778376 140736381772560 140736381763696 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 8 0 0
/proc/2961/statm: 2406260 8675 2246 9 0 2396937 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9625040

[startup+1.50084 s]
/proc/loadavg: 0.00 0.00 0.00 4/213 2999
/proc/meminfo: memFree=31814512/32872528 swapFree=190484/190484
[pid=2961] ppid=2954 vsize=9625040 CPUtime=1.61 cores=1,3,5,7
/proc/2961/stat : 2961 (java) S 2954 2961 2916 0 -1 4202496 7929 0 23 0 158 3 0 0 20 0 19 0 22661916 9856040960 11483 33554432000 1073741824 1073778376 140736381772560 140736381763696 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 8 0 0
/proc/2961/statm: 2406260 11483 2257 9 0 2396937 0
[pid=2961/tid=2965] ppid=2954 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/2961/task/2965/stat : 2965 (java) R 2954 2961 2916 0 -1 4202560 2397 0 6 0 118 2 0 0 20 0 19 0 22661927 9856040960 11483 33554432000 1073741824 1073778376 140736381772560 140201780256464 140201641318078 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0
[pid=2961/tid=2966] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2966/stat : 2966 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 11483 33554432000 1073741824 1073778376 140736381772560 140201624239016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2968] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2968/stat : 2968 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 11483 33554432000 1073741824 1073778376 140736381772560 140201623186472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2961/tid=2970] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2970/stat : 2970 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 11483 33554432000 1073741824 1073778376 140736381772560 140201622133416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2961/tid=2972] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2972/stat : 2972 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 11483 33554432000 1073741824 1073778376 140736381772560 140201621080872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2961/tid=2974] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2974/stat : 2974 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 11483 33554432000 1073741824 1073778376 140736381772560 140201620027816 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2977] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2977/stat : 2977 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 11483 33554432000 1073741824 1073778376 140736381772560 140201618975272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2961/tid=2979] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2979/stat : 2979 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 11483 33554432000 1073741824 1073778376 140736381772560 140201617922216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2981] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2981/stat : 2981 (java) S 2954 2961 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 11483 33554432000 1073741824 1073778376 140736381772560 140201616869672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2982] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2982/stat : 2982 (java) S 2954 2961 2916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22661938 9856040960 11483 33554432000 1073741824 1073778376 140736381772560 140201604459368 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2984] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2984/stat : 2984 (java) S 2954 2961 2916 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22661939 9856040960 11483 33554432000 1073741824 1073778376 140736381772560 140201603405688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2986] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2986/stat : 2986 (java) S 2954 2961 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661939 9856040960 11483 33554432000 1073741824 1073778376 140736381772560 140201602352520 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2989] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2989/stat : 2989 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 11483 33554432000 1073741824 1073778376 140736381772560 140201601301264 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2991] ppid=2954 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/2961/task/2991/stat : 2991 (java) S 2954 2961 2916 0 -1 4202560 2613 0 0 0 23 0 0 0 20 0 19 0 22661945 9856040960 11483 33554432000 1073741824 1073778376 140736381772560 140201600248120 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2992] ppid=2954 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/2961/task/2992/stat : 2992 (java) S 2954 2961 2916 0 -1 4202560 1663 0 0 0 14 0 0 0 20 0 19 0 22661945 9856040960 11483 33554432000 1073741824 1073778376 140736381772560 140201599195576 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2961/tid=2994] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2994/stat : 2994 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 11483 33554432000 1073741824 1073778376 140736381772560 140201598142712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2961/tid=2996] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2996/stat : 2996 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 11483 33554432000 1073741824 1073778376 140736381772560 140201597090376 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2961/tid=2998] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2998/stat : 2998 (java) S 2954 2961 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661965 9856040960 11483 33554432000 1073741824 1073778376 140736381772560 140201596036648 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 0.16 0.03 0.01 4/213 2999
/proc/meminfo: memFree=31779760/32872528 swapFree=190484/190484
[pid=2961] ppid=2954 vsize=9625040 CPUtime=3.28 cores=1,3,5,7
/proc/2961/stat : 2961 (java) S 2954 2961 2916 0 -1 4202496 8953 0 23 0 324 4 0 0 20 0 19 0 22661916 9856040960 17222 33554432000 1073741824 1073778376 140736381772560 140736381763696 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 8 0 0
/proc/2961/statm: 2406260 17222 2258 9 0 2396937 0
[pid=2961/tid=2965] ppid=2954 vsize=9625040 CPUtime=2.78 cores=1,3,5,7
/proc/2961/task/2965/stat : 2965 (java) R 2954 2961 2916 0 -1 4202560 2409 0 6 0 276 2 0 0 20 0 19 0 22661927 9856040960 17222 33554432000 1073741824 1073778376 140736381772560 140201780265072 140201641347993 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0
[pid=2961/tid=2966] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2966/stat : 2966 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 17222 33554432000 1073741824 1073778376 140736381772560 140201624239016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2968] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2968/stat : 2968 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 17222 33554432000 1073741824 1073778376 140736381772560 140201623186472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2961/tid=2970] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2970/stat : 2970 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 17222 33554432000 1073741824 1073778376 140736381772560 140201622133416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2961/tid=2972] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2972/stat : 2972 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 17222 33554432000 1073741824 1073778376 140736381772560 140201621080872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2961/tid=2974] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2974/stat : 2974 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 17222 33554432000 1073741824 1073778376 140736381772560 140201620027816 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2977] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2977/stat : 2977 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 17222 33554432000 1073741824 1073778376 140736381772560 140201618975272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2961/tid=2979] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2979/stat : 2979 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 17222 33554432000 1073741824 1073778376 140736381772560 140201617922216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2981] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2981/stat : 2981 (java) S 2954 2961 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 17222 33554432000 1073741824 1073778376 140736381772560 140201616869672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2982] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2982/stat : 2982 (java) S 2954 2961 2916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22661938 9856040960 17222 33554432000 1073741824 1073778376 140736381772560 140201604459368 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2984] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2984/stat : 2984 (java) S 2954 2961 2916 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22661939 9856040960 17222 33554432000 1073741824 1073778376 140736381772560 140201603405688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2986] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2986/stat : 2986 (java) S 2954 2961 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661939 9856040960 17222 33554432000 1073741824 1073778376 140736381772560 140201602352520 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2989] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2989/stat : 2989 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 17222 33554432000 1073741824 1073778376 140736381772560 140201601301264 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2991] ppid=2954 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/2961/task/2991/stat : 2991 (java) S 2954 2961 2916 0 -1 4202560 3625 0 0 0 29 0 0 0 20 0 19 0 22661945 9856040960 17222 33554432000 1073741824 1073778376 140736381772560 140201600248120 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2992] ppid=2954 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/2961/task/2992/stat : 2992 (java) S 2954 2961 2916 0 -1 4202560 1663 0 0 0 16 0 0 0 20 0 19 0 22661945 9856040960 17222 33554432000 1073741824 1073778376 140736381772560 140201599195576 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2961/tid=2994] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2994/stat : 2994 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 17222 33554432000 1073741824 1073778376 140736381772560 140201598142712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2961/tid=2996] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2996/stat : 2996 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 17222 33554432000 1073741824 1073778376 140736381772560 140201597090376 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2961/tid=2998] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2998/stat : 2998 (java) S 2954 2961 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661965 9856040960 17222 33554432000 1073741824 1073778376 140736381772560 140201596036648 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 0.16 0.03 0.01 4/213 2999
/proc/meminfo: memFree=31672712/32872528 swapFree=190484/190484
[pid=2961] ppid=2954 vsize=9625040 CPUtime=6.49 cores=1,3,5,7
/proc/2961/stat : 2961 (java) S 2954 2961 2916 0 -1 4202496 8981 0 23 0 644 5 0 0 20 0 19 0 22661916 9856040960 29842 33554432000 1073741824 1073778376 140736381772560 140736381763696 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 8 0 0
/proc/2961/statm: 2406260 29842 2259 9 0 2396937 0
[pid=2961/tid=2965] ppid=2954 vsize=9625040 CPUtime=5.97 cores=1,3,5,7
/proc/2961/task/2965/stat : 2965 (java) R 2954 2961 2916 0 -1 4202560 2435 0 6 0 594 3 0 0 20 0 19 0 22661927 9856040960 29842 33554432000 1073741824 1073778376 140736381772560 140201780256432 140201641324944 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0
[pid=2961/tid=2966] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2966/stat : 2966 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 29842 33554432000 1073741824 1073778376 140736381772560 140201624239016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2968] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2968/stat : 2968 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 29842 33554432000 1073741824 1073778376 140736381772560 140201623186472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2961/tid=2970] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2970/stat : 2970 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 29842 33554432000 1073741824 1073778376 140736381772560 140201622133416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2961/tid=2972] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2972/stat : 2972 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 29842 33554432000 1073741824 1073778376 140736381772560 140201621080872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2961/tid=2974] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2974/stat : 2974 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 29842 33554432000 1073741824 1073778376 140736381772560 140201620027816 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2977] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2977/stat : 2977 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 29842 33554432000 1073741824 1073778376 140736381772560 140201618975272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2961/tid=2979] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2979/stat : 2979 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 29842 33554432000 1073741824 1073778376 140736381772560 140201617922216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2981] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2981/stat : 2981 (java) S 2954 2961 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 29842 33554432000 1073741824 1073778376 140736381772560 140201616869672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2982] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2982/stat : 2982 (java) S 2954 2961 2916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22661938 9856040960 29842 33554432000 1073741824 1073778376 140736381772560 140201604459368 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2961/tid=2984] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2984/stat : 2984 (java) S 2954 2961 2916 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22661939 9856040960 29842 33554432000 1073741824 1073778376 140736381772560 140201603405688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2986] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2986/stat : 2986 (java) S 2954 2961 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661939 9856040960 29842 33554432000 1073741824 1073778376 140736381772560 140201602352520 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2989] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2989/stat : 2989 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 29842 33554432000 1073741824 1073778376 140736381772560 140201601301264 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2991] ppid=2954 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/2961/task/2991/stat : 2991 (java) S 2954 2961 2916 0 -1 4202560 3626 0 0 0 30 0 0 0 20 0 19 0 22661945 9856040960 29842 33554432000 1073741824 1073778376 140736381772560 140201600248120 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2992] ppid=2954 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/2961/task/2992/stat : 2992 (java) S 2954 2961 2916 0 -1 4202560 1663 0 0 0 16 0 0 0 20 0 19 0 22661945 9856040960 29842 33554432000 1073741824 1073778376 140736381772560 140201599195576 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2961/tid=2994] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2994/stat : 2994 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 29842 33554432000 1073741824 1073778376 140736381772560 140201598142712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2961/tid=2996] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2996/stat : 2996 (java) S 2954 2961 2916 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 29842 33554432000 1073741824 1073778376 140736381772560 140201597090376 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2961/tid=2998] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2998/stat : 2998 (java) S 2954 2961 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661965 9856040960 29842 33554432000 1073741824 1073778376 140736381772560 140201596036648 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.49
Current children cumulated vsize (KiB) 9625040


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

[pid=2961/tid=2998] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2998/stat : 2998 (java) S 2954 2961 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661965 9856040960 70020 33554432000 1073741824 1073778376 140736381772560 140201596036648 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1680.64
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.66 4/213 3042
/proc/meminfo: memFree=31023412/32872528 swapFree=190484/190484
[pid=2961] ppid=2954 vsize=9625040 CPUtime=1741.33 cores=1,3,5,7
/proc/2961/stat : 2961 (java) S 2954 2961 2916 0 -1 4202496 39154 0 23 0 173824 309 0 0 20 0 19 0 22661916 9856040960 78001 33554432000 1073741824 1073778376 140736381772560 140736381763696 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 8 0 0
/proc/2961/statm: 2406260 78001 2281 9 0 2396937 0
[pid=2961/tid=2965] ppid=2954 vsize=9625040 CPUtime=1703.33 cores=1,3,5,7
/proc/2961/task/2965/stat : 2965 (java) R 2954 2961 2916 0 -1 4202560 2999 0 6 0 170301 32 0 0 20 0 19 0 22661927 9856040960 78001 33554432000 1073741824 1073778376 140736381772560 140201780264144 140201641318036 0 4 0 16800975 0 0 0 -1 1 0 0 14 0 0
[pid=2961/tid=2966] ppid=2954 vsize=9625040 CPUtime=3.17 cores=1,3,5,7
/proc/2961/task/2966/stat : 2966 (java) S 2954 2961 2916 0 -1 4202560 4012 0 0 0 290 27 0 0 20 0 19 0 22661935 9856040960 78001 33554432000 1073741824 1073778376 140736381772560 140201624239016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2968] ppid=2954 vsize=9625040 CPUtime=3.36 cores=1,3,5,7
/proc/2961/task/2968/stat : 2968 (java) S 2954 2961 2916 0 -1 4202560 3984 0 0 0 306 30 0 0 20 0 19 0 22661935 9856040960 78001 33554432000 1073741824 1073778376 140736381772560 140201623186472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2961/tid=2970] ppid=2954 vsize=9625040 CPUtime=3.34 cores=1,3,5,7
/proc/2961/task/2970/stat : 2970 (java) S 2954 2961 2916 0 -1 4202560 3790 0 0 0 304 30 0 0 20 0 19 0 22661935 9856040960 78001 33554432000 1073741824 1073778376 140736381772560 140201622133416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2961/tid=2972] ppid=2954 vsize=9625040 CPUtime=3.41 cores=1,3,5,7
/proc/2961/task/2972/stat : 2972 (java) S 2954 2961 2916 0 -1 4202560 2770 0 0 0 305 36 0 0 20 0 19 0 22661935 9856040960 78001 33554432000 1073741824 1073778376 140736381772560 140201621080872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2961/tid=2974] ppid=2954 vsize=9625040 CPUtime=3.22 cores=1,3,5,7
/proc/2961/task/2974/stat : 2974 (java) S 2954 2961 2916 0 -1 4202560 1782 0 0 0 294 28 0 0 20 0 19 0 22661935 9856040960 78001 33554432000 1073741824 1073778376 140736381772560 140201620027816 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2977] ppid=2954 vsize=9625040 CPUtime=3.48 cores=1,3,5,7
/proc/2961/task/2977/stat : 2977 (java) S 2954 2961 2916 0 -1 4202560 3468 0 0 0 311 37 0 0 20 0 19 0 22661935 9856040960 78001 33554432000 1073741824 1073778376 140736381772560 140201618975272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2961/tid=2979] ppid=2954 vsize=9625040 CPUtime=3.36 cores=1,3,5,7
/proc/2961/task/2979/stat : 2979 (java) S 2954 2961 2916 0 -1 4202560 4017 0 0 0 304 32 0 0 20 0 19 0 22661935 9856040960 78001 33554432000 1073741824 1073778376 140736381772560 140201617922216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2981] ppid=2954 vsize=9625040 CPUtime=3.35 cores=1,3,5,7
/proc/2961/task/2981/stat : 2981 (java) S 2954 2961 2916 0 -1 4202560 3099 0 0 0 299 36 0 0 20 0 19 0 22661935 9856040960 78001 33554432000 1073741824 1073778376 140736381772560 140201616869672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2961/tid=2982] ppid=2954 vsize=9625040 CPUtime=5.98 cores=1,3,5,7
/proc/2961/task/2982/stat : 2982 (java) S 2954 2961 2916 0 -1 4202560 2601 0 0 0 588 10 0 0 20 0 19 0 22661938 9856040960 78001 33554432000 1073741824 1073778376 140736381772560 140201604459368 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2961/tid=2984] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2984/stat : 2984 (java) S 2954 2961 2916 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 22661939 9856040960 78001 33554432000 1073741824 1073778376 140736381772560 140201603405688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2986] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2986/stat : 2986 (java) S 2954 2961 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22661939 9856040960 78001 33554432000 1073741824 1073778376 140736381772560 140201602352520 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2989] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2989/stat : 2989 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 78001 33554432000 1073741824 1073778376 140736381772560 140201601301264 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2991] ppid=2954 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/2961/task/2991/stat : 2991 (java) S 2954 2961 2916 0 -1 4202560 3628 0 0 0 31 0 0 0 20 0 19 0 22661945 9856040960 78001 33554432000 1073741824 1073778376 140736381772560 140201600248120 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2992] ppid=2954 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/2961/task/2992/stat : 2992 (java) S 2954 2961 2916 0 -1 4202560 1663 0 0 0 16 0 0 0 20 0 19 0 22661945 9856040960 78001 33554432000 1073741824 1073778376 140736381772560 140201599195576 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2961/tid=2994] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2994/stat : 2994 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 78001 33554432000 1073741824 1073778376 140736381772560 140201598142712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2961/tid=2996] ppid=2954 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/2961/task/2996/stat : 2996 (java) S 2954 2961 2916 0 -1 4202560 98 0 0 0 29 38 0 0 20 0 19 0 22661945 9856040960 78001 33554432000 1073741824 1073778376 140736381772560 140201597090376 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2961/tid=2998] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2998/stat : 2998 (java) S 2954 2961 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661965 9856040960 78001 33554432000 1073741824 1073778376 140736381772560 140201596036648 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1741.33
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.5 s]
/proc/loadavg: 2.03 2.00 1.68 4/213 3109
/proc/meminfo: memFree=31503524/32872528 swapFree=190484/190484
[pid=2961] ppid=2954 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/2961/stat : 2961 (java) S 2954 2961 2916 0 -1 4202496 39947 0 23 0 179687 314 0 0 20 0 19 0 22661916 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140736381763696 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 8 0 0
/proc/2961/statm: 2406260 85884 2281 9 0 2396937 0
[pid=2961/tid=2965] ppid=2954 vsize=9625040 CPUtime=1761.03 cores=1,3,5,7
/proc/2961/task/2965/stat : 2965 (java) R 2954 2961 2916 0 -1 4202560 3020 0 6 0 176069 34 0 0 20 0 19 0 22661927 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201780264144 140201641324608 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0
[pid=2961/tid=2966] ppid=2954 vsize=9625040 CPUtime=3.26 cores=1,3,5,7
/proc/2961/task/2966/stat : 2966 (java) S 2954 2961 2916 0 -1 4202560 4060 0 0 0 299 27 0 0 20 0 19 0 22661935 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201624239016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2968] ppid=2954 vsize=9625040 CPUtime=3.44 cores=1,3,5,7
/proc/2961/task/2968/stat : 2968 (java) S 2954 2961 2916 0 -1 4202560 4038 0 0 0 314 30 0 0 20 0 19 0 22661935 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201623186472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2970] ppid=2954 vsize=9625040 CPUtime=3.41 cores=1,3,5,7
/proc/2961/task/2970/stat : 2970 (java) S 2954 2961 2916 0 -1 4202560 3796 0 0 0 311 30 0 0 20 0 19 0 22661935 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201622133416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2961/tid=2972] ppid=2954 vsize=9625040 CPUtime=3.51 cores=1,3,5,7
/proc/2961/task/2972/stat : 2972 (java) S 2954 2961 2916 0 -1 4202560 2891 0 0 0 315 36 0 0 20 0 19 0 22661935 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201621080872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2961/tid=2974] ppid=2954 vsize=9625040 CPUtime=3.31 cores=1,3,5,7
/proc/2961/task/2974/stat : 2974 (java) S 2954 2961 2916 0 -1 4202560 1817 0 0 0 302 29 0 0 20 0 19 0 22661935 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201620027816 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2977] ppid=2954 vsize=9625040 CPUtime=3.57 cores=1,3,5,7
/proc/2961/task/2977/stat : 2977 (java) S 2954 2961 2916 0 -1 4202560 3809 0 0 0 319 38 0 0 20 0 19 0 22661935 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201618975272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2961/tid=2979] ppid=2954 vsize=9625040 CPUtime=3.44 cores=1,3,5,7
/proc/2961/task/2979/stat : 2979 (java) S 2954 2961 2916 0 -1 4202560 4021 0 0 0 312 32 0 0 20 0 19 0 22661935 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201617922216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2961/tid=2981] ppid=2954 vsize=9625040 CPUtime=3.44 cores=1,3,5,7
/proc/2961/task/2981/stat : 2981 (java) S 2954 2961 2916 0 -1 4202560 3185 0 0 0 308 36 0 0 20 0 19 0 22661935 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201616869672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2961/tid=2982] ppid=2954 vsize=9625040 CPUtime=6.1 cores=1,3,5,7
/proc/2961/task/2982/stat : 2982 (java) S 2954 2961 2916 0 -1 4202560 2674 0 0 0 599 11 0 0 20 0 19 0 22661938 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201604459368 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2961/tid=2984] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2984/stat : 2984 (java) S 2954 2961 2916 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 22661939 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201603405688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2986] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2986/stat : 2986 (java) S 2954 2961 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22661939 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201602352520 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2989] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2989/stat : 2989 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201601301264 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2991] ppid=2954 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/2961/task/2991/stat : 2991 (java) S 2954 2961 2916 0 -1 4202560 3628 0 0 0 31 0 0 0 20 0 19 0 22661945 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201600248120 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2992] ppid=2954 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/2961/task/2992/stat : 2992 (java) S 2954 2961 2916 0 -1 4202560 1663 0 0 0 16 0 0 0 20 0 19 0 22661945 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201599195576 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2961/tid=2994] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2994/stat : 2994 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201598142712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2961/tid=2996] ppid=2954 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/2961/task/2996/stat : 2996 (java) S 2954 2961 2916 0 -1 4202560 102 0 0 0 30 39 0 0 20 0 19 0 22661945 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201597090376 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2961/tid=2998] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2998/stat : 2998 (java) S 2954 2961 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661965 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201596036648 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 2961 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1780.5 s]
/proc/loadavg: 2.03 2.00 1.68 4/213 3109
/proc/meminfo: memFree=31503524/32872528 swapFree=190484/190484
[pid=2961] ppid=2954 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/2961/stat : 2961 (java) S 2954 2961 2916 0 -1 4202496 39947 0 23 0 179687 314 0 0 20 0 19 0 22661916 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140736381763696 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 8 0 0
/proc/2961/statm: 2406260 85884 2281 9 0 2396937 0
[pid=2961/tid=2965] ppid=2954 vsize=9625040 CPUtime=1761.03 cores=1,3,5,7
/proc/2961/task/2965/stat : 2965 (java) R 2954 2961 2916 0 -1 4202560 3020 0 6 0 176069 34 0 0 20 0 19 0 22661927 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201780264144 140201641324608 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0
[pid=2961/tid=2966] ppid=2954 vsize=9625040 CPUtime=3.26 cores=1,3,5,7
/proc/2961/task/2966/stat : 2966 (java) S 2954 2961 2916 0 -1 4202560 4060 0 0 0 299 27 0 0 20 0 19 0 22661935 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201624239016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2968] ppid=2954 vsize=9625040 CPUtime=3.44 cores=1,3,5,7
/proc/2961/task/2968/stat : 2968 (java) S 2954 2961 2916 0 -1 4202560 4038 0 0 0 314 30 0 0 20 0 19 0 22661935 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201623186472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2970] ppid=2954 vsize=9625040 CPUtime=3.41 cores=1,3,5,7
/proc/2961/task/2970/stat : 2970 (java) S 2954 2961 2916 0 -1 4202560 3796 0 0 0 311 30 0 0 20 0 19 0 22661935 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201622133416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2961/tid=2972] ppid=2954 vsize=9625040 CPUtime=3.51 cores=1,3,5,7
/proc/2961/task/2972/stat : 2972 (java) S 2954 2961 2916 0 -1 4202560 2891 0 0 0 315 36 0 0 20 0 19 0 22661935 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201621080872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2961/tid=2974] ppid=2954 vsize=9625040 CPUtime=3.31 cores=1,3,5,7
/proc/2961/task/2974/stat : 2974 (java) S 2954 2961 2916 0 -1 4202560 1817 0 0 0 302 29 0 0 20 0 19 0 22661935 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201620027816 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2977] ppid=2954 vsize=9625040 CPUtime=3.57 cores=1,3,5,7
/proc/2961/task/2977/stat : 2977 (java) S 2954 2961 2916 0 -1 4202560 3809 0 0 0 319 38 0 0 20 0 19 0 22661935 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201618975272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2961/tid=2979] ppid=2954 vsize=9625040 CPUtime=3.44 cores=1,3,5,7
/proc/2961/task/2979/stat : 2979 (java) S 2954 2961 2916 0 -1 4202560 4021 0 0 0 312 32 0 0 20 0 19 0 22661935 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201617922216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2961/tid=2981] ppid=2954 vsize=9625040 CPUtime=3.44 cores=1,3,5,7
/proc/2961/task/2981/stat : 2981 (java) S 2954 2961 2916 0 -1 4202560 3185 0 0 0 308 36 0 0 20 0 19 0 22661935 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201616869672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2961/tid=2982] ppid=2954 vsize=9625040 CPUtime=6.1 cores=1,3,5,7
/proc/2961/task/2982/stat : 2982 (java) S 2954 2961 2916 0 -1 4202560 2674 0 0 0 599 11 0 0 20 0 19 0 22661938 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201604459368 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2961/tid=2984] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2984/stat : 2984 (java) S 2954 2961 2916 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 22661939 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201603405688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2986] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2986/stat : 2986 (java) S 2954 2961 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22661939 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201602352520 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2989] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2989/stat : 2989 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201601301264 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2991] ppid=2954 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/2961/task/2991/stat : 2991 (java) S 2954 2961 2916 0 -1 4202560 3628 0 0 0 31 0 0 0 20 0 19 0 22661945 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201600248120 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2961/tid=2992] ppid=2954 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/2961/task/2992/stat : 2992 (java) S 2954 2961 2916 0 -1 4202560 1663 0 0 0 16 0 0 0 20 0 19 0 22661945 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201599195576 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2961/tid=2994] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2994/stat : 2994 (java) S 2954 2961 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201598142712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2961/tid=2996] ppid=2954 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/2961/task/2996/stat : 2996 (java) S 2954 2961 2916 0 -1 4202560 102 0 0 0 30 39 0 0 20 0 19 0 22661945 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201597090376 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2961/tid=2998] ppid=2954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2961/task/2998/stat : 2998 (java) S 2954 2961 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661965 9856040960 85884 33554432000 1073741824 1073778376 140736381772560 140201596036648 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 2961 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=409512
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=563458
# CPU time returned by wait4() is 1795.97
# 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): 1780.54
CPU time (s): 1800.01
CPU user time (s): 1796.87
CPU system time (s): 3.14
CPU usage (%): 101.094
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.41
system time used= 3.56346
maximum resident set size= 913984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39990
page faults= 23
swaps= 0
block input operations= 9904
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54990
involuntary context switches= 56210

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4024 second user time and 13.9049 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-18 01:28:34
IDJOB=4099470
IDBENCH=1415
IDSOLVER=2546
FILE ID=node102/4099470-1466206114
RUNJOBID= node102-1466206108-2933
PBS_JOBID= 19918170
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl30_40_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099470-1466206114/watcher-4099470-1466206114 -o /tmp/evaluation-result-4099470-1466206114/solver-4099470-1466206114 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466206108-2933 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099470-1466206114.opb

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

MD5SUM BENCH= 61cf99fd35695f4955b2bd6e6269522f
RANDOM SEED=747242474

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31902832 kB
Buffers:           33352 kB
Cached:            45752 kB
SwapCached:         1856 kB
Active:            31292 kB
Inactive:          50328 kB
Active(anon):       3552 kB
Inactive(anon):     1460 kB
Active(file):      27740 kB
Inactive(file):    48868 kB
Unevictable:      190484 kB
Mlocked:          190484 kB
SwapTotal:      67108856 kB
SwapFree:       67098948 kB
Dirty:              1604 kB
Writeback:             0 kB
AnonPages:        192608 kB
Mapped:             6872 kB
Shmem:                 0 kB
Slab:             566792 kB
SReclaimable:      11180 kB
SUnreclaim:       555612 kB
KernelStack:        1376 kB
PageTables:         4204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     287360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71728 MiB
End job on node102 at 2016-06-18 01:58:15