Trace number 2691637

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 CuttingPlanes 2.2.0 2010-05-26MSAT (TO) 1800.2 1687.4

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900574864--soft-0-100-0.wbo
MD5SUM2d789ef1df9f4a4dbc546a24cba98a06
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark67.9437
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136625
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136624
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100526
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c1ea29
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2691637-1277927198.wbo
0.11/0.10	c reading problem ... 
0.54/0.31	c ... done. Wall clock time 0.21s.
0.54/0.31	c #vars     2938
0.54/0.31	c #constraints  2707
0.54/0.31	c constraints type 
0.54/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
0.54/0.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2684
0.54/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.63/1.04	c SATISFIABLE
2.63/1.04	c OPTIMIZING...
2.63/1.04	c Got one! Elapsed wall clock time (in seconds):0.943
2.63/1.04	o 1187
3.15/1.34	c Got one! Elapsed wall clock time (in seconds):1.245
3.15/1.34	o 1128
3.87/1.76	c Got one! Elapsed wall clock time (in seconds):1.656
3.87/1.76	o 1106
4.28/2.11	c Got one! Elapsed wall clock time (in seconds):2.01
4.28/2.11	o 1097
4.85/2.67	c Got one! Elapsed wall clock time (in seconds):2.567
4.85/2.67	o 1091
5.95/3.60	c Got one! Elapsed wall clock time (in seconds):3.5
5.95/3.60	o 1053
6.48/4.12	c Got one! Elapsed wall clock time (in seconds):4.017
6.48/4.12	o 1051
7.29/4.91	c Got one! Elapsed wall clock time (in seconds):4.815
7.29/4.91	o 1047
8.51/6.10	c Got one! Elapsed wall clock time (in seconds):5.999
8.51/6.10	o 1045
10.84/8.43	c Got one! Elapsed wall clock time (in seconds):8.326
10.84/8.43	o 999
11.75/9.32	c Got one! Elapsed wall clock time (in seconds):9.225
11.75/9.32	o 967
13.06/10.65	c Got one! Elapsed wall clock time (in seconds):10.553
13.06/10.65	o 941
15.30/12.81	c Got one! Elapsed wall clock time (in seconds):12.706
15.30/12.81	o 876
18.56/16.10	c Got one! Elapsed wall clock time (in seconds):15.996
18.56/16.10	o 809
24.73/22.12	c Got one! Elapsed wall clock time (in seconds):22.023
24.73/22.12	o 805
26.36/23.76	c Got one! Elapsed wall clock time (in seconds):23.661
26.36/23.76	o 790
28.38/25.77	c Got one! Elapsed wall clock time (in seconds):25.67
28.38/25.77	o 787
31.84/29.16	c Got one! Elapsed wall clock time (in seconds):29.056
31.84/29.16	o 771
43.57/40.65	c Got one! Elapsed wall clock time (in seconds):40.554
43.57/40.65	o 766
67.41/64.09	c Got one! Elapsed wall clock time (in seconds):63.995
67.41/64.09	o 748
82.40/78.83	c cleaning 0 clauses out of 5000 with flag 0/5000
89.36/85.69	c Got one! Elapsed wall clock time (in seconds):85.588
89.36/85.69	o 746
94.95/91.10	c Got one! Elapsed wall clock time (in seconds):91.0
94.95/91.10	o 744
101.15/97.27	c Got one! Elapsed wall clock time (in seconds):97.169
101.15/97.27	o 697
109.39/105.34	c Got one! Elapsed wall clock time (in seconds):105.236
109.39/105.34	o 694
122.18/117.92	c Got one! Elapsed wall clock time (in seconds):117.816
122.18/117.92	o 693
143.31/138.75	c Got one! Elapsed wall clock time (in seconds):138.645
143.31/138.75	o 659
196.60/190.56	c Got one! Elapsed wall clock time (in seconds):190.461
196.60/190.56	o 643
255.30/248.07	c Got one! Elapsed wall clock time (in seconds):247.966
255.30/248.07	o 604
265.71/258.19	c Got one! Elapsed wall clock time (in seconds):258.095
265.71/258.19	o 599
586.21/560.78	c Got one! Elapsed wall clock time (in seconds):560.677
586.21/560.78	o 583
618.11/591.47	c Got one! Elapsed wall clock time (in seconds):591.374
618.11/591.47	o 580
688.05/657.79	c Got one! Elapsed wall clock time (in seconds):657.687
688.05/657.79	o 546
698.68/667.97	c cleaning 0 clauses out of 11000 with flag 0/11000
798.81/763.91	c Got one! Elapsed wall clock time (in seconds):763.809
798.81/763.91	o 536
961.25/920.41	c Got one! Elapsed wall clock time (in seconds):920.315
961.25/920.42	o 522
996.63/953.05	c Got one! Elapsed wall clock time (in seconds):952.946
996.63/953.05	o 488
1016.37/971.81	c Got one! Elapsed wall clock time (in seconds):971.705
1016.37/971.81	o 461
1067.53/1019.64	c Got one! Elapsed wall clock time (in seconds):1019.538
1067.53/1019.64	o 427
1366.92/1289.25	c Got one! Elapsed wall clock time (in seconds):1289.149
1366.92/1289.25	o 363
1536.40/1445.87	c Got one! Elapsed wall clock time (in seconds):1445.765
1536.40/1445.87	o 352
1800.06/1687.32	c starts		: 83
1800.06/1687.32	c conflicts		: 17434
1800.06/1687.32	c decisions		: 361195
1800.06/1687.32	c propagations		: 1930744
1800.06/1687.32	c inspects		: 837058909
1800.06/1687.32	c learnt literals	: 0
1800.06/1687.32	c learnt binary clauses	: 0
1800.06/1687.32	c learnt ternary clauses	: 0
1800.06/1687.32	c learnt clauses	: 17433
1800.06/1687.32	c ignored clauses	: 0
1800.06/1687.32	c root simplifications	: 0
1800.06/1687.32	c removed literals (reason simplification)	: 0
1800.06/1687.32	c reason swapping (by a shorter reason)	: 0
1800.06/1687.32	c Calls to reduceDB	: 2
1800.06/1687.32	c number of reductions to clauses (during analyze)	: 0
1800.06/1687.32	c number of learned constraints concerned by reduction	: 0
1800.06/1687.32	c number of learning phase by resolution	: 0
1800.06/1687.32	c number of learning phase by cutting planes	: 0
1800.06/1687.32	c speed (assignments/second)	: 7996.653468299068
1800.06/1687.32	c non guided choices	4138
1800.06/1687.33	c learnt constraints type 
1800.06/1687.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5
1800.06/1687.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17428
1800.06/1687.33	c constraints type 
1800.06/1687.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
1800.06/1687.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2684
1800.06/1687.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.06/1687.33	s SATISFIABLE
1800.06/1687.33	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 x99 -x100 x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 x165 -x166 -x167 x168 x169 x170 -x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 
1800.06/1687.33	c objective function=352
1800.06/1687.33	c Total wall clock time (in seconds): 1687.229

