Trace number 2661873

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)14 1802.03 930.461

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_1.opb
MD5SUM88e7a647c6e46a38e952354158b1fb76
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 benchmark1800.21
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 constraint44
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)6204
Sum of products size (including duplicates)12408
Number of different products6204
Sum of products size12408

Quality of the solution as a function of time


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

Solver Data

0.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.14	c See www.sat4j.org for details.
0.07/0.15	c version 2.2.0.v20100531
0.07/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.07/0.15	c java.vm.version	11.2-b01
0.07/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version		1.6.0_12
0.07/0.15	c os.name		Linux
0.07/0.15	c os.version		2.6.18-164.el5
0.07/0.15	c os.arch		i386
0.07/0.15	c Free memory 		1393557488
0.07/0.15	c Max memory 		1395916800
0.07/0.15	c Total memory 		1395916800
0.07/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2661873-1276654225.opb
0.24/0.22	c reading problem ... 
9.17/7.46	c ... done. Wall clock time 7.246s.
9.17/7.46	c #vars     6404
9.17/7.46	c #constraints  12608
9.17/7.46	c constraints type 
9.17/7.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6404
9.17/7.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6204
9.17/7.46	c constraints type 
9.17/7.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6404
9.17/7.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6204
9.52/7.66	c And the winner is Resolution
9.91/8.48	c SATISFIABLE
9.91/8.48	c OPTIMIZING...
9.91/8.48	c Got one! Elapsed wall clock time (in seconds):8.267
9.91/8.48	o 15
15.69/11.43	c And the winner is CuttingPlanes
15.76/11.53	c Got one! Elapsed wall clock time (in seconds):11.312
15.76/11.53	o 14
20.26/13.80	c cleaning 2498 clauses out of 5000 with flag 5000/5000
30.45/19.05	c cleaning 4247 clauses out of 8503 with flag 11001/11001
41.03/24.41	c cleaning 5625 clauses out of 11256 with flag 18001/18001
53.58/30.88	c cleaning 6810 clauses out of 13630 with flag 26000/26000
69.22/38.88	c cleaning 7910 clauses out of 15825 with flag 35005/35005
87.90/48.35	c cleaning 8953 clauses out of 17911 with flag 45001/45001
108.09/58.66	c cleaning 9974 clauses out of 19959 with flag 56002/56002
129.06/69.36	c cleaning 10986 clauses out of 21983 with flag 68000/68000
156.27/83.22	c cleaning 11994 clauses out of 23998 with flag 81001/81001
184.94/97.87	c cleaning 12496 clauses out of 25004 with flag 94001/94001
208.43/109.86	c cleaning 12747 clauses out of 25507 with flag 107000/107000
231.48/121.67	c cleaning 12878 clauses out of 25762 with flag 120002/120002
252.03/132.25	c cleaning 12939 clauses out of 25884 with flag 133002/133002
275.09/144.04	c cleaning 12965 clauses out of 25943 with flag 146000/146000
298.14/155.86	c cleaning 12989 clauses out of 25981 with flag 159003/159003
321.98/168.04	c cleaning 12992 clauses out of 25989 with flag 172000/172000
343.74/179.30	c cleaning 12991 clauses out of 25998 with flag 185001/185001
369.32/192.36	c cleaning 13000 clauses out of 26007 with flag 198001/198001
394.54/205.23	c cleaning 12997 clauses out of 26006 with flag 211000/211000
421.71/219.17	c cleaning 12997 clauses out of 26010 with flag 224001/224001
449.78/233.55	c cleaning 13000 clauses out of 26013 with flag 237001/237001
477.55/247.73	c cleaning 12997 clauses out of 26012 with flag 250000/250000
503.71/261.11	c cleaning 13003 clauses out of 26015 with flag 263000/263000
527.92/273.53	c cleaning 13004 clauses out of 26013 with flag 276001/276001
550.79/285.30	c cleaning 12997 clauses out of 26010 with flag 289002/289002
572.61/296.53	c cleaning 13001 clauses out of 26012 with flag 302001/302001
595.02/308.03	c cleaning 13001 clauses out of 26011 with flag 315001/315001
622.73/322.24	c cleaning 13001 clauses out of 26010 with flag 328001/328001
652.28/337.49	c cleaning 13000 clauses out of 26009 with flag 341001/341001
678.61/350.97	c cleaning 12997 clauses out of 26009 with flag 354001/354001
702.30/363.14	c cleaning 12992 clauses out of 26011 with flag 367000/367000
728.12/376.61	c cleaning 13000 clauses out of 26019 with flag 380000/380000
753.88/390.36	c cleaning 13005 clauses out of 26020 with flag 393001/393001
777.81/402.68	c cleaning 13002 clauses out of 26015 with flag 406001/406001
799.50/413.83	c cleaning 12999 clauses out of 26012 with flag 419000/419000
820.25/424.60	c cleaning 13002 clauses out of 26014 with flag 432001/432001
842.61/436.19	c cleaning 13000 clauses out of 26011 with flag 445000/445000
869.50/449.94	c cleaning 13002 clauses out of 26013 with flag 458002/458002
899.55/465.32	c cleaning 12999 clauses out of 26010 with flag 471001/471001
924.45/478.13	c cleaning 13000 clauses out of 26011 with flag 484001/484001
950.83/491.73	c cleaning 12995 clauses out of 26010 with flag 497000/497000
979.28/506.32	c cleaning 13002 clauses out of 26015 with flag 510000/510000
1007.35/520.77	c cleaning 13000 clauses out of 26015 with flag 523002/523002
1036.99/535.91	c cleaning 13000 clauses out of 26013 with flag 536000/536000
1065.50/550.69	c cleaning 13000 clauses out of 26014 with flag 549001/549001
1097.74/567.14	c cleaning 13001 clauses out of 26015 with flag 562002/562002
1128.59/582.92	c cleaning 13000 clauses out of 26012 with flag 575000/575000
1159.39/598.76	c cleaning 13001 clauses out of 26013 with flag 588001/588001
1183.53/611.23	c cleaning 13002 clauses out of 26013 with flag 601002/601002
1211.97/625.85	c cleaning 13000 clauses out of 26009 with flag 614000/614000
1234.64/637.57	c cleaning 13003 clauses out of 26010 with flag 627001/627001
1262.26/651.74	c cleaning 12998 clauses out of 26007 with flag 640001/640001
1287.75/664.90	c cleaning 12999 clauses out of 26009 with flag 653001/653001
1314.19/678.52	c cleaning 12997 clauses out of 26010 with flag 666001/666001
1340.80/692.26	c cleaning 13003 clauses out of 26013 with flag 679001/679001
1367.20/705.89	c cleaning 12997 clauses out of 26009 with flag 692000/692000
1395.22/720.31	c cleaning 12999 clauses out of 26013 with flag 705001/705001
1423.98/735.15	c cleaning 13001 clauses out of 26013 with flag 718000/718000
1449.99/748.56	c cleaning 0 clauses out of 5000 with flag 0/5000
1452.60/750.16	c cleaning 12999 clauses out of 26013 with flag 731001/731001
1482.15/765.48	c cleaning 13003 clauses out of 26015 with flag 744002/744002
1512.50/781.04	c cleaning 13002 clauses out of 26016 with flag 757006/757006
1540.63/795.58	c cleaning 12996 clauses out of 26009 with flag 770001/770001
1569.55/810.46	c cleaning 13003 clauses out of 26015 with flag 783003/783003
1601.27/826.89	c cleaning 12998 clauses out of 26010 with flag 796001/796001
1635.14/844.27	c cleaning 13001 clauses out of 26011 with flag 809000/809000
1667.04/860.66	c cleaning 12999 clauses out of 26010 with flag 822000/822000
1698.15/876.70	c cleaning 12999 clauses out of 26011 with flag 835000/835000
1731.21/893.78	c cleaning 12999 clauses out of 26012 with flag 848000/848000
1765.03/911.12	c cleaning 12999 clauses out of 26013 with flag 861000/861000
1796.29/927.26	c cleaning 13004 clauses out of 26018 with flag 874004/874004
1801.74/930.33	c starts		: 27
1801.74/930.33	c conflicts		: 5944
1801.74/930.33	c decisions		: 16085
1801.74/930.33	c propagations		: 1830420
1801.74/930.33	c inspects		: 216802857
1801.74/930.33	c learnt literals	: 0
1801.74/930.33	c learnt binary clauses	: 0
1801.74/930.33	c learnt ternary clauses	: 0
1801.74/930.33	c learnt clauses	: 5943
1801.74/930.33	c ignored clauses	: 0
1801.74/930.33	c root simplifications	: 0
1801.74/930.33	c removed literals (reason simplification)	: 0
1801.74/930.33	c reason swapping (by a shorter reason)	: 0
1801.74/930.33	c Calls to reduceDB	: 1
1801.74/930.33	c number of reductions to clauses (during analyze)	: 0
1801.74/930.33	c number of learned constraints concerned by reduction	: 0
1801.74/930.33	c number of learning phase by resolution	: 0
1801.74/930.33	c number of learning phase by cutting planes	: 0
1801.74/930.33	c speed (assignments/second)	: 1992.2440036875266
1801.74/930.33	c non guided choices	0
1801.74/930.39	c learnt constraints type 
1801.74/930.39	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 4
1801.74/930.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 174
1801.74/930.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5765
1801.74/930.39	c constraints type 
1801.74/930.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6404
1801.74/930.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1801.74/930.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6204
1801.74/930.39	c constraints type 
1801.74/930.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6404
1801.74/930.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1801.74/930.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6204
1801.74/930.39	s SATISFIABLE
1801.74/930.39	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 
1801.74/930.39	c objective function=14
1801.74/930.39	c Total wall clock time (in seconds): 930.176

