Trace number 2691690

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.11 1677.59

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900582300--soft-0-100-0.wbo
MD5SUM0a3bbeff5fae384bd8f72d98174965d3
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 benchmark385.443
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 134314
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 134313
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 683
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.06/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.07	c See www.sat4j.org for details.
0.06/0.07	c version 2.2.0.v20100526
0.06/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.06/0.07	c java.vm.version	11.2-b01
0.06/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.07	c sun.arch.data.model	32
0.06/0.07	c java.version		1.6.0_12
0.06/0.07	c os.name		Linux
0.06/0.07	c os.version		2.6.18-164.el5
0.06/0.07	c os.arch		i386
0.06/0.07	c Free memory 		1393557488
0.06/0.07	c Max memory 		1395916800
0.06/0.07	c Total memory 		1395916800
0.06/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-2691690-1277929064.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.31/0.94	c SATISFIABLE
2.31/0.94	c OPTIMIZING...
2.31/0.94	c Got one! Elapsed wall clock time (in seconds):0.844
2.31/0.94	o 950
2.89/1.22	c Got one! Elapsed wall clock time (in seconds):1.118
2.89/1.22	o 884
3.33/1.59	c Got one! Elapsed wall clock time (in seconds):1.491
3.33/1.59	o 862
4.07/1.95	c Got one! Elapsed wall clock time (in seconds):1.85
4.07/1.95	o 856
4.61/2.48	c Got one! Elapsed wall clock time (in seconds):2.38
4.61/2.48	o 854
5.73/3.44	c Got one! Elapsed wall clock time (in seconds):3.342
5.73/3.44	o 788
6.26/3.93	c Got one! Elapsed wall clock time (in seconds):3.836
6.26/3.93	o 772
6.96/4.69	c Got one! Elapsed wall clock time (in seconds):4.594
6.96/4.69	o 757
8.30/5.96	c Got one! Elapsed wall clock time (in seconds):5.857
8.30/5.96	o 736
10.24/7.82	c Got one! Elapsed wall clock time (in seconds):7.726
10.24/7.82	o 716
11.05/8.63	c Got one! Elapsed wall clock time (in seconds):8.53
11.05/8.63	o 710
12.18/9.72	c Got one! Elapsed wall clock time (in seconds):9.62
12.18/9.72	o 695
14.82/12.35	c Got one! Elapsed wall clock time (in seconds):12.253
14.82/12.35	o 673
17.77/15.27	c Got one! Elapsed wall clock time (in seconds):15.172
17.77/15.27	o 644
23.32/20.61	c Got one! Elapsed wall clock time (in seconds):20.51
23.32/20.61	o 603
25.78/23.06	c Got one! Elapsed wall clock time (in seconds):22.96
25.78/23.06	o 586
27.91/25.13	c Got one! Elapsed wall clock time (in seconds):25.032
27.91/25.13	o 522
30.87/28.04	c Got one! Elapsed wall clock time (in seconds):27.941
30.87/28.04	o 482
50.84/47.63	c Got one! Elapsed wall clock time (in seconds):47.536
50.84/47.63	o 475
76.46/72.64	c Got one! Elapsed wall clock time (in seconds):72.545
76.46/72.64	o 467
88.82/84.79	c cleaning 0 clauses out of 5000 with flag 0/5000
100.57/96.11	c Got one! Elapsed wall clock time (in seconds):96.014
100.57/96.11	o 444
137.55/131.94	c Got one! Elapsed wall clock time (in seconds):131.842
137.55/131.94	o 240
860.39/816.24	c Got one! Elapsed wall clock time (in seconds):816.141
860.39/816.24	o 218
1150.32/1085.48	c Got one! Elapsed wall clock time (in seconds):1085.378
1150.32/1085.48	o 192
1800.02/1677.51	c starts		: 57
1800.02/1677.51	c conflicts		: 10489
1800.02/1677.52	c decisions		: 278847
1800.02/1677.52	c propagations		: 2137970
1800.02/1677.52	c inspects		: 353863490
1800.02/1677.52	c learnt literals	: 0
1800.02/1677.52	c learnt binary clauses	: 0
1800.02/1677.52	c learnt ternary clauses	: 0
1800.02/1677.52	c learnt clauses	: 10488
1800.02/1677.52	c ignored clauses	: 0
1800.02/1677.52	c root simplifications	: 0
1800.02/1677.52	c removed literals (reason simplification)	: 0
1800.02/1677.52	c reason swapping (by a shorter reason)	: 0
1800.02/1677.52	c Calls to reduceDB	: 1
1800.02/1677.52	c number of reductions to clauses (during analyze)	: 0
1800.02/1677.52	c number of learned constraints concerned by reduction	: 0
1800.02/1677.52	c number of learning phase by resolution	: 0
1800.02/1677.52	c number of learning phase by cutting planes	: 0
1800.02/1677.52	c speed (assignments/second)	: 3611.2284091792026
1800.02/1677.52	c non guided choices	2538
1800.02/1677.52	c learnt constraints type 
1800.02/1677.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 9
1800.02/1677.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10479
1800.02/1677.52	c constraints type 
1800.02/1677.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
1800.02/1677.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2684
1800.02/1677.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.02/1677.52	s SATISFIABLE
1800.02/1677.52	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.02/1677.52	c objective function=192
1800.02/1677.52	c Total wall clock time (in seconds): 1677.426

Verifier Data

OK	192

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2691690-1277929064/watcher-2691690-1277929064 -o /tmp/evaluation-result-2691690-1277929064/solver-2691690-1277929064 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2691690-1277929064.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.09 2.80 2.85 3/178 6814
/proc/meminfo: memFree=31526996/32951124 swapFree=67111528/67111528
[pid=6814] ppid=6812 vsize=248 CPUtime=0
/proc/6814/stat : 6814 (java) R 6812 6814 6759 0 -1 4194304 282 0 0 0 0 0 0 0 25 0 1 0 134334662 253952 28 4089446400 134512640 134550932 4292861856 18446744073709551615 9687518 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/6814/statm: 62 28 21 10 0 23 0

