Trace number 4096807

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 Res+CP PB16? (TO) 1800.02 894.361

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-7_6_30.opb
MD5SUM735c3c89afe1f0bfc48b6698e9f5a697
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark64.1143
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1406
Total number of constraints6702
Number of constraints which are clauses6697
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint37
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 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 67
Number of bits of the biggest sum of numbers7
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.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.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4096807-1466113070.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.77/0.40	c ... done. Wall clock time 0.28s.
0.77/0.40	c declared #vars     1406
0.77/0.40	c #constraints  6706
0.77/0.40	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.77/0.40	c constraints type 
0.77/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3996
0.77/0.40	c org.sat4j.specs.Constr$1 => 4
0.77/0.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.77/0.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.77/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2700
0.77/0.40	c 6706 constraints processed.
0.77/0.40	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.77/0.40	c constraints type 
0.77/0.40	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2700
0.77/0.40	c org.sat4j.specs.Constr$1 => 4
0.77/0.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3996
0.77/0.40	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.77/0.40	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.77/0.40	c 6706 constraints processed.
4.27/1.43	c cleaning 2494 clauses out of 5001 with flag 24785/5001
6.35/2.16	c cleaning 4250 clauses out of 8508 with flag 62200/11002
7.96/2.93	c cleaning 5628 clauses out of 11259 with flag 95139/18003
9.57/3.75	c cleaning 6808 clauses out of 13628 with flag 129402/26000
11.69/4.74	c cleaning 7904 clauses out of 15821 with flag 181635/35001
14.09/5.94	c cleaning 8950 clauses out of 17916 with flag 241231/45000
17.30/7.58	c cleaning 9974 clauses out of 19967 with flag 317586/56001
21.52/9.68	c cleaning 10988 clauses out of 21992 with flag 401092/68000
25.52/11.61	c cleaning 11992 clauses out of 24004 with flag 477873/81000
30.35/14.08	c cleaning 13003 clauses out of 26013 with flag 556901/95001
35.37/16.55	c cleaning 13999 clauses out of 28010 with flag 640160/110001
40.37/19.07	c cleaning 15004 clauses out of 30011 with flag 737750/126001
46.21/21.98	c cleaning 16000 clauses out of 32007 with flag 830913/143001
46.80/22.24	c cleaning 0 clauses out of 5000 with flag 0/5000
53.57/25.47	c cleaning 16991 clauses out of 34006 with flag 929014/161000
61.73/29.41	c cleaning 18001 clauses out of 36015 with flag 1022105/180000
69.56/33.34	c cleaning 19000 clauses out of 38014 with flag 1119554/200000
79.01/38.09	c cleaning 19997 clauses out of 40014 with flag 1224572/221000
89.83/43.47	c cleaning 21001 clauses out of 42017 with flag 1348706/243000
100.46/48.73	c cleaning 22008 clauses out of 44017 with flag 1464906/266001
111.48/54.24	c cleaning 22991 clauses out of 46009 with flag 1593025/290001
122.50/59.77	c cleaning 24001 clauses out of 48017 with flag 1702986/315000
133.53/65.29	c cleaning 25002 clauses out of 50016 with flag 1820866/341000
145.94/71.41	c cleaning 25998 clauses out of 52016 with flag 1951960/368002
159.19/78.07	c cleaning 27003 clauses out of 54017 with flag 2091537/396001
172.63/84.76	c cleaning 28002 clauses out of 56014 with flag 2233080/425001
188.91/92.80	c cleaning 29001 clauses out of 58013 with flag 2392264/455002
205.94/101.32	c cleaning 29998 clauses out of 60010 with flag 2545693/486000
224.82/110.76	c cleaning 31001 clauses out of 62012 with flag 2713267/518000
243.30/119.95	c cleaning 31997 clauses out of 64011 with flag 2887389/551000
263.20/129.84	c cleaning 32999 clauses out of 66015 with flag 3074992/585001
285.28/140.86	c cleaning 34004 clauses out of 68017 with flag 3268041/620002
291.28/143.86	c cleaning 0 clauses out of 11001 with flag 0/11001
310.79/153.53	c cleaning 35001 clauses out of 70012 with flag 3480528/656001
334.67/165.46	c cleaning 36000 clauses out of 72012 with flag 3683100/693002
364.98/180.59	c cleaning 36999 clauses out of 74010 with flag 3913014/731000
394.50/195.22	c cleaning 37996 clauses out of 76011 with flag 4152822/770000
421.77/208.83	c cleaning 39000 clauses out of 78015 with flag 4360785/810000
452.78/224.28	c cleaning 40004 clauses out of 80015 with flag 4582507/851000
491.39/243.47	c cleaning 41002 clauses out of 82014 with flag 4808611/893003
529.59/262.41	c cleaning 41995 clauses out of 84009 with flag 5061172/936000
566.78/280.96	c cleaning 42998 clauses out of 86015 with flag 5296537/980001
604.15/299.53	c cleaning 44002 clauses out of 88018 with flag 5534427/1025002
647.73/321.23	c cleaning 44999 clauses out of 90016 with flag 5791638/1071002
689.33/341.92	c cleaning 45999 clauses out of 92016 with flag 6061568/1118001
732.16/363.29	c cleaning 47002 clauses out of 94016 with flag 6331382/1166000
779.83/386.93	c cleaning 47999 clauses out of 96014 with flag 6604475/1215000
829.55/411.66	c cleaning 48994 clauses out of 98015 with flag 6889129/1265000
888.45/440.95	c cleaning 50004 clauses out of 100022 with flag 7198718/1316001
913.55/453.42	c cleaning 0 clauses out of 18001 with flag 0/18001
937.70/465.43	c cleaning 51002 clauses out of 102018 with flag 7465824/1368001
991.57/492.29	c cleaning 52001 clauses out of 104016 with flag 7755438/1421001
1045.84/519.25	c cleaning 53002 clauses out of 106015 with flag 8055378/1475001
1105.00/548.67	c cleaning 54002 clauses out of 108012 with flag 8359232/1530000
1166.64/579.38	c cleaning 55001 clauses out of 110010 with flag 8667478/1586000
1231.18/611.49	c cleaning 55996 clauses out of 112010 with flag 8990534/1643001
1297.72/644.60	c cleaning 57001 clauses out of 114013 with flag 9341848/1701000
1376.99/683.95	c cleaning 57994 clauses out of 116012 with flag 9715403/1760000
1450.81/720.69	c cleaning 59004 clauses out of 118018 with flag 10062536/1820000
1525.60/757.84	c cleaning 60001 clauses out of 120014 with flag 10435677/1881000
1600.46/795.03	c cleaning 60996 clauses out of 122014 with flag 10820844/1943001
1677.48/833.38	c cleaning 61999 clauses out of 124020 with flag 11191454/2006003
1763.64/876.26	c cleaning 63001 clauses out of 126018 with flag 11564331/2070000
1800.02/894.31	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/894.31	c starts		: 709
1800.02/894.31	c conflicts		: 2107568
1800.02/894.31	c decisions		: 2430475
1800.02/894.31	c propagations		: 221848707
1800.02/894.31	c inspects		: 11076654197
1800.02/894.31	c shortcuts		: 0
1800.02/894.31	c learnt literals	: 0
1800.02/894.31	c learnt binary clauses	: 1
1800.02/894.31	c learnt ternary clauses	: 116
1800.02/894.31	c learnt constraints	: 2107568
1800.02/894.31	c ignored constraints	: 0
1800.02/894.31	c root simplifications	: 0
1800.02/894.31	c removed literals (reason simplification)	: 20019028
1800.02/894.31	c reason swapping (by a shorter reason)	: 0
1800.02/894.31	c Calls to reduceDB	: 60
1800.02/894.31	c Number of update (reduction) of LBD	: 451557
1800.02/894.31	c Imported unit clauses	: 0
1800.02/894.31	c number of reductions to clauses (during analyze)	: 0
1800.02/894.31	c number of learned constraints concerned by reduction	: 0
1800.02/894.31	c number of learning phase by resolution	: 0
1800.02/894.31	c number of learning phase by cutting planes	: 0
1800.02/894.31	c speed (assignments/second)	: 248180.12153457536
1800.02/894.31	c non guided choices	145
1800.02/894.34	c learnt constraints type 
1800.02/894.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.02/894.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 100584
1800.02/894.34	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/894.34	c starts		: 53
1800.02/894.34	c conflicts		: 24079
1800.02/894.34	c decisions		: 30670
1800.02/894.34	c propagations		: 3398894
1800.02/894.34	c inspects		: 1222183307
1800.02/894.34	c shortcuts		: 0
1800.02/894.34	c learnt literals	: 0
1800.02/894.34	c learnt binary clauses	: 0
1800.02/894.34	c learnt ternary clauses	: 0
1800.02/894.34	c learnt constraints	: 24079
1800.02/894.34	c ignored constraints	: 0
1800.02/894.34	c root simplifications	: 0
1800.02/894.34	c removed literals (reason simplification)	: 0
1800.02/894.34	c reason swapping (by a shorter reason)	: 0
1800.02/894.34	c Calls to reduceDB	: 3
1800.02/894.34	c Number of update (reduction) of LBD	: 0
1800.02/894.34	c Imported unit clauses	: 0
1800.02/894.34	c number of reductions to clauses (during analyze)	: 0
1800.02/894.34	c number of learned constraints concerned by reduction	: 0
1800.02/894.34	c number of learning phase by resolution	: 0
1800.02/894.34	c number of learning phase by cutting planes	: 0
1800.02/894.34	c speed (assignments/second)	: 3802.2021907804656
1800.02/894.34	c non guided choices	145
1800.02/894.35	c learnt constraints type 
1800.02/894.35	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 6285
1800.02/894.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 491
1800.02/894.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17303
1800.02/894.35	s UNKNOWN
1800.02/894.35	c Total wall clock time (in seconds): 894.227

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-4096807-1466113070/watcher-4096807-1466113070 -o /tmp/evaluation-result-4096807-1466113070/solver-4096807-1466113070 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466112173-16810 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4096807-1466113070.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.50 4.15 3.40 4/195 17150
/proc/meminfo: memFree=28503456/32872528 swapFree=1315980/1463148
[pid=17150] ppid=17147 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/17150/stat : 17150 (java) D 17147 17150 14504 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 13353920 9515008 185 33554432000 1073741824 1073778376 140734122102576 140734122093800 227512315319 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/17150/statm: 2323 185 142 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 4.50 4.15 3.40 4/195 17150
/proc/meminfo: memFree=28503456/32872528 swapFree=1315980/1463148
[pid=17150] ppid=17147 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/17150/stat : 17150 (java) S 17147 17150 14504 0 -1 4202496 4420 0 1 0 8 1 0 0 20 0 18 0 13353920 9787879424 6045 33554432000 1073741824 1073778376 140734919129888 140734919121024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17150/statm: 2389619 6045 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200206 s]
/proc/loadavg: 4.50 4.15 3.40 4/195 17150
/proc/meminfo: memFree=28503456/32872528 swapFree=1315980/1463148
[pid=17150] ppid=17147 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/17150/stat : 17150 (java) S 17147 17150 14504 0 -1 4202496 4699 0 1 0 24 1 0 0 20 0 18 0 13353920 9787879424 6776 33554432000 1073741824 1073778376 140734919129888 140734919121024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17150/statm: 2389619 6776 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300213 s]
/proc/loadavg: 4.50 4.15 3.40 4/195 17150
/proc/meminfo: memFree=28503456/32872528 swapFree=1315980/1463148
[pid=17150] ppid=17147 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/17150/stat : 17150 (java) S 17147 17150 14504 0 -1 4202496 6018 0 1 0 48 2 0 0 20 0 18 0 13353920 9787879424 8966 33554432000 1073741824 1073778376 140734919129888 140734919121024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17150/statm: 2389619 8966 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700178 s]
/proc/loadavg: 4.50 4.15 3.40 4/195 17150
/proc/meminfo: memFree=28503456/32872528 swapFree=1315980/1463148
[pid=17150] ppid=17147 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/17150/stat : 17150 (java) S 17147 17150 14504 0 -1 4202496 14703 0 1 0 192 4 0 0 20 0 22 0 13353920 10060525568 19286 33554432000 1073741824 1073778376 140734919129888 140734919121024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17150/statm: 2456183 19286 2267 9 0 2446860 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9824732