Verifier Data

OK	14

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661873-1276654225/watcher-2661873-1276654225 -o /tmp/evaluation-result-2661873-1276654225/solver-2661873-1276654225 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661873-1276654225.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: 2.11 1.89 1.43 3/106 7861
/proc/meminfo: memFree=1748992/2059040 swapFree=4134608/4192956
[pid=7861] ppid=7859 vsize=1752 CPUtime=0
/proc/7861/stat : 7861 (java6) R 7859 7861 5885 0 -1 4194304 159 0 0 0 0 0 0 0 23 0 1 0 41008873 1794048 77 1992294400 134512640 134550932 4286565312 18446744073709551615 1800624 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7861/statm: 438 79 64 10 0 30 0

[startup+0.086144 s]
/proc/loadavg: 2.11 1.89 1.43 3/106 7861
/proc/meminfo: memFree=1748992/2059040 swapFree=4134608/4192956
[pid=7861] ppid=7859 vsize=1521796 CPUtime=0.06
/proc/7861/stat : 7861 (java) S 7859 7861 5885 0 -1 4202496 3801 0 1 0 4 2 0 0 18 0 7 0 41008873 1558319104 3242 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/7861/statm: 380449 3242 1043 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.102118 s]
/proc/loadavg: 2.11 1.89 1.43 3/106 7861
/proc/meminfo: memFree=1748992/2059040 swapFree=4134608/4192956
[pid=7861] ppid=7859 vsize=1524180 CPUtime=0.07
/proc/7861/stat : 7861 (java) S 7859 7861 5885 0 -1 4202496 3953 0 1 0 5 2 0 0 18 0 12 0 41008873 1560760320 3392 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7861/statm: 381045 3392 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1524180

