Trace number 4095942

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.07 1799.14

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
subsetcard/normalized-subsetcard-geq-random4regular-40.opb
MD5SUM35fb4b3f708c3f335e03ca9e4ec15c01
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.010998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables161
Total number of constraints80
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 8
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4095942-1466099640.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.13	c ... done. Wall clock time 0.018s.
0.09/0.13	c declared #vars     161
0.09/0.13	c #constraints  80
0.09/0.13	c constraints type 
0.09/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
0.09/0.13	c 80 constraints processed.
0.69/0.44	c cleaning 2497 clauses out of 5002 with flag 38261/5002
0.92/0.66	c cleaning 4246 clauses out of 8503 with flag 82551/11000
1.25/0.97	c cleaning 5622 clauses out of 11257 with flag 139281/18000
1.66/1.36	c cleaning 6816 clauses out of 13635 with flag 201357/26000
2.17/1.87	c cleaning 7901 clauses out of 15819 with flag 283669/35000
2.77/2.45	c cleaning 8948 clauses out of 17918 with flag 365944/45000
3.47/3.18	c cleaning 9978 clauses out of 19971 with flag 462889/56001
4.37/4.07	c cleaning 10976 clauses out of 21992 with flag 562583/68000
5.37/5.09	c cleaning 11985 clauses out of 24016 with flag 667206/81000
6.67/6.34	c cleaning 13001 clauses out of 26031 with flag 789891/95000
7.97/7.68	c cleaning 14009 clauses out of 28031 with flag 909680/110001
9.57/9.23	c cleaning 15012 clauses out of 30023 with flag 1060806/126002
11.38/11.04	c cleaning 16002 clauses out of 32010 with flag 1200556/143001
13.37/13.05	c cleaning 16995 clauses out of 34010 with flag 1349963/161003
15.47/15.15	c cleaning 17997 clauses out of 36012 with flag 1512277/180000
18.27/17.94	c cleaning 18999 clauses out of 38017 with flag 1704083/200002
21.57/21.27	c cleaning 19997 clauses out of 40016 with flag 1904744/221000
25.37/25.02	c cleaning 21004 clauses out of 42024 with flag 2113498/243005
28.87/28.55	c cleaning 22003 clauses out of 44016 with flag 2321527/266001
32.28/31.93	c cleaning 23000 clauses out of 46012 with flag 2514372/290000
36.18/35.81	c cleaning 23989 clauses out of 48012 with flag 2718821/315000
40.88/40.50	c cleaning 25006 clauses out of 50023 with flag 2952859/341000
45.18/44.83	c cleaning 26004 clauses out of 52017 with flag 3181863/368000
49.98/49.68	c cleaning 27003 clauses out of 54014 with flag 3410739/396001
54.97/54.65	c cleaning 27996 clauses out of 56011 with flag 3655859/425001
60.48/60.19	c cleaning 28995 clauses out of 58014 with flag 3913036/455000
66.28/65.95	c cleaning 30001 clauses out of 60019 with flag 4160833/486000
72.28/71.98	c cleaning 31001 clauses out of 62018 with flag 4419517/518000
78.68/78.31	c cleaning 31994 clauses out of 64017 with flag 4686974/551000
85.28/84.92	c cleaning 33010 clauses out of 66025 with flag 4963008/585002
92.88/92.54	c cleaning 33989 clauses out of 68013 with flag 5256810/620000
102.09/101.77	c cleaning 35000 clauses out of 70025 with flag 5601269/656001
110.49/110.11	c cleaning 36012 clauses out of 72025 with flag 5890151/693001
118.69/118.30	c cleaning 36988 clauses out of 74012 with flag 6188597/731000
127.79/127.45	c cleaning 37998 clauses out of 76024 with flag 6500384/770000
138.42/138.04	c cleaning 39001 clauses out of 78028 with flag 6868353/810002
149.62/149.25	c cleaning 39991 clauses out of 80025 with flag 7289256/851000
161.42/161.05	c cleaning 41001 clauses out of 82036 with flag 7713506/893002
171.82/171.46	c cleaning 42014 clauses out of 84034 with flag 8067864/936001
183.03/182.61	c cleaning 43005 clauses out of 86020 with flag 8409209/980001
195.13/194.74	c cleaning 44000 clauses out of 88015 with flag 8762336/1025001
206.43/206.00	c cleaning 44995 clauses out of 90016 with flag 9136580/1071002
217.73/217.39	c cleaning 45987 clauses out of 92019 with flag 9513329/1118000
232.54/232.17	c cleaning 47007 clauses out of 94033 with flag 9884131/1166001
246.04/245.64	c cleaning 48006 clauses out of 96025 with flag 10264113/1215000
260.63/260.24	c cleaning 49003 clauses out of 98019 with flag 10644382/1265000
276.33/275.95	c cleaning 50004 clauses out of 100019 with flag 11022423/1316003
291.44/291.01	c cleaning 50989 clauses out of 102013 with flag 11413880/1368001
307.94/307.51	c cleaning 52001 clauses out of 104023 with flag 11834004/1421000
325.05/324.62	c cleaning 53003 clauses out of 106022 with flag 12239762/1475000
344.45/344.09	c cleaning 54008 clauses out of 108019 with flag 12683028/1530000
364.43/363.90	c cleaning 55005 clauses out of 110011 with flag 13095632/1586000
382.12/381.64	c cleaning 55985 clauses out of 112006 with flag 13517937/1643000
405.23/404.74	c cleaning 56990 clauses out of 114021 with flag 13980992/1701000
428.33/427.82	c cleaning 57995 clauses out of 116031 with flag 14502999/1760000
448.03/447.56	c cleaning 59002 clauses out of 118037 with flag 14979328/1820001
474.76/474.26	c cleaning 59999 clauses out of 120034 with flag 15448758/1881000
496.65/496.14	c cleaning 61012 clauses out of 122037 with flag 15901567/1943002
521.06/520.51	c cleaning 62006 clauses out of 124025 with flag 16349296/2006002
546.76/546.27	c cleaning 63001 clauses out of 126018 with flag 16825271/2070001
572.36/571.82	c cleaning 64003 clauses out of 128016 with flag 17299458/2135000
599.66/599.14	c cleaning 64997 clauses out of 130014 with flag 17772526/2201001
629.37/628.83	c cleaning 65996 clauses out of 132016 with flag 18266156/2268000
657.19/656.69	c cleaning 67000 clauses out of 134020 with flag 18770536/2336000
687.49/686.97	c cleaning 68006 clauses out of 136020 with flag 19252006/2405000
717.78/717.11	c cleaning 69004 clauses out of 138014 with flag 19729531/2475000
748.08/747.43	c cleaning 69994 clauses out of 140010 with flag 20242615/2546000
778.78/778.16	c cleaning 71003 clauses out of 142016 with flag 20739335/2618000
811.30/810.68	c cleaning 72006 clauses out of 144013 with flag 21213390/2691000
845.90/845.28	c cleaning 72997 clauses out of 146008 with flag 21719791/2765001
882.91/882.23	c cleaning 73997 clauses out of 148011 with flag 22216035/2840001
918.52/917.82	c cleaning 74990 clauses out of 150013 with flag 22750038/2916000
961.23/960.55	c cleaning 75993 clauses out of 152025 with flag 23310405/2993002
998.83/998.14	c cleaning 77008 clauses out of 154030 with flag 23822024/3071000
1041.05/1040.31	c cleaning 78004 clauses out of 156024 with flag 24360604/3150002
1079.44/1078.77	c cleaning 79001 clauses out of 158018 with flag 24894753/3230000
1117.98/1117.24	c cleaning 80000 clauses out of 160018 with flag 25424497/3311001
1171.78/1171.07	c cleaning 81004 clauses out of 162018 with flag 26089290/3393001
1214.00/1213.22	c cleaning 82002 clauses out of 164013 with flag 26625887/3476000
1258.80/1258.09	c cleaning 83002 clauses out of 166011 with flag 27167261/3560000
1305.12/1304.34	c cleaning 83997 clauses out of 168009 with flag 27693755/3645000
1353.82/1353.06	c cleaning 84998 clauses out of 170013 with flag 28234472/3731001
1407.02/1406.22	c cleaning 86000 clauses out of 172016 with flag 28819403/3818002
1461.04/1460.29	c cleaning 87003 clauses out of 174014 with flag 29365520/3906000
1514.35/1513.52	c cleaning 87992 clauses out of 176012 with flag 29922684/3995001
1566.24/1565.36	c cleaning 89006 clauses out of 178020 with flag 30483264/4085001
1622.54/1621.69	c cleaning 90003 clauses out of 180013 with flag 31086337/4176000
1672.96/1672.04	c cleaning 90994 clauses out of 182010 with flag 31698826/4268000
1732.77/1731.87	c cleaning 92007 clauses out of 184017 with flag 32351154/4361001
1790.87/1789.93	c cleaning 92992 clauses out of 186009 with flag 32940621/4455000
1800.07/1799.10	c starts		: 19739
1800.07/1799.10	c conflicts		: 4478637
1800.07/1799.10	c decisions		: 6420384
1800.07/1799.10	c propagations		: 114454473
1800.07/1799.10	c inspects		: 42692704335
1800.07/1799.10	c shortcuts		: 0
1800.07/1799.10	c learnt literals	: 0
1800.07/1799.10	c learnt binary clauses	: 0
1800.07/1799.10	c learnt ternary clauses	: 0
1800.07/1799.10	c learnt constraints	: 4478637
1800.07/1799.10	c ignored constraints	: 0
1800.07/1799.10	c root simplifications	: 0
1800.07/1799.10	c removed literals (reason simplification)	: 0
1800.07/1799.10	c reason swapping (by a shorter reason)	: 0
1800.07/1799.10	c Calls to reduceDB	: 90
1800.07/1799.10	c Number of update (reduction) of LBD	: 1381670
1800.07/1799.10	c Imported unit clauses	: 0
1800.07/1799.10	c number of reductions to clauses (during analyze)	: 0
1800.07/1799.10	c number of learned constraints concerned by reduction	: 0
1800.07/1799.10	c number of learning phase by resolution	: 0
1800.07/1799.10	c number of learning phase by cutting planes	: 0
1800.07/1799.10	c speed (assignments/second)	: 63622.22938681579
1800.07/1799.10	c non guided choices	51
1800.07/1799.10	c timeout
1800.07/1799.13	c learnt constraints type 
1800.07/1799.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 116655
1800.07/1799.13	s UNKNOWN
1800.07/1799.13	c Total wall clock time (in seconds): 1799.017

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

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

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


