Trace number 4089887

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.74 1797.94

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v101-n1.opb
MD5SUM33c939f6e57bf0661e4ab1b4ab6b7cea
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 benchmark4.42633
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables303
Total number of constraints101
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)101
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4089887-1466034940.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.13	c ... done. Wall clock time 0.032s.
0.11/0.13	c declared #vars     303
0.11/0.13	c #constraints  202
0.11/0.13	c constraints type 
0.11/0.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 101
0.11/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 101
0.11/0.13	c 202 constraints processed.
0.82/0.59	c cleaning 2499 clauses out of 5002 with flag 48644/5002
1.49/1.11	c cleaning 4243 clauses out of 8501 with flag 118283/11000
2.19/1.83	c cleaning 5620 clauses out of 11258 with flag 204546/18000
3.20/2.80	c cleaning 6808 clauses out of 13639 with flag 304333/26001
4.32/3.94	c cleaning 7910 clauses out of 15832 with flag 419200/35002
5.72/5.37	c cleaning 8954 clauses out of 17920 with flag 550122/45000
7.43/7.05	c cleaning 9973 clauses out of 19967 with flag 699705/56001
9.34/8.98	c cleaning 10989 clauses out of 21997 with flag 854504/68004
11.73/11.33	c cleaning 11995 clauses out of 24006 with flag 1021620/81002
14.53/14.10	c cleaning 12999 clauses out of 26009 with flag 1192394/95000
17.43/17.03	c cleaning 13994 clauses out of 28011 with flag 1388005/110001
20.92/20.56	c cleaning 15000 clauses out of 30017 with flag 1605292/126001
24.63/24.24	c cleaning 16002 clauses out of 32018 with flag 1818433/143002
28.82/28.44	c cleaning 17003 clauses out of 34017 with flag 2041370/161003
33.62/33.26	c cleaning 17994 clauses out of 36014 with flag 2292138/180003
39.04/38.61	c cleaning 18998 clauses out of 38017 with flag 2543109/200000
44.78/44.31	c cleaning 19996 clauses out of 40025 with flag 2817196/221006
50.87/50.45	c cleaning 21001 clauses out of 42023 with flag 3105088/243000
57.48/57.04	c cleaning 21992 clauses out of 44022 with flag 3403495/266000
64.88/64.42	c cleaning 23001 clauses out of 46032 with flag 3729513/290002
72.67/72.21	c cleaning 24000 clauses out of 48030 with flag 4065037/315001
80.88/80.49	c cleaning 25004 clauses out of 50029 with flag 4399952/341000
89.47/89.06	c cleaning 26006 clauses out of 52025 with flag 4744191/368000
99.07/98.70	c cleaning 26998 clauses out of 54021 with flag 5118627/396002
109.97/109.58	c cleaning 27999 clauses out of 56022 with flag 5510216/425001
121.33/120.82	c cleaning 29001 clauses out of 58022 with flag 5901248/455000
132.83/132.30	c cleaning 30004 clauses out of 60023 with flag 6314877/486002
144.64/144.12	c cleaning 30998 clauses out of 62019 with flag 6752017/518002
157.63/157.11	c cleaning 31996 clauses out of 64019 with flag 7216871/551000
172.03/171.50	c cleaning 33002 clauses out of 66023 with flag 7690935/585000
186.53/186.01	c cleaning 33997 clauses out of 68021 with flag 8183466/620000
201.54/201.06	c cleaning 34998 clauses out of 70024 with flag 8681833/656000
217.90/217.39	c cleaning 36001 clauses out of 72028 with flag 9183606/693002
235.50/234.95	c cleaning 36998 clauses out of 74025 with flag 9694198/731000
252.50/251.99	c cleaning 37999 clauses out of 76029 with flag 10221241/770002
270.99/270.49	c cleaning 39007 clauses out of 78030 with flag 10767972/810002
291.99/291.42	c cleaning 39965 clauses out of 80023 with flag 11311315/851002
314.50/313.95	c cleaning 40974 clauses out of 82057 with flag 11857800/893001
338.51/337.83	c cleaning 42008 clauses out of 84085 with flag 12422972/936003
364.20/363.52	c cleaning 42992 clauses out of 86077 with flag 13032476/980003
390.80/390.18	c cleaning 43997 clauses out of 88082 with flag 13644739/1025000
419.30/418.66	c cleaning 44995 clauses out of 90086 with flag 14266188/1071001
447.50/446.86	c cleaning 46003 clauses out of 92090 with flag 14917105/1118000
477.25/476.46	c cleaning 46995 clauses out of 94087 with flag 15568219/1166000
508.94/508.11	c cleaning 48009 clauses out of 96094 with flag 16202606/1215002
542.84/542.02	c cleaning 49000 clauses out of 98083 with flag 16895864/1265000
578.66/577.81	c cleaning 50001 clauses out of 100083 with flag 17591611/1316000
617.17/616.16	c cleaning 51001 clauses out of 102082 with flag 18312642/1368000
657.77/656.72	c cleaning 51994 clauses out of 104081 with flag 19089602/1421000
701.17/700.13	c cleaning 53002 clauses out of 106087 with flag 19840259/1475000
749.59/748.53	c cleaning 53998 clauses out of 108086 with flag 20561570/1530001
798.26/797.08	c cleaning 55005 clauses out of 110089 with flag 21326505/1586002
843.47/842.26	c cleaning 55998 clauses out of 112083 with flag 22105012/1643001
891.46/890.22	c cleaning 56999 clauses out of 114085 with flag 22901180/1701001
943.54/942.17	c cleaning 57997 clauses out of 116085 with flag 23735277/1760000
995.95/994.52	c cleaning 59004 clauses out of 118089 with flag 24573045/1820001
1048.45/1046.82	c cleaning 59997 clauses out of 120086 with flag 25418275/1881002
1103.35/1101.79	c cleaning 60996 clauses out of 122087 with flag 26315780/1943000
1157.04/1155.40	c cleaning 62006 clauses out of 124091 with flag 27208430/2006000
1217.75/1216.09	c cleaning 63004 clauses out of 126087 with flag 28125521/2070002
1281.56/1279.83	c cleaning 63998 clauses out of 128081 with flag 29070823/2135000
1342.90/1341.03	c cleaning 65006 clauses out of 130083 with flag 30049568/2201000
1407.40/1405.55	c cleaning 65997 clauses out of 132077 with flag 30967739/2268000
1475.54/1473.69	c cleaning 66996 clauses out of 134080 with flag 31959441/2336000
1545.44/1543.55	c cleaning 67996 clauses out of 136084 with flag 32970027/2405000
1620.21/1618.23	c cleaning 69003 clauses out of 138090 with flag 33918584/2475002
1699.12/1697.13	c cleaning 69995 clauses out of 140085 with flag 34938746/2546000
1776.52/1774.48	c cleaning 71002 clauses out of 142090 with flag 35956925/2618000
1800.01/1797.90	c starts		: 40
1800.01/1797.90	c conflicts		: 2647355
1800.01/1797.90	c decisions		: 2870126
1800.01/1797.90	c propagations		: 75740651
1800.01/1797.90	c inspects		: 34078545987
1800.01/1797.90	c shortcuts		: 0
1800.01/1797.90	c learnt literals	: 0
1800.01/1797.90	c timeout
1800.01/1797.90	c learnt binary clauses	: 0
1800.01/1797.90	c learnt ternary clauses	: 0
1800.01/1797.90	c learnt constraints	: 2647355
1800.01/1797.90	c ignored constraints	: 0
1800.01/1797.90	c root simplifications	: 0
1800.01/1797.90	c removed literals (reason simplification)	: 0
1800.01/1797.90	c reason swapping (by a shorter reason)	: 0
1800.01/1797.90	c Calls to reduceDB	: 68
1800.01/1797.90	c Number of update (reduction) of LBD	: 845013
1800.01/1797.90	c Imported unit clauses	: 0
1800.01/1797.90	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.90	c number of learned constraints concerned by reduction	: 0
1800.01/1797.90	c number of learning phase by resolution	: 0
1800.01/1797.90	c number of learning phase by cutting planes	: 0
1800.01/1797.90	c speed (assignments/second)	: 42130.40455186907
1800.01/1797.90	c non guided choices	116
1800.01/1797.93	c learnt constraints type 
1800.01/1797.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 100443
1800.01/1797.93	s UNKNOWN
1800.01/1797.93	c Total wall clock time (in seconds): 1797.828

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

