Trace number 4084307

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.92 1781.34

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl30_35_pb.cnf.cr.opb
MD5SUM55203b98fb707e386dea9ef4475d45f9
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.016997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2100
Total number of constraints130
Number of constraints which are clauses70
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 constraint35
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 36
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4084307-1465220365.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  no objective function found
0.25/0.22	c ... done. Wall clock time 0.095s.
0.25/0.22	c declared #vars     2100
0.25/0.22	c #constraints  130
0.25/0.22	c constraints type 
0.25/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 70
0.25/0.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
0.25/0.22	c 130 constraints processed.
0.91/0.69	c cleaning 2302 clauses out of 5000 with flag 41795/5000
1.97/1.67	c cleaning 4342 clauses out of 8698 with flag 123036/11000
3.37/3.03	c cleaning 5677 clauses out of 11357 with flag 203278/18001
5.18/4.84	c cleaning 6839 clauses out of 13680 with flag 282155/26001
6.90/6.52	c cleaning 7920 clauses out of 15840 with flag 346285/35000
8.90/8.59	c cleaning 8957 clauses out of 17924 with flag 419194/45004
11.33/10.90	c cleaning 9978 clauses out of 19963 with flag 489300/56000
14.23/13.80	c cleaning 10984 clauses out of 21986 with flag 587763/68001
17.44/17.03	c cleaning 11997 clauses out of 24002 with flag 684997/81001
21.64/21.26	c cleaning 13000 clauses out of 26007 with flag 785246/95003
25.88/25.34	c cleaning 13997 clauses out of 28004 with flag 883368/110000
30.38/29.82	c cleaning 14998 clauses out of 30007 with flag 1003931/126000
36.07/35.55	c cleaning 16002 clauses out of 32011 with flag 1165582/143002
42.13/41.44	c cleaning 16999 clauses out of 34008 with flag 1320036/161001
49.14/48.48	c cleaning 17998 clauses out of 36008 with flag 1499009/180000
56.92/56.06	c cleaning 18996 clauses out of 38010 with flag 1683003/200000
64.32/63.40	c cleaning 19999 clauses out of 40016 with flag 1867094/221002
71.43/70.45	c cleaning 21000 clauses out of 42018 with flag 2046610/243003
79.03/78.09	c cleaning 22007 clauses out of 44018 with flag 2239446/266003
89.54/88.38	c cleaning 22999 clauses out of 46008 with flag 2483671/290000
99.84/98.64	c cleaning 24001 clauses out of 48012 with flag 2732557/315003
112.12/110.72	c cleaning 24997 clauses out of 50008 with flag 3020118/341000
123.93/122.58	c cleaning 26001 clauses out of 52011 with flag 3293296/368000
136.87/135.13	c cleaning 27000 clauses out of 54010 with flag 3574177/396000
148.73/146.84	c cleaning 28003 clauses out of 56012 with flag 3807450/425002
163.64/161.70	c cleaning 28999 clauses out of 58009 with flag 4100278/455002
178.86/176.72	c cleaning 29999 clauses out of 60010 with flag 4430140/486002
194.62/192.40	c cleaning 31001 clauses out of 62009 with flag 4748458/518000
211.03/208.76	c cleaning 31999 clauses out of 64009 with flag 5083718/551001
226.95/224.60	c cleaning 33000 clauses out of 66009 with flag 5390273/585000
245.37/242.97	c cleaning 34002 clauses out of 68010 with flag 5687664/620001
265.23/262.68	c cleaning 34989 clauses out of 70007 with flag 5961366/656000
279.35/276.61	c cleaning 36001 clauses out of 72018 with flag 6297655/693000
294.17/291.37	c cleaning 37004 clauses out of 74018 with flag 6659940/731001
311.62/308.64	c cleaning 38004 clauses out of 76016 with flag 7050153/770003
328.87/325.75	c cleaning 38995 clauses out of 78010 with flag 7557849/810001
345.96/342.65	c cleaning 40005 clauses out of 80018 with flag 7932429/851004
364.81/361.32	c cleaning 41001 clauses out of 82009 with flag 8334738/893000
386.87/383.22	c cleaning 41997 clauses out of 84010 with flag 8737927/936002
406.80/402.97	c cleaning 42997 clauses out of 86016 with flag 9253293/980005
429.65/425.70	c cleaning 43994 clauses out of 88015 with flag 9808872/1025001
452.57/448.39	c cleaning 45007 clauses out of 90025 with flag 10317183/1071005
476.46/472.01	c cleaning 46000 clauses out of 92013 with flag 10859549/1118000
506.12/501.51	c cleaning 47001 clauses out of 94014 with flag 11377954/1166001
533.93/529.05	c cleaning 47997 clauses out of 96012 with flag 11943658/1215000
559.07/553.91	c cleaning 49001 clauses out of 98016 with flag 12501808/1265001
590.00/584.65	c cleaning 49995 clauses out of 100014 with flag 13040091/1316000
621.11/615.41	c cleaning 51001 clauses out of 102022 with flag 13596746/1368003
652.15/646.21	c cleaning 52005 clauses out of 104023 with flag 14113404/1421005
689.01/682.71	c cleaning 53002 clauses out of 106013 with flag 14586162/1475000
727.10/720.47	c cleaning 53998 clauses out of 108014 with flag 15130884/1530003
762.79/755.72	c cleaning 55000 clauses out of 110013 with flag 15596772/1586000
800.68/793.28	c cleaning 55994 clauses out of 112013 with flag 16044395/1643000
836.69/828.82	c cleaning 57001 clauses out of 114021 with flag 16537455/1701002
875.99/867.70	c cleaning 57999 clauses out of 116018 with flag 17069873/1760000
916.34/907.61	c cleaning 59006 clauses out of 118019 with flag 17496608/1820000
965.90/956.80	c cleaning 60000 clauses out of 120013 with flag 17995368/1881000
1011.04/1001.21	c cleaning 60999 clauses out of 122013 with flag 18546606/1943000
1053.44/1043.16	c cleaning 61998 clauses out of 124014 with flag 19031087/2006000
1101.10/1090.26	c cleaning 63002 clauses out of 126016 with flag 19544397/2070000
1149.27/1137.90	c cleaning 63999 clauses out of 128016 with flag 20030253/2135002
1199.49/1187.70	c cleaning 65000 clauses out of 130016 with flag 20525634/2201001
1247.14/1234.72	c cleaning 66004 clauses out of 132017 with flag 21050230/2268002
1299.97/1287.02	c cleaning 66997 clauses out of 134011 with flag 21613741/2336000
1356.58/1343.01	c cleaning 68002 clauses out of 136019 with flag 22163620/2405005
1418.55/1404.41	c cleaning 68992 clauses out of 138012 with flag 22689294/2475000
1484.32/1469.50	c cleaning 70003 clauses out of 140021 with flag 23242047/2546001
1519.46/1504.03	c cleaning 71002 clauses out of 142020 with flag 23845334/2618003
1556.11/1540.28	c cleaning 71997 clauses out of 144016 with flag 24340448/2691001
1603.09/1586.73	c cleaning 73003 clauses out of 146024 with flag 24898407/2765006
1653.34/1636.46	c cleaning 74005 clauses out of 148021 with flag 25532668/2840006
1711.17/1693.67	c cleaning 75000 clauses out of 150010 with flag 26095237/2916000
1780.31/1762.19	c cleaning 75997 clauses out of 152010 with flag 26948289/2993000
1800.00/1781.30	c starts		: 363
1800.00/1781.30	c conflicts		: 3024935
1800.00/1781.30	c decisions		: 3859240
1800.00/1781.30	c propagations		: 61917081
1800.00/1781.30	c inspects		: 23716156911
1800.00/1781.30	c shortcuts		: 0
1800.00/1781.30	c learnt literals	: 0
1800.00/1781.30	c learnt binary clauses	: 0
1800.00/1781.30	c learnt ternary clauses	: 0
1800.00/1781.30	c learnt constraints	: 3024935
1800.00/1781.30	c ignored constraints	: 0
1800.00/1781.30	c root simplifications	: 0
1800.00/1781.30	c removed literals (reason simplification)	: 0
1800.00/1781.30	c reason swapping (by a shorter reason)	: 0
1800.00/1781.30	c Calls to reduceDB	: 73
1800.00/1781.30	c Number of update (reduction) of LBD	: 1985172
1800.00/1781.30	c Imported unit clauses	: 0
1800.00/1781.30	c number of reductions to clauses (during analyze)	: 0
1800.00/1781.30	c number of learned constraints concerned by reduction	: 0
1800.00/1781.30	c number of learning phase by resolution	: 0
1800.00/1781.30	c number of learning phase by cutting planes	: 0
1800.00/1781.30	c speed (assignments/second)	: 34763.883609617784
1800.00/1781.30	c timeout
1800.00/1781.30	c non guided choices	2968
1800.00/1781.33	c learnt constraints type 
1800.00/1781.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 107948
1800.00/1781.33	s UNKNOWN
1800.00/1781.33	c Total wall clock time (in seconds): 1781.202

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-4084307-1465220365/watcher-4084307-1465220365 -o /tmp/evaluation-result-4084307-1465220365/solver-4084307-1465220365 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1465216773-5889 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084307-1465220365.opb 