[startup+0.0699419 s]
/proc/loadavg: 2.09 2.80 2.85 3/178 6814
/proc/meminfo: memFree=31526996/32951124 swapFree=67111528/67111528
[pid=6814] ppid=6812 vsize=1527696 CPUtime=0.06
/proc/6814/stat : 6814 (java) S 6812 6814 6759 0 -1 4202496 4258 0 1 0 5 1 0 0 25 0 18 0 134334662 1564360704 3697 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6814/statm: 381924 3697 1091 10 0 379226 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1527696

[startup+0.100915 s]
/proc/loadavg: 2.09 2.80 2.85 3/178 6814
/proc/meminfo: memFree=31526996/32951124 swapFree=67111528/67111528
[pid=6814] ppid=6812 vsize=1530028 CPUtime=0.11
/proc/6814/stat : 6814 (java) S 6812 6814 6759 0 -1 4202496 5213 0 1 0 10 1 0 0 25 0 18 0 134334662 1566748672 4650 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6814/statm: 382507 4650 1347 10 0 379809 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530028

[startup+0.301895 s]
/proc/loadavg: 2.09 2.80 2.85 3/178 6814
/proc/meminfo: memFree=31526996/32951124 swapFree=67111528/67111528
[pid=6814] ppid=6812 vsize=1531664 CPUtime=0.53
/proc/6814/stat : 6814 (java) S 6812 6814 6759 0 -1 4202496 7738 0 1 0 52 1 0 0 25 0 18 0 134334662 1568423936 7064 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6814/statm: 382916 7066 1411 10 0 380218 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 1531664

[startup+0.700817 s]
/proc/loadavg: 2.09 2.80 2.85 3/178 6814
/proc/meminfo: memFree=31526996/32951124 swapFree=67111528/67111528
[pid=6814] ppid=6812 vsize=1548132 CPUtime=1.72
/proc/6814/stat : 6814 (java) S 6812 6814 6759 0 -1 4202496 19407 0 1 0 169 3 0 0 25 0 19 0 134334662 1585287168 14697 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6814/statm: 387033 14697 1421 10 0 384335 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 1548132

[startup+1.50067 s]
/proc/loadavg: 2.09 2.80 2.85 4/197 6833
/proc/meminfo: memFree=31440364/32951124 swapFree=67111528/67111528
[pid=6814] ppid=6812 vsize=1547812 CPUtime=3.33
/proc/6814/stat : 6814 (java) S 6812 6814 6759 0 -1 4202496 46396 0 1 0 327 6 0 0 25 0 19 0 134334662 1584959488 38575 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6814/statm: 386953 38575 1444 10 0 384255 0
[pid=6814/tid=6816] ppid=6812 vsize=1547812 CPUtime=1.48
/proc/6814/task/6816/stat : 6816 (java) R 6812 6814 6759 0 -1 4202560 32128 0 1 0 144 4 0 0 18 0 19 0 134334662 1584959488 38575 4089446400 134512640 134550932 4292861856 18446744073709551615 4109846698 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6814/tid=6817] ppid=6812 vsize=1547812 CPUtime=0
/proc/6814/task/6817/stat : 6817 (java) S 6812 6814 6759 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 19 0 134334663 1584959488 38575 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 2 0 0 0
[pid=6814/tid=6818] ppid=6812 vsize=1547812 CPUtime=0
/proc/6814/task/6818/stat : 6818 (java) S 6812 6814 6759 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 134334663 1584959488 38575 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 2 0 0 0
[pid=6814/tid=6819] ppid=6812 vsize=1547812 CPUtime=0
/proc/6814/task/6819/stat : 6819 (java) S 6812 6814 6759 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 134334663 1584959488 38575 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 2 0 0 0
[pid=6814/tid=6820] ppid=6812 vsize=1547812 CPUtime=0
/proc/6814/task/6820/stat : 6820 (java) S 6812 6814 6759 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 134334663 1584959488 38575 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 2 0 0 0
[pid=6814/tid=6821] ppid=6812 vsize=1547812 CPUtime=0
/proc/6814/task/6821/stat : 6821 (java) S 6812 6814 6759 0 -1 4202560 33 0 0 0 0 0 0 0 18 0 19 0 134334663 1584959488 38575 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 0 0 0 0
[pid=6814/tid=6822] ppid=6812 vsize=1547812 CPUtime=0
/proc/6814/task/6822/stat : 6822 (java) S 6812 6814 6759 0 -1 4202560 105 0 0 0 0 0 0 0 18 0 19 0 134334663 1584959488 38575 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 6 0 0 0
[pid=6814/tid=6823] ppid=6812 vsize=1547812 CPUtime=0
/proc/6814/task/6823/stat : 6823 (java) S 6812 6814 6759 0 -1 4202560 328 0 0 0 0 0 0 0 18 0 19 0 134334663 1584959488 38575 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 2 0 0 0
[pid=6814/tid=6824] ppid=6812 vsize=1547812 CPUtime=0
/proc/6814/task/6824/stat : 6824 (java) S 6812 6814 6759 0 -1 4202560 264 0 0 0 0 0 0 0 18 0 19 0 134334663 1584959488 38575 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 6 0 0 0
[pid=6814/tid=6825] ppid=6812 vsize=1547812 CPUtime=0
/proc/6814/task/6825/stat : 6825 (java) S 6812 6814 6759 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 134334664 1584959488 38575 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 0 0 16800975 18446604453927080192 0 0 -1 0 0 0 0
[pid=6814/tid=6826] ppid=6812 vsize=1547812 CPUtime=0
/proc/6814/task/6826/stat : 6826 (java) S 6812 6814 6759 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 134334664 1584959488 38575 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 0 0 0 0
[pid=6814/tid=6827] ppid=6812 vsize=1547812 CPUtime=0
/proc/6814/task/6827/stat : 6827 (java) S 6812 6814 6759 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 134334664 1584959488 38575 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 2 0 0 0
[pid=6814/tid=6828] ppid=6812 vsize=1547812 CPUtime=0
/proc/6814/task/6828/stat : 6828 (java) S 6812 6814 6759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 134334666 1584959488 38575 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 4 0 0 0
[pid=6814/tid=6829] ppid=6812 vsize=1547812 CPUtime=0.86
/proc/6814/task/6829/stat : 6829 (java) S 6812 6814 6759 0 -1 4202560 6024 0 0 0 86 0 0 0 15 0 19 0 134334666 1584959488 38575 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 7 0 0 0
[pid=6814/tid=6830] ppid=6812 vsize=1547812 CPUtime=0.97
/proc/6814/task/6830/stat : 6830 (java) S 6812 6814 6759 0 -1 4202560 6429 0 0 0 96 1 0 0 15 0 19 0 134334666 1584959488 38575 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 3 0 0 0
[pid=6814/tid=6831] ppid=6812 vsize=1547812 CPUtime=0
/proc/6814/task/6831/stat : 6831 (java) S 6812 6814 6759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 134334666 1584959488 38575 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 4 0 0 0
[pid=6814/tid=6832] ppid=6812 vsize=1547812 CPUtime=0
/proc/6814/task/6832/stat : 6832 (java) S 6812 6814 6759 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 134334666 1584959488 38575 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 0 0 0 0
[pid=6814/tid=6833] ppid=6812 vsize=1547812 CPUtime=0
/proc/6814/task/6833/stat : 6833 (java) S 6812 6814 6759 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 134334699 1584959488 38575 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.33
Current children cumulated vsize (KiB) 1547812

