Trace number 4101677

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.58 1798.55

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-msc98-ip.opb
MD5SUMc786421e3b1e46216a72d93f7d7302a0
Bench CategoryOPT-SMALLINT (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 benchmark1373.53
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables36105
Total number of constraints16727
Number of constraints which are clauses5133
Number of constraints which are cardinality constraints (but not clauses)579
Number of constraints which are nor clauses,nor cardinality constraints11015
Minimum length of a constraint1
Maximum length of a constraint1209
Number of terms in the objective function 7440
Biggest coefficient in the objective function 16499
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 531697
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 531697
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/0.12	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.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-4101677-1466225565.opb
0.07/0.12	c reading problem ... 
0.07/0.13	c  objective function found
1.95/1.22	c ... done. Wall clock time 1.1s.
1.95/1.22	c declared #vars     36105
1.95/1.22	c #constraints  21028
1.95/1.22	c constraints type 
1.95/1.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5244
1.95/1.22	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.95/1.22	c org.sat4j.specs.Constr$1 => 83
1.95/1.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 7922
1.95/1.22	c org.sat4j.minisat.constraints.cnf.UnitClause => 81
1.95/1.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1342
1.95/1.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6355
1.95/1.22	c 21028 constraints processed.
1.95/1.22	c objective function length is 7440 literals
4.06/2.92	c cleaning 2490 clauses out of 5000 with flag 19115/5000
4.64/3.46	c cleaning 4257 clauses out of 8514 with flag 40478/11004
5.14/3.93	c cleaning 5626 clauses out of 11253 with flag 64946/18000
5.75/4.57	c cleaning 6814 clauses out of 13627 with flag 91311/26000
6.46/5.29	c cleaning 7894 clauses out of 15813 with flag 117967/35000
7.36/6.10	c cleaning 8960 clauses out of 17919 with flag 148984/45000
8.56/7.39	c cleaning 9971 clauses out of 19963 with flag 182312/56004
10.07/8.87	c cleaning 10996 clauses out of 21992 with flag 218968/68004
11.66/10.47	c cleaning 11995 clauses out of 23992 with flag 259129/81000
13.36/12.14	c cleaning 13000 clauses out of 25999 with flag 301619/95002
15.36/14.19	c cleaning 13984 clauses out of 27998 with flag 346814/110001
18.25/17.02	c cleaning 14999 clauses out of 30013 with flag 394303/126000
22.17/20.96	c cleaning 16001 clauses out of 32017 with flag 445676/143003
26.06/24.83	c cleaning 16994 clauses out of 34013 with flag 499333/161000
29.97/28.76	c cleaning 17991 clauses out of 36022 with flag 556546/180003
34.06/32.85	c cleaning 19012 clauses out of 38028 with flag 618156/200000
38.86/37.68	c cleaning 19982 clauses out of 40016 with flag 681344/221000
43.86/42.60	c cleaning 21002 clauses out of 42034 with flag 748698/243000
49.96/48.77	c cleaning 22006 clauses out of 44032 with flag 819926/266000
56.47/55.28	c cleaning 23002 clauses out of 46028 with flag 892001/290002
63.97/62.76	c cleaning 24006 clauses out of 48024 with flag 967949/315000
69.16/67.95	c cleaning 25004 clauses out of 50018 with flag 1046488/341000
76.66/75.44	c cleaning 26007 clauses out of 52014 with flag 1127055/368000
83.46/82.20	c cleaning 26998 clauses out of 54009 with flag 1212224/396002
93.46/92.26	c cleaning 27995 clauses out of 56012 with flag 1299754/425003
105.36/104.16	c cleaning 28991 clauses out of 58014 with flag 1390577/455000
117.67/116.49	c cleaning 30015 clauses out of 60029 with flag 1483914/486006
129.17/127.94	c cleaning 31004 clauses out of 62008 with flag 1580117/518000
142.27/141.05	c cleaning 31995 clauses out of 64004 with flag 1680549/551000
155.07/153.90	c cleaning 32980 clauses out of 66010 with flag 1782794/585001
166.18/164.96	c cleaning 33991 clauses out of 68029 with flag 1891360/620000
178.38/177.19	c cleaning 34990 clauses out of 70038 with flag 2000848/656000
191.97/190.73	c cleaning 36020 clauses out of 72051 with flag 2113489/693003
206.47/205.27	c cleaning 36988 clauses out of 74031 with flag 2230959/731003
221.88/220.61	c cleaning 37999 clauses out of 76042 with flag 2350860/770002
235.88/234.65	c cleaning 39005 clauses out of 78041 with flag 2473299/810000
249.27/248.05	c cleaning 40008 clauses out of 80037 with flag 2599841/851001
265.28/264.05	c cleaning 41011 clauses out of 82032 with flag 2727310/893004
284.88/283.64	c cleaning 41995 clauses out of 84020 with flag 2859563/936003
307.27/306.10	c cleaning 42993 clauses out of 86022 with flag 2993713/980000
327.78/326.57	c cleaning 44001 clauses out of 88029 with flag 3130455/1025000
349.69/348.40	c cleaning 44995 clauses out of 90028 with flag 3269328/1071000
367.89/366.65	c cleaning 46016 clauses out of 92033 with flag 3411658/1118000
386.59/385.34	c cleaning 47000 clauses out of 94017 with flag 3556679/1166000
409.29/408.08	c cleaning 47994 clauses out of 96022 with flag 3705499/1215005
435.00/433.71	c cleaning 48985 clauses out of 98028 with flag 3856693/1265005
463.61/462.38	c cleaning 50020 clauses out of 100042 with flag 4010010/1316004
487.62/486.33	c cleaning 50996 clauses out of 102018 with flag 4164853/1368000
513.72/512.40	c cleaning 51995 clauses out of 104022 with flag 4323016/1421000
539.22/537.98	c cleaning 53015 clauses out of 106029 with flag 4485259/1475002
566.83/565.58	c cleaning 53999 clauses out of 108017 with flag 4651119/1530005
595.12/593.71	c cleaning 54989 clauses out of 110013 with flag 4822054/1586000
629.21/627.81	c cleaning 55982 clauses out of 112024 with flag 4995703/1643000
661.12/659.76	c cleaning 57006 clauses out of 114044 with flag 5171155/1701002
700.21/698.83	c cleaning 57976 clauses out of 116036 with flag 5350684/1760000
733.10/731.71	c cleaning 59004 clauses out of 118060 with flag 5533189/1820000
770.00/768.70	c cleaning 60026 clauses out of 120058 with flag 5713158/1881002
805.09/803.77	c cleaning 61003 clauses out of 122032 with flag 5911986/1943002
827.89/826.59	c cleaning 61998 clauses out of 124027 with flag 6088846/2006000
852.10/850.74	c cleaning 63015 clauses out of 126029 with flag 6303503/2070000
878.41/877.02	c cleaning 64003 clauses out of 128016 with flag 6567735/2135002
909.31/907.91	c cleaning 65001 clauses out of 130011 with flag 6824937/2201000
937.31/935.92	c cleaning 65994 clauses out of 132010 with flag 7084623/2268000
962.31/960.90	c cleaning 67001 clauses out of 134016 with flag 7393104/2336000
989.72/988.33	c cleaning 67995 clauses out of 136015 with flag 7666364/2405000
1020.23/1018.82	c cleaning 68995 clauses out of 138021 with flag 7965164/2475001
1051.13/1049.74	c cleaning 69977 clauses out of 140027 with flag 8250454/2546002
1075.43/1074.02	c cleaning 71012 clauses out of 142051 with flag 8535968/2618003
1104.35/1102.93	c cleaning 71994 clauses out of 144036 with flag 8818157/2691000
1134.34/1132.96	c cleaning 73015 clauses out of 146045 with flag 9121326/2765003
1165.26/1163.83	c cleaning 74003 clauses out of 148027 with flag 9434119/2840000
1195.05/1193.60	c cleaning 74998 clauses out of 150024 with flag 9767394/2916000
1230.25/1228.89	c cleaning 76000 clauses out of 152028 with flag 10128387/2993002
1262.75/1261.37	c cleaning 77014 clauses out of 154028 with flag 10496297/3071002
1294.76/1293.38	c cleaning 78005 clauses out of 156013 with flag 10850680/3150001
1327.46/1326.05	c cleaning 78977 clauses out of 158008 with flag 11222807/3230001
1362.66/1361.25	c cleaning 79994 clauses out of 160030 with flag 11620383/3311000
1396.67/1395.29	c cleaning 81009 clauses out of 162039 with flag 12075504/3393003
1428.38/1426.94	c cleaning 82001 clauses out of 164027 with flag 12486114/3476000
1466.89/1465.49	c cleaning 82990 clauses out of 166026 with flag 12860665/3560000
1503.49/1502.09	c cleaning 83997 clauses out of 168036 with flag 13261185/3645000
1537.69/1536.21	c cleaning 85003 clauses out of 170039 with flag 13652408/3731000
1578.10/1576.67	c cleaning 85999 clauses out of 172036 with flag 14063112/3818000
1616.51/1615.01	c cleaning 87004 clauses out of 174043 with flag 14482081/3906006
1655.92/1654.45	c cleaning 88019 clauses out of 176038 with flag 14872862/3995005
1698.52/1697.09	c cleaning 88989 clauses out of 178014 with flag 15261366/4085000
1735.74/1734.20	c cleaning 89992 clauses out of 180025 with flag 15696168/4176000
1774.04/1772.55	c cleaning 90998 clauses out of 182033 with flag 16168626/4268000
1800.07/1798.51	c starts		: 3440
1800.07/1798.51	c conflicts		: 4332717
1800.07/1798.51	c decisions		: 20513145
1800.07/1798.51	c propagations		: 737908958
1800.07/1798.51	c inspects		: 31584432998
1800.07/1798.51	c shortcuts		: 0
1800.07/1798.51	c learnt literals	: 0
1800.07/1798.51	c learnt binary clauses	: 32
1800.07/1798.51	c learnt ternary clauses	: 160
1800.07/1798.51	c learnt constraints	: 4332716
1800.07/1798.51	c ignored constraints	: 0
1800.07/1798.51	c root simplifications	: 0
1800.07/1798.51	c removed literals (reason simplification)	: 0
1800.07/1798.51	c reason swapping (by a shorter reason)	: 0
1800.07/1798.51	c Calls to reduceDB	: 88
1800.07/1798.51	c Number of update (reduction) of LBD	: 1896268
1800.07/1798.51	c Imported unit clauses	: 0
1800.07/1798.51	c number of reductions to clauses (during analyze)	: 0
1800.07/1798.51	c number of learned constraints concerned by reduction	: 0
1800.07/1798.51	c number of learning phase by resolution	: 0
1800.07/1798.51	c number of learning phase by cutting planes	: 0
1800.07/1798.51	c speed (assignments/second)	: 410576.46260872856
1800.07/1798.51	c timeout
1800.07/1798.51	c non guided choices	549003
1800.07/1798.53	c learnt constraints type 
1800.07/1798.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 32
1800.07/1798.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 155720
1800.07/1798.54	s UNKNOWN
1800.07/1798.54	c Total wall clock time (in seconds): 1798.411

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-4101677-1466225565/watcher-4101677-1466225565 -o /tmp/evaluation-result-4101677-1466225565/solver-4101677-1466225565 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25994 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4101677-1466225565.opb 

pid=29324
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.20 2.20 2.18 4/194 29327
/proc/meminfo: memFree=30080588/32872528 swapFree=1244176/1391344
[pid=29327] ppid=29324 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/29327/stat : 29327 (java) D 29324 29327 25977 0 -1 4202496 170 0 0 0 0 0 0 0 20 0 1 0 24605105 2560000 46 33554432000 1073741824 1073778376 140735628675632 140735628672760 272877317415 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/29327/statm: 625 46 37 9 0 29 0

[startup+0.100168 s]
/proc/loadavg: 2.20 2.20 2.18 4/194 29327
/proc/meminfo: memFree=30080588/32872528 swapFree=1244176/1391344
[pid=29327] ppid=29324 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/29327/stat : 29327 (java) S 29324 29327 25977 0 -1 4202496 4150 0 1 0 6 1 0 0 20 0 18 0 24605105 9787879424 5279 33554432000 1073741824 1073778376 140735557197536 140735557188672 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29327/statm: 2389619 5280 2053 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200335 s]
/proc/loadavg: 2.20 2.20 2.18 4/194 29327
/proc/meminfo: memFree=30080588/32872528 swapFree=1244176/1391344
[pid=29327] ppid=29324 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/29327/stat : 29327 (java) S 29324 29327 25977 0 -1 4202496 4971 0 1 0 25 1 0 0 20 0 18 0 24605105 9787879424 6858 33554432000 1073741824 1073778376 140735557197536 140735557188672 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29327/statm: 2389619 6858 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300319 s]
/proc/loadavg: 2.20 2.20 2.18 4/194 29327
/proc/meminfo: memFree=30080588/32872528 swapFree=1244176/1391344
[pid=29327] ppid=29324 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/29327/stat : 29327 (java) S 29324 29327 25977 0 -1 4202496 7221 0 1 0 47 1 0 0 20 0 18 0 24605105 9787879424 10305 33554432000 1073741824 1073778376 140735557197536 140735557188672 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29327/statm: 2389619 10307 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700288 s]
/proc/loadavg: 2.20 2.20 2.18 4/194 29327
/proc/meminfo: memFree=30080588/32872528 swapFree=1244176/1391344
[pid=29327] ppid=29324 vsize=9558476 CPUtime=1.28 cores=1,3,5,7
/proc/29327/stat : 29327 (java) S 29324 29327 25977 0 -1 4202496 12007 0 1 0 121 7 0 0 20 0 18 0 24605105 9787879424 76714 33554432000 1073741824 1073778376 140735557197536 140735557188672 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29327/statm: 2389619 76714 2261 9 0 2380296 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 2.20 2.20 2.18 4/212 29345
/proc/meminfo: memFree=29508880/32872528 swapFree=1244176/1391344
[pid=29327] ppid=29324 vsize=9625040 CPUtime=2.51 cores=1,3,5,7
/proc/29327/stat : 29327 (java) S 29324 29327 25977 0 -1 4202496 13130 0 1 0 236 15 0 0 20 0 19 0 24605105 9856040960 168084 33554432000 1073741824 1073778376 140735557197536 140735557188672 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29327/statm: 2406260 168084 2275 9 0 2396937 0
[pid=29327/tid=29329] ppid=29324 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/29327/task/29329/stat : 29329 (java) R 29324 29327 25977 0 -1 4202560 2695 0 1 0 128 9 0 0 20 0 19 0 24605107 9856040960 168084 33554432000 1073741824 1073778376 140735557197536 140398240841992 140398069208896 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29327/tid=29330] ppid=29324 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/29327/task/29330/stat : 29330 (java) S 29324 29327 25977 0 -1 4202560 155 0 0 0 3 1 0 0 20 0 19 0 24605108 9856040960 168084 33554432000 1073741824 1073778376 140735557197536 140398202333352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29331] ppid=29324 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29327/task/29331/stat : 29331 (java) S 29324 29327 25977 0 -1 4202560 117 0 0 0 2 0 0 0 20 0 19 0 24605108 9856040960 168084 33554432000 1073741824 1073778376 140735557197536 140398201280808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29327/tid=29332] ppid=29324 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29327/task/29332/stat : 29332 (java) S 29324 29327 25977 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 24605108 9856040960 168084 33554432000 1073741824 1073778376 140735557197536 140398200228264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29327/tid=29333] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29333/stat : 29333 (java) S 29324 29327 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24605108 9856040960 168084 33554432000 1073741824 1073778376 140735557197536 140398199175720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29327/tid=29334] ppid=29324 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29327/task/29334/stat : 29334 (java) S 29324 29327 25977 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 24605108 9856040960 168084 33554432000 1073741824 1073778376 140735557197536 140398198123176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29335] ppid=29324 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29327/task/29335/stat : 29335 (java) S 29324 29327 25977 0 -1 4202560 144 0 0 0 2 0 0 0 20 0 19 0 24605108 9856040960 168084 33554432000 1073741824 1073778376 140735557197536 140398197070632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29336] ppid=29324 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29327/task/29336/stat : 29336 (java) S 29324 29327 25977 0 -1 4202560 124 0 0 0 2 0 0 0 20 0 19 0 24605108 9856040960 168084 33554432000 1073741824 1073778376 140735557197536 140398196018088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29337] ppid=29324 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29327/task/29337/stat : 29337 (java) S 29324 29327 25977 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 24605108 9856040960 168084 33554432000 1073741824 1073778376 140735557197536 140398194965544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29327/tid=29338] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29338/stat : 29338 (java) S 29324 29327 25977 0 -1 4202560 437 0 0 0 0 0 0 0 20 0 19 0 24605109 9856040960 168084 33554432000 1073741824 1073778376 140735557197536 140398064281704 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29327/tid=29339] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29339/stat : 29339 (java) S 29324 29327 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24605110 9856040960 168084 33554432000 1073741824 1073778376 140735557197536 140398063228024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29340] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29340/stat : 29340 (java) S 29324 29327 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24605110 9856040960 168084 33554432000 1073741824 1073778376 140735557197536 140398062175368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29341] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29341/stat : 29341 (java) S 29324 29327 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24605112 9856040960 168084 33554432000 1073741824 1073778376 140735557197536 140398061124112 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29342] ppid=29324 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/29327/task/29342/stat : 29342 (java) S 29324 29327 25977 0 -1 4202560 5068 0 0 0 48 2 0 0 20 0 19 0 24605112 9856040960 168084 33554432000 1073741824 1073778376 140735557197536 140398060071480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29343] ppid=29324 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/29327/task/29343/stat : 29343 (java) S 29324 29327 25977 0 -1 4202560 3072 0 0 0 34 0 0 0 20 0 19 0 24605112 9856040960 168084 33554432000 1073741824 1073778376 140735557197536 140398059018936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29344] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29344/stat : 29344 (java) S 29324 29327 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24605112 9856040960 168084 33554432000 1073741824 1073778376 140735557197536 140398057966584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29345] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29345/stat : 29345 (java) S 29324 29327 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24605112 9856040960 168084 33554432000 1073741824 1073778376 140735557197536 140398056914248 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 9625040

