Trace number 4084568

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.02 1789.95

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-180.opb
MD5SUM8c3fe83338b70253b33b876e52e7c579
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables311827
Total number of constraints7317246
Number of constraints which are clauses6573583
Number of constraints which are cardinality constraints (but not clauses)22922
Number of constraints which are nor clauses,nor cardinality constraints720741
Minimum length of a constraint2
Maximum length of a constraint2457
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2458
Number of bits of the biggest sum of numbers12
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.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.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/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.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-4084568-1465276130.opb
0.07/0.12	c reading problem ... 
0.07/0.12	c  no objective function found
56.34/48.47	c ... done. Wall clock time 48.344s.
56.34/48.47	c declared #vars     311827
56.34/48.47	c #constraints  7328728
56.34/48.47	c constraints type 
56.34/48.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5056719
56.34/48.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 22923
56.34/48.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1528345
56.34/48.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 720741
56.34/48.47	c 7328728 constraints processed.
61.18/52.84	c cleaning 2496 clauses out of 5001 with flag 30636/5001
137.69/129.16	c cleaning 4247 clauses out of 8504 with flag 167848/11000
151.18/142.24	c cleaning 5617 clauses out of 11258 with flag 205639/18001
167.26/157.99	c cleaning 6806 clauses out of 13644 with flag 262226/26004
180.99/171.67	c cleaning 7907 clauses out of 15836 with flag 325480/35002
195.88/186.51	c cleaning 8947 clauses out of 17927 with flag 394665/45000
214.17/204.88	c cleaning 9974 clauses out of 19981 with flag 471190/56001
234.98/225.64	c cleaning 10983 clauses out of 22006 with flag 557682/68000
258.47/249.16	c cleaning 11982 clauses out of 24023 with flag 638970/81000
347.33/337.57	c cleaning 13014 clauses out of 26042 with flag 777684/95001
482.15/472.30	c cleaning 14014 clauses out of 28028 with flag 1395270/110001
528.25/518.45	c cleaning 14993 clauses out of 30013 with flag 3086345/126000
558.55/548.75	c cleaning 16001 clauses out of 32020 with flag 4099685/143000
585.55/575.76	c cleaning 16997 clauses out of 34019 with flag 4229521/161000
612.95/603.10	c cleaning 18001 clauses out of 36022 with flag 4377662/180000
644.46/634.64	c cleaning 19002 clauses out of 38022 with flag 4544653/200001
676.67/666.80	c cleaning 19999 clauses out of 40020 with flag 4706491/221001
711.16/701.35	c cleaning 21003 clauses out of 42020 with flag 4898908/243000
745.37/735.56	c cleaning 21997 clauses out of 44017 with flag 5096580/266000
788.79/778.97	c cleaning 23002 clauses out of 46020 with flag 5303349/290000
822.91/813.04	c cleaning 24002 clauses out of 48019 with flag 5511844/315001
858.02/848.20	c cleaning 25001 clauses out of 50016 with flag 5737067/341000
893.81/883.96	c cleaning 25996 clauses out of 52015 with flag 5967517/368000
940.62/930.71	c cleaning 27003 clauses out of 54019 with flag 6232209/396000
987.83/977.96	c cleaning 28000 clauses out of 56016 with flag 6494047/425000
1034.33/1024.40	c cleaning 29000 clauses out of 58016 with flag 6754852/455000
1077.05/1067.11	c cleaning 29997 clauses out of 60016 with flag 7004464/486000
1128.25/1118.33	c cleaning 30999 clauses out of 62020 with flag 7245544/518001
1182.77/1172.80	c cleaning 31996 clauses out of 64020 with flag 7516979/551000
1249.48/1239.57	c cleaning 33001 clauses out of 66024 with flag 7819721/585000
1306.79/1296.80	c cleaning 34001 clauses out of 68023 with flag 8121863/620000
1360.71/1350.77	c cleaning 34998 clauses out of 70022 with flag 8423055/656000
1425.04/1415.04	c cleaning 36003 clauses out of 72024 with flag 8789240/693000
1492.95/1482.93	c cleaning 36999 clauses out of 74021 with flag 9162815/731000
1557.05/1547.01	c cleaning 37998 clauses out of 76022 with flag 9548415/770000
1625.17/1615.15	c cleaning 38999 clauses out of 78024 with flag 9951050/810000
1697.19/1687.20	c cleaning 40004 clauses out of 80025 with flag 10348489/851000
1766.50/1756.40	c cleaning 40999 clauses out of 82021 with flag 10755089/893000
1800.02/1789.90	c starts		: 299
1800.02/1789.90	c conflicts		: 915415
1800.02/1789.90	c decisions		: 22370363
1800.02/1789.90	c propagations		: 2843196686
1800.02/1789.90	c inspects		: 19189876383
1800.02/1789.90	c shortcuts		: 0
1800.02/1789.90	c learnt literals	: 0
1800.02/1789.90	c learnt binary clauses	: 125
1800.02/1789.90	c learnt ternary clauses	: 849
1800.02/1789.90	c learnt constraints	: 915415
1800.02/1789.90	c ignored constraints	: 0
1800.02/1789.90	c root simplifications	: 0
1800.02/1789.90	c removed literals (reason simplification)	: 0
1800.02/1789.90	c reason swapping (by a shorter reason)	: 0
1800.02/1789.90	c Calls to reduceDB	: 38
1800.02/1789.90	c Number of update (reduction) of LBD	: 393090
1800.02/1789.90	c Imported unit clauses	: 0
1800.02/1789.90	c number of reductions to clauses (during analyze)	: 0
1800.02/1789.90	c number of learned constraints concerned by reduction	: 0
1800.02/1789.90	c number of learning phase by resolution	: 0
1800.02/1789.90	c number of learning phase by cutting planes	: 0
1800.02/1789.90	c speed (assignments/second)	: 1632723.6112195817
1800.02/1789.90	c non guided choices	12593641
1800.02/1789.91	c timeout
1800.02/1789.93	c learnt constraints type 
1800.02/1789.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 125
1800.02/1789.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 63312
1800.02/1789.93	s UNKNOWN
1800.02/1789.93	c Total wall clock time (in seconds): 1789.807

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-4084568-1465276130/watcher-4084568-1465276130 -o /tmp/evaluation-result-4084568-1465276130/solver-4084568-1465276130 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465261709-15102 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084568-1465276130.opb 

