Trace number 2691643

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.25 1667.19

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900573137--soft-0-100-0.wbo
MD5SUM337bb89bbfc43fe8a5ddb591a5c00326
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 benchmark205.929
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 693
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	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.08/0.10	c Pseudo Boolean Optimization
0.08/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.10	c --- Begin Solver configuration ---
0.08/0.10	c Stops conflict analysis at the first Unique Implication Point
0.08/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c1ea29
0.08/0.10	c Learn all clauses as in MiniSAT
0.08/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.10	c No reason simplification
0.08/0.10	c Armin Biere (Picosat) restarts strategy
0.08/0.10	c Glucose learned constraints deletion strategy
0.08/0.10	c timeout=2147483s
0.08/0.10	c DB Simplification allowed=false
0.08/0.10	c --- End Solver configuration ---
0.08/0.10	c solving HOME/instance-2691643-1277927423.wbo
0.08/0.10	c reading problem ... 
0.53/0.30	c ... done. Wall clock time 0.204s.
0.53/0.30	c #vars     2938
0.53/0.30	c #constraints  2707
0.53/0.30	c constraints type 
0.53/0.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
0.53/0.30	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2684
0.53/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.31/1.00	c SATISFIABLE
2.31/1.00	c OPTIMIZING...
2.31/1.00	c Got one! Elapsed wall clock time (in seconds):0.901
2.31/1.00	o 1275
3.19/1.36	c Got one! Elapsed wall clock time (in seconds):1.262
3.19/1.36	o 1264
3.83/1.79	c Got one! Elapsed wall clock time (in seconds):1.693
3.83/1.79	o 1179
4.29/2.15	c Got one! Elapsed wall clock time (in seconds):2.051
4.29/2.15	o 1151
4.92/2.74	c Got one! Elapsed wall clock time (in seconds):2.644
4.92/2.74	o 1128
6.01/3.73	c Got one! Elapsed wall clock time (in seconds):3.631
6.01/3.73	o 1117
6.54/4.22	c Got one! Elapsed wall clock time (in seconds):4.128
6.54/4.22	o 1106
7.36/5.04	c Got one! Elapsed wall clock time (in seconds):4.945
7.36/5.04	o 1103
8.90/6.56	c Got one! Elapsed wall clock time (in seconds):6.465
8.90/6.56	o 1102
11.33/8.92	c Got one! Elapsed wall clock time (in seconds):8.824
11.33/8.92	o 1088
12.35/9.90	c Got one! Elapsed wall clock time (in seconds):9.806
12.35/9.90	o 1065
13.57/11.16	c Got one! Elapsed wall clock time (in seconds):11.064
13.57/11.16	o 1059
15.60/13.11	c Got one! Elapsed wall clock time (in seconds):13.017
15.60/13.11	o 1020
18.66/16.11	c Got one! Elapsed wall clock time (in seconds):16.017
18.66/16.11	o 1012
24.15/21.54	c Got one! Elapsed wall clock time (in seconds):21.449
24.15/21.54	o 973
25.58/22.91	c Got one! Elapsed wall clock time (in seconds):22.813
25.58/22.91	o 969
27.93/25.25	c Got one! Elapsed wall clock time (in seconds):25.153
27.93/25.25	o 959
31.19/28.43	c Got one! Elapsed wall clock time (in seconds):28.33
31.19/28.43	o 940
38.63/35.79	c Got one! Elapsed wall clock time (in seconds):35.69
38.63/35.79	o 934
47.32/44.28	c Got one! Elapsed wall clock time (in seconds):44.184
47.32/44.28	o 871
61.24/57.85	c cleaning 0 clauses out of 5003 with flag 0/5003
67.09/63.52	c Got one! Elapsed wall clock time (in seconds):63.429
67.09/63.52	o 828
70.25/66.65	c Got one! Elapsed wall clock time (in seconds):66.552
70.25/66.65	o 812
74.43/70.76	c Got one! Elapsed wall clock time (in seconds):70.664
74.43/70.76	o 799
82.00/78.16	c Got one! Elapsed wall clock time (in seconds):78.065
82.00/78.16	o 760
93.06/88.91	c Got one! Elapsed wall clock time (in seconds):88.817
93.06/88.91	o 621
109.45/104.99	c Got one! Elapsed wall clock time (in seconds):104.892
109.45/104.99	o 596
139.27/134.10	c Got one! Elapsed wall clock time (in seconds):133.999
139.27/134.10	o 586
222.97/214.56	c Got one! Elapsed wall clock time (in seconds):214.46
222.97/214.56	o 572
230.80/222.20	c Got one! Elapsed wall clock time (in seconds):222.106
230.80/222.20	o 568
261.37/251.31	c Got one! Elapsed wall clock time (in seconds):251.216
261.37/251.31	o 562
307.71/295.34	c Got one! Elapsed wall clock time (in seconds):295.241
307.71/295.34	o 509
486.80/462.94	c Got one! Elapsed wall clock time (in seconds):462.845
486.80/462.94	o 501
585.71/556.04	c Got one! Elapsed wall clock time (in seconds):555.941
585.71/556.04	o 475
632.81/601.45	c cleaning 0 clauses out of 11002 with flag 0/11002
662.85/629.74	c Got one! Elapsed wall clock time (in seconds):629.639
662.85/629.74	o 442
793.68/754.24	c Got one! Elapsed wall clock time (in seconds):754.141
793.68/754.24	o 418
1226.84/1153.98	c Got one! Elapsed wall clock time (in seconds):1153.887
1226.84/1153.98	o 412
1523.18/1421.16	c Got one! Elapsed wall clock time (in seconds):1421.068
1523.18/1421.16	o 386
1800.10/1667.11	c starts		: 79
1800.10/1667.11	c conflicts		: 16290
1800.10/1667.11	c decisions		: 364919
1800.10/1667.11	c propagations		: 2139285
1800.10/1667.11	c inspects		: 742521857
1800.10/1667.11	c learnt literals	: 0
1800.10/1667.11	c learnt binary clauses	: 0
1800.10/1667.11	c learnt ternary clauses	: 0
1800.10/1667.11	c learnt clauses	: 16289
1800.10/1667.11	c ignored clauses	: 0
1800.10/1667.11	c root simplifications	: 0
1800.10/1667.11	c removed literals (reason simplification)	: 0
1800.10/1667.11	c reason swapping (by a shorter reason)	: 0
1800.10/1667.11	c Calls to reduceDB	: 2
1800.10/1667.11	c number of reductions to clauses (during analyze)	: 0
1800.10/1667.11	c number of learned constraints concerned by reduction	: 0
1800.10/1667.11	c number of learning phase by resolution	: 0
1800.10/1667.11	c number of learning phase by cutting planes	: 0
1800.10/1667.11	c speed (assignments/second)	: 8698.366681439857
1800.10/1667.11	c non guided choices	4046
1800.10/1667.13	c learnt constraints type 
1800.10/1667.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8
1800.10/1667.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16281
1800.10/1667.13	c constraints type 
1800.10/1667.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
1800.10/1667.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2684
1800.10/1667.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.10/1667.13	s SATISFIABLE
1800.10/1667.13	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.10/1667.13	c objective function=386
1800.10/1667.13	c Total wall clock time (in seconds): 1667.036