[startup+3.10135 s]
/proc/loadavg: 2.09 2.80 2.85 4/197 6833
/proc/meminfo: memFree=31370188/32951124 swapFree=67111528/67111528
[pid=6814] ppid=6812 vsize=1548836 CPUtime=5.39
/proc/6814/stat : 6814 (java) S 6812 6814 6759 0 -1 4202496 53560 0 1 0 532 7 0 0 25 0 19 0 134334662 1586008064 43670 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6814/statm: 387209 43675 1444 10 0 384511 0
[pid=6814/tid=6816] ppid=6812 vsize=1548836 CPUtime=3.05
/proc/6814/task/6816/stat : 6816 (java) R 6812 6814 6759 0 -1 4202560 33283 0 1 0 301 4 0 0 21 0 19 0 134334662 1586008064 43676 4089446400 134512640 134550932 4292861856 18446744073709551615 4109845715 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6814/tid=6817] ppid=6812 vsize=1548836 CPUtime=0
/proc/6814/task/6817/stat : 6817 (java) S 6812 6814 6759 0 -1 4202560 425 0 0 0 0 0 0 0 15 0 19 0 134334663 1586008064 43679 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 4 0 0 0
[pid=6814/tid=6818] ppid=6812 vsize=1548836 CPUtime=0
/proc/6814/task/6818/stat : 6818 (java) S 6812 6814 6759 0 -1 4202560 653 0 0 0 0 0 0 0 16 0 19 0 134334663 1586008064 43681 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 4 0 0 0
[pid=6814/tid=6819] ppid=6812 vsize=1548836 CPUtime=0
/proc/6814/task/6819/stat : 6819 (java) S 6812 6814 6759 0 -1 4202560 582 0 0 0 0 0 0 0 16 0 19 0 134334663 1586008064 43683 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 0 0 0 0
[pid=6814/tid=6820] ppid=6812 vsize=1548836 CPUtime=0
/proc/6814/task/6820/stat : 6820 (java) S 6812 6814 6759 0 -1 4202560 271 0 0 0 0 0 0 0 15 0 19 0 134334663 1586008064 43686 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 0 0 0 0
[pid=6814/tid=6821] ppid=6812 vsize=1548836 CPUtime=0
/proc/6814/task/6821/stat : 6821 (java) S 6812 6814 6759 0 -1 4202560 318 0 0 0 0 0 0 0 15 0 19 0 134334663 1586008064 43688 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 6 0 0 0
[pid=6814/tid=6822] ppid=6812 vsize=1548836 CPUtime=0
/proc/6814/task/6822/stat : 6822 (java) S 6812 6814 6759 0 -1 4202560 686 0 0 0 0 0 0 0 16 0 19 0 134334663 1586008064 43690 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 6 0 0 0
[pid=6814/tid=6823] ppid=6812 vsize=1548836 CPUtime=0.01
/proc/6814/task/6823/stat : 6823 (java) S 6812 6814 6759 0 -1 4202560 1125 0 0 0 1 0 0 0 16 0 19 0 134334663 1586008064 43692 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 2 0 0 0
[pid=6814/tid=6824] ppid=6812 vsize=1548836 CPUtime=0
/proc/6814/task/6824/stat : 6824 (java) S 6812 6814 6759 0 -1 4202560 469 0 0 0 0 0 0 0 15 0 19 0 134334663 1586008064 43694 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 4 0 0 0
[pid=6814/tid=6825] ppid=6812 vsize=1548836 CPUtime=0
/proc/6814/task/6825/stat : 6825 (java) S 6812 6814 6759 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 134334664 1586008064 43696 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 0 0 16800975 18446604453927080192 0 0 -1 0 0 0 0
[pid=6814/tid=6826] ppid=6812 vsize=1548836 CPUtime=0
/proc/6814/task/6826/stat : 6826 (java) S 6812 6814 6759 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 134334664 1586008064 43698 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 0 0 0 0
[pid=6814/tid=6827] ppid=6812 vsize=1548836 CPUtime=0
/proc/6814/task/6827/stat : 6827 (java) S 6812 6814 6759 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 134334664 1586008064 43700 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 2 0 0 0
[pid=6814/tid=6828] ppid=6812 vsize=1548836 CPUtime=0
/proc/6814/task/6828/stat : 6828 (java) S 6812 6814 6759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 134334666 1586008064 43702 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 4 0 0 0
[pid=6814/tid=6829] ppid=6812 vsize=1548836 CPUtime=1.05
/proc/6814/task/6829/stat : 6829 (java) S 6812 6814 6759 0 -1 4202560 6455 0 0 0 105 0 0 0 15 0 19 0 134334666 1586008064 43703 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 7 0 0 0
[pid=6814/tid=6830] ppid=6812 vsize=1548836 CPUtime=1.2
/proc/6814/task/6830/stat : 6830 (java) S 6812 6814 6759 0 -1 4202560 8199 0 0 0 119 1 0 0 15 0 19 0 134334666 1586008064 43704 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 0 0 0 0
[pid=6814/tid=6831] ppid=6812 vsize=1548836 CPUtime=0
/proc/6814/task/6831/stat : 6831 (java) S 6812 6814 6759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 134334666 1586008064 43706 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 4 0 0 0
[pid=6814/tid=6832] ppid=6812 vsize=1548836 CPUtime=0
/proc/6814/task/6832/stat : 6832 (java) S 6812 6814 6759 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 134334666 1586008064 43707 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 6 0 0 0
[pid=6814/tid=6833] ppid=6812 vsize=1548836 CPUtime=0
/proc/6814/task/6833/stat : 6833 (java) S 6812 6814 6759 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 134334699 1586008064 43708 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.39
Current children cumulated vsize (KiB) 1548836