pid=17963
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.40 2.27 2.25 3/196 17966
/proc/meminfo: memFree=28559616/32872528 swapFree=20720/1686580
[pid=17966] ppid=17963 vsize=24328 CPUtime=0 cores=1,3,5,7
/proc/17966/stat : 17966 (runsolver) D 17963 17966 15085 0 -1 4202560 116 0 0 0 0 0 0 0 20 0 1 0 109545899 24911872 151 33554432000 4194304 4338465 140735280781760 140735280779400 215124626615 0 0 4096 24578 18446744071579943789 0 0 17 3 0 0 0 0 0
/proc/17966/statm: 6082 151 105 36 0 2655 0

[startup+0.10006 s]
/proc/loadavg: 2.40 2.27 2.25 3/196 17966
/proc/meminfo: memFree=28559616/32872528 swapFree=20720/1686580
[pid=17966] ppid=17963 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/17966/stat : 17966 (java) S 17963 17966 15085 0 -1 4202496 4295 0 1 0 6 1 0 0 20 0 18 0 109545899 9787879424 4914 33554432000 1073741824 1073778376 140734592842336 140734592833472 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17966/statm: 2389619 4914 2094 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 2.40 2.27 2.25 3/196 17966
/proc/meminfo: memFree=28559616/32872528 swapFree=20720/1686580
[pid=17966] ppid=17963 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/17966/stat : 17966 (java) S 17963 17966 15085 0 -1 4202496 4784 0 1 0 20 2 0 0 20 0 18 0 109545899 9787879424 12497 33554432000 1073741824 1073778376 140734592842336 140734592833472 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17966/statm: 2389619 12497 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.30025 s]
/proc/loadavg: 2.40 2.27 2.25 3/196 17966
/proc/meminfo: memFree=28559616/32872528 swapFree=20720/1686580
[pid=17966] ppid=17963 vsize=9558476 CPUtime=0.43 cores=1,3,5,7
/proc/17966/stat : 17966 (java) S 17963 17966 15085 0 -1 4202496 5490 0 1 0 40 3 0 0 20 0 18 0 109545899 9787879424 16399 33554432000 1073741824 1073778376 140734592842336 140734592833472 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17966/statm: 2389619 16399 2230 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558476