pid=7543
running on 4 cores: 0,2,4,6

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.27 2.20 2.12 3/194 7546
/proc/meminfo: memFree=29958128/32872528 swapFree=16740/1306504
[pid=7546] ppid=7543 vsize=336 CPUtime=0 cores=0,2,4,6
/proc/7546/stat : 7546 (java) R 7543 7546 5873 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 103969070 344064 36 33554432000 1073741824 1073778376 140734514249120 140736403153240 214528257367 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7546/statm: 625 43 34 9 0 25 0

[startup+0.100061 s]
/proc/loadavg: 2.27 2.20 2.12 3/194 7546
/proc/meminfo: memFree=29958128/32872528 swapFree=16740/1306504
[pid=7546] ppid=7543 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/7546/stat : 7546 (java) S 7543 7546 5873 0 -1 4202496 4057 0 1 0 7 0 0 0 20 0 18 0 103969070 9787879424 5160 33554432000 1073741824 1073778376 140734514249120 140734514240256 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7546/statm: 2389619 5160 2046 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200314 s]
/proc/loadavg: 2.27 2.20 2.12 3/194 7546
/proc/meminfo: memFree=29958128/32872528 swapFree=16740/1306504
[pid=7546] ppid=7543 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/7546/stat : 7546 (java) S 7543 7546 5873 0 -1 4202496 4958 0 1 0 24 1 0 0 20 0 18 0 103969070 9787879424 6958 33554432000 1073741824 1073778376 140734514249120 140734514240256 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7546/statm: 2389619 6954 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.30025 s]
/proc/loadavg: 2.27 2.20 2.12 3/194 7546
/proc/meminfo: memFree=29958128/32872528 swapFree=16740/1306504
[pid=7546] ppid=7543 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/7546/stat : 7546 (java) S 7543 7546 5873 0 -1 4202496 6653 0 1 0 48 1 0 0 20 0 19 0 103969070 9856040960 8379 33554432000 1073741824 1073778376 140734514249120 140734514240256 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7546/statm: 2406260 8379 2246 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700293 s]
/proc/loadavg: 2.27 2.20 2.12 3/194 7546
/proc/meminfo: memFree=29958128/32872528 swapFree=16740/1306504
[pid=7546] ppid=7543 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/7546/stat : 7546 (java) S 7543 7546 5873 0 -1 4202496 7802 0 1 0 102 2 0 0 20 0 19 0 103969070 9856040960 10453 33554432000 1073741824 1073778376 140734514249120 140734514240256 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7546/statm: 2406260 10453 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625040

