Trace number 2691726

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.22 1679.19

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900576360--soft-0-100-0.wbo
MD5SUMda8b4d3fc4733201ddcbc92154231f9d
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark287.393
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 733
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.01/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.06	c See www.sat4j.org for details.
0.01/0.07	c version 2.2.0.v20100526
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.01/0.07	c java.vm.version	11.2-b01
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	32
0.01/0.07	c java.version		1.6.0_12
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.18-164.el5
0.01/0.07	c os.arch		i386
0.01/0.07	c Free memory 		1393557488
0.01/0.07	c Max memory 		1395916800
0.01/0.07	c Total memory 		1395916800
0.01/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@1b16e52
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-2691726-1277930451.wbo
0.11/0.10	c reading problem ... 
0.53/0.30	c ... done. Wall clock time 0.206s.
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.63/1.00	c SATISFIABLE
2.63/1.00	c OPTIMIZING...
2.63/1.00	c Got one! Elapsed wall clock time (in seconds):0.907
2.63/1.00	o 1275
3.20/1.36	c Got one! Elapsed wall clock time (in seconds):1.263
3.20/1.36	o 1210
3.80/1.70	c Got one! Elapsed wall clock time (in seconds):1.607
3.80/1.70	o 1187
4.12/2.02	c Got one! Elapsed wall clock time (in seconds):1.92
4.12/2.02	o 1179
4.57/2.43	c Got one! Elapsed wall clock time (in seconds):2.332
4.57/2.43	o 1133
5.44/3.29	c Got one! Elapsed wall clock time (in seconds):3.195
5.44/3.29	o 1131
5.97/3.76	c Got one! Elapsed wall clock time (in seconds):3.667
5.97/3.76	o 1120
6.73/4.46	c Got one! Elapsed wall clock time (in seconds):4.359
6.73/4.46	o 1112
7.86/5.50	c Got one! Elapsed wall clock time (in seconds):5.407
7.86/5.50	o 1103
10.00/7.69	c Got one! Elapsed wall clock time (in seconds):7.593
10.00/7.69	o 1086
10.91/8.54	c Got one! Elapsed wall clock time (in seconds):8.443
10.91/8.54	o 1063
12.12/9.72	c Got one! Elapsed wall clock time (in seconds):9.628
12.12/9.72	o 1055
13.96/11.51	c Got one! Elapsed wall clock time (in seconds):11.413
13.96/11.51	o 1044
16.50/14.05	c Got one! Elapsed wall clock time (in seconds):13.954
16.50/14.05	o 1021
21.70/19.16	c Got one! Elapsed wall clock time (in seconds):19.066
21.70/19.16	o 883
23.14/20.53	c Got one! Elapsed wall clock time (in seconds):20.433
23.14/20.53	o 853
37.96/34.94	c Got one! Elapsed wall clock time (in seconds):34.842
37.96/34.94	o 836
41.02/37.97	c Got one! Elapsed wall clock time (in seconds):37.877
41.02/37.97	o 806
45.81/42.65	c Got one! Elapsed wall clock time (in seconds):42.557
45.81/42.65	o 775
57.47/54.03	c Got one! Elapsed wall clock time (in seconds):53.933
57.47/54.03	o 722
69.87/66.18	c cleaning 0 clauses out of 5000 with flag 0/5000
73.57/69.73	c Got one! Elapsed wall clock time (in seconds):69.636
73.57/69.73	o 630
80.29/76.29	c Got one! Elapsed wall clock time (in seconds):76.193
80.29/76.29	o 626
84.69/80.54	c Got one! Elapsed wall clock time (in seconds):80.441
84.69/80.54	o 618
92.10/87.74	c Got one! Elapsed wall clock time (in seconds):87.643
92.10/87.74	o 600
135.83/129.83	c Got one! Elapsed wall clock time (in seconds):129.729
135.83/129.83	o 566
206.52/197.67	c Got one! Elapsed wall clock time (in seconds):197.575
206.52/197.67	o 558
293.09/280.26	c Got one! Elapsed wall clock time (in seconds):280.165
293.09/280.26	o 553
404.33/386.47	c Got one! Elapsed wall clock time (in seconds):386.379
404.33/386.47	o 540
437.77/418.02	c Got one! Elapsed wall clock time (in seconds):417.924
437.77/418.02	o 528
452.22/432.00	c Got one! Elapsed wall clock time (in seconds):431.904
452.22/432.00	o 524
477.46/456.34	c Got one! Elapsed wall clock time (in seconds):456.246
477.46/456.34	o 503
769.24/725.08	c Got one! Elapsed wall clock time (in seconds):724.985
769.24/725.08	o 498
796.76/751.45	c cleaning 0 clauses out of 11001 with flag 0/11001
835.85/788.78	c Got one! Elapsed wall clock time (in seconds):788.679
835.85/788.78	o 492
939.08/888.14	c Got one! Elapsed wall clock time (in seconds):888.044
939.08/888.14	o 491
1096.14/1039.15	c Got one! Elapsed wall clock time (in seconds):1039.051
1096.14/1039.15	o 467
1140.19/1079.77	c Got one! Elapsed wall clock time (in seconds):1079.674
1140.19/1079.77	o 463
1170.07/1107.85	c Got one! Elapsed wall clock time (in seconds):1107.749
1170.07/1107.85	o 458
1298.37/1224.55	c Got one! Elapsed wall clock time (in seconds):1224.455
1298.37/1224.55	o 418
1445.21/1358.54	c Got one! Elapsed wall clock time (in seconds):1358.446
1445.21/1358.54	o 282
1800.08/1679.11	c starts		: 81
1800.08/1679.11	c conflicts		: 16627
1800.08/1679.11	c decisions		: 332166
1800.08/1679.11	c propagations		: 2176450
1800.08/1679.11	c inspects		: 778272966
1800.08/1679.11	c learnt literals	: 0
1800.08/1679.11	c learnt binary clauses	: 0
1800.08/1679.11	c learnt ternary clauses	: 0
1800.08/1679.11	c learnt clauses	: 16626
1800.08/1679.11	c ignored clauses	: 0
1800.08/1679.11	c root simplifications	: 0
1800.08/1679.11	c removed literals (reason simplification)	: 0
1800.08/1679.11	c reason swapping (by a shorter reason)	: 0
1800.08/1679.11	c Calls to reduceDB	: 2
1800.08/1679.11	c number of reductions to clauses (during analyze)	: 0
1800.08/1679.11	c number of learned constraints concerned by reduction	: 0
1800.08/1679.11	c number of learning phase by resolution	: 0
1800.08/1679.11	c number of learning phase by cutting planes	: 0
1800.08/1679.11	c speed (assignments/second)	: 6789.482221847879
1800.08/1679.11	c non guided choices	4174
1800.08/1679.12	c learnt constraints type 
1800.08/1679.12	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8
1800.08/1679.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16618
1800.08/1679.12	c constraints type 
1800.08/1679.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
1800.08/1679.12	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2684
1800.08/1679.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.08/1679.12	s SATISFIABLE
1800.08/1679.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.08/1679.13	c objective function=282
1800.08/1679.13	c Total wall clock time (in seconds): 1679.029

