Trace number 2661893

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31SAT (TO)13 1800.34 930.072

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_5.opb
MD5SUMe3f554c192a1ee7b261cc2808827870e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark1789.53
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint26
Maximum length of a constraint50
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6226
Sum of products size (including duplicates)12452
Number of different products6226
Sum of products size12452

Quality of the solution as a function of time


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

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2661893-1276656501.opb
0.22/0.22	c reading problem ... 
9.18/7.65	c ... done. Wall clock time 7.425s.
9.18/7.65	c #vars     6426
9.18/7.65	c #constraints  12652
9.18/7.65	c constraints type 
9.18/7.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6426
9.18/7.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
9.18/7.65	c constraints type 
9.18/7.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6426
9.18/7.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
9.52/7.88	c And the winner is Resolution
9.70/8.66	c SATISFIABLE
9.70/8.66	c OPTIMIZING...
9.70/8.66	c Got one! Elapsed wall clock time (in seconds):8.443
9.70/8.67	o 17
9.78/8.77	c And the winner is Resolution
9.93/9.69	c Got one! Elapsed wall clock time (in seconds):9.464
9.93/9.69	o 16
11.94/10.74	c And the winner is Resolution
12.04/11.75	c Got one! Elapsed wall clock time (in seconds):11.524
12.04/11.75	o 15
19.67/15.70	c cleaning 2496 clauses out of 5000 with flag 5000/5000
29.07/20.42	c cleaning 4249 clauses out of 8504 with flag 11000/11000
39.45/25.73	c cleaning 5625 clauses out of 11257 with flag 18002/18002
52.38/32.39	c cleaning 6811 clauses out of 13631 with flag 26001/26001
67.60/40.13	c cleaning 7905 clauses out of 15820 with flag 35001/35001
83.89/48.47	c cleaning 8953 clauses out of 17914 with flag 45000/45000
101.33/57.35	c cleaning 9975 clauses out of 19961 with flag 56000/56000
122.36/68.08	c cleaning 10991 clauses out of 21987 with flag 68001/68001
146.10/80.18	c cleaning 11991 clauses out of 23996 with flag 81001/81001
167.30/90.99	c cleaning 12497 clauses out of 25005 with flag 94001/94001
189.70/102.32	c cleaning 12747 clauses out of 25507 with flag 107000/107000
211.60/113.50	c cleaning 12877 clauses out of 25764 with flag 120004/120004
234.23/125.18	c cleaning 12934 clauses out of 25883 with flag 133000/133000
256.75/136.63	c cleaning 12972 clauses out of 25951 with flag 146002/146002
282.06/149.52	c cleaning 12979 clauses out of 25977 with flag 159000/159000
307.12/162.35	c cleaning 13000 clauses out of 26002 with flag 172004/172004
329.75/173.95	c cleaning 12993 clauses out of 25999 with flag 185001/185001
353.64/186.18	c cleaning 12998 clauses out of 26006 with flag 198001/198001
379.15/199.17	c cleaning 13002 clauses out of 26007 with flag 211000/211000
400.46/210.02	c cleaning 12999 clauses out of 26005 with flag 224000/224000
421.49/220.89	c cleaning 12995 clauses out of 26006 with flag 237000/237000
442.82/231.76	c cleaning 12998 clauses out of 26012 with flag 250001/250001
464.54/242.80	c cleaning 13000 clauses out of 26014 with flag 263001/263001
466.44/243.95	c And the winner is Resolution
468.12/246.24	c Got one! Elapsed wall clock time (in seconds):246.02
468.12/246.24	o 14
489.63/257.14	c cleaning 13001 clauses out of 26013 with flag 276000/276000
513.62/269.44	c cleaning 13002 clauses out of 26014 with flag 289002/289002
543.20/284.59	c cleaning 13000 clauses out of 26010 with flag 302000/302000
574.18/300.37	c cleaning 13003 clauses out of 26012 with flag 315002/315002
602.33/314.76	c cleaning 12996 clauses out of 26007 with flag 328000/328000
634.32/331.12	c cleaning 13002 clauses out of 26011 with flag 341000/341000
664.82/346.76	c cleaning 12999 clauses out of 26011 with flag 354002/354002
692.39/360.83	c cleaning 12997 clauses out of 26012 with flag 367002/367002
720.52/375.25	c cleaning 12999 clauses out of 26014 with flag 380001/380001
751.29/391.02	c cleaning 13006 clauses out of 26015 with flag 393001/393001
777.04/404.22	c cleaning 12998 clauses out of 26008 with flag 406000/406000
805.78/418.94	c cleaning 13000 clauses out of 26011 with flag 419001/419001
841.43/437.13	c cleaning 12999 clauses out of 26010 with flag 432000/432000
868.25/450.97	c cleaning 12999 clauses out of 26011 with flag 445000/445000
895.38/464.88	c cleaning 13000 clauses out of 26013 with flag 458001/458001
926.10/480.57	c cleaning 12998 clauses out of 26012 with flag 471000/471000
955.62/495.60	c cleaning 13001 clauses out of 26015 with flag 484001/484001
980.67/508.52	c cleaning 13002 clauses out of 26017 with flag 497004/497004
1009.60/523.35	c cleaning 13001 clauses out of 26015 with flag 510004/510004
1037.73/537.72	c cleaning 13000 clauses out of 26012 with flag 523002/523002
1047.81/543.08	c And the winner is CuttingPlanes
1047.99/543.20	c Got one! Elapsed wall clock time (in seconds):542.961
1047.99/543.20	o 13
1064.47/551.59	c cleaning 13005 clauses out of 26013 with flag 536003/536003
1093.01/566.21	c cleaning 12999 clauses out of 26007 with flag 549002/549002
1124.46/582.37	c cleaning 12998 clauses out of 26007 with flag 562001/562001
1157.67/599.32	c cleaning 13000 clauses out of 26009 with flag 575001/575001
1189.85/615.89	c cleaning 13000 clauses out of 26008 with flag 588000/588000
1218.71/630.75	c cleaning 13002 clauses out of 26011 with flag 601003/601003
1250.31/646.94	c cleaning 12999 clauses out of 26007 with flag 614001/614001
1276.35/660.35	c cleaning 12999 clauses out of 26008 with flag 627001/627001
1303.18/674.16	c cleaning 12999 clauses out of 26011 with flag 640003/640003
1331.25/688.63	c cleaning 12997 clauses out of 26011 with flag 653002/653002
1357.68/702.22	c cleaning 13004 clauses out of 26017 with flag 666005/666005
1384.72/716.15	c cleaning 12999 clauses out of 26008 with flag 679000/679000
1412.73/730.57	c cleaning 13000 clauses out of 26010 with flag 692001/692001
1442.41/745.85	c cleaning 13001 clauses out of 26009 with flag 705000/705000
1470.18/760.17	c cleaning 12999 clauses out of 26010 with flag 718002/718002
1498.01/774.46	c cleaning 12999 clauses out of 26010 with flag 731001/731001
1527.21/789.45	c cleaning 13000 clauses out of 26011 with flag 744001/744001
1556.48/804.57	c cleaning 12999 clauses out of 26012 with flag 757002/757002
1588.06/820.75	c cleaning 13003 clauses out of 26014 with flag 770003/770003
1618.26/836.26	c cleaning 12999 clauses out of 26009 with flag 783001/783001
1650.07/852.60	c cleaning 12999 clauses out of 26009 with flag 796000/796000
1683.29/869.67	c cleaning 13000 clauses out of 26010 with flag 809000/809000
1710.32/883.59	c cleaning 12999 clauses out of 26012 with flag 822002/822002
1736.57/897.10	c cleaning 13002 clauses out of 26011 with flag 835000/835000
1763.80/911.06	c cleaning 13002 clauses out of 26009 with flag 848000/848000
1793.84/926.53	c cleaning 12998 clauses out of 26008 with flag 861001/861001
1800.05/929.92	c starts		: 22
1800.05/929.92	c conflicts		: 4332
1800.05/929.92	c decisions		: 10553
1800.05/929.92	c propagations		: 1868544
1800.05/929.92	c inspects		: 211692969
1800.05/929.92	c learnt literals	: 0
1800.05/929.92	c learnt binary clauses	: 0
1800.05/929.92	c learnt ternary clauses	: 0
1800.05/929.92	c learnt clauses	: 4331
1800.05/929.92	c ignored clauses	: 0
1800.05/929.92	c root simplifications	: 0
1800.05/929.92	c removed literals (reason simplification)	: 0
1800.05/929.92	c reason swapping (by a shorter reason)	: 0
1800.05/929.92	c Calls to reduceDB	: 0
1800.05/929.92	c number of reductions to clauses (during analyze)	: 0
1800.05/929.92	c number of learned constraints concerned by reduction	: 0
1800.05/929.92	c number of learning phase by resolution	: 0
1800.05/929.92	c number of learning phase by cutting planes	: 0
1800.05/929.92	c speed (assignments/second)	: 4832.249755613139
1800.05/929.92	c non guided choices	0
1800.05/929.92	c learnt constraints type 
1800.05/929.92	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1800.05/929.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 90
1800.05/929.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4239
1800.05/929.92	c constraints type 
1800.05/929.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6426
1800.05/929.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.05/929.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
1800.05/929.92	c constraints type 
1800.05/929.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6426
1800.05/929.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.05/929.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
1800.05/929.92	s SATISFIABLE
1800.26/930.02	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 
1800.26/930.02	c objective function=13
1800.26/930.02	c Total wall clock time (in seconds): 929.798

