Trace number 4084560

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.83 1797.44

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-137.opb
MD5SUM395b6779bc0f993a1d1357b59c2e4536
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 variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
Maximum length of a constraint690
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 691
Number of bits of the biggest sum of numbers10
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.08	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.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084560-1465275939.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
8.10/6.67	c ... done. Wall clock time 6.56s.
8.10/6.67	c declared #vars     48411
8.10/6.67	c #constraints  1123290
8.10/6.67	c constraints type 
8.10/6.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773682
8.10/6.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
8.10/6.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235813
8.10/6.67	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110271
8.10/6.67	c 1123290 constraints processed.
11.91/10.05	c cleaning 2494 clauses out of 5003 with flag 154763/5003
17.88/15.58	c cleaning 4246 clauses out of 8506 with flag 391448/11000
21.78/19.49	c cleaning 5599 clauses out of 11260 with flag 596874/18000
36.18/33.85	c cleaning 6817 clauses out of 13665 with flag 1021636/26004
44.33/41.91	c cleaning 7895 clauses out of 15846 with flag 1510090/35002
53.63/51.29	c cleaning 8956 clauses out of 17949 with flag 1991673/45000
62.83/60.40	c cleaning 9966 clauses out of 19993 with flag 2396702/56000
70.93/68.59	c cleaning 10937 clauses out of 22027 with flag 2681770/68000
76.43/74.03	c cleaning 12039 clauses out of 24090 with flag 2767615/81000
81.83/79.42	c cleaning 13017 clauses out of 26051 with flag 2858438/95000
92.83/90.49	c cleaning 14017 clauses out of 28034 with flag 3263410/110000
105.53/103.15	c cleaning 14876 clauses out of 30017 with flag 3886912/126000
114.43/112.02	c cleaning 16056 clauses out of 32142 with flag 4251814/143001
120.84/118.41	c cleaning 17022 clauses out of 34085 with flag 4364856/161000
128.23/125.80	c cleaning 18021 clauses out of 36064 with flag 4498974/180001
140.55/138.13	c cleaning 19007 clauses out of 38042 with flag 4951582/200000
156.75/154.38	c cleaning 20000 clauses out of 40035 with flag 5443217/221000
173.34/170.90	c cleaning 20932 clauses out of 42035 with flag 5949535/243000
188.04/185.70	c cleaning 22029 clauses out of 44103 with flag 6530972/266000
206.95/204.60	c cleaning 22978 clauses out of 46073 with flag 7246839/290000
223.88/221.42	c cleaning 23928 clauses out of 48092 with flag 7595181/315002
240.29/237.84	c cleaning 25050 clauses out of 50162 with flag 7991703/341003
261.59/259.10	c cleaning 26028 clauses out of 52108 with flag 8490480/368000
276.59/274.11	c cleaning 26987 clauses out of 54080 with flag 8875320/396000
295.00/292.52	c cleaning 27963 clauses out of 56093 with flag 9229006/425000
319.20/316.73	c cleaning 28739 clauses out of 58130 with flag 9998443/455000
338.30/335.80	c cleaning 30163 clauses out of 60391 with flag 10451964/486000
360.21/357.73	c cleaning 31096 clauses out of 62228 with flag 10934146/518000
380.71/378.20	c cleaning 32032 clauses out of 64132 with flag 11377968/551000
404.71/402.25	c cleaning 33037 clauses out of 66100 with flag 11897505/585000
425.42/422.91	c cleaning 34025 clauses out of 68064 with flag 12143681/620001
449.42/446.95	c cleaning 35010 clauses out of 70038 with flag 12420270/656000
468.02/465.52	c cleaning 36005 clauses out of 72028 with flag 12683717/693000
491.33/488.81	c cleaning 36810 clauses out of 74023 with flag 13131894/731000
509.63/507.13	c cleaning 38084 clauses out of 76213 with flag 13767715/770000
530.43/527.91	c cleaning 39038 clauses out of 78130 with flag 14340212/810001
556.25/553.79	c cleaning 40017 clauses out of 80092 with flag 14797044/851001
583.05/580.53	c cleaning 40958 clauses out of 82074 with flag 15415686/893000
610.35/607.85	c cleaning 42024 clauses out of 84116 with flag 15849610/936000
641.66/639.19	c cleaning 43019 clauses out of 86092 with flag 16395033/980000
666.86/664.31	c cleaning 43978 clauses out of 88073 with flag 16960002/1025000
693.86/691.36	c cleaning 44874 clauses out of 90095 with flag 17529845/1071000
717.37/714.82	c cleaning 46101 clauses out of 92223 with flag 18093633/1118002
747.48/744.94	c cleaning 47050 clauses out of 94121 with flag 18399464/1166001
779.48/776.94	c cleaning 48020 clauses out of 96071 with flag 18784238/1215001
803.79/801.26	c cleaning 48951 clauses out of 98050 with flag 19204952/1265000
832.40/829.88	c cleaning 50036 clauses out of 100101 with flag 19709931/1316002
873.11/870.50	c cleaning 51033 clauses out of 102065 with flag 20468439/1368002
905.11/902.58	c cleaning 51948 clauses out of 104032 with flag 21441043/1421002
926.92/924.36	c cleaning 53014 clauses out of 106085 with flag 21878916/1475003
964.34/961.73	c cleaning 53962 clauses out of 108068 with flag 22900785/1530000
1000.95/998.34	c cleaning 54821 clauses out of 110106 with flag 23664048/1586000
1036.66/1034.10	c cleaning 56026 clauses out of 112285 with flag 24574670/1643000
1074.17/1071.59	c cleaning 56759 clauses out of 114259 with flag 25719283/1701000
1120.27/1117.60	c cleaning 56373 clauses out of 116500 with flag 26827534/1760000
1157.28/1154.67	c cleaning 59322 clauses out of 120127 with flag 27512443/1820000
1198.50/1195.88	c cleaning 60888 clauses out of 121807 with flag 27937002/1881002
1222.80/1220.13	c cleaning 60871 clauses out of 122917 with flag 28385393/1943000
1248.11/1245.46	c cleaning 61967 clauses out of 125046 with flag 28917074/2006000
1277.62/1274.97	c cleaning 62306 clauses out of 127079 with flag 29437696/2070000
1318.44/1315.76	c cleaning 64866 clauses out of 129774 with flag 29955754/2135001
1352.34/1349.61	c cleaning 64549 clauses out of 130907 with flag 30819456/2201000
1387.86/1385.13	c cleaning 66042 clauses out of 133360 with flag 31808564/2268002
1416.66/1413.98	c cleaning 67031 clauses out of 135316 with flag 32342541/2336000
1441.69/1438.93	c cleaning 67109 clauses out of 137286 with flag 33031606/2405001
1465.48/1462.70	c cleaning 69309 clauses out of 140177 with flag 33678561/2475001
1489.08/1486.34	c cleaning 68934 clauses out of 141868 with flag 34291680/2546001
1516.29/1513.54	c cleaning 70760 clauses out of 144933 with flag 34985937/2618000
1545.41/1542.64	c cleaning 71490 clauses out of 147173 with flag 35706286/2691000
1568.82/1566.02	c cleaning 73015 clauses out of 149683 with flag 36438255/2765000
1601.63/1598.86	c cleaning 74583 clauses out of 151669 with flag 36942171/2840001
1633.44/1630.66	c cleaning 74901 clauses out of 153085 with flag 37576211/2916000
1668.54/1665.75	c cleaning 75644 clauses out of 155184 with flag 38311637/2993000
1700.35/1697.56	c cleaning 77123 clauses out of 157541 with flag 39008821/3071001
1733.67/1730.86	c cleaning 77580 clauses out of 159417 with flag 39646129/3150000
1762.27/1759.48	c cleaning 78919 clauses out of 161837 with flag 40245337/3230000
1799.18/1796.33	c cleaning 80112 clauses out of 163918 with flag 41129796/3311000
1800.47/1797.40	c starts		: 11840
1800.47/1797.40	c conflicts		: 3315527
1800.47/1797.40	c decisions		: 68534626
1800.47/1797.40	c propagations		: 3017859819
1800.47/1797.40	c inspects		: 20677270464
1800.47/1797.40	c shortcuts		: 0
1800.47/1797.40	c learnt literals	: 10
1800.47/1797.40	c learnt binary clauses	: 1847
1800.47/1797.40	c learnt ternary clauses	: 5053
1800.47/1797.40	c learnt constraints	: 3315517
1800.47/1797.40	c ignored constraints	: 0
1800.47/1797.40	c root simplifications	: 0
1800.47/1797.40	c removed literals (reason simplification)	: 0
1800.47/1797.40	c reason swapping (by a shorter reason)	: 0
1800.47/1797.40	c Calls to reduceDB	: 77
1800.47/1797.40	c Number of update (reduction) of LBD	: 1957615
1800.47/1797.40	c Imported unit clauses	: 0
1800.47/1797.40	c number of reductions to clauses (during analyze)	: 0
1800.47/1797.40	c number of learned constraints concerned by reduction	: 0
1800.47/1797.40	c number of learning phase by resolution	: 0
1800.47/1797.40	c number of learning phase by cutting planes	: 0
1800.47/1797.40	c speed (assignments/second)	: 1685299.0148528758
1800.47/1797.40	c non guided choices	7296815
1800.47/1797.40	c timeout
1800.83/1797.42	c learnt constraints type 
1800.83/1797.42	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1847
1800.83/1797.42	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 86487
1800.83/1797.42	s UNKNOWN
1800.83/1797.42	c Total wall clock time (in seconds): 1797.309

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-4084560-1465275939/watcher-4084560-1465275939 -o /tmp/evaluation-result-4084560-1465275939/solver-4084560-1465275939 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465245095-8452 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084560-1465275939.opb 