Verifier Data

OK	282

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2691726-1277930451/watcher-2691726-1277930451 -o /tmp/evaluation-result-2691726-1277930451/solver-2691726-1277930451 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2691726-1277930451.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.39 2.47 2.27 3/178 26697
/proc/meminfo: memFree=31387016/32950940 swapFree=67111528/67111528
[pid=26697] ppid=26695 vsize=13164 CPUtime=0
/proc/26697/stat : 26697 (java) R 26695 26697 26166 0 -1 4194304 927 0 0 0 0 0 0 0 25 0 1 0 166636871 13479936 423 4089446400 134512640 134550932 4292915040 18446744073709551615 7702149 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26697/statm: 3291 428 144 10 0 1121 0

[startup+0.0278179 s]
/proc/loadavg: 2.39 2.47 2.27 3/178 26697
/proc/meminfo: memFree=31387016/32950940 swapFree=67111528/67111528
[pid=26697] ppid=26695 vsize=1526332 CPUtime=0.01
/proc/26697/stat : 26697 (java) S 26695 26697 26166 0 -1 4202496 3649 0 1 0 1 0 0 0 25 0 13 0 166636871 1562963968 3090 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/26697/statm: 381583 3091 1023 10 0 378893 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1526332

[startup+0.10074 s]
/proc/loadavg: 2.39 2.47 2.27 3/178 26697
/proc/meminfo: memFree=31387016/32950940 swapFree=67111528/67111528
[pid=26697] ppid=26695 vsize=1529296 CPUtime=0.11
/proc/26697/stat : 26697 (java) S 26695 26697 26166 0 -1 4202496 5231 0 1 0 10 1 0 0 25 0 18 0 166636871 1565999104 4667 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26697/statm: 382324 4667 1347 10 0 379626 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529296

[startup+0.300703 s]
/proc/loadavg: 2.39 2.47 2.27 3/178 26697
/proc/meminfo: memFree=31387016/32950940 swapFree=67111528/67111528
[pid=26697] ppid=26695 vsize=1532308 CPUtime=0.53
/proc/26697/stat : 26697 (java) S 26695 26697 26166 0 -1 4202496 7724 0 1 0 52 1 0 0 25 0 18 0 166636871 1569083392 7082 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26697/statm: 383077 7083 1411 10 0 380379 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 1532308

[startup+0.700703 s]
/proc/loadavg: 2.39 2.47 2.27 3/178 26697
/proc/meminfo: memFree=31387016/32950940 swapFree=67111528/67111528
[pid=26697] ppid=26695 vsize=1551092 CPUtime=1.72
/proc/26697/stat : 26697 (java) S 26695 26697 26166 0 -1 4202496 18448 0 1 0 169 3 0 0 25 0 19 0 166636871 1588318208 15060 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26697/statm: 387773 15066 1421 10 0 385075 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 1551092

