Trace number 4084481

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.03 1781.14

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-75-70.opb
MD5SUM51456bad41bf92f026526861ffdd231e
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.052991
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables5250
Total number of constraints145
Number of constraints which are clauses75
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint70
Maximum length of a constraint75
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 76
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084481-1465239527.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.29/0.27	c ... done. Wall clock time 0.161s.
0.29/0.27	c declared #vars     5250
0.29/0.27	c #constraints  145
0.29/0.27	c constraints type 
0.29/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 75
0.29/0.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.29/0.27	c 145 constraints processed.
1.39/0.89	c cleaning 2494 clauses out of 5001 with flag 32520/5001
2.28/1.68	c cleaning 4253 clauses out of 8508 with flag 71807/11002
3.28/2.70	c cleaning 5623 clauses out of 11254 with flag 117363/18001
4.59/3.93	c cleaning 6812 clauses out of 13633 with flag 174544/26003
5.78/5.00	c cleaning 7886 clauses out of 15818 with flag 234150/35000
6.87/6.14	c cleaning 8945 clauses out of 17933 with flag 308990/45001
8.38/7.69	c cleaning 9985 clauses out of 19987 with flag 378769/56000
10.41/9.60	c cleaning 10988 clauses out of 22003 with flag 461493/68001
13.40/12.60	c cleaning 11996 clauses out of 24015 with flag 550236/81001
15.50/14.78	c cleaning 12992 clauses out of 26021 with flag 645480/95003
18.00/17.21	c cleaning 13993 clauses out of 28027 with flag 766907/110001
20.92/20.07	c cleaning 15002 clauses out of 30036 with flag 888383/126003
24.42/23.53	c cleaning 15993 clauses out of 32031 with flag 1041710/143000
27.13/26.20	c cleaning 17008 clauses out of 34041 with flag 1166633/161003
31.43/30.43	c cleaning 17998 clauses out of 36032 with flag 1308162/180002
35.54/34.54	c cleaning 18999 clauses out of 38032 with flag 1460474/200000
40.24/39.26	c cleaning 20001 clauses out of 40035 with flag 1612557/221002
46.17/44.96	c cleaning 20997 clauses out of 42032 with flag 1774810/243000
52.17/50.98	c cleaning 22003 clauses out of 44037 with flag 1948466/266002
58.47/57.24	c cleaning 23017 clauses out of 46033 with flag 2125583/290001
63.43/62.12	c cleaning 23990 clauses out of 48016 with flag 2289994/315001
69.23/67.97	c cleaning 25004 clauses out of 50025 with flag 2473055/341000
76.37/74.82	c cleaning 25994 clauses out of 52023 with flag 2679516/368002
82.96/81.42	c cleaning 27003 clauses out of 54028 with flag 2890756/396001
91.39/89.62	c cleaning 28002 clauses out of 56026 with flag 3115119/425002
100.98/99.29	c cleaning 28999 clauses out of 58023 with flag 3358242/455001
108.68/106.71	c cleaning 29970 clauses out of 60024 with flag 3577576/486001
118.20/116.00	c cleaning 30986 clauses out of 62054 with flag 3808377/518001
128.80/126.64	c cleaning 32000 clauses out of 64073 with flag 4061006/551006
135.67/133.43	c cleaning 33006 clauses out of 66069 with flag 4311790/585002
144.50/142.16	c cleaning 34015 clauses out of 68061 with flag 4564164/620000
155.20/152.79	c cleaning 35007 clauses out of 70048 with flag 4857201/656002
165.66/163.19	c cleaning 36008 clauses out of 72039 with flag 5143109/693000
177.72/175.05	c cleaning 37003 clauses out of 74033 with flag 5438981/731002
190.61/187.91	c cleaning 38003 clauses out of 76029 with flag 5762470/770001
203.60/200.86	c cleaning 38996 clauses out of 78025 with flag 6096558/810000
214.87/212.01	c cleaning 39999 clauses out of 80029 with flag 6391520/851000
229.53/226.50	c cleaning 40997 clauses out of 82030 with flag 6711719/893000
245.81/242.78	c cleaning 42003 clauses out of 84034 with flag 7016398/936001
260.02/256.81	c cleaning 42999 clauses out of 86033 with flag 7356017/980003
273.88/270.63	c cleaning 43999 clauses out of 88032 with flag 7639573/1025001
284.51/281.24	c cleaning 44998 clauses out of 90034 with flag 7946024/1071002
295.68/292.22	c cleaning 45987 clauses out of 92034 with flag 8245784/1118000
306.03/302.49	c cleaning 46994 clauses out of 94049 with flag 8579175/1166002
324.39/320.67	c cleaning 48008 clauses out of 96058 with flag 8907146/1215005
338.60/334.71	c cleaning 48986 clauses out of 98045 with flag 9267766/1265000
349.58/345.55	c cleaning 49994 clauses out of 100059 with flag 9601933/1316000
368.70/364.53	c cleaning 50998 clauses out of 102065 with flag 9975586/1368000
390.77/386.46	c cleaning 51998 clauses out of 104068 with flag 10434131/1421001
412.94/408.49	c cleaning 53004 clauses out of 106072 with flag 10900076/1475003
436.04/431.36	c cleaning 53997 clauses out of 108066 with flag 11350323/1530001
461.13/456.22	c cleaning 55000 clauses out of 110069 with flag 11809523/1586001
484.85/479.87	c cleaning 56005 clauses out of 112070 with flag 12252987/1643002
514.89/509.73	c cleaning 57001 clauses out of 114066 with flag 12705064/1701003
548.34/542.97	c cleaning 57999 clauses out of 116064 with flag 13170795/1760002
566.42/560.86	c cleaning 59002 clauses out of 118064 with flag 13581552/1820001
594.82/588.94	c cleaning 60003 clauses out of 120061 with flag 13970298/1881000
611.36/605.29	c cleaning 60981 clauses out of 122058 with flag 14387863/1943000
628.42/622.06	c cleaning 61997 clauses out of 124078 with flag 14854792/2006001
650.07/643.48	c cleaning 62929 clauses out of 126083 with flag 15380922/2070003
674.01/667.08	c cleaning 64057 clauses out of 128151 with flag 15827812/2135000
706.81/699.69	c cleaning 65032 clauses out of 130094 with flag 16241407/2201000
737.40/729.86	c cleaning 66017 clauses out of 132062 with flag 16720655/2268000
765.56/757.51	c cleaning 67003 clauses out of 134049 with flag 17225596/2336004
786.68/778.26	c cleaning 68002 clauses out of 136043 with flag 17674104/2405001
812.33/803.68	c cleaning 68986 clauses out of 138041 with flag 18200732/2475001
834.52/825.48	c cleaning 70002 clauses out of 140054 with flag 18719434/2546000
874.53/865.24	c cleaning 71005 clauses out of 142055 with flag 19261715/2618003
915.29/905.60	c cleaning 71997 clauses out of 144047 with flag 19768556/2691000
956.87/946.48	c cleaning 73003 clauses out of 146051 with flag 20279339/2765001
1005.16/994.35	c cleaning 74000 clauses out of 148047 with flag 20776355/2840000
1048.43/1037.34	c cleaning 75002 clauses out of 150047 with flag 21297903/2916000
1091.04/1079.57	c cleaning 76000 clauses out of 152047 with flag 21909902/2993002
1133.71/1121.90	c cleaning 77008 clauses out of 154047 with flag 22458957/3071002
1180.22/1167.95	c cleaning 78003 clauses out of 156040 with flag 23055208/3150003
1229.61/1216.92	c cleaning 78998 clauses out of 158034 with flag 23675560/3230000
1251.30/1237.92	c cleaning 79990 clauses out of 160038 with flag 24265652/3311002
1302.48/1288.80	c cleaning 80992 clauses out of 162047 with flag 24879737/3393001
1357.80/1343.41	c cleaning 81998 clauses out of 164054 with flag 25485009/3476000
1418.42/1403.42	c cleaning 82994 clauses out of 166059 with flag 26103472/3560003
1476.56/1460.84	c cleaning 83994 clauses out of 168062 with flag 26796030/3645000
1535.67/1519.44	c cleaning 85002 clauses out of 170069 with flag 27515539/3731001
1597.92/1581.16	c cleaning 86007 clauses out of 172071 with flag 28282376/3818005
1661.53/1644.04	c cleaning 86996 clauses out of 174062 with flag 29030968/3906003
1735.65/1717.51	c cleaning 87995 clauses out of 176063 with flag 29759673/3995000
1800.03/1781.10	c starts		: 1783
1800.03/1781.10	c conflicts		: 4076587
1800.03/1781.10	c decisions		: 12859387
1800.03/1781.10	c propagations		: 89826767
1800.03/1781.10	c inspects		: 28982460219
1800.03/1781.10	c shortcuts		: 0
1800.03/1781.10	c learnt literals	: 0
1800.03/1781.10	c learnt binary clauses	: 0
1800.03/1781.10	c learnt ternary clauses	: 0
1800.03/1781.10	c learnt constraints	: 4076587
1800.03/1781.10	c ignored constraints	: 0
1800.03/1781.10	c root simplifications	: 0
1800.03/1781.10	c removed literals (reason simplification)	: 0
1800.03/1781.10	c reason swapping (by a shorter reason)	: 0
1800.03/1781.10	c Calls to reduceDB	: 85
1800.03/1781.10	c Number of update (reduction) of LBD	: 2390339
1800.03/1781.10	c Imported unit clauses	: 0
1800.03/1781.10	c number of reductions to clauses (during analyze)	: 0
1800.03/1781.10	c number of learned constraints concerned by reduction	: 0
1800.03/1781.10	c number of learning phase by resolution	: 0
1800.03/1781.10	c number of learning phase by cutting planes	: 0
1800.03/1781.10	c speed (assignments/second)	: 50441.15445499075
1800.03/1781.10	c non guided choices	189492
1800.03/1781.10	c timeout
1800.03/1781.13	c learnt constraints type 
1800.03/1781.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 169656
1800.03/1781.13	s UNKNOWN
1800.03/1781.13	c Total wall clock time (in seconds): 1781.019

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-4084481-1465239527/watcher-4084481-1465239527 -o /tmp/evaluation-result-4084481-1465239527/solver-4084481-1465239527 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32382 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084481-1465239527.opb 

