Trace number 4089992

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.6 1798.94

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v051-n2.opb
MD5SUMbc85fa55b82808cf2d6ead8192348d0f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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.067989
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables153
Total number of constraints51
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)51
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4089992-1466036384.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  no objective function found
0.08/0.14	c ... done. Wall clock time 0.019s.
0.08/0.14	c declared #vars     153
0.08/0.14	c #constraints  102
0.08/0.14	c constraints type 
0.08/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 51
0.08/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 51
0.08/0.14	c 102 constraints processed.
0.73/0.56	c cleaning 2497 clauses out of 5002 with flag 40820/5002
1.34/1.04	c cleaning 4246 clauses out of 8504 with flag 97320/11001
2.04/1.70	c cleaning 5622 clauses out of 11259 with flag 167056/18002
2.84/2.59	c cleaning 6815 clauses out of 13636 with flag 248225/26001
4.05/3.70	c cleaning 7906 clauses out of 15820 with flag 337581/35000
5.35/5.07	c cleaning 8949 clauses out of 17914 with flag 432017/45000
7.06/6.74	c cleaning 9976 clauses out of 19966 with flag 547436/56001
8.95/8.63	c cleaning 10988 clauses out of 21990 with flag 674791/68001
11.25/11.00	c cleaning 11992 clauses out of 24001 with flag 803874/81000
14.15/13.87	c cleaning 12999 clauses out of 26011 with flag 934156/95002
17.25/17.00	c cleaning 13998 clauses out of 28011 with flag 1082843/110001
20.76/20.46	c cleaning 15002 clauses out of 30012 with flag 1238312/126000
24.63/24.24	c cleaning 16003 clauses out of 32014 with flag 1406436/143004
28.62/28.29	c cleaning 16997 clauses out of 34008 with flag 1580906/161001
32.92/32.57	c cleaning 17997 clauses out of 36010 with flag 1757629/180000
37.72/37.31	c cleaning 18999 clauses out of 38015 with flag 1952797/200002
43.02/42.67	c cleaning 19998 clauses out of 40014 with flag 2164295/221000
48.93/48.60	c cleaning 20999 clauses out of 42016 with flag 2386287/243000
55.43/55.03	c cleaning 22001 clauses out of 44017 with flag 2612169/266000
62.13/61.79	c cleaning 23000 clauses out of 46016 with flag 2842843/290000
70.43/70.06	c cleaning 24001 clauses out of 48016 with flag 3107147/315000
78.64/78.22	c cleaning 25000 clauses out of 50017 with flag 3377151/341002
87.63/87.21	c cleaning 26002 clauses out of 52017 with flag 3641543/368002
97.17/96.71	c cleaning 27000 clauses out of 54014 with flag 3923880/396001
107.27/106.87	c cleaning 27999 clauses out of 56013 with flag 4221652/425000
117.46/117.06	c cleaning 28998 clauses out of 58015 with flag 4543463/455001
128.26/127.88	c cleaning 30000 clauses out of 60016 with flag 4873986/486000
140.17/139.75	c cleaning 30999 clauses out of 62016 with flag 5192581/518000
150.46/150.08	c cleaning 32003 clauses out of 64018 with flag 5515047/551001
159.98/159.57	c cleaning 32999 clauses out of 66015 with flag 5824480/585001
168.78/168.34	c cleaning 34000 clauses out of 68015 with flag 6130191/620000
178.47/178.01	c cleaning 35006 clauses out of 70015 with flag 6456684/656000
189.27/188.82	c cleaning 36005 clauses out of 72011 with flag 6803039/693002
200.27/199.84	c cleaning 36997 clauses out of 74004 with flag 7140204/731000
214.67/214.21	c cleaning 37996 clauses out of 76008 with flag 7581225/770001
229.29/228.85	c cleaning 38999 clauses out of 78012 with flag 7966914/810001
245.54/245.07	c cleaning 40002 clauses out of 80015 with flag 8388399/851003
259.44/258.98	c cleaning 40988 clauses out of 82010 with flag 8792416/893000
276.14/275.66	c cleaning 41999 clauses out of 84022 with flag 9234173/936000
294.74/294.23	c cleaning 43007 clauses out of 86026 with flag 9704757/980003
316.34/315.85	c cleaning 43994 clauses out of 88016 with flag 10229072/1025000
337.92/337.46	c cleaning 45002 clauses out of 90023 with flag 10756389/1071001
359.03/358.50	c cleaning 46003 clauses out of 92021 with flag 11269103/1118001
375.74/375.28	c cleaning 47001 clauses out of 94018 with flag 11735985/1166001
395.75/395.27	c cleaning 48008 clauses out of 96017 with flag 12239425/1215001
418.66/418.17	c cleaning 49002 clauses out of 98009 with flag 12768250/1265001
444.60/444.03	c cleaning 49996 clauses out of 100006 with flag 13312743/1316000
467.60/467.00	c cleaning 51000 clauses out of 102011 with flag 13831375/1368001
493.12/492.51	c cleaning 52001 clauses out of 104011 with flag 14371620/1421001
518.22/517.69	c cleaning 52995 clauses out of 106011 with flag 14910299/1475002
547.83/547.23	c cleaning 54000 clauses out of 108017 with flag 15471276/1530003
579.64/579.01	c cleaning 55002 clauses out of 110015 with flag 16067596/1586001
613.24/612.70	c cleaning 55997 clauses out of 112012 with flag 16672476/1643000
648.15/647.51	c cleaning 57001 clauses out of 114017 with flag 17291427/1701002
680.20/679.53	c cleaning 58000 clauses out of 116014 with flag 17922710/1760000
717.52/716.80	c cleaning 59003 clauses out of 118014 with flag 18561497/1820000
757.64/756.92	c cleaning 59993 clauses out of 120011 with flag 19199987/1881000
798.65/797.97	c cleaning 61002 clauses out of 122019 with flag 19863922/1943001
842.05/841.38	c cleaning 62000 clauses out of 124016 with flag 20509745/2006000
887.76/887.10	c cleaning 63003 clauses out of 126016 with flag 21153656/2070000
937.67/936.95	c cleaning 64000 clauses out of 128013 with flag 21850895/2135000
984.91/984.16	c cleaning 64998 clauses out of 130014 with flag 22602480/2201001
1032.63/1031.90	c cleaning 66003 clauses out of 132015 with flag 23341524/2268000
1080.23/1079.49	c cleaning 67000 clauses out of 134012 with flag 24048571/2336000
1120.36/1119.53	c cleaning 68003 clauses out of 136013 with flag 24745695/2405001
1161.37/1160.55	c cleaning 69000 clauses out of 138010 with flag 25455301/2475001
1207.18/1206.31	c cleaning 69993 clauses out of 140009 with flag 26216793/2546000
1248.35/1247.43	c cleaning 71005 clauses out of 142016 with flag 26977770/2618000
1297.36/1296.43	c cleaning 71999 clauses out of 144011 with flag 27748639/2691000
1351.97/1351.08	c cleaning 73002 clauses out of 146013 with flag 28522000/2765001
1397.70/1396.78	c cleaning 73996 clauses out of 148010 with flag 29276967/2840000
1450.31/1449.33	c cleaning 75002 clauses out of 150015 with flag 30102071/2916001
1500.53/1499.55	c cleaning 76000 clauses out of 152012 with flag 30898515/2993000
1566.11/1565.01	c cleaning 76997 clauses out of 154013 with flag 31762230/3071001
1637.04/1635.98	c cleaning 78003 clauses out of 156016 with flag 32653489/3150001
1708.16/1707.07	c cleaning 78998 clauses out of 158012 with flag 33542702/3230000
1768.27/1767.16	c cleaning 80001 clauses out of 160014 with flag 34450212/3311000
1800.08/1798.90	c starts		: 2039
1800.08/1798.90	c conflicts		: 3365349
1800.08/1798.90	c decisions		: 3817398
1800.08/1798.90	c propagations		: 64189367
1800.08/1798.90	c inspects		: 37053804314
1800.08/1798.90	c shortcuts		: 0
1800.08/1798.90	c learnt literals	: 0
1800.08/1798.90	c learnt binary clauses	: 0
1800.08/1798.90	c learnt ternary clauses	: 0
1800.08/1798.90	c learnt constraints	: 3365349
1800.08/1798.90	c ignored constraints	: 0
1800.08/1798.90	c root simplifications	: 0
1800.08/1798.90	c removed literals (reason simplification)	: 0
1800.08/1798.90	c reason swapping (by a shorter reason)	: 0
1800.08/1798.90	c Calls to reduceDB	: 77
1800.08/1798.90	c Number of update (reduction) of LBD	: 1092711
1800.08/1798.90	c Imported unit clauses	: 0
1800.08/1798.90	c number of reductions to clauses (during analyze)	: 0
1800.08/1798.90	c number of learned constraints concerned by reduction	: 0
1800.08/1798.90	c number of learning phase by resolution	: 0
1800.08/1798.90	c number of learning phase by cutting planes	: 0
1800.08/1798.90	c speed (assignments/second)	: 35685.34379239031
1800.08/1798.90	c non guided choices	47
1800.08/1798.90	c timeout
1800.08/1798.93	c learnt constraints type 
1800.08/1798.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 134363
1800.08/1798.93	s UNKNOWN
1800.08/1798.93	c Total wall clock time (in seconds): 1798.808

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-4089992-1466036384/watcher-4089992-1466036384 -o /tmp/evaluation-result-4089992-1466036384/solver-4089992-1466036384 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466034510-12393 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4089992-1466036384.opb 