Verifier Data

OK	352

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2691637-1277927198/watcher-2691637-1277927198 -o /tmp/evaluation-result-2691637-1277927198/solver-2691637-1277927198 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2691637-1277927198.wbo 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.85 2.87 2.62 4/203 15516
/proc/meminfo: memFree=31187572/32951124 swapFree=67111528/67111528
[pid=15516] ppid=15514 vsize=13164 CPUtime=0
/proc/15516/stat : 15516 (java) R 15514 15516 13894 0 -1 4194304 973 0 0 0 0 0 0 0 17 0 1 0 134015404 13479936 463 4089446400 134512640 134550932 4293399728 18446744073709551615 106245200 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15516/statm: 3291 479 181 10 0 1121 0

[startup+0.099777 s]
/proc/loadavg: 2.85 2.87 2.62 4/203 15516
/proc/meminfo: memFree=31187572/32951124 swapFree=67111528/67111528
[pid=15516] ppid=15514 vsize=1529848 CPUtime=0.11
/proc/15516/stat : 15516 (java) S 15514 15516 13894 0 -1 4202496 5194 0 1 0 10 1 0 0 17 0 18 0 134015404 1566564352 4631 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/15516/statm: 382462 4631 1347 10 0 379764 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529848

[startup+0.100772 s]
/proc/loadavg: 2.85 2.87 2.62 4/203 15516
/proc/meminfo: memFree=31187572/32951124 swapFree=67111528/67111528
[pid=15516] ppid=15514 vsize=1529848 CPUtime=0.11
/proc/15516/stat : 15516 (java) S 15514 15516 13894 0 -1 4202496 5202 0 1 0 10 1 0 0 17 0 18 0 134015404 1566564352 4639 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/15516/statm: 382462 4640 1347 10 0 379764 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529848

[startup+0.30074 s]
/proc/loadavg: 2.85 2.87 2.62 4/203 15516
/proc/meminfo: memFree=31187572/32951124 swapFree=67111528/67111528
[pid=15516] ppid=15514 vsize=1531088 CPUtime=0.54
/proc/15516/stat : 15516 (java) S 15514 15516 13894 0 -1 4202496 7315 0 1 0 52 2 0 0 17 0 18 0 134015404 1567834112 6752 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/15516/statm: 382772 6753 1403 10 0 380074 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 1531088

[startup+0.700662 s]
/proc/loadavg: 2.85 2.87 2.62 4/203 15516
/proc/meminfo: memFree=31187572/32951124 swapFree=67111528/67111528
[pid=15516] ppid=15514 vsize=1550848 CPUtime=1.72
/proc/15516/stat : 15516 (java) S 15514 15516 13894 0 -1 4202496 17556 0 1 0 169 3 0 0 17 0 19 0 134015404 1588068352 14333 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/15516/statm: 387712 14334 1420 10 0 385014 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 1550848