Verifier Data

OK	386

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2691643-1277927423/watcher-2691643-1277927423 -o /tmp/evaluation-result-2691643-1277927423/solver-2691643-1277927423 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2691643-1277927423.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: 1.85 1.97 1.99 3/196 26696
/proc/meminfo: memFree=31408180/32950928 swapFree=67111528/67111528
[pid=26696] ppid=26694 vsize=13164 CPUtime=0
/proc/26696/stat : 26696 (java) R 26694 26696 26671 0 -1 4194304 805 0 0 0 0 0 0 0 21 0 1 0 166334087 13479936 361 4089446400 134512640 134550932 4290155344 18446744073709551615 8541819 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26696/statm: 3291 366 142 10 0 1121 0

[startup+0.0813851 s]
/proc/loadavg: 1.85 1.97 1.99 3/196 26696
/proc/meminfo: memFree=31408180/32950928 swapFree=67111528/67111528
[pid=26696] ppid=26694 vsize=1529596 CPUtime=0.08
/proc/26696/stat : 26696 (java) S 26694 26696 26671 0 -1 4202496 4990 0 1 0 7 1 0 0 21 0 18 0 166334087 1566306304 4428 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26696/statm: 382399 4428 1333 10 0 379701 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1529596

[startup+0.100852 s]
/proc/loadavg: 1.85 1.97 1.99 3/196 26696
/proc/meminfo: memFree=31408180/32950928 swapFree=67111528/67111528
[pid=26696] ppid=26694 vsize=1529752 CPUtime=0.11
/proc/26696/stat : 26696 (java) S 26694 26696 26671 0 -1 4202496 5219 0 1 0 10 1 0 0 21 0 18 0 166334087 1566466048 4657 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26696/statm: 382438 4657 1349 10 0 379740 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529752

[startup+0.300802 s]
/proc/loadavg: 1.85 1.97 1.99 3/196 26696
/proc/meminfo: memFree=31408180/32950928 swapFree=67111528/67111528
[pid=26696] ppid=26694 vsize=1531428 CPUtime=0.53
/proc/26696/stat : 26696 (java) S 26694 26696 26671 0 -1 4202496 7764 0 1 0 51 2 0 0 21 0 18 0 166334087 1568182272 7079 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26696/statm: 382857 7079 1411 10 0 380159 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 1531428

[startup+0.70073 s]
/proc/loadavg: 1.85 1.97 1.99 3/196 26696
/proc/meminfo: memFree=31408180/32950928 swapFree=67111528/67111528
[pid=26696] ppid=26694 vsize=1550056 CPUtime=1.72
/proc/26696/stat : 26696 (java) S 26694 26696 26671 0 -1 4202496 19272 0 1 0 168 4 0 0 21 0 19 0 166334087 1587257344 14361 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26696/statm: 387514 14370 1421 10 0 384816 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 1550056