[startup+0.301174 s]
/proc/loadavg: 2.11 1.89 1.43 3/106 7861
/proc/meminfo: memFree=1748992/2059040 swapFree=4134608/4192956
[pid=7861] ppid=7859 vsize=1526096 CPUtime=0.36
/proc/7861/stat : 7861 (java) S 7859 7861 5885 0 -1 4202496 5361 0 1 0 33 3 0 0 18 0 12 0 41008873 1562722304 4798 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7861/statm: 381524 4798 1356 10 0 378827 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526096

[startup+0.701168 s]
/proc/loadavg: 2.11 1.89 1.43 3/106 7861
/proc/meminfo: memFree=1748992/2059040 swapFree=4134608/4192956
[pid=7861] ppid=7859 vsize=1529200 CPUtime=1.12
/proc/7861/stat : 7861 (java) S 7859 7861 5885 0 -1 4202496 7010 0 1 0 108 4 0 0 18 0 12 0 41008873 1565900800 6412 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7861/statm: 382300 6413 1395 10 0 379603 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1529200

[startup+1.50015 s]
/proc/loadavg: 2.11 1.89 1.43 5/118 7873
/proc/meminfo: memFree=1724592/2059040 swapFree=4134608/4192956
[pid=7861] ppid=7859 vsize=1529604 CPUtime=2.34
/proc/7861/stat : 7861 (java) S 7859 7861 5885 0 -1 4202496 8820 0 1 0 229 5 0 0 18 0 12 0 41008873 1566314496 7754 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7861/statm: 382401 7754 1409 10 0 379704 0
[pid=7861/tid=7863] ppid=7859 vsize=1529604 CPUtime=1.46
/proc/7861/task/7863/stat : 7863 (java) R 7859 7861 5885 0 -1 4202560 5772 0 1 0 143 3 0 0 19 0 12 0 41008875 1566314496 7754 1992294400 134512640 134550932 4287673280 18446744073709551615 4109422065 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7861/tid=7864] ppid=7859 vsize=1529604 CPUtime=0
/proc/7861/task/7864/stat : 7864 (java) S 7859 7861 5885 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 41008876 1566314496 7754 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7865] ppid=7859 vsize=1529604 CPUtime=0
/proc/7861/task/7865/stat : 7865 (java) S 7859 7861 5885 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 41008876 1566314496 7754 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7866] ppid=7859 vsize=1529604 CPUtime=0
/proc/7861/task/7866/stat : 7866 (java) S 7859 7861 5885 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 41008878 1566314496 7754 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 0 0 16800975 18446604437831456576 0 0 -1 1 0 0 0
[pid=7861/tid=7867] ppid=7859 vsize=1529604 CPUtime=0
/proc/7861/task/7867/stat : 7867 (java) S 7859 7861 5885 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 41008878 1566314496 7754 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7868] ppid=7859 vsize=1529604 CPUtime=0
/proc/7861/task/7868/stat : 7868 (java) S 7859 7861 5885 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 41008878 1566314496 7754 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7869] ppid=7859 vsize=1529604 CPUtime=0
/proc/7861/task/7869/stat : 7869 (java) S 7859 7861 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41008883 1566314496 7754 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7870] ppid=7859 vsize=1529604 CPUtime=0.35
/proc/7861/task/7870/stat : 7870 (java) S 7859 7861 5885 0 -1 4202560 897 0 0 0 35 0 0 0 25 0 12 0 41008883 1566314496 7754 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 1 0 0 0
[pid=7861/tid=7871] ppid=7859 vsize=1529604 CPUtime=0.49
/proc/7861/task/7871/stat : 7871 (java) S 7859 7861 5885 0 -1 4202560 1085 0 0 0 49 0 0 0 24 0 12 0 41008883 1566314496 7754 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 1 0 0 0
[pid=7861/tid=7872] ppid=7859 vsize=1529604 CPUtime=0
/proc/7861/task/7872/stat : 7872 (java) S 7859 7861 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41008883 1566314496 7754 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7873] ppid=7859 vsize=1529604 CPUtime=0
/proc/7861/task/7873/stat : 7873 (java) S 7859 7861 5885 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 41008883 1566314496 7754 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 1529604

[startup+3.10013 s]
/proc/loadavg: 2.11 1.89 1.43 3/118 7873
/proc/meminfo: memFree=1712812/2059040 swapFree=4134608/4192956
[pid=7861] ppid=7859 vsize=1541600 CPUtime=4.81
/proc/7861/stat : 7861 (java) S 7859 7861 5885 0 -1 4202496 15911 0 1 0 472 9 0 0 18 0 12 0 41008873 1578598400 11553 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7861/statm: 385400 11553 1410 10 0 382703 0
[pid=7861/tid=7863] ppid=7859 vsize=1541600 CPUtime=3.06
/proc/7861/task/7863/stat : 7863 (java) R 7859 7861 5885 0 -1 4202560 6644 0 1 0 302 4 0 0 22 0 12 0 41008875 1578598400 11553 1992294400 134512640 134550932 4287673280 18446744073709551615 4109350023 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7861/tid=7864] ppid=7859 vsize=1541600 CPUtime=0
/proc/7861/task/7864/stat : 7864 (java) S 7859 7861 5885 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 41008876 1578598400 11553 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7865] ppid=7859 vsize=1541600 CPUtime=0
/proc/7861/task/7865/stat : 7865 (java) S 7859 7861 5885 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 41008876 1578598400 11553 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7866] ppid=7859 vsize=1541600 CPUtime=0
/proc/7861/task/7866/stat : 7866 (java) S 7859 7861 5885 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 41008878 1578598400 11553 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 0 0 16800975 18446604437831456576 0 0 -1 1 0 0 0
[pid=7861/tid=7867] ppid=7859 vsize=1541600 CPUtime=0
/proc/7861/task/7867/stat : 7867 (java) S 7859 7861 5885 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 41008878 1578598400 11553 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7868] ppid=7859 vsize=1541600 CPUtime=0
/proc/7861/task/7868/stat : 7868 (java) S 7859 7861 5885 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 41008878 1578598400 11553 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7869] ppid=7859 vsize=1541600 CPUtime=0
/proc/7861/task/7869/stat : 7869 (java) S 7859 7861 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41008883 1578598400 11553 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7870] ppid=7859 vsize=1541600 CPUtime=0.39
/proc/7861/task/7870/stat : 7870 (java) S 7859 7861 5885 0 -1 4202560 1228 0 0 0 39 0 0 0 16 0 12 0 41008883 1578598400 11553 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 1 0 0 0
[pid=7861/tid=7871] ppid=7859 vsize=1541600 CPUtime=1.32
/proc/7861/task/7871/stat : 7871 (java) S 7859 7861 5885 0 -1 4202560 6973 0 0 0 130 2 0 0 22 0 12 0 41008883 1578598400 11553 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 1 0 0 0
[pid=7861/tid=7872] ppid=7859 vsize=1541600 CPUtime=0
/proc/7861/task/7872/stat : 7872 (java) S 7859 7861 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41008883 1578598400 11553 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7873] ppid=7859 vsize=1541600 CPUtime=0
/proc/7861/task/7873/stat : 7873 (java) S 7859 7861 5885 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 41008883 1578598400 11553 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 1541600