[startup+0 s]
/proc/loadavg: 2.25 2.24 2.15 3/192 14732
/proc/meminfo: memFree=30357132/32872528 swapFree=1315980/1463148
[pid=14732] ppid=14729 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/14732/stat : 14732 (java) D 14729 14732 14504 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 12010952 9515008 176 33554432000 1073741824 1073778376 140737057201888 140737057184616 227512501136 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/14732/statm: 2323 176 133 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 2.25 2.24 2.15 3/192 14732
/proc/meminfo: memFree=30357132/32872528 swapFree=1315980/1463148
[pid=14732] ppid=14729 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/14732/stat : 14732 (java) S 14729 14732 14504 0 -1 4202496 4410 0 1 0 8 1 0 0 20 0 18 0 12010952 9787879424 6039 33554432000 1073741824 1073778376 140737057201888 140737057193024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14732/statm: 2389619 6039 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200226 s]
/proc/loadavg: 2.25 2.24 2.15 3/192 14732
/proc/meminfo: memFree=30357132/32872528 swapFree=1315980/1463148
[pid=14732] ppid=14729 vsize=9625464 CPUtime=0.29 cores=1,3,5,7
/proc/14732/stat : 14732 (java) S 14729 14732 14504 0 -1 4202496 6620 0 1 0 28 1 0 0 20 0 19 0 12010952 9856475136 7530 33554432000 1073741824 1073778376 140737057201888 140737057193024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14732/statm: 2406366 7557 2223 9 0 2397043 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625464