[startup+1.50058 s]
/proc/loadavg: 1.85 1.97 1.99 4/215 26715
/proc/meminfo: memFree=31325328/32950928 swapFree=67111528/67111528
[pid=26696] ppid=26694 vsize=1550288 CPUtime=3.56
/proc/26696/stat : 26696 (java) S 26694 26696 26671 0 -1 4202496 47971 0 1 0 350 6 0 0 21 0 19 0 166334087 1587494912 39059 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26696/statm: 387572 39059 1444 10 0 384874 0
[pid=26696/tid=26698] ppid=26694 vsize=1550288 CPUtime=1.47
/proc/26696/task/26698/stat : 26698 (java) R 26694 26696 26671 0 -1 4202560 32079 0 1 0 144 3 0 0 20 0 19 0 166334088 1587494912 39059 4089446400 134512640 134550932 4290155344 18446744073709551615 4109480100 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=26696/tid=26699] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26699/stat : 26699 (java) S 26694 26696 26671 0 -1 4202560 365 0 0 0 0 0 0 0 18 0 19 0 166334089 1587494912 39059 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 7 0 0 0
[pid=26696/tid=26700] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26700/stat : 26700 (java) S 26694 26696 26671 0 -1 4202560 142 0 0 0 0 0 0 0 18 0 19 0 166334089 1587494912 39059 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 3 0 0 0
[pid=26696/tid=26701] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26701/stat : 26701 (java) S 26694 26696 26671 0 -1 4202560 170 0 0 0 0 0 0 0 18 0 19 0 166334089 1587494912 39059 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 7 0 0 0
[pid=26696/tid=26702] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26702/stat : 26702 (java) S 26694 26696 26671 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 19 0 166334089 1587494912 39059 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 6 0 0 0
[pid=26696/tid=26703] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26703/stat : 26703 (java) S 26694 26696 26671 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 166334089 1587494912 39059 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 6 0 0 0
[pid=26696/tid=26704] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26704/stat : 26704 (java) S 26694 26696 26671 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 166334089 1587494912 39059 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 7 0 0 0
[pid=26696/tid=26705] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26705/stat : 26705 (java) S 26694 26696 26671 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 166334089 1587494912 39059 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 3 0 0 0
[pid=26696/tid=26706] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26706/stat : 26706 (java) S 26694 26696 26671 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 166334089 1587494912 39059 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 3 0 0 0
[pid=26696/tid=26707] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26707/stat : 26707 (java) S 26694 26696 26671 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 166334090 1587494912 39059 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 0 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26708] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26708/stat : 26708 (java) S 26694 26696 26671 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 166334090 1587494912 39059 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26709] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26709/stat : 26709 (java) S 26694 26696 26671 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 166334090 1587494912 39059 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26710] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26710/stat : 26710 (java) S 26694 26696 26671 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 166334092 1587494912 39059 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26711] ppid=26694 vsize=1550288 CPUtime=1.06
/proc/26696/task/26711/stat : 26711 (java) S 26694 26696 26671 0 -1 4202560 8245 0 0 0 105 1 0 0 15 0 19 0 166334092 1587494912 39059 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 2 0 0 0
[pid=26696/tid=26712] ppid=26694 vsize=1550288 CPUtime=0.99
/proc/26696/task/26712/stat : 26712 (java) R 26694 26696 26671 0 -1 4202560 5839 0 0 0 99 0 0 0 15 0 19 0 166334092 1587494912 39059 4089446400 134512640 134550932 4290155344 18446744073709551615 106131547 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26696/tid=26713] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26713/stat : 26713 (java) S 26694 26696 26671 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 166334092 1587494912 39059 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26714] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26714/stat : 26714 (java) S 26694 26696 26671 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 166334092 1587494912 39059 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26715] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26715/stat : 26715 (java) S 26694 26696 26671 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 166334125 1587494912 39059 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 1550288

[startup+3.10129 s]
/proc/loadavg: 1.85 1.97 1.99 3/215 26715
/proc/meminfo: memFree=31251436/32950928 swapFree=67111528/67111528
[pid=26696] ppid=26694 vsize=1550288 CPUtime=5.39
/proc/26696/stat : 26696 (java) S 26694 26696 26671 0 -1 4202496 52316 0 1 0 531 8 0 0 21 0 19 0 166334087 1587494912 43388 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26696/statm: 387572 43388 1444 10 0 384874 0
[pid=26696/tid=26698] ppid=26694 vsize=1550288 CPUtime=3.05
/proc/26696/task/26698/stat : 26698 (java) R 26694 26696 26671 0 -1 4202560 32088 0 1 0 302 3 0 0 25 0 19 0 166334088 1587494912 43388 4089446400 134512640 134550932 4290155344 18446744073709551615 4109435436 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=26696/tid=26699] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26699/stat : 26699 (java) S 26694 26696 26671 0 -1 4202560 845 0 0 0 0 0 0 0 16 0 19 0 166334089 1587494912 43388 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 7 0 0 0
[pid=26696/tid=26700] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26700/stat : 26700 (java) S 26694 26696 26671 0 -1 4202560 142 0 0 0 0 0 0 0 15 0 19 0 166334089 1587494912 43388 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 3 0 0 0
[pid=26696/tid=26701] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26701/stat : 26701 (java) S 26694 26696 26671 0 -1 4202560 695 0 0 0 0 0 0 0 15 0 19 0 166334089 1587494912 43388 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26702] ppid=26694 vsize=1550288 CPUtime=0.01
/proc/26696/task/26702/stat : 26702 (java) S 26694 26696 26671 0 -1 4202560 734 0 0 0 1 0 0 0 16 0 19 0 166334089 1587494912 43388 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 2 0 0 0
[pid=26696/tid=26703] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26703/stat : 26703 (java) S 26694 26696 26671 0 -1 4202560 529 0 0 0 0 0 0 0 16 0 19 0 166334089 1587494912 43388 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 6 0 0 0
[pid=26696/tid=26704] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26704/stat : 26704 (java) S 26694 26696 26671 0 -1 4202560 458 0 0 0 0 0 0 0 16 0 19 0 166334089 1587494912 43388 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26705] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26705/stat : 26705 (java) S 26694 26696 26671 0 -1 4202560 774 0 0 0 0 0 0 0 16 0 19 0 166334089 1587494912 43388 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 0 0 0 0
[pid=26696/tid=26706] ppid=26694 vsize=1550288 CPUtime=0.01
/proc/26696/task/26706/stat : 26706 (java) S 26694 26696 26671 0 -1 4202560 846 0 0 0 1 0 0 0 16 0 19 0 166334089 1587494912 43388 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 3 0 0 0
[pid=26696/tid=26707] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26707/stat : 26707 (java) S 26694 26696 26671 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 166334090 1587494912 43388 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 0 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26708] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26708/stat : 26708 (java) S 26694 26696 26671 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 166334090 1587494912 43388 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26709] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26709/stat : 26709 (java) S 26694 26696 26671 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 166334090 1587494912 43388 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26710] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26710/stat : 26710 (java) S 26694 26696 26671 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 166334092 1587494912 43388 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26711] ppid=26694 vsize=1550288 CPUtime=1.14
/proc/26696/task/26711/stat : 26711 (java) S 26694 26696 26671 0 -1 4202560 8254 0 0 0 113 1 0 0 15 0 19 0 166334092 1587494912 43388 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 2 0 0 0
[pid=26696/tid=26712] ppid=26694 vsize=1550288 CPUtime=1.07
/proc/26696/task/26712/stat : 26712 (java) S 26694 26696 26671 0 -1 4202560 5852 0 0 0 107 0 0 0 15 0 19 0 166334092 1587494912 43388 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 3 0 0 0
[pid=26696/tid=26713] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26713/stat : 26713 (java) S 26694 26696 26671 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 166334092 1587494912 43388 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26714] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26714/stat : 26714 (java) S 26694 26696 26671 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 166334092 1587494912 43388 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26715] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26715/stat : 26715 (java) S 26694 26696 26671 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 166334125 1587494912 43388 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.39
Current children cumulated vsize (KiB) 1550288

