Trace number 4080467

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.04 894.762

General information on the benchmark

Name/DEC-SMALLINT-LIN/heinz/
normalized-neos-820146.opb
MD5SUM04a6efcac49375b9407fbc5f15fae5c7
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 variables600
Total number of constraints830
Number of constraints which are clauses675
Number of constraints which are cardinality constraints (but not clauses)155
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint10
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 13
Number of bits of the biggest sum of numbers4
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.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4080467-1465267342.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  no objective function found
0.23/0.26	c ... done. Wall clock time 0.126s.
0.23/0.26	c declared #vars     600
0.23/0.26	c #constraints  845
0.23/0.26	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.23/0.26	c constraints type 
0.23/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 675
0.23/0.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 170
0.23/0.26	c 845 constraints processed.
0.23/0.26	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.23/0.26	c constraints type 
0.23/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 675
0.23/0.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 170
0.23/0.26	c 845 constraints processed.
2.47/0.86	c cleaning 2491 clauses out of 5000 with flag 26178/5000
4.09/1.28	c cleaning 4249 clauses out of 8509 with flag 70955/11000
6.13/2.07	c cleaning 5622 clauses out of 11262 with flag 157046/18002
8.59/3.28	c cleaning 6813 clauses out of 13640 with flag 266591/26002
11.45/4.67	c cleaning 7909 clauses out of 15827 with flag 388120/35002
13.87/5.84	c cleaning 8947 clauses out of 17916 with flag 489706/45000
15.30/6.50	c cleaning 0 clauses out of 5000 with flag 0/5000
16.99/7.29	c cleaning 9985 clauses out of 19971 with flag 605661/56002
20.83/9.01	c cleaning 10979 clauses out of 21985 with flag 746132/68001
24.48/10.87	c cleaning 11992 clauses out of 24005 with flag 890111/81000
29.49/13.32	c cleaning 13001 clauses out of 26013 with flag 1072089/95000
33.95/15.51	c cleaning 13991 clauses out of 28013 with flag 1247319/110001
39.00/18.10	c cleaning 15005 clauses out of 30021 with flag 1434755/126000
47.70/22.37	c cleaning 15995 clauses out of 32016 with flag 1702761/143000
55.75/26.37	c cleaning 17005 clauses out of 34022 with flag 1960892/161001
65.34/31.12	c cleaning 17993 clauses out of 36016 with flag 2246411/180000
75.20/36.01	c cleaning 19003 clauses out of 38024 with flag 2530977/200001
88.84/42.89	c cleaning 19990 clauses out of 40020 with flag 2881622/221000
101.24/49.01	c cleaning 21000 clauses out of 42031 with flag 3219861/243001
113.68/55.25	c cleaning 22005 clauses out of 44030 with flag 3552139/266000
127.94/62.38	c cleaning 22998 clauses out of 46026 with flag 3910878/290001
147.62/72.17	c cleaning 24003 clauses out of 48027 with flag 4327785/315000
165.86/81.23	c cleaning 24999 clauses out of 50024 with flag 4734842/341000
180.31/88.42	c cleaning 0 clauses out of 11002 with flag 0/11002
191.76/94.18	c cleaning 26002 clauses out of 52025 with flag 5227379/368000
213.05/104.78	c cleaning 27007 clauses out of 54025 with flag 5662946/396002
236.11/116.26	c cleaning 28003 clauses out of 56019 with flag 6097377/425003
260.12/128.24	c cleaning 28999 clauses out of 58014 with flag 6554857/455001
288.60/142.41	c cleaning 29992 clauses out of 60014 with flag 7055631/486000
325.31/160.71	c cleaning 31010 clauses out of 62022 with flag 7623581/518000
357.00/176.50	c cleaning 32002 clauses out of 64013 with flag 8132105/551001
386.74/191.33	c cleaning 32996 clauses out of 66011 with flag 8623324/585001
425.09/210.47	c cleaning 33994 clauses out of 68014 with flag 9193343/620000
464.52/230.06	c cleaning 34991 clauses out of 70020 with flag 9785415/656000
510.71/253.04	c cleaning 36003 clauses out of 72029 with flag 10419989/693000
550.09/272.61	c cleaning 37006 clauses out of 74026 with flag 11018028/731000
595.15/295.00	c cleaning 37998 clauses out of 76021 with flag 11628877/770001
645.89/320.22	c cleaning 39004 clauses out of 78023 with flag 12285448/810001
695.18/344.73	c cleaning 40007 clauses out of 80018 with flag 12926242/851000
745.92/369.95	c cleaning 40998 clauses out of 82012 with flag 13574694/893001
769.45/381.60	c cleaning 0 clauses out of 18001 with flag 0/18001
803.88/398.76	c cleaning 41996 clauses out of 84013 with flag 14269846/936000
868.66/430.95	c cleaning 43006 clauses out of 86017 with flag 15008088/980000
930.52/461.97	c cleaning 44000 clauses out of 88013 with flag 15724369/1025002
1002.05/497.53	c cleaning 44998 clauses out of 90011 with flag 16530961/1071000
1075.25/533.94	c cleaning 46001 clauses out of 92013 with flag 17349352/1118000
1152.06/572.11	c cleaning 47001 clauses out of 94013 with flag 18167803/1166001
1230.89/611.33	c cleaning 48003 clauses out of 96012 with flag 18947101/1215001
1312.46/651.90	c cleaning 48989 clauses out of 98008 with flag 19801166/1265000
1395.89/693.43	c cleaning 50003 clauses out of 100019 with flag 20613326/1316000
1491.61/741.06	c cleaning 50996 clauses out of 102016 with flag 21493881/1368000
1583.47/787.08	c cleaning 52001 clauses out of 104021 with flag 22340944/1421001
1686.01/838.08	c cleaning 53006 clauses out of 106020 with flag 23239748/1475001
1792.83/891.16	c cleaning 53992 clauses out of 108014 with flag 24217181/1530001
1800.04/894.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/894.70	c starts		: 4646
1800.04/894.70	c conflicts		: 1536802
1800.04/894.70	c decisions		: 2325834
1800.04/894.70	c propagations		: 102303622
1800.04/894.70	c inspects		: 11684901257
1800.04/894.70	c shortcuts		: 0
1800.04/894.70	c learnt literals	: 0
1800.04/894.70	c learnt binary clauses	: 0
1800.04/894.70	c learnt ternary clauses	: 0
1800.04/894.70	c learnt constraints	: 1536802
1800.04/894.70	c ignored constraints	: 0
1800.04/894.70	c root simplifications	: 0
1800.04/894.70	c removed literals (reason simplification)	: 6407929
1800.04/894.70	c reason swapping (by a shorter reason)	: 0
1800.04/894.70	c Calls to reduceDB	: 51
1800.04/894.70	c Number of update (reduction) of LBD	: 654358
1800.04/894.70	c Imported unit clauses	: 0
1800.04/894.70	c number of reductions to clauses (during analyze)	: 0
1800.04/894.70	c number of learned constraints concerned by reduction	: 0
1800.04/894.70	c number of learning phase by resolution	: 0
1800.04/894.70	c number of learning phase by cutting planes	: 0
1800.04/894.70	c speed (assignments/second)	: 114377.4220489044
1800.04/894.70	c non guided choices	740
1800.04/894.73	c learnt constraints type 
1800.04/894.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 60824
1800.04/894.73	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/894.73	c starts		: 53
1800.04/894.73	c conflicts		: 24281
1800.04/894.73	c decisions		: 55077
1800.04/894.73	c propagations		: 1691396
1800.04/894.73	c inspects		: 1070070247
1800.04/894.73	c shortcuts		: 0
1800.04/894.73	c learnt literals	: 0
1800.04/894.73	c learnt binary clauses	: 0
1800.04/894.73	c learnt ternary clauses	: 0
1800.04/894.73	c learnt constraints	: 24280
1800.04/894.73	c ignored constraints	: 0
1800.04/894.73	c root simplifications	: 0
1800.04/894.73	c removed literals (reason simplification)	: 0
1800.04/894.73	c reason swapping (by a shorter reason)	: 0
1800.04/894.73	c Calls to reduceDB	: 3
1800.04/894.73	c Number of update (reduction) of LBD	: 0
1800.04/894.73	c Imported unit clauses	: 0
1800.04/894.73	c number of reductions to clauses (during analyze)	: 0
1800.04/894.73	c number of learned constraints concerned by reduction	: 0
1800.04/894.73	c number of learning phase by resolution	: 0
1800.04/894.73	c number of learning phase by cutting planes	: 0
1800.04/894.73	c speed (assignments/second)	: 1890.9646245452575
1800.04/894.73	c non guided choices	927
1800.04/894.74	c learnt constraints type 
1800.04/894.74	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 978
1800.04/894.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 356
1800.04/894.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22946
1800.04/894.74	s UNKNOWN
1800.04/894.74	c Total wall clock time (in seconds): 894.607

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-4080467-1465267342/watcher-4080467-1465267342 -o /tmp/evaluation-result-4080467-1465267342/solver-4080467-1465267342 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1465255598-8855 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080467-1465267342.opb 