[startup+1.50152 s]
/proc/loadavg: 2.85 2.87 2.62 6/222 15535
/proc/meminfo: memFree=31096928/32951124 swapFree=67111528/67111528
[pid=15516] ppid=15514 vsize=1551228 CPUtime=3.51
/proc/15516/stat : 15516 (java) S 15514 15516 13894 0 -1 4202496 45181 0 1 0 344 7 0 0 17 0 19 0 134015404 1588457472 39370 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/15516/statm: 387807 39370 1444 10 0 385109 0
[pid=15516/tid=15517] ppid=15514 vsize=1551228 CPUtime=1.47
/proc/15516/task/15517/stat : 15517 (java) R 15514 15516 13894 0 -1 4202560 32086 0 1 0 142 5 0 0 18 0 19 0 134015405 1588457472 39370 4089446400 134512640 134550932 4293399728 18446744073709551615 4109762791 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15516/tid=15519] ppid=15514 vsize=1551228 CPUtime=0
/proc/15516/task/15519/stat : 15519 (java) S 15514 15516 13894 0 -1 4202560 199 0 0 0 0 0 0 0 18 0 19 0 134015405 1588457472 39370 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15520] ppid=15514 vsize=1551228 CPUtime=0
/proc/15516/task/15520/stat : 15520 (java) S 15514 15516 13894 0 -1 4202560 225 0 0 0 0 0 0 0 18 0 19 0 134015405 1588457472 39370 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 5 0 0 0
[pid=15516/tid=15521] ppid=15514 vsize=1551228 CPUtime=0
/proc/15516/task/15521/stat : 15521 (java) S 15514 15516 13894 0 -1 4202560 202 0 0 0 0 0 0 0 18 0 19 0 134015405 1588457472 39370 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 7 0 0 0
[pid=15516/tid=15522] ppid=15514 vsize=1551228 CPUtime=0
/proc/15516/task/15522/stat : 15522 (java) S 15514 15516 13894 0 -1 4202560 96 0 0 0 0 0 0 0 18 0 19 0 134015405 1588457472 39370 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 2 0 0 0
[pid=15516/tid=15523] ppid=15514 vsize=1551228 CPUtime=0
/proc/15516/task/15523/stat : 15523 (java) S 15514 15516 13894 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 134015405 1588457472 39370 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15524] ppid=15514 vsize=1551228 CPUtime=0
/proc/15516/task/15524/stat : 15524 (java) S 15514 15516 13894 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 134015405 1588457472 39370 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 7 0 0 0
[pid=15516/tid=15525] ppid=15514 vsize=1551228 CPUtime=0
/proc/15516/task/15525/stat : 15525 (java) S 15514 15516 13894 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 134015405 1588457472 39370 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15526] ppid=15514 vsize=1551228 CPUtime=0
/proc/15516/task/15526/stat : 15526 (java) S 15514 15516 13894 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 134015405 1588457472 39370 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15527] ppid=15514 vsize=1551228 CPUtime=0
/proc/15516/task/15527/stat : 15527 (java) S 15514 15516 13894 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 134015406 1588457472 39370 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 0 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15528] ppid=15514 vsize=1551228 CPUtime=0
/proc/15516/task/15528/stat : 15528 (java) S 15514 15516 13894 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 134015406 1588457472 39370 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15529] ppid=15514 vsize=1551228 CPUtime=0
/proc/15516/task/15529/stat : 15529 (java) S 15514 15516 13894 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 134015406 1588457472 39370 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15530] ppid=15514 vsize=1551228 CPUtime=0
/proc/15516/task/15530/stat : 15530 (java) S 15514 15516 13894 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 134015409 1588457472 39370 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15531] ppid=15514 vsize=1551228 CPUtime=1.06
/proc/15516/task/15531/stat : 15531 (java) R 15514 15516 13894 0 -1 4202560 2921 0 0 0 106 0 0 0 15 0 19 0 134015409 1588457472 39370 4089446400 134512640 134550932 4293399728 18446744073709551615 103148475 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15516/tid=15532] ppid=15514 vsize=1551228 CPUtime=0.94
/proc/15516/task/15532/stat : 15532 (java) R 15514 15516 13894 0 -1 4202560 8374 0 0 0 93 1 0 0 16 0 19 0 134015409 1588457472 39370 4089446400 134512640 134550932 4293399728 18446744073709551615 105542822 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15516/tid=15533] ppid=15514 vsize=1551228 CPUtime=0
/proc/15516/task/15533/stat : 15533 (java) S 15514 15516 13894 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 19 0 134015409 1588457472 39370 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 2 0 0 0
[pid=15516/tid=15534] ppid=15514 vsize=1551228 CPUtime=0
/proc/15516/task/15534/stat : 15534 (java) S 15514 15516 13894 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 134015409 1588457472 39370 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 5 0 0 0
[pid=15516/tid=15535] ppid=15514 vsize=1551228 CPUtime=0
/proc/15516/task/15535/stat : 15535 (java) S 15514 15516 13894 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 134015443 1588457472 39370 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 1551228

[startup+3.10121 s]
/proc/loadavg: 2.85 2.87 2.62 4/222 15535
/proc/meminfo: memFree=31030960/32951124 swapFree=67111528/67111528
[pid=15516] ppid=15514 vsize=1549340 CPUtime=5.42
/proc/15516/stat : 15516 (java) S 15514 15516 13894 0 -1 4202496 49595 0 1 0 534 8 0 0 17 0 19 0 134015404 1586524160 43280 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/15516/statm: 387335 43280 1444 10 0 384637 0
[pid=15516/tid=15517] ppid=15514 vsize=1549340 CPUtime=3.05
/proc/15516/task/15517/stat : 15517 (java) R 15514 15516 13894 0 -1 4202560 32095 0 1 0 300 5 0 0 19 0 19 0 134015405 1586524160 43280 4089446400 134512640 134550932 4293399728 18446744073709551615 4109957394 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15516/tid=15519] ppid=15514 vsize=1549340 CPUtime=0
/proc/15516/task/15519/stat : 15519 (java) S 15514 15516 13894 0 -1 4202560 719 0 0 0 0 0 0 0 16 0 19 0 134015405 1586524160 43280 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15520] ppid=15514 vsize=1549340 CPUtime=0.01
/proc/15516/task/15520/stat : 15520 (java) S 15514 15516 13894 0 -1 4202560 694 0 0 0 1 0 0 0 16 0 19 0 134015405 1586524160 43280 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 5 0 0 0
[pid=15516/tid=15521] ppid=15514 vsize=1549340 CPUtime=0.01
/proc/15516/task/15521/stat : 15521 (java) S 15514 15516 13894 0 -1 4202560 1071 0 0 0 1 0 0 0 16 0 19 0 134015405 1586524160 43280 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 7 0 0 0
[pid=15516/tid=15522] ppid=15514 vsize=1549340 CPUtime=0.01
/proc/15516/task/15522/stat : 15522 (java) S 15514 15516 13894 0 -1 4202560 961 0 0 0 1 0 0 0 16 0 19 0 134015405 1586524160 43280 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 2 0 0 0
[pid=15516/tid=15523] ppid=15514 vsize=1549340 CPUtime=0
/proc/15516/task/15523/stat : 15523 (java) S 15514 15516 13894 0 -1 4202560 541 0 0 0 0 0 0 0 15 0 19 0 134015405 1586524160 43280 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 7 0 0 0
[pid=15516/tid=15524] ppid=15514 vsize=1549340 CPUtime=0
/proc/15516/task/15524/stat : 15524 (java) S 15514 15516 13894 0 -1 4202560 462 0 0 0 0 0 0 0 15 0 19 0 134015405 1586524160 43280 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 6 0 0 0
[pid=15516/tid=15525] ppid=15514 vsize=1549340 CPUtime=0
/proc/15516/task/15525/stat : 15525 (java) S 15514 15516 13894 0 -1 4202560 230 0 0 0 0 0 0 0 15 0 19 0 134015405 1586524160 43280 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15526] ppid=15514 vsize=1549340 CPUtime=0
/proc/15516/task/15526/stat : 15526 (java) S 15514 15516 13894 0 -1 4202560 376 0 0 0 0 0 0 0 16 0 19 0 134015405 1586524160 43280 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 6 0 0 0
[pid=15516/tid=15527] ppid=15514 vsize=1549340 CPUtime=0
/proc/15516/task/15527/stat : 15527 (java) S 15514 15516 13894 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 19 0 134015406 1586524160 43280 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 0 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15528] ppid=15514 vsize=1549340 CPUtime=0
/proc/15516/task/15528/stat : 15528 (java) S 15514 15516 13894 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 134015406 1586524160 43280 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15529] ppid=15514 vsize=1549340 CPUtime=0
/proc/15516/task/15529/stat : 15529 (java) S 15514 15516 13894 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 134015406 1586524160 43280 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15530] ppid=15514 vsize=1549340 CPUtime=0
/proc/15516/task/15530/stat : 15530 (java) S 15514 15516 13894 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 134015409 1586524160 43280 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15531] ppid=15514 vsize=1549340 CPUtime=1.14
/proc/15516/task/15531/stat : 15531 (java) S 15514 15516 13894 0 -1 4202560 2951 0 0 0 114 0 0 0 16 0 19 0 134015409 1586524160 43280 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 7 0 0 0
[pid=15516/tid=15532] ppid=15514 vsize=1549340 CPUtime=1.12
/proc/15516/task/15532/stat : 15532 (java) S 15514 15516 13894 0 -1 4202560 8400 0 0 0 111 1 0 0 15 0 19 0 134015409 1586524160 43280 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 6 0 0 0
[pid=15516/tid=15533] ppid=15514 vsize=1549340 CPUtime=0
/proc/15516/task/15533/stat : 15533 (java) S 15514 15516 13894 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 19 0 134015409 1586524160 43280 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 2 0 0 0
[pid=15516/tid=15534] ppid=15514 vsize=1549340 CPUtime=0
/proc/15516/task/15534/stat : 15534 (java) S 15514 15516 13894 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 134015409 1586524160 43280 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 7 0 0 0
[pid=15516/tid=15535] ppid=15514 vsize=1549340 CPUtime=0
/proc/15516/task/15535/stat : 15535 (java) S 15514 15516 13894 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 134015443 1586524160 43280 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 1549340