Verifier Data

OK	13

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661893-1276656501/watcher-2661893-1276656501 -o /tmp/evaluation-result-2661893-1276656501/solver-2661893-1276656501 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661893-1276656501.opb 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.85 2.01 1.65 3/105 13829
/proc/meminfo: memFree=1763016/2059040 swapFree=4164948/4192956
[pid=13829] ppid=13827 vsize=248 CPUtime=0
/proc/13829/stat : 13829 (java) R 13827 13829 13720 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 6943985 253952 28 1992294400 134512640 134550932 4289698816 18446744073709551615 4993502 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13829/statm: 62 28 21 10 0 23 0

[startup+0.03485 s]
/proc/loadavg: 1.85 2.01 1.65 3/105 13829
/proc/meminfo: memFree=1763016/2059040 swapFree=4164948/4192956
[pid=13829] ppid=13827 vsize=1520328 CPUtime=0.02
/proc/13829/stat : 13829 (java) S 13827 13829 13720 0 -1 4202496 3288 0 1 0 1 1 0 0 18 0 4 0 6943985 1556815872 2731 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/13829/statm: 380082 2731 944 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.10384 s]
/proc/loadavg: 1.85 2.01 1.65 3/105 13829
/proc/meminfo: memFree=1763016/2059040 swapFree=4164948/4192956
[pid=13829] ppid=13827 vsize=1524180 CPUtime=0.09
/proc/13829/stat : 13829 (java) S 13827 13829 13720 0 -1 4202496 3996 0 1 0 7 2 0 0 18 0 12 0 6943985 1560760320 3435 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13829/statm: 381045 3436 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.303479 s]
/proc/loadavg: 1.85 2.01 1.65 3/105 13829
/proc/meminfo: memFree=1763016/2059040 swapFree=4164948/4192956
[pid=13829] ppid=13827 vsize=1526500 CPUtime=0.35
/proc/13829/stat : 13829 (java) S 13827 13829 13720 0 -1 4202496 5438 0 1 0 32 3 0 0 18 0 12 0 6943985 1563136000 4875 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13829/statm: 381625 4875 1356 10 0 378928 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526500