[startup+0.700315 s]
/proc/loadavg: 2.40 2.27 2.25 3/196 17966
/proc/meminfo: memFree=28559616/32872528 swapFree=20720/1686580
[pid=17966] ppid=17963 vsize=9558476 CPUtime=1.15 cores=1,3,5,7
/proc/17966/stat : 17966 (java) S 17963 17966 15085 0 -1 4202496 7653 0 1 0 107 8 0 0 20 0 18 0 109545899 9787879424 63985 33554432000 1073741824 1073778376 140734592842336 140734592833472 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17966/statm: 2389619 63985 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 2.45 2.28 2.25 3/214 17984
/proc/meminfo: memFree=28245892/32872528 swapFree=20720/1686580
[pid=17966] ppid=17963 vsize=9558476 CPUtime=2.2 cores=1,3,5,7
/proc/17966/stat : 17966 (java) S 17963 17966 15085 0 -1 4202496 9778 0 1 0 204 16 0 0 20 0 18 0 109545899 9787879424 144695 33554432000 1073741824 1073778376 140734592842336 140734592833472 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17966/statm: 2389619 144695 2263 9 0 2380296 0
[pid=17966/tid=17968] ppid=17963 vsize=9558476 CPUtime=1.38 cores=1,3,5,7
/proc/17966/task/17968/stat : 17968 (java) R 17963 17966 15085 0 -1 4202560 2701 0 1 0 129 9 0 0 20 0 18 0 109545901 9787879424 144695 33554432000 1073741824 1073778376 140734592842336 140270269959784 140270210213920 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17966/tid=17969] ppid=17963 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/17966/task/17969/stat : 17969 (java) S 17963 17966 15085 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 109545902 9787879424 144695 33554432000 1073741824 1073778376 140734592842336 140270113863976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17966/tid=17970] ppid=17963 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/17966/task/17970/stat : 17970 (java) S 17963 17966 15085 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 109545902 9787879424 144695 33554432000 1073741824 1073778376 140734592842336 140270112811176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17966/tid=17971] ppid=17963 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/17966/task/17971/stat : 17971 (java) S 17963 17966 15085 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 18 0 109545902 9787879424 144695 33554432000 1073741824 1073778376 140734592842336 140270111758888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17966/tid=17972] ppid=17963 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/17966/task/17972/stat : 17972 (java) S 17963 17966 15085 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 18 0 109545902 9787879424 144695 33554432000 1073741824 1073778376 140734592842336 140270110706088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17973] ppid=17963 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/17966/task/17973/stat : 17973 (java) S 17963 17966 15085 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 109545902 9787879424 144695 33554432000 1073741824 1073778376 140734592842336 140270109653800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17974] ppid=17963 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17974/stat : 17974 (java) S 17963 17966 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 109545902 9787879424 144695 33554432000 1073741824 1073778376 140734592842336 140270108601000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17975] ppid=17963 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/17966/task/17975/stat : 17975 (java) S 17963 17966 15085 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 109545902 9787879424 144695 33554432000 1073741824 1073778376 140734592842336 140270107548712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17966/tid=17976] ppid=17963 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/17966/task/17976/stat : 17976 (java) S 17963 17966 15085 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 18 0 109545902 9787879424 144695 33554432000 1073741824 1073778376 140734592842336 140270106495912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17966/tid=17977] ppid=17963 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17977/stat : 17977 (java) S 17963 17966 15085 0 -1 4202560 445 0 0 0 0 0 0 0 20 0 18 0 109545903 9787879424 144695 33554432000 1073741824 1073778376 140734592842336 140270094084328 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17978] ppid=17963 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17978/stat : 17978 (java) S 17963 17966 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109545904 9787879424 144695 33554432000 1073741824 1073778376 140734592842336 140270093030392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17979] ppid=17963 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17979/stat : 17979 (java) S 17963 17966 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109545904 9787879424 144695 33554432000 1073741824 1073778376 140734592842336 140270091977992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17980] ppid=17963 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17980/stat : 17980 (java) S 17963 17966 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109545906 9787879424 144695 33554432000 1073741824 1073778376 140734592842336 140270090926480 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17981] ppid=17963 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/17966/task/17981/stat : 17981 (java) S 17963 17966 15085 0 -1 4202560 2651 0 0 0 28 0 0 0 20 0 18 0 109545906 9787879424 144695 33554432000 1073741824 1073778376 140734592842336 140270089874104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17966/tid=17982] ppid=17963 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/17966/task/17982/stat : 17982 (java) S 17963 17966 15085 0 -1 4202560 2599 0 0 0 23 2 0 0 20 0 18 0 109545906 9787879424 144695 33554432000 1073741824 1073778376 140734592842336 140270088821304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17966/tid=17983] ppid=17963 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17983/stat : 17983 (java) S 17963 17966 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109545906 9787879424 144695 33554432000 1073741824 1073778376 140734592842336 140270087769208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17966/tid=17984] ppid=17963 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17984/stat : 17984 (java) S 17963 17966 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109545906 9787879424 144695 33554432000 1073741824 1073778376 140734592842336 140270086716616 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9558476