[startup+6.30165 s]
/proc/loadavg: 2.86 2.88 2.63 4/222 15535
/proc/meminfo: memFree=30994132/32951124 swapFree=67111528/67111528
[pid=15516] ppid=15514 vsize=1549340 CPUtime=8.71
/proc/15516/stat : 15516 (java) S 15514 15516 13894 0 -1 4202496 56831 0 1 0 862 9 0 0 17 0 19 0 134015404 1586524160 50010 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/15516/statm: 387335 50010 1444 10 0 384637 0
[pid=15516/tid=15517] ppid=15514 vsize=1549340 CPUtime=6.21
/proc/15516/task/15517/stat : 15517 (java) R 15514 15516 13894 0 -1 4202560 35244 0 1 0 616 5 0 0 25 0 19 0 134015405 1586524160 50010 4089446400 134512640 134550932 4293399728 18446744073709551615 4109729246 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15516/tid=15519] ppid=15514 vsize=1549340 CPUtime=0.03
/proc/15516/task/15519/stat : 15519 (java) S 15514 15516 13894 0 -1 4202560 1545 0 0 0 3 0 0 0 15 0 19 0 134015405 1586524160 50010 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15520] ppid=15514 vsize=1549340 CPUtime=0.02
/proc/15516/task/15520/stat : 15520 (java) S 15514 15516 13894 0 -1 4202560 1395 0 0 0 2 0 0 0 15 0 19 0 134015405 1586524160 50010 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 5 0 0 0
[pid=15516/tid=15521] ppid=15514 vsize=1549340 CPUtime=0.02
/proc/15516/task/15521/stat : 15521 (java) S 15514 15516 13894 0 -1 4202560 1466 0 0 0 2 0 0 0 15 0 19 0 134015405 1586524160 50010 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 7 0 0 0
[pid=15516/tid=15522] ppid=15514 vsize=1549340 CPUtime=0.03
/proc/15516/task/15522/stat : 15522 (java) S 15514 15516 13894 0 -1 4202560 1667 0 0 0 3 0 0 0 16 0 19 0 134015405 1586524160 50010 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 2 0 0 0
[pid=15516/tid=15523] ppid=15514 vsize=1549340 CPUtime=0.01
/proc/15516/task/15523/stat : 15523 (java) S 15514 15516 13894 0 -1 4202560 842 0 0 0 1 0 0 0 15 0 19 0 134015405 1586524160 50010 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 7 0 0 0
[pid=15516/tid=15524] ppid=15514 vsize=1549340 CPUtime=0.01
/proc/15516/task/15524/stat : 15524 (java) S 15514 15516 13894 0 -1 4202560 653 0 0 0 1 0 0 0 15 0 19 0 134015405 1586524160 50010 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 4 0 0 0
[pid=15516/tid=15525] ppid=15514 vsize=1549340 CPUtime=0.01
/proc/15516/task/15525/stat : 15525 (java) S 15514 15516 13894 0 -1 4202560 560 0 0 0 1 0 0 0 15 0 19 0 134015405 1586524160 50010 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 6 0 0 0
[pid=15516/tid=15526] ppid=15514 vsize=1549340 CPUtime=0.01
/proc/15516/task/15526/stat : 15526 (java) S 15514 15516 13894 0 -1 4202560 1013 0 0 0 1 0 0 0 15 0 19 0 134015405 1586524160 50010 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 4 0 0 0
[pid=15516/tid=15527] ppid=15514 vsize=1549340 CPUtime=0
/proc/15516/task/15527/stat : 15527 (java) S 15514 15516 13894 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 19 0 134015406 1586524160 50010 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 0 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15528] ppid=15514 vsize=1549340 CPUtime=0
/proc/15516/task/15528/stat : 15528 (java) S 15514 15516 13894 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 134015406 1586524160 50010 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15529] ppid=15514 vsize=1549340 CPUtime=0
/proc/15516/task/15529/stat : 15529 (java) S 15514 15516 13894 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 134015406 1586524160 50010 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15530] ppid=15514 vsize=1549340 CPUtime=0
/proc/15516/task/15530/stat : 15530 (java) S 15514 15516 13894 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 134015409 1586524160 50010 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15531] ppid=15514 vsize=1549340 CPUtime=1.14
/proc/15516/task/15531/stat : 15531 (java) S 15514 15516 13894 0 -1 4202560 2951 0 0 0 114 0 0 0 16 0 19 0 134015409 1586524160 50010 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 7 0 0 0
[pid=15516/tid=15532] ppid=15514 vsize=1549340 CPUtime=1.13
/proc/15516/task/15532/stat : 15532 (java) S 15514 15516 13894 0 -1 4202560 8400 0 0 0 112 1 0 0 15 0 19 0 134015409 1586524160 50010 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 6 0 0 0
[pid=15516/tid=15533] ppid=15514 vsize=1549340 CPUtime=0
/proc/15516/task/15533/stat : 15533 (java) S 15514 15516 13894 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 19 0 134015409 1586524160 50010 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 2 0 0 0
[pid=15516/tid=15534] ppid=15514 vsize=1549340 CPUtime=0
/proc/15516/task/15534/stat : 15534 (java) S 15514 15516 13894 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 134015409 1586524160 50010 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 7 0 0 0
[pid=15516/tid=15535] ppid=15514 vsize=1549340 CPUtime=0
/proc/15516/task/15535/stat : 15535 (java) S 15514 15516 13894 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 134015443 1586524160 50010 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.71
Current children cumulated vsize (KiB) 1549340