[startup+1.5015 s]
/proc/loadavg: 2.39 2.47 2.27 5/197 26716
/proc/meminfo: memFree=31307204/32950940 swapFree=67111528/67111528
[pid=26697] ppid=26695 vsize=1550292 CPUtime=3.58
/proc/26697/stat : 26697 (java) S 26695 26697 26166 0 -1 4202496 45748 0 1 0 352 6 0 0 25 0 19 0 166636871 1587499008 39268 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26697/statm: 387573 39268 1444 10 0 384875 0
[pid=26697/tid=26699] ppid=26695 vsize=1550292 CPUtime=1.48
/proc/26697/task/26699/stat : 26699 (java) R 26695 26697 26166 0 -1 4202560 32091 0 1 0 144 4 0 0 19 0 19 0 166636871 1587499008 39268 4089446400 134512640 134550932 4292915040 18446744073709551615 4109582060 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26697/tid=26700] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26700/stat : 26700 (java) S 26695 26697 26166 0 -1 4202560 159 0 0 0 0 0 0 0 18 0 19 0 166636872 1587499008 39268 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 6 0 0 0
[pid=26697/tid=26701] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26701/stat : 26701 (java) S 26695 26697 26166 0 -1 4202560 67 0 0 0 0 0 0 0 18 0 19 0 166636872 1587499008 39268 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 7 0 0 0
[pid=26697/tid=26702] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26702/stat : 26702 (java) S 26695 26697 26166 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 166636872 1587499008 39268 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 5 0 0 0
[pid=26697/tid=26703] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26703/stat : 26703 (java) S 26695 26697 26166 0 -1 4202560 176 0 0 0 0 0 0 0 18 0 19 0 166636872 1587499008 39268 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 5 0 0 0
[pid=26697/tid=26704] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26704/stat : 26704 (java) S 26695 26697 26166 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 166636872 1587499008 39268 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 0 0 0 0
[pid=26697/tid=26705] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26705/stat : 26705 (java) S 26695 26697 26166 0 -1 4202560 167 0 0 0 0 0 0 0 18 0 19 0 166636872 1587499008 39268 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 0 0 0 0
[pid=26697/tid=26706] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26706/stat : 26706 (java) S 26695 26697 26166 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 166636872 1587499008 39268 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 4 0 0 0
[pid=26697/tid=26707] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26707/stat : 26707 (java) S 26695 26697 26166 0 -1 4202560 168 0 0 0 0 0 0 0 18 0 19 0 166636872 1587499008 39268 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 2 0 0 0
[pid=26697/tid=26708] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26708/stat : 26708 (java) S 26695 26697 26166 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 166636873 1587499008 39268 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 0 0 16800975 18446604453312609088 0 0 -1 6 0 0 0
[pid=26697/tid=26709] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26709/stat : 26709 (java) S 26695 26697 26166 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 166636873 1587499008 39268 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 4 0 0 0
[pid=26697/tid=26710] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26710/stat : 26710 (java) S 26695 26697 26166 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 166636873 1587499008 39268 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 4 0 0 0
[pid=26697/tid=26711] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26711/stat : 26711 (java) S 26695 26697 26166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 166636875 1587499008 39268 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 4 0 0 0
[pid=26697/tid=26712] ppid=26695 vsize=1550292 CPUtime=1.04
/proc/26697/task/26712/stat : 26712 (java) S 26695 26697 26166 0 -1 4202560 6099 0 0 0 103 1 0 0 15 0 19 0 166636875 1587499008 39268 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 6 0 0 0
[pid=26697/tid=26713] ppid=26695 vsize=1550292 CPUtime=1.03
/proc/26697/task/26713/stat : 26713 (java) S 26695 26697 26166 0 -1 4202560 5733 0 0 0 103 0 0 0 15 0 19 0 166636875 1587499008 39268 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 7 0 0 0
[pid=26697/tid=26714] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26714/stat : 26714 (java) S 26695 26697 26166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 166636875 1587499008 39268 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 0 0 0 0
[pid=26697/tid=26715] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26715/stat : 26715 (java) S 26695 26697 26166 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 166636875 1587499008 39268 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 0 0 0 0
[pid=26697/tid=26716] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26716/stat : 26716 (java) S 26695 26697 26166 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 166636908 1587499008 39268 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 1550292

[startup+3.10127 s]
/proc/loadavg: 2.39 2.47 2.27 3/197 26716
/proc/meminfo: memFree=31228844/32950940 swapFree=67111528/67111528
[pid=26697] ppid=26695 vsize=1550292 CPUtime=5.34
/proc/26697/stat : 26697 (java) S 26695 26697 26166 0 -1 4202496 50161 0 1 0 527 7 0 0 25 0 19 0 166636871 1587499008 43663 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26697/statm: 387573 43663 1444 10 0 384875 0
[pid=26697/tid=26699] ppid=26695 vsize=1550292 CPUtime=3.06
/proc/26697/task/26699/stat : 26699 (java) R 26695 26697 26166 0 -1 4202560 32097 0 1 0 302 4 0 0 22 0 19 0 166636871 1587499008 43663 4089446400 134512640 134550932 4292915040 18446744073709551615 4109610817 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26697/tid=26700] ppid=26695 vsize=1550292 CPUtime=0.01
/proc/26697/task/26700/stat : 26700 (java) S 26695 26697 26166 0 -1 4202560 926 0 0 0 1 0 0 0 16 0 19 0 166636872 1587499008 43663 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 6 0 0 0
[pid=26697/tid=26701] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26701/stat : 26701 (java) S 26695 26697 26166 0 -1 4202560 428 0 0 0 0 0 0 0 16 0 19 0 166636872 1587499008 43663 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 7 0 0 0
[pid=26697/tid=26702] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26702/stat : 26702 (java) S 26695 26697 26166 0 -1 4202560 527 0 0 0 0 0 0 0 16 0 19 0 166636872 1587499008 43663 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 1 0 0 0
[pid=26697/tid=26703] ppid=26695 vsize=1550292 CPUtime=0.01
/proc/26697/task/26703/stat : 26703 (java) S 26695 26697 26166 0 -1 4202560 689 0 0 0 1 0 0 0 16 0 19 0 166636872 1587499008 43663 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 5 0 0 0
[pid=26697/tid=26704] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26704/stat : 26704 (java) S 26695 26697 26166 0 -1 4202560 479 0 0 0 0 0 0 0 16 0 19 0 166636872 1587499008 43663 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 4 0 0 0
[pid=26697/tid=26705] ppid=26695 vsize=1550292 CPUtime=0.01
/proc/26697/task/26705/stat : 26705 (java) S 26695 26697 26166 0 -1 4202560 626 0 0 0 1 0 0 0 16 0 19 0 166636872 1587499008 43663 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 0 0 0 0
[pid=26697/tid=26706] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26706/stat : 26706 (java) S 26695 26697 26166 0 -1 4202560 498 0 0 0 0 0 0 0 15 0 19 0 166636872 1587499008 43663 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 4 0 0 0
[pid=26697/tid=26707] ppid=26695 vsize=1550292 CPUtime=0.01
/proc/26697/task/26707/stat : 26707 (java) S 26695 26697 26166 0 -1 4202560 950 0 0 0 1 0 0 0 16 0 19 0 166636872 1587499008 43663 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 2 0 0 0
[pid=26697/tid=26708] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26708/stat : 26708 (java) S 26695 26697 26166 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 166636873 1587499008 43663 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 0 0 16800975 18446604453312609088 0 0 -1 6 0 0 0
[pid=26697/tid=26709] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26709/stat : 26709 (java) S 26695 26697 26166 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 166636873 1587499008 43663 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 4 0 0 0
[pid=26697/tid=26710] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26710/stat : 26710 (java) S 26695 26697 26166 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 166636873 1587499008 43663 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 4 0 0 0
[pid=26697/tid=26711] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26711/stat : 26711 (java) S 26695 26697 26166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 166636875 1587499008 43663 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 4 0 0 0
[pid=26697/tid=26712] ppid=26695 vsize=1550292 CPUtime=1.05
/proc/26697/task/26712/stat : 26712 (java) S 26695 26697 26166 0 -1 4202560 6100 0 0 0 104 1 0 0 15 0 19 0 166636875 1587499008 43663 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 6 0 0 0
[pid=26697/tid=26713] ppid=26695 vsize=1550292 CPUtime=1.11
/proc/26697/task/26713/stat : 26713 (java) S 26695 26697 26166 0 -1 4202560 5743 0 0 0 111 0 0 0 15 0 19 0 166636875 1587499008 43663 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 7 0 0 0
[pid=26697/tid=26714] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26714/stat : 26714 (java) S 26695 26697 26166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 166636875 1587499008 43663 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 0 0 0 0
[pid=26697/tid=26715] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26715/stat : 26715 (java) S 26695 26697 26166 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 166636875 1587499008 43663 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 0 0 0 0
[pid=26697/tid=26716] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26716/stat : 26716 (java) S 26695 26697 26166 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 166636908 1587499008 43663 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.34
Current children cumulated vsize (KiB) 1550292