[startup+6.3007 s]
/proc/loadavg: 1.86 1.97 1.99 3/215 26715
/proc/meminfo: memFree=31215476/32950928 swapFree=67111528/67111528
[pid=26696] ppid=26694 vsize=1550288 CPUtime=8.69
/proc/26696/stat : 26696 (java) S 26694 26696 26671 0 -1 4202496 59446 0 1 0 860 9 0 0 21 0 19 0 166334087 1587494912 50126 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26696/statm: 387572 50126 1444 10 0 384874 0
[pid=26696/tid=26698] ppid=26694 vsize=1550288 CPUtime=6.23
/proc/26696/task/26698/stat : 26698 (java) R 26694 26696 26671 0 -1 4202560 35227 0 1 0 619 4 0 0 25 0 19 0 166334088 1587494912 50126 4089446400 134512640 134550932 4290155344 18446744073709551615 4109479684 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=26696/tid=26699] ppid=26694 vsize=1550288 CPUtime=0.02
/proc/26696/task/26699/stat : 26699 (java) S 26694 26696 26671 0 -1 4202560 1416 0 0 0 2 0 0 0 15 0 19 0 166334089 1587494912 50126 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 7 0 0 0
[pid=26696/tid=26700] ppid=26694 vsize=1550288 CPUtime=0.01
/proc/26696/task/26700/stat : 26700 (java) S 26694 26696 26671 0 -1 4202560 752 0 0 0 1 0 0 0 15 0 19 0 166334089 1587494912 50126 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 6 0 0 0
[pid=26696/tid=26701] ppid=26694 vsize=1550288 CPUtime=0.02
/proc/26696/task/26701/stat : 26701 (java) S 26694 26696 26671 0 -1 4202560 1216 0 0 0 2 0 0 0 16 0 19 0 166334089 1587494912 50126 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26702] ppid=26694 vsize=1550288 CPUtime=0.02
/proc/26696/task/26702/stat : 26702 (java) S 26694 26696 26671 0 -1 4202560 1194 0 0 0 2 0 0 0 16 0 19 0 166334089 1587494912 50126 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 2 0 0 0
[pid=26696/tid=26703] ppid=26694 vsize=1550288 CPUtime=0.02
/proc/26696/task/26703/stat : 26703 (java) S 26694 26696 26671 0 -1 4202560 1135 0 0 0 2 0 0 0 16 0 19 0 166334089 1587494912 50126 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 4 0 0 0
[pid=26696/tid=26704] ppid=26694 vsize=1550288 CPUtime=0.02
/proc/26696/task/26704/stat : 26704 (java) S 26694 26696 26671 0 -1 4202560 846 0 0 0 2 0 0 0 15 0 19 0 166334089 1587494912 50126 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 0 0 0 0
[pid=26696/tid=26705] ppid=26694 vsize=1550288 CPUtime=0.02
/proc/26696/task/26705/stat : 26705 (java) S 26694 26696 26671 0 -1 4202560 1275 0 0 0 2 0 0 0 15 0 19 0 166334089 1587494912 50126 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 0 0 0 0
[pid=26696/tid=26706] ppid=26694 vsize=1550288 CPUtime=0.01
/proc/26696/task/26706/stat : 26706 (java) S 26694 26696 26671 0 -1 4202560 1179 0 0 0 1 0 0 0 16 0 19 0 166334089 1587494912 50126 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 3 0 0 0
[pid=26696/tid=26707] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26707/stat : 26707 (java) S 26694 26696 26671 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 166334090 1587494912 50126 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 0 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26708] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26708/stat : 26708 (java) S 26694 26696 26671 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 166334090 1587494912 50126 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26709] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26709/stat : 26709 (java) S 26694 26696 26671 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 166334090 1587494912 50126 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26710] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26710/stat : 26710 (java) S 26694 26696 26671 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 166334092 1587494912 50126 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26711] ppid=26694 vsize=1550288 CPUtime=1.15
/proc/26696/task/26711/stat : 26711 (java) S 26694 26696 26671 0 -1 4202560 8255 0 0 0 114 1 0 0 15 0 19 0 166334092 1587494912 50126 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 2 0 0 0
[pid=26696/tid=26712] ppid=26694 vsize=1550288 CPUtime=1.07
/proc/26696/task/26712/stat : 26712 (java) S 26694 26696 26671 0 -1 4202560 5852 0 0 0 107 0 0 0 15 0 19 0 166334092 1587494912 50126 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 3 0 0 0
[pid=26696/tid=26713] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26713/stat : 26713 (java) S 26694 26696 26671 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 166334092 1587494912 50126 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26714] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26714/stat : 26714 (java) S 26694 26696 26671 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 166334092 1587494912 50126 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26715] ppid=26694 vsize=1550288 CPUtime=0
/proc/26696/task/26715/stat : 26715 (java) S 26694 26696 26671 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 166334125 1587494912 50126 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 8.69
Current children cumulated vsize (KiB) 1550288