pid=9947
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.00 2.02 2.00 3/194 9950
/proc/meminfo: memFree=31272160/32872528 swapFree=162364/176672
[pid=9950] ppid=9947 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9950/stat : 9950 (java) S 9947 9950 4966 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 5543955 98570240 978 33554432000 1073741824 1073778376 140733786843648 140733786834784 224925876285 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9950/statm: 24065 978 744 9 0 16771 0
[pid=9950/tid=9951] ppid=9947 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9951/stat : 9951 (java) R 9947 9950 4966 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 5543956 98570240 978 33554432000 1073741824 1073778376 140733786843648 140622024863272 224922518912 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100166 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 9950
/proc/meminfo: memFree=31272160/32872528 swapFree=162364/176672
[pid=9950] ppid=9947 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/9950/stat : 9950 (java) S 9947 9950 4966 0 -1 4202496 4492 0 1 0 10 1 0 0 20 0 18 0 5543955 9787879424 6125 33554432000 1073741824 1073778376 140733786843648 140733786834784 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9950/statm: 2389619 6125 2157 9 0 2380296 0
[pid=9950/tid=9951] ppid=9947 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9950/task/9951/stat : 9951 (java) R 9947 9950 4966 0 -1 4202560 2379 0 1 0 7 0 0 0 20 0 18 0 5543956 9787879424 6126 33554432000 1073741824 1073778376 140733786843648 140622024866720 224925902093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200385 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 9950
/proc/meminfo: memFree=31272160/32872528 swapFree=162364/176672
[pid=9950] ppid=9947 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/9950/stat : 9950 (java) S 9947 9950 4966 0 -1 4202496 6912 0 1 0 29 2 0 0 20 0 19 0 5543955 9856040960 7571 33554432000 1073741824 1073778376 140733786843648 140733786834784 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9950/statm: 2406260 7571 2232 9 0 2396937 0
[pid=9950/tid=9951] ppid=9947 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9950/task/9951/stat : 9951 (java) R 9947 9950 4966 0 -1 4202560 2401 0 1 0 17 0 0 0 20 0 19 0 5543956 9856040960 7571 33554432000 1073741824 1073778376 140733786843648 140622024867944 140622032018917 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9625040