[startup+6.30065 s]
/proc/loadavg: 2.36 2.47 2.27 3/197 26716
/proc/meminfo: memFree=31192884/32950940 swapFree=67111528/67111528
[pid=26697] ppid=26695 vsize=1550292 CPUtime=8.66
/proc/26697/stat : 26697 (java) S 26695 26697 26166 0 -1 4202496 57188 0 1 0 858 8 0 0 25 0 19 0 166636871 1587499008 50130 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26697/statm: 387573 50130 1444 10 0 384875 0
[pid=26697/tid=26699] ppid=26695 vsize=1550292 CPUtime=6.23
/proc/26697/task/26699/stat : 26699 (java) R 26695 26697 26166 0 -1 4202560 35194 0 1 0 619 4 0 0 25 0 19 0 166636871 1587499008 50130 4089446400 134512640 134550932 4292915040 18446744073709551615 4109730194 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26697/tid=26700] ppid=26695 vsize=1550292 CPUtime=0.02
/proc/26697/task/26700/stat : 26700 (java) S 26695 26697 26166 0 -1 4202560 1230 0 0 0 2 0 0 0 16 0 19 0 166636872 1587499008 50130 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 6 0 0 0
[pid=26697/tid=26701] ppid=26695 vsize=1550292 CPUtime=0.02
/proc/26697/task/26701/stat : 26701 (java) S 26695 26697 26166 0 -1 4202560 959 0 0 0 2 0 0 0 15 0 19 0 166636872 1587499008 50130 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 7 0 0 0
[pid=26697/tid=26702] ppid=26695 vsize=1550292 CPUtime=0.02
/proc/26697/task/26702/stat : 26702 (java) S 26695 26697 26166 0 -1 4202560 1006 0 0 0 2 0 0 0 16 0 19 0 166636872 1587499008 50130 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 1 0 0 0
[pid=26697/tid=26703] ppid=26695 vsize=1550292 CPUtime=0.03
/proc/26697/task/26703/stat : 26703 (java) S 26695 26697 26166 0 -1 4202560 1225 0 0 0 3 0 0 0 16 0 19 0 166636872 1587499008 50130 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 7 0 0 0
[pid=26697/tid=26704] ppid=26695 vsize=1550292 CPUtime=0.01
/proc/26697/task/26704/stat : 26704 (java) S 26695 26697 26166 0 -1 4202560 655 0 0 0 1 0 0 0 15 0 19 0 166636872 1587499008 50130 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 6 0 0 0
[pid=26697/tid=26705] ppid=26695 vsize=1550292 CPUtime=0.02
/proc/26697/task/26705/stat : 26705 (java) S 26695 26697 26166 0 -1 4202560 1319 0 0 0 2 0 0 0 16 0 19 0 166636872 1587499008 50130 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 0 0 0 0
[pid=26697/tid=26706] ppid=26695 vsize=1550292 CPUtime=0.02
/proc/26697/task/26706/stat : 26706 (java) S 26695 26697 26166 0 -1 4202560 1137 0 0 0 2 0 0 0 16 0 19 0 166636872 1587499008 50130 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 4 0 0 0
[pid=26697/tid=26707] ppid=26695 vsize=1550292 CPUtime=0.03
/proc/26697/task/26707/stat : 26707 (java) S 26695 26697 26166 0 -1 4202560 1522 0 0 0 3 0 0 0 16 0 19 0 166636872 1587499008 50130 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 2 0 0 0
[pid=26697/tid=26708] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26708/stat : 26708 (java) S 26695 26697 26166 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 166636873 1587499008 50130 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 0 0 16800975 18446604453312609088 0 0 -1 6 0 0 0
[pid=26697/tid=26709] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26709/stat : 26709 (java) S 26695 26697 26166 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 166636873 1587499008 50130 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 4 0 0 0
[pid=26697/tid=26710] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26710/stat : 26710 (java) S 26695 26697 26166 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 166636873 1587499008 50130 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 4 0 0 0
[pid=26697/tid=26711] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26711/stat : 26711 (java) S 26695 26697 26166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 166636875 1587499008 50130 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 4 0 0 0
[pid=26697/tid=26712] ppid=26695 vsize=1550292 CPUtime=1.05
/proc/26697/task/26712/stat : 26712 (java) S 26695 26697 26166 0 -1 4202560 6100 0 0 0 104 1 0 0 15 0 19 0 166636875 1587499008 50130 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 6 0 0 0
[pid=26697/tid=26713] ppid=26695 vsize=1550292 CPUtime=1.12
/proc/26697/task/26713/stat : 26713 (java) S 26695 26697 26166 0 -1 4202560 5743 0 0 0 112 0 0 0 15 0 19 0 166636875 1587499008 50130 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 7 0 0 0
[pid=26697/tid=26714] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26714/stat : 26714 (java) S 26695 26697 26166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 166636875 1587499008 50130 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 0 0 0 0
[pid=26697/tid=26715] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26715/stat : 26715 (java) S 26695 26697 26166 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 166636875 1587499008 50130 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 0 0 0 0
[pid=26697/tid=26716] ppid=26695 vsize=1550292 CPUtime=0
/proc/26697/task/26716/stat : 26716 (java) S 26695 26697 26166 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 166636908 1587499008 50130 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.66
Current children cumulated vsize (KiB) 1550292