[startup+12.7005 s]
/proc/loadavg: 1.87 1.97 1.99 3/215 26715
/proc/meminfo: memFree=31203460/32950928 swapFree=67111528/67111528
[pid=26696] ppid=26694 vsize=1550288 CPUtime=15.19
/proc/26696/stat : 26696 (java) S 26694 26696 26671 0 -1 4202496 62655 0 1 0 1509 10 0 0 21 0 19 0 166334087 1587494912 53025 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26696/statm: 387572 53025 1444 10 0 384874 0
[pid=26696/tid=26698] ppid=26694 vsize=1550288 CPUtime=12.59
/proc/26696/task/26698/stat : 26698 (java) R 26694 26696 26671 0 -1 4202560 35400 0 1 0 1255 4 0 0 25 0 19 0 166334088 1587494912 53025 4089446400 134512640 134550932 4290155344 18446744073709551615 107082566 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=26696/tid=26699] ppid=26694 vsize=1550288 CPUtime=0.04
/proc/26696/task/26699/stat : 26699 (java) S 26694 26696 26671 0 -1 4202560 1858 0 0 0 4 0 0 0 15 0 19 0 166334089 1587494912 53025 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 7 0 0 0

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

[pid=26696/tid=26704] ppid=26694 vsize=1552336 CPUtime=18.31
/proc/26696/task/26704/stat : 26704 (java) S 26694 26696 26671 0 -1 4202560 23858 0 0 0 1519 312 0 0 16 0 19 0 166334089 1589592064 230215 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 7 0 0 0
[pid=26696/tid=26705] ppid=26694 vsize=1552336 CPUtime=18.36
/proc/26696/task/26705/stat : 26705 (java) S 26694 26696 26671 0 -1 4202560 24863 0 0 0 1534 302 0 0 16 0 19 0 166334089 1589592064 230215 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 2 0 0 0
[pid=26696/tid=26706] ppid=26694 vsize=1552336 CPUtime=18.3
/proc/26696/task/26706/stat : 26706 (java) S 26694 26696 26671 0 -1 4202560 24491 0 0 0 1525 305 0 0 16 0 19 0 166334089 1589592064 230215 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 5 0 0 0
[pid=26696/tid=26707] ppid=26694 vsize=1552336 CPUtime=1.39
/proc/26696/task/26707/stat : 26707 (java) S 26694 26696 26671 0 -1 4202560 253 0 0 0 90 49 0 0 15 0 19 0 166334090 1589592064 230215 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 0 0 16800975 18446604471138773696 0 0 -1 3 0 0 0
[pid=26696/tid=26708] ppid=26694 vsize=1552336 CPUtime=0
/proc/26696/task/26708/stat : 26708 (java) S 26694 26696 26671 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 166334090 1589592064 230215 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26709] ppid=26694 vsize=1552336 CPUtime=0
/proc/26696/task/26709/stat : 26709 (java) S 26694 26696 26671 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 166334090 1589592064 230215 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26710] ppid=26694 vsize=1552336 CPUtime=0
/proc/26696/task/26710/stat : 26710 (java) S 26694 26696 26671 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 166334092 1589592064 230215 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26711] ppid=26694 vsize=1552336 CPUtime=1.16
/proc/26696/task/26711/stat : 26711 (java) S 26694 26696 26671 0 -1 4202560 8255 0 0 0 115 1 0 0 15 0 19 0 166334092 1589592064 230215 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 2 0 0 0
[pid=26696/tid=26712] ppid=26694 vsize=1552336 CPUtime=1.2
/proc/26696/task/26712/stat : 26712 (java) S 26694 26696 26671 0 -1 4202560 5868 0 0 0 120 0 0 0 15 0 19 0 166334092 1589592064 230215 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 3 0 0 0
[pid=26696/tid=26713] ppid=26694 vsize=1552336 CPUtime=0
/proc/26696/task/26713/stat : 26713 (java) S 26694 26696 26671 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 166334092 1589592064 230215 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26714] ppid=26694 vsize=1552336 CPUtime=0
/proc/26696/task/26714/stat : 26714 (java) S 26694 26696 26671 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 166334092 1589592064 230215 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 4 0 0 0
[pid=26696/tid=26715] ppid=26694 vsize=1552336 CPUtime=0
/proc/26696/task/26715/stat : 26715 (java) S 26694 26696 26671 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 166334125 1589592064 230215 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1725.99
Current children cumulated vsize (KiB) 1552336