[startup+1.50081 s]
/proc/loadavg: 4.50 4.15 3.40 6/190 17205
/proc/meminfo: memFree=30407152/32872528 swapFree=1315980/1463148
[pid=17150] ppid=17147 vsize=9824732 CPUtime=4.67 cores=0,2,4,6
/proc/17150/stat : 17150 (java) S 17147 17150 14504 0 -1 4202496 25127 0 1 0 460 7 0 0 20 0 22 0 13353920 10060525568 49916 33554432000 1073741824 1073778376 140734919129888 140734919121024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17150/statm: 2456183 49916 2289 9 0 2446860 0
[pid=17150/tid=17152] ppid=17147 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/17150/task/17152/stat : 17152 (java) S 17147 17150 14504 0 -1 4202560 2424 0 1 0 36 1 0 0 20 0 22 0 13353921 10060525568 49916 33554432000 1073741824 1073778376 140734919129888 139873855796088 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17150/tid=17153] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17153/stat : 17153 (java) S 17147 17150 14504 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13353922 10060525568 49916 33554432000 1073741824 1073778376 140734919129888 139873817286952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17150/tid=17154] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17154/stat : 17154 (java) S 17147 17150 14504 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13353922 10060525568 49916 33554432000 1073741824 1073778376 140734919129888 139873816234152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17155] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17155/stat : 17155 (java) S 17147 17150 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13353922 10060525568 49916 33554432000 1073741824 1073778376 140734919129888 139873815181864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17150/tid=17156] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17156/stat : 17156 (java) S 17147 17150 14504 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13353922 10060525568 49916 33554432000 1073741824 1073778376 140734919129888 139873814129064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17150/tid=17157] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17157/stat : 17157 (java) S 17147 17150 14504 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13353922 10060525568 49916 33554432000 1073741824 1073778376 140734919129888 139873813076776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17150/tid=17158] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17158/stat : 17158 (java) S 17147 17150 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13353922 10060525568 49916 33554432000 1073741824 1073778376 140734919129888 139873812023976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17159] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17159/stat : 17159 (java) S 17147 17150 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13353922 10060525568 49916 33554432000 1073741824 1073778376 140734919129888 139873810971688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17150/tid=17160] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17160/stat : 17160 (java) S 17147 17150 14504 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13353922 10060525568 49916 33554432000 1073741824 1073778376 140734919129888 139873809918888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17161] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17161/stat : 17161 (java) S 17147 17150 14504 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 13353923 10060525568 49916 33554432000 1073741824 1073778376 140734919129888 139873679829224 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17162] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17162/stat : 17162 (java) S 17147 17150 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13353924 10060525568 49916 33554432000 1073741824 1073778376 140734919129888 139873678775288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17163] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17163/stat : 17163 (java) S 17147 17150 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13353924 10060525568 49916 33554432000 1073741824 1073778376 140734919129888 139873677722888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17164] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17164/stat : 17164 (java) S 17147 17150 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13353926 10060525568 49916 33554432000 1073741824 1073778376 140734919129888 139873676671376 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17165] ppid=17147 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/17150/task/17165/stat : 17165 (java) R 17147 17150 14504 0 -1 4202560 10061 0 0 0 99 1 0 0 20 0 22 0 13353926 10060525568 49916 33554432000 1073741824 1073778376 140734919129888 139873675597112 139873861642405 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17166] ppid=17147 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/17150/task/17166/stat : 17166 (java) R 17147 17150 14504 0 -1 4202560 11156 0 0 0 106 2 0 0 20 0 22 0 13353926 10060525568 49916 33554432000 1073741824 1073778376 140734919129888 139873674553608 227515876472 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17167] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17167/stat : 17167 (java) S 17147 17150 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13353926 10060525568 49916 33554432000 1073741824 1073778376 140734919129888 139873673514104 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17168] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17168/stat : 17168 (java) S 17147 17150 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13353926 10060525568 49916 33554432000 1073741824 1073778376 140734919129888 139873672461512 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17169] ppid=17147 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/17150/task/17169/stat : 17169 (java) R 17147 17150 14504 0 -1 4202560 20 0 0 0 106 0 0 0 20 0 22 0 13353961 10060525568 49916 33554432000 1073741824 1073778376 140734919129888 139873671037416 139873680494703 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17150/tid=17170] ppid=17147 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/17150/task/17170/stat : 17170 (java) R 17147 17150 14504 0 -1 4202560 87 0 0 0 104 2 0 0 20 0 22 0 13353961 10060525568 49916 33554432000 1073741824 1073778376 140734919129888 139873669983184 139873859081111 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17150/tid=17171] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17171/stat : 17171 (java) S 17147 17150 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13353961 10060525568 49916 33554432000 1073741824 1073778376 140734919129888 139873668932776 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17150/tid=17172] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17172/stat : 17172 (java) S 17147 17150 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13353961 10060525568 49916 33554432000 1073741824 1073778376 140734919129888 139873667879976 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 4.50 4.15 3.40 7/217 17241
/proc/meminfo: memFree=30206028/32872528 swapFree=1315980/1463148
[pid=17150] ppid=17147 vsize=9824732 CPUtime=8.37 cores=0,2,4,6
/proc/17150/stat : 17150 (java) S 17147 17150 14504 0 -1 4202496 27887 0 1 0 824 13 0 0 20 0 22 0 13353920 10060525568 85461 33554432000 1073741824 1073778376 140734919129888 140734919121024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17150/statm: 2456183 85461 2292 9 0 2446860 0
[pid=17150/tid=17152] ppid=17147 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/17150/task/17152/stat : 17152 (java) S 17147 17150 14504 0 -1 4202560 2424 0 1 0 36 1 0 0 20 0 22 0 13353921 10060525568 85461 33554432000 1073741824 1073778376 140734919129888 139873855796088 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17153] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17153/stat : 17153 (java) S 17147 17150 14504 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13353922 10060525568 85461 33554432000 1073741824 1073778376 140734919129888 139873817286952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17150/tid=17154] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17154/stat : 17154 (java) S 17147 17150 14504 0 -1 4202560 52 0 0 0 0 0 0 0 20 0 22 0 13353922 10060525568 85461 33554432000 1073741824 1073778376 140734919129888 139873816234152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17150/tid=17155] ppid=17147 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/17150/task/17155/stat : 17155 (java) S 17147 17150 14504 0 -1 4202560 81 0 0 0 2 0 0 0 20 0 22 0 13353922 10060525568 85461 33554432000 1073741824 1073778376 140734919129888 139873815181864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17150/tid=17156] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17156/stat : 17156 (java) S 17147 17150 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13353922 10060525568 85461 33554432000 1073741824 1073778376 140734919129888 139873814129064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17150/tid=17157] ppid=17147 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/17150/task/17157/stat : 17157 (java) S 17147 17150 14504 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 13353922 10060525568 85461 33554432000 1073741824 1073778376 140734919129888 139873813076776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17150/tid=17158] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17158/stat : 17158 (java) S 17147 17150 14504 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 13353922 10060525568 85461 33554432000 1073741824 1073778376 140734919129888 139873812023976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17159] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17159/stat : 17159 (java) S 17147 17150 14504 0 -1 4202560 101 0 0 0 0 0 0 0 20 0 22 0 13353922 10060525568 85461 33554432000 1073741824 1073778376 140734919129888 139873810971688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17160] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17160/stat : 17160 (java) S 17147 17150 14504 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13353922 10060525568 85461 33554432000 1073741824 1073778376 140734919129888 139873809918888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17161] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17161/stat : 17161 (java) S 17147 17150 14504 0 -1 4202560 184 0 0 0 0 0 0 0 20 0 22 0 13353923 10060525568 85461 33554432000 1073741824 1073778376 140734919129888 139873679829224 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17150/tid=17162] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17162/stat : 17162 (java) S 17147 17150 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13353924 10060525568 85461 33554432000 1073741824 1073778376 140734919129888 139873678775288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17163] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17163/stat : 17163 (java) S 17147 17150 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13353924 10060525568 85461 33554432000 1073741824 1073778376 140734919129888 139873677722888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17164] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17164/stat : 17164 (java) S 17147 17150 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13353926 10060525568 85461 33554432000 1073741824 1073778376 140734919129888 139873676671376 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17165] ppid=17147 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/17150/task/17165/stat : 17165 (java) S 17147 17150 14504 0 -1 4202560 10128 0 0 0 115 2 0 0 20 0 22 0 13353926 10060525568 85461 33554432000 1073741824 1073778376 140734919129888 139873675619000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17166] ppid=17147 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/17150/task/17166/stat : 17166 (java) S 17147 17150 14504 0 -1 4202560 13367 0 0 0 136 3 0 0 20 0 22 0 13353926 10060525568 85461 33554432000 1073741824 1073778376 140734919129888 139873674566200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17167] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17167/stat : 17167 (java) S 17147 17150 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13353926 10060525568 85461 33554432000 1073741824 1073778376 140734919129888 139873673514104 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17168] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17168/stat : 17168 (java) S 17147 17150 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13353926 10060525568 85461 33554432000 1073741824 1073778376 140734919129888 139873672461512 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17169] ppid=17147 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/17150/task/17169/stat : 17169 (java) R 17147 17150 14504 0 -1 4202560 22 0 0 0 262 0 0 0 20 0 22 0 13353961 10060525568 85461 33554432000 1073741824 1073778376 140734919129888 139873671035392 139873680726656 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17150/tid=17170] ppid=17147 vsize=9824732 CPUtime=2.6 cores=0,2,4,6
/proc/17150/task/17170/stat : 17170 (java) R 17147 17150 14504 0 -1 4202560 145 0 0 0 256 4 0 0 20 0 22 0 13353961 10060525568 85461 33554432000 1073741824 1073778376 140734919129888 139873669983496 139873680707436 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17171] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17171/stat : 17171 (java) S 17147 17150 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13353961 10060525568 85461 33554432000 1073741824 1073778376 140734919129888 139873668932776 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17150/tid=17172] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17172/stat : 17172 (java) S 17147 17150 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13353961 10060525568 85461 33554432000 1073741824 1073778376 140734919129888 139873667879976 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.37
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.62 4.18 3.42 6/217 17241
/proc/meminfo: memFree=29354224/32872528 swapFree=1315980/1463148
[pid=17150] ppid=17147 vsize=9824732 CPUtime=14.89 cores=0,2,4,6
/proc/17150/stat : 17150 (java) S 17147 17150 14504 0 -1 4202496 28608 0 1 0 1470 19 0 0 20 0 22 0 13353920 10060525568 169433 33554432000 1073741824 1073778376 140734919129888 140734919121024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17150/statm: 2456183 169433 2292 9 0 2446860 0
[pid=17150/tid=17152] ppid=17147 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/17150/task/17152/stat : 17152 (java) S 17147 17150 14504 0 -1 4202560 2424 0 1 0 36 1 0 0 20 0 22 0 13353921 10060525568 169433 33554432000 1073741824 1073778376 140734919129888 139873855796088 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17153] ppid=17147 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/17150/task/17153/stat : 17153 (java) S 17147 17150 14504 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 13353922 10060525568 169433 33554432000 1073741824 1073778376 140734919129888 139873817286952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17150/tid=17154] ppid=17147 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/17150/task/17154/stat : 17154 (java) S 17147 17150 14504 0 -1 4202560 52 0 0 0 1 0 0 0 20 0 22 0 13353922 10060525568 169433 33554432000 1073741824 1073778376 140734919129888 139873816234152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17150/tid=17155] ppid=17147 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/17150/task/17155/stat : 17155 (java) S 17147 17150 14504 0 -1 4202560 89 0 0 0 3 1 0 0 20 0 22 0 13353922 10060525568 169433 33554432000 1073741824 1073778376 140734919129888 139873815181864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17156] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17156/stat : 17156 (java) S 17147 17150 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13353922 10060525568 169433 33554432000 1073741824 1073778376 140734919129888 139873814129064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17150/tid=17157] ppid=17147 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/17150/task/17157/stat : 17157 (java) S 17147 17150 14504 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 22 0 13353922 10060525568 169433 33554432000 1073741824 1073778376 140734919129888 139873813076776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17158] ppid=17147 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/17150/task/17158/stat : 17158 (java) S 17147 17150 14504 0 -1 4202560 71 0 0 0 1 0 0 0 20 0 22 0 13353922 10060525568 169433 33554432000 1073741824 1073778376 140734919129888 139873812023976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17159] ppid=17147 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/17150/task/17159/stat : 17159 (java) S 17147 17150 14504 0 -1 4202560 107 0 0 0 1 0 0 0 20 0 22 0 13353922 10060525568 169433 33554432000 1073741824 1073778376 140734919129888 139873810971688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17150/tid=17160] ppid=17147 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/17150/task/17160/stat : 17160 (java) S 17147 17150 14504 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 13353922 10060525568 169433 33554432000 1073741824 1073778376 140734919129888 139873809918888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17150/tid=17161] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17161/stat : 17161 (java) S 17147 17150 14504 0 -1 4202560 434 0 0 0 0 0 0 0 20 0 22 0 13353923 10060525568 169433 33554432000 1073741824 1073778376 140734919129888 139873679829224 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17162] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17162/stat : 17162 (java) S 17147 17150 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13353924 10060525568 169433 33554432000 1073741824 1073778376 140734919129888 139873678775288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17163] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17163/stat : 17163 (java) S 17147 17150 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13353924 10060525568 169433 33554432000 1073741824 1073778376 140734919129888 139873677722888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17164] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17164/stat : 17164 (java) S 17147 17150 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13353926 10060525568 169433 33554432000 1073741824 1073778376 140734919129888 139873676671376 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17165] ppid=17147 vsize=9824732 CPUtime=1.31 cores=0,2,4,6

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