pid=16468
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.22 4.16 4.06 4/197 16471
/proc/meminfo: memFree=28000708/32872528 swapFree=11372/178980
[pid=16471] ppid=16468 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/16471/stat : 16471 (java) R 16468 16471 8839 0 -1 4202496 403 0 0 0 0 0 0 0 20 0 1 0 108668863 9445376 75 33554432000 1073741824 1073778376 140734792691520 140734792688648 224913307743 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16471/statm: 2306 92 74 9 0 38 0

[startup+0.100061 s]
/proc/loadavg: 4.22 4.16 4.06 4/197 16471
/proc/meminfo: memFree=28000708/32872528 swapFree=11372/178980
[pid=16471] ppid=16468 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/16471/stat : 16471 (java) S 16468 16471 8839 0 -1 4202496 4312 0 1 0 8 1 0 0 20 0 18 0 108668863 9787879424 5438 33554432000 1073741824 1073778376 140734792691520 140734792682656 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16471/statm: 2389619 5438 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 4.22 4.16 4.06 4/197 16471
/proc/meminfo: memFree=28000708/32872528 swapFree=11372/178980
[pid=16471] ppid=16468 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/16471/stat : 16471 (java) S 16468 16471 8839 0 -1 4202496 4665 0 1 0 22 1 0 0 20 0 18 0 108668863 9787879424 6761 33554432000 1073741824 1073778376 140734792691520 140734792682656 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16471/statm: 2389619 6761 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300221 s]
/proc/loadavg: 4.22 4.16 4.06 4/197 16471
/proc/meminfo: memFree=28000708/32872528 swapFree=11372/178980
[pid=16471] ppid=16468 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/16471/stat : 16471 (java) S 16468 16471 8839 0 -1 4202496 6168 0 1 0 45 2 0 0 20 0 22 0 108668863 10060525568 9704 33554432000 1073741824 1073778376 140734792691520 140734792682656 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16471/statm: 2456183 9704 2238 9 0 2446860 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9824732