[startup+0.300381 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 9950
/proc/meminfo: memFree=31272160/32872528 swapFree=162364/176672
[pid=9950] ppid=9947 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/9950/stat : 9950 (java) S 9947 9950 4966 0 -1 4202496 7427 0 1 0 52 2 0 0 20 0 19 0 5543955 9856040960 8143 33554432000 1073741824 1073778376 140733786843648 140733786834784 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9950/statm: 2406260 8143 2237 9 0 2396937 0
[pid=9950/tid=9951] ppid=9947 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/9950/task/9951/stat : 9951 (java) R 9947 9950 4966 0 -1 4202560 2402 0 1 0 26 1 0 0 20 0 19 0 5543956 9856040960 8143 33554432000 1073741824 1073778376 140733786843648 140622024867944 140621877044691 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700305 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 9950
/proc/meminfo: memFree=31272160/32872528 swapFree=162364/176672
[pid=9950] ppid=9947 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/9950/stat : 9950 (java) S 9947 9950 4966 0 -1 4202496 8560 0 1 0 103 2 0 0 20 0 19 0 5543955 9856040960 8724 33554432000 1073741824 1073778376 140733786843648 140733786834784 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9950/statm: 2406260 8724 2254 9 0 2396937 0
[pid=9950/tid=9951] ppid=9947 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/9950/task/9951/stat : 9951 (java) R 9947 9950 4966 0 -1 4202560 2409 0 1 0 66 1 0 0 20 0 19 0 5543956 9856040960 8724 33554432000 1073741824 1073778376 140733786843648 140622024867944 140621876683763 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 9969
/proc/meminfo: memFree=31242800/32872528 swapFree=162364/176672
[pid=9950] ppid=9947 vsize=9625040 CPUtime=1.89 cores=1,3,5,7
/proc/9950/stat : 9950 (java) S 9947 9950 4966 0 -1 4202496 8573 0 1 0 187 2 0 0 20 0 19 0 5543955 9856040960 10269 33554432000 1073741824 1073778376 140733786843648 140733786834784 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9950/statm: 2406260 10269 2256 9 0 2396937 0
[pid=9950/tid=9951] ppid=9947 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/9950/task/9951/stat : 9951 (java) R 9947 9950 4966 0 -1 4202560 2413 0 1 0 146 2 0 0 20 0 19 0 5543956 9856040960 10269 33554432000 1073741824 1073778376 140733786843648 140622024859344 140621877072500 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9950/tid=9953] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9953/stat : 9953 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543956 9856040960 10269 33554432000 1073741824 1073778376 140733786843648 140621997320488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9954] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9954/stat : 9954 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543956 9856040960 10269 33554432000 1073741824 1073778376 140733786843648 140621996267688 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9950/tid=9955] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9955/stat : 9955 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543956 9856040960 10269 33554432000 1073741824 1073778376 140733786843648 140621995215400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9950/tid=9956] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9956/stat : 9956 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543956 9856040960 10269 33554432000 1073741824 1073778376 140733786843648 140621865593256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9950/tid=9957] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9957/stat : 9957 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543956 9856040960 10269 33554432000 1073741824 1073778376 140733786843648 140621864540968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9958] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9958/stat : 9958 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543956 9856040960 10269 33554432000 1073741824 1073778376 140733786843648 140621863488168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9950/tid=9959] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9959/stat : 9959 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543956 9856040960 10269 33554432000 1073741824 1073778376 140733786843648 140621862435880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9950/tid=9960] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9960/stat : 9960 (java) S 9947 9950 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5543956 9856040960 10269 33554432000 1073741824 1073778376 140733786843648 140621861383080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9961] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9961/stat : 9961 (java) S 9947 9950 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5543957 9856040960 10269 33554432000 1073741824 1073778376 140733786843648 140621378869480 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9962] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9962/stat : 9962 (java) S 9947 9950 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5543958 9856040960 10269 33554432000 1073741824 1073778376 140733786843648 140621377815544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9963] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9963/stat : 9963 (java) S 9947 9950 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5543958 9856040960 10269 33554432000 1073741824 1073778376 140733786843648 140621376763144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9964] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9964/stat : 9964 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543960 9856040960 10269 33554432000 1073741824 1073778376 140733786843648 140621375711632 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9965] ppid=9947 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/9950/task/9965/stat : 9965 (java) S 9947 9950 4966 0 -1 4202560 2723 0 0 0 19 0 0 0 20 0 19 0 5543960 9856040960 10269 33554432000 1073741824 1073778376 140733786843648 140621374659256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9966] ppid=9947 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/9950/task/9966/stat : 9966 (java) S 9947 9950 4966 0 -1 4202560 2164 0 0 0 18 0 0 0 20 0 19 0 5543960 9856040960 10269 33554432000 1073741824 1073778376 140733786843648 140621373606456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9950/tid=9967] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9967/stat : 9967 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543960 9856040960 10269 33554432000 1073741824 1073778376 140733786843648 140621372554360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9950/tid=9968] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9968/stat : 9968 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543960 9856040960 10269 33554432000 1073741824 1073778376 140733786843648 140621371501768 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9969] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9969/stat : 9969 (java) S 9947 9950 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5543969 9856040960 10269 33554432000 1073741824 1073778376 140733786843648 140621370446760 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 9969
/proc/meminfo: memFree=31236532/32872528 swapFree=162364/176672
[pid=9950] ppid=9947 vsize=9625040 CPUtime=3.52 cores=1,3,5,7
/proc/9950/stat : 9950 (java) S 9947 9950 4966 0 -1 4202496 8578 0 1 0 350 2 0 0 20 0 19 0 5543955 9856040960 11807 33554432000 1073741824 1073778376 140733786843648 140733786834784 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9950/statm: 2406260 11807 2257 9 0 2396937 0
[pid=9950/tid=9951] ppid=9947 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/9950/task/9951/stat : 9951 (java) R 9947 9950 4966 0 -1 4202560 2416 0 1 0 306 2 0 0 20 0 19 0 5543956 9856040960 11807 33554432000 1073741824 1073778376 140733786843648 140622024868120 140621877122690 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9950/tid=9953] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9953/stat : 9953 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543956 9856040960 11807 33554432000 1073741824 1073778376 140733786843648 140621997320488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9954] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9954/stat : 9954 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543956 9856040960 11807 33554432000 1073741824 1073778376 140733786843648 140621996267688 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9950/tid=9955] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9955/stat : 9955 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543956 9856040960 11807 33554432000 1073741824 1073778376 140733786843648 140621995215400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9950/tid=9956] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9956/stat : 9956 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543956 9856040960 11807 33554432000 1073741824 1073778376 140733786843648 140621865593256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9950/tid=9957] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9957/stat : 9957 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543956 9856040960 11807 33554432000 1073741824 1073778376 140733786843648 140621864540968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9958] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9958/stat : 9958 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543956 9856040960 11807 33554432000 1073741824 1073778376 140733786843648 140621863488168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9950/tid=9959] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9959/stat : 9959 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543956 9856040960 11807 33554432000 1073741824 1073778376 140733786843648 140621862435880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9950/tid=9960] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9960/stat : 9960 (java) S 9947 9950 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5543956 9856040960 11807 33554432000 1073741824 1073778376 140733786843648 140621861383080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9961] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9961/stat : 9961 (java) S 9947 9950 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5543957 9856040960 11807 33554432000 1073741824 1073778376 140733786843648 140621378869480 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9962] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9962/stat : 9962 (java) S 9947 9950 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5543958 9856040960 11807 33554432000 1073741824 1073778376 140733786843648 140621377815544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9963] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9963/stat : 9963 (java) S 9947 9950 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5543958 9856040960 11807 33554432000 1073741824 1073778376 140733786843648 140621376763144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9964] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9964/stat : 9964 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543960 9856040960 11807 33554432000 1073741824 1073778376 140733786843648 140621375711632 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9965] ppid=9947 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9950/task/9965/stat : 9965 (java) S 9947 9950 4966 0 -1 4202560 2723 0 0 0 20 0 0 0 20 0 19 0 5543960 9856040960 11807 33554432000 1073741824 1073778376 140733786843648 140621374659256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9966] ppid=9947 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/9950/task/9966/stat : 9966 (java) S 9947 9950 4966 0 -1 4202560 2166 0 0 0 21 0 0 0 20 0 19 0 5543960 9856040960 11807 33554432000 1073741824 1073778376 140733786843648 140621373606456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9950/tid=9967] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9967/stat : 9967 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543960 9856040960 11807 33554432000 1073741824 1073778376 140733786843648 140621372554360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9950/tid=9968] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9968/stat : 9968 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543960 9856040960 11807 33554432000 1073741824 1073778376 140733786843648 140621371501768 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9969] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9969/stat : 9969 (java) S 9947 9950 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5543969 9856040960 11807 33554432000 1073741824 1073778376 140733786843648 140621370446760 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 9969
/proc/meminfo: memFree=31222880/32872528 swapFree=162368/176676
[pid=9950] ppid=9947 vsize=9625040 CPUtime=6.72 cores=1,3,5,7
/proc/9950/stat : 9950 (java) S 9947 9950 4966 0 -1 4202496 8587 0 1 0 670 2 0 0 20 0 19 0 5543955 9856040960 15208 33554432000 1073741824 1073778376 140733786843648 140733786834784 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9950/statm: 2406260 15208 2258 9 0 2396937 0
[pid=9950/tid=9951] ppid=9947 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/9950/task/9951/stat : 9951 (java) R 9947 9950 4966 0 -1 4202560 2424 0 1 0 626 2 0 0 20 0 19 0 5543956 9856040960 15208 33554432000 1073741824 1073778376 140733786843648 140622024859344 140621877045140 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9950/tid=9953] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9953/stat : 9953 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543956 9856040960 15208 33554432000 1073741824 1073778376 140733786843648 140621997320488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9954] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9954/stat : 9954 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543956 9856040960 15208 33554432000 1073741824 1073778376 140733786843648 140621996267688 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9950/tid=9955] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9955/stat : 9955 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543956 9856040960 15208 33554432000 1073741824 1073778376 140733786843648 140621995215400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9950/tid=9956] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9956/stat : 9956 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543956 9856040960 15208 33554432000 1073741824 1073778376 140733786843648 140621865593256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9950/tid=9957] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9957/stat : 9957 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543956 9856040960 15208 33554432000 1073741824 1073778376 140733786843648 140621864540968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9958] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9958/stat : 9958 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543956 9856040960 15208 33554432000 1073741824 1073778376 140733786843648 140621863488168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9950/tid=9959] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9959/stat : 9959 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543956 9856040960 15208 33554432000 1073741824 1073778376 140733786843648 140621862435880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9950/tid=9960] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9960/stat : 9960 (java) S 9947 9950 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5543956 9856040960 15208 33554432000 1073741824 1073778376 140733786843648 140621861383080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9961] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9961/stat : 9961 (java) S 9947 9950 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5543957 9856040960 15208 33554432000 1073741824 1073778376 140733786843648 140621378869480 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9962] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9962/stat : 9962 (java) S 9947 9950 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5543958 9856040960 15208 33554432000 1073741824 1073778376 140733786843648 140621377815544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9963] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9963/stat : 9963 (java) S 9947 9950 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5543958 9856040960 15208 33554432000 1073741824 1073778376 140733786843648 140621376763144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9964] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9964/stat : 9964 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543960 9856040960 15208 33554432000 1073741824 1073778376 140733786843648 140621375711632 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9965] ppid=9947 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9950/task/9965/stat : 9965 (java) S 9947 9950 4966 0 -1 4202560 2723 0 0 0 20 0 0 0 20 0 19 0 5543960 9856040960 15208 33554432000 1073741824 1073778376 140733786843648 140621374659256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9966] ppid=9947 vsize=9625040 CPUtime=0.21 cores=1,3,5,7

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