[startup+0.300336 s]
/proc/loadavg: 2.25 2.24 2.15 3/192 14732
/proc/meminfo: memFree=30357132/32872528 swapFree=1315980/1463148
[pid=14732] ppid=14729 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/14732/stat : 14732 (java) S 14729 14732 14504 0 -1 4202496 8144 0 1 0 52 1 0 0 20 0 19 0 12010952 9856040960 8009 33554432000 1073741824 1073778376 140737057201888 140737057193024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14732/statm: 2406260 8009 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700231 s]
/proc/loadavg: 2.25 2.24 2.15 3/192 14732
/proc/meminfo: memFree=30357132/32872528 swapFree=1315980/1463148
[pid=14732] ppid=14729 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/14732/stat : 14732 (java) S 14729 14732 14504 0 -1 4202496 8852 0 1 0 104 1 0 0 20 0 19 0 12010952 9856040960 8700 33554432000 1073741824 1073778376 140737057201888 140737057193024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14732/statm: 2406260 8700 2239 9 0 2396937 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.25 2.24 2.15 3/211 14751
/proc/meminfo: memFree=30328656/32872528 swapFree=1315980/1463148
[pid=14732] ppid=14729 vsize=9625040 CPUtime=1.87 cores=1,3,5,7
/proc/14732/stat : 14732 (java) S 14729 14732 14504 0 -1 4202496 8856 0 1 0 186 1 0 0 20 0 19 0 12010952 9856040960 9725 33554432000 1073741824 1073778376 140737057201888 140737057193024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14732/statm: 2406260 9725 2240 9 0 2396937 0
[pid=14732/tid=14734] ppid=14729 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/14732/task/14734/stat : 14734 (java) R 14729 14732 14504 0 -1 4202560 2403 0 1 0 146 0 0 0 20 0 19 0 12010953 9856040960 9725 33554432000 1073741824 1073778376 140737057201888 140172712216896 140172583204677 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14732/tid=14735] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14735/stat : 14735 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010954 9856040960 9725 33554432000 1073741824 1073778376 140737057201888 140172701280808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14736] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14736/stat : 14736 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010954 9856040960 9725 33554432000 1073741824 1073778376 140737057201888 140172555139496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14732/tid=14737] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14737/stat : 14737 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010954 9856040960 9725 33554432000 1073741824 1073778376 140737057201888 140172554086696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14732/tid=14738] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14738/stat : 14738 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010954 9856040960 9725 33554432000 1073741824 1073778376 140737057201888 140172553033896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14732/tid=14739] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14739/stat : 14739 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010954 9856040960 9725 33554432000 1073741824 1073778376 140737057201888 140172551982120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14740] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14740/stat : 14740 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010954 9856040960 9725 33554432000 1073741824 1073778376 140737057201888 140172550929320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14732/tid=14741] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14741/stat : 14741 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010954 9856040960 9725 33554432000 1073741824 1073778376 140737057201888 140172549876520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14732/tid=14742] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14742/stat : 14742 (java) S 14729 14732 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12010954 9856040960 9725 33554432000 1073741824 1073778376 140737057201888 140172548823720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14743] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14743/stat : 14743 (java) S 14729 14732 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12010956 9856040960 9725 33554432000 1073741824 1073778376 140737057201888 140172536412648 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14732/tid=14744] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14744/stat : 14744 (java) S 14729 14732 14504 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12010956 9856040960 9725 33554432000 1073741824 1073778376 140737057201888 140172535358712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14745] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14745/stat : 14745 (java) S 14729 14732 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12010956 9856040960 9725 33554432000 1073741824 1073778376 140737057201888 140172534305800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14746] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14746/stat : 14746 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010958 9856040960 9725 33554432000 1073741824 1073778376 140737057201888 140172533254288 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14747] ppid=14729 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/14732/task/14747/stat : 14747 (java) S 14729 14732 14504 0 -1 4202560 1572 0 0 0 16 0 0 0 20 0 19 0 12010958 9856040960 9725 33554432000 1073741824 1073778376 140737057201888 140172532202424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14748] ppid=14729 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/14732/task/14748/stat : 14748 (java) S 14729 14732 14504 0 -1 4202560 3611 0 0 0 21 0 0 0 20 0 19 0 12010958 9856040960 9725 33554432000 1073741824 1073778376 140737057201888 140172531149624 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14732/tid=14749] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14749/stat : 14749 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010958 9856040960 9725 33554432000 1073741824 1073778376 140737057201888 140172530097016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14732/tid=14750] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14750/stat : 14750 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010958 9856040960 9725 33554432000 1073741824 1073778376 140737057201888 140172529044424 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14732/tid=14751] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14751/stat : 14751 (java) S 14729 14732 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12010966 9856040960 9725 33554432000 1073741824 1073778376 140737057201888 140172527989928 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9625040