pid=4484
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.35 2.29 2.21 3/194 4487
/proc/meminfo: memFree=29819156/32872528 swapFree=15844/1710320
[pid=4487] ppid=4484 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/4487/stat : 4487 (java) D 4484 4487 32365 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 105885101 2560000 46 33554432000 1073741824 1073778376 140736706284752 140736706281880 240556010791 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/4487/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 2.35 2.29 2.21 3/194 4487
/proc/meminfo: memFree=29819156/32872528 swapFree=15844/1710320
[pid=4487] ppid=4484 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/4487/stat : 4487 (java) S 4484 4487 32365 0 -1 4202496 4386 0 1 0 8 1 0 0 20 0 18 0 105885101 9787879424 6027 33554432000 1073741824 1073778376 140736706284752 140736706275888 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4487/statm: 2389619 6027 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200237 s]
/proc/loadavg: 2.35 2.29 2.21 3/194 4487
/proc/meminfo: memFree=29819156/32872528 swapFree=15844/1710320
[pid=4487] ppid=4484 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/4487/stat : 4487 (java) S 4484 4487 32365 0 -1 4202496 5016 0 1 0 27 2 0 0 20 0 18 0 105885101 9787879424 7039 33554432000 1073741824 1073778376 140736706284752 140736706275888 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4487/statm: 2389619 7039 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300241 s]
/proc/loadavg: 2.35 2.29 2.21 3/194 4487
/proc/meminfo: memFree=29819156/32872528 swapFree=15844/1710320
[pid=4487] ppid=4484 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/4487/stat : 4487 (java) S 4484 4487 32365 0 -1 4202496 7671 0 1 0 54 3 0 0 20 0 19 0 105885101 9856040960 10360 33554432000 1073741824 1073778376 140736706284752 140736706275888 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4487/statm: 2406260 10360 2239 9 0 2396937 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9625040