[pid=9950/tid=9962] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9962/stat : 9962 (java) S 9947 9950 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5543958 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621377815544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9963] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9963/stat : 9963 (java) S 9947 9950 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5543958 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621376763144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9964] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9964/stat : 9964 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543960 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621375711632 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9965] ppid=9947 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9950/task/9965/stat : 9965 (java) S 9947 9950 4966 0 -1 4202560 2723 0 0 0 20 0 0 0 20 0 19 0 5543960 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621374659256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9966] ppid=9947 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/9950/task/9966/stat : 9966 (java) S 9947 9950 4966 0 -1 4202560 2284 0 0 0 23 0 0 0 20 0 19 0 5543960 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621373606456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9967] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9967/stat : 9967 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543960 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621372554360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9950/tid=9968] ppid=9947 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/9950/task/9968/stat : 9968 (java) S 9947 9950 4966 0 -1 4202560 100 0 0 0 28 40 0 0 20 0 19 0 5543960 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621371501768 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9950/tid=9969] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9969/stat : 9969 (java) S 9947 9950 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5543969 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621370446760 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1724.4
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 10102
/proc/meminfo: memFree=30520940/32872528 swapFree=162364/176672
[pid=9950] ppid=9947 vsize=9625040 CPUtime=1784.41 cores=1,3,5,7
/proc/9950/stat : 9950 (java) S 9947 9950 4966 0 -1 4202496 10847 0 1 0 178358 83 0 0 20 0 19 0 5543955 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140733786834784 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9950/statm: 2406260 151975 2280 9 0 2396937 0
[pid=9950/tid=9951] ppid=9947 vsize=9625040 CPUtime=1781.51 cores=1,3,5,7
/proc/9950/task/9951/stat : 9951 (java) R 9947 9950 4966 0 -1 4202560 2487 0 1 0 178120 31 0 0 20 0 19 0 5543956 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140622024859344 140621877122878 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9953] ppid=9947 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/9950/task/9953/stat : 9953 (java) S 9947 9950 4966 0 -1 4202560 165 0 0 0 19 7 0 0 20 0 19 0 5543956 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621997320488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9950/tid=9954] ppid=9947 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/9950/task/9954/stat : 9954 (java) S 9947 9950 4966 0 -1 4202560 228 0 0 0 16 6 0 0 20 0 19 0 5543956 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621996267688 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9950/tid=9955] ppid=9947 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9950/task/9955/stat : 9955 (java) S 9947 9950 4966 0 -1 4202560 76 0 0 0 13 4 0 0 20 0 19 0 5543956 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621995215400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9950/tid=9956] ppid=9947 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/9950/task/9956/stat : 9956 (java) S 9947 9950 4966 0 -1 4202560 349 0 0 0 21 8 0 0 20 0 19 0 5543956 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621865593256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9950/tid=9957] ppid=9947 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/9950/task/9957/stat : 9957 (java) S 9947 9950 4966 0 -1 4202560 301 0 0 0 21 8 0 0 20 0 19 0 5543956 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621864540968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9950/tid=9958] ppid=9947 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/9950/task/9958/stat : 9958 (java) S 9947 9950 4966 0 -1 4202560 349 0 0 0 27 8 0 0 20 0 19 0 5543956 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621863488168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9950/tid=9959] ppid=9947 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/9950/task/9959/stat : 9959 (java) S 9947 9950 4966 0 -1 4202560 247 0 0 0 19 5 0 0 20 0 19 0 5543956 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621862435880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9950/tid=9960] ppid=9947 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/9950/task/9960/stat : 9960 (java) S 9947 9950 4966 0 -1 4202560 121 0 0 0 21 5 0 0 20 0 19 0 5543956 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621861383080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9950/tid=9961] ppid=9947 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/9950/task/9961/stat : 9961 (java) S 9947 9950 4966 0 -1 4202560 154 0 0 0 8 2 0 0 20 0 19 0 5543957 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621378869480 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9962] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9962/stat : 9962 (java) S 9947 9950 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5543958 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621377815544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9963] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9963/stat : 9963 (java) S 9947 9950 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5543958 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621376763144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9964] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9964/stat : 9964 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543960 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621375711632 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9965] ppid=9947 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9950/task/9965/stat : 9965 (java) S 9947 9950 4966 0 -1 4202560 2723 0 0 0 20 0 0 0 20 0 19 0 5543960 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621374659256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9966] ppid=9947 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/9950/task/9966/stat : 9966 (java) S 9947 9950 4966 0 -1 4202560 2284 0 0 0 23 0 0 0 20 0 19 0 5543960 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621373606456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9967] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9967/stat : 9967 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543960 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621372554360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9950/tid=9968] ppid=9947 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/9950/task/9968/stat : 9968 (java) S 9947 9950 4966 0 -1 4202560 104 0 0 0 29 42 0 0 20 0 19 0 5543960 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621371501768 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9950/tid=9969] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9969/stat : 9969 (java) S 9947 9950 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5543969 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621370446760 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1784.41
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.09 2.02 2.00 3/213 10102
/proc/meminfo: memFree=30521180/32872528 swapFree=162364/176672
[pid=9950] ppid=9947 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/9950/stat : 9950 (java) S 9947 9950 4966 0 -1 4202496 10847 0 1 0 179918 83 0 0 20 0 19 0 5543955 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140733786834784 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9950/statm: 2406260 151975 2280 9 0 2396937 0
[pid=9950/tid=9951] ppid=9947 vsize=9625040 CPUtime=1797.11 cores=1,3,5,7
/proc/9950/task/9951/stat : 9951 (java) R 9947 9950 4966 0 -1 4202560 2487 0 1 0 179680 31 0 0 20 0 19 0 5543956 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140622024859344 140621877001547 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9953] ppid=9947 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/9950/task/9953/stat : 9953 (java) S 9947 9950 4966 0 -1 4202560 165 0 0 0 19 7 0 0 20 0 19 0 5543956 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621997320488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9950/tid=9954] ppid=9947 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/9950/task/9954/stat : 9954 (java) S 9947 9950 4966 0 -1 4202560 228 0 0 0 16 6 0 0 20 0 19 0 5543956 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621996267688 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9950/tid=9955] ppid=9947 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9950/task/9955/stat : 9955 (java) S 9947 9950 4966 0 -1 4202560 76 0 0 0 13 4 0 0 20 0 19 0 5543956 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621995215400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9950/tid=9956] ppid=9947 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/9950/task/9956/stat : 9956 (java) S 9947 9950 4966 0 -1 4202560 349 0 0 0 21 8 0 0 20 0 19 0 5543956 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621865593256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9950/tid=9957] ppid=9947 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/9950/task/9957/stat : 9957 (java) S 9947 9950 4966 0 -1 4202560 301 0 0 0 21 8 0 0 20 0 19 0 5543956 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621864540968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9950/tid=9958] ppid=9947 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/9950/task/9958/stat : 9958 (java) S 9947 9950 4966 0 -1 4202560 349 0 0 0 27 8 0 0 20 0 19 0 5543956 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621863488168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9950/tid=9959] ppid=9947 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/9950/task/9959/stat : 9959 (java) S 9947 9950 4966 0 -1 4202560 247 0 0 0 19 5 0 0 20 0 19 0 5543956 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621862435880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9950/tid=9960] ppid=9947 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/9950/task/9960/stat : 9960 (java) S 9947 9950 4966 0 -1 4202560 121 0 0 0 21 5 0 0 20 0 19 0 5543956 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621861383080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9950/tid=9961] ppid=9947 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/9950/task/9961/stat : 9961 (java) S 9947 9950 4966 0 -1 4202560 154 0 0 0 8 2 0 0 20 0 19 0 5543957 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621378869480 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9962] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9962/stat : 9962 (java) S 9947 9950 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5543958 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621377815544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9963] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9963/stat : 9963 (java) S 9947 9950 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5543958 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621376763144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9964] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9964/stat : 9964 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543960 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621375711632 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9965] ppid=9947 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9950/task/9965/stat : 9965 (java) S 9947 9950 4966 0 -1 4202560 2723 0 0 0 20 0 0 0 20 0 19 0 5543960 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621374659256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9966] ppid=9947 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/9950/task/9966/stat : 9966 (java) S 9947 9950 4966 0 -1 4202560 2284 0 0 0 23 0 0 0 20 0 19 0 5543960 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621373606456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9967] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9967/stat : 9967 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543960 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621372554360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9950/tid=9968] ppid=9947 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/9950/task/9968/stat : 9968 (java) S 9947 9950 4966 0 -1 4202560 104 0 0 0 29 42 0 0 20 0 19 0 5543960 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621371501768 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9950/tid=9969] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9969/stat : 9969 (java) S 9947 9950 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5543969 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621370446760 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 9950 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.9 s]
/proc/loadavg: 2.09 2.02 2.00 3/213 10102
/proc/meminfo: memFree=30521180/32872528 swapFree=162364/176672
[pid=9950] ppid=9947 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/9950/stat : 9950 (java) S 9947 9950 4966 0 -1 4202496 10847 0 1 0 179918 83 0 0 20 0 19 0 5543955 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140733786834784 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9950/statm: 2406260 151975 2280 9 0 2396937 0
[pid=9950/tid=9951] ppid=9947 vsize=9625040 CPUtime=1797.11 cores=1,3,5,7
/proc/9950/task/9951/stat : 9951 (java) R 9947 9950 4966 0 -1 4202560 2487 0 1 0 179680 31 0 0 20 0 19 0 5543956 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140622024859344 140621877001547 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9953] ppid=9947 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/9950/task/9953/stat : 9953 (java) S 9947 9950 4966 0 -1 4202560 165 0 0 0 19 7 0 0 20 0 19 0 5543956 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621997320488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9950/tid=9954] ppid=9947 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/9950/task/9954/stat : 9954 (java) S 9947 9950 4966 0 -1 4202560 228 0 0 0 16 6 0 0 20 0 19 0 5543956 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621996267688 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9950/tid=9955] ppid=9947 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9950/task/9955/stat : 9955 (java) S 9947 9950 4966 0 -1 4202560 76 0 0 0 13 4 0 0 20 0 19 0 5543956 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621995215400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9950/tid=9956] ppid=9947 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/9950/task/9956/stat : 9956 (java) S 9947 9950 4966 0 -1 4202560 349 0 0 0 21 8 0 0 20 0 19 0 5543956 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621865593256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9950/tid=9957] ppid=9947 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/9950/task/9957/stat : 9957 (java) S 9947 9950 4966 0 -1 4202560 301 0 0 0 21 8 0 0 20 0 19 0 5543956 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621864540968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9950/tid=9958] ppid=9947 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/9950/task/9958/stat : 9958 (java) S 9947 9950 4966 0 -1 4202560 349 0 0 0 27 8 0 0 20 0 19 0 5543956 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621863488168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9950/tid=9959] ppid=9947 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/9950/task/9959/stat : 9959 (java) S 9947 9950 4966 0 -1 4202560 247 0 0 0 19 5 0 0 20 0 19 0 5543956 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621862435880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9950/tid=9960] ppid=9947 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/9950/task/9960/stat : 9960 (java) S 9947 9950 4966 0 -1 4202560 121 0 0 0 21 5 0 0 20 0 19 0 5543956 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621861383080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9950/tid=9961] ppid=9947 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/9950/task/9961/stat : 9961 (java) S 9947 9950 4966 0 -1 4202560 154 0 0 0 8 2 0 0 20 0 19 0 5543957 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621378869480 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9962] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9962/stat : 9962 (java) S 9947 9950 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5543958 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621377815544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9963] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9963/stat : 9963 (java) S 9947 9950 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5543958 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621376763144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9964] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9964/stat : 9964 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543960 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621375711632 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9965] ppid=9947 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9950/task/9965/stat : 9965 (java) S 9947 9950 4966 0 -1 4202560 2723 0 0 0 20 0 0 0 20 0 19 0 5543960 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621374659256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9966] ppid=9947 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/9950/task/9966/stat : 9966 (java) S 9947 9950 4966 0 -1 4202560 2284 0 0 0 23 0 0 0 20 0 19 0 5543960 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621373606456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9950/tid=9967] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9967/stat : 9967 (java) S 9947 9950 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5543960 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621372554360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9950/tid=9968] ppid=9947 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/9950/task/9968/stat : 9968 (java) S 9947 9950 4966 0 -1 4202560 104 0 0 0 29 42 0 0 20 0 19 0 5543960 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621371501768 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9950/tid=9969] ppid=9947 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9950/task/9969/stat : 9969 (java) S 9947 9950 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5543969 9856040960 151975 33554432000 1073741824 1073778376 140733786843648 140621370446760 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1797.94
CPU time (s): 1800.74
CPU user time (s): 1799.34
CPU system time (s): 1.40179
CPU usage (%): 100.156
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.34
system time used= 1.40179
maximum resident set size= 632240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10891
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38319
involuntary context switches= 11062

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3111 second user time and 12.0552 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-16 01:55:40
IDJOB=4089887
IDBENCH=107470
IDSOLVER=2546
FILE ID=node105/4089887-1466034940
RUNJOBID= node105-1466009078-4983
PBS_JOBID= 19902809
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v101-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089887-1466034940/watcher-4089887-1466034940 -o /tmp/evaluation-result-4089887-1466034940/solver-4089887-1466034940 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466009078-4983 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089887-1466034940.opb

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

MD5SUM BENCH= 33c939f6e57bf0661e4ab1b4ab6b7cea
RANDOM SEED=1322056767

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.561
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.12
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.561
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.561
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.561
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.561
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.561
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.561
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.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31272580 kB
Buffers:           93876 kB
Cached:           345224 kB
SwapCached:            0 kB
Active:           366724 kB
Inactive:         352840 kB
Active(anon):     283016 kB
Inactive(anon):        0 kB
Active(file):      83708 kB
Inactive(file):   352840 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               428 kB
Writeback:             0 kB
AnonPages:        467164 kB
Mapped:            21968 kB
Shmem:               204 kB
Slab:             573572 kB
SReclaimable:      17192 kB
SUnreclaim:       556380 kB
KernelStack:        1760 kB
PageTables:         4844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     893624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    282624 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= 71748 MiB
End job on node105 at 2016-06-16 02:25:38