[startup+3.10069 s]
/proc/loadavg: 2.25 2.24 2.15 4/211 14751
/proc/meminfo: memFree=30324064/32872528 swapFree=1315980/1463148
[pid=14732] ppid=14729 vsize=9625040 CPUtime=3.47 cores=1,3,5,7
/proc/14732/stat : 14732 (java) S 14729 14732 14504 0 -1 4202496 8858 0 1 0 346 1 0 0 20 0 19 0 12010952 9856040960 10749 33554432000 1073741824 1073778376 140737057201888 140737057193024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14732/statm: 2406260 10749 2240 9 0 2396937 0
[pid=14732/tid=14734] ppid=14729 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/14732/task/14734/stat : 14734 (java) R 14729 14732 14504 0 -1 4202560 2405 0 1 0 306 0 0 0 20 0 19 0 12010953 9856040960 10749 33554432000 1073741824 1073778376 140737057201888 140172712210128 140172583204367 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14732/tid=14735] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14735/stat : 14735 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010954 9856040960 10749 33554432000 1073741824 1073778376 140737057201888 140172701280808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14736] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14736/stat : 14736 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010954 9856040960 10749 33554432000 1073741824 1073778376 140737057201888 140172555139496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14732/tid=14737] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14737/stat : 14737 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010954 9856040960 10749 33554432000 1073741824 1073778376 140737057201888 140172554086696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14732/tid=14738] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14738/stat : 14738 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010954 9856040960 10749 33554432000 1073741824 1073778376 140737057201888 140172553033896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14732/tid=14739] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14739/stat : 14739 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010954 9856040960 10749 33554432000 1073741824 1073778376 140737057201888 140172551982120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14740] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14740/stat : 14740 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010954 9856040960 10749 33554432000 1073741824 1073778376 140737057201888 140172550929320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14732/tid=14741] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14741/stat : 14741 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010954 9856040960 10749 33554432000 1073741824 1073778376 140737057201888 140172549876520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14732/tid=14742] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14742/stat : 14742 (java) S 14729 14732 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12010954 9856040960 10749 33554432000 1073741824 1073778376 140737057201888 140172548823720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14743] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14743/stat : 14743 (java) S 14729 14732 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12010956 9856040960 10749 33554432000 1073741824 1073778376 140737057201888 140172536412648 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14732/tid=14744] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14744/stat : 14744 (java) S 14729 14732 14504 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12010956 9856040960 10749 33554432000 1073741824 1073778376 140737057201888 140172535358712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14745] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14745/stat : 14745 (java) S 14729 14732 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12010956 9856040960 10749 33554432000 1073741824 1073778376 140737057201888 140172534305800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14746] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14746/stat : 14746 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010958 9856040960 10749 33554432000 1073741824 1073778376 140737057201888 140172533254288 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14747] ppid=14729 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/14732/task/14747/stat : 14747 (java) S 14729 14732 14504 0 -1 4202560 1572 0 0 0 16 0 0 0 20 0 19 0 12010958 9856040960 10749 33554432000 1073741824 1073778376 140737057201888 140172532202424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14748] ppid=14729 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/14732/task/14748/stat : 14748 (java) S 14729 14732 14504 0 -1 4202560 3611 0 0 0 21 0 0 0 20 0 19 0 12010958 9856040960 10749 33554432000 1073741824 1073778376 140737057201888 140172531149624 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14732/tid=14749] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14749/stat : 14749 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010958 9856040960 10749 33554432000 1073741824 1073778376 140737057201888 140172530097016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14732/tid=14750] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14750/stat : 14750 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010958 9856040960 10749 33554432000 1073741824 1073778376 140737057201888 140172529044424 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14732/tid=14751] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14751/stat : 14751 (java) S 14729 14732 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12010966 9856040960 10749 33554432000 1073741824 1073778376 140737057201888 140172527989928 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.31 2.25 2.15 4/211 14751
/proc/meminfo: memFree=30318488/32872528 swapFree=1315980/1463148
[pid=14732] ppid=14729 vsize=9625040 CPUtime=6.67 cores=1,3,5,7
/proc/14732/stat : 14732 (java) S 14729 14732 14504 0 -1 4202496 8863 0 1 0 666 1 0 0 20 0 19 0 12010952 9856040960 12172 33554432000 1073741824 1073778376 140737057201888 140737057193024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14732/statm: 2406260 12172 2241 9 0 2396937 0
[pid=14732/tid=14734] ppid=14729 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/14732/task/14734/stat : 14734 (java) R 14729 14732 14504 0 -1 4202560 2409 0 1 0 625 0 0 0 20 0 19 0 12010953 9856040960 12172 33554432000 1073741824 1073778376 140737057201888 140172712210128 140172583204218 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14732/tid=14735] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14735/stat : 14735 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010954 9856040960 12172 33554432000 1073741824 1073778376 140737057201888 140172701280808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14736] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14736/stat : 14736 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010954 9856040960 12172 33554432000 1073741824 1073778376 140737057201888 140172555139496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14732/tid=14737] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14737/stat : 14737 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010954 9856040960 12172 33554432000 1073741824 1073778376 140737057201888 140172554086696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14732/tid=14738] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14738/stat : 14738 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010954 9856040960 12172 33554432000 1073741824 1073778376 140737057201888 140172553033896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14732/tid=14739] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14739/stat : 14739 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010954 9856040960 12172 33554432000 1073741824 1073778376 140737057201888 140172551982120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14740] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14740/stat : 14740 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010954 9856040960 12172 33554432000 1073741824 1073778376 140737057201888 140172550929320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14732/tid=14741] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14741/stat : 14741 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010954 9856040960 12172 33554432000 1073741824 1073778376 140737057201888 140172549876520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14732/tid=14742] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14742/stat : 14742 (java) S 14729 14732 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12010954 9856040960 12172 33554432000 1073741824 1073778376 140737057201888 140172548823720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14743] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14743/stat : 14743 (java) S 14729 14732 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12010956 9856040960 12172 33554432000 1073741824 1073778376 140737057201888 140172536412648 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14732/tid=14744] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14744/stat : 14744 (java) S 14729 14732 14504 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12010956 9856040960 12172 33554432000 1073741824 1073778376 140737057201888 140172535358712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14745] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14745/stat : 14745 (java) S 14729 14732 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12010956 9856040960 12172 33554432000 1073741824 1073778376 140737057201888 140172534305800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14746] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14746/stat : 14746 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010958 9856040960 12172 33554432000 1073741824 1073778376 140737057201888 140172533254288 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14747] ppid=14729 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/14732/task/14747/stat : 14747 (java) S 14729 14732 14504 0 -1 4202560 1572 0 0 0 16 0 0 0 20 0 19 0 12010958 9856040960 12172 33554432000 1073741824 1073778376 140737057201888 140172532202424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14748] ppid=14729 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/14732/task/14748/stat : 14748 (java) S 14729 14732 14504 0 -1 4202560 3611 0 0 0 21 0 0 0 20 0 19 0 12010958 9856040960 12172 33554432000 1073741824 1073778376 140737057201888 140172531149624 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14732/tid=14749] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14749/stat : 14749 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010958 9856040960 12172 33554432000 1073741824 1073778376 140737057201888 140172530097016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14732/tid=14750] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14750/stat : 14750 (java) S 14729 14732 14504 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12010958 9856040960 12172 33554432000 1073741824 1073778376 140737057201888 140172529044424 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14732/tid=14751] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14751/stat : 14751 (java) S 14729 14732 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12010966 9856040960 12172 33554432000 1073741824 1073778376 140737057201888 140172527989928 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 9625040


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