[startup+0.700164 s]
/proc/loadavg: 4.22 4.16 4.06 4/197 16471
/proc/meminfo: memFree=28000708/32872528 swapFree=11372/178980
[pid=16471] ppid=16468 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/16471/stat : 16471 (java) S 16468 16471 8839 0 -1 4202496 16176 0 1 0 204 3 0 0 20 0 22 0 108668863 10060525568 22992 33554432000 1073741824 1073778376 140734792691520 140734792682656 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16471/statm: 2456183 22992 2253 9 0 2446860 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.22 4.16 4.06 7/219 16493
/proc/meminfo: memFree=27819828/32872528 swapFree=11372/178980
[pid=16471] ppid=16468 vsize=9824732 CPUtime=5.12 cores=0,2,4,6
/proc/16471/stat : 16471 (java) S 16468 16471 8839 0 -1 4202496 33763 0 1 0 504 8 0 0 20 0 22 0 108668863 10060525568 46864 33554432000 1073741824 1073778376 140734792691520 140734792682656 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16471/statm: 2456183 46864 2282 9 0 2446860 0
[pid=16471/tid=16473] ppid=16468 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/16471/task/16473/stat : 16473 (java) S 16468 16471 8839 0 -1 4202560 2416 0 1 0 22 1 0 0 20 0 22 0 108668864 10060525568 46864 33554432000 1073741824 1073778376 140734792691520 140637532001144 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16471/tid=16474] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16474/stat : 16474 (java) S 16468 16471 8839 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 108668866 10060525568 46864 33554432000 1073741824 1073778376 140734792691520 140637504452776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16475] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16475/stat : 16475 (java) S 16468 16471 8839 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 108668866 10060525568 46864 33554432000 1073741824 1073778376 140734792691520 140637503400232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16471/tid=16476] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16476/stat : 16476 (java) S 16468 16471 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108668866 10060525568 46864 33554432000 1073741824 1073778376 140734792691520 140637502347688 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16477] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16477/stat : 16477 (java) S 16468 16471 8839 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 108668866 10060525568 46864 33554432000 1073741824 1073778376 140734792691520 140637501295144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16471/tid=16478] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16478/stat : 16478 (java) S 16468 16471 8839 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 108668866 10060525568 46864 33554432000 1073741824 1073778376 140734792691520 140637500242600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16479] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16479/stat : 16479 (java) S 16468 16471 8839 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 108668866 10060525568 46864 33554432000 1073741824 1073778376 140734792691520 140637499190056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16471/tid=16480] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16480/stat : 16480 (java) S 16468 16471 8839 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 108668866 10060525568 46864 33554432000 1073741824 1073778376 140734792691520 140637498137512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16481] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16481/stat : 16481 (java) S 16468 16471 8839 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 108668866 10060525568 46864 33554432000 1073741824 1073778376 140734792691520 140637367741480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16482] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16482/stat : 16482 (java) S 16468 16471 8839 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 108668867 10060525568 46864 33554432000 1073741824 1073778376 140734792691520 140636884793448 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16471/tid=16483] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16483/stat : 16483 (java) S 16468 16471 8839 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108668867 10060525568 46864 33554432000 1073741824 1073778376 140734792691520 140636883739768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16484] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16484/stat : 16484 (java) S 16468 16471 8839 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108668867 10060525568 46864 33554432000 1073741824 1073778376 140734792691520 140636882687112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16485] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16485/stat : 16485 (java) S 16468 16471 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108668870 10060525568 46864 33554432000 1073741824 1073778376 140734792691520 140636881635856 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16486] ppid=16468 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/16471/task/16486/stat : 16486 (java) S 16468 16471 8839 0 -1 4202560 13713 0 0 0 117 2 0 0 20 0 22 0 108668870 10060525568 46864 33554432000 1073741824 1073778376 140734792691520 140636880583224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16487] ppid=16468 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/16471/task/16487/stat : 16487 (java) S 16468 16471 8839 0 -1 4202560 16139 0 0 0 118 2 0 0 20 0 22 0 108668870 10060525568 46864 33554432000 1073741824 1073778376 140734792691520 140636879530680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16471/tid=16488] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16488/stat : 16488 (java) S 16468 16471 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108668870 10060525568 46864 33554432000 1073741824 1073778376 140734792691520 140636878478328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16471/tid=16489] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16489/stat : 16489 (java) S 16468 16471 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108668870 10060525568 46864 33554432000 1073741824 1073778376 140734792691520 140636877425992 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16490] ppid=16468 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/16471/task/16490/stat : 16490 (java) R 16468 16471 8839 0 -1 4202560 25 0 0 0 120 0 0 0 20 0 22 0 108668890 10060525568 46864 33554432000 1073741824 1073778376 140734792691520 140636876370488 140637379279840 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16471/tid=16491] ppid=16468 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/16471/task/16491/stat : 16491 (java) R 16468 16471 8839 0 -1 4202560 97 0 0 0 119 2 0 0 20 0 22 0 108668890 10060525568 46864 33554432000 1073741824 1073778376 140734792691520 140636875317256 140637379360943 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16492] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16492/stat : 16492 (java) S 16468 16471 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108668890 10060525568 46864 33554432000 1073741824 1073778376 140734792691520 140636874265640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16493] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16493/stat : 16493 (java) S 16468 16471 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108668890 10060525568 46864 33554432000 1073741824 1073778376 140734792691520 140636873213096 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 5.12
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 4.22 4.16 4.06 5/219 16493
/proc/meminfo: memFree=27719408/32872528 swapFree=11372/178980
[pid=16471] ppid=16468 vsize=9824732 CPUtime=8.39 cores=0,2,4,6
/proc/16471/stat : 16471 (java) S 16468 16471 8839 0 -1 4202496 34341 0 1 0 827 12 0 0 20 0 22 0 108668863 10060525568 83182 33554432000 1073741824 1073778376 140734792691520 140734792682656 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16471/statm: 2456183 83182 2284 9 0 2446860 0
[pid=16471/tid=16473] ppid=16468 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/16471/task/16473/stat : 16473 (java) S 16468 16471 8839 0 -1 4202560 2416 0 1 0 22 1 0 0 20 0 22 0 108668864 10060525568 83182 33554432000 1073741824 1073778376 140734792691520 140637532001144 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16474] ppid=16468 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/16471/task/16474/stat : 16474 (java) S 16468 16471 8839 0 -1 4202560 117 0 0 0 2 0 0 0 20 0 22 0 108668866 10060525568 83182 33554432000 1073741824 1073778376 140734792691520 140637504452776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16475] ppid=16468 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/16471/task/16475/stat : 16475 (java) S 16468 16471 8839 0 -1 4202560 86 0 0 0 1 0 0 0 20 0 22 0 108668866 10060525568 83182 33554432000 1073741824 1073778376 140734792691520 140637503400232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16471/tid=16476] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16476/stat : 16476 (java) S 16468 16471 8839 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 108668866 10060525568 83182 33554432000 1073741824 1073778376 140734792691520 140637502347688 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16471/tid=16477] ppid=16468 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/16471/task/16477/stat : 16477 (java) S 16468 16471 8839 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 108668866 10060525568 83182 33554432000 1073741824 1073778376 140734792691520 140637501295144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16471/tid=16478] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16478/stat : 16478 (java) S 16468 16471 8839 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 108668866 10060525568 83182 33554432000 1073741824 1073778376 140734792691520 140637500242600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16479] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16479/stat : 16479 (java) S 16468 16471 8839 0 -1 4202560 105 0 0 0 0 0 0 0 20 0 22 0 108668866 10060525568 83182 33554432000 1073741824 1073778376 140734792691520 140637499190056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16480] ppid=16468 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/16471/task/16480/stat : 16480 (java) S 16468 16471 8839 0 -1 4202560 103 0 0 0 2 0 0 0 20 0 22 0 108668866 10060525568 83182 33554432000 1073741824 1073778376 140734792691520 140637498137512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16481] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16481/stat : 16481 (java) S 16468 16471 8839 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108668866 10060525568 83182 33554432000 1073741824 1073778376 140734792691520 140637367741480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16482] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16482/stat : 16482 (java) S 16468 16471 8839 0 -1 4202560 185 0 0 0 0 0 0 0 20 0 22 0 108668867 10060525568 83182 33554432000 1073741824 1073778376 140734792691520 140636884793448 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16471/tid=16483] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16483/stat : 16483 (java) S 16468 16471 8839 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108668867 10060525568 83182 33554432000 1073741824 1073778376 140734792691520 140636883739768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16484] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16484/stat : 16484 (java) S 16468 16471 8839 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108668867 10060525568 83182 33554432000 1073741824 1073778376 140734792691520 140636882687112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16485] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16485/stat : 16485 (java) S 16468 16471 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108668870 10060525568 83182 33554432000 1073741824 1073778376 140734792691520 140636881635856 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16486] ppid=16468 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/16471/task/16486/stat : 16486 (java) S 16468 16471 8839 0 -1 4202560 13715 0 0 0 118 2 0 0 20 0 22 0 108668870 10060525568 83182 33554432000 1073741824 1073778376 140734792691520 140636880583224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16487] ppid=16468 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/16471/task/16487/stat : 16487 (java) S 16468 16471 8839 0 -1 4202560 16139 0 0 0 120 2 0 0 20 0 22 0 108668870 10060525568 83182 33554432000 1073741824 1073778376 140734792691520 140636879530680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16471/tid=16488] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16488/stat : 16488 (java) S 16468 16471 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108668870 10060525568 83182 33554432000 1073741824 1073778376 140734792691520 140636878478328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16471/tid=16489] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16489/stat : 16489 (java) S 16468 16471 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108668870 10060525568 83182 33554432000 1073741824 1073778376 140734792691520 140636877425992 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16490] ppid=16468 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/16471/task/16490/stat : 16490 (java) R 16468 16471 8839 0 -1 4202560 26 0 0 0 274 0 0 0 20 0 22 0 108668890 10060525568 83182 33554432000 1073741824 1073778376 140734792691520 140636876368160 140637379241183 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16491] ppid=16468 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/16471/task/16491/stat : 16491 (java) R 16468 16471 8839 0 -1 4202560 158 0 0 0 272 4 0 0 20 0 22 0 108668890 10060525568 83182 33554432000 1073741824 1073778376 140734792691520 140636875317240 140637379335232 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16471/tid=16492] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16492/stat : 16492 (java) S 16468 16471 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108668890 10060525568 83182 33554432000 1073741824 1073778376 140734792691520 140636874265640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16493] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16493/stat : 16493 (java) S 16468 16471 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108668890 10060525568 83182 33554432000 1073741824 1073778376 140734792691520 140636873213096 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.39
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.20 4.16 4.06 5/219 16493
/proc/meminfo: memFree=27409500/32872528 swapFree=11372/178980
[pid=16471] ppid=16468 vsize=9824732 CPUtime=14.87 cores=0,2,4,6
/proc/16471/stat : 16471 (java) S 16468 16471 8839 0 -1 4202496 35037 0 1 0 1467 20 0 0 20 0 22 0 108668863 10060525568 206425 33554432000 1073741824 1073778376 140734792691520 140734792682656 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16471/statm: 2456183 206425 2284 9 0 2446860 0
[pid=16471/tid=16473] ppid=16468 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/16471/task/16473/stat : 16473 (java) S 16468 16471 8839 0 -1 4202560 2416 0 1 0 22 1 0 0 20 0 22 0 108668864 10060525568 206425 33554432000 1073741824 1073778376 140734792691520 140637532001144 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16474] ppid=16468 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/16471/task/16474/stat : 16474 (java) S 16468 16471 8839 0 -1 4202560 139 0 0 0 2 1 0 0 20 0 22 0 108668866 10060525568 206425 33554432000 1073741824 1073778376 140734792691520 140637504452776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16475] ppid=16468 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/16471/task/16475/stat : 16475 (java) S 16468 16471 8839 0 -1 4202560 93 0 0 0 2 0 0 0 20 0 22 0 108668866 10060525568 206425 33554432000 1073741824 1073778376 140734792691520 140637503400232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16476] ppid=16468 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/16471/task/16476/stat : 16476 (java) S 16468 16471 8839 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 108668866 10060525568 206425 33554432000 1073741824 1073778376 140734792691520 140637502347688 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16471/tid=16477] ppid=16468 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/16471/task/16477/stat : 16477 (java) S 16468 16471 8839 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 22 0 108668866 10060525568 206425 33554432000 1073741824 1073778376 140734792691520 140637501295144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16478] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16478/stat : 16478 (java) S 16468 16471 8839 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 108668866 10060525568 206425 33554432000 1073741824 1073778376 140734792691520 140637500242600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16479] ppid=16468 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/16471/task/16479/stat : 16479 (java) S 16468 16471 8839 0 -1 4202560 105 0 0 0 1 0 0 0 20 0 22 0 108668866 10060525568 206425 33554432000 1073741824 1073778376 140734792691520 140637499190056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16480] ppid=16468 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/16471/task/16480/stat : 16480 (java) S 16468 16471 8839 0 -1 4202560 103 0 0 0 2 0 0 0 20 0 22 0 108668866 10060525568 206425 33554432000 1073741824 1073778376 140734792691520 140637498137512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16481] ppid=16468 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/16471/task/16481/stat : 16481 (java) S 16468 16471 8839 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 108668866 10060525568 206425 33554432000 1073741824 1073778376 140734792691520 140637367741480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16471/tid=16482] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16482/stat : 16482 (java) S 16468 16471 8839 0 -1 4202560 435 0 0 0 0 0 0 0 20 0 22 0 108668867 10060525568 206425 33554432000 1073741824 1073778376 140734792691520 140636884793448 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16483] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16483/stat : 16483 (java) S 16468 16471 8839 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108668867 10060525568 206425 33554432000 1073741824 1073778376 140734792691520 140636883739768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16484] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16484/stat : 16484 (java) S 16468 16471 8839 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108668867 10060525568 206425 33554432000 1073741824 1073778376 140734792691520 140636882687112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16485] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16485/stat : 16485 (java) S 16468 16471 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108668870 10060525568 206425 33554432000 1073741824 1073778376 140734792691520 140636881635856 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16486] ppid=16468 vsize=9824732 CPUtime=1.24 cores=0,2,4,6

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