[startup+0.700913 s]
/proc/loadavg: 1.85 2.01 1.65 3/105 13829
/proc/meminfo: memFree=1763016/2059040 swapFree=4164948/4192956
[pid=13829] ppid=13827 vsize=1529236 CPUtime=1.08
/proc/13829/stat : 13829 (java) S 13827 13829 13720 0 -1 4202496 7078 0 1 0 104 4 0 0 18 0 12 0 6943985 1565937664 6474 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13829/statm: 382309 6474 1400 10 0 379612 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1529236

[startup+1.50099 s]
/proc/loadavg: 1.85 2.01 1.65 3/117 13841
/proc/meminfo: memFree=1739360/2059040 swapFree=4164948/4192956
[pid=13829] ppid=13827 vsize=1529032 CPUtime=2.24
/proc/13829/stat : 13829 (java) S 13827 13829 13720 0 -1 4202496 8886 0 1 0 219 5 0 0 18 0 12 0 6943985 1565728768 7548 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13829/statm: 382258 7548 1409 10 0 379561 0
[pid=13829/tid=13831] ppid=13827 vsize=1529032 CPUtime=1.44
/proc/13829/task/13831/stat : 13831 (java) R 13827 13829 13720 0 -1 4202560 5730 0 1 0 141 3 0 0 25 0 12 0 6943987 1565728768 7548 1992294400 134512640 134550932 4289698816 18446744073709551615 4109426369 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13829/tid=13832] ppid=13827 vsize=1529032 CPUtime=0
/proc/13829/task/13832/stat : 13832 (java) S 13827 13829 13720 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 6943988 1565728768 7548 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13833] ppid=13827 vsize=1529032 CPUtime=0
/proc/13829/task/13833/stat : 13833 (java) S 13827 13829 13720 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 6943988 1565728768 7548 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13834] ppid=13827 vsize=1529032 CPUtime=0
/proc/13829/task/13834/stat : 13834 (java) S 13827 13829 13720 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 6943990 1565728768 7548 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 0 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13835] ppid=13827 vsize=1529032 CPUtime=0
/proc/13829/task/13835/stat : 13835 (java) S 13827 13829 13720 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 6943990 1565728768 7548 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13836] ppid=13827 vsize=1529032 CPUtime=0
/proc/13829/task/13836/stat : 13836 (java) S 13827 13829 13720 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 6943990 1565728768 7548 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13837] ppid=13827 vsize=1529032 CPUtime=0
/proc/13829/task/13837/stat : 13837 (java) S 13827 13829 13720 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 6943995 1565728768 7548 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13838] ppid=13827 vsize=1529032 CPUtime=0.12
/proc/13829/task/13838/stat : 13838 (java) S 13827 13829 13720 0 -1 4202560 178 0 0 0 12 0 0 0 22 0 12 0 6943995 1565728768 7548 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13839] ppid=13827 vsize=1529032 CPUtime=0.65
/proc/13829/task/13839/stat : 13839 (java) S 13827 13829 13720 0 -1 4202560 1913 0 0 0 65 0 0 0 15 0 12 0 6943995 1565728768 7548 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13840] ppid=13827 vsize=1529032 CPUtime=0
/proc/13829/task/13840/stat : 13840 (java) S 13827 13829 13720 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 6943995 1565728768 7548 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13841] ppid=13827 vsize=1529032 CPUtime=0
/proc/13829/task/13841/stat : 13841 (java) S 13827 13829 13720 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 6943995 1565728768 7548 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 1529032

[startup+3.10116 s]
/proc/loadavg: 1.85 2.01 1.65 4/117 13841
/proc/meminfo: memFree=1727208/2059040 swapFree=4164948/4192956
[pid=13829] ppid=13827 vsize=1541464 CPUtime=4.64
/proc/13829/stat : 13829 (java) S 13827 13829 13720 0 -1 4202496 16134 0 1 0 456 8 0 0 18 0 12 0 6943985 1578459136 11504 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13829/statm: 385366 11504 1410 10 0 382669 0
[pid=13829/tid=13831] ppid=13827 vsize=1541464 CPUtime=3.03
/proc/13829/task/13831/stat : 13831 (java) R 13827 13829 13720 0 -1 4202560 6600 0 1 0 299 4 0 0 25 0 12 0 6943987 1578459136 11504 1992294400 134512640 134550932 4289698816 18446744073709551615 4109426892 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13829/tid=13832] ppid=13827 vsize=1541464 CPUtime=0
/proc/13829/task/13832/stat : 13832 (java) S 13827 13829 13720 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 6943988 1578459136 11504 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13833] ppid=13827 vsize=1541464 CPUtime=0
/proc/13829/task/13833/stat : 13833 (java) S 13827 13829 13720 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 6943988 1578459136 11504 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13834] ppid=13827 vsize=1541464 CPUtime=0
/proc/13829/task/13834/stat : 13834 (java) S 13827 13829 13720 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 6943990 1578459136 11504 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 0 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13835] ppid=13827 vsize=1541464 CPUtime=0
/proc/13829/task/13835/stat : 13835 (java) S 13827 13829 13720 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 6943990 1578459136 11504 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13836] ppid=13827 vsize=1541464 CPUtime=0
/proc/13829/task/13836/stat : 13836 (java) S 13827 13829 13720 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 6943990 1578459136 11504 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13837] ppid=13827 vsize=1541464 CPUtime=0
/proc/13829/task/13837/stat : 13837 (java) S 13827 13829 13720 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 6943995 1578459136 11504 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13838] ppid=13827 vsize=1541464 CPUtime=0.89
/proc/13829/task/13838/stat : 13838 (java) S 13827 13829 13720 0 -1 4202560 6187 0 0 0 87 2 0 0 18 0 12 0 6943995 1578459136 11504 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13839] ppid=13827 vsize=1541464 CPUtime=0.69
/proc/13829/task/13839/stat : 13839 (java) S 13827 13829 13720 0 -1 4202560 2282 0 0 0 68 1 0 0 15 0 12 0 6943995 1578459136 11504 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13840] ppid=13827 vsize=1541464 CPUtime=0
/proc/13829/task/13840/stat : 13840 (java) S 13827 13829 13720 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 6943995 1578459136 11504 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13841] ppid=13827 vsize=1541464 CPUtime=0
/proc/13829/task/13841/stat : 13841 (java) S 13827 13829 13720 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 6943995 1578459136 11504 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 1541464