[startup+6.30079 s]
/proc/loadavg: 2.08 2.79 2.85 3/197 6833
/proc/meminfo: memFree=31333732/32951124 swapFree=67111528/67111528
[pid=6814] ppid=6812 vsize=1548836 CPUtime=8.71
/proc/6814/stat : 6814 (java) S 6812 6814 6759 0 -1 4202496 60604 0 1 0 862 9 0 0 25 0 19 0 134334662 1586008064 50300 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6814/statm: 387209 50300 1444 10 0 384511 0
[pid=6814/tid=6816] ppid=6812 vsize=1548836 CPUtime=6.21
/proc/6814/task/6816/stat : 6816 (java) R 6812 6814 6759 0 -1 4202560 35459 0 1 0 617 4 0 0 25 0 19 0 134334662 1586008064 50300 4089446400 134512640 134550932 4292861856 18446744073709551615 4110101517 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6814/tid=6817] ppid=6812 vsize=1548836 CPUtime=0.02
/proc/6814/task/6817/stat : 6817 (java) S 6812 6814 6759 0 -1 4202560 1113 0 0 0 2 0 0 0 15 0 19 0 134334663 1586008064 50300 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 7 0 0 0
[pid=6814/tid=6818] ppid=6812 vsize=1548836 CPUtime=0.02
/proc/6814/task/6818/stat : 6818 (java) S 6812 6814 6759 0 -1 4202560 1220 0 0 0 2 0 0 0 16 0 19 0 134334663 1586008064 50300 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 0 0 0 0
[pid=6814/tid=6819] ppid=6812 vsize=1548836 CPUtime=0.01
/proc/6814/task/6819/stat : 6819 (java) S 6812 6814 6759 0 -1 4202560 1105 0 0 0 1 0 0 0 15 0 19 0 134334663 1586008064 50300 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 1 0 0 0
[pid=6814/tid=6820] ppid=6812 vsize=1548836 CPUtime=0.01
/proc/6814/task/6820/stat : 6820 (java) S 6812 6814 6759 0 -1 4202560 624 0 0 0 1 0 0 0 15 0 19 0 134334663 1586008064 50300 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 4 0 0 0
[pid=6814/tid=6821] ppid=6812 vsize=1548836 CPUtime=0.02
/proc/6814/task/6821/stat : 6821 (java) S 6812 6814 6759 0 -1 4202560 1180 0 0 0 2 0 0 0 15 0 19 0 134334663 1586008064 50300 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 2 0 0 0
[pid=6814/tid=6822] ppid=6812 vsize=1548836 CPUtime=0.01
/proc/6814/task/6822/stat : 6822 (java) S 6812 6814 6759 0 -1 4202560 1229 0 0 0 1 0 0 0 15 0 19 0 134334663 1586008064 50300 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 4 0 0 0
[pid=6814/tid=6823] ppid=6812 vsize=1548836 CPUtime=0.03
/proc/6814/task/6823/stat : 6823 (java) S 6812 6814 6759 0 -1 4202560 2076 0 0 0 3 0 0 0 15 0 19 0 134334663 1586008064 50300 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 6 0 0 0
[pid=6814/tid=6824] ppid=6812 vsize=1548836 CPUtime=0.01
/proc/6814/task/6824/stat : 6824 (java) S 6812 6814 6759 0 -1 4202560 844 0 0 0 1 0 0 0 15 0 19 0 134334663 1586008064 50300 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 4 0 0 0
[pid=6814/tid=6825] ppid=6812 vsize=1548836 CPUtime=0
/proc/6814/task/6825/stat : 6825 (java) S 6812 6814 6759 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 134334664 1586008064 50300 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 0 0 16800975 18446604453927080192 0 0 -1 0 0 0 0
[pid=6814/tid=6826] ppid=6812 vsize=1548836 CPUtime=0
/proc/6814/task/6826/stat : 6826 (java) S 6812 6814 6759 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 134334664 1586008064 50300 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 0 0 0 0
[pid=6814/tid=6827] ppid=6812 vsize=1548836 CPUtime=0
/proc/6814/task/6827/stat : 6827 (java) S 6812 6814 6759 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 134334664 1586008064 50300 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 2 0 0 0
[pid=6814/tid=6828] ppid=6812 vsize=1548836 CPUtime=0
/proc/6814/task/6828/stat : 6828 (java) S 6812 6814 6759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 134334666 1586008064 50300 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 4 0 0 0
[pid=6814/tid=6829] ppid=6812 vsize=1548836 CPUtime=1.07
/proc/6814/task/6829/stat : 6829 (java) S 6812 6814 6759 0 -1 4202560 6455 0 0 0 107 0 0 0 15 0 19 0 134334666 1586008064 50300 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 7 0 0 0
[pid=6814/tid=6830] ppid=6812 vsize=1548836 CPUtime=1.2
/proc/6814/task/6830/stat : 6830 (java) S 6812 6814 6759 0 -1 4202560 8199 0 0 0 119 1 0 0 15 0 19 0 134334666 1586008064 50300 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 0 0 0 0
[pid=6814/tid=6831] ppid=6812 vsize=1548836 CPUtime=0
/proc/6814/task/6831/stat : 6831 (java) S 6812 6814 6759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 134334666 1586008064 50300 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 4 0 0 0
[pid=6814/tid=6832] ppid=6812 vsize=1548836 CPUtime=0
/proc/6814/task/6832/stat : 6832 (java) S 6812 6814 6759 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 134334666 1586008064 50300 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 6 0 0 0
[pid=6814/tid=6833] ppid=6812 vsize=1548836 CPUtime=0
/proc/6814/task/6833/stat : 6833 (java) S 6812 6814 6759 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 134334699 1586008064 50300 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 8.71
Current children cumulated vsize (KiB) 1548836