[startup+12.7015 s]
/proc/loadavg: 2.87 2.88 2.63 4/222 15535
/proc/meminfo: memFree=30980508/32951124 swapFree=67111528/67111528
[pid=15516] ppid=15514 vsize=1549340 CPUtime=15.19
/proc/15516/stat : 15516 (java) S 15514 15516 13894 0 -1 4202496 59701 0 1 0 1508 11 0 0 17 0 19 0 134015404 1586524160 52623 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/15516/statm: 387335 52623 1444 10 0 384637 0
[pid=15516/tid=15517] ppid=15514 vsize=1549340 CPUtime=12.57
/proc/15516/task/15517/stat : 15517 (java) R 15514 15516 13894 0 -1 4202560 35257 0 1 0 1252 5 0 0 25 0 19 0 134015405 1586524160 52623 4089446400 134512640 134550932 4293399728 18446744073709551615 4109969818 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15516/tid=15519] ppid=15514 vsize=1549340 CPUtime=0.04
/proc/15516/task/15519/stat : 15519 (java) S 15514 15516 13894 0 -1 4202560 1912 0 0 0 4 0 0 0 15 0 19 0 134015405 1586524160 52623 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 3 0 0 0

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

[pid=15516/tid=15524] ppid=15514 vsize=1555484 CPUtime=14.95
/proc/15516/task/15524/stat : 15524 (java) S 15514 15516 13894 0 -1 4202560 20100 0 0 0 1258 237 0 0 16 0 19 0 134015405 1592815616 192763 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 6 0 0 0
[pid=15516/tid=15525] ppid=15514 vsize=1555484 CPUtime=14.67
/proc/15516/task/15525/stat : 15525 (java) S 15514 15516 13894 0 -1 4202560 20095 0 0 0 1241 226 0 0 16 0 19 0 134015405 1592815616 192763 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 5 0 0 0
[pid=15516/tid=15526] ppid=15514 vsize=1555484 CPUtime=14.45
/proc/15516/task/15526/stat : 15526 (java) S 15514 15516 13894 0 -1 4202560 18740 0 0 0 1221 224 0 0 16 0 19 0 134015405 1592815616 192763 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 0 0 0 0
[pid=15516/tid=15527] ppid=15514 vsize=1555484 CPUtime=1.47
/proc/15516/task/15527/stat : 15527 (java) S 15514 15516 13894 0 -1 4202560 228 0 0 0 91 56 0 0 15 0 19 0 134015406 1592815616 192763 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 0 0 16800975 18446604471121166464 0 0 -1 7 0 0 0
[pid=15516/tid=15528] ppid=15514 vsize=1555484 CPUtime=0
/proc/15516/task/15528/stat : 15528 (java) S 15514 15516 13894 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 134015406 1592815616 192763 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15529] ppid=15514 vsize=1555484 CPUtime=0
/proc/15516/task/15529/stat : 15529 (java) S 15514 15516 13894 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 134015406 1592815616 192763 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15530] ppid=15514 vsize=1555484 CPUtime=0
/proc/15516/task/15530/stat : 15530 (java) S 15514 15516 13894 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 134015409 1592815616 192763 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15531] ppid=15514 vsize=1555484 CPUtime=1.15
/proc/15516/task/15531/stat : 15531 (java) S 15514 15516 13894 0 -1 4202560 2955 0 0 0 115 0 0 0 15 0 19 0 134015409 1592815616 192763 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 7 0 0 0
[pid=15516/tid=15532] ppid=15514 vsize=1555484 CPUtime=1.46
/proc/15516/task/15532/stat : 15532 (java) S 15514 15516 13894 0 -1 4202560 11416 0 0 0 145 1 0 0 15 0 19 0 134015409 1592815616 192763 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 6 0 0 0
[pid=15516/tid=15533] ppid=15514 vsize=1555484 CPUtime=0
/proc/15516/task/15533/stat : 15533 (java) S 15514 15516 13894 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 19 0 134015409 1592815616 192763 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 2 0 0 0
[pid=15516/tid=15534] ppid=15514 vsize=1555484 CPUtime=0
/proc/15516/task/15534/stat : 15534 (java) S 15514 15516 13894 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 134015409 1592815616 192763 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15535] ppid=15514 vsize=1555484 CPUtime=0
/proc/15516/task/15535/stat : 15535 (java) S 15514 15516 13894 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 134015443 1592815616 192763 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1701.52
Current children cumulated vsize (KiB) 1555484