/proc/16471/task/16476/stat : 16476 (java) S 16468 16471 8839 0 -1 4202560 357 0 0 0 283 6 0 0 20 0 22 0 108668866 10060525568 607530 33554432000 1073741824 1073778376 140734792691520 140637502347688 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16477] ppid=16468 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/16471/task/16477/stat : 16477 (java) S 16468 16471 8839 0 -1 4202560 383 0 0 0 286 6 0 0 20 0 22 0 108668866 10060525568 607530 33554432000 1073741824 1073778376 140734792691520 140637501295144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16478] ppid=16468 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/16471/task/16478/stat : 16478 (java) S 16468 16471 8839 0 -1 4202560 333 0 0 0 268 6 0 0 20 0 22 0 108668866 10060525568 607530 33554432000 1073741824 1073778376 140734792691520 140637500242600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16471/tid=16479] ppid=16468 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/16471/task/16479/stat : 16479 (java) S 16468 16471 8839 0 -1 4202560 462 0 0 0 284 6 0 0 20 0 22 0 108668866 10060525568 607530 33554432000 1073741824 1073778376 140734792691520 140637499190056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16480] ppid=16468 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/16471/task/16480/stat : 16480 (java) S 16468 16471 8839 0 -1 4202560 457 0 0 0 283 7 0 0 20 0 22 0 108668866 10060525568 607530 33554432000 1073741824 1073778376 140734792691520 140637498137512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16481] ppid=16468 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/16471/task/16481/stat : 16481 (java) S 16468 16471 8839 0 -1 4202560 359 0 0 0 289 8 0 0 20 0 22 0 108668866 10060525568 607530 33554432000 1073741824 1073778376 140734792691520 140637367741480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16471/tid=16482] ppid=16468 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/16471/task/16482/stat : 16482 (java) S 16468 16471 8839 0 -1 4202560 1445 0 0 0 122 28 0 0 20 0 22 0 108668867 10060525568 607530 33554432000 1073741824 1073778376 140734792691520 140636884793448 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16471/tid=16483] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16483/stat : 16483 (java) S 16468 16471 8839 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108668867 10060525568 607530 33554432000 1073741824 1073778376 140734792691520 140636883739768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16484] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16484/stat : 16484 (java) S 16468 16471 8839 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108668867 10060525568 607530 33554432000 1073741824 1073778376 140734792691520 140636882687112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16485] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16485/stat : 16485 (java) S 16468 16471 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108668870 10060525568 607530 33554432000 1073741824 1073778376 140734792691520 140636881635856 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16486] ppid=16468 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/16471/task/16486/stat : 16486 (java) S 16468 16471 8839 0 -1 4202560 13724 0 0 0 134 2 0 0 20 0 22 0 108668870 10060525568 607530 33554432000 1073741824 1073778376 140734792691520 140636880583224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16487] ppid=16468 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/16471/task/16487/stat : 16487 (java) S 16468 16471 8839 0 -1 4202560 20918 0 0 0 181 3 0 0 20 0 22 0 108668870 10060525568 607530 33554432000 1073741824 1073778376 140734792691520 140636879530680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16471/tid=16488] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16488/stat : 16488 (java) S 16468 16471 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108668870 10060525568 607530 33554432000 1073741824 1073778376 140734792691520 140636878478328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16471/tid=16489] ppid=16468 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/16471/task/16489/stat : 16489 (java) S 16468 16471 8839 0 -1 4202560 50 0 0 0 19 17 0 0 20 0 22 0 108668870 10060525568 607530 33554432000 1073741824 1073778376 140734792691520 140636877425992 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16471/tid=16490] ppid=16468 vsize=9824732 CPUtime=871.23 cores=0,2,4,6
/proc/16471/task/16490/stat : 16490 (java) R 16468 16471 8839 0 -1 4202560 108 0 0 0 87109 14 0 0 20 0 22 0 108668890 10060525568 607530 33554432000 1073741824 1073778376 140734792691520 140636876369072 140637379241183 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16491] ppid=16468 vsize=9824732 CPUtime=871.28 cores=0,2,4,6
/proc/16471/task/16491/stat : 16491 (java) R 16468 16471 8839 0 -1 4202560 1749 0 0 0 87075 53 0 0 20 0 22 0 108668890 10060525568 607530 33554432000 1073741824 1073778376 140734792691520 140636875317632 140637379300410 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16471/tid=16492] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16492/stat : 16492 (java) S 16468 16471 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108668890 10060525568 607530 33554432000 1073741824 1073778376 140734792691520 140636874265640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16493] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16493/stat : 16493 (java) S 16468 16471 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108668890 10060525568 607530 33554432000 1073741824 1073778376 140734792691520 140636873213096 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1775.18
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.701 s]
/proc/loadavg: 4.01 3.88 3.94 5/218 16816
/proc/meminfo: memFree=26077272/32872528 swapFree=11372/178980
[pid=16471] ppid=16468 vsize=9824732 CPUtime=1800.04 cores=0,2,4,6
/proc/16471/stat : 16471 (java) S 16468 16471 8839 0 -1 4202496 44947 0 1 0 179862 142 0 0 20 0 22 0 108668863 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140734792682656 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16471/statm: 2456183 606969 2293 9 0 2446860 0
[pid=16471/tid=16473] ppid=16468 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/16471/task/16473/stat : 16473 (java) S 16468 16471 8839 0 -1 4202560 2424 0 1 0 24 3 0 0 20 0 22 0 108668864 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140637532001144 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16474] ppid=16468 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/16471/task/16474/stat : 16474 (java) S 16468 16471 8839 0 -1 4202560 472 0 0 0 280 7 0 0 20 0 22 0 108668866 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140637504452776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16471/tid=16475] ppid=16468 vsize=9824732 CPUtime=3.05 cores=0,2,4,6
/proc/16471/task/16475/stat : 16475 (java) S 16468 16471 8839 0 -1 4202560 439 0 0 0 298 7 0 0 20 0 22 0 108668866 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140637503400232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16476] ppid=16468 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/16471/task/16476/stat : 16476 (java) S 16468 16471 8839 0 -1 4202560 357 0 0 0 285 6 0 0 20 0 22 0 108668866 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140637502347688 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16477] ppid=16468 vsize=9824732 CPUtime=2.95 cores=0,2,4,6
/proc/16471/task/16477/stat : 16477 (java) S 16468 16471 8839 0 -1 4202560 383 0 0 0 289 6 0 0 20 0 22 0 108668866 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140637501295144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16478] ppid=16468 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/16471/task/16478/stat : 16478 (java) S 16468 16471 8839 0 -1 4202560 333 0 0 0 271 6 0 0 20 0 22 0 108668866 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140637500242600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16479] ppid=16468 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/16471/task/16479/stat : 16479 (java) S 16468 16471 8839 0 -1 4202560 462 0 0 0 286 6 0 0 20 0 22 0 108668866 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140637499190056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16480] ppid=16468 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/16471/task/16480/stat : 16480 (java) S 16468 16471 8839 0 -1 4202560 457 0 0 0 285 7 0 0 20 0 22 0 108668866 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140637498137512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16481] ppid=16468 vsize=9824732 CPUtime=3 cores=0,2,4,6
/proc/16471/task/16481/stat : 16481 (java) S 16468 16471 8839 0 -1 4202560 359 0 0 0 292 8 0 0 20 0 22 0 108668866 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140637367741480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16471/tid=16482] ppid=16468 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/16471/task/16482/stat : 16482 (java) S 16468 16471 8839 0 -1 4202560 1445 0 0 0 122 28 0 0 20 0 22 0 108668867 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140636884793448 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16483] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16483/stat : 16483 (java) S 16468 16471 8839 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108668867 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140636883739768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16484] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16484/stat : 16484 (java) S 16468 16471 8839 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108668867 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140636882687112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16485] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16485/stat : 16485 (java) S 16468 16471 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108668870 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140636881635856 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16486] ppid=16468 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/16471/task/16486/stat : 16486 (java) S 16468 16471 8839 0 -1 4202560 13724 0 0 0 134 2 0 0 20 0 22 0 108668870 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140636880583224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16487] ppid=16468 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/16471/task/16487/stat : 16487 (java) S 16468 16471 8839 0 -1 4202560 20918 0 0 0 181 3 0 0 20 0 22 0 108668870 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140636879530680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16471/tid=16488] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16488/stat : 16488 (java) S 16468 16471 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108668870 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140636878478328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16471/tid=16489] ppid=16468 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/16471/task/16489/stat : 16489 (java) S 16468 16471 8839 0 -1 4202560 50 0 0 0 19 17 0 0 20 0 22 0 108668870 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140636877425992 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16471/tid=16490] ppid=16468 vsize=9824732 CPUtime=883.53 cores=0,2,4,6
/proc/16471/task/16490/stat : 16490 (java) R 16468 16471 8839 0 -1 4202560 109 0 0 0 88339 14 0 0 20 0 22 0 108668890 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140636876369072 140637379241183 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16491] ppid=16468 vsize=9824732 CPUtime=883.58 cores=0,2,4,6
/proc/16471/task/16491/stat : 16491 (java) R 16468 16471 8839 0 -1 4202560 1751 0 0 0 88305 53 0 0 20 0 22 0 108668890 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140636875317632 140637379710020 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16471/tid=16492] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16492/stat : 16492 (java) S 16468 16471 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108668890 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140636874265640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16493] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16493/stat : 16493 (java) S 16468 16471 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108668890 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140636873213096 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 16471 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.701 s]
/proc/loadavg: 4.01 3.88 3.94 5/218 16816
/proc/meminfo: memFree=26077272/32872528 swapFree=11372/178980
[pid=16471] ppid=16468 vsize=9824732 CPUtime=1800.04 cores=0,2,4,6
/proc/16471/stat : 16471 (java) S 16468 16471 8839 0 -1 4202496 44947 0 1 0 179862 142 0 0 20 0 22 0 108668863 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140734792682656 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16471/statm: 2456183 606969 2293 9 0 2446860 0
[pid=16471/tid=16473] ppid=16468 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/16471/task/16473/stat : 16473 (java) S 16468 16471 8839 0 -1 4202560 2424 0 1 0 24 3 0 0 20 0 22 0 108668864 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140637532001144 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16474] ppid=16468 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/16471/task/16474/stat : 16474 (java) S 16468 16471 8839 0 -1 4202560 472 0 0 0 280 7 0 0 20 0 22 0 108668866 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140637504452776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16471/tid=16475] ppid=16468 vsize=9824732 CPUtime=3.05 cores=0,2,4,6
/proc/16471/task/16475/stat : 16475 (java) S 16468 16471 8839 0 -1 4202560 439 0 0 0 298 7 0 0 20 0 22 0 108668866 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140637503400232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16476] ppid=16468 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/16471/task/16476/stat : 16476 (java) S 16468 16471 8839 0 -1 4202560 357 0 0 0 285 6 0 0 20 0 22 0 108668866 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140637502347688 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16477] ppid=16468 vsize=9824732 CPUtime=2.95 cores=0,2,4,6
/proc/16471/task/16477/stat : 16477 (java) S 16468 16471 8839 0 -1 4202560 383 0 0 0 289 6 0 0 20 0 22 0 108668866 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140637501295144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16478] ppid=16468 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/16471/task/16478/stat : 16478 (java) S 16468 16471 8839 0 -1 4202560 333 0 0 0 271 6 0 0 20 0 22 0 108668866 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140637500242600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16479] ppid=16468 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/16471/task/16479/stat : 16479 (java) S 16468 16471 8839 0 -1 4202560 462 0 0 0 286 6 0 0 20 0 22 0 108668866 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140637499190056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16480] ppid=16468 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/16471/task/16480/stat : 16480 (java) S 16468 16471 8839 0 -1 4202560 457 0 0 0 285 7 0 0 20 0 22 0 108668866 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140637498137512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16481] ppid=16468 vsize=9824732 CPUtime=3 cores=0,2,4,6
/proc/16471/task/16481/stat : 16481 (java) S 16468 16471 8839 0 -1 4202560 359 0 0 0 292 8 0 0 20 0 22 0 108668866 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140637367741480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16471/tid=16482] ppid=16468 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/16471/task/16482/stat : 16482 (java) S 16468 16471 8839 0 -1 4202560 1445 0 0 0 122 28 0 0 20 0 22 0 108668867 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140636884793448 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16483] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16483/stat : 16483 (java) S 16468 16471 8839 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108668867 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140636883739768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16484] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16484/stat : 16484 (java) S 16468 16471 8839 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108668867 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140636882687112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16485] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16485/stat : 16485 (java) S 16468 16471 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108668870 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140636881635856 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16471/tid=16486] ppid=16468 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/16471/task/16486/stat : 16486 (java) S 16468 16471 8839 0 -1 4202560 13724 0 0 0 134 2 0 0 20 0 22 0 108668870 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140636880583224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16487] ppid=16468 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/16471/task/16487/stat : 16487 (java) S 16468 16471 8839 0 -1 4202560 20918 0 0 0 181 3 0 0 20 0 22 0 108668870 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140636879530680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16471/tid=16488] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16488/stat : 16488 (java) S 16468 16471 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108668870 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140636878478328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16471/tid=16489] ppid=16468 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/16471/task/16489/stat : 16489 (java) S 16468 16471 8839 0 -1 4202560 50 0 0 0 19 17 0 0 20 0 22 0 108668870 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140636877425992 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16471/tid=16490] ppid=16468 vsize=9824732 CPUtime=883.53 cores=0,2,4,6
/proc/16471/task/16490/stat : 16490 (java) R 16468 16471 8839 0 -1 4202560 109 0 0 0 88339 14 0 0 20 0 22 0 108668890 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140636876369072 140637379241183 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16491] ppid=16468 vsize=9824732 CPUtime=883.58 cores=0,2,4,6
/proc/16471/task/16491/stat : 16491 (java) R 16468 16471 8839 0 -1 4202560 1751 0 0 0 88305 53 0 0 20 0 22 0 108668890 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140636875317632 140637379710020 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16471/tid=16492] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16492/stat : 16492 (java) S 16468 16471 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108668890 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140636874265640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16471/tid=16493] ppid=16468 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16471/task/16493/stat : 16493 (java) S 16468 16471 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108668890 10060525568 606969 33554432000 1073741824 1073778376 140734792691520 140636873213096 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16471 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=339218
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=903710
# CPU time returned by wait4() is 1796.24
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894.762
CPU time (s): 1800.04
CPU user time (s): 1798.62
CPU system time (s): 1.42
CPU usage (%): 201.175
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.34
system time used= 1.90371
maximum resident set size= 2849580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44989
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33815
involuntary context switches= 43554

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.2332 second user time and 7.78282 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-07 04:42:22
IDJOB=4080467
IDBENCH=89818
IDSOLVER=2543
FILE ID=node105/4080467-1465267342
RUNJOBID= node105-1465255598-8855
PBS_JOBID= 19843277
Free space on /tmp= 71640 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/heinz/normalized-neos-820146.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080467-1465267342/watcher-4080467-1465267342 -o /tmp/evaluation-result-4080467-1465267342/solver-4080467-1465267342 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1465255598-8855 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080467-1465267342.opb

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

MD5SUM BENCH= 04a6efcac49375b9407fbc5f15fae5c7
RANDOM SEED=172183442

node105.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.813
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.62
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.813
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.813
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.813
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.813
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.813
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.56
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.813
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.813
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:        28001228 kB
Buffers:          117420 kB
Cached:           299780 kB
SwapCached:         1752 kB
Active:          3743300 kB
Inactive:         205552 kB
Active(anon):    3532744 kB
Inactive(anon):     1592 kB
Active(file):     210556 kB
Inactive(file):   203960 kB
Unevictable:      178980 kB
Mlocked:           11372 kB
SwapTotal:      67108856 kB
SwapFree:       67098556 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:       3697736 kB
Mapped:            15464 kB
Shmem:                 0 kB
Slab:             603904 kB
SReclaimable:      47316 kB
SUnreclaim:       556588 kB
KernelStack:        1808 kB
PageTables:        11596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4096224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3618816 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= 71744 MiB
End job on node105 at 2016-06-07 04:57:17