[startup+12.7016 s]
/proc/loadavg: 2.07 2.78 2.84 3/197 6834
/proc/meminfo: memFree=31319692/32951124 swapFree=67111528/67111528
[pid=6814] ppid=6812 vsize=1548836 CPUtime=15.23
/proc/6814/stat : 6814 (java) S 6812 6814 6759 0 -1 4202496 63991 0 1 0 1512 11 0 0 25 0 19 0 134334662 1586008064 53405 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6814/statm: 387209 53405 1444 10 0 384511 0
[pid=6814/tid=6816] ppid=6812 vsize=1548836 CPUtime=12.57
/proc/6814/task/6816/stat : 6816 (java) R 6812 6814 6759 0 -1 4202560 35724 0 1 0 1253 4 0 0 25 0 19 0 134334662 1586008064 53405 4089446400 134512640 134550932 4292861856 18446744073709551615 4109845658 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6814/tid=6817] ppid=6812 vsize=1548836 CPUtime=0.04
/proc/6814/task/6817/stat : 6817 (java) S 6812 6814 6759 0 -1 4202560 1628 0 0 0 4 0 0 0 16 0 19 0 134334663 1586008064 53405 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 7 0 0 0

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

[pid=6814/tid=6822] ppid=6812 vsize=1552932 CPUtime=17.37
/proc/6814/task/6822/stat : 6822 (java) S 6812 6814 6759 0 -1 4202560 28874 0 0 0 1432 305 0 0 16 0 19 0 134334663 1590202368 277392 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 1 0 0 0
[pid=6814/tid=6823] ppid=6812 vsize=1552932 CPUtime=17.22
/proc/6814/task/6823/stat : 6823 (java) S 6812 6814 6759 0 -1 4202560 30557 0 0 0 1423 299 0 0 16 0 19 0 134334663 1590202368 277392 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 4 0 0 0
[pid=6814/tid=6824] ppid=6812 vsize=1552932 CPUtime=17.18
/proc/6814/task/6824/stat : 6824 (java) S 6812 6814 6759 0 -1 4202560 31630 0 0 0 1464 254 0 0 16 0 19 0 134334663 1590202368 277392 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 0 0 0 0
[pid=6814/tid=6825] ppid=6812 vsize=1552932 CPUtime=1.6
/proc/6814/task/6825/stat : 6825 (java) S 6812 6814 6759 0 -1 4202560 146 0 0 0 72 88 0 0 15 0 19 0 134334664 1590202368 277392 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 0 0 16800975 18446604453927080192 0 0 -1 6 0 0 0
[pid=6814/tid=6826] ppid=6812 vsize=1552932 CPUtime=0
/proc/6814/task/6826/stat : 6826 (java) S 6812 6814 6759 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 134334664 1590202368 277392 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 0 0 0 0
[pid=6814/tid=6827] ppid=6812 vsize=1552932 CPUtime=0
/proc/6814/task/6827/stat : 6827 (java) S 6812 6814 6759 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 134334664 1590202368 277392 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 2 0 0 0
[pid=6814/tid=6828] ppid=6812 vsize=1552932 CPUtime=0
/proc/6814/task/6828/stat : 6828 (java) S 6812 6814 6759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 134334666 1590202368 277392 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 4 0 0 0
[pid=6814/tid=6829] ppid=6812 vsize=1552932 CPUtime=1.21
/proc/6814/task/6829/stat : 6829 (java) S 6812 6814 6759 0 -1 4202560 6471 0 0 0 121 0 0 0 15 0 19 0 134334666 1590202368 277392 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 7 0 0 0
[pid=6814/tid=6830] ppid=6812 vsize=1552932 CPUtime=1.21
/proc/6814/task/6830/stat : 6830 (java) S 6812 6814 6759 0 -1 4202560 8206 0 0 0 120 1 0 0 15 0 19 0 134334666 1590202368 277392 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 0 0 0 0
[pid=6814/tid=6831] ppid=6812 vsize=1552932 CPUtime=0
/proc/6814/task/6831/stat : 6831 (java) S 6812 6814 6759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 134334666 1590202368 277392 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 4 0 0 0
[pid=6814/tid=6832] ppid=6812 vsize=1552932 CPUtime=0
/proc/6814/task/6832/stat : 6832 (java) S 6812 6814 6759 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 19 0 134334666 1590202368 277392 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 5 0 0 0
[pid=6814/tid=6833] ppid=6812 vsize=1552932 CPUtime=0
/proc/6814/task/6833/stat : 6833 (java) S 6812 6814 6759 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 134334699 1590202368 277392 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1716.63
Current children cumulated vsize (KiB) 1552932