[startup+1662.3 s]
/proc/loadavg: 2.22 2.15 2.09 3/197 26863
/proc/meminfo: memFree=30540468/32950928 swapFree=67111528/67111528
[pid=26696] ppid=26694 vsize=1552336 CPUtime=1794.56
/proc/26696/stat : 26696 (java) S 26694 26696 26671 0 -1 4202496 262789 0 1 0 176698 2758 0 0 21 0 19 0 166334087 1589592064 241878 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26696/statm: 388084 241878 1450 10 0 385386 0
[pid=26696/tid=26698] ppid=26694 vsize=1552336 CPUtime=1634.69
/proc/26696/task/26698/stat : 26698 (java) R 26694 26696 26671 0 -1 4202560 39453 0 1 0 163457 12 0 0 25 0 19 0 166334088 1589592064 241878 4089446400 134512640 134550932 4290155344 18446744073709551615 4109664819 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26696/tid=26699] ppid=26694 vsize=1552336 CPUtime=19.51
/proc/26696/task/26699/stat : 26699 (java) S 26694 26696 26671 0 -1 4202560 26946 0 0 0 1606 345 0 0 16 0 19 0 166334089 1589592064 241878 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 4 0 0 0
[pid=26696/tid=26700] ppid=26694 vsize=1552336 CPUtime=19
/proc/26696/task/26700/stat : 26700 (java) S 26694 26696 26671 0 -1 4202560 24400 0 0 0 1559 341 0 0 16 0 19 0 166334089 1589592064 241878 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 5 0 0 0
[pid=26696/tid=26701] ppid=26694 vsize=1552336 CPUtime=19.7
/proc/26696/task/26701/stat : 26701 (java) S 26694 26696 26671 0 -1 4202560 26954 0 0 0 1632 338 0 0 16 0 19 0 166334089 1589592064 241878 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 7 0 0 0
[pid=26696/tid=26702] ppid=26694 vsize=1552336 CPUtime=19.54
/proc/26696/task/26702/stat : 26702 (java) S 26694 26696 26671 0 -1 4202560 26040 0 0 0 1616 338 0 0 16 0 19 0 166334089 1589592064 241878 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 5 0 0 0
[pid=26696/tid=26703] ppid=26694 vsize=1552336 CPUtime=19.39
/proc/26696/task/26703/stat : 26703 (java) S 26694 26696 26671 0 -1 4202560 25489 0 0 0 1618 321 0 0 16 0 19 0 166334089 1589592064 241878 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 0 0 0 0
[pid=26696/tid=26704] ppid=26694 vsize=1552336 CPUtime=19.6
/proc/26696/task/26704/stat : 26704 (java) S 26694 26696 26671 0 -1 4202560 25417 0 0 0 1620 340 0 0 16 0 19 0 166334089 1589592064 241878 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 2 0 0 0
[pid=26696/tid=26705] ppid=26694 vsize=1552336 CPUtime=19.63
/proc/26696/task/26705/stat : 26705 (java) S 26694 26696 26671 0 -1 4202560 26338 0 0 0 1632 331 0 0 16 0 19 0 166334089 1589592064 241878 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 3 0 0 0
[pid=26696/tid=26706] ppid=26694 vsize=1552336 CPUtime=19.55
/proc/26696/task/26706/stat : 26706 (java) S 26694 26696 26671 0 -1 4202560 26210 0 0 0 1622 333 0 0 16 0 19 0 166334089 1589592064 241878 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26707] ppid=26694 vsize=1552336 CPUtime=1.44
/proc/26696/task/26707/stat : 26707 (java) S 26694 26696 26671 0 -1 4202560 257 0 0 0 92 52 0 0 15 0 19 0 166334090 1589592064 241878 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 0 0 16800975 18446604471138773696 0 0 -1 3 0 0 0
[pid=26696/tid=26708] ppid=26694 vsize=1552336 CPUtime=0
/proc/26696/task/26708/stat : 26708 (java) S 26694 26696 26671 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 166334090 1589592064 241878 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26709] ppid=26694 vsize=1552336 CPUtime=0
/proc/26696/task/26709/stat : 26709 (java) S 26694 26696 26671 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 166334090 1589592064 241878 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26710] ppid=26694 vsize=1552336 CPUtime=0
/proc/26696/task/26710/stat : 26710 (java) S 26694 26696 26671 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 166334092 1589592064 241878 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26711] ppid=26694 vsize=1552336 CPUtime=1.16
/proc/26696/task/26711/stat : 26711 (java) S 26694 26696 26671 0 -1 4202560 8255 0 0 0 115 1 0 0 15 0 19 0 166334092 1589592064 241878 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 2 0 0 0
[pid=26696/tid=26712] ppid=26694 vsize=1552336 CPUtime=1.2
/proc/26696/task/26712/stat : 26712 (java) S 26694 26696 26671 0 -1 4202560 5868 0 0 0 120 0 0 0 15 0 19 0 166334092 1589592064 241878 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 3 0 0 0
[pid=26696/tid=26713] ppid=26694 vsize=1552336 CPUtime=0
/proc/26696/task/26713/stat : 26713 (java) S 26694 26696 26671 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 166334092 1589592064 241878 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26714] ppid=26694 vsize=1552336 CPUtime=0
/proc/26696/task/26714/stat : 26714 (java) S 26694 26696 26671 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 166334092 1589592064 241878 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 0 0 0 0
[pid=26696/tid=26715] ppid=26694 vsize=1552336 CPUtime=0
/proc/26696/task/26715/stat : 26715 (java) S 26694 26696 26671 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 166334125 1589592064 241878 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1794.56
Current children cumulated vsize (KiB) 1552336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1667.1 s]
/proc/loadavg: 2.20 2.15 2.09 3/197 26863
/proc/meminfo: memFree=30536376/32950928 swapFree=67111528/67111528
[pid=26696] ppid=26694 vsize=1552336 CPUtime=1800.1
/proc/26696/stat : 26696 (java) S 26694 26696 26671 0 -1 4202496 263841 0 1 0 177232 2778 0 0 21 0 19 0 166334087 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26696/statm: 388084 242892 1450 10 0 385386 0
[pid=26696/tid=26698] ppid=26694 vsize=1552336 CPUtime=1639.36
/proc/26696/task/26698/stat : 26698 (java) R 26694 26696 26671 0 -1 4202560 39465 0 1 0 163924 12 0 0 25 0 19 0 166334088 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4109435671 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26696/tid=26699] ppid=26694 vsize=1552336 CPUtime=19.64
/proc/26696/task/26699/stat : 26699 (java) S 26694 26696 26671 0 -1 4202560 27133 0 0 0 1616 348 0 0 16 0 19 0 166334089 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 4 0 0 0
[pid=26696/tid=26700] ppid=26694 vsize=1552336 CPUtime=19.06
/proc/26696/task/26700/stat : 26700 (java) S 26694 26696 26671 0 -1 4202560 24469 0 0 0 1563 343 0 0 15 0 19 0 166334089 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 3 0 0 0
[pid=26696/tid=26701] ppid=26694 vsize=1552336 CPUtime=19.8
/proc/26696/task/26701/stat : 26701 (java) S 26694 26696 26671 0 -1 4202560 27036 0 0 0 1640 340 0 0 15 0 19 0 166334089 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 3 0 0 0
[pid=26696/tid=26702] ppid=26694 vsize=1552336 CPUtime=19.68
/proc/26696/task/26702/stat : 26702 (java) S 26694 26696 26671 0 -1 4202560 26195 0 0 0 1627 341 0 0 16 0 19 0 166334089 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 5 0 0 0
[pid=26696/tid=26703] ppid=26694 vsize=1552336 CPUtime=19.5
/proc/26696/task/26703/stat : 26703 (java) S 26694 26696 26671 0 -1 4202560 25680 0 0 0 1628 322 0 0 16 0 19 0 166334089 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 0 0 0 0
[pid=26696/tid=26704] ppid=26694 vsize=1552336 CPUtime=19.72
/proc/26696/task/26704/stat : 26704 (java) S 26694 26696 26671 0 -1 4202560 25529 0 0 0 1629 343 0 0 16 0 19 0 166334089 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 2 0 0 0
[pid=26696/tid=26705] ppid=26694 vsize=1552336 CPUtime=19.74
/proc/26696/task/26705/stat : 26705 (java) S 26694 26696 26671 0 -1 4202560 26446 0 0 0 1641 333 0 0 16 0 19 0 166334089 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 7 0 0 0
[pid=26696/tid=26706] ppid=26694 vsize=1552336 CPUtime=19.67
/proc/26696/task/26706/stat : 26706 (java) S 26694 26696 26671 0 -1 4202560 26346 0 0 0 1632 335 0 0 16 0 19 0 166334089 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26707] ppid=26694 vsize=1552336 CPUtime=1.44
/proc/26696/task/26707/stat : 26707 (java) S 26694 26696 26671 0 -1 4202560 257 0 0 0 92 52 0 0 16 0 19 0 166334090 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 0 0 16800975 18446604471138773696 0 0 -1 3 0 0 0
[pid=26696/tid=26708] ppid=26694 vsize=1552336 CPUtime=0
/proc/26696/task/26708/stat : 26708 (java) S 26694 26696 26671 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 166334090 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26709] ppid=26694 vsize=1552336 CPUtime=0
/proc/26696/task/26709/stat : 26709 (java) S 26694 26696 26671 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 166334090 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26710] ppid=26694 vsize=1552336 CPUtime=0
/proc/26696/task/26710/stat : 26710 (java) S 26694 26696 26671 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 166334092 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26711] ppid=26694 vsize=1552336 CPUtime=1.16
/proc/26696/task/26711/stat : 26711 (java) S 26694 26696 26671 0 -1 4202560 8255 0 0 0 115 1 0 0 15 0 19 0 166334092 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 2 0 0 0
[pid=26696/tid=26712] ppid=26694 vsize=1552336 CPUtime=1.2
/proc/26696/task/26712/stat : 26712 (java) S 26694 26696 26671 0 -1 4202560 5868 0 0 0 120 0 0 0 15 0 19 0 166334092 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 3 0 0 0
[pid=26696/tid=26713] ppid=26694 vsize=1552336 CPUtime=0
/proc/26696/task/26713/stat : 26713 (java) S 26694 26696 26671 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 166334092 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26714] ppid=26694 vsize=1552336 CPUtime=0
/proc/26696/task/26714/stat : 26714 (java) S 26694 26696 26671 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 166334092 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 0 0 0 0
[pid=26696/tid=26715] ppid=26694 vsize=1552336 CPUtime=0
/proc/26696/task/26715/stat : 26715 (java) S 26694 26696 26671 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 166334125 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1552336

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

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

