Trace number 4084466

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.76 1778.75

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-cardinality-101-100.opb
MD5SUM0b4d976a66cd69333fd390f8a9139e21
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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.118981
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables10100
Total number of constraints201
Number of constraints which are clauses101
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint100
Maximum length of a constraint101
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 102
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4084466-1465239733.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  no objective function found
0.52/0.33	c ... done. Wall clock time 0.206s.
0.52/0.33	c declared #vars     10100
0.52/0.33	c #constraints  201
0.52/0.33	c constraints type 
0.52/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 101
0.52/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
0.52/0.33	c 201 constraints processed.
1.64/1.02	c cleaning 2496 clauses out of 5000 with flag 30388/5000
2.60/1.91	c cleaning 4249 clauses out of 8506 with flag 70115/11002
3.71/3.05	c cleaning 5626 clauses out of 11256 with flag 114113/18001
5.22/4.52	c cleaning 6809 clauses out of 13629 with flag 170838/26000
7.04/6.37	c cleaning 7908 clauses out of 15820 with flag 231859/35000
9.26/8.55	c cleaning 8954 clauses out of 17912 with flag 298269/45000
11.77/11.01	c cleaning 9979 clauses out of 19959 with flag 370606/56001
14.46/13.79	c cleaning 10982 clauses out of 21979 with flag 452881/68000
18.34/17.48	c cleaning 11989 clauses out of 23997 with flag 548927/81000
22.44/21.51	c cleaning 12999 clauses out of 26009 with flag 651876/95001
26.94/26.04	c cleaning 13998 clauses out of 28009 with flag 763152/110000
32.40/31.27	c cleaning 14998 clauses out of 30011 with flag 881630/126000
38.00/36.81	c cleaning 16007 clauses out of 32018 with flag 1004468/143005
43.80/42.55	c cleaning 16996 clauses out of 34006 with flag 1134555/161000
50.29/49.08	c cleaning 18000 clauses out of 36010 with flag 1272889/180000
56.69/55.45	c cleaning 19002 clauses out of 38011 with flag 1408665/200001
63.92/62.59	c cleaning 19999 clauses out of 40008 with flag 1558464/221000
72.11/70.57	c cleaning 21004 clauses out of 42009 with flag 1713859/243000
80.50/78.99	c cleaning 22002 clauses out of 44006 with flag 1872268/266001
91.07/89.28	c cleaning 23000 clauses out of 46006 with flag 2050013/290003
101.36/99.24	c cleaning 24001 clauses out of 48003 with flag 2226442/315000
112.14/109.85	c cleaning 24998 clauses out of 50002 with flag 2409361/341000
124.08/121.63	c cleaning 25996 clauses out of 52005 with flag 2620854/368001
130.71/128.14	c cleaning 26980 clauses out of 54010 with flag 2821040/396002
142.28/139.63	c cleaning 27978 clauses out of 56028 with flag 3052838/425000
160.05/157.26	c cleaning 28984 clauses out of 58050 with flag 3298849/455000
178.11/175.10	c cleaning 29990 clauses out of 60068 with flag 3577178/486002
194.84/191.76	c cleaning 30994 clauses out of 62079 with flag 3860723/518003
210.39/207.15	c cleaning 32001 clauses out of 64086 with flag 4111141/551004
228.71/225.39	c cleaning 33000 clauses out of 66081 with flag 4401021/585000
244.92/241.42	c cleaning 33999 clauses out of 68082 with flag 4691376/620001
263.19/259.54	c cleaning 35001 clauses out of 70083 with flag 5007318/656001
283.49/279.72	c cleaning 35998 clauses out of 72082 with flag 5340399/693001
308.80/304.82	c cleaning 36999 clauses out of 74083 with flag 5686559/731000
330.37/326.26	c cleaning 38004 clauses out of 76084 with flag 6039744/770000
354.29/349.99	c cleaning 39000 clauses out of 78082 with flag 6406720/810002
381.27/376.80	c cleaning 39996 clauses out of 80081 with flag 6767144/851001
404.98/400.21	c cleaning 40994 clauses out of 82084 with flag 7142677/893000
428.53/423.61	c cleaning 42004 clauses out of 84092 with flag 7544289/936002
453.89/448.72	c cleaning 43006 clauses out of 86090 with flag 7963283/980004
482.07/476.72	c cleaning 43999 clauses out of 88081 with flag 8375855/1025001
511.45/505.90	c cleaning 44995 clauses out of 90081 with flag 8748136/1071000
534.97/529.17	c cleaning 46002 clauses out of 92088 with flag 9148052/1118002
551.80/545.74	c cleaning 46995 clauses out of 94084 with flag 9475083/1166000
569.42/563.24	c cleaning 48003 clauses out of 96093 with flag 9823135/1215004
588.39/581.93	c cleaning 48988 clauses out of 98088 with flag 10188735/1265002
601.96/595.16	c cleaning 50001 clauses out of 100098 with flag 10535687/1316000
618.87/611.74	c cleaning 51007 clauses out of 102098 with flag 10879122/1368001
644.42/636.90	c cleaning 52006 clauses out of 104090 with flag 11265468/1421000
667.73/659.83	c cleaning 53003 clauses out of 106084 with flag 11635511/1475000
691.39/683.14	c cleaning 54002 clauses out of 108081 with flag 12064197/1530000
713.19/704.65	c cleaning 55002 clauses out of 110079 with flag 12481196/1586000
740.19/731.42	c cleaning 55999 clauses out of 112079 with flag 12917386/1643002
767.48/758.28	c cleaning 57002 clauses out of 114080 with flag 13344730/1701002
794.22/784.61	c cleaning 58000 clauses out of 116076 with flag 13805900/1760000
825.25/815.35	c cleaning 59002 clauses out of 118077 with flag 14253998/1820001
855.78/845.58	c cleaning 60002 clauses out of 120075 with flag 14736412/1881001
889.10/878.52	c cleaning 60997 clauses out of 122072 with flag 15219368/1943000
918.78/907.89	c cleaning 62000 clauses out of 124075 with flag 15690295/2006000
955.86/944.50	c cleaning 63001 clauses out of 126075 with flag 16197250/2070000
992.87/981.10	c cleaning 64004 clauses out of 128075 with flag 16669600/2135001
1026.35/1014.27	c cleaning 64999 clauses out of 130071 with flag 17178759/2201001
1063.73/1051.28	c cleaning 65998 clauses out of 132071 with flag 17703045/2268000
1100.69/1087.85	c cleaning 66999 clauses out of 134075 with flag 18248235/2336002
1140.26/1126.91	c cleaning 67999 clauses out of 136075 with flag 18816969/2405001
1184.77/1171.04	c cleaning 69001 clauses out of 138075 with flag 19413125/2475000
1225.06/1210.92	c cleaning 69997 clauses out of 140074 with flag 19986789/2546000
1249.62/1235.18	c cleaning 70997 clauses out of 142080 with flag 20532675/2618003
1295.86/1280.97	c cleaning 71991 clauses out of 144081 with flag 21023494/2691001
1321.77/1306.35	c cleaning 73013 clauses out of 146090 with flag 21545622/2765001
1364.62/1348.88	c cleaning 74006 clauses out of 148078 with flag 22072055/2840002
1411.56/1395.47	c cleaning 75003 clauses out of 150070 with flag 22608792/2916000
1453.93/1437.39	c cleaning 76013 clauses out of 152067 with flag 23151370/2993000
1478.52/1461.48	c cleaning 76985 clauses out of 154054 with flag 23696650/3071000
1503.65/1486.18	c cleaning 77991 clauses out of 156069 with flag 24247093/3150000
1532.24/1514.33	c cleaning 79006 clauses out of 158078 with flag 24753790/3230000
1576.33/1558.00	c cleaning 80004 clauses out of 160072 with flag 25329902/3311000
1619.95/1601.12	c cleaning 81008 clauses out of 162070 with flag 25934876/3393002
1645.61/1625.92	c cleaning 81981 clauses out of 164060 with flag 26524693/3476000
1686.66/1666.47	c cleaning 82958 clauses out of 166082 with flag 27124654/3560003
1745.01/1724.39	c cleaning 83977 clauses out of 168121 with flag 27800037/3645000
1800.02/1778.71	c starts		: 213
1800.02/1778.71	c conflicts		: 3726449
1800.02/1778.71	c decisions		: 4993119
1800.02/1778.71	c propagations		: 52264546
1800.02/1778.71	c inspects		: 27924546696
1800.02/1778.71	c shortcuts		: 0
1800.02/1778.71	c learnt literals	: 0
1800.02/1778.71	c learnt binary clauses	: 0
1800.02/1778.71	c learnt ternary clauses	: 0
1800.02/1778.71	c learnt constraints	: 3726449
1800.02/1778.71	c ignored constraints	: 0
1800.02/1778.71	c root simplifications	: 0
1800.02/1778.71	c removed literals (reason simplification)	: 0
1800.02/1778.71	c reason swapping (by a shorter reason)	: 0
1800.02/1778.71	c Calls to reduceDB	: 81
1800.02/1778.71	c Number of update (reduction) of LBD	: 2161370
1800.02/1778.71	c Imported unit clauses	: 0
1800.02/1778.71	c number of reductions to clauses (during analyze)	: 0
1800.02/1778.71	c number of learned constraints concerned by reduction	: 0
1800.02/1778.71	c number of learning phase by resolution	: 0
1800.02/1778.71	c number of learning phase by cutting planes	: 0
1800.02/1778.71	c speed (assignments/second)	: 29389.083012158353
1800.02/1778.71	c non guided choices	154320
1800.02/1778.71	c timeout
1800.02/1778.74	c learnt constraints type 
1800.02/1778.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 165593
1800.02/1778.74	s UNKNOWN
1800.02/1778.74	c Total wall clock time (in seconds): 1778.613

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-4084466-1465239733/watcher-4084466-1465239733 -o /tmp/evaluation-result-4084466-1465239733/solver-4084466-1465239733 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1465220764-32603 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084466-1465239733.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.12 2.14 2.09 4/194 3270
/proc/meminfo: memFree=31587348/32872528 swapFree=12744/274376
[pid=3270] ppid=3267 vsize=9160 CPUtime=0 cores=0,2,4,6
/proc/3270/stat : 3270 (java) R 3267 3270 32587 0 -1 4202496 468 0 0 0 0 0 0 0 20 0 1 0 105908011 9379840 122 33554432000 1073741824 1073778376 140736675667792 140736675664920 251146572256 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3270/statm: 2323 128 99 9 0 71 0