pid=12701
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.06 1.93 3/194 12704
/proc/meminfo: memFree=30864460/32872528 swapFree=337904/354256
[pid=12704] ppid=12701 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/12704/stat : 12704 (java) D 12701 12704 6207 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 5685225 9515008 175 33554432000 1073741824 1073778376 140735786630496 140735786613224 242167399312 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/12704/statm: 2323 175 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.05 2.06 1.93 3/194 12704
/proc/meminfo: memFree=30864460/32872528 swapFree=337904/354256
[pid=12704] ppid=12701 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/12704/stat : 12704 (java) S 12701 12704 6207 0 -1 4202496 4387 0 1 0 7 1 0 0 20 0 18 0 5685225 9787879424 5002 33554432000 1073741824 1073778376 140735525058720 140735525049856 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12704/statm: 2389619 5003 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 2.05 2.06 1.93 3/194 12704
/proc/meminfo: memFree=30864460/32872528 swapFree=337904/354256
[pid=12704] ppid=12701 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/12704/stat : 12704 (java) S 12701 12704 6207 0 -1 4202496 6834 0 1 0 25 2 0 0 20 0 19 0 5685225 9856040960 7232 33554432000 1073741824 1073778376 140735525058720 140735525049856 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12704/statm: 2406260 7232 2216 9 0 2396937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300241 s]
/proc/loadavg: 2.05 2.06 1.93 3/194 12704
/proc/meminfo: memFree=30864460/32872528 swapFree=337904/354256
[pid=12704] ppid=12701 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/12704/stat : 12704 (java) S 12701 12704 6207 0 -1 4202496 7611 0 1 0 49 2 0 0 20 0 19 0 5685225 9856040960 7281 33554432000 1073741824 1073778376 140735525058720 140735525049856 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12704/statm: 2406260 7281 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700153 s]
/proc/loadavg: 2.05 2.06 1.93 3/194 12704
/proc/meminfo: memFree=30864460/32872528 swapFree=337904/354256
[pid=12704] ppid=12701 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/12704/stat : 12704 (java) S 12701 12704 6207 0 -1 4202496 9240 0 1 0 100 2 0 0 20 0 19 0 5685225 9856040960 7882 33554432000 1073741824 1073778376 140735525058720 140735525049856 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12704/statm: 2406260 7882 2239 9 0 2396937 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.05 2.06 1.93 3/213 12723
/proc/meminfo: memFree=30838660/32872528 swapFree=337904/354256
[pid=12704] ppid=12701 vsize=9625040 CPUtime=1.84 cores=1,3,5,7
/proc/12704/stat : 12704 (java) S 12701 12704 6207 0 -1 4202496 9244 0 1 0 182 2 0 0 20 0 19 0 5685225 9856040960 8907 33554432000 1073741824 1073778376 140735525058720 140735525049856 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12704/statm: 2406260 8907 2240 9 0 2396937 0
[pid=12704/tid=12706] ppid=12701 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/12704/task/12706/stat : 12706 (java) R 12701 12704 6207 0 -1 4202560 2456 0 1 0 144 1 0 0 20 0 19 0 5685226 9856040960 8907 33554432000 1073741824 1073778376 140735525058720 140360612516328 140360484742687 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12707] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12707/stat : 12707 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685228 9856040960 8907 33554432000 1073741824 1073778376 140735525058720 140360456518696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12708] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12708/stat : 12708 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685228 9856040960 8907 33554432000 1073741824 1073778376 140735525058720 140360455465896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12704/tid=12709] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12709/stat : 12709 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685228 9856040960 8907 33554432000 1073741824 1073778376 140735525058720 140360454413096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12704/tid=12710] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12710/stat : 12710 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685228 9856040960 8907 33554432000 1073741824 1073778376 140735525058720 140360453360296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12704/tid=12711] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12711/stat : 12711 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685228 9856040960 8907 33554432000 1073741824 1073778376 140735525058720 140360452307496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12712] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12712/stat : 12712 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685228 9856040960 8907 33554432000 1073741824 1073778376 140735525058720 140360451254696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12704/tid=12713] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12713/stat : 12713 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685228 9856040960 8907 33554432000 1073741824 1073778376 140735525058720 140360450201896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12714] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12714/stat : 12714 (java) S 12701 12704 6207 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5685228 9856040960 8907 33554432000 1073741824 1073778376 140735525058720 140360449149096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12715] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12715/stat : 12715 (java) S 12701 12704 6207 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5685229 9856040960 8907 33554432000 1073741824 1073778376 140735525058720 140360436739048 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12716] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12716/stat : 12716 (java) S 12701 12704 6207 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5685229 9856040960 8907 33554432000 1073741824 1073778376 140735525058720 140360435685112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12717] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12717/stat : 12717 (java) S 12701 12704 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5685229 9856040960 8907 33554432000 1073741824 1073778376 140735525058720 140360434632200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12718] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12718/stat : 12718 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685232 9856040960 8907 33554432000 1073741824 1073778376 140735525058720 140360433580688 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12719] ppid=12701 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/12704/task/12719/stat : 12719 (java) S 12701 12704 6207 0 -1 4202560 3454 0 0 0 20 0 0 0 20 0 19 0 5685232 9856040960 8907 33554432000 1073741824 1073778376 140735525058720 140360432527800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12720] ppid=12701 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/12704/task/12720/stat : 12720 (java) S 12701 12704 6207 0 -1 4202560 2063 0 0 0 14 0 0 0 20 0 19 0 5685232 9856040960 8907 33554432000 1073741824 1073778376 140735525058720 140360431475000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12704/tid=12721] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12721/stat : 12721 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685232 9856040960 8907 33554432000 1073741824 1073778376 140735525058720 140360430422392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12704/tid=12722] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12722/stat : 12722 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685232 9856040960 8907 33554432000 1073741824 1073778376 140735525058720 140360429369800 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12723] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12723/stat : 12723 (java) S 12701 12704 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5685240 9856040960 8907 33554432000 1073741824 1073778376 140735525058720 140360428316328 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.05 2.06 1.93 3/213 12723
/proc/meminfo: memFree=30833944/32872528 swapFree=337904/354256
[pid=12704] ppid=12701 vsize=9625040 CPUtime=3.45 cores=1,3,5,7
/proc/12704/stat : 12704 (java) S 12701 12704 6207 0 -1 4202496 9271 0 1 0 343 2 0 0 20 0 19 0 5685225 9856040960 9935 33554432000 1073741824 1073778376 140735525058720 140735525049856 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12704/statm: 2406260 9935 2240 9 0 2396937 0
[pid=12704/tid=12706] ppid=12701 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/12704/task/12706/stat : 12706 (java) R 12701 12704 6207 0 -1 4202560 2458 0 1 0 303 1 0 0 20 0 19 0 5685226 9856040960 9935 33554432000 1073741824 1073778376 140735525058720 140360612507328 140360484742725 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12704/tid=12707] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12707/stat : 12707 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685228 9856040960 9935 33554432000 1073741824 1073778376 140735525058720 140360456518696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12708] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12708/stat : 12708 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685228 9856040960 9935 33554432000 1073741824 1073778376 140735525058720 140360455465896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12704/tid=12709] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12709/stat : 12709 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685228 9856040960 9935 33554432000 1073741824 1073778376 140735525058720 140360454413096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12704/tid=12710] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12710/stat : 12710 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685228 9856040960 9935 33554432000 1073741824 1073778376 140735525058720 140360453360296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12704/tid=12711] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12711/stat : 12711 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685228 9856040960 9935 33554432000 1073741824 1073778376 140735525058720 140360452307496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12712] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12712/stat : 12712 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685228 9856040960 9935 33554432000 1073741824 1073778376 140735525058720 140360451254696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12704/tid=12713] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12713/stat : 12713 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685228 9856040960 9935 33554432000 1073741824 1073778376 140735525058720 140360450201896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12714] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12714/stat : 12714 (java) S 12701 12704 6207 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5685228 9856040960 9935 33554432000 1073741824 1073778376 140735525058720 140360449149096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12715] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12715/stat : 12715 (java) S 12701 12704 6207 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5685229 9856040960 9935 33554432000 1073741824 1073778376 140735525058720 140360436739048 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12716] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12716/stat : 12716 (java) S 12701 12704 6207 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5685229 9856040960 9935 33554432000 1073741824 1073778376 140735525058720 140360435685112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12717] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12717/stat : 12717 (java) S 12701 12704 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5685229 9856040960 9935 33554432000 1073741824 1073778376 140735525058720 140360434632200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12718] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12718/stat : 12718 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685232 9856040960 9935 33554432000 1073741824 1073778376 140735525058720 140360433580688 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12719] ppid=12701 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/12704/task/12719/stat : 12719 (java) S 12701 12704 6207 0 -1 4202560 3479 0 0 0 22 0 0 0 20 0 19 0 5685232 9856040960 9935 33554432000 1073741824 1073778376 140735525058720 140360432527800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12720] ppid=12701 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/12704/task/12720/stat : 12720 (java) S 12701 12704 6207 0 -1 4202560 2063 0 0 0 14 0 0 0 20 0 19 0 5685232 9856040960 9935 33554432000 1073741824 1073778376 140735525058720 140360431475000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12704/tid=12721] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12721/stat : 12721 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685232 9856040960 9935 33554432000 1073741824 1073778376 140735525058720 140360430422392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12704/tid=12722] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12722/stat : 12722 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685232 9856040960 9935 33554432000 1073741824 1073778376 140735525058720 140360429369800 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12723] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12723/stat : 12723 (java) S 12701 12704 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5685240 9856040960 9935 33554432000 1073741824 1073778376 140735525058720 140360428316328 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.05 2.06 1.93 3/213 12723
/proc/meminfo: memFree=30826672/32872528 swapFree=337904/354256
[pid=12704] ppid=12701 vsize=9625040 CPUtime=6.65 cores=1,3,5,7
/proc/12704/stat : 12704 (java) S 12701 12704 6207 0 -1 4202496 9277 0 1 0 663 2 0 0 20 0 19 0 5685225 9856040960 11777 33554432000 1073741824 1073778376 140735525058720 140735525049856 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12704/statm: 2406260 11777 2241 9 0 2396937 0
[pid=12704/tid=12706] ppid=12701 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/12704/task/12706/stat : 12706 (java) R 12701 12704 6207 0 -1 4202560 2463 0 1 0 623 1 0 0 20 0 19 0 5685226 9856040960 11777 33554432000 1073741824 1073778376 140735525058720 140360612507328 140360484730792 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12704/tid=12707] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12707/stat : 12707 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685228 9856040960 11777 33554432000 1073741824 1073778376 140735525058720 140360456518696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12708] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12708/stat : 12708 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685228 9856040960 11777 33554432000 1073741824 1073778376 140735525058720 140360455465896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12704/tid=12709] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12709/stat : 12709 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685228 9856040960 11777 33554432000 1073741824 1073778376 140735525058720 140360454413096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12704/tid=12710] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12710/stat : 12710 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685228 9856040960 11777 33554432000 1073741824 1073778376 140735525058720 140360453360296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12704/tid=12711] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12711/stat : 12711 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685228 9856040960 11777 33554432000 1073741824 1073778376 140735525058720 140360452307496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12712] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12712/stat : 12712 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685228 9856040960 11777 33554432000 1073741824 1073778376 140735525058720 140360451254696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12704/tid=12713] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12713/stat : 12713 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685228 9856040960 11777 33554432000 1073741824 1073778376 140735525058720 140360450201896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12714] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12714/stat : 12714 (java) S 12701 12704 6207 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5685228 9856040960 11777 33554432000 1073741824 1073778376 140735525058720 140360449149096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12715] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12715/stat : 12715 (java) S 12701 12704 6207 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5685229 9856040960 11777 33554432000 1073741824 1073778376 140735525058720 140360436739048 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12716] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12716/stat : 12716 (java) S 12701 12704 6207 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5685229 9856040960 11777 33554432000 1073741824 1073778376 140735525058720 140360435685112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12717] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12717/stat : 12717 (java) S 12701 12704 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5685229 9856040960 11777 33554432000 1073741824 1073778376 140735525058720 140360434632200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12718] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12718/stat : 12718 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685232 9856040960 11777 33554432000 1073741824 1073778376 140735525058720 140360433580688 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12719] ppid=12701 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/12704/task/12719/stat : 12719 (java) S 12701 12704 6207 0 -1 4202560 3479 0 0 0 22 0 0 0 20 0 19 0 5685232 9856040960 11777 33554432000 1073741824 1073778376 140735525058720 140360432527800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12720] ppid=12701 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/12704/task/12720/stat : 12720 (java) S 12701 12704 6207 0 -1 4202560 2063 0 0 0 14 0 0 0 20 0 19 0 5685232 9856040960 11777 33554432000 1073741824 1073778376 140735525058720 140360431475000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12704/tid=12721] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12721/stat : 12721 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685232 9856040960 11777 33554432000 1073741824 1073778376 140735525058720 140360430422392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12704/tid=12722] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12722/stat : 12722 (java) S 12701 12704 6207 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5685232 9856040960 11777 33554432000 1073741824 1073778376 140735525058720 140360429369800 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12723] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12723/stat : 12723 (java) S 12701 12704 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5685240 9856040960 11777 33554432000 1073741824 1073778376 140735525058720 140360428316328 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.65
Current children cumulated vsize (KiB) 9625040


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