[startup+0.700177 s]
/proc/loadavg: 2.35 2.29 2.21 3/194 4487
/proc/meminfo: memFree=29819156/32872528 swapFree=15844/1710320
[pid=4487] ppid=4484 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/4487/stat : 4487 (java) S 4484 4487 32365 0 -1 4202496 8641 0 1 0 126 3 0 0 20 0 19 0 105885101 9856040960 11939 33554432000 1073741824 1073778376 140736706284752 140736706275888 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4487/statm: 2406260 11939 2251 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.32 2.28 2.21 3/213 4506
/proc/meminfo: memFree=29773852/32872528 swapFree=15844/1710320
[pid=4487] ppid=4484 vsize=9625040 CPUtime=2.17 cores=1,3,5,7
/proc/4487/stat : 4487 (java) S 4484 4487 32365 0 -1 4202496 9025 0 1 0 214 3 0 0 20 0 19 0 105885101 9856040960 15027 33554432000 1073741824 1073778376 140736706284752 140736706275888 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4487/statm: 2406260 15027 2260 9 0 2396937 0
[pid=4487/tid=4489] ppid=4484 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/4487/task/4489/stat : 4489 (java) R 4484 4487 32365 0 -1 4202560 2424 0 1 0 144 2 0 0 20 0 19 0 105885102 9856040960 15027 33554432000 1073741824 1073778376 140736706284752 140442510168392 140442361032624 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4490] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4490/stat : 4490 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885103 9856040960 15027 33554432000 1073741824 1073778376 140736706284752 140442482620584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4491] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4491/stat : 4491 (java) S 4484 4487 32365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105885103 9856040960 15027 33554432000 1073741824 1073778376 140736706284752 140442481568040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4487/tid=4492] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4492/stat : 4492 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885103 9856040960 15027 33554432000 1073741824 1073778376 140736706284752 140442480515496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4487/tid=4493] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4493/stat : 4493 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885103 9856040960 15027 33554432000 1073741824 1073778376 140736706284752 140442479462952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4487/tid=4494] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4494/stat : 4494 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885103 9856040960 15027 33554432000 1073741824 1073778376 140736706284752 140442349382312 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4495] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4495/stat : 4495 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885103 9856040960 15027 33554432000 1073741824 1073778376 140736706284752 140442348329768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4487/tid=4496] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4496/stat : 4496 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885103 9856040960 15027 33554432000 1073741824 1073778376 140736706284752 140442347277224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4497] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4497/stat : 4497 (java) S 4484 4487 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105885103 9856040960 15027 33554432000 1073741824 1073778376 140736706284752 140442346224680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4498] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4498/stat : 4498 (java) S 4484 4487 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105885104 9856040960 15027 33554432000 1073741824 1073778376 140736706284752 140441863710824 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4499] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4499/stat : 4499 (java) S 4484 4487 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105885105 9856040960 15027 33554432000 1073741824 1073778376 140736706284752 140441862657144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4500] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4500/stat : 4500 (java) S 4484 4487 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105885105 9856040960 15027 33554432000 1073741824 1073778376 140736706284752 140441861604488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4501] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4501/stat : 4501 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885107 9856040960 15027 33554432000 1073741824 1073778376 140736706284752 140441860553232 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4502] ppid=4484 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/4487/task/4502/stat : 4502 (java) R 4484 4487 32365 0 -1 4202560 2087 0 0 0 29 0 0 0 20 0 19 0 105885107 9856040960 15027 33554432000 1073741824 1073778376 140736706284752 140441859500600 140442514286170 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4503] ppid=4484 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/4487/task/4503/stat : 4503 (java) R 4484 4487 32365 0 -1 4202560 3241 0 0 0 37 0 0 0 20 0 19 0 105885107 9856040960 15027 33554432000 1073741824 1073778376 140736706284752 140441858448056 140442517142821 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4487/tid=4504] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4504/stat : 4504 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885107 9856040960 15027 33554432000 1073741824 1073778376 140736706284752 140441857395704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4487/tid=4505] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4505/stat : 4505 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885107 9856040960 15027 33554432000 1073741824 1073778376 140736706284752 140441856343368 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4506] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4506/stat : 4506 (java) S 4484 4487 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105885130 9856040960 15027 33554432000 1073741824 1073778376 140736706284752 140441855288104 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.32 2.28 2.21 3/213 4506
/proc/meminfo: memFree=29754420/32872528 swapFree=15844/1710320
[pid=4487] ppid=4484 vsize=9625040 CPUtime=3.78 cores=1,3,5,7
/proc/4487/stat : 4487 (java) S 4484 4487 32365 0 -1 4202496 9037 0 1 0 375 3 0 0 20 0 19 0 105885101 9856040960 21171 33554432000 1073741824 1073778376 140736706284752 140736706275888 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4487/statm: 2406260 21171 2260 9 0 2396937 0
[pid=4487/tid=4489] ppid=4484 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/4487/task/4489/stat : 4489 (java) R 4484 4487 32365 0 -1 4202560 2436 0 1 0 303 2 0 0 20 0 19 0 105885102 9856040960 21171 33554432000 1073741824 1073778376 140736706284752 140442510159568 140442360608164 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4487/tid=4490] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4490/stat : 4490 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885103 9856040960 21171 33554432000 1073741824 1073778376 140736706284752 140442482620584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4491] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4491/stat : 4491 (java) S 4484 4487 32365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105885103 9856040960 21171 33554432000 1073741824 1073778376 140736706284752 140442481568040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4487/tid=4492] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4492/stat : 4492 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885103 9856040960 21171 33554432000 1073741824 1073778376 140736706284752 140442480515496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4487/tid=4493] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4493/stat : 4493 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885103 9856040960 21171 33554432000 1073741824 1073778376 140736706284752 140442479462952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4487/tid=4494] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4494/stat : 4494 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885103 9856040960 21171 33554432000 1073741824 1073778376 140736706284752 140442349382312 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4495] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4495/stat : 4495 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885103 9856040960 21171 33554432000 1073741824 1073778376 140736706284752 140442348329768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4487/tid=4496] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4496/stat : 4496 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885103 9856040960 21171 33554432000 1073741824 1073778376 140736706284752 140442347277224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4497] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4497/stat : 4497 (java) S 4484 4487 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105885103 9856040960 21171 33554432000 1073741824 1073778376 140736706284752 140442346224680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4498] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4498/stat : 4498 (java) S 4484 4487 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105885104 9856040960 21171 33554432000 1073741824 1073778376 140736706284752 140441863710824 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4499] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4499/stat : 4499 (java) S 4484 4487 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105885105 9856040960 21171 33554432000 1073741824 1073778376 140736706284752 140441862657144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4500] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4500/stat : 4500 (java) S 4484 4487 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105885105 9856040960 21171 33554432000 1073741824 1073778376 140736706284752 140441861604488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4501] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4501/stat : 4501 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885107 9856040960 21171 33554432000 1073741824 1073778376 140736706284752 140441860553232 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4502] ppid=4484 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/4487/task/4502/stat : 4502 (java) S 4484 4487 32365 0 -1 4202560 2087 0 0 0 30 0 0 0 20 0 19 0 105885107 9856040960 21171 33554432000 1073741824 1073778376 140736706284752 140441859500600 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4503] ppid=4484 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/4487/task/4503/stat : 4503 (java) S 4484 4487 32365 0 -1 4202560 3241 0 0 0 39 0 0 0 20 0 19 0 105885107 9856040960 21171 33554432000 1073741824 1073778376 140736706284752 140441858448056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4487/tid=4504] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4504/stat : 4504 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885107 9856040960 21171 33554432000 1073741824 1073778376 140736706284752 140441857395704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4487/tid=4505] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4505/stat : 4505 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885107 9856040960 21171 33554432000 1073741824 1073778376 140736706284752 140441856343368 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4506] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4506/stat : 4506 (java) S 4484 4487 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105885130 9856040960 21171 33554432000 1073741824 1073778376 140736706284752 140441855288104 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.32 2.28 2.21 3/213 4506
/proc/meminfo: memFree=29702768/32872528 swapFree=15844/1710320
[pid=4487] ppid=4484 vsize=9625040 CPUtime=7.08 cores=1,3,5,7
/proc/4487/stat : 4487 (java) S 4484 4487 32365 0 -1 4202496 10270 0 1 0 703 5 0 0 20 0 19 0 105885101 9856040960 33980 33554432000 1073741824 1073778376 140736706284752 140736706275888 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4487/statm: 2406260 33980 2261 9 0 2396937 0
[pid=4487/tid=4489] ppid=4484 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/4487/task/4489/stat : 4489 (java) R 4484 4487 32365 0 -1 4202560 2462 0 1 0 621 3 0 0 20 0 19 0 105885102 9856040960 33980 33554432000 1073741824 1073778376 140736706284752 140442510159536 140442360938801 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4487/tid=4490] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4490/stat : 4490 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885103 9856040960 33980 33554432000 1073741824 1073778376 140736706284752 140442482620584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4491] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4491/stat : 4491 (java) S 4484 4487 32365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105885103 9856040960 33980 33554432000 1073741824 1073778376 140736706284752 140442481568040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4487/tid=4492] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4492/stat : 4492 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885103 9856040960 33980 33554432000 1073741824 1073778376 140736706284752 140442480515496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4487/tid=4493] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4493/stat : 4493 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885103 9856040960 33980 33554432000 1073741824 1073778376 140736706284752 140442479462952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4487/tid=4494] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4494/stat : 4494 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885103 9856040960 33980 33554432000 1073741824 1073778376 140736706284752 140442349382312 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4495] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4495/stat : 4495 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885103 9856040960 33980 33554432000 1073741824 1073778376 140736706284752 140442348329768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4487/tid=4496] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4496/stat : 4496 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885103 9856040960 33980 33554432000 1073741824 1073778376 140736706284752 140442347277224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4497] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4497/stat : 4497 (java) S 4484 4487 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105885103 9856040960 33980 33554432000 1073741824 1073778376 140736706284752 140442346224680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4498] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4498/stat : 4498 (java) S 4484 4487 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105885104 9856040960 33980 33554432000 1073741824 1073778376 140736706284752 140441863710824 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4499] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4499/stat : 4499 (java) S 4484 4487 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105885105 9856040960 33980 33554432000 1073741824 1073778376 140736706284752 140441862657144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4500] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4500/stat : 4500 (java) S 4484 4487 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105885105 9856040960 33980 33554432000 1073741824 1073778376 140736706284752 140441861604488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4501] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4501/stat : 4501 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885107 9856040960 33980 33554432000 1073741824 1073778376 140736706284752 140441860553232 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4502] ppid=4484 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/4487/task/4502/stat : 4502 (java) S 4484 4487 32365 0 -1 4202560 3293 0 0 0 38 0 0 0 20 0 19 0 105885107 9856040960 33980 33554432000 1073741824 1073778376 140736706284752 140441859500600 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4503] ppid=4484 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/4487/task/4503/stat : 4503 (java) S 4484 4487 32365 0 -1 4202560 3241 0 0 0 40 0 0 0 20 0 19 0 105885107 9856040960 33980 33554432000 1073741824 1073778376 140736706284752 140441858448056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4487/tid=4504] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4504/stat : 4504 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885107 9856040960 33980 33554432000 1073741824 1073778376 140736706284752 140441857395704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4487/tid=4505] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4505/stat : 4505 (java) S 4484 4487 32365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105885107 9856040960 33980 33554432000 1073741824 1073778376 140736706284752 140441856343368 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4506] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4506/stat : 4506 (java) S 4484 4487 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105885130 9856040960 33980 33554432000 1073741824 1073778376 140736706284752 140441855288104 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 9625040


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