[startup+1662.3 s]
/proc/loadavg: 2.07 2.17 2.28 3/201 15662
/proc/meminfo: memFree=30483704/32951124 swapFree=67111528/67111528
[pid=15516] ppid=15514 vsize=1555484 CPUtime=1770.92
/proc/15516/stat : 15516 (java) S 15514 15516 13894 0 -1 4202496 226376 0 1 0 174973 2119 0 0 17 0 19 0 134015404 1592815616 207298 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/15516/statm: 388871 207298 1450 10 0 386173 0
[pid=15516/tid=15517] ppid=15514 vsize=1555484 CPUtime=1637.65
/proc/15516/task/15517/stat : 15517 (java) R 15514 15516 13894 0 -1 4202560 38779 0 1 0 163752 13 0 0 25 0 19 0 134015405 1592815616 207298 4089446400 134512640 134550932 4293399728 18446744073709551615 4109729334 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15516/tid=15519] ppid=15514 vsize=1555484 CPUtime=16.18
/proc/15516/task/15519/stat : 15519 (java) S 15514 15516 13894 0 -1 4202560 22223 0 0 0 1369 249 0 0 16 0 19 0 134015405 1592815616 207298 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 2 0 0 0
[pid=15516/tid=15520] ppid=15514 vsize=1555484 CPUtime=16.02
/proc/15516/task/15520/stat : 15520 (java) S 15514 15516 13894 0 -1 4202560 21053 0 0 0 1343 259 0 0 16 0 19 0 134015405 1592815616 207298 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 5 0 0 0
[pid=15516/tid=15521] ppid=15514 vsize=1555484 CPUtime=16.08
/proc/15516/task/15521/stat : 15521 (java) S 15514 15516 13894 0 -1 4202560 21753 0 0 0 1353 255 0 0 16 0 19 0 134015405 1592815616 207298 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 3 0 0 0
[pid=15516/tid=15522] ppid=15514 vsize=1555484 CPUtime=16.56
/proc/15516/task/15522/stat : 15522 (java) S 15514 15516 13894 0 -1 4202560 21641 0 0 0 1416 240 0 0 16 0 19 0 134015405 1592815616 207298 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 0 0 0 0
[pid=15516/tid=15523] ppid=15514 vsize=1555484 CPUtime=15.96
/proc/15516/task/15523/stat : 15523 (java) S 15514 15516 13894 0 -1 4202560 20632 0 0 0 1338 258 0 0 15 0 19 0 134015405 1592815616 207298 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 5 0 0 0
[pid=15516/tid=15524] ppid=15514 vsize=1555484 CPUtime=16.42
/proc/15516/task/15524/stat : 15524 (java) S 15514 15516 13894 0 -1 4202560 22015 0 0 0 1371 271 0 0 16 0 19 0 134015405 1592815616 207298 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 6 0 0 0
[pid=15516/tid=15525] ppid=15514 vsize=1555484 CPUtime=15.98
/proc/15516/task/15525/stat : 15525 (java) S 15514 15516 13894 0 -1 4202560 21771 0 0 0 1345 253 0 0 16 0 19 0 134015405 1592815616 207298 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15526] ppid=15514 vsize=1555484 CPUtime=15.8
/proc/15516/task/15526/stat : 15526 (java) S 15514 15516 13894 0 -1 4202560 20748 0 0 0 1326 254 0 0 16 0 19 0 134015405 1592815616 207298 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 7 0 0 0
[pid=15516/tid=15527] ppid=15514 vsize=1555484 CPUtime=1.53
/proc/15516/task/15527/stat : 15527 (java) S 15514 15516 13894 0 -1 4202560 233 0 0 0 93 60 0 0 15 0 19 0 134015406 1592815616 207298 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 0 0 16800975 18446604471121166464 0 0 -1 3 0 0 0
[pid=15516/tid=15528] ppid=15514 vsize=1555484 CPUtime=0
/proc/15516/task/15528/stat : 15528 (java) S 15514 15516 13894 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 134015406 1592815616 207298 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15529] ppid=15514 vsize=1555484 CPUtime=0
/proc/15516/task/15529/stat : 15529 (java) S 15514 15516 13894 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 134015406 1592815616 207298 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15530] ppid=15514 vsize=1555484 CPUtime=0
/proc/15516/task/15530/stat : 15530 (java) S 15514 15516 13894 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 134015409 1592815616 207298 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15531] ppid=15514 vsize=1555484 CPUtime=1.15
/proc/15516/task/15531/stat : 15531 (java) S 15514 15516 13894 0 -1 4202560 2955 0 0 0 115 0 0 0 15 0 19 0 134015409 1592815616 207298 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 7 0 0 0
[pid=15516/tid=15532] ppid=15514 vsize=1555484 CPUtime=1.46
/proc/15516/task/15532/stat : 15532 (java) S 15514 15516 13894 0 -1 4202560 11416 0 0 0 145 1 0 0 15 0 19 0 134015409 1592815616 207298 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 6 0 0 0
[pid=15516/tid=15533] ppid=15514 vsize=1555484 CPUtime=0
/proc/15516/task/15533/stat : 15533 (java) S 15514 15516 13894 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 19 0 134015409 1592815616 207298 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 2 0 0 0
[pid=15516/tid=15534] ppid=15514 vsize=1555484 CPUtime=0
/proc/15516/task/15534/stat : 15534 (java) S 15514 15516 13894 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 134015409 1592815616 207298 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 3 0 0 0
[pid=15516/tid=15535] ppid=15514 vsize=1555484 CPUtime=0
/proc/15516/task/15535/stat : 15535 (java) S 15514 15516 13894 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 134015443 1592815616 207298 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1770.92
Current children cumulated vsize (KiB) 1555484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1687.3 s]
/proc/loadavg: 2.04 2.15 2.27 3/201 15663
/proc/meminfo: memFree=30454676/32951124 swapFree=67111528/67111528
[pid=15516] ppid=15514 vsize=1555484 CPUtime=1800.06
/proc/15516/stat : 15516 (java) S 15514 15516 13894 0 -1 4202496 232809 0 1 0 177791 2215 0 0 17 0 19 0 134015404 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/15516/statm: 388871 213482 1450 10 0 386173 0
[pid=15516/tid=15517] ppid=15514 vsize=1555484 CPUtime=1661.84
/proc/15516/task/15517/stat : 15517 (java) R 15514 15516 13894 0 -1 4202560 38856 0 1 0 166171 13 0 0 25 0 19 0 134015405 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4109957010 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15516/tid=15519] ppid=15514 vsize=1555484 CPUtime=16.86
/proc/15516/task/15519/stat : 15519 (java) S 15514 15516 13894 0 -1 4202560 23109 0 0 0 1425 261 0 0 16 0 19 0 134015405 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 6 0 0 0
[pid=15516/tid=15520] ppid=15514 vsize=1555484 CPUtime=16.65
/proc/15516/task/15520/stat : 15520 (java) S 15514 15516 13894 0 -1 4202560 21992 0 0 0 1391 274 0 0 16 0 19 0 134015405 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 5 0 0 0
[pid=15516/tid=15521] ppid=15514 vsize=1555484 CPUtime=16.64
/proc/15516/task/15521/stat : 15521 (java) S 15514 15516 13894 0 -1 4202560 22536 0 0 0 1398 266 0 0 16 0 19 0 134015405 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15522] ppid=15514 vsize=1555484 CPUtime=17.14
/proc/15516/task/15522/stat : 15522 (java) S 15514 15516 13894 0 -1 4202560 22423 0 0 0 1464 250 0 0 16 0 19 0 134015405 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 3 0 0 0
[pid=15516/tid=15523] ppid=15514 vsize=1555484 CPUtime=16.55
/proc/15516/task/15523/stat : 15523 (java) S 15514 15516 13894 0 -1 4202560 21413 0 0 0 1385 270 0 0 16 0 19 0 134015405 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 2 0 0 0
[pid=15516/tid=15524] ppid=15514 vsize=1555484 CPUtime=17.09
/proc/15516/task/15524/stat : 15524 (java) S 15514 15516 13894 0 -1 4202560 22788 0 0 0 1428 281 0 0 16 0 19 0 134015405 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 0 0 0 0
[pid=15516/tid=15525] ppid=15514 vsize=1555484 CPUtime=16.59
/proc/15516/task/15525/stat : 15525 (java) S 15514 15516 13894 0 -1 4202560 22467 0 0 0 1395 264 0 0 15 0 19 0 134015405 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 3 0 0 0
[pid=15516/tid=15526] ppid=15514 vsize=1555484 CPUtime=16.4
/proc/15516/task/15526/stat : 15526 (java) S 15514 15516 13894 0 -1 4202560 21460 0 0 0 1373 267 0 0 16 0 19 0 134015405 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 7 0 0 0
[pid=15516/tid=15527] ppid=15514 vsize=1555484 CPUtime=1.55
/proc/15516/task/15527/stat : 15527 (java) S 15514 15516 13894 0 -1 4202560 235 0 0 0 94 61 0 0 15 0 19 0 134015406 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 0 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15528] ppid=15514 vsize=1555484 CPUtime=0
/proc/15516/task/15528/stat : 15528 (java) S 15514 15516 13894 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 134015406 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15529] ppid=15514 vsize=1555484 CPUtime=0
/proc/15516/task/15529/stat : 15529 (java) S 15514 15516 13894 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 134015406 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15530] ppid=15514 vsize=1555484 CPUtime=0
/proc/15516/task/15530/stat : 15530 (java) S 15514 15516 13894 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 134015409 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15531] ppid=15514 vsize=1555484 CPUtime=1.15
/proc/15516/task/15531/stat : 15531 (java) S 15514 15516 13894 0 -1 4202560 2955 0 0 0 115 0 0 0 15 0 19 0 134015409 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 7 0 0 0
[pid=15516/tid=15532] ppid=15514 vsize=1555484 CPUtime=1.46
/proc/15516/task/15532/stat : 15532 (java) S 15514 15516 13894 0 -1 4202560 11416 0 0 0 145 1 0 0 15 0 19 0 134015409 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 6 0 0 0
[pid=15516/tid=15533] ppid=15514 vsize=1555484 CPUtime=0
/proc/15516/task/15533/stat : 15533 (java) S 15514 15516 13894 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 19 0 134015409 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 2 0 0 0
[pid=15516/tid=15534] ppid=15514 vsize=1555484 CPUtime=0
/proc/15516/task/15534/stat : 15534 (java) S 15514 15516 13894 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 134015409 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 6 0 0 0
[pid=15516/tid=15535] ppid=15514 vsize=1555484 CPUtime=0
/proc/15516/task/15535/stat : 15535 (java) S 15514 15516 13894 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 134015443 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1555484

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