[pid=12704/tid=12716] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12716/stat : 12716 (java) S 12701 12704 6207 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5685229 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360435685112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12717] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12717/stat : 12717 (java) S 12701 12704 6207 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5685229 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360434632200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12718] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12718/stat : 12718 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685232 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360433580688 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12719] ppid=12701 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/12704/task/12719/stat : 12719 (java) S 12701 12704 6207 0 -1 4202560 5336 0 0 0 31 0 0 0 20 0 19 0 5685232 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360432527800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12720] ppid=12701 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/12704/task/12720/stat : 12720 (java) S 12701 12704 6207 0 -1 4202560 2063 0 0 0 14 0 0 0 20 0 19 0 5685232 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360431475000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12704/tid=12721] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12721/stat : 12721 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685232 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360430422392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12704/tid=12722] ppid=12701 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/12704/task/12722/stat : 12722 (java) S 12701 12704 6207 0 -1 4202560 100 0 0 0 30 39 0 0 20 0 19 0 5685232 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360429369800 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12723] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12723/stat : 12723 (java) S 12701 12704 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5685240 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360428316328 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1723.46
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.10 2.11 2.02 3/213 12962
/proc/meminfo: memFree=30673528/32872528 swapFree=337904/354256
[pid=12704] ppid=12701 vsize=9625040 CPUtime=1783.47 cores=1,3,5,7
/proc/12704/stat : 12704 (java) S 12701 12704 6207 0 -1 4202496 11795 0 1 0 178298 49 0 0 20 0 19 0 5685225 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140735525049856 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12704/statm: 2406260 53067 2257 9 0 2396937 0
[pid=12704/tid=12706] ppid=12701 vsize=9625040 CPUtime=1782.12 cores=1,3,5,7
/proc/12704/task/12706/stat : 12706 (java) R 12701 12704 6207 0 -1 4202560 2525 0 1 0 178180 32 0 0 20 0 19 0 5685226 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360612507312 140360484742645 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12704/tid=12707] ppid=12701 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/12704/task/12707/stat : 12707 (java) S 12701 12704 6207 0 -1 4202560 118 0 0 0 6 0 0 0 20 0 19 0 5685228 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360456518696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12708] ppid=12701 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/12704/task/12708/stat : 12708 (java) S 12701 12704 6207 0 -1 4202560 38 0 0 0 3 0 0 0 20 0 19 0 5685228 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360455465896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12709] ppid=12701 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/12704/task/12709/stat : 12709 (java) S 12701 12704 6207 0 -1 4202560 86 0 0 0 5 0 0 0 20 0 19 0 5685228 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360454413096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12710] ppid=12701 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/12704/task/12710/stat : 12710 (java) S 12701 12704 6207 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 19 0 5685228 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360453360296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12704/tid=12711] ppid=12701 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/12704/task/12711/stat : 12711 (java) S 12701 12704 6207 0 -1 4202560 102 0 0 0 5 0 0 0 20 0 19 0 5685228 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360452307496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12704/tid=12712] ppid=12701 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/12704/task/12712/stat : 12712 (java) S 12701 12704 6207 0 -1 4202560 38 0 0 0 3 0 0 0 20 0 19 0 5685228 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360451254696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12713] ppid=12701 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/12704/task/12713/stat : 12713 (java) S 12701 12704 6207 0 -1 4202560 48 0 0 0 4 0 0 0 20 0 19 0 5685228 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360450201896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12704/tid=12714] ppid=12701 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/12704/task/12714/stat : 12714 (java) S 12701 12704 6207 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 19 0 5685228 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360449149096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12704/tid=12715] ppid=12701 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/12704/task/12715/stat : 12715 (java) S 12701 12704 6207 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 19 0 5685229 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360436739048 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12704/tid=12716] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12716/stat : 12716 (java) S 12701 12704 6207 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5685229 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360435685112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12717] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12717/stat : 12717 (java) S 12701 12704 6207 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5685229 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360434632200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12718] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12718/stat : 12718 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685232 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360433580688 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12719] ppid=12701 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/12704/task/12719/stat : 12719 (java) S 12701 12704 6207 0 -1 4202560 5336 0 0 0 31 0 0 0 20 0 19 0 5685232 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360432527800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12720] ppid=12701 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/12704/task/12720/stat : 12720 (java) S 12701 12704 6207 0 -1 4202560 2063 0 0 0 14 0 0 0 20 0 19 0 5685232 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360431475000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12704/tid=12721] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12721/stat : 12721 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685232 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360430422392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12704/tid=12722] ppid=12701 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/12704/task/12722/stat : 12722 (java) S 12701 12704 6207 0 -1 4202560 104 0 0 0 31 41 0 0 20 0 19 0 5685232 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360429369800 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12723] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12723/stat : 12723 (java) S 12701 12704 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5685240 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360428316328 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1783.47
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.9 s]
/proc/loadavg: 2.08 2.10 2.02 3/213 12963
/proc/meminfo: memFree=30673388/32872528 swapFree=337904/354256
[pid=12704] ppid=12701 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/12704/stat : 12704 (java) S 12701 12704 6207 0 -1 4202496 11795 0 1 0 179958 50 0 0 20 0 19 0 5685225 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140735525049856 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12704/statm: 2406260 53067 2257 9 0 2396937 0
[pid=12704/tid=12706] ppid=12701 vsize=9625040 CPUtime=1798.72 cores=1,3,5,7
/proc/12704/task/12706/stat : 12706 (java) R 12701 12704 6207 0 -1 4202560 2525 0 1 0 179840 32 0 0 20 0 19 0 5685226 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360612507312 140360484743186 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12704/tid=12707] ppid=12701 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/12704/task/12707/stat : 12707 (java) S 12701 12704 6207 0 -1 4202560 118 0 0 0 6 0 0 0 20 0 19 0 5685228 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360456518696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12708] ppid=12701 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/12704/task/12708/stat : 12708 (java) S 12701 12704 6207 0 -1 4202560 38 0 0 0 3 0 0 0 20 0 19 0 5685228 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360455465896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12709] ppid=12701 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/12704/task/12709/stat : 12709 (java) S 12701 12704 6207 0 -1 4202560 86 0 0 0 5 0 0 0 20 0 19 0 5685228 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360454413096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12710] ppid=12701 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/12704/task/12710/stat : 12710 (java) S 12701 12704 6207 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 19 0 5685228 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360453360296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12704/tid=12711] ppid=12701 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/12704/task/12711/stat : 12711 (java) S 12701 12704 6207 0 -1 4202560 102 0 0 0 5 0 0 0 20 0 19 0 5685228 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360452307496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12704/tid=12712] ppid=12701 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/12704/task/12712/stat : 12712 (java) S 12701 12704 6207 0 -1 4202560 38 0 0 0 3 0 0 0 20 0 19 0 5685228 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360451254696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12713] ppid=12701 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/12704/task/12713/stat : 12713 (java) S 12701 12704 6207 0 -1 4202560 48 0 0 0 4 0 0 0 20 0 19 0 5685228 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360450201896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12704/tid=12714] ppid=12701 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/12704/task/12714/stat : 12714 (java) S 12701 12704 6207 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 19 0 5685228 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360449149096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12704/tid=12715] ppid=12701 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/12704/task/12715/stat : 12715 (java) S 12701 12704 6207 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 19 0 5685229 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360436739048 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12704/tid=12716] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12716/stat : 12716 (java) S 12701 12704 6207 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5685229 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360435685112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12717] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12717/stat : 12717 (java) S 12701 12704 6207 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5685229 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360434632200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12718] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12718/stat : 12718 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685232 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360433580688 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12719] ppid=12701 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/12704/task/12719/stat : 12719 (java) S 12701 12704 6207 0 -1 4202560 5336 0 0 0 31 0 0 0 20 0 19 0 5685232 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360432527800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12720] ppid=12701 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/12704/task/12720/stat : 12720 (java) S 12701 12704 6207 0 -1 4202560 2063 0 0 0 14 0 0 0 20 0 19 0 5685232 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360431475000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12704/tid=12721] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12721/stat : 12721 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685232 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360430422392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12704/tid=12722] ppid=12701 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/12704/task/12722/stat : 12722 (java) S 12701 12704 6207 0 -1 4202560 104 0 0 0 32 41 0 0 20 0 19 0 5685232 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360429369800 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12723] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12723/stat : 12723 (java) S 12701 12704 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5685240 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360428316328 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 12704 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.9 s]
/proc/loadavg: 2.08 2.10 2.02 3/213 12963
/proc/meminfo: memFree=30673388/32872528 swapFree=337904/354256
[pid=12704] ppid=12701 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/12704/stat : 12704 (java) S 12701 12704 6207 0 -1 4202496 11795 0 1 0 179958 50 0 0 20 0 19 0 5685225 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140735525049856 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12704/statm: 2406260 53067 2257 9 0 2396937 0
[pid=12704/tid=12706] ppid=12701 vsize=9625040 CPUtime=1798.72 cores=1,3,5,7
/proc/12704/task/12706/stat : 12706 (java) R 12701 12704 6207 0 -1 4202560 2525 0 1 0 179840 32 0 0 20 0 19 0 5685226 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360612507312 140360484743186 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12704/tid=12707] ppid=12701 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/12704/task/12707/stat : 12707 (java) S 12701 12704 6207 0 -1 4202560 118 0 0 0 6 0 0 0 20 0 19 0 5685228 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360456518696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12708] ppid=12701 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/12704/task/12708/stat : 12708 (java) S 12701 12704 6207 0 -1 4202560 38 0 0 0 3 0 0 0 20 0 19 0 5685228 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360455465896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12709] ppid=12701 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/12704/task/12709/stat : 12709 (java) S 12701 12704 6207 0 -1 4202560 86 0 0 0 5 0 0 0 20 0 19 0 5685228 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360454413096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12710] ppid=12701 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/12704/task/12710/stat : 12710 (java) S 12701 12704 6207 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 19 0 5685228 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360453360296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12704/tid=12711] ppid=12701 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/12704/task/12711/stat : 12711 (java) S 12701 12704 6207 0 -1 4202560 102 0 0 0 5 0 0 0 20 0 19 0 5685228 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360452307496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12704/tid=12712] ppid=12701 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/12704/task/12712/stat : 12712 (java) S 12701 12704 6207 0 -1 4202560 38 0 0 0 3 0 0 0 20 0 19 0 5685228 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360451254696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12713] ppid=12701 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/12704/task/12713/stat : 12713 (java) S 12701 12704 6207 0 -1 4202560 48 0 0 0 4 0 0 0 20 0 19 0 5685228 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360450201896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12704/tid=12714] ppid=12701 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/12704/task/12714/stat : 12714 (java) S 12701 12704 6207 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 19 0 5685228 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360449149096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12704/tid=12715] ppid=12701 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/12704/task/12715/stat : 12715 (java) S 12701 12704 6207 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 19 0 5685229 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360436739048 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12704/tid=12716] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12716/stat : 12716 (java) S 12701 12704 6207 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5685229 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360435685112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12717] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12717/stat : 12717 (java) S 12701 12704 6207 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5685229 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360434632200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12718] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12718/stat : 12718 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685232 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360433580688 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12719] ppid=12701 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/12704/task/12719/stat : 12719 (java) S 12701 12704 6207 0 -1 4202560 5336 0 0 0 31 0 0 0 20 0 19 0 5685232 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360432527800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12720] ppid=12701 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/12704/task/12720/stat : 12720 (java) S 12701 12704 6207 0 -1 4202560 2063 0 0 0 14 0 0 0 20 0 19 0 5685232 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360431475000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12704/tid=12721] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12721/stat : 12721 (java) S 12701 12704 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5685232 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360430422392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12704/tid=12722] ppid=12701 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/12704/task/12722/stat : 12722 (java) S 12701 12704 6207 0 -1 4202560 104 0 0 0 32 41 0 0 20 0 19 0 5685232 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360429369800 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12704/tid=12723] ppid=12701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12704/task/12723/stat : 12723 (java) S 12701 12704 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5685240 9856040960 53067 33554432000 1073741824 1073778376 140735525058720 140360428316328 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.94
CPU time (s): 1800.6
CPU user time (s): 1799.72
CPU system time (s): 0.881865
CPU usage (%): 100.093
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.72
system time used= 0.881865
maximum resident set size= 213352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11842
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38181
involuntary context switches= 4700

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1653 second user time and 13.201 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-16 02:19:44
IDJOB=4089992
IDBENCH=107485
IDSOLVER=2546
FILE ID=node126/4089992-1466036384
RUNJOBID= node126-1466034510-12393
PBS_JOBID= 19902818
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v051-n2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089992-1466036384/watcher-4089992-1466036384 -o /tmp/evaluation-result-4089992-1466036384/solver-4089992-1466036384 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466034510-12393 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089992-1466036384.opb

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

MD5SUM BENCH= bc85fa55b82808cf2d6ead8192348d0f
RANDOM SEED=722788548

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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.121
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.121
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.121
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.121
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:        30864724 kB
Buffers:          105636 kB
Cached:           278472 kB
SwapCached:            0 kB
Active:           683320 kB
Inactive:         261832 kB
Active(anon):     553196 kB
Inactive(anon):    10680 kB
Active(file):     130124 kB
Inactive(file):   251152 kB
Unevictable:      354256 kB
Mlocked:          337904 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               868 kB
Writeback:             0 kB
AnonPages:       1001780 kB
Mapped:            21100 kB
Shmem:               204 kB
Slab:             574148 kB
SReclaimable:      18384 kB
SUnreclaim:       555764 kB
KernelStack:        1760 kB
PageTables:         5952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1049268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    643072 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= 71740 MiB
End job on node126 at 2016-06-16 02:49:43