[startup+3.10087 s]
/proc/loadavg: 2.45 2.28 2.25 3/214 17984
/proc/meminfo: memFree=27734392/32872528 swapFree=20720/1686580
[pid=17966] ppid=17963 vsize=9558476 CPUtime=4.05 cores=1,3,5,7
/proc/17966/stat : 17966 (java) S 17963 17966 15085 0 -1 4202496 10973 0 1 0 377 28 0 0 20 0 18 0 109545899 9787879424 277589 33554432000 1073741824 1073778376 140734592842336 140734592833472 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17966/statm: 2389619 277589 2263 9 0 2380296 0
[pid=17966/tid=17968] ppid=17963 vsize=9558476 CPUtime=2.9 cores=1,3,5,7
/proc/17966/task/17968/stat : 17968 (java) R 17963 17966 15085 0 -1 4202560 2933 0 1 0 273 17 0 0 20 0 18 0 109545901 9787879424 277589 33554432000 1073741824 1073778376 140734592842336 140270269951952 215128007949 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17966/tid=17969] ppid=17963 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/17966/task/17969/stat : 17969 (java) S 17963 17966 15085 0 -1 4202560 90 0 0 0 4 1 0 0 20 0 18 0 109545902 9787879424 277589 33554432000 1073741824 1073778376 140734592842336 140270113863976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17966/tid=17970] ppid=17963 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/17966/task/17970/stat : 17970 (java) S 17963 17966 15085 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 18 0 109545902 9787879424 277589 33554432000 1073741824 1073778376 140734592842336 140270112811176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17966/tid=17971] ppid=17963 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/17966/task/17971/stat : 17971 (java) S 17963 17966 15085 0 -1 4202560 109 0 0 0 6 2 0 0 20 0 18 0 109545902 9787879424 277589 33554432000 1073741824 1073778376 140734592842336 140270111758888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17966/tid=17972] ppid=17963 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/17966/task/17972/stat : 17972 (java) S 17963 17966 15085 0 -1 4202560 46 0 0 0 6 1 0 0 20 0 18 0 109545902 9787879424 277589 33554432000 1073741824 1073778376 140734592842336 140270110706088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17966/tid=17973] ppid=17963 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/17966/task/17973/stat : 17973 (java) S 17963 17966 15085 0 -1 4202560 98 0 0 0 5 0 0 0 20 0 18 0 109545902 9787879424 277589 33554432000 1073741824 1073778376 140734592842336 140270109653800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17974] ppid=17963 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/17966/task/17974/stat : 17974 (java) S 17963 17966 15085 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 18 0 109545902 9787879424 277589 33554432000 1073741824 1073778376 140734592842336 140270108601000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17975] ppid=17963 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/17966/task/17975/stat : 17975 (java) S 17963 17966 15085 0 -1 4202560 90 0 0 0 4 0 0 0 20 0 18 0 109545902 9787879424 277589 33554432000 1073741824 1073778376 140734592842336 140270107548712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17966/tid=17976] ppid=17963 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/17966/task/17976/stat : 17976 (java) S 17963 17966 15085 0 -1 4202560 38 0 0 0 5 0 0 0 20 0 18 0 109545902 9787879424 277589 33554432000 1073741824 1073778376 140734592842336 140270106495912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17966/tid=17977] ppid=17963 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17977/stat : 17977 (java) S 17963 17966 15085 0 -1 4202560 949 0 0 0 0 0 0 0 20 0 18 0 109545903 9787879424 277589 33554432000 1073741824 1073778376 140734592842336 140270094084328 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17966/tid=17978] ppid=17963 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17978/stat : 17978 (java) S 17963 17966 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109545904 9787879424 277589 33554432000 1073741824 1073778376 140734592842336 140270093030392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17979] ppid=17963 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17979/stat : 17979 (java) S 17963 17966 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109545904 9787879424 277589 33554432000 1073741824 1073778376 140734592842336 140270091977992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17980] ppid=17963 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17980/stat : 17980 (java) S 17963 17966 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109545906 9787879424 277589 33554432000 1073741824 1073778376 140734592842336 140270090926480 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17981] ppid=17963 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/17966/task/17981/stat : 17981 (java) S 17963 17966 15085 0 -1 4202560 2730 0 0 0 32 0 0 0 20 0 18 0 109545906 9787879424 277589 33554432000 1073741824 1073778376 140734592842336 140270089874104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17966/tid=17982] ppid=17963 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/17966/task/17982/stat : 17982 (java) S 17963 17966 15085 0 -1 4202560 2599 0 0 0 23 2 0 0 20 0 18 0 109545906 9787879424 277589 33554432000 1073741824 1073778376 140734592842336 140270088821304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17966/tid=17983] ppid=17963 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17983/stat : 17983 (java) S 17963 17966 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109545906 9787879424 277589 33554432000 1073741824 1073778376 140734592842336 140270087769208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17966/tid=17984] ppid=17963 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17984/stat : 17984 (java) S 17963 17966 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109545906 9787879424 277589 33554432000 1073741824 1073778376 140734592842336 140270086716616 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 9558476