[startup+1667.1 s]
/proc/loadavg: 2.20 2.15 2.09 3/197 26863
/proc/meminfo: memFree=30536376/32950928 swapFree=67111528/67111528
[pid=26696] ppid=26694 vsize=1552336 CPUtime=1800.1
/proc/26696/stat : 26696 (java) S 26694 26696 26671 0 -1 4202496 263841 0 1 0 177232 2778 0 0 21 0 19 0 166334087 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26696/statm: 388084 242892 1450 10 0 385386 0
[pid=26696/tid=26698] ppid=26694 vsize=1552336 CPUtime=1639.36
/proc/26696/task/26698/stat : 26698 (java) R 26694 26696 26671 0 -1 4202560 39465 0 1 0 163924 12 0 0 25 0 19 0 166334088 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4109435671 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26696/tid=26699] ppid=26694 vsize=1552336 CPUtime=19.64
/proc/26696/task/26699/stat : 26699 (java) S 26694 26696 26671 0 -1 4202560 27133 0 0 0 1616 348 0 0 16 0 19 0 166334089 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 4 0 0 0
[pid=26696/tid=26700] ppid=26694 vsize=1552336 CPUtime=19.06
/proc/26696/task/26700/stat : 26700 (java) S 26694 26696 26671 0 -1 4202560 24469 0 0 0 1563 343 0 0 15 0 19 0 166334089 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 3 0 0 0
[pid=26696/tid=26701] ppid=26694 vsize=1552336 CPUtime=19.8
/proc/26696/task/26701/stat : 26701 (java) S 26694 26696 26671 0 -1 4202560 27036 0 0 0 1640 340 0 0 15 0 19 0 166334089 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 3 0 0 0
[pid=26696/tid=26702] ppid=26694 vsize=1552336 CPUtime=19.68
/proc/26696/task/26702/stat : 26702 (java) S 26694 26696 26671 0 -1 4202560 26195 0 0 0 1627 341 0 0 16 0 19 0 166334089 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 5 0 0 0
[pid=26696/tid=26703] ppid=26694 vsize=1552336 CPUtime=19.5
/proc/26696/task/26703/stat : 26703 (java) S 26694 26696 26671 0 -1 4202560 25680 0 0 0 1628 322 0 0 16 0 19 0 166334089 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 0 0 0 0
[pid=26696/tid=26704] ppid=26694 vsize=1552336 CPUtime=19.72
/proc/26696/task/26704/stat : 26704 (java) S 26694 26696 26671 0 -1 4202560 25529 0 0 0 1629 343 0 0 16 0 19 0 166334089 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 2 0 0 0
[pid=26696/tid=26705] ppid=26694 vsize=1552336 CPUtime=19.74
/proc/26696/task/26705/stat : 26705 (java) S 26694 26696 26671 0 -1 4202560 26446 0 0 0 1641 333 0 0 16 0 19 0 166334089 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 7 0 0 0
[pid=26696/tid=26706] ppid=26694 vsize=1552336 CPUtime=19.67
/proc/26696/task/26706/stat : 26706 (java) S 26694 26696 26671 0 -1 4202560 26346 0 0 0 1632 335 0 0 16 0 19 0 166334089 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26707] ppid=26694 vsize=1552336 CPUtime=1.44
/proc/26696/task/26707/stat : 26707 (java) S 26694 26696 26671 0 -1 4202560 257 0 0 0 92 52 0 0 16 0 19 0 166334090 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 0 0 16800975 18446604471138773696 0 0 -1 3 0 0 0
[pid=26696/tid=26708] ppid=26694 vsize=1552336 CPUtime=0
/proc/26696/task/26708/stat : 26708 (java) S 26694 26696 26671 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 166334090 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26709] ppid=26694 vsize=1552336 CPUtime=0
/proc/26696/task/26709/stat : 26709 (java) S 26694 26696 26671 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 166334090 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26710] ppid=26694 vsize=1552336 CPUtime=0
/proc/26696/task/26710/stat : 26710 (java) S 26694 26696 26671 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 166334092 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26711] ppid=26694 vsize=1552336 CPUtime=1.16
/proc/26696/task/26711/stat : 26711 (java) S 26694 26696 26671 0 -1 4202560 8255 0 0 0 115 1 0 0 15 0 19 0 166334092 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 2 0 0 0
[pid=26696/tid=26712] ppid=26694 vsize=1552336 CPUtime=1.2
/proc/26696/task/26712/stat : 26712 (java) S 26694 26696 26671 0 -1 4202560 5868 0 0 0 120 0 0 0 15 0 19 0 166334092 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 3 0 0 0
[pid=26696/tid=26713] ppid=26694 vsize=1552336 CPUtime=0
/proc/26696/task/26713/stat : 26713 (java) S 26694 26696 26671 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 166334092 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 1 0 0 0
[pid=26696/tid=26714] ppid=26694 vsize=1552336 CPUtime=0
/proc/26696/task/26714/stat : 26714 (java) S 26694 26696 26671 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 166334092 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 0 0 0 0
[pid=26696/tid=26715] ppid=26694 vsize=1552336 CPUtime=0
/proc/26696/task/26715/stat : 26715 (java) S 26694 26696 26671 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 166334125 1589592064 242892 4089446400 134512640 134550932 4290155344 18446744073709551615 4294960144 0 4 0 16800975 18446604471138773696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1552336