[startup+6.30146 s]
/proc/loadavg: 1.79 1.99 1.64 2/117 13841
/proc/meminfo: memFree=1718900/2059040 swapFree=4164948/4192956
[pid=13829] ppid=13827 vsize=1540584 CPUtime=7.87
/proc/13829/stat : 13829 (java) S 13827 13829 13720 0 -1 4202496 17154 0 1 0 778 9 0 0 18 0 12 0 6943985 1577558016 12309 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13829/statm: 385146 12309 1410 10 0 382449 0
[pid=13829/tid=13831] ppid=13827 vsize=1540584 CPUtime=6.2
/proc/13829/task/13831/stat : 13831 (java) R 13827 13829 13720 0 -1 4202560 7601 0 1 0 615 5 0 0 25 0 12 0 6943987 1577558016 12309 1992294400 134512640 134550932 4289698816 18446744073709551615 4109426853 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13829/tid=13832] ppid=13827 vsize=1540584 CPUtime=0
/proc/13829/task/13832/stat : 13832 (java) S 13827 13829 13720 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 6943988 1577558016 12309 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13833] ppid=13827 vsize=1540584 CPUtime=0
/proc/13829/task/13833/stat : 13833 (java) S 13827 13829 13720 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 6943988 1577558016 12309 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13834] ppid=13827 vsize=1540584 CPUtime=0
/proc/13829/task/13834/stat : 13834 (java) S 13827 13829 13720 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 6943990 1577558016 12309 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 0 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13835] ppid=13827 vsize=1540584 CPUtime=0
/proc/13829/task/13835/stat : 13835 (java) S 13827 13829 13720 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 6943990 1577558016 12309 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13836] ppid=13827 vsize=1540584 CPUtime=0
/proc/13829/task/13836/stat : 13836 (java) S 13827 13829 13720 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 6943990 1577558016 12309 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13837] ppid=13827 vsize=1540584 CPUtime=0
/proc/13829/task/13837/stat : 13837 (java) S 13827 13829 13720 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 6943995 1577558016 12309 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13838] ppid=13827 vsize=1540584 CPUtime=0.9
/proc/13829/task/13838/stat : 13838 (java) S 13827 13829 13720 0 -1 4202560 6194 0 0 0 88 2 0 0 16 0 12 0 6943995 1577558016 12309 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13839] ppid=13827 vsize=1540584 CPUtime=0.74
/proc/13829/task/13839/stat : 13839 (java) S 13827 13829 13720 0 -1 4202560 2294 0 0 0 73 1 0 0 15 0 12 0 6943995 1577558016 12309 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13840] ppid=13827 vsize=1540584 CPUtime=0
/proc/13829/task/13840/stat : 13840 (java) S 13827 13829 13720 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 6943995 1577558016 12309 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13841] ppid=13827 vsize=1540584 CPUtime=0
/proc/13829/task/13841/stat : 13841 (java) S 13827 13829 13720 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 6943995 1577558016 12309 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.87
Current children cumulated vsize (KiB) 1540584