[startup+6.30087 s]
/proc/loadavg: 2.41 2.28 2.25 3/214 17984
/proc/meminfo: memFree=26412564/32872528 swapFree=20720/1686580
[pid=17966] ppid=17963 vsize=9558476 CPUtime=7.79 cores=1,3,5,7
/proc/17966/stat : 17966 (java) S 17963 17966 15085 0 -1 4202496 12916 0 1 0 723 56 0 0 20 0 18 0 109545899 9787879424 553855 33554432000 1073741824 1073778376 140734592842336 140734592833472 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17966/statm: 2389619 553855 2263 9 0 2380296 0
[pid=17966/tid=17968] ppid=17963 vsize=9558476 CPUtime=5.9 cores=1,3,5,7
/proc/17966/task/17968/stat : 17968 (java) R 17963 17966 15085 0 -1 4202560 3652 0 1 0 558 32 0 0 20 0 18 0 109545901 9787879424 553855 33554432000 1073741824 1073778376 140734592842336 140270269959000 140270210171227 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17969] ppid=17963 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/17966/task/17969/stat : 17969 (java) S 17963 17966 15085 0 -1 4202560 239 0 0 0 12 3 0 0 20 0 18 0 109545902 9787879424 553855 33554432000 1073741824 1073778376 140734592842336 140270113863976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17966/tid=17970] ppid=17963 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/17966/task/17970/stat : 17970 (java) S 17963 17966 15085 0 -1 4202560 51 0 0 0 9 2 0 0 20 0 18 0 109545902 9787879424 553855 33554432000 1073741824 1073778376 140734592842336 140270112811176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17966/tid=17971] ppid=17963 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/17966/task/17971/stat : 17971 (java) S 17963 17966 15085 0 -1 4202560 148 0 0 0 10 3 0 0 20 0 18 0 109545902 9787879424 553855 33554432000 1073741824 1073778376 140734592842336 140270111758888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17966/tid=17972] ppid=17963 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/17966/task/17972/stat : 17972 (java) S 17963 17966 15085 0 -1 4202560 244 0 0 0 15 3 0 0 20 0 18 0 109545902 9787879424 553855 33554432000 1073741824 1073778376 140734592842336 140270110706088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17966/tid=17973] ppid=17963 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/17966/task/17973/stat : 17973 (java) S 17963 17966 15085 0 -1 4202560 294 0 0 0 14 3 0 0 20 0 18 0 109545902 9787879424 553855 33554432000 1073741824 1073778376 140734592842336 140270109653800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17966/tid=17974] ppid=17963 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/17966/task/17974/stat : 17974 (java) S 17963 17966 15085 0 -1 4202560 68 0 0 0 11 2 0 0 20 0 18 0 109545902 9787879424 553855 33554432000 1073741824 1073778376 140734592842336 140270108601000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17966/tid=17975] ppid=17963 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/17966/task/17975/stat : 17975 (java) S 17963 17966 15085 0 -1 4202560 134 0 0 0 8 2 0 0 20 0 18 0 109545902 9787879424 553855 33554432000 1073741824 1073778376 140734592842336 140270107548712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17966/tid=17976] ppid=17963 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/17966/task/17976/stat : 17976 (java) S 17963 17966 15085 0 -1 4202560 219 0 0 0 13 3 0 0 20 0 18 0 109545902 9787879424 553855 33554432000 1073741824 1073778376 140734592842336 140270106495912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17966/tid=17977] ppid=17963 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17977/stat : 17977 (java) S 17963 17966 15085 0 -1 4202560 1261 0 0 0 0 0 0 0 20 0 18 0 109545903 9787879424 553855 33554432000 1073741824 1073778376 140734592842336 140270094084328 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17978] ppid=17963 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17978/stat : 17978 (java) S 17963 17966 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109545904 9787879424 553855 33554432000 1073741824 1073778376 140734592842336 140270093030392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17979] ppid=17963 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17979/stat : 17979 (java) S 17963 17966 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109545904 9787879424 553855 33554432000 1073741824 1073778376 140734592842336 140270091977992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17980] ppid=17963 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17980/stat : 17980 (java) S 17963 17966 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109545906 9787879424 553855 33554432000 1073741824 1073778376 140734592842336 140270090926480 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17981] ppid=17963 vsize=9558476 CPUtime=0.33 cores=1,3,5,7
/proc/17966/task/17981/stat : 17981 (java) S 17963 17966 15085 0 -1 4202560 2754 0 0 0 33 0 0 0 20 0 18 0 109545906 9787879424 553855 33554432000 1073741824 1073778376 140734592842336 140270089874104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17966/tid=17982] ppid=17963 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/17966/task/17982/stat : 17982 (java) S 17963 17966 15085 0 -1 4202560 2599 0 0 0 23 2 0 0 20 0 18 0 109545906 9787879424 553855 33554432000 1073741824 1073778376 140734592842336 140270088821304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17966/tid=17983] ppid=17963 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17983/stat : 17983 (java) S 17963 17966 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109545906 9787879424 553855 33554432000 1073741824 1073778376 140734592842336 140270087769208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17966/tid=17984] ppid=17963 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17984/stat : 17984 (java) S 17963 17966 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109545906 9787879424 553855 33554432000 1073741824 1073778376 140734592842336 140270086716616 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.79
Current children cumulated vsize (KiB) 9558476

[startup+12.7009 s]
/proc/loadavg: 2.46 2.29 2.26 3/214 17984
/proc/meminfo: memFree=25663356/32872528 swapFree=20720/1686580
[pid=17966] ppid=17963 vsize=9558476 CPUtime=15.05 cores=1,3,5,7
/proc/17966/stat : 17966 (java) S 17963 17966 15085 0 -1 4202496 14535 0 1 0 1428 77 0 0 20 0 18 0 109545899 9787879424 726962 33554432000 1073741824 1073778376 140734592842336 140734592833472 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17966/statm: 2389619 726962 2263 9 0 2380296 0

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