[startup+1662.3 s]
/proc/loadavg: 3.14 2.39 2.28 4/218 6969
/proc/meminfo: memFree=30354992/32951124 swapFree=67111528/67111528
[pid=6814] ppid=6812 vsize=1552932 CPUtime=1783.12
/proc/6814/stat : 6814 (java) S 6812 6814 6759 0 -1 4202496 313351 0 1 0 175868 2444 0 0 25 0 19 0 134334662 1590202368 288315 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6814/statm: 388233 288315 1450 10 0 385535 0
[pid=6814/tid=6816] ppid=6812 vsize=1552932 CPUtime=1633.52
/proc/6814/task/6816/stat : 6816 (java) R 6812 6814 6759 0 -1 4202560 40842 0 1 0 163335 17 0 0 25 0 19 0 134334662 1590202368 288315 4089446400 134512640 134550932 4292861856 18446744073709551615 4109845640 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6814/tid=6817] ppid=6812 vsize=1552932 CPUtime=18.19
/proc/6814/task/6817/stat : 6817 (java) S 6812 6814 6759 0 -1 4202560 31716 0 0 0 1519 300 0 0 15 0 19 0 134334663 1590202368 288315 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 2 0 0 0
[pid=6814/tid=6818] ppid=6812 vsize=1552932 CPUtime=17.79
/proc/6814/task/6818/stat : 6818 (java) S 6812 6814 6759 0 -1 4202560 31294 0 0 0 1520 259 0 0 15 0 19 0 134334663 1590202368 288315 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 0 0 0 0
[pid=6814/tid=6819] ppid=6812 vsize=1552932 CPUtime=17.79
/proc/6814/task/6819/stat : 6819 (java) S 6812 6814 6759 0 -1 4202560 32716 0 0 0 1514 265 0 0 15 0 19 0 134334663 1590202368 288315 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 3 0 0 0
[pid=6814/tid=6820] ppid=6812 vsize=1552932 CPUtime=18.45
/proc/6814/task/6820/stat : 6820 (java) S 6812 6814 6759 0 -1 4202560 32510 0 0 0 1543 302 0 0 15 0 19 0 134334663 1590202368 288315 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 4 0 0 0
[pid=6814/tid=6821] ppid=6812 vsize=1552932 CPUtime=18.31
/proc/6814/task/6821/stat : 6821 (java) S 6812 6814 6759 0 -1 4202560 32963 0 0 0 1528 303 0 0 15 0 19 0 134334663 1590202368 288315 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 4 0 0 0
[pid=6814/tid=6822] ppid=6812 vsize=1552932 CPUtime=18.41
/proc/6814/task/6822/stat : 6822 (java) S 6812 6814 6759 0 -1 4202560 30188 0 0 0 1523 318 0 0 15 0 19 0 134334663 1590202368 288315 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 0 0 0 0
[pid=6814/tid=6823] ppid=6812 vsize=1552932 CPUtime=18.18
/proc/6814/task/6823/stat : 6823 (java) S 6812 6814 6759 0 -1 4202560 32159 0 0 0 1506 312 0 0 15 0 19 0 134334663 1590202368 288315 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 5 0 0 0
[pid=6814/tid=6824] ppid=6812 vsize=1552932 CPUtime=18.28
/proc/6814/task/6824/stat : 6824 (java) S 6812 6814 6759 0 -1 4202560 32977 0 0 0 1559 269 0 0 15 0 19 0 134334663 1590202368 288315 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 6 0 0 0
[pid=6814/tid=6825] ppid=6812 vsize=1552932 CPUtime=1.65
/proc/6814/task/6825/stat : 6825 (java) S 6812 6814 6759 0 -1 4202560 150 0 0 0 74 91 0 0 15 0 19 0 134334664 1590202368 288315 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 0 0 16800975 18446604453927080192 0 0 -1 4 0 0 0
[pid=6814/tid=6826] ppid=6812 vsize=1552932 CPUtime=0
/proc/6814/task/6826/stat : 6826 (java) S 6812 6814 6759 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 134334664 1590202368 288315 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 0 0 0 0
[pid=6814/tid=6827] ppid=6812 vsize=1552932 CPUtime=0
/proc/6814/task/6827/stat : 6827 (java) S 6812 6814 6759 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 134334664 1590202368 288315 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 2 0 0 0
[pid=6814/tid=6828] ppid=6812 vsize=1552932 CPUtime=0
/proc/6814/task/6828/stat : 6828 (java) S 6812 6814 6759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 134334666 1590202368 288315 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 4 0 0 0
[pid=6814/tid=6829] ppid=6812 vsize=1552932 CPUtime=1.21
/proc/6814/task/6829/stat : 6829 (java) S 6812 6814 6759 0 -1 4202560 6471 0 0 0 121 0 0 0 15 0 19 0 134334666 1590202368 288315 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 7 0 0 0
[pid=6814/tid=6830] ppid=6812 vsize=1552932 CPUtime=1.21
/proc/6814/task/6830/stat : 6830 (java) S 6812 6814 6759 0 -1 4202560 8206 0 0 0 120 1 0 0 15 0 19 0 134334666 1590202368 288315 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 0 0 0 0
[pid=6814/tid=6831] ppid=6812 vsize=1552932 CPUtime=0
/proc/6814/task/6831/stat : 6831 (java) S 6812 6814 6759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 134334666 1590202368 288315 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 4 0 0 0
[pid=6814/tid=6832] ppid=6812 vsize=1552932 CPUtime=0
/proc/6814/task/6832/stat : 6832 (java) S 6812 6814 6759 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 134334666 1590202368 288315 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 7 0 0 0
[pid=6814/tid=6833] ppid=6812 vsize=1552932 CPUtime=0
/proc/6814/task/6833/stat : 6833 (java) S 6812 6814 6759 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 134334699 1590202368 288315 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1783.12
Current children cumulated vsize (KiB) 1552932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1677.51 s]
/proc/loadavg: 3.04 2.40 2.28 4/218 6969
/proc/meminfo: memFree=30341956/32951124 swapFree=67111528/67111528
[pid=6814] ppid=6812 vsize=1552932 CPUtime=1800.02
/proc/6814/stat : 6814 (java) S 6812 6814 6759 0 -1 4202496 316187 0 1 0 177531 2471 0 0 25 0 19 0 134334662 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6814/statm: 388233 291020 1450 10 0 385535 0
[pid=6814/tid=6816] ppid=6812 vsize=1552932 CPUtime=1648.3
/proc/6814/task/6816/stat : 6816 (java) R 6812 6814 6759 0 -1 4202560 40891 0 1 0 164813 17 0 0 25 0 19 0 134334662 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4109852678 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6814/tid=6817] ppid=6812 vsize=1552932 CPUtime=18.47
/proc/6814/task/6817/stat : 6817 (java) S 6812 6814 6759 0 -1 4202560 32215 0 0 0 1544 303 0 0 16 0 19 0 134334663 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 2 0 0 0
[pid=6814/tid=6818] ppid=6812 vsize=1552932 CPUtime=18
/proc/6814/task/6818/stat : 6818 (java) S 6812 6814 6759 0 -1 4202560 31554 0 0 0 1539 261 0 0 16 0 19 0 134334663 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 3 0 0 0
[pid=6814/tid=6819] ppid=6812 vsize=1552932 CPUtime=18.1
/proc/6814/task/6819/stat : 6819 (java) S 6812 6814 6759 0 -1 4202560 33134 0 0 0 1538 272 0 0 16 0 19 0 134334663 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 5 0 0 0
[pid=6814/tid=6820] ppid=6812 vsize=1552932 CPUtime=18.73
/proc/6814/task/6820/stat : 6820 (java) S 6812 6814 6759 0 -1 4202560 32824 0 0 0 1569 304 0 0 15 0 19 0 134334663 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 0 0 0 0
[pid=6814/tid=6821] ppid=6812 vsize=1552932 CPUtime=18.55
/proc/6814/task/6821/stat : 6821 (java) S 6812 6814 6759 0 -1 4202560 33386 0 0 0 1549 306 0 0 16 0 19 0 134334663 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 6 0 0 0
[pid=6814/tid=6822] ppid=6812 vsize=1552932 CPUtime=18.66
/proc/6814/task/6822/stat : 6822 (java) S 6812 6814 6759 0 -1 4202560 30467 0 0 0 1547 319 0 0 16 0 19 0 134334663 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 0 0 0 0
[pid=6814/tid=6823] ppid=6812 vsize=1552932 CPUtime=18.48
/proc/6814/task/6823/stat : 6823 (java) S 6812 6814 6759 0 -1 4202560 32519 0 0 0 1530 318 0 0 16 0 19 0 134334663 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 4 0 0 0
[pid=6814/tid=6824] ppid=6812 vsize=1552932 CPUtime=18.51
/proc/6814/task/6824/stat : 6824 (java) S 6812 6814 6759 0 -1 4202560 33211 0 0 0 1580 271 0 0 16 0 19 0 134334663 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 6 0 0 0
[pid=6814/tid=6825] ppid=6812 vsize=1552932 CPUtime=1.66
/proc/6814/task/6825/stat : 6825 (java) S 6812 6814 6759 0 -1 4202560 150 0 0 0 74 92 0 0 15 0 19 0 134334664 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 0 0 16800975 18446604453927080192 0 0 -1 4 0 0 0
[pid=6814/tid=6826] ppid=6812 vsize=1552932 CPUtime=0
/proc/6814/task/6826/stat : 6826 (java) S 6812 6814 6759 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 134334664 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 0 0 0 0
[pid=6814/tid=6827] ppid=6812 vsize=1552932 CPUtime=0
/proc/6814/task/6827/stat : 6827 (java) S 6812 6814 6759 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 134334664 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 2 0 0 0
[pid=6814/tid=6828] ppid=6812 vsize=1552932 CPUtime=0
/proc/6814/task/6828/stat : 6828 (java) S 6812 6814 6759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 134334666 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 4 0 0 0
[pid=6814/tid=6829] ppid=6812 vsize=1552932 CPUtime=1.21
/proc/6814/task/6829/stat : 6829 (java) S 6812 6814 6759 0 -1 4202560 6471 0 0 0 121 0 0 0 15 0 19 0 134334666 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 7 0 0 0
[pid=6814/tid=6830] ppid=6812 vsize=1552932 CPUtime=1.21
/proc/6814/task/6830/stat : 6830 (java) S 6812 6814 6759 0 -1 4202560 8206 0 0 0 120 1 0 0 15 0 19 0 134334666 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 0 0 0 0
[pid=6814/tid=6831] ppid=6812 vsize=1552932 CPUtime=0
/proc/6814/task/6831/stat : 6831 (java) S 6812 6814 6759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 134334666 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 4 0 0 0
[pid=6814/tid=6832] ppid=6812 vsize=1552932 CPUtime=0
/proc/6814/task/6832/stat : 6832 (java) S 6812 6814 6759 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 134334666 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 1 0 0 0
[pid=6814/tid=6833] ppid=6812 vsize=1552932 CPUtime=0
/proc/6814/task/6833/stat : 6833 (java) S 6812 6814 6759 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 134334699 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1552932

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

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