pid=13793
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.12 2.10 2.08 4/192 13796
/proc/meminfo: memFree=27752684/32872528 swapFree=13256/481332
[pid=13796] ppid=13793 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/13796/stat : 13796 (java) R 13793 13796 8435 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 109528836 278528 33 33554432000 1073741824 1073778376 140736684700848 140735013888792 235365559591 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13796/statm: 68 33 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 2.12 2.10 2.08 4/192 13796
/proc/meminfo: memFree=27752684/32872528 swapFree=13256/481332
[pid=13796] ppid=13793 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/13796/stat : 13796 (java) S 13793 13796 8435 0 -1 4202496 4401 0 1 0 8 1 0 0 20 0 18 0 109528836 9787879424 6032 33554432000 1073741824 1073778376 140736684700848 140736684691984 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13796/statm: 2389619 6032 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200252 s]
/proc/loadavg: 2.12 2.10 2.08 4/192 13796
/proc/meminfo: memFree=27752684/32872528 swapFree=13256/481332
[pid=13796] ppid=13793 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/13796/stat : 13796 (java) S 13793 13796 8435 0 -1 4202496 4780 0 1 0 23 1 0 0 20 0 18 0 109528836 9787879424 7896 33554432000 1073741824 1073778376 140736684700848 140736684691984 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13796/statm: 2389619 7896 2210 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300244 s]
/proc/loadavg: 2.12 2.10 2.08 4/192 13796
/proc/meminfo: memFree=27752684/32872528 swapFree=13256/481332
[pid=13796] ppid=13793 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/13796/stat : 13796 (java) S 13793 13796 8435 0 -1 4202496 6072 0 1 0 45 1 0 0 20 0 18 0 109528836 9787879424 10250 33554432000 1073741824 1073778376 140736684700848 140736684691984 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13796/statm: 2389619 10268 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700216 s]
/proc/loadavg: 2.12 2.10 2.08 4/192 13796
/proc/meminfo: memFree=27752684/32872528 swapFree=13256/481332
[pid=13796] ppid=13793 vsize=9558476 CPUtime=1.13 cores=1,3,5,7
/proc/13796/stat : 13796 (java) S 13793 13796 8435 0 -1 4202496 7142 0 1 0 110 3 0 0 20 0 18 0 109528836 9787879424 40298 33554432000 1073741824 1073778376 140736684700848 140736684691984 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13796/statm: 2389619 40298 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 2.11 2.10 2.08 3/210 13814
/proc/meminfo: memFree=27503304/32872528 swapFree=13256/481332
[pid=13796] ppid=13793 vsize=9558476 CPUtime=2.13 cores=1,3,5,7
/proc/13796/stat : 13796 (java) S 13793 13796 8435 0 -1 4202496 9009 0 1 0 206 7 0 0 20 0 18 0 109528836 9787879424 77305 33554432000 1073741824 1073778376 140736684700848 140736684691984 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13796/statm: 2389619 77305 2263 9 0 2380296 0
[pid=13796/tid=13798] ppid=13793 vsize=9558476 CPUtime=1.41 cores=1,3,5,7
/proc/13796/task/13798/stat : 13798 (java) R 13793 13796 8435 0 -1 4202560 2523 0 1 0 136 5 0 0 20 0 18 0 109528837 9787879424 77305 33554432000 1073741824 1073778376 140736684700848 140123324100576 235378107661 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13796/tid=13799] ppid=13793 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/13796/task/13799/stat : 13799 (java) S 13793 13796 8435 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 109528838 9787879424 77305 33554432000 1073741824 1073778376 140736684700848 140123313170984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13796/tid=13800] ppid=13793 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13800/stat : 13800 (java) S 13793 13796 8435 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 109528838 9787879424 77305 33554432000 1073741824 1073778376 140736684700848 140123312118184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13801] ppid=13793 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/13796/task/13801/stat : 13801 (java) S 13793 13796 8435 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 18 0 109528838 9787879424 77305 33554432000 1073741824 1073778376 140736684700848 140123311065384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13796/tid=13802] ppid=13793 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/13796/task/13802/stat : 13802 (java) S 13793 13796 8435 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 109528838 9787879424 77305 33554432000 1073741824 1073778376 140736684700848 140123310012584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13796/tid=13803] ppid=13793 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/13796/task/13803/stat : 13803 (java) S 13793 13796 8435 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 109528838 9787879424 77305 33554432000 1073741824 1073778376 140736684700848 140123163016232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13796/tid=13804] ppid=13793 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/13796/task/13804/stat : 13804 (java) S 13793 13796 8435 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 109528838 9787879424 77305 33554432000 1073741824 1073778376 140736684700848 140123161963432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13805] ppid=13793 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13805/stat : 13805 (java) S 13793 13796 8435 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 109528838 9787879424 77305 33554432000 1073741824 1073778376 140736684700848 140123160910632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13806] ppid=13793 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13806/stat : 13806 (java) S 13793 13796 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 109528838 9787879424 77305 33554432000 1073741824 1073778376 140736684700848 140123159857832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13807] ppid=13793 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13807/stat : 13807 (java) S 13793 13796 8435 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 109528839 9787879424 77305 33554432000 1073741824 1073778376 140736684700848 140123147659752 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13796/tid=13808] ppid=13793 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13808/stat : 13808 (java) S 13793 13796 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109528839 9787879424 77305 33554432000 1073741824 1073778376 140736684700848 140123146605816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13809] ppid=13793 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13809/stat : 13809 (java) S 13793 13796 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109528839 9787879424 77305 33554432000 1073741824 1073778376 140736684700848 140123145552904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13810] ppid=13793 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13810/stat : 13810 (java) S 13793 13796 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109528842 9787879424 77305 33554432000 1073741824 1073778376 140736684700848 140123144501392 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13811] ppid=13793 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/13796/task/13811/stat : 13811 (java) S 13793 13796 8435 0 -1 4202560 2345 0 0 0 24 0 0 0 20 0 18 0 109528842 9787879424 77305 33554432000 1073741824 1073778376 140736684700848 140123143449528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13812] ppid=13793 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/13796/task/13812/stat : 13812 (java) R 13793 13796 8435 0 -1 4202560 2620 0 0 0 30 0 0 0 20 0 18 0 109528842 9787879424 77305 33554432000 1073741824 1073778376 140736684700848 140123142396608 140123328226811 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13796/tid=13813] ppid=13793 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13813/stat : 13813 (java) S 13793 13796 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109528842 9787879424 77305 33554432000 1073741824 1073778376 140736684700848 140123141344120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13796/tid=13814] ppid=13793 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13814/stat : 13814 (java) S 13793 13796 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109528842 9787879424 77305 33554432000 1073741824 1073778376 140736684700848 140123140291528 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 9558476