[startup+0.100121 s]
/proc/loadavg: 2.12 2.14 2.09 4/194 3270
/proc/meminfo: memFree=31587348/32872528 swapFree=12744/274376
[pid=3270] ppid=3267 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/3270/stat : 3270 (java) S 3267 3270 32587 0 -1 4202496 4175 0 1 0 7 1 0 0 20 0 18 0 105908011 9787879424 5300 33554432000 1073741824 1073778376 140736675667792 140736675658928 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3270/statm: 2389619 5306 2053 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200304 s]
/proc/loadavg: 2.12 2.14 2.09 4/194 3270
/proc/meminfo: memFree=31587348/32872528 swapFree=12744/274376
[pid=3270] ppid=3267 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/3270/stat : 3270 (java) S 3267 3270 32587 0 -1 4202496 4893 0 1 0 25 1 0 0 20 0 18 0 105908011 9787879424 6908 33554432000 1073741824 1073778376 140736675667792 140736675658928 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3270/statm: 2389619 6908 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300285 s]
/proc/loadavg: 2.12 2.14 2.09 4/194 3270
/proc/meminfo: memFree=31587348/32872528 swapFree=12744/274376
[pid=3270] ppid=3267 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/3270/stat : 3270 (java) S 3267 3270 32587 0 -1 4202496 7237 0 1 0 51 1 0 0 20 0 18 0 105908011 9787879424 10861 33554432000 1073741824 1073778376 140736675667792 140736675658928 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3270/statm: 2389619 10861 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700164 s]
/proc/loadavg: 2.12 2.14 2.09 4/194 3270
/proc/meminfo: memFree=31587348/32872528 swapFree=12744/274376
[pid=3270] ppid=3267 vsize=9625040 CPUtime=1.29 cores=0,2,4,6
/proc/3270/stat : 3270 (java) S 3267 3270 32587 0 -1 4202496 8040 0 1 0 127 2 0 0 20 0 19 0 105908011 9856040960 14514 33554432000 1073741824 1073778376 140736675667792 140736675658928 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3270/statm: 2406260 14514 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.12 2.14 2.09 3/213 3289
/proc/meminfo: memFree=31529044/32872528 swapFree=12744/274376
[pid=3270] ppid=3267 vsize=9625040 CPUtime=2.17 cores=0,2,4,6
/proc/3270/stat : 3270 (java) S 3267 3270 32587 0 -1 4202496 8204 0 1 0 215 2 0 0 20 0 19 0 105908011 9856040960 18629 33554432000 1073741824 1073778376 140736675667792 140736675658928 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3270/statm: 2406260 18629 2261 9 0 2396937 0
[pid=3270/tid=3272] ppid=3267 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/3270/task/3272/stat : 3272 (java) R 3267 3270 32587 0 -1 4202560 2425 0 1 0 144 2 0 0 20 0 19 0 105908012 9856040960 18629 33554432000 1073741824 1073778376 140736675667792 140714630109624 140714487435782 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3270/tid=3273] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3273/stat : 3273 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908013 9856040960 18629 33554432000 1073741824 1073778376 140736675667792 140714608212264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3274] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3274/stat : 3274 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908013 9856040960 18629 33554432000 1073741824 1073778376 140736675667792 140714607159464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3270/tid=3275] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3275/stat : 3275 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908013 9856040960 18629 33554432000 1073741824 1073778376 140736675667792 140714606107176 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3270/tid=3276] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3276/stat : 3276 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908013 9856040960 18629 33554432000 1073741824 1073778376 140736675667792 140714268682664 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3270/tid=3277] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3277/stat : 3277 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908013 9856040960 18629 33554432000 1073741824 1073778376 140736675667792 140714267630376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3278] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3278/stat : 3278 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908013 9856040960 18629 33554432000 1073741824 1073778376 140736675667792 140714266577576 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3270/tid=3279] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3279/stat : 3279 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908013 9856040960 18629 33554432000 1073741824 1073778376 140736675667792 140714265525288 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3280] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3280/stat : 3280 (java) S 3267 3270 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105908013 9856040960 18629 33554432000 1073741824 1073778376 140736675667792 140714264472488 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3281] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3281/stat : 3281 (java) S 3267 3270 32587 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105908014 9856040960 18629 33554432000 1073741824 1073778376 140736675667792 140714252273896 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3282] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3282/stat : 3282 (java) S 3267 3270 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105908015 9856040960 18629 33554432000 1073741824 1073778376 140736675667792 140714251219960 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3283] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3283/stat : 3283 (java) S 3267 3270 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105908015 9856040960 18629 33554432000 1073741824 1073778376 140736675667792 140714250167560 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3284] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3284/stat : 3284 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908018 9856040960 18629 33554432000 1073741824 1073778376 140736675667792 140714249116048 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3285] ppid=3267 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/3270/task/3285/stat : 3285 (java) S 3267 3270 32587 0 -1 4202560 2293 0 0 0 35 0 0 0 20 0 19 0 105908018 9856040960 18629 33554432000 1073741824 1073778376 140736675667792 140714248063672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3270/tid=3286] ppid=3267 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/3270/task/3286/stat : 3286 (java) S 3267 3270 32587 0 -1 4202560 2208 0 0 0 31 0 0 0 20 0 19 0 105908018 9856040960 18629 33554432000 1073741824 1073778376 140736675667792 140714247010872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3287] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3287/stat : 3287 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908018 9856040960 18629 33554432000 1073741824 1073778376 140736675667792 140714245958776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3288] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3288/stat : 3288 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908018 9856040960 18629 33554432000 1073741824 1073778376 140736675667792 140714244906184 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3289] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3289/stat : 3289 (java) S 3267 3270 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105908046 9856040960 18629 33554432000 1073741824 1073778376 140736675667792 140714243752872 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.19 2.15 2.10 3/213 3289
/proc/meminfo: memFree=31507952/32872528 swapFree=12744/274376
[pid=3270] ppid=3267 vsize=9625040 CPUtime=3.82 cores=0,2,4,6
/proc/3270/stat : 3270 (java) S 3267 3270 32587 0 -1 4202496 8218 0 1 0 379 3 0 0 20 0 19 0 105908011 9856040960 25285 33554432000 1073741824 1073778376 140736675667792 140736675658928 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3270/statm: 2406260 25285 2261 9 0 2396937 0
[pid=3270/tid=3272] ppid=3267 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/3270/task/3272/stat : 3272 (java) R 3267 3270 32587 0 -1 4202560 2439 0 1 0 304 2 0 0 20 0 19 0 105908012 9856040960 25285 33554432000 1073741824 1073778376 140736675667792 140714630110264 140714487451510 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3270/tid=3273] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3273/stat : 3273 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908013 9856040960 25285 33554432000 1073741824 1073778376 140736675667792 140714608212264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3274] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3274/stat : 3274 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908013 9856040960 25285 33554432000 1073741824 1073778376 140736675667792 140714607159464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3270/tid=3275] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3275/stat : 3275 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908013 9856040960 25285 33554432000 1073741824 1073778376 140736675667792 140714606107176 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3270/tid=3276] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3276/stat : 3276 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908013 9856040960 25285 33554432000 1073741824 1073778376 140736675667792 140714268682664 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3270/tid=3277] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3277/stat : 3277 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908013 9856040960 25285 33554432000 1073741824 1073778376 140736675667792 140714267630376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3278] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3278/stat : 3278 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908013 9856040960 25285 33554432000 1073741824 1073778376 140736675667792 140714266577576 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3270/tid=3279] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3279/stat : 3279 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908013 9856040960 25285 33554432000 1073741824 1073778376 140736675667792 140714265525288 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3280] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3280/stat : 3280 (java) S 3267 3270 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105908013 9856040960 25285 33554432000 1073741824 1073778376 140736675667792 140714264472488 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3281] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3281/stat : 3281 (java) S 3267 3270 32587 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105908014 9856040960 25285 33554432000 1073741824 1073778376 140736675667792 140714252273896 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3282] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3282/stat : 3282 (java) S 3267 3270 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105908015 9856040960 25285 33554432000 1073741824 1073778376 140736675667792 140714251219960 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3283] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3283/stat : 3283 (java) S 3267 3270 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105908015 9856040960 25285 33554432000 1073741824 1073778376 140736675667792 140714250167560 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3284] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3284/stat : 3284 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908018 9856040960 25285 33554432000 1073741824 1073778376 140736675667792 140714249116048 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3285] ppid=3267 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/3270/task/3285/stat : 3285 (java) S 3267 3270 32587 0 -1 4202560 2293 0 0 0 37 0 0 0 20 0 19 0 105908018 9856040960 25285 33554432000 1073741824 1073778376 140736675667792 140714248063672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3270/tid=3286] ppid=3267 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/3270/task/3286/stat : 3286 (java) S 3267 3270 32587 0 -1 4202560 2208 0 0 0 34 0 0 0 20 0 19 0 105908018 9856040960 25285 33554432000 1073741824 1073778376 140736675667792 140714247010872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3287] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3287/stat : 3287 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908018 9856040960 25285 33554432000 1073741824 1073778376 140736675667792 140714245958776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3288] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3288/stat : 3288 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908018 9856040960 25285 33554432000 1073741824 1073778376 140736675667792 140714244906184 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3289] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3289/stat : 3289 (java) S 3267 3270 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105908046 9856040960 25285 33554432000 1073741824 1073778376 140736675667792 140714243752872 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.19 2.15 2.10 3/213 3289
/proc/meminfo: memFree=31455152/32872528 swapFree=12744/274376
[pid=3270] ppid=3267 vsize=9625040 CPUtime=7.04 cores=0,2,4,6
/proc/3270/stat : 3270 (java) S 3267 3270 32587 0 -1 4202496 8245 0 1 0 700 4 0 0 20 0 19 0 105908011 9856040960 37550 33554432000 1073741824 1073778376 140736675667792 140736675658928 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3270/statm: 2406260 37550 2261 9 0 2396937 0
[pid=3270/tid=3272] ppid=3267 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/3270/task/3272/stat : 3272 (java) R 3267 3270 32587 0 -1 4202560 2465 0 1 0 623 3 0 0 20 0 19 0 105908012 9856040960 37550 33554432000 1073741824 1073778376 140736675667792 140714630111592 140714487435768 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3270/tid=3273] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3273/stat : 3273 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908013 9856040960 37550 33554432000 1073741824 1073778376 140736675667792 140714608212264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3274] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3274/stat : 3274 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908013 9856040960 37550 33554432000 1073741824 1073778376 140736675667792 140714607159464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3270/tid=3275] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3275/stat : 3275 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908013 9856040960 37550 33554432000 1073741824 1073778376 140736675667792 140714606107176 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3270/tid=3276] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3276/stat : 3276 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908013 9856040960 37550 33554432000 1073741824 1073778376 140736675667792 140714268682664 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3270/tid=3277] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3277/stat : 3277 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908013 9856040960 37550 33554432000 1073741824 1073778376 140736675667792 140714267630376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3278] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3278/stat : 3278 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908013 9856040960 37550 33554432000 1073741824 1073778376 140736675667792 140714266577576 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3270/tid=3279] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3279/stat : 3279 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908013 9856040960 37550 33554432000 1073741824 1073778376 140736675667792 140714265525288 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3280] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3280/stat : 3280 (java) S 3267 3270 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105908013 9856040960 37550 33554432000 1073741824 1073778376 140736675667792 140714264472488 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3281] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3281/stat : 3281 (java) S 3267 3270 32587 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105908014 9856040960 37550 33554432000 1073741824 1073778376 140736675667792 140714252273896 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3282] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3282/stat : 3282 (java) S 3267 3270 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105908015 9856040960 37550 33554432000 1073741824 1073778376 140736675667792 140714251219960 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3283] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3283/stat : 3283 (java) S 3267 3270 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105908015 9856040960 37550 33554432000 1073741824 1073778376 140736675667792 140714250167560 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3284] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3284/stat : 3284 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908018 9856040960 37550 33554432000 1073741824 1073778376 140736675667792 140714249116048 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3285] ppid=3267 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/3270/task/3285/stat : 3285 (java) S 3267 3270 32587 0 -1 4202560 2294 0 0 0 39 0 0 0 20 0 19 0 105908018 9856040960 37550 33554432000 1073741824 1073778376 140736675667792 140714248063672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3270/tid=3286] ppid=3267 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/3270/task/3286/stat : 3286 (java) S 3267 3270 32587 0 -1 4202560 2208 0 0 0 34 0 0 0 20 0 19 0 105908018 9856040960 37550 33554432000 1073741824 1073778376 140736675667792 140714247010872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3287] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3287/stat : 3287 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908018 9856040960 37550 33554432000 1073741824 1073778376 140736675667792 140714245958776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3288] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3288/stat : 3288 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908018 9856040960 37550 33554432000 1073741824 1073778376 140736675667792 140714244906184 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3289] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3289/stat : 3289 (java) S 3267 3270 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105908046 9856040960 37550 33554432000 1073741824 1073778376 140736675667792 140714243752872 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 9625040


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