Solver just ended. Dumping a history of the last processes samples

[startup+1687.3 s]
/proc/loadavg: 2.04 2.15 2.27 3/201 15663
/proc/meminfo: memFree=30454676/32951124 swapFree=67111528/67111528
[pid=15516] ppid=15514 vsize=1555484 CPUtime=1800.06
/proc/15516/stat : 15516 (java) S 15514 15516 13894 0 -1 4202496 232809 0 1 0 177791 2215 0 0 17 0 19 0 134015404 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/15516/statm: 388871 213482 1450 10 0 386173 0
[pid=15516/tid=15517] ppid=15514 vsize=1555484 CPUtime=1661.84
/proc/15516/task/15517/stat : 15517 (java) R 15514 15516 13894 0 -1 4202560 38856 0 1 0 166171 13 0 0 25 0 19 0 134015405 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4109957010 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15516/tid=15519] ppid=15514 vsize=1555484 CPUtime=16.86
/proc/15516/task/15519/stat : 15519 (java) S 15514 15516 13894 0 -1 4202560 23109 0 0 0 1425 261 0 0 16 0 19 0 134015405 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 6 0 0 0
[pid=15516/tid=15520] ppid=15514 vsize=1555484 CPUtime=16.65
/proc/15516/task/15520/stat : 15520 (java) S 15514 15516 13894 0 -1 4202560 21992 0 0 0 1391 274 0 0 16 0 19 0 134015405 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 5 0 0 0
[pid=15516/tid=15521] ppid=15514 vsize=1555484 CPUtime=16.64
/proc/15516/task/15521/stat : 15521 (java) S 15514 15516 13894 0 -1 4202560 22536 0 0 0 1398 266 0 0 16 0 19 0 134015405 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15522] ppid=15514 vsize=1555484 CPUtime=17.14
/proc/15516/task/15522/stat : 15522 (java) S 15514 15516 13894 0 -1 4202560 22423 0 0 0 1464 250 0 0 16 0 19 0 134015405 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 3 0 0 0
[pid=15516/tid=15523] ppid=15514 vsize=1555484 CPUtime=16.55
/proc/15516/task/15523/stat : 15523 (java) S 15514 15516 13894 0 -1 4202560 21413 0 0 0 1385 270 0 0 16 0 19 0 134015405 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 2 0 0 0
[pid=15516/tid=15524] ppid=15514 vsize=1555484 CPUtime=17.09
/proc/15516/task/15524/stat : 15524 (java) S 15514 15516 13894 0 -1 4202560 22788 0 0 0 1428 281 0 0 16 0 19 0 134015405 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 0 0 0 0
[pid=15516/tid=15525] ppid=15514 vsize=1555484 CPUtime=16.59
/proc/15516/task/15525/stat : 15525 (java) S 15514 15516 13894 0 -1 4202560 22467 0 0 0 1395 264 0 0 15 0 19 0 134015405 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 3 0 0 0
[pid=15516/tid=15526] ppid=15514 vsize=1555484 CPUtime=16.4
/proc/15516/task/15526/stat : 15526 (java) S 15514 15516 13894 0 -1 4202560 21460 0 0 0 1373 267 0 0 16 0 19 0 134015405 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 7 0 0 0
[pid=15516/tid=15527] ppid=15514 vsize=1555484 CPUtime=1.55
/proc/15516/task/15527/stat : 15527 (java) S 15514 15516 13894 0 -1 4202560 235 0 0 0 94 61 0 0 15 0 19 0 134015406 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 0 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15528] ppid=15514 vsize=1555484 CPUtime=0
/proc/15516/task/15528/stat : 15528 (java) S 15514 15516 13894 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 134015406 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15529] ppid=15514 vsize=1555484 CPUtime=0
/proc/15516/task/15529/stat : 15529 (java) S 15514 15516 13894 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 134015406 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15530] ppid=15514 vsize=1555484 CPUtime=0
/proc/15516/task/15530/stat : 15530 (java) S 15514 15516 13894 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 134015409 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
[pid=15516/tid=15531] ppid=15514 vsize=1555484 CPUtime=1.15
/proc/15516/task/15531/stat : 15531 (java) S 15514 15516 13894 0 -1 4202560 2955 0 0 0 115 0 0 0 15 0 19 0 134015409 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 7 0 0 0
[pid=15516/tid=15532] ppid=15514 vsize=1555484 CPUtime=1.46
/proc/15516/task/15532/stat : 15532 (java) S 15514 15516 13894 0 -1 4202560 11416 0 0 0 145 1 0 0 15 0 19 0 134015409 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 6 0 0 0
[pid=15516/tid=15533] ppid=15514 vsize=1555484 CPUtime=0
/proc/15516/task/15533/stat : 15533 (java) S 15514 15516 13894 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 19 0 134015409 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 2 0 0 0
[pid=15516/tid=15534] ppid=15514 vsize=1555484 CPUtime=0
/proc/15516/task/15534/stat : 15534 (java) S 15514 15516 13894 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 134015409 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 6 0 0 0
[pid=15516/tid=15535] ppid=15514 vsize=1555484 CPUtime=0
/proc/15516/task/15535/stat : 15535 (java) S 15514 15516 13894 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 134015443 1592815616 213482 4089446400 134512640 134550932 4293399728 18446744073709551615 4294960144 0 4 0 16800975 18446604471121166464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1555484