[startup+3.10074 s]
/proc/loadavg: 2.11 2.10 2.08 3/210 13814
/proc/meminfo: memFree=27291368/32872528 swapFree=13256/481332
[pid=13796] ppid=13793 vsize=9558476 CPUtime=3.96 cores=1,3,5,7
/proc/13796/stat : 13796 (java) S 13793 13796 8435 0 -1 4202496 9497 0 1 0 378 18 0 0 20 0 18 0 109528836 9787879424 149766 33554432000 1073741824 1073778376 140736684700848 140736684691984 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13796/statm: 2389619 149766 2263 9 0 2380296 0
[pid=13796/tid=13798] ppid=13793 vsize=9558476 CPUtime=2.93 cores=1,3,5,7
/proc/13796/task/13798/stat : 13798 (java) R 13793 13796 8435 0 -1 4202560 2640 0 1 0 284 9 0 0 20 0 18 0 109528837 9787879424 149766 33554432000 1073741824 1073778376 140736684700848 140123324100688 140123191189811 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=13796/tid=13799] ppid=13793 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/13796/task/13799/stat : 13799 (java) S 13793 13796 8435 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 18 0 109528838 9787879424 149766 33554432000 1073741824 1073778376 140736684700848 140123313170984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13800] ppid=13793 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/13796/task/13800/stat : 13800 (java) S 13793 13796 8435 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 109528838 9787879424 149766 33554432000 1073741824 1073778376 140736684700848 140123312118184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13801] ppid=13793 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/13796/task/13801/stat : 13801 (java) S 13793 13796 8435 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 18 0 109528838 9787879424 149766 33554432000 1073741824 1073778376 140736684700848 140123311065384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13796/tid=13802] ppid=13793 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/13796/task/13802/stat : 13802 (java) S 13793 13796 8435 0 -1 4202560 36 0 0 0 6 2 0 0 20 0 18 0 109528838 9787879424 149766 33554432000 1073741824 1073778376 140736684700848 140123310012584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13803] ppid=13793 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/13796/task/13803/stat : 13803 (java) S 13793 13796 8435 0 -1 4202560 23 0 0 0 4 1 0 0 20 0 18 0 109528838 9787879424 149766 33554432000 1073741824 1073778376 140736684700848 140123163016232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13796/tid=13804] ppid=13793 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/13796/task/13804/stat : 13804 (java) S 13793 13796 8435 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 109528838 9787879424 149766 33554432000 1073741824 1073778376 140736684700848 140123161963432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13805] ppid=13793 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/13796/task/13805/stat : 13805 (java) S 13793 13796 8435 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 109528838 9787879424 149766 33554432000 1073741824 1073778376 140736684700848 140123160910632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13796/tid=13806] ppid=13793 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/13796/task/13806/stat : 13806 (java) S 13793 13796 8435 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 109528838 9787879424 149766 33554432000 1073741824 1073778376 140736684700848 140123159857832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13796/tid=13807] ppid=13793 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13807/stat : 13807 (java) S 13793 13796 8435 0 -1 4202560 460 0 0 0 0 0 0 0 20 0 18 0 109528839 9787879424 149766 33554432000 1073741824 1073778376 140736684700848 140123147659752 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13796/tid=13808] ppid=13793 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13808/stat : 13808 (java) S 13793 13796 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109528839 9787879424 149766 33554432000 1073741824 1073778376 140736684700848 140123146605816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13809] ppid=13793 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13809/stat : 13809 (java) S 13793 13796 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109528839 9787879424 149766 33554432000 1073741824 1073778376 140736684700848 140123145552904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13810] ppid=13793 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13810/stat : 13810 (java) S 13793 13796 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109528842 9787879424 149766 33554432000 1073741824 1073778376 140736684700848 140123144501392 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13811] ppid=13793 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/13796/task/13811/stat : 13811 (java) S 13793 13796 8435 0 -1 4202560 2345 0 0 0 24 0 0 0 20 0 18 0 109528842 9787879424 149766 33554432000 1073741824 1073778376 140736684700848 140123143449528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13812] ppid=13793 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/13796/task/13812/stat : 13812 (java) S 13793 13796 8435 0 -1 4202560 2620 0 0 0 32 0 0 0 20 0 18 0 109528842 9787879424 149766 33554432000 1073741824 1073778376 140736684700848 140123142396728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13796/tid=13813] ppid=13793 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13813/stat : 13813 (java) S 13793 13796 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109528842 9787879424 149766 33554432000 1073741824 1073778376 140736684700848 140123141344120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13796/tid=13814] ppid=13793 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13814/stat : 13814 (java) S 13793 13796 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109528842 9787879424 149766 33554432000 1073741824 1073778376 140736684700848 140123140291528 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 9558476