[startup+6.30107 s]
/proc/loadavg: 2.02 1.88 1.43 2/118 7873
/proc/meminfo: memFree=1704380/2059040 swapFree=4134608/4192956
[pid=7861] ppid=7859 vsize=1541600 CPUtime=8.06
/proc/7861/stat : 7861 (java) S 7859 7861 5885 0 -1 4202496 16935 0 1 0 797 9 0 0 18 0 12 0 41008873 1578598400 12569 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7861/statm: 385400 12569 1410 10 0 382703 0
[pid=7861/tid=7863] ppid=7859 vsize=1541600 CPUtime=6.26
/proc/7861/task/7863/stat : 7863 (java) R 7859 7861 5885 0 -1 4202560 7646 0 1 0 621 5 0 0 25 0 12 0 41008875 1578598400 12569 1992294400 134512640 134550932 4287673280 18446744073709551615 4109350298 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7861/tid=7864] ppid=7859 vsize=1541600 CPUtime=0
/proc/7861/task/7864/stat : 7864 (java) S 7859 7861 5885 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 41008876 1578598400 12569 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7865] ppid=7859 vsize=1541600 CPUtime=0
/proc/7861/task/7865/stat : 7865 (java) S 7859 7861 5885 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 41008876 1578598400 12569 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7866] ppid=7859 vsize=1541600 CPUtime=0
/proc/7861/task/7866/stat : 7866 (java) S 7859 7861 5885 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 41008878 1578598400 12569 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 0 0 16800975 18446604437831456576 0 0 -1 1 0 0 0
[pid=7861/tid=7867] ppid=7859 vsize=1541600 CPUtime=0
/proc/7861/task/7867/stat : 7867 (java) S 7859 7861 5885 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 41008878 1578598400 12569 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7868] ppid=7859 vsize=1541600 CPUtime=0
/proc/7861/task/7868/stat : 7868 (java) S 7859 7861 5885 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 41008878 1578598400 12569 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7869] ppid=7859 vsize=1541600 CPUtime=0
/proc/7861/task/7869/stat : 7869 (java) S 7859 7861 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41008883 1578598400 12569 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7870] ppid=7859 vsize=1541600 CPUtime=0.4
/proc/7861/task/7870/stat : 7870 (java) S 7859 7861 5885 0 -1 4202560 1234 0 0 0 40 0 0 0 15 0 12 0 41008883 1578598400 12569 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 1 0 0 0
[pid=7861/tid=7871] ppid=7859 vsize=1541600 CPUtime=1.37
/proc/7861/task/7871/stat : 7871 (java) S 7859 7861 5885 0 -1 4202560 6989 0 0 0 135 2 0 0 15 0 12 0 41008883 1578598400 12569 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 1 0 0 0
[pid=7861/tid=7872] ppid=7859 vsize=1541600 CPUtime=0
/proc/7861/task/7872/stat : 7872 (java) S 7859 7861 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41008883 1578598400 12569 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7873] ppid=7859 vsize=1541600 CPUtime=0
/proc/7861/task/7873/stat : 7873 (java) S 7859 7861 5885 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 41008883 1578598400 12569 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.06
Current children cumulated vsize (KiB) 1541600