[pid=14732/tid=14751] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14751/stat : 14751 (java) S 14729 14732 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12010966 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172527989928 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1723.27
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.23 2.18 2.16 4/211 14884
/proc/meminfo: memFree=30079576/32872528 swapFree=1315980/1463148
[pid=14732] ppid=14729 vsize=9625040 CPUtime=1783.27 cores=1,3,5,7
/proc/14732/stat : 14732 (java) S 14729 14732 14504 0 -1 4202496 9645 0 1 0 178290 37 0 0 20 0 19 0 12010952 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140737057193024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14732/statm: 2406260 53549 2257 9 0 2396937 0
[pid=14732/tid=14734] ppid=14729 vsize=9625040 CPUtime=1777.6 cores=1,3,5,7
/proc/14732/task/14734/stat : 14734 (java) R 14729 14732 14504 0 -1 4202560 2470 0 1 0 177731 29 0 0 20 0 19 0 12010953 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172712210224 140172582780064 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14732/tid=14735] ppid=14729 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14732/task/14735/stat : 14735 (java) S 14729 14732 14504 0 -1 4202560 134 0 0 0 3 0 0 0 20 0 19 0 12010954 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172701280808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14736] ppid=14729 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14732/task/14736/stat : 14736 (java) S 14729 14732 14504 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 12010954 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172555139496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14732/tid=14737] ppid=14729 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14732/task/14737/stat : 14737 (java) S 14729 14732 14504 0 -1 4202560 2 0 0 0 1 0 0 0 20 0 19 0 12010954 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172554086696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14732/tid=14738] ppid=14729 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14732/task/14738/stat : 14738 (java) S 14729 14732 14504 0 -1 4202560 24 0 0 0 4 1 0 0 20 0 19 0 12010954 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172553033896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14739] ppid=14729 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/14732/task/14739/stat : 14739 (java) S 14729 14732 14504 0 -1 4202560 129 0 0 0 4 0 0 0 20 0 19 0 12010954 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172551982120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14732/tid=14740] ppid=14729 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14732/task/14740/stat : 14740 (java) S 14729 14732 14504 0 -1 4202560 122 0 0 0 2 1 0 0 20 0 19 0 12010954 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172550929320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14732/tid=14741] ppid=14729 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/14732/task/14741/stat : 14741 (java) S 14729 14732 14504 0 -1 4202560 48 0 0 0 4 0 0 0 20 0 19 0 12010954 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172549876520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14732/tid=14742] ppid=14729 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14732/task/14742/stat : 14742 (java) S 14729 14732 14504 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 12010954 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172548823720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14732/tid=14743] ppid=14729 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14732/task/14743/stat : 14743 (java) S 14729 14732 14504 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 19 0 12010956 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172536412648 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14732/tid=14744] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14744/stat : 14744 (java) S 14729 14732 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12010956 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172535358712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14745] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14745/stat : 14745 (java) S 14729 14732 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12010956 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172534305800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14746] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14746/stat : 14746 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010958 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172533254288 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14747] ppid=14729 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/14732/task/14747/stat : 14747 (java) S 14729 14732 14504 0 -1 4202560 1693 0 0 0 19 0 0 0 20 0 19 0 12010958 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172532202424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14732/tid=14748] ppid=14729 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/14732/task/14748/stat : 14748 (java) S 14729 14732 14504 0 -1 4202560 3611 0 0 0 21 0 0 0 20 0 19 0 12010958 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172531149624 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14732/tid=14749] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14749/stat : 14749 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010958 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172530097016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14732/tid=14750] ppid=14729 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/14732/task/14750/stat : 14750 (java) S 14729 14732 14504 0 -1 4202560 104 0 0 0 32 32 0 0 20 0 19 0 12010958 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172529044424 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14732/tid=14751] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14751/stat : 14751 (java) S 14729 14732 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12010966 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172527989928 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1783.27
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.1 s]
/proc/loadavg: 2.25 2.19 2.16 3/211 14885
/proc/meminfo: memFree=30079428/32872528 swapFree=1315980/1463148
[pid=14732] ppid=14729 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/14732/stat : 14732 (java) S 14729 14732 14504 0 -1 4202496 9645 0 1 0 179970 37 0 0 20 0 19 0 12010952 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140737057193024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14732/statm: 2406260 53549 2257 9 0 2396937 0
[pid=14732/tid=14734] ppid=14729 vsize=9625040 CPUtime=1794.36 cores=1,3,5,7
/proc/14732/task/14734/stat : 14734 (java) R 14729 14732 14504 0 -1 4202560 2470 0 1 0 179407 29 0 0 20 0 19 0 12010953 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172712210224 140172583204232 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14732/tid=14735] ppid=14729 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14732/task/14735/stat : 14735 (java) S 14729 14732 14504 0 -1 4202560 134 0 0 0 3 0 0 0 20 0 19 0 12010954 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172701280808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14736] ppid=14729 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14732/task/14736/stat : 14736 (java) S 14729 14732 14504 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 12010954 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172555139496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14732/tid=14737] ppid=14729 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14732/task/14737/stat : 14737 (java) S 14729 14732 14504 0 -1 4202560 2 0 0 0 1 0 0 0 20 0 19 0 12010954 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172554086696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14732/tid=14738] ppid=14729 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14732/task/14738/stat : 14738 (java) S 14729 14732 14504 0 -1 4202560 24 0 0 0 4 1 0 0 20 0 19 0 12010954 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172553033896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14739] ppid=14729 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/14732/task/14739/stat : 14739 (java) S 14729 14732 14504 0 -1 4202560 129 0 0 0 4 0 0 0 20 0 19 0 12010954 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172551982120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14732/tid=14740] ppid=14729 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14732/task/14740/stat : 14740 (java) S 14729 14732 14504 0 -1 4202560 122 0 0 0 2 1 0 0 20 0 19 0 12010954 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172550929320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14732/tid=14741] ppid=14729 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/14732/task/14741/stat : 14741 (java) S 14729 14732 14504 0 -1 4202560 48 0 0 0 4 0 0 0 20 0 19 0 12010954 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172549876520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14732/tid=14742] ppid=14729 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14732/task/14742/stat : 14742 (java) S 14729 14732 14504 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 12010954 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172548823720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14732/tid=14743] ppid=14729 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14732/task/14743/stat : 14743 (java) S 14729 14732 14504 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 19 0 12010956 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172536412648 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14732/tid=14744] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14744/stat : 14744 (java) S 14729 14732 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12010956 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172535358712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14745] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14745/stat : 14745 (java) S 14729 14732 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12010956 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172534305800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14746] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14746/stat : 14746 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010958 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172533254288 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14747] ppid=14729 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/14732/task/14747/stat : 14747 (java) S 14729 14732 14504 0 -1 4202560 1693 0 0 0 19 0 0 0 20 0 19 0 12010958 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172532202424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14732/tid=14748] ppid=14729 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/14732/task/14748/stat : 14748 (java) S 14729 14732 14504 0 -1 4202560 3611 0 0 0 21 0 0 0 20 0 19 0 12010958 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172531149624 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14732/tid=14749] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14749/stat : 14749 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010958 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172530097016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14732/tid=14750] ppid=14729 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/14732/task/14750/stat : 14750 (java) S 14729 14732 14504 0 -1 4202560 104 0 0 0 32 32 0 0 20 0 19 0 12010958 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172529044424 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14732/tid=14751] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14751/stat : 14751 (java) S 14729 14732 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12010966 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172527989928 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 14732 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1799.1 s]
/proc/loadavg: 2.25 2.19 2.16 3/211 14885
/proc/meminfo: memFree=30079428/32872528 swapFree=1315980/1463148
[pid=14732] ppid=14729 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/14732/stat : 14732 (java) S 14729 14732 14504 0 -1 4202496 9645 0 1 0 179970 37 0 0 20 0 19 0 12010952 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140737057193024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14732/statm: 2406260 53549 2257 9 0 2396937 0
[pid=14732/tid=14734] ppid=14729 vsize=9625040 CPUtime=1794.36 cores=1,3,5,7
/proc/14732/task/14734/stat : 14734 (java) R 14729 14732 14504 0 -1 4202560 2470 0 1 0 179407 29 0 0 20 0 19 0 12010953 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172712210224 140172583204232 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14732/tid=14735] ppid=14729 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14732/task/14735/stat : 14735 (java) S 14729 14732 14504 0 -1 4202560 134 0 0 0 3 0 0 0 20 0 19 0 12010954 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172701280808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14736] ppid=14729 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14732/task/14736/stat : 14736 (java) S 14729 14732 14504 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 12010954 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172555139496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14732/tid=14737] ppid=14729 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14732/task/14737/stat : 14737 (java) S 14729 14732 14504 0 -1 4202560 2 0 0 0 1 0 0 0 20 0 19 0 12010954 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172554086696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14732/tid=14738] ppid=14729 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14732/task/14738/stat : 14738 (java) S 14729 14732 14504 0 -1 4202560 24 0 0 0 4 1 0 0 20 0 19 0 12010954 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172553033896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14739] ppid=14729 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/14732/task/14739/stat : 14739 (java) S 14729 14732 14504 0 -1 4202560 129 0 0 0 4 0 0 0 20 0 19 0 12010954 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172551982120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14732/tid=14740] ppid=14729 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14732/task/14740/stat : 14740 (java) S 14729 14732 14504 0 -1 4202560 122 0 0 0 2 1 0 0 20 0 19 0 12010954 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172550929320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14732/tid=14741] ppid=14729 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/14732/task/14741/stat : 14741 (java) S 14729 14732 14504 0 -1 4202560 48 0 0 0 4 0 0 0 20 0 19 0 12010954 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172549876520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14732/tid=14742] ppid=14729 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14732/task/14742/stat : 14742 (java) S 14729 14732 14504 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 12010954 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172548823720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14732/tid=14743] ppid=14729 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14732/task/14743/stat : 14743 (java) S 14729 14732 14504 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 19 0 12010956 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172536412648 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14732/tid=14744] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14744/stat : 14744 (java) S 14729 14732 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12010956 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172535358712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14745] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14745/stat : 14745 (java) S 14729 14732 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12010956 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172534305800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14746] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14746/stat : 14746 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010958 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172533254288 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14732/tid=14747] ppid=14729 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/14732/task/14747/stat : 14747 (java) S 14729 14732 14504 0 -1 4202560 1693 0 0 0 19 0 0 0 20 0 19 0 12010958 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172532202424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14732/tid=14748] ppid=14729 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/14732/task/14748/stat : 14748 (java) S 14729 14732 14504 0 -1 4202560 3611 0 0 0 21 0 0 0 20 0 19 0 12010958 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172531149624 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14732/tid=14749] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14749/stat : 14749 (java) S 14729 14732 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12010958 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172530097016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14732/tid=14750] ppid=14729 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/14732/task/14750/stat : 14750 (java) S 14729 14732 14504 0 -1 4202560 104 0 0 0 32 32 0 0 20 0 19 0 12010958 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172529044424 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14732/tid=14751] ppid=14729 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14732/task/14751/stat : 14751 (java) S 14729 14732 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12010966 9856040960 53549 33554432000 1073741824 1073778376 140737057201888 140172527989928 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14732 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=228083
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=781881
# CPU time returned by wait4() is 1796.01
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1799.14
CPU time (s): 1800.07
CPU user time (s): 1799.7
CPU system time (s): 0.37
CPU usage (%): 100.052
Max. virtual memory (cumulated for all children) (KiB): 9625464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.23
system time used= 0.781881
maximum resident set size= 214376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9697
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38110
involuntary context switches= 2608

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3734 second user time and 12.882 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-16 19:54:00
IDJOB=4095942
IDBENCH=107543
IDSOLVER=2546
FILE ID=node121/4095942-1466099640
RUNJOBID= node121-1466098249-14521
PBS_JOBID= 19904064
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/subsetcard/normalized-subsetcard-geq-random4regular-40.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4095942-1466099640/watcher-4095942-1466099640 -o /tmp/evaluation-result-4095942-1466099640/solver-4095942-1466099640 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466098249-14521 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4095942-1466099640.opb

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

MD5SUM BENCH= 35fb4b3f708c3f335e03ca9e4ec15c01
RANDOM SEED=1217107495

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:        30357924 kB
Buffers:           33748 kB
Cached:            85080 kB
SwapCached:         2496 kB
Active:           281212 kB
Inactive:          68952 kB
Active(anon):     231820 kB
Inactive(anon):     1756 kB
Active(file):      49392 kB
Inactive(file):    67196 kB
Unevictable:     1463148 kB
Mlocked:         1315980 kB
SwapTotal:      67108856 kB
SwapFree:       67099740 kB
Dirty:               460 kB
Writeback:             0 kB
AnonPages:       1714996 kB
Mapped:            15244 kB
Shmem:                 0 kB
Slab:             566304 kB
SReclaimable:      10740 kB
SUnreclaim:       555564 kB
KernelStack:        1744 kB
PageTables:         7628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2175436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    385024 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 20:23:59