[pid=4487/tid=4506] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4506/stat : 4506 (java) S 4484 4487 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105885130 9856040960 146138 33554432000 1073741824 1073778376 140736706284752 140441855288104 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1680.14
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.32 2.23 2.22 4/213 4637
/proc/meminfo: memFree=29217656/32872528 swapFree=15844/1710320
[pid=4487] ppid=4484 vsize=9625040 CPUtime=1740.58 cores=1,3,5,7
/proc/4487/stat : 4487 (java) S 4484 4487 32365 0 -1 4202496 24345 0 1 0 173858 200 0 0 20 0 19 0 105885101 9856040960 146973 33554432000 1073741824 1073778376 140736706284752 140736706275888 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4487/statm: 2406260 146973 2283 9 0 2396937 0
[pid=4487/tid=4489] ppid=4484 vsize=9625040 CPUtime=1704.95 cores=1,3,5,7
/proc/4487/task/4489/stat : 4489 (java) R 4484 4487 32365 0 -1 4202560 2787 0 1 0 170465 30 0 0 20 0 19 0 105885102 9856040960 146973 33554432000 1073741824 1073778376 140736706284752 140442510167248 140442360938775 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4490] ppid=4484 vsize=9625040 CPUtime=2.95 cores=1,3,5,7
/proc/4487/task/4490/stat : 4490 (java) S 4484 4487 32365 0 -1 4202560 1472 0 0 0 276 19 0 0 20 0 19 0 105885103 9856040960 146973 33554432000 1073741824 1073778376 140736706284752 140442482620584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4487/tid=4491] ppid=4484 vsize=9625040 CPUtime=3.23 cores=1,3,5,7
/proc/4487/task/4491/stat : 4491 (java) S 4484 4487 32365 0 -1 4202560 2323 0 0 0 302 21 0 0 20 0 19 0 105885103 9856040960 146973 33554432000 1073741824 1073778376 140736706284752 140442481568040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4487/tid=4492] ppid=4484 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/4487/task/4492/stat : 4492 (java) S 4484 4487 32365 0 -1 4202560 1657 0 0 0 288 17 0 0 20 0 19 0 105885103 9856040960 146973 33554432000 1073741824 1073778376 140736706284752 140442480515496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4487/tid=4493] ppid=4484 vsize=9625040 CPUtime=2.98 cores=1,3,5,7
/proc/4487/task/4493/stat : 4493 (java) S 4484 4487 32365 0 -1 4202560 1089 0 0 0 283 15 0 0 20 0 19 0 105885103 9856040960 146973 33554432000 1073741824 1073778376 140736706284752 140442479462952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4487/tid=4494] ppid=4484 vsize=9625040 CPUtime=2.95 cores=1,3,5,7
/proc/4487/task/4494/stat : 4494 (java) S 4484 4487 32365 0 -1 4202560 1132 0 0 0 274 21 0 0 20 0 19 0 105885103 9856040960 146973 33554432000 1073741824 1073778376 140736706284752 140442349382312 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4487/tid=4495] ppid=4484 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/4487/task/4495/stat : 4495 (java) S 4484 4487 32365 0 -1 4202560 1665 0 0 0 281 24 0 0 20 0 19 0 105885103 9856040960 146973 33554432000 1073741824 1073778376 140736706284752 140442348329768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4487/tid=4496] ppid=4484 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/4487/task/4496/stat : 4496 (java) S 4484 4487 32365 0 -1 4202560 1385 0 0 0 286 21 0 0 20 0 19 0 105885103 9856040960 146973 33554432000 1073741824 1073778376 140736706284752 140442347277224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4497] ppid=4484 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/4487/task/4497/stat : 4497 (java) S 4484 4487 32365 0 -1 4202560 1328 0 0 0 290 18 0 0 20 0 19 0 105885103 9856040960 146973 33554432000 1073741824 1073778376 140736706284752 140442346224680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4487/tid=4498] ppid=4484 vsize=9625040 CPUtime=5.74 cores=1,3,5,7
/proc/4487/task/4498/stat : 4498 (java) S 4484 4487 32365 0 -1 4202560 1612 0 0 0 568 6 0 0 20 0 19 0 105885104 9856040960 146973 33554432000 1073741824 1073778376 140736706284752 140441863710824 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4487/tid=4499] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4499/stat : 4499 (java) S 4484 4487 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105885105 9856040960 146973 33554432000 1073741824 1073778376 140736706284752 140441862657144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4500] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4500/stat : 4500 (java) S 4484 4487 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105885105 9856040960 146973 33554432000 1073741824 1073778376 140736706284752 140441861604488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4501] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4501/stat : 4501 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885107 9856040960 146973 33554432000 1073741824 1073778376 140736706284752 140441860553232 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4502] ppid=4484 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/4487/task/4502/stat : 4502 (java) S 4484 4487 32365 0 -1 4202560 3296 0 0 0 40 0 0 0 20 0 19 0 105885107 9856040960 146973 33554432000 1073741824 1073778376 140736706284752 140441859500600 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4503] ppid=4484 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/4487/task/4503/stat : 4503 (java) S 4484 4487 32365 0 -1 4202560 3241 0 0 0 40 0 0 0 20 0 19 0 105885107 9856040960 146973 33554432000 1073741824 1073778376 140736706284752 140441858448056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4487/tid=4504] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4504/stat : 4504 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885107 9856040960 146973 33554432000 1073741824 1073778376 140736706284752 140441857395704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4487/tid=4505] ppid=4484 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/4487/task/4505/stat : 4505 (java) S 4484 4487 32365 0 -1 4202560 100 0 0 0 23 38 0 0 20 0 19 0 105885107 9856040960 146973 33554432000 1073741824 1073778376 140736706284752 140441856343368 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4506] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4506/stat : 4506 (java) S 4484 4487 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105885130 9856040960 146973 33554432000 1073741824 1073778376 140736706284752 140441855288104 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1740.58
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.1 s]
/proc/loadavg: 2.21 2.22 2.22 3/213 4637
/proc/meminfo: memFree=29172808/32872528 swapFree=15844/1710320
[pid=4487] ppid=4484 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/4487/stat : 4487 (java) S 4484 4487 32365 0 -1 4202496 24892 0 1 0 179790 213 0 0 20 0 19 0 105885101 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140736706275888 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4487/statm: 2406260 164430 2283 9 0 2396937 0
[pid=4487/tid=4489] ppid=4484 vsize=9625040 CPUtime=1763.14 cores=1,3,5,7
/proc/4487/task/4489/stat : 4489 (java) R 4484 4487 32365 0 -1 4202560 2805 0 1 0 176283 31 0 0 20 0 19 0 105885102 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140442510167248 140442360955537 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4487/tid=4490] ppid=4484 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/4487/task/4490/stat : 4490 (java) S 4484 4487 32365 0 -1 4202560 1492 0 0 0 284 20 0 0 20 0 19 0 105885103 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140442482620584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4487/tid=4491] ppid=4484 vsize=9625040 CPUtime=3.36 cores=1,3,5,7
/proc/4487/task/4491/stat : 4491 (java) S 4484 4487 32365 0 -1 4202560 2540 0 0 0 314 22 0 0 20 0 19 0 105885103 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140442481568040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4487/tid=4492] ppid=4484 vsize=9625040 CPUtime=3.15 cores=1,3,5,7
/proc/4487/task/4492/stat : 4492 (java) S 4484 4487 32365 0 -1 4202560 1688 0 0 0 297 18 0 0 20 0 19 0 105885103 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140442480515496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4487/tid=4493] ppid=4484 vsize=9625040 CPUtime=3.1 cores=1,3,5,7
/proc/4487/task/4493/stat : 4493 (java) S 4484 4487 32365 0 -1 4202560 1251 0 0 0 293 17 0 0 20 0 19 0 105885103 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140442479462952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4494] ppid=4484 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/4487/task/4494/stat : 4494 (java) S 4484 4487 32365 0 -1 4202560 1148 0 0 0 283 22 0 0 20 0 19 0 105885103 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140442349382312 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4495] ppid=4484 vsize=9625040 CPUtime=3.18 cores=1,3,5,7
/proc/4487/task/4495/stat : 4495 (java) S 4484 4487 32365 0 -1 4202560 1700 0 0 0 292 26 0 0 20 0 19 0 105885103 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140442348329768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4496] ppid=4484 vsize=9625040 CPUtime=3.19 cores=1,3,5,7
/proc/4487/task/4496/stat : 4496 (java) S 4484 4487 32365 0 -1 4202560 1407 0 0 0 296 23 0 0 20 0 19 0 105885103 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140442347277224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4487/tid=4497] ppid=4484 vsize=9625040 CPUtime=3.17 cores=1,3,5,7
/proc/4487/task/4497/stat : 4497 (java) S 4484 4487 32365 0 -1 4202560 1345 0 0 0 298 19 0 0 20 0 19 0 105885103 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140442346224680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4498] ppid=4484 vsize=9625040 CPUtime=5.92 cores=1,3,5,7
/proc/4487/task/4498/stat : 4498 (java) S 4484 4487 32365 0 -1 4202560 1617 0 0 0 585 7 0 0 20 0 19 0 105885104 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140441863710824 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4499] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4499/stat : 4499 (java) S 4484 4487 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105885105 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140441862657144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4500] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4500/stat : 4500 (java) S 4484 4487 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105885105 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140441861604488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4501] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4501/stat : 4501 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885107 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140441860553232 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4502] ppid=4484 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/4487/task/4502/stat : 4502 (java) S 4484 4487 32365 0 -1 4202560 3296 0 0 0 40 0 0 0 20 0 19 0 105885107 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140441859500600 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4503] ppid=4484 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/4487/task/4503/stat : 4503 (java) S 4484 4487 32365 0 -1 4202560 3241 0 0 0 40 0 0 0 20 0 19 0 105885107 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140441858448056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4487/tid=4504] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4504/stat : 4504 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885107 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140441857395704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4487/tid=4505] ppid=4484 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/4487/task/4505/stat : 4505 (java) S 4484 4487 32365 0 -1 4202560 104 0 0 0 24 39 0 0 20 0 19 0 105885107 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140441856343368 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4506] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4506/stat : 4506 (java) S 4484 4487 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105885130 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140441855288104 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 4487 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1781.1 s]
/proc/loadavg: 2.21 2.22 2.22 3/213 4637
/proc/meminfo: memFree=29172808/32872528 swapFree=15844/1710320
[pid=4487] ppid=4484 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/4487/stat : 4487 (java) S 4484 4487 32365 0 -1 4202496 24892 0 1 0 179790 213 0 0 20 0 19 0 105885101 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140736706275888 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4487/statm: 2406260 164430 2283 9 0 2396937 0
[pid=4487/tid=4489] ppid=4484 vsize=9625040 CPUtime=1763.14 cores=1,3,5,7
/proc/4487/task/4489/stat : 4489 (java) R 4484 4487 32365 0 -1 4202560 2805 0 1 0 176283 31 0 0 20 0 19 0 105885102 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140442510167248 140442360955537 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4487/tid=4490] ppid=4484 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/4487/task/4490/stat : 4490 (java) S 4484 4487 32365 0 -1 4202560 1492 0 0 0 284 20 0 0 20 0 19 0 105885103 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140442482620584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4487/tid=4491] ppid=4484 vsize=9625040 CPUtime=3.36 cores=1,3,5,7
/proc/4487/task/4491/stat : 4491 (java) S 4484 4487 32365 0 -1 4202560 2540 0 0 0 314 22 0 0 20 0 19 0 105885103 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140442481568040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4487/tid=4492] ppid=4484 vsize=9625040 CPUtime=3.15 cores=1,3,5,7
/proc/4487/task/4492/stat : 4492 (java) S 4484 4487 32365 0 -1 4202560 1688 0 0 0 297 18 0 0 20 0 19 0 105885103 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140442480515496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4487/tid=4493] ppid=4484 vsize=9625040 CPUtime=3.1 cores=1,3,5,7
/proc/4487/task/4493/stat : 4493 (java) S 4484 4487 32365 0 -1 4202560 1251 0 0 0 293 17 0 0 20 0 19 0 105885103 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140442479462952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4494] ppid=4484 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/4487/task/4494/stat : 4494 (java) S 4484 4487 32365 0 -1 4202560 1148 0 0 0 283 22 0 0 20 0 19 0 105885103 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140442349382312 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4495] ppid=4484 vsize=9625040 CPUtime=3.18 cores=1,3,5,7
/proc/4487/task/4495/stat : 4495 (java) S 4484 4487 32365 0 -1 4202560 1700 0 0 0 292 26 0 0 20 0 19 0 105885103 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140442348329768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4496] ppid=4484 vsize=9625040 CPUtime=3.19 cores=1,3,5,7
/proc/4487/task/4496/stat : 4496 (java) S 4484 4487 32365 0 -1 4202560 1407 0 0 0 296 23 0 0 20 0 19 0 105885103 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140442347277224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4487/tid=4497] ppid=4484 vsize=9625040 CPUtime=3.17 cores=1,3,5,7
/proc/4487/task/4497/stat : 4497 (java) S 4484 4487 32365 0 -1 4202560 1345 0 0 0 298 19 0 0 20 0 19 0 105885103 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140442346224680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4498] ppid=4484 vsize=9625040 CPUtime=5.92 cores=1,3,5,7
/proc/4487/task/4498/stat : 4498 (java) S 4484 4487 32365 0 -1 4202560 1617 0 0 0 585 7 0 0 20 0 19 0 105885104 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140441863710824 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4499] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4499/stat : 4499 (java) S 4484 4487 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105885105 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140441862657144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4500] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4500/stat : 4500 (java) S 4484 4487 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105885105 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140441861604488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4501] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4501/stat : 4501 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885107 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140441860553232 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4502] ppid=4484 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/4487/task/4502/stat : 4502 (java) S 4484 4487 32365 0 -1 4202560 3296 0 0 0 40 0 0 0 20 0 19 0 105885107 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140441859500600 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4503] ppid=4484 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/4487/task/4503/stat : 4503 (java) S 4484 4487 32365 0 -1 4202560 3241 0 0 0 40 0 0 0 20 0 19 0 105885107 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140441858448056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4487/tid=4504] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4504/stat : 4504 (java) S 4484 4487 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105885107 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140441857395704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4487/tid=4505] ppid=4484 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/4487/task/4505/stat : 4505 (java) S 4484 4487 32365 0 -1 4202560 104 0 0 0 24 39 0 0 20 0 19 0 105885107 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140441856343368 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4487/tid=4506] ppid=4484 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4487/task/4506/stat : 4506 (java) S 4484 4487 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105885130 9856040960 164430 33554432000 1073741824 1073778376 140736706284752 140441855288104 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4487 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=450354
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=586606
# CPU time returned by wait4() is 1796.04
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1781.14
CPU time (s): 1800.03
CPU user time (s): 1797.9
CPU system time (s): 2.13
CPU usage (%): 101.061
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.45
system time used= 2.58661
maximum resident set size= 812312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24936
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47575
involuntary context switches= 41473

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3514 second user time and 14.1838 second system time