[startup+12.719 s]
/proc/loadavg: 2.18 1.91 1.44 5/122 7881
/proc/meminfo: memFree=1577620/2059040 swapFree=4134608/4192956
[pid=7861] ppid=7859 vsize=1545576 CPUtime=18.12
/proc/7861/stat : 7861 (java) S 7859 7861 5885 0 -1 4202496 51364 0 1 0 1782 30 0 0 18 0 16 0 41008873 1582669824 45098 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7861/statm: 386394 45099 1442 10 0 383697 0
[pid=7861/tid=7863] ppid=7859 vsize=1545576 CPUtime=7.44
/proc/7861/task/7863/stat : 7863 (java) S 7859 7861 5885 0 -1 4202560 8101 0 1 0 739 5 0 0 18 0 16 0 41008875 1582669824 45100 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 1 0 0 0
[pid=7861/tid=7864] ppid=7859 vsize=1545576 CPUtime=0.21
/proc/7861/task/7864/stat : 7864 (java) R 7859 7861 5885 0 -1 4202560 3333 0 0 0 20 1 0 0 16 0 16 0 41008876 1582669824 45100 1992294400 134512640 134550932 4287673280 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7861/tid=7865] ppid=7859 vsize=1545576 CPUtime=0.24
/proc/7861/task/7865/stat : 7865 (java) R 7859 7861 5885 0 -1 4202560 3776 0 0 0 22 2 0 0 15 0 16 0 41008876 1582669824 45101 1992294400 134512640 134550932 4287673280 18446744073709551615 106196723 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7861/tid=7866] ppid=7859 vsize=1545576 CPUtime=0.06
/proc/7861/task/7866/stat : 7866 (java) S 7859 7861 5885 0 -1 4202560 22 0 0 0 3 3 0 0 15 0 16 0 41008878 1582669824 45102 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 0 0 16800975 18446604437831456576 0 0 -1 1 0 0 0
[pid=7861/tid=7867] ppid=7859 vsize=1545576 CPUtime=0
/proc/7861/task/7867/stat : 7867 (java) S 7859 7861 5885 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 41008878 1582669824 45103 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7868] ppid=7859 vsize=1545576 CPUtime=0
/proc/7861/task/7868/stat : 7868 (java) S 7859 7861 5885 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 41008878 1582669824 45105 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7869] ppid=7859 vsize=1545576 CPUtime=0
/proc/7861/task/7869/stat : 7869 (java) S 7859 7861 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41008883 1582669824 45106 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7870] ppid=7859 vsize=1545576 CPUtime=1.54
/proc/7861/task/7870/stat : 7870 (java) S 7859 7861 5885 0 -1 4202560 3895 0 0 0 152 2 0 0 15 0 16 0 41008883 1582669824 45108 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7871] ppid=7859 vsize=1545576 CPUtime=2.83
/proc/7861/task/7871/stat : 7871 (java) S 7859 7861 5885 0 -1 4202560 7133 0 0 0 281 2 0 0 15 0 16 0 41008883 1582669824 45110 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 1 0 0 0
[pid=7861/tid=7872] ppid=7859 vsize=1545576 CPUtime=0
/proc/7861/task/7872/stat : 7872 (java) S 7859 7861 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41008883 1582669824 45111 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7873] ppid=7859 vsize=1545576 CPUtime=0
/proc/7861/task/7873/stat : 7873 (java) R 7859 7861 5885 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 41008883 1582669824 45113 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7861/tid=7876] ppid=7859 vsize=1545576 CPUtime=0
/proc/7861/task/7876/stat : 7876 (java) S 7859 7861 5885 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 41009624 1582669824 45114 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7877] ppid=7859 vsize=1545576 CPUtime=0
/proc/7861/task/7877/stat : 7877 (java) S 7859 7861 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41009655 1582669824 45116 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7880] ppid=7859 vsize=1545576 CPUtime=0.99
/proc/7861/task/7880/stat : 7880 (java) R 7859 7861 5885 0 -1 4202560 1 0 0 0 99 0 0 0 20 0 16 0 41010027 1582669824 45117 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7861/tid=7881] ppid=7859 vsize=1545576 CPUtime=0.83
/proc/7861/task/7881/stat : 7881 (java) S 7859 7861 5885 0 -1 4202560 2 0 0 0 83 0 0 0 20 0 16 0 41010027 1582669824 45119 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.12
Current children cumulated vsize (KiB) 1545576

[startup+25.5018 s]
/proc/loadavg: 2.14 1.92 1.45 3/122 7881
/proc/meminfo: memFree=1526532/2059040 swapFree=4134608/4192956
[pid=7861] ppid=7859 vsize=1545576 CPUtime=43.08
/proc/7861/stat : 7861 (java) S 7859 7861 5885 0 -1 4202496 63673 0 1 0 4272 36 0 0 18 0 16 0 41008873 1582669824 56682 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7861/statm: 386394 56682 1451 10 0 383697 0
[pid=7861/tid=7863] ppid=7859 vsize=1545576 CPUtime=7.44
/proc/7861/task/7863/stat : 7863 (java) S 7859 7861 5885 0 -1 4202560 8101 0 1 0 739 5 0 0 18 0 16 0 41008875 1582669824 56682 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 1 0 0 0
[pid=7861/tid=7864] ppid=7859 vsize=1545576 CPUtime=0.59
/proc/7861/task/7864/stat : 7864 (java) S 7859 7861 5885 0 -1 4202560 8038 0 0 0 56 3 0 0 15 0 16 0 41008876 1582669824 56682 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 1 0 0 0
[pid=7861/tid=7865] ppid=7859 vsize=1545576 CPUtime=0.61
/proc/7861/task/7865/stat : 7865 (java) S 7859 7861 5885 0 -1 4202560 8884 0 0 0 57 4 0 0 16 0 16 0 41008876 1582669824 56682 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7866] ppid=7859 vsize=1545576 CPUtime=0.45

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

/proc/7861/task/7880/stat : 7880 (java) R 7859 7861 5885 0 -1 4202560 946 0 0 0 75395 14 0 0 25 0 16 0 41010027 1582669824 94248 1992294400 134512640 134550932 4287673280 18446744073709551615 4109701386 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7861/tid=7881] ppid=7859 vsize=1545576 CPUtime=753.06
/proc/7861/task/7881/stat : 7881 (java) R 7859 7861 5885 0 -1 4202560 762 0 0 0 75289 17 0 0 25 0 16 0 41010027 1582669824 94248 1992294400 134512640 134550932 4287673280 18446744073709551615 4109451709 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1592.34
Current children cumulated vsize (KiB) 1545576