[startup+1677.51 s]
/proc/loadavg: 3.04 2.40 2.28 4/218 6969
/proc/meminfo: memFree=30341956/32951124 swapFree=67111528/67111528
[pid=6814] ppid=6812 vsize=1552932 CPUtime=1800.02
/proc/6814/stat : 6814 (java) S 6812 6814 6759 0 -1 4202496 316187 0 1 0 177531 2471 0 0 25 0 19 0 134334662 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6814/statm: 388233 291020 1450 10 0 385535 0
[pid=6814/tid=6816] ppid=6812 vsize=1552932 CPUtime=1648.3
/proc/6814/task/6816/stat : 6816 (java) R 6812 6814 6759 0 -1 4202560 40891 0 1 0 164813 17 0 0 25 0 19 0 134334662 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4109852678 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6814/tid=6817] ppid=6812 vsize=1552932 CPUtime=18.47
/proc/6814/task/6817/stat : 6817 (java) S 6812 6814 6759 0 -1 4202560 32215 0 0 0 1544 303 0 0 16 0 19 0 134334663 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 2 0 0 0
[pid=6814/tid=6818] ppid=6812 vsize=1552932 CPUtime=18
/proc/6814/task/6818/stat : 6818 (java) S 6812 6814 6759 0 -1 4202560 31554 0 0 0 1539 261 0 0 16 0 19 0 134334663 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 3 0 0 0
[pid=6814/tid=6819] ppid=6812 vsize=1552932 CPUtime=18.1
/proc/6814/task/6819/stat : 6819 (java) S 6812 6814 6759 0 -1 4202560 33134 0 0 0 1538 272 0 0 16 0 19 0 134334663 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 5 0 0 0
[pid=6814/tid=6820] ppid=6812 vsize=1552932 CPUtime=18.73
/proc/6814/task/6820/stat : 6820 (java) S 6812 6814 6759 0 -1 4202560 32824 0 0 0 1569 304 0 0 15 0 19 0 134334663 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 0 0 0 0
[pid=6814/tid=6821] ppid=6812 vsize=1552932 CPUtime=18.55
/proc/6814/task/6821/stat : 6821 (java) S 6812 6814 6759 0 -1 4202560 33386 0 0 0 1549 306 0 0 16 0 19 0 134334663 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 6 0 0 0
[pid=6814/tid=6822] ppid=6812 vsize=1552932 CPUtime=18.66
/proc/6814/task/6822/stat : 6822 (java) S 6812 6814 6759 0 -1 4202560 30467 0 0 0 1547 319 0 0 16 0 19 0 134334663 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 0 0 0 0
[pid=6814/tid=6823] ppid=6812 vsize=1552932 CPUtime=18.48
/proc/6814/task/6823/stat : 6823 (java) S 6812 6814 6759 0 -1 4202560 32519 0 0 0 1530 318 0 0 16 0 19 0 134334663 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 4 0 0 0
[pid=6814/tid=6824] ppid=6812 vsize=1552932 CPUtime=18.51
/proc/6814/task/6824/stat : 6824 (java) S 6812 6814 6759 0 -1 4202560 33211 0 0 0 1580 271 0 0 16 0 19 0 134334663 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 6 0 0 0
[pid=6814/tid=6825] ppid=6812 vsize=1552932 CPUtime=1.66
/proc/6814/task/6825/stat : 6825 (java) S 6812 6814 6759 0 -1 4202560 150 0 0 0 74 92 0 0 15 0 19 0 134334664 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 0 0 16800975 18446604453927080192 0 0 -1 4 0 0 0
[pid=6814/tid=6826] ppid=6812 vsize=1552932 CPUtime=0
/proc/6814/task/6826/stat : 6826 (java) S 6812 6814 6759 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 134334664 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 0 0 0 0
[pid=6814/tid=6827] ppid=6812 vsize=1552932 CPUtime=0
/proc/6814/task/6827/stat : 6827 (java) S 6812 6814 6759 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 134334664 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 2 0 0 0
[pid=6814/tid=6828] ppid=6812 vsize=1552932 CPUtime=0
/proc/6814/task/6828/stat : 6828 (java) S 6812 6814 6759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 134334666 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 4 0 0 0
[pid=6814/tid=6829] ppid=6812 vsize=1552932 CPUtime=1.21
/proc/6814/task/6829/stat : 6829 (java) S 6812 6814 6759 0 -1 4202560 6471 0 0 0 121 0 0 0 15 0 19 0 134334666 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 7 0 0 0
[pid=6814/tid=6830] ppid=6812 vsize=1552932 CPUtime=1.21
/proc/6814/task/6830/stat : 6830 (java) S 6812 6814 6759 0 -1 4202560 8206 0 0 0 120 1 0 0 15 0 19 0 134334666 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 0 0 0 0
[pid=6814/tid=6831] ppid=6812 vsize=1552932 CPUtime=0
/proc/6814/task/6831/stat : 6831 (java) S 6812 6814 6759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 134334666 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 4 0 0 0
[pid=6814/tid=6832] ppid=6812 vsize=1552932 CPUtime=0
/proc/6814/task/6832/stat : 6832 (java) S 6812 6814 6759 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 134334666 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 1 0 0 0
[pid=6814/tid=6833] ppid=6812 vsize=1552932 CPUtime=0
/proc/6814/task/6833/stat : 6833 (java) S 6812 6814 6759 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 134334699 1590202368 291020 4089446400 134512640 134550932 4292861856 18446744073709551615 4294960144 0 4 0 16800975 18446604453927080192 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1552932