[startup+3.10087 s]
/proc/loadavg: 2.20 2.20 2.18 4/213 29346
/proc/meminfo: memFree=29414976/32872528 swapFree=1244176/1391344
[pid=29327] ppid=29324 vsize=9625040 CPUtime=4.3 cores=1,3,5,7
/proc/29327/stat : 29327 (java) S 29324 29327 25977 0 -1 4202496 14161 0 1 0 415 15 0 0 20 0 19 0 24605105 9856040960 168109 33554432000 1073741824 1073778376 140735557197536 140735557188672 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29327/statm: 2406260 168109 2283 9 0 2396937 0
[pid=29327/tid=29329] ppid=29324 vsize=9625040 CPUtime=2.97 cores=1,3,5,7
/proc/29327/task/29329/stat : 29329 (java) R 29324 29327 25977 0 -1 4202560 2696 0 1 0 288 9 0 0 20 0 19 0 24605107 9856040960 168109 33554432000 1073741824 1073778376 140735557197536 140398240840280 140398069215695 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29327/tid=29330] ppid=29324 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/29327/task/29330/stat : 29330 (java) S 29324 29327 25977 0 -1 4202560 155 0 0 0 3 1 0 0 20 0 19 0 24605108 9856040960 168109 33554432000 1073741824 1073778376 140735557197536 140398202333352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29331] ppid=29324 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29327/task/29331/stat : 29331 (java) S 29324 29327 25977 0 -1 4202560 117 0 0 0 2 0 0 0 20 0 19 0 24605108 9856040960 168109 33554432000 1073741824 1073778376 140735557197536 140398201280808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29327/tid=29332] ppid=29324 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29327/task/29332/stat : 29332 (java) S 29324 29327 25977 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 24605108 9856040960 168109 33554432000 1073741824 1073778376 140735557197536 140398200228264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29327/tid=29333] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29333/stat : 29333 (java) S 29324 29327 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24605108 9856040960 168109 33554432000 1073741824 1073778376 140735557197536 140398199175720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29327/tid=29334] ppid=29324 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29327/task/29334/stat : 29334 (java) S 29324 29327 25977 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 24605108 9856040960 168109 33554432000 1073741824 1073778376 140735557197536 140398198123176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29335] ppid=29324 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29327/task/29335/stat : 29335 (java) S 29324 29327 25977 0 -1 4202560 144 0 0 0 2 0 0 0 20 0 19 0 24605108 9856040960 168109 33554432000 1073741824 1073778376 140735557197536 140398197070632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29336] ppid=29324 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29327/task/29336/stat : 29336 (java) S 29324 29327 25977 0 -1 4202560 124 0 0 0 2 0 0 0 20 0 19 0 24605108 9856040960 168109 33554432000 1073741824 1073778376 140735557197536 140398196018088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29337] ppid=29324 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29327/task/29337/stat : 29337 (java) S 29324 29327 25977 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 24605108 9856040960 168109 33554432000 1073741824 1073778376 140735557197536 140398194965544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29327/tid=29338] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29338/stat : 29338 (java) S 29324 29327 25977 0 -1 4202560 438 0 0 0 0 0 0 0 20 0 19 0 24605109 9856040960 168109 33554432000 1073741824 1073778376 140735557197536 140398064281704 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29339] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29339/stat : 29339 (java) S 29324 29327 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24605110 9856040960 168109 33554432000 1073741824 1073778376 140735557197536 140398063228024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29340] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29340/stat : 29340 (java) S 29324 29327 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24605110 9856040960 168109 33554432000 1073741824 1073778376 140735557197536 140398062175368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29341] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29341/stat : 29341 (java) S 29324 29327 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24605112 9856040960 168109 33554432000 1073741824 1073778376 140735557197536 140398061124112 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29342] ppid=29324 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/29327/task/29342/stat : 29342 (java) S 29324 29327 25977 0 -1 4202560 5088 0 0 0 54 2 0 0 20 0 19 0 24605112 9856040960 168109 33554432000 1073741824 1073778376 140735557197536 140398060071480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29343] ppid=29324 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/29327/task/29343/stat : 29343 (java) S 29324 29327 25977 0 -1 4202560 4081 0 0 0 48 0 0 0 20 0 19 0 24605112 9856040960 168109 33554432000 1073741824 1073778376 140735557197536 140398059018936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29344] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29344/stat : 29344 (java) S 29324 29327 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24605112 9856040960 168109 33554432000 1073741824 1073778376 140735557197536 140398057966584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29345] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29345/stat : 29345 (java) S 29324 29327 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24605112 9856040960 168109 33554432000 1073741824 1073778376 140735557197536 140398056914248 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29346] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29346/stat : 29346 (java) S 29324 29327 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24605231 9856040960 168109 33554432000 1073741824 1073778376 140735557197536 140398055858984 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.18 2.19 2.18 3/213 29346
/proc/meminfo: memFree=29412584/32872528 swapFree=1244176/1391344
[pid=29327] ppid=29324 vsize=9625040 CPUtime=7.56 cores=1,3,5,7
/proc/29327/stat : 29327 (java) S 29324 29327 25977 0 -1 4202496 14178 0 1 0 741 15 0 0 20 0 19 0 24605105 9856040960 170725 33554432000 1073741824 1073778376 140735557197536 140735557188672 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29327/statm: 2406260 170725 2283 9 0 2396937 0
[pid=29327/tid=29329] ppid=29324 vsize=9625040 CPUtime=6.17 cores=1,3,5,7
/proc/29327/task/29329/stat : 29329 (java) R 29324 29327 25977 0 -1 4202560 2704 0 1 0 607 10 0 0 20 0 19 0 24605107 9856040960 170725 33554432000 1073741824 1073778376 140735557197536 140398240833216 140398069200451 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29327/tid=29330] ppid=29324 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/29327/task/29330/stat : 29330 (java) S 29324 29327 25977 0 -1 4202560 155 0 0 0 3 1 0 0 20 0 19 0 24605108 9856040960 170725 33554432000 1073741824 1073778376 140735557197536 140398202333352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29331] ppid=29324 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29327/task/29331/stat : 29331 (java) S 29324 29327 25977 0 -1 4202560 117 0 0 0 2 0 0 0 20 0 19 0 24605108 9856040960 170725 33554432000 1073741824 1073778376 140735557197536 140398201280808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29327/tid=29332] ppid=29324 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29327/task/29332/stat : 29332 (java) S 29324 29327 25977 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 24605108 9856040960 170725 33554432000 1073741824 1073778376 140735557197536 140398200228264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29327/tid=29333] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29333/stat : 29333 (java) S 29324 29327 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24605108 9856040960 170725 33554432000 1073741824 1073778376 140735557197536 140398199175720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29327/tid=29334] ppid=29324 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29327/task/29334/stat : 29334 (java) S 29324 29327 25977 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 24605108 9856040960 170725 33554432000 1073741824 1073778376 140735557197536 140398198123176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29335] ppid=29324 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29327/task/29335/stat : 29335 (java) S 29324 29327 25977 0 -1 4202560 144 0 0 0 2 0 0 0 20 0 19 0 24605108 9856040960 170725 33554432000 1073741824 1073778376 140735557197536 140398197070632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29336] ppid=29324 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29327/task/29336/stat : 29336 (java) S 29324 29327 25977 0 -1 4202560 124 0 0 0 2 0 0 0 20 0 19 0 24605108 9856040960 170725 33554432000 1073741824 1073778376 140735557197536 140398196018088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29337] ppid=29324 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29327/task/29337/stat : 29337 (java) S 29324 29327 25977 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 24605108 9856040960 170725 33554432000 1073741824 1073778376 140735557197536 140398194965544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29327/tid=29338] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29338/stat : 29338 (java) S 29324 29327 25977 0 -1 4202560 438 0 0 0 0 0 0 0 20 0 19 0 24605109 9856040960 170725 33554432000 1073741824 1073778376 140735557197536 140398064281704 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29339] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29339/stat : 29339 (java) S 29324 29327 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24605110 9856040960 170725 33554432000 1073741824 1073778376 140735557197536 140398063228024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29340] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29340/stat : 29340 (java) S 29324 29327 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24605110 9856040960 170725 33554432000 1073741824 1073778376 140735557197536 140398062175368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29341] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29341/stat : 29341 (java) S 29324 29327 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24605112 9856040960 170725 33554432000 1073741824 1073778376 140735557197536 140398061124112 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29342] ppid=29324 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/29327/task/29342/stat : 29342 (java) S 29324 29327 25977 0 -1 4202560 5088 0 0 0 56 2 0 0 20 0 19 0 24605112 9856040960 170725 33554432000 1073741824 1073778376 140735557197536 140398060071480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29343] ppid=29324 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/29327/task/29343/stat : 29343 (java) S 29324 29327 25977 0 -1 4202560 4090 0 0 0 52 0 0 0 20 0 19 0 24605112 9856040960 170725 33554432000 1073741824 1073778376 140735557197536 140398059018936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29344] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29344/stat : 29344 (java) S 29324 29327 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24605112 9856040960 170725 33554432000 1073741824 1073778376 140735557197536 140398057966584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29345] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29345/stat : 29345 (java) S 29324 29327 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24605112 9856040960 170725 33554432000 1073741824 1073778376 140735557197536 140398056914248 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29346] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29346/stat : 29346 (java) S 29324 29327 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24605231 9856040960 170725 33554432000 1073741824 1073778376 140735557197536 140398055858984 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.16 2.19 2.18 3/213 29346

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