[startup+882.302 s]
/proc/loadavg: 1.97 2.08 1.84 3/122 7906
/proc/meminfo: memFree=1368060/2059040 swapFree=4134608/4192956
[pid=7861] ppid=7859 vsize=1545576 CPUtime=1708.61
/proc/7861/stat : 7861 (java) S 7859 7861 5885 0 -1 4202496 106214 0 1 0 170703 158 0 0 18 0 16 0 41008873 1582669824 95876 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7861/statm: 386394 95876 1451 10 0 383697 0
[pid=7861/tid=7863] ppid=7859 vsize=1545576 CPUtime=7.44
/proc/7861/task/7863/stat : 7863 (java) S 7859 7861 5885 0 -1 4202560 8124 0 1 0 739 5 0 0 15 0 16 0 41008875 1582669824 95876 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7864] ppid=7859 vsize=1545576 CPUtime=21.15
/proc/7861/task/7864/stat : 7864 (java) S 7859 7861 5885 0 -1 4202560 27814 0 0 0 2065 50 0 0 16 0 16 0 41008876 1582669824 95876 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7865] ppid=7859 vsize=1545576 CPUtime=21.14
/proc/7861/task/7865/stat : 7865 (java) S 7859 7861 5885 0 -1 4202560 29626 0 0 0 2078 36 0 0 16 0 16 0 41008876 1582669824 95876 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 1 0 0 0
[pid=7861/tid=7866] ppid=7859 vsize=1545576 CPUtime=32.35
/proc/7861/task/7866/stat : 7866 (java) S 7859 7861 5885 0 -1 4202560 2634 0 0 0 3220 15 0 0 15 0 16 0 41008878 1582669824 95876 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 0 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7867] ppid=7859 vsize=1545576 CPUtime=0
/proc/7861/task/7867/stat : 7867 (java) S 7859 7861 5885 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 41008878 1582669824 95876 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7868] ppid=7859 vsize=1545576 CPUtime=0
/proc/7861/task/7868/stat : 7868 (java) S 7859 7861 5885 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 41008878 1582669824 95876 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7869] ppid=7859 vsize=1545576 CPUtime=0
/proc/7861/task/7869/stat : 7869 (java) S 7859 7861 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41008883 1582669824 95876 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7870] ppid=7859 vsize=1545576 CPUtime=1.86
/proc/7861/task/7870/stat : 7870 (java) S 7859 7861 5885 0 -1 4202560 3944 0 0 0 184 2 0 0 15 0 16 0 41008883 1582669824 95876 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7871] ppid=7859 vsize=1545576 CPUtime=3.2
/proc/7861/task/7871/stat : 7871 (java) S 7859 7861 5885 0 -1 4202560 7145 0 0 0 318 2 0 0 16 0 16 0 41008883 1582669824 95876 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 1 0 0 0
[pid=7861/tid=7872] ppid=7859 vsize=1545576 CPUtime=0
/proc/7861/task/7872/stat : 7872 (java) S 7859 7861 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41008883 1582669824 95876 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7873] ppid=7859 vsize=1545576 CPUtime=0
/proc/7861/task/7873/stat : 7873 (java) S 7859 7861 5885 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 41008883 1582669824 95876 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 1 0 0 0
[pid=7861/tid=7876] ppid=7859 vsize=1545576 CPUtime=0
/proc/7861/task/7876/stat : 7876 (java) S 7859 7861 5885 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 41009624 1582669824 95876 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7877] ppid=7859 vsize=1545576 CPUtime=0
/proc/7861/task/7877/stat : 7877 (java) S 7859 7861 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41009655 1582669824 95876 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7880] ppid=7859 vsize=1545576 CPUtime=809.09
/proc/7861/task/7880/stat : 7880 (java) R 7859 7861 5885 0 -1 4202560 978 0 0 0 80894 15 0 0 25 0 16 0 41010027 1582669824 95876 1992294400 134512640 134550932 4287673280 18446744073709551615 4109733055 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7861/tid=7881] ppid=7859 vsize=1545576 CPUtime=808.39
/proc/7861/task/7881/stat : 7881 (java) R 7859 7861 5885 0 -1 4202560 796 0 0 0 80822 17 0 0 25 0 16 0 41010027 1582669824 95876 1992294400 134512640 134550932 4287673280 18446744073709551615 4109790132 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1708.61
Current children cumulated vsize (KiB) 1545576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+929.517 s]
/proc/loadavg: 1.94 2.05 1.84 5/122 7908
/proc/meminfo: memFree=1365084/2059040 swapFree=4134608/4192956
[pid=7861] ppid=7859 vsize=1545576 CPUtime=1800.2
/proc/7861/stat : 7861 (java) S 7859 7861 5885 0 -1 4202496 107043 0 1 0 179856 164 0 0 18 0 16 0 41008873 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7861/statm: 386394 96623 1451 10 0 383697 0
[pid=7861/tid=7863] ppid=7859 vsize=1545576 CPUtime=7.44
/proc/7861/task/7863/stat : 7863 (java) S 7859 7861 5885 0 -1 4202560 8124 0 1 0 739 5 0 0 15 0 16 0 41008875 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7864] ppid=7859 vsize=1545576 CPUtime=22.48
/proc/7861/task/7864/stat : 7864 (java) S 7859 7861 5885 0 -1 4202560 28242 0 0 0 2195 53 0 0 15 0 16 0 41008876 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7865] ppid=7859 vsize=1545576 CPUtime=22.46
/proc/7861/task/7865/stat : 7865 (java) R 7859 7861 5885 0 -1 4202560 29964 0 0 0 2210 36 0 0 15 0 16 0 41008876 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 105886426 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7861/tid=7866] ppid=7859 vsize=1545576 CPUtime=34.37
/proc/7861/task/7866/stat : 7866 (java) S 7859 7861 5885 0 -1 4202560 2636 0 0 0 3421 16 0 0 15 0 16 0 41008878 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 0 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7867] ppid=7859 vsize=1545576 CPUtime=0
/proc/7861/task/7867/stat : 7867 (java) S 7859 7861 5885 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 41008878 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7868] ppid=7859 vsize=1545576 CPUtime=0
/proc/7861/task/7868/stat : 7868 (java) S 7859 7861 5885 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 41008878 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7869] ppid=7859 vsize=1545576 CPUtime=0
/proc/7861/task/7869/stat : 7869 (java) S 7859 7861 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41008883 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7870] ppid=7859 vsize=1545576 CPUtime=1.86
/proc/7861/task/7870/stat : 7870 (java) S 7859 7861 5885 0 -1 4202560 3944 0 0 0 184 2 0 0 15 0 16 0 41008883 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7871] ppid=7859 vsize=1545576 CPUtime=3.2
/proc/7861/task/7871/stat : 7871 (java) S 7859 7861 5885 0 -1 4202560 7145 0 0 0 318 2 0 0 16 0 16 0 41008883 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 1 0 0 0
[pid=7861/tid=7872] ppid=7859 vsize=1545576 CPUtime=0
/proc/7861/task/7872/stat : 7872 (java) S 7859 7861 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41008883 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7873] ppid=7859 vsize=1545576 CPUtime=0
/proc/7861/task/7873/stat : 7873 (java) S 7859 7861 5885 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 41008883 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7876] ppid=7859 vsize=1545576 CPUtime=0
/proc/7861/task/7876/stat : 7876 (java) S 7859 7861 5885 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 41009624 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7877] ppid=7859 vsize=1545576 CPUtime=0
/proc/7861/task/7877/stat : 7877 (java) S 7859 7861 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41009655 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7880] ppid=7859 vsize=1545576 CPUtime=852.86
/proc/7861/task/7880/stat : 7880 (java) S 7859 7861 5885 0 -1 4202560 1012 0 0 0 85270 16 0 0 17 0 16 0 41010027 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7881] ppid=7859 vsize=1545576 CPUtime=851.55
/proc/7861/task/7881/stat : 7881 (java) S 7859 7861 5885 0 -1 4202560 821 0 0 0 85137 18 0 0 21 0 16 0 41010027 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 1545576

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

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