Child status: 143
Real time (s): 1687.4
CPU time (s): 1800.2
CPU user time (s): 1778.01
CPU system time (s): 22.1886
CPU usage (%): 106.685
Max. virtual memory (cumulated for all children) (KiB): 1556508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1778.01
system time used= 22.1886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 232831
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134570
involuntary context switches= 5863955

runsolver used 3.34549 second user time and 6.14307 second system time

The end

Launcher Data

Begin job on node135 at 2010-06-30 21:46:38
IDJOB=2691637
IDBENCH=79277
IDSOLVER=1203
FILE ID=node135/2691637-1277927198
PBS_JOBID= 11197333
Free space on /tmp= 74140 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900574864--soft-0-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2691637-1277927198/watcher-2691637-1277927198 -o /tmp/evaluation-result-2691637-1277927198/solver-2691637-1277927198 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2691637-1277927198.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 2d789ef1df9f4a4dbc546a24cba98a06
RANDOM SEED=34188342

node135.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.857
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.857
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.857
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.857
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 7186.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.857
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.857
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.857
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.857
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31188092 kB
Buffers:        205972 kB
Cached:        1103024 kB
SwapCached:          0 kB
Active:         780312 kB
Inactive:       837084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31188092 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             440 kB
Writeback:           0 kB
AnonPages:      308332 kB
Mapped:          20312 kB
Slab:            81900 kB
PageTables:       5428 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1652324 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74136 MiB
End job on node135 at 2010-06-30 22:14:47