[startup+12.7021 s]
/proc/loadavg: 1.64 1.96 1.63 4/121 13851
/proc/meminfo: memFree=1620164/2059040 swapFree=4164948/4192956
[pid=13829] ppid=13827 vsize=1546272 CPUtime=13.92
/proc/13829/stat : 13829 (java) S 13827 13829 13720 0 -1 4202496 49919 0 1 0 1368 24 0 0 18 0 16 0 6943985 1583382528 42974 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13829/statm: 386568 42974 1436 10 0 383871 0
[pid=13829/tid=13831] ppid=13827 vsize=1546272 CPUtime=7.58
/proc/13829/task/13831/stat : 13831 (java) S 13827 13829 13720 0 -1 4202560 8179 0 1 0 753 5 0 0 19 0 16 0 6943987 1583382528 42974 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13832] ppid=13827 vsize=1546272 CPUtime=0.08
/proc/13829/task/13832/stat : 13832 (java) S 13827 13829 13720 0 -1 4202560 2489 0 0 0 7 1 0 0 16 0 16 0 6943988 1583382528 42974 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13833] ppid=13827 vsize=1546272 CPUtime=0.06
/proc/13829/task/13833/stat : 13833 (java) S 13827 13829 13720 0 -1 4202560 2395 0 0 0 6 0 0 0 16 0 16 0 6943988 1583382528 42974 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13834] ppid=13827 vsize=1546272 CPUtime=0.01
/proc/13829/task/13834/stat : 13834 (java) S 13827 13829 13720 0 -1 4202560 13 0 0 0 1 0 0 0 16 0 16 0 6943990 1583382528 42974 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 0 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13835] ppid=13827 vsize=1546272 CPUtime=0
/proc/13829/task/13835/stat : 13835 (java) S 13827 13829 13720 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6943990 1583382528 42974 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13836] ppid=13827 vsize=1546272 CPUtime=0
/proc/13829/task/13836/stat : 13836 (java) S 13827 13829 13720 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6943990 1583382528 42974 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13837] ppid=13827 vsize=1546272 CPUtime=0
/proc/13829/task/13837/stat : 13837 (java) S 13827 13829 13720 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6943995 1583382528 42974 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13838] ppid=13827 vsize=1546272 CPUtime=1.83
/proc/13829/task/13838/stat : 13838 (java) S 13827 13829 13720 0 -1 4202560 6931 0 0 0 181 2 0 0 15 0 16 0 6943995 1583382528 42974 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13839] ppid=13827 vsize=1546272 CPUtime=1.96
/proc/13829/task/13839/stat : 13839 (java) S 13827 13829 13720 0 -1 4202560 4925 0 0 0 194 2 0 0 15 0 16 0 6943995 1583382528 42974 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13840] ppid=13827 vsize=1546272 CPUtime=0
/proc/13829/task/13840/stat : 13840 (java) S 13827 13829 13720 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6943995 1583382528 42974 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13841] ppid=13827 vsize=1546272 CPUtime=0
/proc/13829/task/13841/stat : 13841 (java) S 13827 13829 13720 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6943995 1583382528 42974 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13844] ppid=13827 vsize=1546272 CPUtime=0
/proc/13829/task/13844/stat : 13844 (java) S 13827 13829 13720 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 6944760 1583382528 42974 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13845] ppid=13827 vsize=1546272 CPUtime=0
/proc/13829/task/13845/stat : 13845 (java) S 13827 13829 13720 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6944760 1583382528 42974 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13850] ppid=13827 vsize=1546272 CPUtime=0.83
/proc/13829/task/13850/stat : 13850 (java) R 13827 13829 13720 0 -1 4202560 5636 0 0 0 81 2 0 0 21 0 16 0 6945161 1583382528 42974 1992294400 134512640 134550932 4289698816 18446744073709551615 4109821625 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13829/tid=13851] ppid=13827 vsize=1546272 CPUtime=0.63
/proc/13829/task/13851/stat : 13851 (java) R 13827 13829 13720 0 -1 4202560 5921 0 0 0 62 1 0 0 21 0 16 0 6945161 1583382528 42974 1992294400 134512640 134550932 4289698816 18446744073709551615 4109938201 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.92
Current children cumulated vsize (KiB) 1546272

[startup+25.5024 s]
/proc/loadavg: 1.72 1.96 1.64 3/121 13853
/proc/meminfo: memFree=1542672/2059040 swapFree=4164948/4192956
[pid=13829] ppid=13827 vsize=1548040 CPUtime=39.05
/proc/13829/stat : 13829 (java) S 13827 13829 13720 0 -1 4202496 66295 0 1 0 3872 33 0 0 18 0 16 0 6943985 1585192960 56146 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13829/statm: 387010 56146 1451 10 0 384313 0
[pid=13829/tid=13831] ppid=13827 vsize=1548040 CPUtime=7.58
/proc/13829/task/13831/stat : 13831 (java) S 13827 13829 13720 0 -1 4202560 8179 0 1 0 753 5 0 0 15 0 16 0 6943987 1585192960 56146 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13832] ppid=13827 vsize=1548040 CPUtime=0.58
/proc/13829/task/13832/stat : 13832 (java) S 13827 13829 13720 0 -1 4202560 8501 0 0 0 56 2 0 0 16 0 16 0 6943988 1585192960 56146 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13833] ppid=13827 vsize=1548040 CPUtime=0.56
/proc/13829/task/13833/stat : 13833 (java) S 13827 13829 13720 0 -1 4202560 8346 0 0 0 52 4 0 0 16 0 16 0 6943988 1585192960 56146 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13834] ppid=13827 vsize=1548040 CPUtime=0.25

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

/proc/13829/task/13870/stat : 13870 (java) R 13827 13829 13720 0 -1 4202560 160 0 0 0 20420 1 0 0 25 0 16 0 6998304 1585192960 90740 1992294400 134512640 134550932 4289698816 18446744073709551615 4109780139 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13829/tid=13871] ppid=13827 vsize=1548040 CPUtime=202.97
/proc/13829/task/13871/stat : 13871 (java) R 13827 13829 13720 0 -1 4202560 97 0 0 0 20296 1 0 0 25 0 16 0 6998304 1585192960 90740 1992294400 134512640 134550932 4289698816 18446744073709551615 4109812779 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1474.02
Current children cumulated vsize (KiB) 1548040