[startup+6.30087 s]
/proc/loadavg: 2.11 2.10 2.08 3/210 13814
/proc/meminfo: memFree=26601624/32872528 swapFree=13256/481332
[pid=13796] ppid=13793 vsize=9558476 CPUtime=7.79 cores=1,3,5,7
/proc/13796/stat : 13796 (java) S 13793 13796 8435 0 -1 4202496 11147 0 1 0 735 44 0 0 20 0 18 0 109528836 9787879424 307314 33554432000 1073741824 1073778376 140736684700848 140736684691984 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13796/statm: 2389619 307314 2263 9 0 2380296 0
[pid=13796/tid=13798] ppid=13793 vsize=9558476 CPUtime=5.89 cores=1,3,5,7
/proc/13796/task/13798/stat : 13798 (java) R 13793 13796 8435 0 -1 4202560 2872 0 1 0 572 17 0 0 20 0 18 0 109528837 9787879424 307314 33554432000 1073741824 1073778376 140736684700848 140123324100736 235378107661 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13796/tid=13799] ppid=13793 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/13796/task/13799/stat : 13799 (java) S 13793 13796 8435 0 -1 4202560 190 0 0 0 9 3 0 0 20 0 18 0 109528838 9787879424 307314 33554432000 1073741824 1073778376 140736684700848 140123313170984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13796/tid=13800] ppid=13793 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/13796/task/13800/stat : 13800 (java) S 13793 13796 8435 0 -1 4202560 128 0 0 0 11 4 0 0 20 0 18 0 109528838 9787879424 307314 33554432000 1073741824 1073778376 140736684700848 140123312118184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13796/tid=13801] ppid=13793 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/13796/task/13801/stat : 13801 (java) S 13793 13796 8435 0 -1 4202560 197 0 0 0 17 5 0 0 20 0 18 0 109528838 9787879424 307314 33554432000 1073741824 1073778376 140736684700848 140123311065384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13796/tid=13802] ppid=13793 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/13796/task/13802/stat : 13802 (java) S 13793 13796 8435 0 -1 4202560 146 0 0 0 15 4 0 0 20 0 18 0 109528838 9787879424 307314 33554432000 1073741824 1073778376 140736684700848 140123310012584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13796/tid=13803] ppid=13793 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/13796/task/13803/stat : 13803 (java) S 13793 13796 8435 0 -1 4202560 88 0 0 0 14 4 0 0 20 0 18 0 109528838 9787879424 307314 33554432000 1073741824 1073778376 140736684700848 140123163016232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13796/tid=13804] ppid=13793 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/13796/task/13804/stat : 13804 (java) S 13793 13796 8435 0 -1 4202560 52 0 0 0 8 2 0 0 20 0 18 0 109528838 9787879424 307314 33554432000 1073741824 1073778376 140736684700848 140123161963432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13796/tid=13805] ppid=13793 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/13796/task/13805/stat : 13805 (java) S 13793 13796 8435 0 -1 4202560 88 0 0 0 8 2 0 0 20 0 18 0 109528838 9787879424 307314 33554432000 1073741824 1073778376 140736684700848 140123160910632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13796/tid=13806] ppid=13793 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/13796/task/13806/stat : 13806 (java) S 13793 13796 8435 0 -1 4202560 175 0 0 0 8 2 0 0 20 0 18 0 109528838 9787879424 307314 33554432000 1073741824 1073778376 140736684700848 140123159857832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13807] ppid=13793 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13807/stat : 13807 (java) S 13793 13796 8435 0 -1 4202560 993 0 0 0 0 0 0 0 20 0 18 0 109528839 9787879424 307314 33554432000 1073741824 1073778376 140736684700848 140123147659752 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13796/tid=13808] ppid=13793 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13808/stat : 13808 (java) S 13793 13796 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109528839 9787879424 307314 33554432000 1073741824 1073778376 140736684700848 140123146605816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13809] ppid=13793 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13809/stat : 13809 (java) S 13793 13796 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109528839 9787879424 307314 33554432000 1073741824 1073778376 140736684700848 140123145552904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13810] ppid=13793 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13810/stat : 13810 (java) S 13793 13796 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109528842 9787879424 307314 33554432000 1073741824 1073778376 140736684700848 140123144501392 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13811] ppid=13793 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/13796/task/13811/stat : 13811 (java) S 13793 13796 8435 0 -1 4202560 2345 0 0 0 24 0 0 0 20 0 18 0 109528842 9787879424 307314 33554432000 1073741824 1073778376 140736684700848 140123143449528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13812] ppid=13793 vsize=9558476 CPUtime=0.34 cores=1,3,5,7
/proc/13796/task/13812/stat : 13812 (java) S 13793 13796 8435 0 -1 4202560 2620 0 0 0 34 0 0 0 20 0 18 0 109528842 9787879424 307314 33554432000 1073741824 1073778376 140736684700848 140123142396728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13796/tid=13813] ppid=13793 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13813/stat : 13813 (java) S 13793 13796 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109528842 9787879424 307314 33554432000 1073741824 1073778376 140736684700848 140123141344120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13796/tid=13814] ppid=13793 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13814/stat : 13814 (java) S 13793 13796 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109528842 9787879424 307314 33554432000 1073741824 1073778376 140736684700848 140123140291528 235378096041 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.09 2.09 2.08 3/211 13815
/proc/meminfo: memFree=26510268/32872528 swapFree=13256/481332
[pid=13796] ppid=13793 vsize=9625040 CPUtime=15.05 cores=1,3,5,7
/proc/13796/stat : 13796 (java) S 13793 13796 8435 0 -1 4202496 19123 0 1 0 1459 46 0 0 20 0 19 0 109528836 9856040960 312432 33554432000 1073741824 1073778376 140736684700848 140736684691984 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13796/statm: 2406260 312432 2285 9 0 2396937 0

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

Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.08 2.04 2.02 4/211 13924
/proc/meminfo: memFree=28830260/32872528 swapFree=13256/481332
[pid=13796] ppid=13793 vsize=9625040 CPUtime=1785.18 cores=1,3,5,7
/proc/13796/stat : 13796 (java) S 13793 13796 8435 0 -1 4202496 19984 0 1 0 178420 98 0 0 20 0 19 0 109528836 9856040960 523922 33554432000 1073741824 1073778376 140736684700848 140736684691984 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13796/statm: 2406260 523922 2286 9 0 2396937 0
[pid=13796/tid=13798] ppid=13793 vsize=9625040 CPUtime=1777.34 cores=1,3,5,7
/proc/13796/task/13798/stat : 13798 (java) R 13793 13796 8435 0 -1 4202560 3636 0 1 0 177672 62 0 0 20 0 19 0 109528837 9856040960 523922 33554432000 1073741824 1073778376 140736684700848 140123324100288 140123191398689 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13796/tid=13799] ppid=13793 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/13796/task/13799/stat : 13799 (java) S 13793 13796 8435 0 -1 4202560 190 0 0 0 9 3 0 0 20 0 19 0 109528838 9856040960 523922 33554432000 1073741824 1073778376 140736684700848 140123313170984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13796/tid=13800] ppid=13793 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/13796/task/13800/stat : 13800 (java) S 13793 13796 8435 0 -1 4202560 128 0 0 0 11 4 0 0 20 0 19 0 109528838 9856040960 523922 33554432000 1073741824 1073778376 140736684700848 140123312118184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13796/tid=13801] ppid=13793 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/13796/task/13801/stat : 13801 (java) S 13793 13796 8435 0 -1 4202560 197 0 0 0 17 5 0 0 20 0 19 0 109528838 9856040960 523922 33554432000 1073741824 1073778376 140736684700848 140123311065384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13796/tid=13802] ppid=13793 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/13796/task/13802/stat : 13802 (java) S 13793 13796 8435 0 -1 4202560 146 0 0 0 15 4 0 0 20 0 19 0 109528838 9856040960 523922 33554432000 1073741824 1073778376 140736684700848 140123310012584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13796/tid=13803] ppid=13793 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/13796/task/13803/stat : 13803 (java) S 13793 13796 8435 0 -1 4202560 88 0 0 0 14 4 0 0 20 0 19 0 109528838 9856040960 523922 33554432000 1073741824 1073778376 140736684700848 140123163016232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13796/tid=13804] ppid=13793 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/13796/task/13804/stat : 13804 (java) S 13793 13796 8435 0 -1 4202560 52 0 0 0 8 2 0 0 20 0 19 0 109528838 9856040960 523922 33554432000 1073741824 1073778376 140736684700848 140123161963432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13796/tid=13805] ppid=13793 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/13796/task/13805/stat : 13805 (java) S 13793 13796 8435 0 -1 4202560 88 0 0 0 8 2 0 0 20 0 19 0 109528838 9856040960 523922 33554432000 1073741824 1073778376 140736684700848 140123160910632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13796/tid=13806] ppid=13793 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/13796/task/13806/stat : 13806 (java) S 13793 13796 8435 0 -1 4202560 175 0 0 0 8 2 0 0 20 0 19 0 109528838 9856040960 523922 33554432000 1073741824 1073778376 140736684700848 140123159857832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13807] ppid=13793 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/13796/task/13807/stat : 13807 (java) S 13793 13796 8435 0 -1 4202560 996 0 0 0 1 2 0 0 20 0 19 0 109528839 9856040960 523922 33554432000 1073741824 1073778376 140736684700848 140123147659752 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13796/tid=13808] ppid=13793 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13808/stat : 13808 (java) S 13793 13796 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109528839 9856040960 523922 33554432000 1073741824 1073778376 140736684700848 140123146605816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13809] ppid=13793 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13809/stat : 13809 (java) S 13793 13796 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109528839 9856040960 523922 33554432000 1073741824 1073778376 140736684700848 140123145552904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13810] ppid=13793 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13810/stat : 13810 (java) S 13793 13796 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109528842 9856040960 523922 33554432000 1073741824 1073778376 140736684700848 140123144501392 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13811] ppid=13793 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/13796/task/13811/stat : 13811 (java) S 13793 13796 8435 0 -1 4202560 2388 0 0 0 49 0 0 0 20 0 19 0 109528842 9856040960 523922 33554432000 1073741824 1073778376 140736684700848 140123143449528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13812] ppid=13793 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/13796/task/13812/stat : 13812 (java) S 13793 13796 8435 0 -1 4202560 10538 0 0 0 107 2 0 0 20 0 19 0 109528842 9856040960 523922 33554432000 1073741824 1073778376 140736684700848 140123142396728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13796/tid=13813] ppid=13793 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13813/stat : 13813 (java) S 13793 13796 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109528842 9856040960 523922 33554432000 1073741824 1073778376 140736684700848 140123141344120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13796/tid=13814] ppid=13793 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/13796/task/13814/stat : 13814 (java) S 13793 13796 8435 0 -1 4202560 103 0 0 0 34 34 0 0 20 0 19 0 109528842 9856040960 523922 33554432000 1073741824 1073778376 140736684700848 140123140291528 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13796/tid=13815] ppid=13793 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13815/stat : 13815 (java) S 13793 13796 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109529506 9856040960 523922 33554432000 1073741824 1073778376 140736684700848 140123139237032 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1785.18
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.2 s]
/proc/loadavg: 2.06 2.04 2.02 4/211 13925
/proc/meminfo: memFree=28799052/32872528 swapFree=13256/481332
[pid=13796] ppid=13793 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/13796/stat : 13796 (java) S 13793 13796 8435 0 -1 4202496 19990 0 1 0 179910 98 0 0 20 0 19 0 109528836 9856040960 526994 33554432000 1073741824 1073778376 140736684700848 140736684691984 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13796/statm: 2406260 526994 2286 9 0 2396937 0
[pid=13796/tid=13798] ppid=13793 vsize=9625040 CPUtime=1792.2 cores=1,3,5,7
/proc/13796/task/13798/stat : 13798 (java) R 13793 13796 8435 0 -1 4202560 3642 0 1 0 179158 62 0 0 20 0 19 0 109528837 9856040960 526994 33554432000 1073741824 1073778376 140736684700848 140123324100288 140123191393920 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13796/tid=13799] ppid=13793 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/13796/task/13799/stat : 13799 (java) S 13793 13796 8435 0 -1 4202560 190 0 0 0 9 3 0 0 20 0 19 0 109528838 9856040960 526994 33554432000 1073741824 1073778376 140736684700848 140123313170984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13796/tid=13800] ppid=13793 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/13796/task/13800/stat : 13800 (java) S 13793 13796 8435 0 -1 4202560 128 0 0 0 11 4 0 0 20 0 19 0 109528838 9856040960 526994 33554432000 1073741824 1073778376 140736684700848 140123312118184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13796/tid=13801] ppid=13793 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/13796/task/13801/stat : 13801 (java) S 13793 13796 8435 0 -1 4202560 197 0 0 0 17 5 0 0 20 0 19 0 109528838 9856040960 526994 33554432000 1073741824 1073778376 140736684700848 140123311065384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13796/tid=13802] ppid=13793 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/13796/task/13802/stat : 13802 (java) S 13793 13796 8435 0 -1 4202560 146 0 0 0 15 4 0 0 20 0 19 0 109528838 9856040960 526994 33554432000 1073741824 1073778376 140736684700848 140123310012584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13796/tid=13803] ppid=13793 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/13796/task/13803/stat : 13803 (java) S 13793 13796 8435 0 -1 4202560 88 0 0 0 14 4 0 0 20 0 19 0 109528838 9856040960 526994 33554432000 1073741824 1073778376 140736684700848 140123163016232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13796/tid=13804] ppid=13793 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/13796/task/13804/stat : 13804 (java) S 13793 13796 8435 0 -1 4202560 52 0 0 0 8 2 0 0 20 0 19 0 109528838 9856040960 526994 33554432000 1073741824 1073778376 140736684700848 140123161963432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13796/tid=13805] ppid=13793 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/13796/task/13805/stat : 13805 (java) S 13793 13796 8435 0 -1 4202560 88 0 0 0 8 2 0 0 20 0 19 0 109528838 9856040960 526994 33554432000 1073741824 1073778376 140736684700848 140123160910632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13796/tid=13806] ppid=13793 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/13796/task/13806/stat : 13806 (java) S 13793 13796 8435 0 -1 4202560 175 0 0 0 8 2 0 0 20 0 19 0 109528838 9856040960 526994 33554432000 1073741824 1073778376 140736684700848 140123159857832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13807] ppid=13793 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/13796/task/13807/stat : 13807 (java) S 13793 13796 8435 0 -1 4202560 996 0 0 0 1 2 0 0 20 0 19 0 109528839 9856040960 526994 33554432000 1073741824 1073778376 140736684700848 140123147659752 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13796/tid=13808] ppid=13793 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13808/stat : 13808 (java) S 13793 13796 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109528839 9856040960 526994 33554432000 1073741824 1073778376 140736684700848 140123146605816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13809] ppid=13793 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13809/stat : 13809 (java) S 13793 13796 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109528839 9856040960 526994 33554432000 1073741824 1073778376 140736684700848 140123145552904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13810] ppid=13793 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13810/stat : 13810 (java) S 13793 13796 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109528842 9856040960 526994 33554432000 1073741824 1073778376 140736684700848 140123144501392 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13811] ppid=13793 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/13796/task/13811/stat : 13811 (java) S 13793 13796 8435 0 -1 4202560 2388 0 0 0 49 0 0 0 20 0 19 0 109528842 9856040960 526994 33554432000 1073741824 1073778376 140736684700848 140123143449528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13812] ppid=13793 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/13796/task/13812/stat : 13812 (java) S 13793 13796 8435 0 -1 4202560 10538 0 0 0 107 2 0 0 20 0 19 0 109528842 9856040960 526994 33554432000 1073741824 1073778376 140736684700848 140123142396728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13796/tid=13813] ppid=13793 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13813/stat : 13813 (java) S 13793 13796 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109528842 9856040960 526994 33554432000 1073741824 1073778376 140736684700848 140123141344120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13796/tid=13814] ppid=13793 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/13796/task/13814/stat : 13814 (java) S 13793 13796 8435 0 -1 4202560 103 0 0 0 34 35 0 0 20 0 19 0 109528842 9856040960 526994 33554432000 1073741824 1073778376 140736684700848 140123140291528 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13796/tid=13815] ppid=13793 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13815/stat : 13815 (java) S 13793 13796 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109529506 9856040960 526994 33554432000 1073741824 1073778376 140736684700848 140123139237032 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 13796 sig 9
??? kill -13796 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.4 s]
/proc/loadavg: 2.06 2.04 2.02 8/213 13927
/proc/meminfo: memFree=28600464/32872528 swapFree=13256/481332
[pid=13796] ppid=13793 vsize=9758168 CPUtime=1800.83 cores=1,3,5,7
/proc/13796/stat : 13796 (java) S 13793 13796 8435 0 -1 4202496 20833 0 1 0 179963 120 0 0 20 0 20 0 109528836 9992364032 575607 33554432000 1073741824 1073778376 140736684700848 140736684691984 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13796/statm: 2439542 575607 2287 9 0 2430219 0
[pid=13796/tid=13798] ppid=13793 vsize=9758168 CPUtime=1792.22 cores=1,3,5,7
/proc/13796/task/13798/stat : 13798 (java) S 13793 13796 8435 0 -1 4202560 3642 0 1 0 179160 62 0 0 20 0 20 0 109528837 9992364032 575607 33554432000 1073741824 1073778376 140736684700848 140123324110232 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13799] ppid=13793 vsize=9758168 CPUtime=0.16 cores=1,3,5,7
/proc/13796/task/13799/stat : 13799 (java) S 13793 13796 8435 0 -1 4202560 226 0 0 0 12 4 0 0 20 0 20 0 109528838 9992364032 575607 33554432000 1073741824 1073778376 140736684700848 140123313170984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13800] ppid=13793 vsize=9758168 CPUtime=0.21 cores=1,3,5,7
/proc/13796/task/13800/stat : 13800 (java) S 13793 13796 8435 0 -1 4202560 177 0 0 0 15 6 0 0 20 0 20 0 109528838 9992364032 575607 33554432000 1073741824 1073778376 140736684700848 140123312118184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13801] ppid=13793 vsize=9758168 CPUtime=0.32 cores=1,3,5,7
/proc/13796/task/13801/stat : 13801 (java) S 13793 13796 8435 0 -1 4202560 255 0 0 0 24 8 0 0 20 0 20 0 109528838 9992364032 575607 33554432000 1073741824 1073778376 140736684700848 140123311065384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13802] ppid=13793 vsize=9758168 CPUtime=0.24 cores=1,3,5,7
/proc/13796/task/13802/stat : 13802 (java) S 13793 13796 8435 0 -1 4202560 191 0 0 0 18 6 0 0 20 0 20 0 109528838 9992364032 575607 33554432000 1073741824 1073778376 140736684700848 140123310012584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13803] ppid=13793 vsize=9758168 CPUtime=0.28 cores=1,3,5,7
/proc/13796/task/13803/stat : 13803 (java) S 13793 13796 8435 0 -1 4202560 145 0 0 0 21 7 0 0 20 0 20 0 109528838 9992364032 575607 33554432000 1073741824 1073778376 140736684700848 140123163016232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13804] ppid=13793 vsize=9758168 CPUtime=0.23 cores=1,3,5,7
/proc/13796/task/13804/stat : 13804 (java) S 13793 13796 8435 0 -1 4202560 181 0 0 0 18 5 0 0 20 0 20 0 109528838 9992364032 575607 33554432000 1073741824 1073778376 140736684700848 140123161963432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13805] ppid=13793 vsize=9758168 CPUtime=0.16 cores=1,3,5,7
/proc/13796/task/13805/stat : 13805 (java) S 13793 13796 8435 0 -1 4202560 154 0 0 0 12 4 0 0 20 0 20 0 109528838 9992364032 575607 33554432000 1073741824 1073778376 140736684700848 140123160910632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13806] ppid=13793 vsize=9758168 CPUtime=0.29 cores=1,3,5,7
/proc/13796/task/13806/stat : 13806 (java) S 13793 13796 8435 0 -1 4202560 267 0 0 0 22 7 0 0 20 0 20 0 109528838 9992364032 575607 33554432000 1073741824 1073778376 140736684700848 140123159857832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13807] ppid=13793 vsize=9758168 CPUtime=0.03 cores=1,3,5,7
/proc/13796/task/13807/stat : 13807 (java) S 13793 13796 8435 0 -1 4202560 1265 0 0 0 1 2 0 0 20 0 20 0 109528839 9992364032 575607 33554432000 1073741824 1073778376 140736684700848 140123147659752 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13808] ppid=13793 vsize=9758168 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13808/stat : 13808 (java) S 13793 13796 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 109528839 9992364032 575607 33554432000 1073741824 1073778376 140736684700848 140123146605816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13809] ppid=13793 vsize=9758168 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13809/stat : 13809 (java) S 13793 13796 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 109528839 9992364032 575607 33554432000 1073741824 1073778376 140736684700848 140123145552904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13810] ppid=13793 vsize=9758168 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13810/stat : 13810 (java) S 13793 13796 8435 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 109528842 9992364032 575607 33554432000 1073741824 1073778376 140736684700848 140123144501392 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13811] ppid=13793 vsize=9758168 CPUtime=0.49 cores=1,3,5,7
/proc/13796/task/13811/stat : 13811 (java) S 13793 13796 8435 0 -1 4202560 2388 0 0 0 49 0 0 0 20 0 20 0 109528842 9992364032 575607 33554432000 1073741824 1073778376 140736684700848 140123143449528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13796/tid=13812] ppid=13793 vsize=9758168 CPUtime=1.09 cores=1,3,5,7
/proc/13796/task/13812/stat : 13812 (java) R 13793 13796 8435 0 -1 4202560 10539 0 0 0 107 2 0 0 20 0 20 0 109528842 9992364032 575607 33554432000 1073741824 1073778376 140736684700848 140123142396568 140123327749314 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13796/tid=13813] ppid=13793 vsize=9758168 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13813/stat : 13813 (java) S 13793 13796 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 109528842 9992364032 575607 33554432000 1073741824 1073778376 140736684700848 140123141344120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13796/tid=13814] ppid=13793 vsize=9758168 CPUtime=0.69 cores=1,3,5,7
/proc/13796/task/13814/stat : 13814 (java) S 13793 13796 8435 0 -1 4202560 103 0 0 0 34 35 0 0 20 0 20 0 109528842 9992364032 575607 33554432000 1073741824 1073778376 140736684700848 140123140291528 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13796/tid=13926] ppid=13793 vsize=9758168 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13926/stat : 13926 (java) S 13793 13796 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 109708556 9992364032 575607 33554432000 1073741824 1073778376 140736684700848 140123138183528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13796/tid=13927] ppid=13793 vsize=9758168 CPUtime=0 cores=1,3,5,7
/proc/13796/task/13927/stat : 13927 (java) R 13793 13796 8435 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 109708557 9992364032 575607 33554432000 1073741824 1073778376 140736684700848 140123137130560 235378106805 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.83
Current children cumulated vsize (KiB) 9758168

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13796 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=88105
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=632751
# CPU time returned by wait4() is 1796.72
# while last known CPU time is 1800.83
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.44
CPU time (s): 1800.83
CPU user time (s): 1799.63
CPU system time (s): 1.2
CPU usage (%): 100.189
Max. virtual memory (cumulated for all children) (KiB): 9758168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.09
system time used= 1.63275
maximum resident set size= 2302432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20834
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38324
involuntary context switches= 3204

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4034 second user time and 13.032 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-07 07:05:40
IDJOB=4084560
IDBENCH=89649
IDSOLVER=2546
FILE ID=node104/4084560-1465275939
RUNJOBID= node104-1465245095-8452
PBS_JOBID= 19843252
Free space on /tmp= 71432 MiB

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

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

MD5SUM BENCH= 395b6779bc0f993a1d1357b59c2e4536
RANDOM SEED=1020593881

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27753212 kB
Buffers:          117612 kB
Cached:           472172 kB
SwapCached:         1736 kB
Active:          3698316 kB
Inactive:         192652 kB
Active(anon):    3301260 kB
Inactive(anon):     2416 kB
Active(file):     397056 kB
Inactive(file):   190236 kB
Unevictable:      481332 kB
Mlocked:           13256 kB
SwapTotal:      67108856 kB
SwapFree:       67097276 kB
Dirty:             50420 kB
Writeback:           108 kB
AnonPages:       3783876 kB
Mapped:            15348 kB
Shmem:                 0 kB
Slab:             610012 kB
SReclaimable:      53684 kB
SUnreclaim:       556328 kB
KernelStack:        1568 kB
PageTables:        11668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3974200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3727360 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= 71680 MiB
End job on node104 at 2016-06-07 07:35:37