[startup+1.50591 s]
/proc/loadavg: 2.27 2.20 2.12 3/213 7565
/proc/meminfo: memFree=29918952/32872528 swapFree=16740/1306504
[pid=7546] ppid=7543 vsize=9625040 CPUtime=1.86 cores=0,2,4,6
/proc/7546/stat : 7546 (java) S 7543 7546 5873 0 -1 4202496 7812 0 1 0 184 2 0 0 20 0 19 0 103969070 9856040960 13528 33554432000 1073741824 1073778376 140734514249120 140734514240256 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7546/statm: 2406260 13528 2257 9 0 2396937 0
[pid=7546/tid=7548] ppid=7543 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/7546/task/7548/stat : 7548 (java) R 7543 7546 5873 0 -1 4202560 2418 0 1 0 145 2 0 0 20 0 19 0 103969071 9856040960 13528 33554432000 1073741824 1073778376 140734514249120 140122140113400 140121983128586 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7546/tid=7549] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7549/stat : 7549 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969072 9856040960 13528 33554432000 1073741824 1073778376 140734514249120 140122101607208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7550] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7550/stat : 7550 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969072 9856040960 13528 33554432000 1073741824 1073778376 140734514249120 140121982626472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7546/tid=7551] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7551/stat : 7551 (java) S 7543 7546 5873 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 103969072 9856040960 13528 33554432000 1073741824 1073778376 140734514249120 140121981574184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7546/tid=7552] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7552/stat : 7552 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969072 9856040960 13528 33554432000 1073741824 1073778376 140734514249120 140121980521384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7553] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7553/stat : 7553 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969072 9856040960 13528 33554432000 1073741824 1073778376 140734514249120 140121979468072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7554] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7554/stat : 7554 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969072 9856040960 13528 33554432000 1073741824 1073778376 140734514249120 140121978415272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7555] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7555/stat : 7555 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969072 9856040960 13528 33554432000 1073741824 1073778376 140734514249120 140121977362984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7556] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7556/stat : 7556 (java) S 7543 7546 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103969072 9856040960 13528 33554432000 1073741824 1073778376 140734514249120 140121976310184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7557] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7557/stat : 7557 (java) S 7543 7546 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103969073 9856040960 13528 33554432000 1073741824 1073778376 140734514249120 140121493981928 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7558] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7558/stat : 7558 (java) S 7543 7546 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103969074 9856040960 13528 33554432000 1073741824 1073778376 140734514249120 140121492927992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7546/tid=7559] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7559/stat : 7559 (java) S 7543 7546 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103969074 9856040960 13528 33554432000 1073741824 1073778376 140734514249120 140121491875592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7546/tid=7560] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7560/stat : 7560 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969077 9856040960 13528 33554432000 1073741824 1073778376 140734514249120 140121490824080 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7546/tid=7561] ppid=7543 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/7546/task/7561/stat : 7561 (java) R 7543 7546 5873 0 -1 4202560 2254 0 0 0 18 0 0 0 20 0 19 0 103969077 9856040960 13528 33554432000 1073741824 1073778376 140734514249120 140121489767952 214540797069 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7562] ppid=7543 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/7546/task/7562/stat : 7562 (java) R 7543 7546 5873 0 -1 4202560 1865 0 0 0 18 0 0 0 20 0 19 0 103969077 9856040960 13528 33554432000 1073741824 1073778376 140734514249120 140121488705160 140122142723260 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7563] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7563/stat : 7563 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969077 9856040960 13528 33554432000 1073741824 1073778376 140734514249120 140121487665784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7564] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7564/stat : 7564 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969077 9856040960 13528 33554432000 1073741824 1073778376 140734514249120 140121486613192 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7565] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7565/stat : 7565 (java) S 7543 7546 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103969093 9856040960 13528 33554432000 1073741824 1073778376 140734514249120 140121485559208 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.27 2.20 2.12 3/213 7565
/proc/meminfo: memFree=29900148/32872528 swapFree=16740/1306504
[pid=7546] ppid=7543 vsize=9625040 CPUtime=3.47 cores=0,2,4,6
/proc/7546/stat : 7546 (java) S 7543 7546 5873 0 -1 4202496 7825 0 1 0 345 2 0 0 20 0 19 0 103969070 9856040960 19672 33554432000 1073741824 1073778376 140734514249120 140734514240256 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7546/statm: 2406260 19672 2257 9 0 2396937 0
[pid=7546/tid=7548] ppid=7543 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/7546/task/7548/stat : 7548 (java) R 7543 7546 5873 0 -1 4202560 2431 0 1 0 304 2 0 0 20 0 19 0 103969071 9856040960 19672 33554432000 1073741824 1073778376 140734514249120 140122140115448 140121983169440 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7546/tid=7549] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7549/stat : 7549 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969072 9856040960 19672 33554432000 1073741824 1073778376 140734514249120 140122101607208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7550] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7550/stat : 7550 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969072 9856040960 19672 33554432000 1073741824 1073778376 140734514249120 140121982626472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7546/tid=7551] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7551/stat : 7551 (java) S 7543 7546 5873 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 103969072 9856040960 19672 33554432000 1073741824 1073778376 140734514249120 140121981574184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7546/tid=7552] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7552/stat : 7552 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969072 9856040960 19672 33554432000 1073741824 1073778376 140734514249120 140121980521384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7553] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7553/stat : 7553 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969072 9856040960 19672 33554432000 1073741824 1073778376 140734514249120 140121979468072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7554] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7554/stat : 7554 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969072 9856040960 19672 33554432000 1073741824 1073778376 140734514249120 140121978415272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7555] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7555/stat : 7555 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969072 9856040960 19672 33554432000 1073741824 1073778376 140734514249120 140121977362984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7556] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7556/stat : 7556 (java) S 7543 7546 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103969072 9856040960 19672 33554432000 1073741824 1073778376 140734514249120 140121976310184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7557] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7557/stat : 7557 (java) S 7543 7546 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103969073 9856040960 19672 33554432000 1073741824 1073778376 140734514249120 140121493981928 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7558] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7558/stat : 7558 (java) S 7543 7546 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103969074 9856040960 19672 33554432000 1073741824 1073778376 140734514249120 140121492927992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7546/tid=7559] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7559/stat : 7559 (java) S 7543 7546 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103969074 9856040960 19672 33554432000 1073741824 1073778376 140734514249120 140121491875592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7546/tid=7560] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7560/stat : 7560 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969077 9856040960 19672 33554432000 1073741824 1073778376 140734514249120 140121490824080 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7546/tid=7561] ppid=7543 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/7546/task/7561/stat : 7561 (java) S 7543 7546 5873 0 -1 4202560 2254 0 0 0 19 0 0 0 20 0 19 0 103969077 9856040960 19672 33554432000 1073741824 1073778376 140734514249120 140121489770680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7562] ppid=7543 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/7546/task/7562/stat : 7562 (java) S 7543 7546 5873 0 -1 4202560 1865 0 0 0 19 0 0 0 20 0 19 0 103969077 9856040960 19672 33554432000 1073741824 1073778376 140734514249120 140121488717880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7563] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7563/stat : 7563 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969077 9856040960 19672 33554432000 1073741824 1073778376 140734514249120 140121487665784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7564] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7564/stat : 7564 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969077 9856040960 19672 33554432000 1073741824 1073778376 140734514249120 140121486613192 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7565] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7565/stat : 7565 (java) S 7543 7546 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103969093 9856040960 19672 33554432000 1073741824 1073778376 140734514249120 140121485559208 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 9625040