Child status: 143
Real time (s): 1677.59
CPU time (s): 1800.11
CPU user time (s): 1775.36
CPU system time (s): 24.7572
CPU usage (%): 107.303
Max. virtual memory (cumulated for all children) (KiB): 1552932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1775.36
system time used= 24.7572
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 316210
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= 186192
involuntary context switches= 6487933

runsolver used 3.16952 second user time and 6.10107 second system time

The end

Launcher Data

Begin job on node111 at 2010-06-30 22:17:44
IDJOB=2691690
IDBENCH=79294
IDSOLVER=1203
FILE ID=node111/2691690-1277929064
PBS_JOBID= 11197429
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.1900582300--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-2691690-1277929064/watcher-2691690-1277929064 -o /tmp/evaluation-result-2691690-1277929064/solver-2691690-1277929064 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2691690-1277929064.wbo

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

MD5SUM BENCH= 0a3bbeff5fae384bd8f72d98174965d3
RANDOM SEED=1634342289

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31527408 kB
Buffers:        213828 kB
Cached:         796532 kB
SwapCached:          0 kB
Active:         680860 kB
Inactive:       600804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31527408 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             404 kB
Writeback:           0 kB
AnonPages:      270928 kB
Mapped:          17576 kB
Slab:            78212 kB
PageTables:       5136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   425940 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= 74212 MiB
End job on node111 at 2010-06-30 22:45:43