[startup+12.7016 s]
/proc/loadavg: 2.33 2.46 2.26 3/197 26717
/proc/meminfo: memFree=31179220/32950940 swapFree=67111528/67111528
[pid=26697] ppid=26695 vsize=1550292 CPUtime=15.18
/proc/26697/stat : 26697 (java) S 26695 26697 26166 0 -1 4202496 60586 0 1 0 1508 10 0 0 25 0 19 0 166636871 1587499008 53220 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26697/statm: 387573 53220 1444 10 0 384875 0
[pid=26697/tid=26699] ppid=26695 vsize=1550292 CPUtime=12.6
/proc/26697/task/26699/stat : 26699 (java) R 26695 26697 26166 0 -1 4202560 35310 0 1 0 1256 4 0 0 25 0 19 0 166636871 1587499008 53220 4089446400 134512640 134550932 4292915040 18446744073709551615 4109730312 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26697/tid=26700] ppid=26695 vsize=1550292 CPUtime=0.04
/proc/26697/task/26700/stat : 26700 (java) S 26695 26697 26166 0 -1 4202560 1717 0 0 0 4 0 0 0 16 0 19 0 166636872 1587499008 53220 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 6 0 0 0

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

[pid=26697/tid=26705] ppid=26695 vsize=1552868 CPUtime=16.18
/proc/26697/task/26705/stat : 26705 (java) S 26695 26697 26166 0 -1 4202560 19053 0 0 0 1299 319 0 0 16 0 19 0 166636872 1590136832 190408 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 6 0 0 0
[pid=26697/tid=26706] ppid=26695 vsize=1552868 CPUtime=16.69
/proc/26697/task/26706/stat : 26706 (java) S 26695 26697 26166 0 -1 4202560 19688 0 0 0 1368 301 0 0 16 0 19 0 166636872 1590136832 190408 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 0 0 0 0
[pid=26697/tid=26707] ppid=26695 vsize=1552868 CPUtime=16.52
/proc/26697/task/26707/stat : 26707 (java) S 26695 26697 26166 0 -1 4202560 20157 0 0 0 1356 296 0 0 16 0 19 0 166636872 1590136832 190408 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 1 0 0 0
[pid=26697/tid=26708] ppid=26695 vsize=1552868 CPUtime=1.43
/proc/26697/task/26708/stat : 26708 (java) S 26695 26697 26166 0 -1 4202560 275 0 0 0 92 51 0 0 15 0 19 0 166636873 1590136832 190408 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 0 0 16800975 18446604453312609088 0 0 -1 1 0 0 0
[pid=26697/tid=26709] ppid=26695 vsize=1552868 CPUtime=0
/proc/26697/task/26709/stat : 26709 (java) S 26695 26697 26166 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 166636873 1590136832 190408 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 4 0 0 0
[pid=26697/tid=26710] ppid=26695 vsize=1552868 CPUtime=0
/proc/26697/task/26710/stat : 26710 (java) S 26695 26697 26166 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 166636873 1590136832 190408 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 4 0 0 0
[pid=26697/tid=26711] ppid=26695 vsize=1552868 CPUtime=0
/proc/26697/task/26711/stat : 26711 (java) S 26695 26697 26166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 166636875 1590136832 190408 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 4 0 0 0
[pid=26697/tid=26712] ppid=26695 vsize=1552868 CPUtime=1.41
/proc/26697/task/26712/stat : 26712 (java) S 26695 26697 26166 0 -1 4202560 6706 0 0 0 140 1 0 0 15 0 19 0 166636875 1590136832 190408 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 6 0 0 0
[pid=26697/tid=26713] ppid=26695 vsize=1552868 CPUtime=1.26
/proc/26697/task/26713/stat : 26713 (java) S 26695 26697 26166 0 -1 4202560 5763 0 0 0 126 0 0 0 15 0 19 0 166636875 1590136832 190408 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 7 0 0 0
[pid=26697/tid=26714] ppid=26695 vsize=1552868 CPUtime=0
/proc/26697/task/26714/stat : 26714 (java) S 26695 26697 26166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 166636875 1590136832 190408 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 0 0 0 0
[pid=26697/tid=26715] ppid=26695 vsize=1552868 CPUtime=0
/proc/26697/task/26715/stat : 26715 (java) S 26695 26697 26166 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 166636875 1590136832 190408 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 0 0 0 0
[pid=26697/tid=26716] ppid=26695 vsize=1552868 CPUtime=0
/proc/26697/task/26716/stat : 26716 (java) S 26695 26697 26166 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 166636908 1590136832 190408 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1714.88
Current children cumulated vsize (KiB) 1552868