[startup+6.30089 s]
/proc/loadavg: 2.33 2.21 2.13 3/213 7565
/proc/meminfo: memFree=29855864/32872528 swapFree=16740/1306504
[pid=7546] ppid=7543 vsize=9625040 CPUtime=6.7 cores=0,2,4,6
/proc/7546/stat : 7546 (java) S 7543 7546 5873 0 -1 4202496 7850 0 1 0 667 3 0 0 20 0 19 0 103969070 9856040960 30524 33554432000 1073741824 1073778376 140734514249120 140734514240256 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7546/statm: 2406260 30524 2259 9 0 2396937 0
[pid=7546/tid=7548] ppid=7543 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/7546/task/7548/stat : 7548 (java) R 7543 7546 5873 0 -1 4202560 2454 0 1 0 624 2 0 0 20 0 19 0 103969071 9856040960 30524 33554432000 1073741824 1073778376 140734514249120 140122140115272 140121983108684 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7546/tid=7549] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7549/stat : 7549 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969072 9856040960 30524 33554432000 1073741824 1073778376 140734514249120 140122101607208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7550] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7550/stat : 7550 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969072 9856040960 30524 33554432000 1073741824 1073778376 140734514249120 140121982626472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7546/tid=7551] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7551/stat : 7551 (java) S 7543 7546 5873 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 103969072 9856040960 30524 33554432000 1073741824 1073778376 140734514249120 140121981574184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7546/tid=7552] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7552/stat : 7552 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969072 9856040960 30524 33554432000 1073741824 1073778376 140734514249120 140121980521384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7553] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7553/stat : 7553 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969072 9856040960 30524 33554432000 1073741824 1073778376 140734514249120 140121979468072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7554] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7554/stat : 7554 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969072 9856040960 30524 33554432000 1073741824 1073778376 140734514249120 140121978415272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7555] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7555/stat : 7555 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969072 9856040960 30524 33554432000 1073741824 1073778376 140734514249120 140121977362984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7556] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7556/stat : 7556 (java) S 7543 7546 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103969072 9856040960 30524 33554432000 1073741824 1073778376 140734514249120 140121976310184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7557] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7557/stat : 7557 (java) S 7543 7546 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103969073 9856040960 30524 33554432000 1073741824 1073778376 140734514249120 140121493981928 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7558] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7558/stat : 7558 (java) S 7543 7546 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103969074 9856040960 30524 33554432000 1073741824 1073778376 140734514249120 140121492927992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7546/tid=7559] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7559/stat : 7559 (java) S 7543 7546 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103969074 9856040960 30524 33554432000 1073741824 1073778376 140734514249120 140121491875592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7546/tid=7560] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7560/stat : 7560 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969077 9856040960 30524 33554432000 1073741824 1073778376 140734514249120 140121490824080 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7546/tid=7561] ppid=7543 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7546/task/7561/stat : 7561 (java) S 7543 7546 5873 0 -1 4202560 2255 0 0 0 20 0 0 0 20 0 19 0 103969077 9856040960 30524 33554432000 1073741824 1073778376 140734514249120 140121489770680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7562] ppid=7543 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7546/task/7562/stat : 7562 (java) S 7543 7546 5873 0 -1 4202560 1865 0 0 0 20 0 0 0 20 0 19 0 103969077 9856040960 30524 33554432000 1073741824 1073778376 140734514249120 140121488717880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7563] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7563/stat : 7563 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969077 9856040960 30524 33554432000 1073741824 1073778376 140734514249120 140121487665784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7564] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7564/stat : 7564 (java) S 7543 7546 5873 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 103969077 9856040960 30524 33554432000 1073741824 1073778376 140734514249120 140121486613192 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7565] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7565/stat : 7565 (java) S 7543 7546 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103969093 9856040960 30524 33554432000 1073741824 1073778376 140734514249120 140121485559208 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 9625040


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