[startup+822.302 s]
/proc/loadavg: 2.03 2.04 1.86 3/121 13886
/proc/meminfo: memFree=1400568/2059040 swapFree=4164948/4192956
[pid=13829] ppid=13827 vsize=1548040 CPUtime=1590.71
/proc/13829/stat : 13829 (java) S 13827 13829 13720 0 -1 4202496 104588 0 1 0 158964 107 0 0 18 0 16 0 6943985 1585192960 91231 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13829/statm: 387010 91231 1451 10 0 384313 0
[pid=13829/tid=13831] ppid=13827 vsize=1548040 CPUtime=7.59
/proc/13829/task/13831/stat : 13831 (java) S 13827 13829 13720 0 -1 4202560 8197 0 1 0 754 5 0 0 15 0 16 0 6943987 1585192960 91231 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13832] ppid=13827 vsize=1548040 CPUtime=17.18
/proc/13829/task/13832/stat : 13832 (java) S 13827 13829 13720 0 -1 4202560 26179 0 0 0 1689 29 0 0 15 0 16 0 6943988 1585192960 91231 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13833] ppid=13827 vsize=1548040 CPUtime=17.19
/proc/13829/task/13833/stat : 13833 (java) S 13827 13829 13720 0 -1 4202560 26398 0 0 0 1693 26 0 0 16 0 16 0 6943988 1585192960 91231 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13834] ppid=13827 vsize=1548040 CPUtime=25.48
/proc/13829/task/13834/stat : 13834 (java) S 13827 13829 13720 0 -1 4202560 2286 0 0 0 2536 12 0 0 15 0 16 0 6943990 1585192960 91231 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 0 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13835] ppid=13827 vsize=1548040 CPUtime=0
/proc/13829/task/13835/stat : 13835 (java) S 13827 13829 13720 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6943990 1585192960 91231 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13836] ppid=13827 vsize=1548040 CPUtime=0
/proc/13829/task/13836/stat : 13836 (java) S 13827 13829 13720 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6943990 1585192960 91231 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13837] ppid=13827 vsize=1548040 CPUtime=0
/proc/13829/task/13837/stat : 13837 (java) S 13827 13829 13720 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6943995 1585192960 91231 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13838] ppid=13827 vsize=1548040 CPUtime=2.25
/proc/13829/task/13838/stat : 13838 (java) S 13827 13829 13720 0 -1 4202560 6943 0 0 0 222 3 0 0 15 0 16 0 6943995 1585192960 91231 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13839] ppid=13827 vsize=1548040 CPUtime=2.89
/proc/13829/task/13839/stat : 13839 (java) S 13827 13829 13720 0 -1 4202560 7720 0 0 0 285 4 0 0 15 0 16 0 6943995 1585192960 91231 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13840] ppid=13827 vsize=1548040 CPUtime=0
/proc/13829/task/13840/stat : 13840 (java) S 13827 13829 13720 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6943995 1585192960 91231 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13841] ppid=13827 vsize=1548040 CPUtime=0
/proc/13829/task/13841/stat : 13841 (java) S 13827 13829 13720 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 6943995 1585192960 91231 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13844] ppid=13827 vsize=1548040 CPUtime=0
/proc/13829/task/13844/stat : 13844 (java) S 13827 13829 13720 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 6944760 1585192960 91231 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13845] ppid=13827 vsize=1548040 CPUtime=0
/proc/13829/task/13845/stat : 13845 (java) S 13827 13829 13720 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6944760 1585192960 91231 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13870] ppid=13827 vsize=1548040 CPUtime=260.17
/proc/13829/task/13870/stat : 13870 (java) R 13827 13829 13720 0 -1 4202560 203 0 0 0 26015 2 0 0 22 0 16 0 6998304 1585192960 91231 1992294400 134512640 134550932 4289698816 18446744073709551615 4109497272 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13829/tid=13871] ppid=13827 vsize=1548040 CPUtime=258.76
/proc/13829/task/13871/stat : 13871 (java) R 13827 13829 13720 0 -1 4202560 120 0 0 0 25875 1 0 0 22 0 16 0 6998304 1585192960 91231 1992294400 134512640 134550932 4289698816 18446744073709551615 4109812768 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1590.71
Current children cumulated vsize (KiB) 1548040