[startup+930.202 s]
/proc/loadavg: 1.94 2.05 1.84 5/122 7908
/proc/meminfo: memFree=1365084/2059040 swapFree=4134608/4192956
[pid=7861] ppid=7859 vsize=1545576 CPUtime=1801.55
/proc/7861/stat : 7861 (java) R 7859 7861 5885 0 -1 4202496 107043 0 1 0 179991 164 0 0 18 0 16 0 41008873 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7861/statm: 386394 96623 1451 10 0 383697 0
[pid=7861/tid=7863] ppid=7859 vsize=1545576 CPUtime=7.44
/proc/7861/task/7863/stat : 7863 (java) S 7859 7861 5885 0 -1 4202560 8124 0 1 0 739 5 0 0 15 0 16 0 41008875 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7864] ppid=7859 vsize=1545576 CPUtime=22.48
/proc/7861/task/7864/stat : 7864 (java) S 7859 7861 5885 0 -1 4202560 28242 0 0 0 2195 53 0 0 16 0 16 0 41008876 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 1 0 0 0
[pid=7861/tid=7865] ppid=7859 vsize=1545576 CPUtime=22.46
/proc/7861/task/7865/stat : 7865 (java) S 7859 7861 5885 0 -1 4202560 29964 0 0 0 2210 36 0 0 15 0 16 0 41008876 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7866] ppid=7859 vsize=1545576 CPUtime=34.37
/proc/7861/task/7866/stat : 7866 (java) S 7859 7861 5885 0 -1 4202560 2636 0 0 0 3421 16 0 0 15 0 16 0 41008878 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 0 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7867] ppid=7859 vsize=1545576 CPUtime=0
/proc/7861/task/7867/stat : 7867 (java) S 7859 7861 5885 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 41008878 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7868] ppid=7859 vsize=1545576 CPUtime=0
/proc/7861/task/7868/stat : 7868 (java) S 7859 7861 5885 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 41008878 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7869] ppid=7859 vsize=1545576 CPUtime=0
/proc/7861/task/7869/stat : 7869 (java) S 7859 7861 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41008883 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7870] ppid=7859 vsize=1545576 CPUtime=1.86
/proc/7861/task/7870/stat : 7870 (java) S 7859 7861 5885 0 -1 4202560 3944 0 0 0 184 2 0 0 15 0 16 0 41008883 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7871] ppid=7859 vsize=1545576 CPUtime=3.2
/proc/7861/task/7871/stat : 7871 (java) S 7859 7861 5885 0 -1 4202560 7145 0 0 0 318 2 0 0 16 0 16 0 41008883 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 1 0 0 0
[pid=7861/tid=7872] ppid=7859 vsize=1545576 CPUtime=0
/proc/7861/task/7872/stat : 7872 (java) S 7859 7861 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41008883 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7873] ppid=7859 vsize=1545576 CPUtime=0
/proc/7861/task/7873/stat : 7873 (java) S 7859 7861 5885 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 41008883 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7876] ppid=7859 vsize=1545576 CPUtime=0
/proc/7861/task/7876/stat : 7876 (java) S 7859 7861 5885 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 41009624 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7877] ppid=7859 vsize=1545576 CPUtime=0
/proc/7861/task/7877/stat : 7877 (java) S 7859 7861 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41009655 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7880] ppid=7859 vsize=1545576 CPUtime=853.53
/proc/7861/task/7880/stat : 7880 (java) R 7859 7861 5885 0 -1 4202560 1012 0 0 0 85337 16 0 0 17 0 16 0 41010027 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4109452179 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7861/tid=7881] ppid=7859 vsize=1545576 CPUtime=852.21
/proc/7861/task/7881/stat : 7881 (java) R 7859 7861 5885 0 -1 4202560 821 0 0 0 85203 18 0 0 23 0 16 0 41010027 1582669824 96623 1992294400 134512640 134550932 4287673280 18446744073709551615 4109779223 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1801.55
Current children cumulated vsize (KiB) 1545576