/proc/3270/task/3282/stat : 3282 (java) S 3267 3270 32587 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105908015 9856040960 234038 33554432000 1073741824 1073778376 140736675667792 140714251219960 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3283] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3283/stat : 3283 (java) S 3267 3270 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105908015 9856040960 234038 33554432000 1073741824 1073778376 140736675667792 140714250167560 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3284] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3284/stat : 3284 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908018 9856040960 234038 33554432000 1073741824 1073778376 140736675667792 140714249116048 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3285] ppid=3267 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/3270/task/3285/stat : 3285 (java) S 3267 3270 32587 0 -1 4202560 2294 0 0 0 39 0 0 0 20 0 19 0 105908018 9856040960 234038 33554432000 1073741824 1073778376 140736675667792 140714248063672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3270/tid=3286] ppid=3267 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/3270/task/3286/stat : 3286 (java) S 3267 3270 32587 0 -1 4202560 3062 0 0 0 39 0 0 0 20 0 19 0 105908018 9856040960 234038 33554432000 1073741824 1073778376 140736675667792 140714247010872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3287] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3287/stat : 3287 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908018 9856040960 234038 33554432000 1073741824 1073778376 140736675667792 140714245958776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3288] ppid=3267 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/3270/task/3288/stat : 3288 (java) S 3267 3270 32587 0 -1 4202560 95 0 0 0 33 27 0 0 20 0 19 0 105908018 9856040960 234038 33554432000 1073741824 1073778376 140736675667792 140714244906184 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3270/tid=3289] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3289/stat : 3289 (java) S 3267 3270 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105908046 9856040960 234038 33554432000 1073741824 1073778376 140736675667792 140714243752872 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1682.56
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/214 3398
/proc/meminfo: memFree=29124300/32872528 swapFree=12744/274376
[pid=3270] ppid=3267 vsize=9625040 CPUtime=1743.01 cores=0,2,4,6
/proc/3270/stat : 3270 (java) S 3267 3270 32587 0 -1 4202496 28191 0 1 0 174048 253 0 0 20 0 19 0 105908011 9856040960 235308 33554432000 1073741824 1073778376 140736675667792 140736675658928 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3270/statm: 2406260 235308 2283 9 0 2396937 0
[pid=3270/tid=3272] ppid=3267 vsize=9625040 CPUtime=1707.55 cores=0,2,4,6
/proc/3270/task/3272/stat : 3272 (java) R 3267 3270 32587 0 -1 4202560 2795 0 1 0 170725 30 0 0 20 0 19 0 105908012 9856040960 235308 33554432000 1073741824 1073778376 140736675667792 140714630110432 140714487445701 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3270/tid=3273] ppid=3267 vsize=9625040 CPUtime=3.61 cores=0,2,4,6
/proc/3270/task/3273/stat : 3273 (java) S 3267 3270 32587 0 -1 4202560 2691 0 0 0 334 27 0 0 20 0 19 0 105908013 9856040960 235308 33554432000 1073741824 1073778376 140736675667792 140714608212264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3274] ppid=3267 vsize=9625040 CPUtime=3.41 cores=0,2,4,6
/proc/3270/task/3274/stat : 3274 (java) S 3267 3270 32587 0 -1 4202560 2208 0 0 0 308 33 0 0 20 0 19 0 105908013 9856040960 235308 33554432000 1073741824 1073778376 140736675667792 140714607159464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3275] ppid=3267 vsize=9625040 CPUtime=3.47 cores=0,2,4,6
/proc/3270/task/3275/stat : 3275 (java) S 3267 3270 32587 0 -1 4202560 1939 0 0 0 319 28 0 0 20 0 19 0 105908013 9856040960 235308 33554432000 1073741824 1073778376 140736675667792 140714606107176 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3276] ppid=3267 vsize=9625040 CPUtime=3.51 cores=0,2,4,6
/proc/3270/task/3276/stat : 3276 (java) S 3267 3270 32587 0 -1 4202560 1643 0 0 0 325 26 0 0 20 0 19 0 105908013 9856040960 235308 33554432000 1073741824 1073778376 140736675667792 140714268682664 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3277] ppid=3267 vsize=9625040 CPUtime=3.34 cores=0,2,4,6
/proc/3270/task/3277/stat : 3277 (java) S 3267 3270 32587 0 -1 4202560 1995 0 0 0 305 29 0 0 20 0 19 0 105908013 9856040960 235308 33554432000 1073741824 1073778376 140736675667792 140714267630376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3278] ppid=3267 vsize=9625040 CPUtime=3.77 cores=0,2,4,6
/proc/3270/task/3278/stat : 3278 (java) S 3267 3270 32587 0 -1 4202560 2224 0 0 0 345 32 0 0 20 0 19 0 105908013 9856040960 235308 33554432000 1073741824 1073778376 140736675667792 140714266577576 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3279] ppid=3267 vsize=9625040 CPUtime=3.4 cores=0,2,4,6
/proc/3270/task/3279/stat : 3279 (java) S 3267 3270 32587 0 -1 4202560 1964 0 0 0 314 26 0 0 20 0 19 0 105908013 9856040960 235308 33554432000 1073741824 1073778376 140736675667792 140714265525288 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3270/tid=3280] ppid=3267 vsize=9625040 CPUtime=3.41 cores=0,2,4,6
/proc/3270/task/3280/stat : 3280 (java) S 3267 3270 32587 0 -1 4202560 1884 0 0 0 315 26 0 0 20 0 19 0 105908013 9856040960 235308 33554432000 1073741824 1073778376 140736675667792 140714264472488 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3270/tid=3281] ppid=3267 vsize=9625040 CPUtime=6.56 cores=0,2,4,6
/proc/3270/task/3281/stat : 3281 (java) S 3267 3270 32587 0 -1 4202560 2129 0 0 0 650 6 0 0 20 0 19 0 105908014 9856040960 235308 33554432000 1073741824 1073778376 140736675667792 140714252273896 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3270/tid=3282] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3282/stat : 3282 (java) S 3267 3270 32587 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105908015 9856040960 235308 33554432000 1073741824 1073778376 140736675667792 140714251219960 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3283] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3283/stat : 3283 (java) S 3267 3270 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105908015 9856040960 235308 33554432000 1073741824 1073778376 140736675667792 140714250167560 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3284] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3284/stat : 3284 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908018 9856040960 235308 33554432000 1073741824 1073778376 140736675667792 140714249116048 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3285] ppid=3267 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/3270/task/3285/stat : 3285 (java) S 3267 3270 32587 0 -1 4202560 2294 0 0 0 39 0 0 0 20 0 19 0 105908018 9856040960 235308 33554432000 1073741824 1073778376 140736675667792 140714248063672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3270/tid=3286] ppid=3267 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/3270/task/3286/stat : 3286 (java) S 3267 3270 32587 0 -1 4202560 3062 0 0 0 39 0 0 0 20 0 19 0 105908018 9856040960 235308 33554432000 1073741824 1073778376 140736675667792 140714247010872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3287] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3287/stat : 3287 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908018 9856040960 235308 33554432000 1073741824 1073778376 140736675667792 140714245958776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3288] ppid=3267 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/3270/task/3288/stat : 3288 (java) S 3267 3270 32587 0 -1 4202560 99 0 0 0 35 27 0 0 20 0 19 0 105908018 9856040960 235308 33554432000 1073741824 1073778376 140736675667792 140714244906184 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3270/tid=3289] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3289/stat : 3289 (java) S 3267 3270 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105908046 9856040960 235308 33554432000 1073741824 1073778376 140736675667792 140714243752872 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1743.01
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.7 s]
/proc/loadavg: 2.14 2.05 2.01 3/213 3399
/proc/meminfo: memFree=28902312/32872528 swapFree=12744/274376
[pid=3270] ppid=3267 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/3270/stat : 3270 (java) S 3267 3270 32587 0 -1 4202496 28791 0 1 0 179743 259 0 0 20 0 19 0 105908011 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140736675658928 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3270/statm: 2406260 244416 2283 9 0 2396937 0
[pid=3270/tid=3272] ppid=3267 vsize=9625040 CPUtime=1763.44 cores=0,2,4,6
/proc/3270/task/3272/stat : 3272 (java) R 3267 3270 32587 0 -1 4202560 2803 0 1 0 176312 32 0 0 20 0 19 0 105908012 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714630110416 140714487512869 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3270/tid=3273] ppid=3267 vsize=9625040 CPUtime=3.71 cores=0,2,4,6
/proc/3270/task/3273/stat : 3273 (java) S 3267 3270 32587 0 -1 4202560 2779 0 0 0 344 27 0 0 20 0 19 0 105908013 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714608212264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3274] ppid=3267 vsize=9625040 CPUtime=3.51 cores=0,2,4,6
/proc/3270/task/3274/stat : 3274 (java) S 3267 3270 32587 0 -1 4202560 2222 0 0 0 318 33 0 0 20 0 19 0 105908013 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714607159464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3270/tid=3275] ppid=3267 vsize=9625040 CPUtime=3.56 cores=0,2,4,6
/proc/3270/task/3275/stat : 3275 (java) S 3267 3270 32587 0 -1 4202560 2048 0 0 0 328 28 0 0 20 0 19 0 105908013 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714606107176 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3270/tid=3276] ppid=3267 vsize=9625040 CPUtime=3.63 cores=0,2,4,6
/proc/3270/task/3276/stat : 3276 (java) S 3267 3270 32587 0 -1 4202560 1672 0 0 0 336 27 0 0 20 0 19 0 105908013 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714268682664 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3270/tid=3277] ppid=3267 vsize=9625040 CPUtime=3.44 cores=0,2,4,6
/proc/3270/task/3277/stat : 3277 (java) S 3267 3270 32587 0 -1 4202560 2157 0 0 0 314 30 0 0 20 0 19 0 105908013 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714267630376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3270/tid=3278] ppid=3267 vsize=9625040 CPUtime=3.86 cores=0,2,4,6
/proc/3270/task/3278/stat : 3278 (java) S 3267 3270 32587 0 -1 4202560 2229 0 0 0 353 33 0 0 20 0 19 0 105908013 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714266577576 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3279] ppid=3267 vsize=9625040 CPUtime=3.52 cores=0,2,4,6
/proc/3270/task/3279/stat : 3279 (java) S 3267 3270 32587 0 -1 4202560 1983 0 0 0 326 26 0 0 20 0 19 0 105908013 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714265525288 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3270/tid=3280] ppid=3267 vsize=9625040 CPUtime=3.55 cores=0,2,4,6
/proc/3270/task/3280/stat : 3280 (java) S 3267 3270 32587 0 -1 4202560 2004 0 0 0 328 27 0 0 20 0 19 0 105908013 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714264472488 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3270/tid=3281] ppid=3267 vsize=9625040 CPUtime=6.82 cores=0,2,4,6
/proc/3270/task/3281/stat : 3281 (java) S 3267 3270 32587 0 -1 4202560 2171 0 0 0 676 6 0 0 20 0 19 0 105908014 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714252273896 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3270/tid=3282] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3282/stat : 3282 (java) S 3267 3270 32587 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105908015 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714251219960 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3283] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3283/stat : 3283 (java) S 3267 3270 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105908015 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714250167560 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3284] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3284/stat : 3284 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908018 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714249116048 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3285] ppid=3267 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/3270/task/3285/stat : 3285 (java) S 3267 3270 32587 0 -1 4202560 2294 0 0 0 39 0 0 0 20 0 19 0 105908018 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714248063672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3270/tid=3286] ppid=3267 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/3270/task/3286/stat : 3286 (java) S 3267 3270 32587 0 -1 4202560 3062 0 0 0 39 0 0 0 20 0 19 0 105908018 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714247010872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3287] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3287/stat : 3287 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908018 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714245958776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3288] ppid=3267 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/3270/task/3288/stat : 3288 (java) S 3267 3270 32587 0 -1 4202560 103 0 0 0 36 28 0 0 20 0 19 0 105908018 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714244906184 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3289] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3289/stat : 3289 (java) S 3267 3270 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105908046 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714243752872 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 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 3270 sig 9
??? kill -3270 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1778.7 s]
/proc/loadavg: 2.14 2.05 2.01 3/213 3399
/proc/meminfo: memFree=28902312/32872528 swapFree=12744/274376
[pid=3270] ppid=3267 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/3270/stat : 3270 (java) S 3267 3270 32587 0 -1 4202496 28791 0 1 0 179743 259 0 0 20 0 19 0 105908011 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140736675658928 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3270/statm: 2406260 244416 2283 9 0 2396937 0
[pid=3270/tid=3272] ppid=3267 vsize=9625040 CPUtime=1763.44 cores=0,2,4,6
/proc/3270/task/3272/stat : 3272 (java) R 3267 3270 32587 0 -1 4202560 2803 0 1 0 176312 32 0 0 20 0 19 0 105908012 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714630110416 140714487512869 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3270/tid=3273] ppid=3267 vsize=9625040 CPUtime=3.71 cores=0,2,4,6
/proc/3270/task/3273/stat : 3273 (java) S 3267 3270 32587 0 -1 4202560 2779 0 0 0 344 27 0 0 20 0 19 0 105908013 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714608212264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3274] ppid=3267 vsize=9625040 CPUtime=3.51 cores=0,2,4,6
/proc/3270/task/3274/stat : 3274 (java) S 3267 3270 32587 0 -1 4202560 2222 0 0 0 318 33 0 0 20 0 19 0 105908013 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714607159464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3270/tid=3275] ppid=3267 vsize=9625040 CPUtime=3.56 cores=0,2,4,6
/proc/3270/task/3275/stat : 3275 (java) S 3267 3270 32587 0 -1 4202560 2048 0 0 0 328 28 0 0 20 0 19 0 105908013 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714606107176 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3270/tid=3276] ppid=3267 vsize=9625040 CPUtime=3.63 cores=0,2,4,6
/proc/3270/task/3276/stat : 3276 (java) S 3267 3270 32587 0 -1 4202560 1672 0 0 0 336 27 0 0 20 0 19 0 105908013 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714268682664 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3270/tid=3277] ppid=3267 vsize=9625040 CPUtime=3.44 cores=0,2,4,6
/proc/3270/task/3277/stat : 3277 (java) S 3267 3270 32587 0 -1 4202560 2157 0 0 0 314 30 0 0 20 0 19 0 105908013 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714267630376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3270/tid=3278] ppid=3267 vsize=9625040 CPUtime=3.86 cores=0,2,4,6
/proc/3270/task/3278/stat : 3278 (java) S 3267 3270 32587 0 -1 4202560 2229 0 0 0 353 33 0 0 20 0 19 0 105908013 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714266577576 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3279] ppid=3267 vsize=9625040 CPUtime=3.52 cores=0,2,4,6
/proc/3270/task/3279/stat : 3279 (java) S 3267 3270 32587 0 -1 4202560 1983 0 0 0 326 26 0 0 20 0 19 0 105908013 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714265525288 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3270/tid=3280] ppid=3267 vsize=9625040 CPUtime=3.55 cores=0,2,4,6
/proc/3270/task/3280/stat : 3280 (java) S 3267 3270 32587 0 -1 4202560 2004 0 0 0 328 27 0 0 20 0 19 0 105908013 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714264472488 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3270/tid=3281] ppid=3267 vsize=9625040 CPUtime=6.82 cores=0,2,4,6
/proc/3270/task/3281/stat : 3281 (java) S 3267 3270 32587 0 -1 4202560 2171 0 0 0 676 6 0 0 20 0 19 0 105908014 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714252273896 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3270/tid=3282] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3282/stat : 3282 (java) S 3267 3270 32587 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105908015 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714251219960 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3283] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3283/stat : 3283 (java) S 3267 3270 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105908015 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714250167560 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3284] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3284/stat : 3284 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908018 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714249116048 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3285] ppid=3267 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/3270/task/3285/stat : 3285 (java) S 3267 3270 32587 0 -1 4202560 2294 0 0 0 39 0 0 0 20 0 19 0 105908018 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714248063672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3270/tid=3286] ppid=3267 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/3270/task/3286/stat : 3286 (java) S 3267 3270 32587 0 -1 4202560 3062 0 0 0 39 0 0 0 20 0 19 0 105908018 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714247010872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3287] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3287/stat : 3287 (java) S 3267 3270 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105908018 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714245958776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3288] ppid=3267 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/3270/task/3288/stat : 3288 (java) S 3267 3270 32587 0 -1 4202560 103 0 0 0 36 28 0 0 20 0 19 0 105908018 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714244906184 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3270/tid=3289] ppid=3267 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3289/stat : 3289 (java) S 3267 3270 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105908046 9856040960 244416 33554432000 1073741824 1073778376 140736675667792 140714243752872 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1778.75
CPU time (s): 1800.76
CPU user time (s): 1797.65
CPU system time (s): 3.11053
CPU usage (%): 101.237
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.65
system time used= 3.11053
maximum resident set size= 979864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28835
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48158
involuntary context switches= 43338

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.00363 second user time and 14.9427 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-06 21:02:13
IDJOB=4084466
IDBENCH=2578
IDSOLVER=2546
FILE ID=node107/4084466-1465239733
RUNJOBID= node107-1465220764-32603
PBS_JOBID= 19843224
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-101-100.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084466-1465239733/watcher-4084466-1465239733 -o /tmp/evaluation-result-4084466-1465239733/solver-4084466-1465239733 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1465220764-32603 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084466-1465239733.opb

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

MD5SUM BENCH= 0b4d976a66cd69333fd390f8a9139e21
RANDOM SEED=1257490304

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.441
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.441
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.441
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:        31587876 kB
Buffers:           28912 kB
Cached:            90816 kB
SwapCached:         1684 kB
Active:           251184 kB
Inactive:          59804 kB
Active(anon):     193120 kB
Inactive(anon):      512 kB
Active(file):      58064 kB
Inactive(file):    59292 kB
Unevictable:      274376 kB
Mlocked:           12744 kB
SwapTotal:      67108856 kB
SwapFree:       67098436 kB
Dirty:               820 kB
Writeback:             0 kB
AnonPages:        419872 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             567328 kB
SReclaimable:      10912 kB
SUnreclaim:       556416 kB
KernelStack:        1760 kB
PageTables:         5380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     605848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    391168 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 node107 at 2016-06-06 21:31:52