[startup+1662.3 s]
/proc/loadavg: 2.56 2.30 2.17 3/197 26801
/proc/meminfo: memFree=30705180/32950940 swapFree=67111528/67111528
[pid=26697] ppid=26695 vsize=1552868 CPUtime=1781.68
/proc/26697/stat : 26697 (java) S 26695 26697 26166 0 -1 4202496 215673 0 1 0 175453 2715 0 0 25 0 19 0 166636871 1590136832 197602 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26697/statm: 388217 197602 1450 10 0 385519 0
[pid=26697/tid=26699] ppid=26695 vsize=1552868 CPUtime=1637.24
/proc/26697/task/26699/stat : 26699 (java) R 26695 26697 26166 0 -1 4202560 39117 0 1 0 163714 10 0 0 25 0 19 0 166636871 1590136832 197602 4089446400 134512640 134550932 4292915040 18446744073709551615 4109730054 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26697/tid=26700] ppid=26695 vsize=1552868 CPUtime=17.22
/proc/26697/task/26700/stat : 26700 (java) S 26695 26697 26166 0 -1 4202560 19337 0 0 0 1389 333 0 0 16 0 19 0 166636872 1590136832 197602 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 3 0 0 0
[pid=26697/tid=26701] ppid=26695 vsize=1552868 CPUtime=17.25
/proc/26697/task/26701/stat : 26701 (java) S 26695 26697 26166 0 -1 4202560 20284 0 0 0 1388 337 0 0 16 0 19 0 166636872 1590136832 197602 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 2 0 0 0
[pid=26697/tid=26702] ppid=26695 vsize=1552868 CPUtime=17.41
/proc/26697/task/26702/stat : 26702 (java) S 26695 26697 26166 0 -1 4202560 20106 0 0 0 1438 303 0 0 16 0 19 0 166636872 1590136832 197602 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 0 0 0 0
[pid=26697/tid=26703] ppid=26695 vsize=1552868 CPUtime=17.96
/proc/26697/task/26703/stat : 26703 (java) S 26695 26697 26166 0 -1 4202560 20996 0 0 0 1475 321 0 0 16 0 19 0 166636872 1590136832 197602 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 6 0 0 0
[pid=26697/tid=26704] ppid=26695 vsize=1552868 CPUtime=17.81
/proc/26697/task/26704/stat : 26704 (java) S 26695 26697 26166 0 -1 4202560 20155 0 0 0 1409 372 0 0 16 0 19 0 166636872 1590136832 197602 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 7 0 0 0
[pid=26697/tid=26705] ppid=26695 vsize=1552868 CPUtime=17.24
/proc/26697/task/26705/stat : 26705 (java) S 26695 26697 26166 0 -1 4202560 20087 0 0 0 1382 342 0 0 16 0 19 0 166636872 1590136832 197602 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 5 0 0 0
[pid=26697/tid=26706] ppid=26695 vsize=1552868 CPUtime=17.76
/proc/26697/task/26706/stat : 26706 (java) S 26695 26697 26166 0 -1 4202560 20649 0 0 0 1461 315 0 0 16 0 19 0 166636872 1590136832 197602 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 6 0 0 0
[pid=26697/tid=26707] ppid=26695 vsize=1552868 CPUtime=17.55
/proc/26697/task/26707/stat : 26707 (java) S 26695 26697 26166 0 -1 4202560 21032 0 0 0 1432 323 0 0 16 0 19 0 166636872 1590136832 197602 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 1 0 0 0
[pid=26697/tid=26708] ppid=26695 vsize=1552868 CPUtime=1.47
/proc/26697/task/26708/stat : 26708 (java) S 26695 26697 26166 0 -1 4202560 279 0 0 0 94 53 0 0 15 0 19 0 166636873 1590136832 197602 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 0 0 16800975 18446604453312609088 0 0 -1 1 0 0 0
[pid=26697/tid=26709] ppid=26695 vsize=1552868 CPUtime=0
/proc/26697/task/26709/stat : 26709 (java) S 26695 26697 26166 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 166636873 1590136832 197602 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 4 0 0 0
[pid=26697/tid=26710] ppid=26695 vsize=1552868 CPUtime=0
/proc/26697/task/26710/stat : 26710 (java) S 26695 26697 26166 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 166636873 1590136832 197602 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 4 0 0 0
[pid=26697/tid=26711] ppid=26695 vsize=1552868 CPUtime=0
/proc/26697/task/26711/stat : 26711 (java) S 26695 26697 26166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 166636875 1590136832 197602 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 4 0 0 0
[pid=26697/tid=26712] ppid=26695 vsize=1552868 CPUtime=1.41
/proc/26697/task/26712/stat : 26712 (java) S 26695 26697 26166 0 -1 4202560 6706 0 0 0 140 1 0 0 15 0 19 0 166636875 1590136832 197602 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 6 0 0 0
[pid=26697/tid=26713] ppid=26695 vsize=1552868 CPUtime=1.26
/proc/26697/task/26713/stat : 26713 (java) S 26695 26697 26166 0 -1 4202560 5763 0 0 0 126 0 0 0 15 0 19 0 166636875 1590136832 197602 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 7 0 0 0
[pid=26697/tid=26714] ppid=26695 vsize=1552868 CPUtime=0
/proc/26697/task/26714/stat : 26714 (java) S 26695 26697 26166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 166636875 1590136832 197602 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 0 0 0 0
[pid=26697/tid=26715] ppid=26695 vsize=1552868 CPUtime=0
/proc/26697/task/26715/stat : 26715 (java) S 26695 26697 26166 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 166636875 1590136832 197602 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 6 0 0 0
[pid=26697/tid=26716] ppid=26695 vsize=1552868 CPUtime=0
/proc/26697/task/26716/stat : 26716 (java) S 26695 26697 26166 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 166636908 1590136832 197602 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1781.68
Current children cumulated vsize (KiB) 1552868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1679.1 s]
/proc/loadavg: 2.40 2.28 2.16 3/197 26801
/proc/meminfo: memFree=30691536/32950940 swapFree=67111528/67111528
[pid=26697] ppid=26695 vsize=1552868 CPUtime=1800.08
/proc/26697/stat : 26697 (java) S 26695 26697 26166 0 -1 4202496 217493 0 1 0 177245 2763 0 0 25 0 19 0 166636871 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26697/statm: 388217 199353 1450 10 0 385519 0
[pid=26697/tid=26699] ppid=26695 vsize=1552868 CPUtime=1653.75
/proc/26697/task/26699/stat : 26699 (java) R 26695 26697 26166 0 -1 4202560 39144 0 1 0 165365 10 0 0 25 0 19 0 166636871 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4109729945 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26697/tid=26700] ppid=26695 vsize=1552868 CPUtime=17.45
/proc/26697/task/26700/stat : 26700 (java) S 26695 26697 26166 0 -1 4202560 19547 0 0 0 1405 340 0 0 16 0 19 0 166636872 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 7 0 0 0
[pid=26697/tid=26701] ppid=26695 vsize=1552868 CPUtime=17.5
/proc/26697/task/26701/stat : 26701 (java) S 26695 26697 26166 0 -1 4202560 20513 0 0 0 1407 343 0 0 16 0 19 0 166636872 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 2 0 0 0
[pid=26697/tid=26702] ppid=26695 vsize=1552868 CPUtime=17.68
/proc/26697/task/26702/stat : 26702 (java) S 26695 26697 26166 0 -1 4202560 20364 0 0 0 1462 306 0 0 16 0 19 0 166636872 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 0 0 0 0
[pid=26697/tid=26703] ppid=26695 vsize=1552868 CPUtime=18.22
/proc/26697/task/26703/stat : 26703 (java) S 26695 26697 26166 0 -1 4202560 21239 0 0 0 1496 326 0 0 16 0 19 0 166636872 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 6 0 0 0
[pid=26697/tid=26704] ppid=26695 vsize=1552868 CPUtime=18.04
/proc/26697/task/26704/stat : 26704 (java) S 26695 26697 26166 0 -1 4202560 20414 0 0 0 1424 380 0 0 16 0 19 0 166636872 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 3 0 0 0
[pid=26697/tid=26705] ppid=26695 vsize=1552868 CPUtime=17.46
/proc/26697/task/26705/stat : 26705 (java) S 26695 26697 26166 0 -1 4202560 20314 0 0 0 1398 348 0 0 16 0 19 0 166636872 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 1 0 0 0
[pid=26697/tid=26706] ppid=26695 vsize=1552868 CPUtime=17.94
/proc/26697/task/26706/stat : 26706 (java) S 26695 26697 26166 0 -1 4202560 20873 0 0 0 1474 320 0 0 16 0 19 0 166636872 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 7 0 0 0
[pid=26697/tid=26707] ppid=26695 vsize=1552868 CPUtime=17.79
/proc/26697/task/26707/stat : 26707 (java) S 26695 26697 26166 0 -1 4202560 21175 0 0 0 1449 330 0 0 16 0 19 0 166636872 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 5 0 0 0
[pid=26697/tid=26708] ppid=26695 vsize=1552868 CPUtime=1.47
/proc/26697/task/26708/stat : 26708 (java) S 26695 26697 26166 0 -1 4202560 279 0 0 0 94 53 0 0 15 0 19 0 166636873 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 0 0 16800975 18446604453312609088 0 0 -1 1 0 0 0
[pid=26697/tid=26709] ppid=26695 vsize=1552868 CPUtime=0
/proc/26697/task/26709/stat : 26709 (java) S 26695 26697 26166 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 166636873 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 4 0 0 0
[pid=26697/tid=26710] ppid=26695 vsize=1552868 CPUtime=0
/proc/26697/task/26710/stat : 26710 (java) S 26695 26697 26166 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 166636873 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 4 0 0 0
[pid=26697/tid=26711] ppid=26695 vsize=1552868 CPUtime=0
/proc/26697/task/26711/stat : 26711 (java) S 26695 26697 26166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 166636875 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 4 0 0 0
[pid=26697/tid=26712] ppid=26695 vsize=1552868 CPUtime=1.41
/proc/26697/task/26712/stat : 26712 (java) S 26695 26697 26166 0 -1 4202560 6706 0 0 0 140 1 0 0 15 0 19 0 166636875 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 6 0 0 0
[pid=26697/tid=26713] ppid=26695 vsize=1552868 CPUtime=1.26
/proc/26697/task/26713/stat : 26713 (java) S 26695 26697 26166 0 -1 4202560 5763 0 0 0 126 0 0 0 15 0 19 0 166636875 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 7 0 0 0
[pid=26697/tid=26714] ppid=26695 vsize=1552868 CPUtime=0
/proc/26697/task/26714/stat : 26714 (java) S 26695 26697 26166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 166636875 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 0 0 0 0
[pid=26697/tid=26715] ppid=26695 vsize=1552868 CPUtime=0
/proc/26697/task/26715/stat : 26715 (java) S 26695 26697 26166 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 166636875 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 0 0 0 0
[pid=26697/tid=26716] ppid=26695 vsize=1552868 CPUtime=0
/proc/26697/task/26716/stat : 26716 (java) S 26695 26697 26166 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 166636908 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1552868

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

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