[pid=17966/tid=17985] ppid=17963 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17985/stat : 17985 (java) S 17963 17966 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109550751 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270085661608 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1732.4
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.39 2.29 2.22 3/215 18289
/proc/meminfo: memFree=22804628/32872528 swapFree=20720/1686580
[pid=17966] ppid=17963 vsize=9625040 CPUtime=1792.42 cores=1,3,5,7
/proc/17966/stat : 17966 (java) S 17963 17966 15085 0 -1 4202496 31241 0 1 0 179066 176 0 0 20 0 19 0 109545899 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140734592833472 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17966/statm: 2406260 897421 2292 9 0 2396937 0
[pid=17966/tid=17968] ppid=17963 vsize=9625040 CPUtime=1772.46 cores=1,3,5,7
/proc/17966/task/17968/stat : 17968 (java) R 17963 17966 15085 0 -1 4202560 4189 0 1 0 177166 80 0 0 20 0 19 0 109545901 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270269951696 140270210556002 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17966/tid=17969] ppid=17963 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/17966/task/17969/stat : 17969 (java) S 17963 17966 15085 0 -1 4202560 585 0 0 0 111 10 0 0 20 0 19 0 109545902 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270113863976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17970] ppid=17963 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/17966/task/17970/stat : 17970 (java) S 17963 17966 15085 0 -1 4202560 528 0 0 0 119 10 0 0 20 0 19 0 109545902 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270112811176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17966/tid=17971] ppid=17963 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/17966/task/17971/stat : 17971 (java) S 17963 17966 15085 0 -1 4202560 712 0 0 0 111 8 0 0 20 0 19 0 109545902 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270111758888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17966/tid=17972] ppid=17963 vsize=9625040 CPUtime=1.42 cores=1,3,5,7
/proc/17966/task/17972/stat : 17972 (java) S 17963 17966 15085 0 -1 4202560 727 0 0 0 132 10 0 0 20 0 19 0 109545902 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270110706088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17973] ppid=17963 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/17966/task/17973/stat : 17973 (java) S 17963 17966 15085 0 -1 4202560 760 0 0 0 117 9 0 0 20 0 19 0 109545902 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270109653800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17966/tid=17974] ppid=17963 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/17966/task/17974/stat : 17974 (java) S 17963 17966 15085 0 -1 4202560 615 0 0 0 128 9 0 0 20 0 19 0 109545902 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270108601000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17966/tid=17975] ppid=17963 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/17966/task/17975/stat : 17975 (java) S 17963 17966 15085 0 -1 4202560 648 0 0 0 118 11 0 0 20 0 19 0 109545902 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270107548712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17966/tid=17976] ppid=17963 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/17966/task/17976/stat : 17976 (java) S 17963 17966 15085 0 -1 4202560 615 0 0 0 122 7 0 0 20 0 19 0 109545902 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270106495912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17966/tid=17977] ppid=17963 vsize=9625040 CPUtime=2.37 cores=1,3,5,7
/proc/17966/task/17977/stat : 17977 (java) S 17963 17966 15085 0 -1 4202560 1874 0 0 0 232 5 0 0 20 0 19 0 109545903 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270094084328 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17966/tid=17978] ppid=17963 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17978/stat : 17978 (java) S 17963 17966 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109545904 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270093030392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17979] ppid=17963 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17979/stat : 17979 (java) S 17963 17966 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109545904 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270091977992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17980] ppid=17963 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17980/stat : 17980 (java) S 17963 17966 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109545906 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270090926480 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17981] ppid=17963 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/17966/task/17981/stat : 17981 (java) S 17963 17966 15085 0 -1 4202560 5955 0 0 0 93 0 0 0 20 0 19 0 109545906 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270089874104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17966/tid=17982] ppid=17963 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/17966/task/17982/stat : 17982 (java) S 17963 17966 15085 0 -1 4202560 12671 0 0 0 122 4 0 0 20 0 19 0 109545906 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270088821304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17983] ppid=17963 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17983/stat : 17983 (java) S 17963 17966 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109545906 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270087769208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17966/tid=17984] ppid=17963 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/17966/task/17984/stat : 17984 (java) S 17963 17966 15085 0 -1 4202560 103 0 0 0 32 47 0 0 20 0 19 0 109545906 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270086716616 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17966/tid=17985] ppid=17963 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17985/stat : 17985 (java) S 17963 17966 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109550751 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270085661608 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1792.42
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.9 s]
/proc/loadavg: 2.43 2.30 2.23 3/215 18290
/proc/meminfo: memFree=22804372/32872528 swapFree=20720/1686580
[pid=17966] ppid=17963 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/17966/stat : 17966 (java) S 17963 17966 15085 0 -1 4202496 31243 0 1 0 179826 176 0 0 20 0 19 0 109545899 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140734592833472 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17966/statm: 2406260 897421 2292 9 0 2396937 0
[pid=17966/tid=17968] ppid=17963 vsize=9625040 CPUtime=1780.04 cores=1,3,5,7
/proc/17966/task/17968/stat : 17968 (java) R 17963 17966 15085 0 -1 4202560 4189 0 1 0 177923 81 0 0 20 0 19 0 109545901 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270269951696 140270210487885 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17966/tid=17969] ppid=17963 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/17966/task/17969/stat : 17969 (java) S 17963 17966 15085 0 -1 4202560 585 0 0 0 111 10 0 0 20 0 19 0 109545902 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270113863976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17970] ppid=17963 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/17966/task/17970/stat : 17970 (java) S 17963 17966 15085 0 -1 4202560 528 0 0 0 119 10 0 0 20 0 19 0 109545902 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270112811176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17966/tid=17971] ppid=17963 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/17966/task/17971/stat : 17971 (java) S 17963 17966 15085 0 -1 4202560 712 0 0 0 111 8 0 0 20 0 19 0 109545902 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270111758888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17966/tid=17972] ppid=17963 vsize=9625040 CPUtime=1.42 cores=1,3,5,7
/proc/17966/task/17972/stat : 17972 (java) S 17963 17966 15085 0 -1 4202560 727 0 0 0 132 10 0 0 20 0 19 0 109545902 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270110706088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17973] ppid=17963 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/17966/task/17973/stat : 17973 (java) S 17963 17966 15085 0 -1 4202560 760 0 0 0 117 9 0 0 20 0 19 0 109545902 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270109653800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17966/tid=17974] ppid=17963 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/17966/task/17974/stat : 17974 (java) S 17963 17966 15085 0 -1 4202560 615 0 0 0 128 9 0 0 20 0 19 0 109545902 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270108601000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17966/tid=17975] ppid=17963 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/17966/task/17975/stat : 17975 (java) S 17963 17966 15085 0 -1 4202560 648 0 0 0 118 11 0 0 20 0 19 0 109545902 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270107548712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17966/tid=17976] ppid=17963 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/17966/task/17976/stat : 17976 (java) S 17963 17966 15085 0 -1 4202560 615 0 0 0 122 7 0 0 20 0 19 0 109545902 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270106495912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17966/tid=17977] ppid=17963 vsize=9625040 CPUtime=2.37 cores=1,3,5,7
/proc/17966/task/17977/stat : 17977 (java) S 17963 17966 15085 0 -1 4202560 1874 0 0 0 232 5 0 0 20 0 19 0 109545903 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270094084328 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17966/tid=17978] ppid=17963 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17978/stat : 17978 (java) S 17963 17966 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109545904 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270093030392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17979] ppid=17963 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17979/stat : 17979 (java) S 17963 17966 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109545904 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270091977992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17980] ppid=17963 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17980/stat : 17980 (java) S 17963 17966 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109545906 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270090926480 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17981] ppid=17963 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/17966/task/17981/stat : 17981 (java) S 17963 17966 15085 0 -1 4202560 5955 0 0 0 93 0 0 0 20 0 19 0 109545906 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270089874104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17966/tid=17982] ppid=17963 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/17966/task/17982/stat : 17982 (java) S 17963 17966 15085 0 -1 4202560 12671 0 0 0 122 4 0 0 20 0 19 0 109545906 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270088821304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17983] ppid=17963 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17983/stat : 17983 (java) S 17963 17966 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109545906 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270087769208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17966/tid=17984] ppid=17963 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/17966/task/17984/stat : 17984 (java) S 17963 17966 15085 0 -1 4202560 105 0 0 0 32 47 0 0 20 0 19 0 109545906 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270086716616 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17966/tid=17985] ppid=17963 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17985/stat : 17985 (java) S 17963 17966 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109550751 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270085661608 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 17966 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1789.9 s]
/proc/loadavg: 2.43 2.30 2.23 3/215 18290
/proc/meminfo: memFree=22804372/32872528 swapFree=20720/1686580
[pid=17966] ppid=17963 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/17966/stat : 17966 (java) S 17963 17966 15085 0 -1 4202496 31243 0 1 0 179826 176 0 0 20 0 19 0 109545899 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140734592833472 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17966/statm: 2406260 897421 2292 9 0 2396937 0
[pid=17966/tid=17968] ppid=17963 vsize=9625040 CPUtime=1780.04 cores=1,3,5,7
/proc/17966/task/17968/stat : 17968 (java) R 17963 17966 15085 0 -1 4202560 4189 0 1 0 177923 81 0 0 20 0 19 0 109545901 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270269951696 140270210487885 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17966/tid=17969] ppid=17963 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/17966/task/17969/stat : 17969 (java) S 17963 17966 15085 0 -1 4202560 585 0 0 0 111 10 0 0 20 0 19 0 109545902 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270113863976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17970] ppid=17963 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/17966/task/17970/stat : 17970 (java) S 17963 17966 15085 0 -1 4202560 528 0 0 0 119 10 0 0 20 0 19 0 109545902 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270112811176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17966/tid=17971] ppid=17963 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/17966/task/17971/stat : 17971 (java) S 17963 17966 15085 0 -1 4202560 712 0 0 0 111 8 0 0 20 0 19 0 109545902 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270111758888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17966/tid=17972] ppid=17963 vsize=9625040 CPUtime=1.42 cores=1,3,5,7
/proc/17966/task/17972/stat : 17972 (java) S 17963 17966 15085 0 -1 4202560 727 0 0 0 132 10 0 0 20 0 19 0 109545902 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270110706088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17973] ppid=17963 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/17966/task/17973/stat : 17973 (java) S 17963 17966 15085 0 -1 4202560 760 0 0 0 117 9 0 0 20 0 19 0 109545902 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270109653800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17966/tid=17974] ppid=17963 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/17966/task/17974/stat : 17974 (java) S 17963 17966 15085 0 -1 4202560 615 0 0 0 128 9 0 0 20 0 19 0 109545902 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270108601000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17966/tid=17975] ppid=17963 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/17966/task/17975/stat : 17975 (java) S 17963 17966 15085 0 -1 4202560 648 0 0 0 118 11 0 0 20 0 19 0 109545902 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270107548712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17966/tid=17976] ppid=17963 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/17966/task/17976/stat : 17976 (java) S 17963 17966 15085 0 -1 4202560 615 0 0 0 122 7 0 0 20 0 19 0 109545902 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270106495912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17966/tid=17977] ppid=17963 vsize=9625040 CPUtime=2.37 cores=1,3,5,7
/proc/17966/task/17977/stat : 17977 (java) S 17963 17966 15085 0 -1 4202560 1874 0 0 0 232 5 0 0 20 0 19 0 109545903 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270094084328 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17966/tid=17978] ppid=17963 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17978/stat : 17978 (java) S 17963 17966 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109545904 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270093030392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17979] ppid=17963 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17979/stat : 17979 (java) S 17963 17966 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109545904 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270091977992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17980] ppid=17963 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17980/stat : 17980 (java) S 17963 17966 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109545906 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270090926480 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17981] ppid=17963 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/17966/task/17981/stat : 17981 (java) S 17963 17966 15085 0 -1 4202560 5955 0 0 0 93 0 0 0 20 0 19 0 109545906 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270089874104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17966/tid=17982] ppid=17963 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/17966/task/17982/stat : 17982 (java) S 17963 17966 15085 0 -1 4202560 12671 0 0 0 122 4 0 0 20 0 19 0 109545906 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270088821304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17966/tid=17983] ppid=17963 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17983/stat : 17983 (java) S 17963 17966 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109545906 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270087769208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17966/tid=17984] ppid=17963 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/17966/task/17984/stat : 17984 (java) S 17963 17966 15085 0 -1 4202560 105 0 0 0 32 47 0 0 20 0 19 0 109545906 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270086716616 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17966/tid=17985] ppid=17963 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17966/task/17985/stat : 17985 (java) S 17963 17966 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109550751 9856040960 897421 33554432000 1073741824 1073778376 140734592842336 140270085661608 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17966 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=777304
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=264655
# CPU time returned by wait4() is 1796.04
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1789.95
CPU time (s): 1800.02
CPU user time (s): 1798.26
CPU system time (s): 1.76
CPU usage (%): 100.563
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.78
system time used= 2.26465
maximum resident set size= 3589824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31285
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39278
involuntary context switches= 19880

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5144 second user time and 14.2028 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-07 07:08:58
IDJOB=4084568
IDBENCH=89691
IDSOLVER=2546
FILE ID=node135/4084568-1465276130
RUNJOBID= node135-1465261709-15102
PBS_JOBID= 19843293
Free space on /tmp= 71352 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-180.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084568-1465276130/watcher-4084568-1465276130 -o /tmp/evaluation-result-4084568-1465276130/solver-4084568-1465276130 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465261709-15102 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084568-1465276130.opb

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

MD5SUM BENCH= 8c3fe83338b70253b33b876e52e7c579
RANDOM SEED=2064465368

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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:        28560260 kB
Buffers:          119128 kB
Cached:           595004 kB
SwapCached:         1764 kB
Active:          1613948 kB
Inactive:         243356 kB
Active(anon):    1144396 kB
Inactive(anon):     1376 kB
Active(file):     469552 kB
Inactive(file):   241980 kB
Unevictable:     1686580 kB
Mlocked:           20720 kB
SwapTotal:      67108856 kB
SwapFree:       67098336 kB
Dirty:            349048 kB
Writeback:             0 kB
AnonPages:       2841800 kB
Mapped:            15320 kB
Shmem:                 0 kB
Slab:             622100 kB
SReclaimable:      61420 kB
SUnreclaim:       560680 kB
KernelStack:        1592 kB
PageTables:         9840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3934476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2789376 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= 71160 MiB
End job on node135 at 2016-06-07 07:38:48