Child status: 143
Real time (s): 1667.19
CPU time (s): 1800.25
CPU user time (s): 1772.41
CPU system time (s): 27.8388
CPU usage (%): 107.981
Max. virtual memory (cumulated for all children) (KiB): 1552336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1772.41
system time used= 27.8388
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 263941
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= 146075
involuntary context switches= 7174190

runsolver used 2.73858 second user time and 6.29004 second system time

The end

Launcher Data

Begin job on node116 at 2010-06-30 21:50:23
IDJOB=2691643
IDBENCH=79279
IDSOLVER=1203
FILE ID=node116/2691643-1277927423
PBS_JOBID= 11197401
Free space on /tmp= 74212 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.1900573137--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-2691643-1277927423/watcher-2691643-1277927423 -o /tmp/evaluation-result-2691643-1277927423/solver-2691643-1277927423 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2691643-1277927423.wbo

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

MD5SUM BENCH= 337bb89bbfc43fe8a5ddb591a5c00326
RANDOM SEED=1574039690

node116.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.838
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.67
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.838
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	: 5381.00
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.838
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.838
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	: 5332.75
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.838
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.76
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.838
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.77
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.838
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.75
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.838
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31408948 kB
Buffers:        211292 kB
Cached:        1002824 kB
SwapCached:          0 kB
Active:         667056 kB
Inactive:       730980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31408948 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             608 kB
Writeback:           0 kB
AnonPages:      184320 kB
Mapped:          20480 kB
Slab:            79652 kB
PageTables:       4572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1655064 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node116 at 2010-06-30 22:18:13