[pid=17150/tid=17156] ppid=17147 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/17150/task/17156/stat : 17156 (java) S 17147 17150 14504 0 -1 4202560 374 0 0 0 287 5 0 0 20 0 22 0 13353922 10060525568 514295 33554432000 1073741824 1073778376 140734919129888 139873814129064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17157] ppid=17147 vsize=9824732 CPUtime=3.04 cores=0,2,4,6
/proc/17150/task/17157/stat : 17157 (java) S 17147 17150 14504 0 -1 4202560 400 0 0 0 298 6 0 0 20 0 22 0 13353922 10060525568 514295 33554432000 1073741824 1073778376 140734919129888 139873813076776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17150/tid=17158] ppid=17147 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/17150/task/17158/stat : 17158 (java) S 17147 17150 14504 0 -1 4202560 429 0 0 0 280 6 0 0 20 0 22 0 13353922 10060525568 514295 33554432000 1073741824 1073778376 140734919129888 139873812023976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17159] ppid=17147 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/17150/task/17159/stat : 17159 (java) S 17147 17150 14504 0 -1 4202560 470 0 0 0 284 7 0 0 20 0 22 0 13353922 10060525568 514295 33554432000 1073741824 1073778376 140734919129888 139873810971688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17160] ppid=17147 vsize=9824732 CPUtime=3.15 cores=0,2,4,6
/proc/17150/task/17160/stat : 17160 (java) S 17147 17150 14504 0 -1 4202560 399 0 0 0 307 8 0 0 20 0 22 0 13353922 10060525568 514295 33554432000 1073741824 1073778376 140734919129888 139873809918888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17161] ppid=17147 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/17150/task/17161/stat : 17161 (java) S 17147 17150 14504 0 -1 4202560 1267 0 0 0 13 40 0 0 20 0 22 0 13353923 10060525568 514295 33554432000 1073741824 1073778376 140734919129888 139873679829224 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17162] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17162/stat : 17162 (java) S 17147 17150 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13353924 10060525568 514295 33554432000 1073741824 1073778376 140734919129888 139873678775288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17163] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17163/stat : 17163 (java) S 17147 17150 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13353924 10060525568 514295 33554432000 1073741824 1073778376 140734919129888 139873677722888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17164] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17164/stat : 17164 (java) S 17147 17150 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13353926 10060525568 514295 33554432000 1073741824 1073778376 140734919129888 139873676671376 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17165] ppid=17147 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/17150/task/17165/stat : 17165 (java) S 17147 17150 14504 0 -1 4202560 13574 0 0 0 185 3 0 0 20 0 22 0 13353926 10060525568 514295 33554432000 1073741824 1073778376 140734919129888 139873675619000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17166] ppid=17147 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/17150/task/17166/stat : 17166 (java) S 17147 17150 14504 0 -1 4202560 13367 0 0 0 140 3 0 0 20 0 22 0 13353926 10060525568 514295 33554432000 1073741824 1073778376 140734919129888 139873674566200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17167] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17167/stat : 17167 (java) S 17147 17150 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13353926 10060525568 514295 33554432000 1073741824 1073778376 140734919129888 139873673514104 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17168] ppid=17147 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/17150/task/17168/stat : 17168 (java) S 17147 17150 14504 0 -1 4202560 51 0 0 0 15 13 0 0 20 0 22 0 13353926 10060525568 514295 33554432000 1073741824 1073778376 140734919129888 139873672461512 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17169] ppid=17147 vsize=9824732 CPUtime=871.6 cores=0,2,4,6
/proc/17150/task/17169/stat : 17169 (java) R 17147 17150 14504 0 -1 4202560 321 0 0 0 87145 15 0 0 20 0 22 0 13353961 10060525568 514295 33554432000 1073741824 1073778376 140734919129888 139873671036176 139873680883887 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17150/tid=17170] ppid=17147 vsize=9824732 CPUtime=871.6 cores=0,2,4,6
/proc/17150/task/17170/stat : 17170 (java) R 17147 17150 14504 0 -1 4202560 1306 0 0 0 87122 38 0 0 20 0 22 0 13353961 10060525568 514295 33554432000 1073741824 1073778376 140734919129888 139873669982480 139873680707345 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17171] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17171/stat : 17171 (java) S 17147 17150 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13353961 10060525568 514295 33554432000 1073741824 1073778376 140734919129888 139873668932776 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17150/tid=17172] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17172/stat : 17172 (java) S 17147 17150 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13353961 10060525568 514295 33554432000 1073741824 1073778376 140734919129888 139873667879976 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1775.91
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.301 s]
/proc/loadavg: 4.39 4.33 3.96 5/217 17265
/proc/meminfo: memFree=26938904/32872528 swapFree=1315980/1463148
[pid=17150] ppid=17147 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/17150/stat : 17150 (java) S 17147 17150 14504 0 -1 4202496 36999 0 1 0 179857 145 0 0 20 0 22 0 13353920 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 140734919121024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17150/statm: 2456183 514822 2294 9 0 2446860 0
[pid=17150/tid=17152] ppid=17147 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/17150/task/17152/stat : 17152 (java) S 17147 17150 14504 0 -1 4202560 2434 0 1 0 38 3 0 0 20 0 22 0 13353921 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873855796088 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17153] ppid=17147 vsize=9824732 CPUtime=3.04 cores=0,2,4,6
/proc/17150/task/17153/stat : 17153 (java) S 17147 17150 14504 0 -1 4202560 410 0 0 0 295 9 0 0 20 0 22 0 13353922 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873817286952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17154] ppid=17147 vsize=9824732 CPUtime=3.21 cores=0,2,4,6
/proc/17150/task/17154/stat : 17154 (java) S 17147 17150 14504 0 -1 4202560 432 0 0 0 315 6 0 0 20 0 22 0 13353922 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873816234152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17155] ppid=17147 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/17150/task/17155/stat : 17155 (java) S 17147 17150 14504 0 -1 4202560 483 0 0 0 290 9 0 0 20 0 22 0 13353922 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873815181864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17150/tid=17156] ppid=17147 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/17150/task/17156/stat : 17156 (java) S 17147 17150 14504 0 -1 4202560 375 0 0 0 292 5 0 0 20 0 22 0 13353922 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873814129064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17150/tid=17157] ppid=17147 vsize=9824732 CPUtime=3.08 cores=0,2,4,6
/proc/17150/task/17157/stat : 17157 (java) S 17147 17150 14504 0 -1 4202560 402 0 0 0 302 6 0 0 20 0 22 0 13353922 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873813076776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17158] ppid=17147 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/17150/task/17158/stat : 17158 (java) S 17147 17150 14504 0 -1 4202560 431 0 0 0 286 6 0 0 20 0 22 0 13353922 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873812023976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17159] ppid=17147 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/17150/task/17159/stat : 17159 (java) S 17147 17150 14504 0 -1 4202560 471 0 0 0 286 7 0 0 20 0 22 0 13353922 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873810971688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17150/tid=17160] ppid=17147 vsize=9824732 CPUtime=3.18 cores=0,2,4,6
/proc/17150/task/17160/stat : 17160 (java) S 17147 17150 14504 0 -1 4202560 400 0 0 0 310 8 0 0 20 0 22 0 13353922 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873809918888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17161] ppid=17147 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/17150/task/17161/stat : 17161 (java) S 17147 17150 14504 0 -1 4202560 1269 0 0 0 13 41 0 0 20 0 22 0 13353923 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873679829224 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17162] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17162/stat : 17162 (java) S 17147 17150 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13353924 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873678775288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17163] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17163/stat : 17163 (java) S 17147 17150 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13353924 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873677722888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17164] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17164/stat : 17164 (java) S 17147 17150 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13353926 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873676671376 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17165] ppid=17147 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/17150/task/17165/stat : 17165 (java) S 17147 17150 14504 0 -1 4202560 13574 0 0 0 185 3 0 0 20 0 22 0 13353926 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873675619000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17166] ppid=17147 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/17150/task/17166/stat : 17166 (java) S 17147 17150 14504 0 -1 4202560 13367 0 0 0 140 3 0 0 20 0 22 0 13353926 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873674566200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17167] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17167/stat : 17167 (java) S 17147 17150 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13353926 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873673514104 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17168] ppid=17147 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/17150/task/17168/stat : 17168 (java) S 17147 17150 14504 0 -1 4202560 53 0 0 0 15 13 0 0 20 0 22 0 13353926 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873672461512 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17169] ppid=17147 vsize=9824732 CPUtime=883.48 cores=0,2,4,6
/proc/17150/task/17169/stat : 17169 (java) R 17147 17150 14504 0 -1 4202560 323 0 0 0 88333 15 0 0 20 0 22 0 13353961 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873671036176 139873680883713 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17170] ppid=17147 vsize=9824732 CPUtime=883.48 cores=0,2,4,6
/proc/17150/task/17170/stat : 17170 (java) R 17147 17150 14504 0 -1 4202560 1309 0 0 0 88310 38 0 0 20 0 22 0 13353961 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873669982480 139873680732866 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17171] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17171/stat : 17171 (java) S 17147 17150 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13353961 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873668932776 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17150/tid=17172] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17172/stat : 17172 (java) S 17147 17150 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13353961 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873667879976 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

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 17150 sig 9
??? kill -17150 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.301 s]
/proc/loadavg: 4.39 4.33 3.96 5/217 17265
/proc/meminfo: memFree=26938904/32872528 swapFree=1315980/1463148
[pid=17150] ppid=17147 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/17150/stat : 17150 (java) S 17147 17150 14504 0 -1 4202496 36999 0 1 0 179857 145 0 0 20 0 22 0 13353920 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 140734919121024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17150/statm: 2456183 514822 2294 9 0 2446860 0
[pid=17150/tid=17152] ppid=17147 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/17150/task/17152/stat : 17152 (java) S 17147 17150 14504 0 -1 4202560 2434 0 1 0 38 3 0 0 20 0 22 0 13353921 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873855796088 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17153] ppid=17147 vsize=9824732 CPUtime=3.04 cores=0,2,4,6
/proc/17150/task/17153/stat : 17153 (java) S 17147 17150 14504 0 -1 4202560 410 0 0 0 295 9 0 0 20 0 22 0 13353922 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873817286952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17154] ppid=17147 vsize=9824732 CPUtime=3.21 cores=0,2,4,6
/proc/17150/task/17154/stat : 17154 (java) S 17147 17150 14504 0 -1 4202560 432 0 0 0 315 6 0 0 20 0 22 0 13353922 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873816234152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17155] ppid=17147 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/17150/task/17155/stat : 17155 (java) S 17147 17150 14504 0 -1 4202560 483 0 0 0 290 9 0 0 20 0 22 0 13353922 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873815181864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17150/tid=17156] ppid=17147 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/17150/task/17156/stat : 17156 (java) S 17147 17150 14504 0 -1 4202560 375 0 0 0 292 5 0 0 20 0 22 0 13353922 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873814129064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17150/tid=17157] ppid=17147 vsize=9824732 CPUtime=3.08 cores=0,2,4,6
/proc/17150/task/17157/stat : 17157 (java) S 17147 17150 14504 0 -1 4202560 402 0 0 0 302 6 0 0 20 0 22 0 13353922 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873813076776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17158] ppid=17147 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/17150/task/17158/stat : 17158 (java) S 17147 17150 14504 0 -1 4202560 431 0 0 0 286 6 0 0 20 0 22 0 13353922 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873812023976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17159] ppid=17147 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/17150/task/17159/stat : 17159 (java) S 17147 17150 14504 0 -1 4202560 471 0 0 0 286 7 0 0 20 0 22 0 13353922 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873810971688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17150/tid=17160] ppid=17147 vsize=9824732 CPUtime=3.18 cores=0,2,4,6
/proc/17150/task/17160/stat : 17160 (java) S 17147 17150 14504 0 -1 4202560 400 0 0 0 310 8 0 0 20 0 22 0 13353922 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873809918888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17161] ppid=17147 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/17150/task/17161/stat : 17161 (java) S 17147 17150 14504 0 -1 4202560 1269 0 0 0 13 41 0 0 20 0 22 0 13353923 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873679829224 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17162] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17162/stat : 17162 (java) S 17147 17150 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13353924 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873678775288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17163] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17163/stat : 17163 (java) S 17147 17150 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13353924 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873677722888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17164] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17164/stat : 17164 (java) S 17147 17150 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13353926 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873676671376 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17165] ppid=17147 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/17150/task/17165/stat : 17165 (java) S 17147 17150 14504 0 -1 4202560 13574 0 0 0 185 3 0 0 20 0 22 0 13353926 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873675619000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17166] ppid=17147 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/17150/task/17166/stat : 17166 (java) S 17147 17150 14504 0 -1 4202560 13367 0 0 0 140 3 0 0 20 0 22 0 13353926 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873674566200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17167] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17167/stat : 17167 (java) S 17147 17150 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13353926 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873673514104 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17168] ppid=17147 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/17150/task/17168/stat : 17168 (java) S 17147 17150 14504 0 -1 4202560 53 0 0 0 15 13 0 0 20 0 22 0 13353926 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873672461512 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17169] ppid=17147 vsize=9824732 CPUtime=883.48 cores=0,2,4,6
/proc/17150/task/17169/stat : 17169 (java) R 17147 17150 14504 0 -1 4202560 323 0 0 0 88333 15 0 0 20 0 22 0 13353961 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873671036176 139873680883713 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17150/tid=17170] ppid=17147 vsize=9824732 CPUtime=883.48 cores=0,2,4,6
/proc/17150/task/17170/stat : 17170 (java) R 17147 17150 14504 0 -1 4202560 1309 0 0 0 88310 38 0 0 20 0 22 0 13353961 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873669982480 139873680732866 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17150/tid=17171] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17171/stat : 17171 (java) S 17147 17150 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13353961 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873668932776 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17150/tid=17172] ppid=17147 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17150/task/17172/stat : 17172 (java) S 17147 17150 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13353961 10060525568 514822 33554432000 1073741824 1073778376 140734919129888 139873667879976 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17150 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=351217
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=881713
# CPU time returned by wait4() is 1796.23
# 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): 894.361
CPU time (s): 1800.02
CPU user time (s): 1798.57
CPU system time (s): 1.45
CPU usage (%): 201.263
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.35
system time used= 1.88171
maximum resident set size= 2061280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37032
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37971
involuntary context switches= 51884

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.77312 second user time and 6.71398 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-16 23:37:50
IDJOB=4096807
IDBENCH=107667
IDSOLVER=2543
FILE ID=node121/4096807-1466113070
RUNJOBID= node121-1466112173-16810
PBS_JOBID= 19904064
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-7_6_30.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096807-1466113070/watcher-4096807-1466113070 -o /tmp/evaluation-result-4096807-1466113070/solver-4096807-1466113070 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466112173-16810 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4096807-1466113070.opb

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

MD5SUM BENCH= 735c3c89afe1f0bfc48b6698e9f5a697
RANDOM SEED=1903969166

node121.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.691
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.38
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.691
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.691
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.691
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.691
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.54
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.691
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.691
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.56
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.691
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:        28503984 kB
Buffers:           44572 kB
Cached:           120584 kB
SwapCached:         2496 kB
Active:          2103160 kB
Inactive:          93932 kB
Active(anon):    2032796 kB
Inactive(anon):     1756 kB
Active(file):      70364 kB
Inactive(file):    92176 kB
Unevictable:     1463148 kB
Mlocked:         1315980 kB
SwapTotal:      67108856 kB
SwapFree:       67099740 kB
Dirty:               868 kB
Writeback:             0 kB
AnonPages:       3471516 kB
Mapped:            15360 kB
Shmem:                 0 kB
Slab:             568064 kB
SReclaimable:      12400 kB
SUnreclaim:       555664 kB
KernelStack:        1792 kB
PageTables:        11736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4146832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2097152 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= 71720 MiB
End job on node121 at 2016-06-16 23:52:44