/proc/29327/task/29339/stat : 29339 (java) S 29324 29327 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24605110 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398063228024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29340] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29340/stat : 29340 (java) S 29324 29327 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24605110 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398062175368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29341] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29341/stat : 29341 (java) S 29324 29327 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24605112 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398061124112 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29342] ppid=29324 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/29327/task/29342/stat : 29342 (java) S 29324 29327 25977 0 -1 4202560 5088 0 0 0 56 2 0 0 20 0 19 0 24605112 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398060071480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29343] ppid=29324 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/29327/task/29343/stat : 29343 (java) S 29324 29327 25977 0 -1 4202560 4180 0 0 0 54 0 0 0 20 0 19 0 24605112 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398059018936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29344] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29344/stat : 29344 (java) S 29324 29327 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24605112 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398057966584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29345] ppid=29324 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/29327/task/29345/stat : 29345 (java) S 29324 29327 25977 0 -1 4202560 99 0 0 0 20 28 0 0 20 0 19 0 24605112 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398056914248 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29327/tid=29346] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29346/stat : 29346 (java) S 29324 29327 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24605231 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398055858984 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1723.84
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.20 2.18 2.15 3/213 29480
/proc/meminfo: memFree=27805680/32872528 swapFree=1244176/1391344
[pid=29327] ppid=29324 vsize=9625040 CPUtime=1783.85 cores=1,3,5,7
/proc/29327/stat : 29327 (java) S 29324 29327 25977 0 -1 4202496 15166 0 1 0 178327 58 0 0 20 0 19 0 24605105 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140735557188672 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29327/statm: 2406260 278318 2284 9 0 2396937 0
[pid=29327/tid=29329] ppid=29324 vsize=9625040 CPUtime=1782.11 cores=1,3,5,7
/proc/29327/task/29329/stat : 29329 (java) R 29324 29327 25977 0 -1 4202560 2897 0 1 0 178161 50 0 0 20 0 19 0 24605107 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398240842056 140398069297456 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29330] ppid=29324 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/29327/task/29330/stat : 29330 (java) S 29324 29327 25977 0 -1 4202560 159 0 0 0 4 1 0 0 20 0 19 0 24605108 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398202333352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29331] ppid=29324 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29327/task/29331/stat : 29331 (java) S 29324 29327 25977 0 -1 4202560 122 0 0 0 2 0 0 0 20 0 19 0 24605108 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398201280808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29332] ppid=29324 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/29327/task/29332/stat : 29332 (java) S 29324 29327 25977 0 -1 4202560 40 0 0 0 4 0 0 0 20 0 19 0 24605108 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398200228264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29327/tid=29333] ppid=29324 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29327/task/29333/stat : 29333 (java) S 29324 29327 25977 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 24605108 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398199175720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29334] ppid=29324 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29327/task/29334/stat : 29334 (java) S 29324 29327 25977 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 24605108 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398198123176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29335] ppid=29324 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/29327/task/29335/stat : 29335 (java) S 29324 29327 25977 0 -1 4202560 165 0 0 0 4 2 0 0 20 0 19 0 24605108 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398197070632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29336] ppid=29324 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/29327/task/29336/stat : 29336 (java) S 29324 29327 25977 0 -1 4202560 127 0 0 0 3 0 0 0 20 0 19 0 24605108 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398196018088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29327/tid=29337] ppid=29324 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/29327/task/29337/stat : 29337 (java) S 29324 29327 25977 0 -1 4202560 37 0 0 0 3 2 0 0 20 0 19 0 24605108 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398194965544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29338] ppid=29324 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29327/task/29338/stat : 29338 (java) S 29324 29327 25977 0 -1 4202560 955 0 0 0 1 0 0 0 20 0 19 0 24605109 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398064281704 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29327/tid=29339] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29339/stat : 29339 (java) S 29324 29327 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24605110 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398063228024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29340] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29340/stat : 29340 (java) S 29324 29327 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24605110 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398062175368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29341] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29341/stat : 29341 (java) S 29324 29327 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24605112 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398061124112 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29342] ppid=29324 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/29327/task/29342/stat : 29342 (java) S 29324 29327 25977 0 -1 4202560 5088 0 0 0 56 2 0 0 20 0 19 0 24605112 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398060071480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29343] ppid=29324 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/29327/task/29343/stat : 29343 (java) S 29324 29327 25977 0 -1 4202560 4181 0 0 0 55 0 0 0 20 0 19 0 24605112 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398059018936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29344] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29344/stat : 29344 (java) S 29324 29327 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24605112 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398057966584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29345] ppid=29324 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/29327/task/29345/stat : 29345 (java) S 29324 29327 25977 0 -1 4202560 103 0 0 0 21 30 0 0 20 0 19 0 24605112 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398056914248 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29327/tid=29346] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29346/stat : 29346 (java) S 29324 29327 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24605231 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398055858984 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1783.85
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.5 s]
/proc/loadavg: 2.16 2.17 2.14 4/213 29480
/proc/meminfo: memFree=27805684/32872528 swapFree=1244176/1391344
[pid=29327] ppid=29324 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/29327/stat : 29327 (java) S 29324 29327 25977 0 -1 4202496 15166 0 1 0 179948 59 0 0 20 0 19 0 24605105 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140735557188672 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29327/statm: 2406260 278318 2284 9 0 2396937 0
[pid=29327/tid=29329] ppid=29324 vsize=9625040 CPUtime=1798.32 cores=1,3,5,7
/proc/29327/task/29329/stat : 29329 (java) R 29324 29327 25977 0 -1 4202560 2897 0 1 0 179782 50 0 0 20 0 19 0 24605107 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398240842056 140398069233722 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29330] ppid=29324 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/29327/task/29330/stat : 29330 (java) S 29324 29327 25977 0 -1 4202560 159 0 0 0 4 1 0 0 20 0 19 0 24605108 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398202333352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29331] ppid=29324 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29327/task/29331/stat : 29331 (java) S 29324 29327 25977 0 -1 4202560 122 0 0 0 2 0 0 0 20 0 19 0 24605108 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398201280808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29332] ppid=29324 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/29327/task/29332/stat : 29332 (java) S 29324 29327 25977 0 -1 4202560 40 0 0 0 4 0 0 0 20 0 19 0 24605108 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398200228264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29327/tid=29333] ppid=29324 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29327/task/29333/stat : 29333 (java) S 29324 29327 25977 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 24605108 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398199175720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29334] ppid=29324 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29327/task/29334/stat : 29334 (java) S 29324 29327 25977 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 24605108 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398198123176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29335] ppid=29324 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/29327/task/29335/stat : 29335 (java) S 29324 29327 25977 0 -1 4202560 165 0 0 0 4 2 0 0 20 0 19 0 24605108 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398197070632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29336] ppid=29324 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/29327/task/29336/stat : 29336 (java) S 29324 29327 25977 0 -1 4202560 127 0 0 0 3 0 0 0 20 0 19 0 24605108 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398196018088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29327/tid=29337] ppid=29324 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/29327/task/29337/stat : 29337 (java) S 29324 29327 25977 0 -1 4202560 37 0 0 0 3 2 0 0 20 0 19 0 24605108 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398194965544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29338] ppid=29324 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29327/task/29338/stat : 29338 (java) S 29324 29327 25977 0 -1 4202560 955 0 0 0 1 0 0 0 20 0 19 0 24605109 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398064281704 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29327/tid=29339] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29339/stat : 29339 (java) S 29324 29327 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24605110 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398063228024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29340] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29340/stat : 29340 (java) S 29324 29327 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24605110 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398062175368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29341] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29341/stat : 29341 (java) S 29324 29327 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24605112 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398061124112 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29342] ppid=29324 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/29327/task/29342/stat : 29342 (java) S 29324 29327 25977 0 -1 4202560 5088 0 0 0 56 2 0 0 20 0 19 0 24605112 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398060071480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29343] ppid=29324 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/29327/task/29343/stat : 29343 (java) S 29324 29327 25977 0 -1 4202560 4181 0 0 0 55 0 0 0 20 0 19 0 24605112 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398059018936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29344] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29344/stat : 29344 (java) S 29324 29327 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24605112 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398057966584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29345] ppid=29324 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/29327/task/29345/stat : 29345 (java) S 29324 29327 25977 0 -1 4202560 103 0 0 0 21 30 0 0 20 0 19 0 24605112 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398056914248 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29327/tid=29346] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29346/stat : 29346 (java) S 29324 29327 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24605231 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398055858984 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1798.5 s]
/proc/loadavg: 2.16 2.17 2.14 4/213 29480
/proc/meminfo: memFree=27805684/32872528 swapFree=1244176/1391344
[pid=29327] ppid=29324 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/29327/stat : 29327 (java) S 29324 29327 25977 0 -1 4202496 15166 0 1 0 179948 59 0 0 20 0 19 0 24605105 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140735557188672 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29327/statm: 2406260 278318 2284 9 0 2396937 0
[pid=29327/tid=29329] ppid=29324 vsize=9625040 CPUtime=1798.32 cores=1,3,5,7
/proc/29327/task/29329/stat : 29329 (java) R 29324 29327 25977 0 -1 4202560 2897 0 1 0 179782 50 0 0 20 0 19 0 24605107 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398240842056 140398069233722 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29330] ppid=29324 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/29327/task/29330/stat : 29330 (java) S 29324 29327 25977 0 -1 4202560 159 0 0 0 4 1 0 0 20 0 19 0 24605108 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398202333352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29331] ppid=29324 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29327/task/29331/stat : 29331 (java) S 29324 29327 25977 0 -1 4202560 122 0 0 0 2 0 0 0 20 0 19 0 24605108 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398201280808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29332] ppid=29324 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/29327/task/29332/stat : 29332 (java) S 29324 29327 25977 0 -1 4202560 40 0 0 0 4 0 0 0 20 0 19 0 24605108 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398200228264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29327/tid=29333] ppid=29324 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29327/task/29333/stat : 29333 (java) S 29324 29327 25977 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 24605108 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398199175720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29334] ppid=29324 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29327/task/29334/stat : 29334 (java) S 29324 29327 25977 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 24605108 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398198123176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29335] ppid=29324 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/29327/task/29335/stat : 29335 (java) S 29324 29327 25977 0 -1 4202560 165 0 0 0 4 2 0 0 20 0 19 0 24605108 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398197070632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29336] ppid=29324 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/29327/task/29336/stat : 29336 (java) S 29324 29327 25977 0 -1 4202560 127 0 0 0 3 0 0 0 20 0 19 0 24605108 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398196018088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29327/tid=29337] ppid=29324 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/29327/task/29337/stat : 29337 (java) S 29324 29327 25977 0 -1 4202560 37 0 0 0 3 2 0 0 20 0 19 0 24605108 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398194965544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29338] ppid=29324 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29327/task/29338/stat : 29338 (java) S 29324 29327 25977 0 -1 4202560 955 0 0 0 1 0 0 0 20 0 19 0 24605109 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398064281704 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29327/tid=29339] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29339/stat : 29339 (java) S 29324 29327 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24605110 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398063228024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29340] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29340/stat : 29340 (java) S 29324 29327 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24605110 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398062175368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29341] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29341/stat : 29341 (java) S 29324 29327 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24605112 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398061124112 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29342] ppid=29324 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/29327/task/29342/stat : 29342 (java) S 29324 29327 25977 0 -1 4202560 5088 0 0 0 56 2 0 0 20 0 19 0 24605112 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398060071480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29327/tid=29343] ppid=29324 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/29327/task/29343/stat : 29343 (java) S 29324 29327 25977 0 -1 4202560 4181 0 0 0 55 0 0 0 20 0 19 0 24605112 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398059018936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29344] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29344/stat : 29344 (java) S 29324 29327 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24605112 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398057966584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29327/tid=29345] ppid=29324 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/29327/task/29345/stat : 29345 (java) S 29324 29327 25977 0 -1 4202560 103 0 0 0 21 30 0 0 20 0 19 0 24605112 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398056914248 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29327/tid=29346] ppid=29324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29327/task/29346/stat : 29346 (java) S 29324 29327 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24605231 9856040960 278318 33554432000 1073741824 1073778376 140735557197536 140398055858984 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.55
CPU time (s): 1800.58
CPU user time (s): 1799.56
CPU system time (s): 1.02084
CPU usage (%): 100.113
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 1.02084
maximum resident set size= 1113404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15201
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38244
involuntary context switches= 8029

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.90249 second user time and 13.9449 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-18 06:52:45
IDJOB=4101677
IDBENCH=1780
IDSOLVER=2546
FILE ID=node119/4101677-1466225565
RUNJOBID= node119-1466206086-25994
PBS_JOBID= 19918158
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-msc98-ip.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101677-1466225565/watcher-4101677-1466225565 -o /tmp/evaluation-result-4101677-1466225565/solver-4101677-1466225565 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25994 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101677-1466225565.opb

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

MD5SUM BENCH= c786421e3b1e46216a72d93f7d7302a0
RANDOM SEED=657502252

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.456
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.456
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:        30081016 kB
Buffers:          105568 kB
Cached:            96492 kB
SwapCached:          956 kB
Active:           516556 kB
Inactive:         143340 kB
Active(anon):     458444 kB
Inactive(anon):     1732 kB
Active(file):      58112 kB
Inactive(file):   141608 kB
Unevictable:     1391344 kB
Mlocked:         1244176 kB
SwapTotal:      67108856 kB
SwapFree:       67100008 kB
Dirty:              3576 kB
Writeback:             8 kB
AnonPages:       1848780 kB
Mapped:            15392 kB
Shmem:                 0 kB
Slab:             598352 kB
SReclaimable:      42076 kB
SUnreclaim:       556276 kB
KernelStack:        1576 kB
PageTables:         8048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1989032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    571392 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= 71668 MiB
End job on node119 at 2016-06-18 07:22:43