[startup+930.402 s]
/proc/loadavg: 1.94 2.05 1.84 5/122 7908
/proc/meminfo: memFree=1365084/2059040 swapFree=4134608/4192956
[pid=7861] ppid=7859 vsize=1546224 CPUtime=1801.95
/proc/7861/stat : 7861 (java) S 7859 7861 5885 0 -1 4202496 107065 0 1 0 180030 165 0 0 18 0 17 0 41008873 1583333376 96644 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7861/statm: 386556 96644 1451 10 0 383859 0
[pid=7861/tid=7863] ppid=7859 vsize=1546224 CPUtime=7.44
/proc/7861/task/7863/stat : 7863 (java) S 7859 7861 5885 0 -1 4202560 8124 0 1 0 739 5 0 0 15 0 17 0 41008875 1583333376 96644 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7864] ppid=7859 vsize=1546224 CPUtime=22.51
/proc/7861/task/7864/stat : 7864 (java) S 7859 7861 5885 0 -1 4202560 28242 0 0 0 2198 53 0 0 16 0 17 0 41008876 1583333376 96644 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 1 0 0 0
[pid=7861/tid=7865] ppid=7859 vsize=1546224 CPUtime=22.49
/proc/7861/task/7865/stat : 7865 (java) S 7859 7861 5885 0 -1 4202560 29964 0 0 0 2213 36 0 0 16 0 17 0 41008876 1583333376 96644 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7866] ppid=7859 vsize=1546224 CPUtime=34.37
/proc/7861/task/7866/stat : 7866 (java) S 7859 7861 5885 0 -1 4202560 2636 0 0 0 3421 16 0 0 15 0 17 0 41008878 1583333376 96644 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 0 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7867] ppid=7859 vsize=1546224 CPUtime=0
/proc/7861/task/7867/stat : 7867 (java) S 7859 7861 5885 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 17 0 41008878 1583333376 96644 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7868] ppid=7859 vsize=1546224 CPUtime=0
/proc/7861/task/7868/stat : 7868 (java) S 7859 7861 5885 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 41008878 1583333376 96644 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7869] ppid=7859 vsize=1546224 CPUtime=0
/proc/7861/task/7869/stat : 7869 (java) S 7859 7861 5885 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 41008883 1583333376 96644 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 1 0 0 0
[pid=7861/tid=7870] ppid=7859 vsize=1546224 CPUtime=1.86
/proc/7861/task/7870/stat : 7870 (java) S 7859 7861 5885 0 -1 4202560 3944 0 0 0 184 2 0 0 15 0 17 0 41008883 1583333376 96644 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7871] ppid=7859 vsize=1546224 CPUtime=3.2
/proc/7861/task/7871/stat : 7871 (java) S 7859 7861 5885 0 -1 4202560 7145 0 0 0 318 2 0 0 16 0 17 0 41008883 1583333376 96644 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 1 0 0 0
[pid=7861/tid=7872] ppid=7859 vsize=1546224 CPUtime=0
/proc/7861/task/7872/stat : 7872 (java) S 7859 7861 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 17 0 41008883 1583333376 96644 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7873] ppid=7859 vsize=1546224 CPUtime=0
/proc/7861/task/7873/stat : 7873 (java) S 7859 7861 5885 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 17 0 41008883 1583333376 96644 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7876] ppid=7859 vsize=1546224 CPUtime=0
/proc/7861/task/7876/stat : 7876 (java) S 7859 7861 5885 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 17 0 41009624 1583333376 96644 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7877] ppid=7859 vsize=1546224 CPUtime=0
/proc/7861/task/7877/stat : 7877 (java) S 7859 7861 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 17 0 41009655 1583333376 96644 1992294400 134512640 134550932 4287673280 18446744073709551615 4294960144 0 4 0 16800975 18446604437831456576 0 0 -1 0 0 0 0
[pid=7861/tid=7880] ppid=7859 vsize=1546224 CPUtime=853.7
/proc/7861/task/7880/stat : 7880 (java) R 7859 7861 5885 0 -1 4202560 1013 0 0 0 85354 16 0 0 18 0 17 0 41010027 1583333376 96644 1992294400 134512640 134550932 4287673280 18446744073709551615 4109798996 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7861/tid=7881] ppid=7859 vsize=1546224 CPUtime=852.37
/proc/7861/task/7881/stat : 7881 (java) R 7859 7861 5885 0 -1 4202560 821 0 0 0 85219 18 0 0 25 0 17 0 41010027 1583333376 96644 1992294400 134512640 134550932 4287673280 18446744073709551615 4109789773 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1801.95
Current children cumulated vsize (KiB) 1546224

Child status: 143
Real time (s): 930.461
CPU time (s): 1802.03
CPU user time (s): 1800.34
CPU system time (s): 1.69174
CPU usage (%): 193.671
Max. virtual memory (cumulated for all children) (KiB): 1546992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.34
system time used= 1.69174
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107065
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= 32445
involuntary context switches= 53914

runsolver used 5.17621 second user time and 10.3704 second system time

The end

Launcher Data

Begin job on node017 at 2010-06-16 04:10:25
IDJOB=2661873
IDBENCH=48128
IDSOLVER=1166
FILE ID=node017/2661873-1276654225
PBS_JOBID= 11172446
Free space on /tmp= 62540 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_1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661873-1276654225/watcher-2661873-1276654225 -o /tmp/evaluation-result-2661873-1276654225/solver-2661873-1276654225 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661873-1276654225.opb

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

MD5SUM BENCH= 88e7a647c6e46a38e952354158b1fb76
RANDOM SEED=1298154187

node017.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.201
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.40
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.201
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	: 5599.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1749264 kB
Buffers:         80224 kB
Cached:         134480 kB
SwapCached:      11780 kB
Active:         100544 kB
Inactive:       128924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1749264 kB
SwapTotal:     4192956 kB
SwapFree:      4134608 kB
Dirty:             408 kB
Writeback:           0 kB
AnonPages:       13148 kB
Mapped:           9292 kB
Slab:            58388 kB
PageTables:       3932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184760 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= 62540 MiB
End job on node017 at 2010-06-16 04:25:56