[startup+882.301 s]
/proc/loadavg: 2.15 2.06 1.88 3/121 13888
/proc/meminfo: memFree=1399948/2059040 swapFree=4164948/4192956
[pid=13829] ppid=13827 vsize=1548040 CPUtime=1707.94
/proc/13829/stat : 13829 (java) S 13827 13829 13720 0 -1 4202496 104855 0 1 0 170682 112 0 0 18 0 16 0 6943985 1585192960 91411 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13829/statm: 387010 91411 1451 10 0 384313 0
[pid=13829/tid=13831] ppid=13827 vsize=1548040 CPUtime=7.59
/proc/13829/task/13831/stat : 13831 (java) S 13827 13829 13720 0 -1 4202560 8198 0 1 0 754 5 0 0 15 0 16 0 6943987 1585192960 91411 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13832] ppid=13827 vsize=1548040 CPUtime=18.49
/proc/13829/task/13832/stat : 13832 (java) S 13827 13829 13720 0 -1 4202560 26311 0 0 0 1819 30 0 0 16 0 16 0 6943988 1585192960 91411 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13833] ppid=13827 vsize=1548040 CPUtime=18.51
/proc/13829/task/13833/stat : 13833 (java) S 13827 13829 13720 0 -1 4202560 26450 0 0 0 1822 29 0 0 16 0 16 0 6943988 1585192960 91411 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13834] ppid=13827 vsize=1548040 CPUtime=27.24
/proc/13829/task/13834/stat : 13834 (java) S 13827 13829 13720 0 -1 4202560 2291 0 0 0 2711 13 0 0 15 0 16 0 6943990 1585192960 91411 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 0 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13835] ppid=13827 vsize=1548040 CPUtime=0
/proc/13829/task/13835/stat : 13835 (java) S 13827 13829 13720 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6943990 1585192960 91411 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13836] ppid=13827 vsize=1548040 CPUtime=0
/proc/13829/task/13836/stat : 13836 (java) S 13827 13829 13720 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6943990 1585192960 91411 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13837] ppid=13827 vsize=1548040 CPUtime=0
/proc/13829/task/13837/stat : 13837 (java) S 13827 13829 13720 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6943995 1585192960 91411 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13838] ppid=13827 vsize=1548040 CPUtime=2.25
/proc/13829/task/13838/stat : 13838 (java) S 13827 13829 13720 0 -1 4202560 6943 0 0 0 222 3 0 0 15 0 16 0 6943995 1585192960 91411 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13839] ppid=13827 vsize=1548040 CPUtime=2.89
/proc/13829/task/13839/stat : 13839 (java) S 13827 13829 13720 0 -1 4202560 7720 0 0 0 285 4 0 0 15 0 16 0 6943995 1585192960 91411 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13840] ppid=13827 vsize=1548040 CPUtime=0
/proc/13829/task/13840/stat : 13840 (java) S 13827 13829 13720 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6943995 1585192960 91411 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13841] ppid=13827 vsize=1548040 CPUtime=0
/proc/13829/task/13841/stat : 13841 (java) S 13827 13829 13720 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 6943995 1585192960 91411 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13844] ppid=13827 vsize=1548040 CPUtime=0
/proc/13829/task/13844/stat : 13844 (java) S 13827 13829 13720 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 6944760 1585192960 91411 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13845] ppid=13827 vsize=1548040 CPUtime=0
/proc/13829/task/13845/stat : 13845 (java) S 13827 13829 13720 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6944760 1585192960 91411 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13870] ppid=13827 vsize=1548040 CPUtime=317.07
/proc/13829/task/13870/stat : 13870 (java) R 13827 13829 13720 0 -1 4202560 250 0 0 0 31705 2 0 0 20 0 16 0 6998304 1585192960 91411 1992294400 134512640 134550932 4289698816 18446744073709551615 4109530015 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13829/tid=13871] ppid=13827 vsize=1548040 CPUtime=314.7
/proc/13829/task/13871/stat : 13871 (java) R 13827 13829 13720 0 -1 4202560 147 0 0 0 31468 2 0 0 25 0 16 0 6998304 1585192960 91411 1992294400 134512640 134550932 4289698816 18446744073709551615 4109812779 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1707.94
Current children cumulated vsize (KiB) 1548040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+929.902 s]
/proc/loadavg: 2.14 2.07 1.89 3/121 13890
/proc/meminfo: memFree=1399204/2059040 swapFree=4164948/4192956
[pid=13829] ppid=13827 vsize=1548040 CPUtime=1800.05
/proc/13829/stat : 13829 (java) S 13827 13829 13720 0 -1 4202496 105104 0 1 0 179889 116 0 0 18 0 16 0 6943985 1585192960 91600 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13829/statm: 387010 91600 1451 10 0 384313 0
[pid=13829/tid=13831] ppid=13827 vsize=1548040 CPUtime=7.59
/proc/13829/task/13831/stat : 13831 (java) S 13827 13829 13720 0 -1 4202560 8198 0 1 0 754 5 0 0 15 0 16 0 6943987 1585192960 91600 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13832] ppid=13827 vsize=1548040 CPUtime=19.56
/proc/13829/task/13832/stat : 13832 (java) S 13827 13829 13720 0 -1 4202560 26424 0 0 0 1925 31 0 0 15 0 16 0 6943988 1585192960 91600 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13833] ppid=13827 vsize=1548040 CPUtime=19.58
/proc/13829/task/13833/stat : 13833 (java) S 13827 13829 13720 0 -1 4202560 26529 0 0 0 1928 30 0 0 16 0 16 0 6943988 1585192960 91600 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13834] ppid=13827 vsize=1548040 CPUtime=29.55
/proc/13829/task/13834/stat : 13834 (java) S 13827 13829 13720 0 -1 4202560 2293 0 0 0 2941 14 0 0 16 0 16 0 6943990 1585192960 91600 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 0 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13835] ppid=13827 vsize=1548040 CPUtime=0
/proc/13829/task/13835/stat : 13835 (java) S 13827 13829 13720 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6943990 1585192960 91600 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13836] ppid=13827 vsize=1548040 CPUtime=0
/proc/13829/task/13836/stat : 13836 (java) S 13827 13829 13720 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6943990 1585192960 91600 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13837] ppid=13827 vsize=1548040 CPUtime=0
/proc/13829/task/13837/stat : 13837 (java) S 13827 13829 13720 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6943995 1585192960 91600 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13838] ppid=13827 vsize=1548040 CPUtime=2.25
/proc/13829/task/13838/stat : 13838 (java) S 13827 13829 13720 0 -1 4202560 6943 0 0 0 222 3 0 0 15 0 16 0 6943995 1585192960 91600 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13839] ppid=13827 vsize=1548040 CPUtime=2.89
/proc/13829/task/13839/stat : 13839 (java) S 13827 13829 13720 0 -1 4202560 7720 0 0 0 285 4 0 0 15 0 16 0 6943995 1585192960 91600 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13840] ppid=13827 vsize=1548040 CPUtime=0
/proc/13829/task/13840/stat : 13840 (java) S 13827 13829 13720 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6943995 1585192960 91600 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13841] ppid=13827 vsize=1548040 CPUtime=0
/proc/13829/task/13841/stat : 13841 (java) S 13827 13829 13720 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 6943995 1585192960 91600 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13844] ppid=13827 vsize=1548040 CPUtime=0
/proc/13829/task/13844/stat : 13844 (java) S 13827 13829 13720 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 6944760 1585192960 91600 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13845] ppid=13827 vsize=1548040 CPUtime=0
/proc/13829/task/13845/stat : 13845 (java) S 13827 13829 13720 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6944760 1585192960 91600 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13870] ppid=13827 vsize=1548040 CPUtime=361.26
/proc/13829/task/13870/stat : 13870 (java) R 13827 13829 13720 0 -1 4202560 283 0 0 0 36124 2 0 0 25 0 16 0 6998304 1585192960 91600 1992294400 134512640 134550932 4289698816 18446744073709551615 4109834453 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13829/tid=13871] ppid=13827 vsize=1548040 CPUtime=358.16
/proc/13829/task/13871/stat : 13871 (java) R 13827 13829 13720 0 -1 4202560 167 0 0 0 35814 2 0 0 25 0 16 0 6998304 1585192960 91600 1992294400 134512640 134550932 4289698816 18446744073709551615 4109821922 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1548040

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

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