[pid=7546/tid=7558] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7558/stat : 7558 (java) S 7543 7546 5873 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 103969074 9856040960 132131 33554432000 1073741824 1073778376 140734514249120 140121492927992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7546/tid=7559] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7559/stat : 7559 (java) S 7543 7546 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103969074 9856040960 132131 33554432000 1073741824 1073778376 140734514249120 140121491875592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7546/tid=7560] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7560/stat : 7560 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969077 9856040960 132131 33554432000 1073741824 1073778376 140734514249120 140121490824080 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7546/tid=7561] ppid=7543 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/7546/task/7561/stat : 7561 (java) S 7543 7546 5873 0 -1 4202560 2257 0 0 0 21 0 0 0 20 0 19 0 103969077 9856040960 132131 33554432000 1073741824 1073778376 140734514249120 140121489770680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7562] ppid=7543 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7546/task/7562/stat : 7562 (java) S 7543 7546 5873 0 -1 4202560 1865 0 0 0 20 0 0 0 20 0 19 0 103969077 9856040960 132131 33554432000 1073741824 1073778376 140734514249120 140121488717880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7563] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7563/stat : 7563 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969077 9856040960 132131 33554432000 1073741824 1073778376 140734514249120 140121487665784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7564] ppid=7543 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/7546/task/7564/stat : 7564 (java) S 7543 7546 5873 0 -1 4202560 96 0 0 0 34 26 0 0 20 0 19 0 103969077 9856040960 132131 33554432000 1073741824 1073778376 140734514249120 140121486613192 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7565] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7565/stat : 7565 (java) S 7543 7546 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103969093 9856040960 132131 33554432000 1073741824 1073778376 140734514249120 140121485559208 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1679.71
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.23 2.23 2.19 3/213 7825
/proc/meminfo: memFree=29836272/32872528 swapFree=16740/1306504
[pid=7546] ppid=7543 vsize=9625040 CPUtime=1740.17 cores=0,2,4,6
/proc/7546/stat : 7546 (java) S 7543 7546 5873 0 -1 4202496 34499 0 1 0 173762 255 0 0 20 0 19 0 103969070 9856040960 120850 33554432000 1073741824 1073778376 140734514249120 140734514240256 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7546/statm: 2406260 120850 2281 9 0 2396937 0
[pid=7546/tid=7548] ppid=7543 vsize=9625040 CPUtime=1708.87 cores=0,2,4,6
/proc/7546/task/7548/stat : 7548 (java) R 7543 7546 5873 0 -1 4202560 2918 0 1 0 170856 31 0 0 20 0 19 0 103969071 9856040960 120850 33554432000 1073741824 1073778376 140734514249120 140122140114144 140121983177607 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7549] ppid=7543 vsize=9625040 CPUtime=2.97 cores=0,2,4,6
/proc/7546/task/7549/stat : 7549 (java) S 7543 7546 5873 0 -1 4202560 2091 0 0 0 273 24 0 0 20 0 19 0 103969072 9856040960 120850 33554432000 1073741824 1073778376 140734514249120 140122101607208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7546/tid=7550] ppid=7543 vsize=9625040 CPUtime=3.32 cores=0,2,4,6
/proc/7546/task/7550/stat : 7550 (java) S 7543 7546 5873 0 -1 4202560 2376 0 0 0 300 32 0 0 20 0 19 0 103969072 9856040960 120850 33554432000 1073741824 1073778376 140734514249120 140121982626472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7551] ppid=7543 vsize=9625040 CPUtime=3.29 cores=0,2,4,6
/proc/7546/task/7551/stat : 7551 (java) S 7543 7546 5873 0 -1 4202560 2892 0 0 0 301 28 0 0 20 0 19 0 103969072 9856040960 120850 33554432000 1073741824 1073778376 140734514249120 140121981574184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7552] ppid=7543 vsize=9625040 CPUtime=3.15 cores=0,2,4,6
/proc/7546/task/7552/stat : 7552 (java) S 7543 7546 5873 0 -1 4202560 4000 0 0 0 288 27 0 0 20 0 19 0 103969072 9856040960 120850 33554432000 1073741824 1073778376 140734514249120 140121980521384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7553] ppid=7543 vsize=9625040 CPUtime=3.17 cores=0,2,4,6
/proc/7546/task/7553/stat : 7553 (java) S 7543 7546 5873 0 -1 4202560 3360 0 0 0 286 31 0 0 20 0 19 0 103969072 9856040960 120850 33554432000 1073741824 1073778376 140734514249120 140121979468072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7546/tid=7554] ppid=7543 vsize=9625040 CPUtime=3.12 cores=0,2,4,6
/proc/7546/task/7554/stat : 7554 (java) S 7543 7546 5873 0 -1 4202560 3126 0 0 0 282 30 0 0 20 0 19 0 103969072 9856040960 120850 33554432000 1073741824 1073778376 140734514249120 140121978415272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7555] ppid=7543 vsize=9625040 CPUtime=3.15 cores=0,2,4,6
/proc/7546/task/7555/stat : 7555 (java) S 7543 7546 5873 0 -1 4202560 2835 0 0 0 287 28 0 0 20 0 19 0 103969072 9856040960 120850 33554432000 1073741824 1073778376 140734514249120 140121977362984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7556] ppid=7543 vsize=9625040 CPUtime=2.95 cores=0,2,4,6
/proc/7546/task/7556/stat : 7556 (java) S 7543 7546 5873 0 -1 4202560 3177 0 0 0 271 24 0 0 20 0 19 0 103969072 9856040960 120850 33554432000 1073741824 1073778376 140734514249120 140121976310184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7546/tid=7557] ppid=7543 vsize=9625040 CPUtime=5.72 cores=0,2,4,6
/proc/7546/task/7557/stat : 7557 (java) S 7543 7546 5873 0 -1 4202560 2241 0 0 0 564 8 0 0 20 0 19 0 103969073 9856040960 120850 33554432000 1073741824 1073778376 140734514249120 140121493981928 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7558] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7558/stat : 7558 (java) S 7543 7546 5873 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 103969074 9856040960 120850 33554432000 1073741824 1073778376 140734514249120 140121492927992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7546/tid=7559] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7559/stat : 7559 (java) S 7543 7546 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103969074 9856040960 120850 33554432000 1073741824 1073778376 140734514249120 140121491875592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7546/tid=7560] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7560/stat : 7560 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969077 9856040960 120850 33554432000 1073741824 1073778376 140734514249120 140121490824080 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7546/tid=7561] ppid=7543 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/7546/task/7561/stat : 7561 (java) S 7543 7546 5873 0 -1 4202560 2257 0 0 0 21 0 0 0 20 0 19 0 103969077 9856040960 120850 33554432000 1073741824 1073778376 140734514249120 140121489770680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7562] ppid=7543 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7546/task/7562/stat : 7562 (java) S 7543 7546 5873 0 -1 4202560 1865 0 0 0 20 0 0 0 20 0 19 0 103969077 9856040960 120850 33554432000 1073741824 1073778376 140734514249120 140121488717880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7563] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7563/stat : 7563 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969077 9856040960 120850 33554432000 1073741824 1073778376 140734514249120 140121487665784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7564] ppid=7543 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/7546/task/7564/stat : 7564 (java) S 7543 7546 5873 0 -1 4202560 100 0 0 0 35 27 0 0 20 0 19 0 103969077 9856040960 120850 33554432000 1073741824 1073778376 140734514249120 140121486613192 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7565] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7565/stat : 7565 (java) S 7543 7546 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103969093 9856040960 120850 33554432000 1073741824 1073778376 140734514249120 140121485559208 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1740.17
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.3 s]
/proc/loadavg: 2.23 2.23 2.18 3/213 7826
/proc/meminfo: memFree=29822712/32872528 swapFree=16740/1306504
[pid=7546] ppid=7543 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/7546/stat : 7546 (java) S 7543 7546 5873 0 -1 4202496 36233 0 1 0 179735 265 0 0 20 0 19 0 103969070 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140734514240256 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7546/statm: 2406260 136552 2281 9 0 2396937 0
[pid=7546/tid=7548] ppid=7543 vsize=9625040 CPUtime=1767.34 cores=0,2,4,6
/proc/7546/task/7548/stat : 7548 (java) R 7543 7546 5873 0 -1 4202560 2946 0 1 0 176702 32 0 0 20 0 19 0 103969071 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140122140114264 140121983128697 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7549] ppid=7543 vsize=9625040 CPUtime=3.12 cores=0,2,4,6
/proc/7546/task/7549/stat : 7549 (java) S 7543 7546 5873 0 -1 4202560 2259 0 0 0 287 25 0 0 20 0 19 0 103969072 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140122101607208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7550] ppid=7543 vsize=9625040 CPUtime=3.5 cores=0,2,4,6
/proc/7546/task/7550/stat : 7550 (java) S 7543 7546 5873 0 -1 4202560 2793 0 0 0 317 33 0 0 20 0 19 0 103969072 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121982626472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7546/tid=7551] ppid=7543 vsize=9625040 CPUtime=3.44 cores=0,2,4,6
/proc/7546/task/7551/stat : 7551 (java) S 7543 7546 5873 0 -1 4202560 3332 0 0 0 316 28 0 0 20 0 19 0 103969072 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121981574184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7552] ppid=7543 vsize=9625040 CPUtime=3.34 cores=0,2,4,6
/proc/7546/task/7552/stat : 7552 (java) S 7543 7546 5873 0 -1 4202560 4147 0 0 0 306 28 0 0 20 0 19 0 103969072 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121980521384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7546/tid=7553] ppid=7543 vsize=9625040 CPUtime=3.32 cores=0,2,4,6
/proc/7546/task/7553/stat : 7553 (java) S 7543 7546 5873 0 -1 4202560 3550 0 0 0 300 32 0 0 20 0 19 0 103969072 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121979468072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7554] ppid=7543 vsize=9625040 CPUtime=3.24 cores=0,2,4,6
/proc/7546/task/7554/stat : 7554 (java) S 7543 7546 5873 0 -1 4202560 3152 0 0 0 293 31 0 0 20 0 19 0 103969072 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121978415272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7546/tid=7555] ppid=7543 vsize=9625040 CPUtime=3.29 cores=0,2,4,6
/proc/7546/task/7555/stat : 7555 (java) S 7543 7546 5873 0 -1 4202560 2981 0 0 0 300 29 0 0 20 0 19 0 103969072 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121977362984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7556] ppid=7543 vsize=9625040 CPUtime=3.09 cores=0,2,4,6
/proc/7546/task/7556/stat : 7556 (java) S 7543 7546 5873 0 -1 4202560 3202 0 0 0 284 25 0 0 20 0 19 0 103969072 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121976310184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7546/tid=7557] ppid=7543 vsize=9625040 CPUtime=5.87 cores=0,2,4,6
/proc/7546/task/7557/stat : 7557 (java) S 7543 7546 5873 0 -1 4202560 2384 0 0 0 579 8 0 0 20 0 19 0 103969073 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121493981928 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7558] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7558/stat : 7558 (java) S 7543 7546 5873 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 103969074 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121492927992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7546/tid=7559] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7559/stat : 7559 (java) S 7543 7546 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103969074 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121491875592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7546/tid=7560] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7560/stat : 7560 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969077 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121490824080 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7546/tid=7561] ppid=7543 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/7546/task/7561/stat : 7561 (java) S 7543 7546 5873 0 -1 4202560 2257 0 0 0 21 0 0 0 20 0 19 0 103969077 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121489770680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7562] ppid=7543 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7546/task/7562/stat : 7562 (java) S 7543 7546 5873 0 -1 4202560 1865 0 0 0 20 0 0 0 20 0 19 0 103969077 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121488717880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7563] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7563/stat : 7563 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969077 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121487665784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7564] ppid=7543 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/7546/task/7564/stat : 7564 (java) S 7543 7546 5873 0 -1 4202560 104 0 0 0 36 29 0 0 20 0 19 0 103969077 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121486613192 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7565] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7565/stat : 7565 (java) S 7543 7546 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103969093 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121485559208 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 7546 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1781.3 s]
/proc/loadavg: 2.23 2.23 2.18 3/213 7826
/proc/meminfo: memFree=29822712/32872528 swapFree=16740/1306504
[pid=7546] ppid=7543 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/7546/stat : 7546 (java) S 7543 7546 5873 0 -1 4202496 36233 0 1 0 179735 265 0 0 20 0 19 0 103969070 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140734514240256 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7546/statm: 2406260 136552 2281 9 0 2396937 0
[pid=7546/tid=7548] ppid=7543 vsize=9625040 CPUtime=1767.34 cores=0,2,4,6
/proc/7546/task/7548/stat : 7548 (java) R 7543 7546 5873 0 -1 4202560 2946 0 1 0 176702 32 0 0 20 0 19 0 103969071 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140122140114264 140121983128697 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7549] ppid=7543 vsize=9625040 CPUtime=3.12 cores=0,2,4,6
/proc/7546/task/7549/stat : 7549 (java) S 7543 7546 5873 0 -1 4202560 2259 0 0 0 287 25 0 0 20 0 19 0 103969072 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140122101607208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7550] ppid=7543 vsize=9625040 CPUtime=3.5 cores=0,2,4,6
/proc/7546/task/7550/stat : 7550 (java) S 7543 7546 5873 0 -1 4202560 2793 0 0 0 317 33 0 0 20 0 19 0 103969072 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121982626472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7546/tid=7551] ppid=7543 vsize=9625040 CPUtime=3.44 cores=0,2,4,6
/proc/7546/task/7551/stat : 7551 (java) S 7543 7546 5873 0 -1 4202560 3332 0 0 0 316 28 0 0 20 0 19 0 103969072 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121981574184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7552] ppid=7543 vsize=9625040 CPUtime=3.34 cores=0,2,4,6
/proc/7546/task/7552/stat : 7552 (java) S 7543 7546 5873 0 -1 4202560 4147 0 0 0 306 28 0 0 20 0 19 0 103969072 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121980521384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7546/tid=7553] ppid=7543 vsize=9625040 CPUtime=3.32 cores=0,2,4,6
/proc/7546/task/7553/stat : 7553 (java) S 7543 7546 5873 0 -1 4202560 3550 0 0 0 300 32 0 0 20 0 19 0 103969072 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121979468072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7554] ppid=7543 vsize=9625040 CPUtime=3.24 cores=0,2,4,6
/proc/7546/task/7554/stat : 7554 (java) S 7543 7546 5873 0 -1 4202560 3152 0 0 0 293 31 0 0 20 0 19 0 103969072 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121978415272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7546/tid=7555] ppid=7543 vsize=9625040 CPUtime=3.29 cores=0,2,4,6
/proc/7546/task/7555/stat : 7555 (java) S 7543 7546 5873 0 -1 4202560 2981 0 0 0 300 29 0 0 20 0 19 0 103969072 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121977362984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7556] ppid=7543 vsize=9625040 CPUtime=3.09 cores=0,2,4,6
/proc/7546/task/7556/stat : 7556 (java) S 7543 7546 5873 0 -1 4202560 3202 0 0 0 284 25 0 0 20 0 19 0 103969072 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121976310184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7546/tid=7557] ppid=7543 vsize=9625040 CPUtime=5.87 cores=0,2,4,6
/proc/7546/task/7557/stat : 7557 (java) S 7543 7546 5873 0 -1 4202560 2384 0 0 0 579 8 0 0 20 0 19 0 103969073 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121493981928 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7558] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7558/stat : 7558 (java) S 7543 7546 5873 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 103969074 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121492927992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7546/tid=7559] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7559/stat : 7559 (java) S 7543 7546 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103969074 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121491875592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7546/tid=7560] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7560/stat : 7560 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969077 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121490824080 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7546/tid=7561] ppid=7543 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/7546/task/7561/stat : 7561 (java) S 7543 7546 5873 0 -1 4202560 2257 0 0 0 21 0 0 0 20 0 19 0 103969077 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121489770680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7562] ppid=7543 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7546/task/7562/stat : 7562 (java) S 7543 7546 5873 0 -1 4202560 1865 0 0 0 20 0 0 0 20 0 19 0 103969077 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121488717880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7563] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7563/stat : 7563 (java) S 7543 7546 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103969077 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121487665784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7546/tid=7564] ppid=7543 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/7546/task/7564/stat : 7564 (java) S 7543 7546 5873 0 -1 4202560 104 0 0 0 36 29 0 0 20 0 19 0 103969077 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121486613192 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7546/tid=7565] ppid=7543 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7546/task/7565/stat : 7565 (java) S 7543 7546 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103969093 9856040960 136552 33554432000 1073741824 1073778376 140734514249120 140121485559208 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1781.34
CPU time (s): 1800.92
CPU user time (s): 1797.78
CPU system time (s): 3.14152
CPU usage (%): 101.099
Max. virtual memory (cumulated for all children) (KiB): 9625500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.78
system time used= 3.14152
maximum resident set size= 866844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36275
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52468
involuntary context switches= 51369

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.14491 second user time and 8.06477 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-06 15:39:25
IDJOB=4084307
IDBENCH=1413
IDSOLVER=2546
FILE ID=node127/4084307-1465220365
RUNJOBID= node127-1465216773-5889
PBS_JOBID= 19843202
Free space on /tmp= 71732 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_35_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084307-1465220365/watcher-4084307-1465220365 -o /tmp/evaluation-result-4084307-1465220365/solver-4084307-1465220365 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1465216773-5889 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084307-1465220365.opb

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

MD5SUM BENCH= 55203b98fb707e386dea9ef4475d45f9
RANDOM SEED=1323667770

node127.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.227
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.45
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.227
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.227
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.227
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.227
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.227
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.54
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.227
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.54
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.227
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:        29958524 kB
Buffers:            6300 kB
Cached:            44964 kB
SwapCached:         1768 kB
Active:           880928 kB
Inactive:          24132 kB
Active(anon):     855444 kB
Inactive(anon):      900 kB
Active(file):      25484 kB
Inactive(file):    23232 kB
Unevictable:     1306504 kB
Mlocked:           16740 kB
SwapTotal:      67108856 kB
SwapFree:       67098468 kB
Dirty:               848 kB
Writeback:             0 kB
AnonPages:       2243848 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             566020 kB
SReclaimable:       9996 kB
SUnreclaim:       556024 kB
KernelStack:        1760 kB
PageTables:         8784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3095868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2213888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node127 at 2016-06-06 16:09:06