[startup+1679.1 s]
/proc/loadavg: 2.40 2.28 2.16 3/197 26801
/proc/meminfo: memFree=30691536/32950940 swapFree=67111528/67111528
[pid=26697] ppid=26695 vsize=1552868 CPUtime=1800.08
/proc/26697/stat : 26697 (java) S 26695 26697 26166 0 -1 4202496 217493 0 1 0 177245 2763 0 0 25 0 19 0 166636871 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26697/statm: 388217 199353 1450 10 0 385519 0
[pid=26697/tid=26699] ppid=26695 vsize=1552868 CPUtime=1653.75
/proc/26697/task/26699/stat : 26699 (java) R 26695 26697 26166 0 -1 4202560 39144 0 1 0 165365 10 0 0 25 0 19 0 166636871 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4109729945 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26697/tid=26700] ppid=26695 vsize=1552868 CPUtime=17.45
/proc/26697/task/26700/stat : 26700 (java) S 26695 26697 26166 0 -1 4202560 19547 0 0 0 1405 340 0 0 16 0 19 0 166636872 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 7 0 0 0
[pid=26697/tid=26701] ppid=26695 vsize=1552868 CPUtime=17.5
/proc/26697/task/26701/stat : 26701 (java) S 26695 26697 26166 0 -1 4202560 20513 0 0 0 1407 343 0 0 16 0 19 0 166636872 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 2 0 0 0
[pid=26697/tid=26702] ppid=26695 vsize=1552868 CPUtime=17.68
/proc/26697/task/26702/stat : 26702 (java) S 26695 26697 26166 0 -1 4202560 20364 0 0 0 1462 306 0 0 16 0 19 0 166636872 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 0 0 0 0
[pid=26697/tid=26703] ppid=26695 vsize=1552868 CPUtime=18.22
/proc/26697/task/26703/stat : 26703 (java) S 26695 26697 26166 0 -1 4202560 21239 0 0 0 1496 326 0 0 16 0 19 0 166636872 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 6 0 0 0
[pid=26697/tid=26704] ppid=26695 vsize=1552868 CPUtime=18.04
/proc/26697/task/26704/stat : 26704 (java) S 26695 26697 26166 0 -1 4202560 20414 0 0 0 1424 380 0 0 16 0 19 0 166636872 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 3 0 0 0
[pid=26697/tid=26705] ppid=26695 vsize=1552868 CPUtime=17.46
/proc/26697/task/26705/stat : 26705 (java) S 26695 26697 26166 0 -1 4202560 20314 0 0 0 1398 348 0 0 16 0 19 0 166636872 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 1 0 0 0
[pid=26697/tid=26706] ppid=26695 vsize=1552868 CPUtime=17.94
/proc/26697/task/26706/stat : 26706 (java) S 26695 26697 26166 0 -1 4202560 20873 0 0 0 1474 320 0 0 16 0 19 0 166636872 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 7 0 0 0
[pid=26697/tid=26707] ppid=26695 vsize=1552868 CPUtime=17.79
/proc/26697/task/26707/stat : 26707 (java) S 26695 26697 26166 0 -1 4202560 21175 0 0 0 1449 330 0 0 16 0 19 0 166636872 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 5 0 0 0
[pid=26697/tid=26708] ppid=26695 vsize=1552868 CPUtime=1.47
/proc/26697/task/26708/stat : 26708 (java) S 26695 26697 26166 0 -1 4202560 279 0 0 0 94 53 0 0 15 0 19 0 166636873 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 0 0 16800975 18446604453312609088 0 0 -1 1 0 0 0
[pid=26697/tid=26709] ppid=26695 vsize=1552868 CPUtime=0
/proc/26697/task/26709/stat : 26709 (java) S 26695 26697 26166 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 166636873 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 4 0 0 0
[pid=26697/tid=26710] ppid=26695 vsize=1552868 CPUtime=0
/proc/26697/task/26710/stat : 26710 (java) S 26695 26697 26166 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 166636873 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 4 0 0 0
[pid=26697/tid=26711] ppid=26695 vsize=1552868 CPUtime=0
/proc/26697/task/26711/stat : 26711 (java) S 26695 26697 26166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 166636875 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 4 0 0 0
[pid=26697/tid=26712] ppid=26695 vsize=1552868 CPUtime=1.41
/proc/26697/task/26712/stat : 26712 (java) S 26695 26697 26166 0 -1 4202560 6706 0 0 0 140 1 0 0 15 0 19 0 166636875 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 6 0 0 0
[pid=26697/tid=26713] ppid=26695 vsize=1552868 CPUtime=1.26
/proc/26697/task/26713/stat : 26713 (java) S 26695 26697 26166 0 -1 4202560 5763 0 0 0 126 0 0 0 15 0 19 0 166636875 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 7 0 0 0
[pid=26697/tid=26714] ppid=26695 vsize=1552868 CPUtime=0
/proc/26697/task/26714/stat : 26714 (java) S 26695 26697 26166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 166636875 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 0 0 0 0
[pid=26697/tid=26715] ppid=26695 vsize=1552868 CPUtime=0
/proc/26697/task/26715/stat : 26715 (java) S 26695 26697 26166 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 166636875 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 0 0 0 0
[pid=26697/tid=26716] ppid=26695 vsize=1552868 CPUtime=0
/proc/26697/task/26716/stat : 26716 (java) S 26695 26697 26166 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 166636908 1590136832 199353 4089446400 134512640 134550932 4292915040 18446744073709551615 4294960144 0 4 0 16800975 18446604453312609088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1552868