The end

Launcher Data

Begin job on node146 at 2016-06-06 20:58:47
IDJOB=4084481
IDBENCH=2567
IDSOLVER=2546
FILE ID=node146/4084481-1465239527
RUNJOBID= node146-1465217554-32382
PBS_JOBID= 19843206
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-75-70.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084481-1465239527/watcher-4084481-1465239527 -o /tmp/evaluation-result-4084481-1465239527/solver-4084481-1465239527 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32382 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084481-1465239527.opb

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

MD5SUM BENCH= 51456bad41bf92f026526861ffdd231e
RANDOM SEED=100193383

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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.799
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:        29820180 kB
Buffers:           32920 kB
Cached:           252916 kB
SwapCached:         1468 kB
Active:           414004 kB
Inactive:         223316 kB
Active(anon):     352488 kB
Inactive(anon):     1608 kB
Active(file):      61516 kB
Inactive(file):   221708 kB
Unevictable:     1710320 kB
Mlocked:           15844 kB
SwapTotal:      67108856 kB
SwapFree:       67099280 kB
Dirty:               836 kB
Writeback:             0 kB
AnonPages:       2061420 kB
Mapped:            15244 kB
Shmem:                 0 kB
Slab:             569172 kB
SReclaimable:      12608 kB
SUnreclaim:       556564 kB
KernelStack:        1672 kB
PageTables:         8760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2196248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2035712 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= 71732 MiB
End job on node146 at 2016-06-06 21:28:29