[startup+930.016 s]
/proc/loadavg: 2.14 2.07 1.89 3/121 13890
/proc/meminfo: memFree=1399204/2059040 swapFree=4164948/4192956
[pid=13829] ppid=13827 vsize=1548688 CPUtime=1800.26
/proc/13829/stat : 13829 (java) S 13827 13829 13720 0 -1 4202496 105120 0 1 0 179910 116 0 0 18 0 18 0 6943985 1585856512 91616 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13829/statm: 387172 91616 1451 10 0 384475 0
[pid=13829/tid=13831] ppid=13827 vsize=1548688 CPUtime=7.59
/proc/13829/task/13831/stat : 13831 (java) S 13827 13829 13720 0 -1 4202560 8198 0 1 0 754 5 0 0 15 0 18 0 6943987 1585856512 91616 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13832] ppid=13827 vsize=1548688 CPUtime=19.56
/proc/13829/task/13832/stat : 13832 (java) S 13827 13829 13720 0 -1 4202560 26424 0 0 0 1925 31 0 0 15 0 18 0 6943988 1585856512 91616 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13833] ppid=13827 vsize=1548688 CPUtime=19.58
/proc/13829/task/13833/stat : 13833 (java) S 13827 13829 13720 0 -1 4202560 26529 0 0 0 1928 30 0 0 16 0 18 0 6943988 1585856512 91616 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13834] ppid=13827 vsize=1548688 CPUtime=29.55
/proc/13829/task/13834/stat : 13834 (java) S 13827 13829 13720 0 -1 4202560 2293 0 0 0 2941 14 0 0 16 0 18 0 6943990 1585856512 91616 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 0 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13835] ppid=13827 vsize=1548688 CPUtime=0
/proc/13829/task/13835/stat : 13835 (java) S 13827 13829 13720 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 6943990 1585856512 91616 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13836] ppid=13827 vsize=1548688 CPUtime=0
/proc/13829/task/13836/stat : 13836 (java) S 13827 13829 13720 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 6943990 1585856512 91616 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13837] ppid=13827 vsize=1548688 CPUtime=0
/proc/13829/task/13837/stat : 13837 (java) S 13827 13829 13720 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 6943995 1585856512 91616 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13838] ppid=13827 vsize=1548688 CPUtime=2.25
/proc/13829/task/13838/stat : 13838 (java) S 13827 13829 13720 0 -1 4202560 6943 0 0 0 222 3 0 0 15 0 18 0 6943995 1585856512 91616 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13839] ppid=13827 vsize=1548688 CPUtime=2.89
/proc/13829/task/13839/stat : 13839 (java) S 13827 13829 13720 0 -1 4202560 7720 0 0 0 285 4 0 0 15 0 18 0 6943995 1585856512 91616 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13840] ppid=13827 vsize=1548688 CPUtime=0
/proc/13829/task/13840/stat : 13840 (java) S 13827 13829 13720 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 6943995 1585856512 91616 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13841] ppid=13827 vsize=1548688 CPUtime=0
/proc/13829/task/13841/stat : 13841 (java) S 13827 13829 13720 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 18 0 6943995 1585856512 91616 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13844] ppid=13827 vsize=1548688 CPUtime=0
/proc/13829/task/13844/stat : 13844 (java) S 13827 13829 13720 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 18 0 6944760 1585856512 91616 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 1 0 0 0
[pid=13829/tid=13845] ppid=13827 vsize=1548688 CPUtime=0
/proc/13829/task/13845/stat : 13845 (java) S 13827 13829 13720 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 6944760 1585856512 91616 1992294400 134512640 134550932 4289698816 18446744073709551615 4294960144 0 4 0 16800975 18446604437515596928 0 0 -1 0 0 0 0
[pid=13829/tid=13870] ppid=13827 vsize=1548688 CPUtime=361.37
/proc/13829/task/13870/stat : 13870 (java) R 13827 13829 13720 0 -1 4202560 283 0 0 0 36135 2 0 0 25 0 18 0 6998304 1585856512 91616 1992294400 134512640 134550932 4289698816 18446744073709551615 4109529922 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13829/tid=13871] ppid=13827 vsize=1548688 CPUtime=358.25
/proc/13829/task/13871/stat : 13871 (java) R 13827 13829 13720 0 -1 4202560 167 0 0 0 35823 2 0 0 25 0 18 0 6998304 1585856512 91616 1992294400 134512640 134550932 4289698816 18446744073709551615 4109821915 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 1548688

Child status: 143
Real time (s): 930.072
CPU time (s): 1800.34
CPU user time (s): 1799.14
CPU system time (s): 1.19882
CPU usage (%): 193.57
Max. virtual memory (cumulated for all children) (KiB): 1548744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.14
system time used= 1.19882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105123
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= 32245
involuntary context switches= 50373

runsolver used 3.41548 second user time and 11.5652 second system time

The end

Launcher Data

Begin job on node084 at 2010-06-16 04:48:22
IDJOB=2661893
IDBENCH=48148
IDSOLVER=1166
FILE ID=node084/2661893-1276656501
PBS_JOBID= 11172465
Free space on /tmp= 62512 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_25_5.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661893-1276656501/watcher-2661893-1276656501 -o /tmp/evaluation-result-2661893-1276656501/solver-2661893-1276656501 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661893-1276656501.opb

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

MD5SUM BENCH= e3f554c192a1ee7b261cc2808827870e
RANDOM SEED=1837206730

node084.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1763412 kB
Buffers:         75404 kB
Cached:         121860 kB
SwapCached:       1440 kB
Active:          94032 kB
Inactive:       136464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1763412 kB
SwapTotal:     4192956 kB
SwapFree:      4164948 kB
Dirty:             460 kB
Writeback:           0 kB
AnonPages:       31768 kB
Mapped:          15152 kB
Slab:            43396 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181484 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62512 MiB
End job on node084 at 2010-06-16 05:03:53