Child status: 143
Real time (s): 1679.19
CPU time (s): 1800.22
CPU user time (s): 1772.55
CPU system time (s): 27.6718
CPU usage (%): 107.208
Max. virtual memory (cumulated for all children) (KiB): 1552868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1772.55
system time used= 27.6718
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217531
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= 141588
involuntary context switches= 6692593

runsolver used 3.2825 second user time and 5.95209 second system time

The end

Launcher Data

Begin job on node117 at 2010-06-30 22:40:51
IDJOB=2691726
IDBENCH=79306
IDSOLVER=1203
FILE ID=node117/2691726-1277930451
PBS_JOBID= 11197361
Free space on /tmp= 74204 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.1900576360--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-2691726-1277930451/watcher-2691726-1277930451 -o /tmp/evaluation-result-2691726-1277930451/solver-2691726-1277930451 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2691726-1277930451.wbo

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

MD5SUM BENCH= da8b4d3fc4733201ddcbc92154231f9d
RANDOM SEED=1594564923

node117.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.799
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.59
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.799
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.799
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.82
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.799
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.799
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.85
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.799
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.799
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.82
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.799
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      31387420 kB
Buffers:        211568 kB
Cached:         856104 kB
SwapCached:          0 kB
Active:         813736 kB
Inactive:       607256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      31387420 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             432 kB
Writeback:           0 kB
AnonPages:      353100 kB
Mapped:          17392 kB
Slab:            79148 kB
PageTables:       5460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   505724 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= 74204 MiB
End job on node117 at 2010-06-30 23:08:53