Trace number 2661649

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-31OPT3 429.094 228.313

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=251-P1=139-P2=89-P3=173-P4=107-B.opb
MD5SUM616d60d0b9e17d59a77d69efb2609a49
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark4.69329
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables108
Total number of constraints9
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 constraints9
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)324
Sum of products size (including duplicates)648
Number of different products324
Sum of products size648

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	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 lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive 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	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	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-2661649-1276646432.opb
0.24/0.22	c reading problem ... 
0.36/0.41	c ... done. Wall clock time 0.191s.
0.36/0.41	c #vars     432
0.36/0.41	c #constraints  661
0.36/0.41	c constraints type 
0.36/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
0.36/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
0.36/0.41	c constraints type 
0.36/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
0.36/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
4.51/2.49	c cleaning 2493 clauses out of 5000 with flag 5000/5000
7.85/4.19	c cleaning 4250 clauses out of 8507 with flag 11000/11000
11.39/5.99	c cleaning 5629 clauses out of 11257 with flag 18000/18000
16.28/8.47	c cleaning 6811 clauses out of 13629 with flag 26001/26001
22.74/11.76	c cleaning 7906 clauses out of 15817 with flag 35000/35000
29.22/15.09	c cleaning 8956 clauses out of 17911 with flag 45000/45000
35.68/18.34	c cleaning 9477 clauses out of 18956 with flag 55001/55001
41.96/21.55	c cleaning 9731 clauses out of 19478 with flag 65000/65000
47.60/24.48	c cleaning 9870 clauses out of 19747 with flag 75000/75000
53.27/27.34	c cleaning 9932 clauses out of 19878 with flag 85001/85001
58.67/30.19	c cleaning 9968 clauses out of 19945 with flag 95000/95000
60.57/31.16	c And the winner is Resolution
60.73/31.71	c SATISFIABLE
60.73/31.71	c OPTIMIZING...
60.73/31.71	c Got one! Elapsed wall clock time (in seconds):31.495
60.73/31.71	o 389
62.47/32.70	c cleaning 9976 clauses out of 19978 with flag 105001/105001
67.68/35.35	c cleaning 9998 clauses out of 20002 with flag 115001/115001
74.72/38.99	c cleaning 9999 clauses out of 20004 with flag 125001/125001
80.57/42.00	c cleaning 9995 clauses out of 20005 with flag 135001/135001
84.82/44.16	c cleaning 9991 clauses out of 20012 with flag 145003/145003
85.49/44.51	c And the winner is Resolution
85.60/44.86	c Got one! Elapsed wall clock time (in seconds):44.641
85.60/44.86	o 141
88.84/46.59	c cleaning 9999 clauses out of 20020 with flag 155002/155002
91.50/47.97	c And the winner is Resolution
91.73/48.87	c Got one! Elapsed wall clock time (in seconds):48.655
91.73/48.87	o 13
93.37/49.70	c cleaning 9997 clauses out of 20018 with flag 165000/165000
97.41/51.85	c cleaning 10007 clauses out of 20022 with flag 175001/175001
102.05/54.29	c cleaning 10008 clauses out of 20015 with flag 185001/185001
105.48/56.08	c And the winner is Resolution
105.77/57.01	c Got one! Elapsed wall clock time (in seconds):56.793
105.77/57.01	o 3
106.33/57.31	c cleaning 10001 clauses out of 20009 with flag 195003/195003
112.74/60.60	c cleaning 9999 clauses out of 20006 with flag 205001/205001
117.78/63.26	c cleaning 9993 clauses out of 20007 with flag 215001/215001
122.43/65.61	c cleaning 10000 clauses out of 20013 with flag 225000/225000
126.83/67.91	c cleaning 10003 clauses out of 20014 with flag 235001/235001
131.85/70.55	c cleaning 10001 clauses out of 20010 with flag 245000/245000
137.07/73.24	c cleaning 10001 clauses out of 20010 with flag 255001/255001
140.89/75.28	c cleaning 9997 clauses out of 20008 with flag 265000/265000
144.30/77.09	c cleaning 9999 clauses out of 20013 with flag 275002/275002
148.32/79.17	c cleaning 10002 clauses out of 20013 with flag 285001/285001
152.92/81.56	c cleaning 0 clauses out of 5000 with flag 0/5000
153.37/81.87	c cleaning 9996 clauses out of 20011 with flag 295001/295001
158.14/84.34	c cleaning 10001 clauses out of 20014 with flag 305000/305000
162.34/86.57	c cleaning 10003 clauses out of 20014 with flag 315001/315001
168.14/89.50	c cleaning 9999 clauses out of 20010 with flag 325000/325000
172.73/91.96	c cleaning 10000 clauses out of 20011 with flag 335000/335000
177.29/94.34	c cleaning 10001 clauses out of 20011 with flag 345000/345000
182.11/96.85	c cleaning 9996 clauses out of 20010 with flag 355000/355000
187.30/99.52	c cleaning 10005 clauses out of 20016 with flag 365002/365002
192.70/102.33	c cleaning 9998 clauses out of 20010 with flag 375001/375001
198.05/105.11	c cleaning 9999 clauses out of 20011 with flag 385000/385000
202.85/107.66	c cleaning 10001 clauses out of 20014 with flag 395002/395002
207.47/110.04	c cleaning 9996 clauses out of 20012 with flag 405001/405001
212.45/112.67	c cleaning 10005 clauses out of 20016 with flag 415001/415001
217.40/115.21	c cleaning 10002 clauses out of 20010 with flag 425000/425000
221.77/117.51	c cleaning 10001 clauses out of 20011 with flag 435003/435003
226.36/119.92	c cleaning 10002 clauses out of 20007 with flag 445000/445000
230.72/122.27	c cleaning 9997 clauses out of 20006 with flag 455001/455001
235.86/124.97	c cleaning 9997 clauses out of 20009 with flag 465001/465001
240.05/127.12	c cleaning 10004 clauses out of 20011 with flag 475000/475000
245.24/129.84	c cleaning 10003 clauses out of 20007 with flag 485000/485000
250.80/132.70	c cleaning 10000 clauses out of 20004 with flag 495000/495000
255.31/135.20	c cleaning 9997 clauses out of 20004 with flag 505000/505000
259.50/137.32	c cleaning 9994 clauses out of 20007 with flag 515000/515000
263.08/139.29	c cleaning 9999 clauses out of 20014 with flag 525001/525001
267.64/141.65	c cleaning 10000 clauses out of 20014 with flag 535000/535000
271.77/143.90	c cleaning 10004 clauses out of 20015 with flag 545001/545001
277.11/146.63	c cleaning 10000 clauses out of 20011 with flag 555001/555001
283.05/149.72	c cleaning 10001 clauses out of 20011 with flag 565001/565001
288.01/152.34	c cleaning 9996 clauses out of 20010 with flag 575001/575001
294.08/155.52	c cleaning 10002 clauses out of 20014 with flag 585001/585001
300.02/158.61	c cleaning 10002 clauses out of 20012 with flag 595001/595001
305.16/161.32	c cleaning 9998 clauses out of 20009 with flag 605001/605001
309.52/163.68	c cleaning 10000 clauses out of 20011 with flag 615001/615001
314.40/166.29	c cleaning 9996 clauses out of 20011 with flag 625001/625001
318.94/168.61	c cleaning 10001 clauses out of 20015 with flag 635001/635001
323.48/171.07	c cleaning 10000 clauses out of 20013 with flag 645000/645000
328.43/173.62	c cleaning 9999 clauses out of 20013 with flag 655000/655000
334.73/176.94	c cleaning 10005 clauses out of 20015 with flag 665001/665001
340.86/180.11	c cleaning 10002 clauses out of 20009 with flag 675000/675000
346.61/183.12	c cleaning 9999 clauses out of 20007 with flag 685000/685000
352.54/186.21	c cleaning 9999 clauses out of 20009 with flag 695001/695001
358.63/189.48	c cleaning 9998 clauses out of 20009 with flag 705001/705001
364.17/192.32	c cleaning 10001 clauses out of 20010 with flag 715000/715000
369.49/195.19	c cleaning 10001 clauses out of 20011 with flag 725002/725002
374.64/197.83	c cleaning 9998 clauses out of 20008 with flag 735000/735000
380.11/200.79	c cleaning 10003 clauses out of 20011 with flag 745001/745001
385.63/203.63	c cleaning 9997 clauses out of 20008 with flag 755001/755001
390.96/206.41	c cleaning 10000 clauses out of 20010 with flag 765000/765000
395.91/209.04	c cleaning 10004 clauses out of 20010 with flag 775000/775000
401.77/212.13	c cleaning 9999 clauses out of 20006 with flag 785000/785000
407.89/215.39	c cleaning 10000 clauses out of 20007 with flag 795001/795001
414.01/218.57	c cleaning 10001 clauses out of 20007 with flag 805001/805001
420.34/221.86	c cleaning 9999 clauses out of 20004 with flag 815000/815000
426.60/225.12	c cleaning 10001 clauses out of 20001 with flag 825002/825002
426.83/225.37	c And the winner is Resolution
429.01/228.24	c starts		: 173
429.01/228.24	c conflicts		: 825026
429.01/228.24	c decisions		: 845409
429.01/228.24	c propagations		: 19175774
429.01/228.24	c inspects		: 552183928
429.01/228.24	c learnt literals	: 17
429.01/228.24	c learnt binary clauses	: 83
429.01/228.24	c learnt ternary clauses	: 283
429.01/228.24	c learnt clauses	: 825008
429.01/228.24	c ignored clauses	: 0
429.01/228.24	c root simplifications	: 0
429.01/228.24	c removed literals (reason simplification)	: 34475781
429.01/228.24	c reason swapping (by a shorter reason)	: 0
429.01/228.24	c Calls to reduceDB	: 84
429.01/228.24	c number of reductions to clauses (during analyze)	: 0
429.01/228.24	c number of learned constraints concerned by reduction	: 0
429.01/228.24	c number of learning phase by resolution	: 0
429.01/228.24	c number of learning phase by cutting planes	: 0
429.01/228.24	c speed (assignments/second)	: 111989.70962693017
429.01/228.24	c non guided choices	3123
429.01/228.24	c learnt constraints type 
429.01/228.24	c constraints type 
429.01/228.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
429.01/228.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
429.01/228.24	c constraints type 
429.01/228.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
429.01/228.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
429.01/228.24	s OPTIMUM FOUND
429.01/228.24	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 
429.01/228.24	c objective function=3
429.01/228.24	c Total wall clock time (in seconds): 228.023

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661649-1276646432/watcher-2661649-1276646432 -o /tmp/evaluation-result-2661649-1276646432/solver-2661649-1276646432 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661649-1276646432.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: 0.99 0.97 0.99 3/106 5945
/proc/meminfo: memFree=1808632/2059040 swapFree=4134608/4192956
[pid=5945] ppid=5943 vsize=1832 CPUtime=0
/proc/5945/stat : 5945 (java6) R 5943 5945 5885 0 -1 4194304 254 0 0 0 0 0 0 0 19 0 1 0 40229620 1875968 156 1992294400 134512640 134550932 4290330240 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/5945/statm: 458 156 119 10 0 63 0

[startup+0.0538509 s]
/proc/loadavg: 0.99 0.97 0.99 3/106 5945
/proc/meminfo: memFree=1808632/2059040 swapFree=4134608/4192956
[pid=5945] ppid=5943 vsize=1521664 CPUtime=0.04
/proc/5945/stat : 5945 (java) S 5943 5945 5885 0 -1 4202496 3546 0 1 0 2 2 0 0 18 0 7 0 40229620 1558183936 2987 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/5945/statm: 380416 2987 1011 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.100855 s]
/proc/loadavg: 0.99 0.97 0.99 3/106 5945
/proc/meminfo: memFree=1808632/2059040 swapFree=4134608/4192956
[pid=5945] ppid=5943 vsize=1524180 CPUtime=0.08
/proc/5945/stat : 5945 (java) S 5943 5945 5885 0 -1 4202496 3956 0 1 0 6 2 0 0 18 0 12 0 40229620 1560760320 3395 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5945/statm: 381045 3395 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300871 s]
/proc/loadavg: 0.99 0.97 0.99 3/106 5945
/proc/meminfo: memFree=1808632/2059040 swapFree=4134608/4192956
[pid=5945] ppid=5943 vsize=1526376 CPUtime=0.36
/proc/5945/stat : 5945 (java) S 5943 5945 5885 0 -1 4202496 5413 0 1 0 33 3 0 0 18 0 12 0 40229620 1563009024 4851 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5945/statm: 381594 4851 1353 10 0 378897 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526376

[startup+0.700915 s]
/proc/loadavg: 0.99 0.97 0.99 3/106 5945
/proc/meminfo: memFree=1808632/2059040 swapFree=4134608/4192956
[pid=5945] ppid=5943 vsize=1531220 CPUtime=1.14
/proc/5945/stat : 5945 (java) S 5943 5945 5885 0 -1 4202496 7011 0 1 0 110 4 0 0 18 0 16 0 40229620 1567969280 6328 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5945/statm: 382805 6328 1419 10 0 380108 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1531220

[startup+1.51 s]
/proc/loadavg: 0.99 0.97 0.99 5/122 5961
/proc/meminfo: memFree=1784640/2059040 swapFree=4134608/4192956
[pid=5945] ppid=5943 vsize=1542844 CPUtime=2.74
/proc/5945/stat : 5945 (java) S 5943 5945 5885 0 -1 4202496 14396 0 1 0 267 7 0 0 18 0 16 0 40229620 1579872256 12374 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5945/statm: 385711 12374 1424 10 0 383014 0
[pid=5945/tid=5947] ppid=5943 vsize=1542844 CPUtime=0.37
/proc/5945/task/5947/stat : 5947 (java) S 5943 5945 5885 0 -1 4202560 4015 0 1 0 35 2 0 0 18 0 16 0 40229621 1579872256 12374 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5948] ppid=5943 vsize=1542844 CPUtime=0
/proc/5945/task/5948/stat : 5948 (java) S 5943 5945 5885 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 16 0 40229623 1579872256 12374 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5949] ppid=5943 vsize=1542844 CPUtime=0
/proc/5945/task/5949/stat : 5949 (java) S 5943 5945 5885 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 16 0 40229623 1579872256 12374 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5950] ppid=5943 vsize=1542844 CPUtime=0
/proc/5945/task/5950/stat : 5950 (java) S 5943 5945 5885 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 16 0 40229624 1579872256 12374 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 0 0 16800975 18446604437866164480 0 0 -1 1 0 0 0
[pid=5945/tid=5951] ppid=5943 vsize=1542844 CPUtime=0
/proc/5945/task/5951/stat : 5951 (java) S 5943 5945 5885 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 40229625 1579872256 12374 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5952] ppid=5943 vsize=1542844 CPUtime=0
/proc/5945/task/5952/stat : 5952 (java) S 5943 5945 5885 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 40229625 1579872256 12374 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5953] ppid=5943 vsize=1542844 CPUtime=0
/proc/5945/task/5953/stat : 5953 (java) S 5943 5945 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40229629 1579872256 12374 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5954] ppid=5943 vsize=1542844 CPUtime=0.76
/proc/5945/task/5954/stat : 5954 (java) R 5943 5945 5885 0 -1 4202560 1793 0 0 0 76 0 0 0 15 0 16 0 40229629 1579872256 12374 1992294400 134512640 134550932 4292131680 18446744073709551615 104143030 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5945/tid=5955] ppid=5943 vsize=1542844 CPUtime=0.91
/proc/5945/task/5955/stat : 5955 (java) R 5943 5945 5885 0 -1 4202560 3859 0 0 0 90 1 0 0 16 0 16 0 40229629 1579872256 12204 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5945/tid=5956] ppid=5943 vsize=1542164 CPUtime=0
/proc/5945/task/5956/stat : 5956 (java) S 5943 5945 5885 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 40229629 1579175936 12204 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5957] ppid=5943 vsize=1542164 CPUtime=0
/proc/5945/task/5957/stat : 5957 (java) S 5943 5945 5885 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 40229629 1579175936 12043 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 1 0 0 0
[pid=5945/tid=5958] ppid=5943 vsize=1541520 CPUtime=0.46
/proc/5945/task/5958/stat : 5958 (java) R 5943 5945 5885 0 -1 4202560 2090 0 0 0 45 1 0 0 20 0 16 0 40229661 1578516480 12043 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5945/tid=5959] ppid=5943 vsize=1542856 CPUtime=0.18
/proc/5945/task/5959/stat : 5959 (java) R 5943 5945 5885 0 -1 4202560 1569 0 0 0 18 0 0 0 21 0 16 0 40229661 1579884544 12048 1992294400 134512640 134550932 4292131680 18446744073709551615 4108651553 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5945/tid=5960] ppid=5943 vsize=1542856 CPUtime=0
/proc/5945/task/5960/stat : 5960 (java) S 5943 5945 5885 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 40229662 1579884544 12062 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5961] ppid=5943 vsize=1542856 CPUtime=0
/proc/5945/task/5961/stat : 5961 (java) S 5943 5945 5885 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 40229670 1579884544 12077 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1542844

[startup+3.10216 s]
/proc/loadavg: 1.23 1.02 1.01 5/122 5961
/proc/meminfo: memFree=1745084/2059040 swapFree=4134608/4192956
[pid=5945] ppid=5943 vsize=1540980 CPUtime=5.87
/proc/5945/stat : 5945 (java) S 5943 5945 5885 0 -1 4202496 26286 0 1 0 575 12 0 0 18 0 16 0 40229620 1577963520 21805 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5945/statm: 385245 21805 1448 10 0 382548 0
[pid=5945/tid=5947] ppid=5943 vsize=1540980 CPUtime=0.37
/proc/5945/task/5947/stat : 5947 (java) S 5943 5945 5885 0 -1 4202560 4015 0 1 0 35 2 0 0 18 0 16 0 40229621 1577963520 21805 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5948] ppid=5943 vsize=1540980 CPUtime=0
/proc/5945/task/5948/stat : 5948 (java) S 5943 5945 5885 0 -1 4202560 244 0 0 0 0 0 0 0 17 0 16 0 40229623 1577963520 21805 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5949] ppid=5943 vsize=1540980 CPUtime=0
/proc/5945/task/5949/stat : 5949 (java) S 5943 5945 5885 0 -1 4202560 321 0 0 0 0 0 0 0 18 0 16 0 40229623 1577963520 21805 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5950] ppid=5943 vsize=1540980 CPUtime=0.02
/proc/5945/task/5950/stat : 5950 (java) S 5943 5945 5885 0 -1 4202560 559 0 0 0 2 0 0 0 15 0 16 0 40229624 1577963520 21805 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 0 0 16800975 18446604437866164480 0 0 -1 1 0 0 0
[pid=5945/tid=5951] ppid=5943 vsize=1540980 CPUtime=0
/proc/5945/task/5951/stat : 5951 (java) S 5943 5945 5885 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 40229625 1577963520 21805 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5952] ppid=5943 vsize=1540980 CPUtime=0
/proc/5945/task/5952/stat : 5952 (java) S 5943 5945 5885 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 40229625 1577963520 21805 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5953] ppid=5943 vsize=1540980 CPUtime=0
/proc/5945/task/5953/stat : 5953 (java) S 5943 5945 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40229629 1577963520 21805 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5954] ppid=5943 vsize=1540980 CPUtime=0.85
/proc/5945/task/5954/stat : 5954 (java) S 5943 5945 5885 0 -1 4202560 1834 0 0 0 85 0 0 0 15 0 16 0 40229629 1577963520 21805 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5955] ppid=5943 vsize=1540980 CPUtime=2.16
/proc/5945/task/5955/stat : 5955 (java) R 5943 5945 5885 0 -1 4202560 6183 0 0 0 214 2 0 0 15 0 16 0 40229629 1577963520 21805 1992294400 134512640 134550932 4292131680 18446744073709551615 103443284 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5945/tid=5956] ppid=5943 vsize=1540980 CPUtime=0
/proc/5945/task/5956/stat : 5956 (java) S 5943 5945 5885 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 40229629 1577963520 21805 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5957] ppid=5943 vsize=1540980 CPUtime=0
/proc/5945/task/5957/stat : 5957 (java) S 5943 5945 5885 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 40229629 1577963520 21805 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5958] ppid=5943 vsize=1540980 CPUtime=1.91
/proc/5945/task/5958/stat : 5958 (java) R 5943 5945 5885 0 -1 4202560 6849 0 0 0 188 3 0 0 19 0 16 0 40229661 1577963520 21805 1992294400 134512640 134550932 4292131680 18446744073709551615 4109132578 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5945/tid=5959] ppid=5943 vsize=1540980 CPUtime=0.49
/proc/5945/task/5959/stat : 5959 (java) R 5943 5945 5885 0 -1 4202560 5211 0 0 0 48 1 0 0 21 0 16 0 40229661 1577963520 21805 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5945/tid=5960] ppid=5943 vsize=1540980 CPUtime=0
/proc/5945/task/5960/stat : 5960 (java) S 5943 5945 5885 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 40229662 1577963520 21805 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5961] ppid=5943 vsize=1540980 CPUtime=0
/proc/5945/task/5961/stat : 5961 (java) S 5943 5945 5885 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 40229670 1577963520 21805 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 1540980

[startup+6.30248 s]
/proc/loadavg: 1.23 1.02 1.01 4/122 5961
/proc/meminfo: memFree=1655372/2059040 swapFree=4134608/4192956
[pid=5945] ppid=5943 vsize=1541204 CPUtime=12.13
/proc/5945/stat : 5945 (java) S 5943 5945 5885 0 -1 4202496 46219 0 1 0 1193 20 0 0 18 0 16 0 40229620 1578192896 40921 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5945/statm: 385301 40921 1448 10 0 382604 0
[pid=5945/tid=5947] ppid=5943 vsize=1541204 CPUtime=0.37
/proc/5945/task/5947/stat : 5947 (java) S 5943 5945 5885 0 -1 4202560 4015 0 1 0 35 2 0 0 18 0 16 0 40229621 1578192896 40921 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5948] ppid=5943 vsize=1541204 CPUtime=0.05
/proc/5945/task/5948/stat : 5948 (java) S 5943 5945 5885 0 -1 4202560 1036 0 0 0 5 0 0 0 15 0 16 0 40229623 1578192896 40921 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5949] ppid=5943 vsize=1541204 CPUtime=0.05
/proc/5945/task/5949/stat : 5949 (java) S 5943 5945 5885 0 -1 4202560 1005 0 0 0 5 0 0 0 16 0 16 0 40229623 1578192896 40921 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5950] ppid=5943 vsize=1541204 CPUtime=0.11
/proc/5945/task/5950/stat : 5950 (java) S 5943 5945 5885 0 -1 4202560 2136 0 0 0 11 0 0 0 15 0 16 0 40229624 1578192896 40921 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 0 0 16800975 18446604437866164480 0 0 -1 1 0 0 0
[pid=5945/tid=5951] ppid=5943 vsize=1541204 CPUtime=0
/proc/5945/task/5951/stat : 5951 (java) S 5943 5945 5885 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 40229625 1578192896 40921 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5952] ppid=5943 vsize=1541204 CPUtime=0
/proc/5945/task/5952/stat : 5952 (java) S 5943 5945 5885 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 40229625 1578192896 40921 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5953] ppid=5943 vsize=1541204 CPUtime=0
/proc/5945/task/5953/stat : 5953 (java) S 5943 5945 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40229629 1578192896 40921 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5954] ppid=5943 vsize=1541204 CPUtime=0.99
/proc/5945/task/5954/stat : 5954 (java) S 5943 5945 5885 0 -1 4202560 1925 0 0 0 98 1 0 0 16 0 16 0 40229629 1578192896 40921 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5955] ppid=5943 vsize=1541204 CPUtime=2.62
/proc/5945/task/5955/stat : 5955 (java) S 5943 5945 5885 0 -1 4202560 6923 0 0 0 260 2 0 0 15 0 16 0 40229629 1578192896 40921 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 1 0 0 0
[pid=5945/tid=5956] ppid=5943 vsize=1541204 CPUtime=0
/proc/5945/task/5956/stat : 5956 (java) S 5943 5945 5885 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 40229629 1578192896 40921 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5957] ppid=5943 vsize=1541204 CPUtime=0
/proc/5945/task/5957/stat : 5957 (java) S 5943 5945 5885 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 40229629 1578192896 40921 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5958] ppid=5943 vsize=1541204 CPUtime=4.77
/proc/5945/task/5958/stat : 5958 (java) R 5943 5945 5885 0 -1 4202560 8339 0 0 0 473 4 0 0 25 0 16 0 40229661 1578192896 40921 1992294400 134512640 134550932 4292131680 18446744073709551615 4109132193 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5945/tid=5959] ppid=5943 vsize=1541204 CPUtime=3.07
/proc/5945/task/5959/stat : 5959 (java) R 5943 5945 5885 0 -1 4202560 19770 0 0 0 301 6 0 0 25 0 16 0 40229661 1578192896 40921 1992294400 134512640 134550932 4292131680 18446744073709551615 4109072426 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5945/tid=5960] ppid=5943 vsize=1541204 CPUtime=0
/proc/5945/task/5960/stat : 5960 (java) S 5943 5945 5885 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 40229662 1578192896 40921 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5961] ppid=5943 vsize=1541204 CPUtime=0
/proc/5945/task/5961/stat : 5961 (java) S 5943 5945 5885 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 40229670 1578192896 40921 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 1541204

[startup+12.7021 s]
/proc/loadavg: 1.30 1.04 1.01 3/122 5961
/proc/meminfo: memFree=1613088/2059040 swapFree=4134608/4192956
[pid=5945] ppid=5943 vsize=1541204 CPUtime=24.66
/proc/5945/stat : 5945 (java) S 5943 5945 5885 0 -1 4202496 55325 0 1 0 2442 24 0 0 18 0 16 0 40229620 1578192896 49890 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5945/statm: 385301 49890 1448 10 0 382604 0
[pid=5945/tid=5947] ppid=5943 vsize=1541204 CPUtime=0.37
/proc/5945/task/5947/stat : 5947 (java) S 5943 5945 5885 0 -1 4202560 4015 0 1 0 35 2 0 0 18 0 16 0 40229621 1578192896 49890 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5948] ppid=5943 vsize=1541204 CPUtime=0.15
/proc/5945/task/5948/stat : 5948 (java) S 5943 5945 5885 0 -1 4202560 3050 0 0 0 14 1 0 0 16 0 16 0 40229623 1578192896 49890 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5949] ppid=5943 vsize=1541204 CPUtime=0.15
/proc/5945/task/5949/stat : 5949 (java) S 5943 5945 5885 0 -1 4202560 3086 0 0 0 13 2 0 0 16 0 16 0 40229623 1578192896 49890 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 1 0 0 0
[pid=5945/tid=5950] ppid=5943 vsize=1541204 CPUtime=0.25
/proc/5945/task/5950/stat : 5950 (java) S 5943 5945 5885 0 -1 4202560 2706 0 0 0 25 0 0 0 15 0 16 0 40229624 1578192896 49890 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 0 0 16800975 18446604437866164480 0 0 -1 1 0 0 0
[pid=5945/tid=5951] ppid=5943 vsize=1541204 CPUtime=0
/proc/5945/task/5951/stat : 5951 (java) S 5943 5945 5885 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 40229625 1578192896 49890 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5952] ppid=5943 vsize=1541204 CPUtime=0
/proc/5945/task/5952/stat : 5952 (java) S 5943 5945 5885 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 40229625 1578192896 49890 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5953] ppid=5943 vsize=1541204 CPUtime=0
/proc/5945/task/5953/stat : 5953 (java) S 5943 5945 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40229629 1578192896 49890 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5954] ppid=5943 vsize=1541204 CPUtime=1.05
/proc/5945/task/5954/stat : 5954 (java) S 5943 5945 5885 0 -1 4202560 1925 0 0 0 104 1 0 0 16 0 16 0 40229629 1578192896 49890 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5955] ppid=5943 vsize=1541204 CPUtime=2.62
/proc/5945/task/5955/stat : 5955 (java) S 5943 5945 5885 0 -1 4202560 6923 0 0 0 260 2 0 0 15 0 16 0 40229629 1578192896 49890 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 1 0 0 0
[pid=5945/tid=5956] ppid=5943 vsize=1541204 CPUtime=0
/proc/5945/task/5956/stat : 5956 (java) S 5943 5945 5885 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 40229629 1578192896 49890 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5957] ppid=5943 vsize=1541204 CPUtime=0
/proc/5945/task/5957/stat : 5957 (java) S 5943 5945 5885 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 40229629 1578192896 49890 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0

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

/proc/5945/task/5957/stat : 5957 (java) S 5943 5945 5885 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 16 0 40229629 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5960] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5960/stat : 5960 (java) S 5943 5945 5885 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 40229662 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5961] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5961/stat : 5961 (java) S 5943 5945 5885 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 40229670 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5977] ppid=5943 vsize=1541180 CPUtime=149.13
/proc/5945/task/5977/stat : 5977 (java) R 5943 5945 5885 0 -1 4202560 121 0 0 0 14910 3 0 0 23 0 16 0 40235321 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4109654067 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5945/tid=5978] ppid=5943 vsize=1541180 CPUtime=147.97
/proc/5945/task/5978/stat : 5978 (java) R 5943 5945 5885 0 -1 4202560 69 0 0 0 14795 2 0 0 23 0 16 0 40235321 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4109046543 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 421.04
Current children cumulated vsize (KiB) 1541180

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

[startup+223.902 s]
/proc/loadavg: 1.97 1.53 1.21 3/122 5984
/proc/meminfo: memFree=1557536/2059040 swapFree=4134608/4192956
[pid=5945] ppid=5943 vsize=1541180 CPUtime=424.22
/proc/5945/stat : 5945 (java) S 5943 5945 5885 0 -1 4202496 74264 0 1 0 42362 60 0 0 18 0 16 0 40229620 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5945/statm: 385295 63603 1449 10 0 382598 0
[pid=5945/tid=5947] ppid=5943 vsize=1541180 CPUtime=0.38
/proc/5945/task/5947/stat : 5947 (java) S 5943 5945 5885 0 -1 4202560 4026 0 1 0 36 2 0 0 15 0 16 0 40229621 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5948] ppid=5943 vsize=1541180 CPUtime=3.1
/proc/5945/task/5948/stat : 5948 (java) S 5943 5945 5885 0 -1 4202560 9574 0 0 0 299 11 0 0 15 0 16 0 40229623 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5949] ppid=5943 vsize=1541180 CPUtime=3.1
/proc/5945/task/5949/stat : 5949 (java) S 5943 5945 5885 0 -1 4202560 9545 0 0 0 297 13 0 0 16 0 16 0 40229623 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 1 0 0 0
[pid=5945/tid=5950] ppid=5943 vsize=1541180 CPUtime=14.43
/proc/5945/task/5950/stat : 5950 (java) S 5943 5945 5885 0 -1 4202560 4420 0 0 0 1439 4 0 0 15 0 16 0 40229624 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 0 0 16800975 18446604437866164480 0 0 -1 1 0 0 0
[pid=5945/tid=5951] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5951/stat : 5951 (java) S 5943 5945 5885 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 40229625 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5952] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5952/stat : 5952 (java) S 5943 5945 5885 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 40229625 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5953] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5953/stat : 5953 (java) S 5943 5945 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40229629 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5954] ppid=5943 vsize=1541180 CPUtime=1.35
/proc/5945/task/5954/stat : 5954 (java) S 5943 5945 5885 0 -1 4202560 5173 0 0 0 133 2 0 0 15 0 16 0 40229629 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5955] ppid=5943 vsize=1541180 CPUtime=4.12
/proc/5945/task/5955/stat : 5955 (java) S 5943 5945 5885 0 -1 4202560 7645 0 0 0 409 3 0 0 15 0 16 0 40229629 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 1 0 0 0
[pid=5945/tid=5956] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5956/stat : 5956 (java) S 5943 5945 5885 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 40229629 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5957] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5957/stat : 5957 (java) S 5943 5945 5885 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 16 0 40229629 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5960] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5960/stat : 5960 (java) S 5943 5945 5885 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 40229662 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5961] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5961/stat : 5961 (java) S 5943 5945 5885 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 40229670 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5977] ppid=5943 vsize=1541180 CPUtime=150.71
/proc/5945/task/5977/stat : 5977 (java) R 5943 5945 5885 0 -1 4202560 121 0 0 0 15068 3 0 0 25 0 16 0 40235321 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4109132132 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5945/tid=5978] ppid=5943 vsize=1541180 CPUtime=149.53
/proc/5945/task/5978/stat : 5978 (java) R 5943 5945 5885 0 -1 4202560 70 0 0 0 14951 2 0 0 25 0 16 0 40235321 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4109028411 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 424.22
Current children cumulated vsize (KiB) 1541180

[startup+225.509 s]
/proc/loadavg: 1.97 1.53 1.21 2/121 5984
/proc/meminfo: memFree=1557544/2059040 swapFree=4134608/4192956
[pid=5945] ppid=5943 vsize=1541180 CPUtime=427.04
/proc/5945/stat : 5945 (java) S 5943 5945 5885 0 -1 4202496 74266 0 1 0 42644 60 0 0 18 0 15 0 40229620 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5945/statm: 385295 63603 1449 10 0 382598 0
[pid=5945/tid=5947] ppid=5943 vsize=1541180 CPUtime=0.38
/proc/5945/task/5947/stat : 5947 (java) S 5943 5945 5885 0 -1 4202560 4026 0 1 0 36 2 0 0 15 0 15 0 40229621 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5948] ppid=5943 vsize=1541180 CPUtime=3.13
/proc/5945/task/5948/stat : 5948 (java) S 5943 5945 5885 0 -1 4202560 9574 0 0 0 302 11 0 0 16 0 15 0 40229623 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5949] ppid=5943 vsize=1541180 CPUtime=3.13
/proc/5945/task/5949/stat : 5949 (java) S 5943 5945 5885 0 -1 4202560 9545 0 0 0 300 13 0 0 16 0 15 0 40229623 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5950] ppid=5943 vsize=1541180 CPUtime=14.66
/proc/5945/task/5950/stat : 5950 (java) S 5943 5945 5885 0 -1 4202560 4420 0 0 0 1462 4 0 0 16 0 15 0 40229624 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 0 0 16800975 18446604437866164480 0 0 -1 1 0 0 0
[pid=5945/tid=5951] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5951/stat : 5951 (java) S 5943 5945 5885 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 40229625 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5952] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5952/stat : 5952 (java) S 5943 5945 5885 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 15 0 40229625 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5953] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5953/stat : 5953 (java) S 5943 5945 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 40229629 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5954] ppid=5943 vsize=1541180 CPUtime=1.35
/proc/5945/task/5954/stat : 5954 (java) S 5943 5945 5885 0 -1 4202560 5173 0 0 0 133 2 0 0 15 0 15 0 40229629 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5955] ppid=5943 vsize=1541180 CPUtime=4.12
/proc/5945/task/5955/stat : 5955 (java) S 5943 5945 5885 0 -1 4202560 7645 0 0 0 409 3 0 0 15 0 15 0 40229629 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 1 0 0 0
[pid=5945/tid=5956] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5956/stat : 5956 (java) S 5943 5945 5885 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 15 0 40229629 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5957] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5957/stat : 5957 (java) S 5943 5945 5885 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 15 0 40229629 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5960] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5960/stat : 5960 (java) S 5943 5945 5885 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 15 0 40229662 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5961] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5961/stat : 5961 (java) S 5943 5945 5885 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 15 0 40229670 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5978] ppid=5943 vsize=1541180 CPUtime=150.86
/proc/5945/task/5978/stat : 5978 (java) R 5943 5945 5885 0 -1 4202560 71 0 0 0 15084 2 0 0 23 0 15 0 40235321 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4108980099 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 427.04
Current children cumulated vsize (KiB) 1541180

[startup+227.102 s]
/proc/loadavg: 1.97 1.53 1.21 2/120 5984
/proc/meminfo: memFree=1557552/2059040 swapFree=4134608/4192956
[pid=5945] ppid=5943 vsize=1541180 CPUtime=427.91
/proc/5945/stat : 5945 (java) S 5943 5945 5885 0 -1 4202496 74266 0 1 0 42731 60 0 0 18 0 14 0 40229620 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5945/statm: 385295 63603 1449 10 0 382598 0
[pid=5945/tid=5947] ppid=5943 vsize=1541180 CPUtime=1.1
/proc/5945/task/5947/stat : 5947 (java) R 5943 5945 5885 0 -1 4202560 4026 0 1 0 108 2 0 0 16 0 14 0 40229621 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4108797642 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5945/tid=5948] ppid=5943 vsize=1541180 CPUtime=3.13
/proc/5945/task/5948/stat : 5948 (java) S 5943 5945 5885 0 -1 4202560 9574 0 0 0 302 11 0 0 16 0 14 0 40229623 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5949] ppid=5943 vsize=1541180 CPUtime=3.13
/proc/5945/task/5949/stat : 5949 (java) S 5943 5945 5885 0 -1 4202560 9545 0 0 0 300 13 0 0 16 0 14 0 40229623 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5950] ppid=5943 vsize=1541180 CPUtime=14.66
/proc/5945/task/5950/stat : 5950 (java) S 5943 5945 5885 0 -1 4202560 4420 0 0 0 1462 4 0 0 15 0 14 0 40229624 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 0 0 16800975 18446604437866164480 0 0 -1 1 0 0 0
[pid=5945/tid=5951] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5951/stat : 5951 (java) S 5943 5945 5885 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 40229625 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5952] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5952/stat : 5952 (java) S 5943 5945 5885 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 40229625 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5953] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5953/stat : 5953 (java) S 5943 5945 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 40229629 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5954] ppid=5943 vsize=1541180 CPUtime=1.35
/proc/5945/task/5954/stat : 5954 (java) S 5943 5945 5885 0 -1 4202560 5173 0 0 0 133 2 0 0 15 0 14 0 40229629 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5955] ppid=5943 vsize=1541180 CPUtime=4.15
/proc/5945/task/5955/stat : 5955 (java) S 5943 5945 5885 0 -1 4202560 7645 0 0 0 412 3 0 0 15 0 14 0 40229629 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 1 0 0 0
[pid=5945/tid=5956] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5956/stat : 5956 (java) S 5943 5945 5885 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 40229629 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5957] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5957/stat : 5957 (java) S 5943 5945 5885 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 14 0 40229629 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 1 0 0 0
[pid=5945/tid=5960] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5960/stat : 5960 (java) S 5943 5945 5885 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 40229662 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5961] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5961/stat : 5961 (java) S 5943 5945 5885 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 40229670 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 427.91
Current children cumulated vsize (KiB) 1541180

[startup+227.902 s]
/proc/loadavg: 1.90 1.52 1.20 2/120 5984
/proc/meminfo: memFree=1557552/2059040 swapFree=4134608/4192956
[pid=5945] ppid=5943 vsize=1541180 CPUtime=428.71
/proc/5945/stat : 5945 (java) S 5943 5945 5885 0 -1 4202496 74266 0 1 0 42811 60 0 0 18 0 14 0 40229620 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5945/statm: 385295 63603 1449 10 0 382598 0
[pid=5945/tid=5947] ppid=5943 vsize=1541180 CPUtime=1.9
/proc/5945/task/5947/stat : 5947 (java) R 5943 5945 5885 0 -1 4202560 4026 0 1 0 188 2 0 0 17 0 14 0 40229621 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4108797670 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5945/tid=5948] ppid=5943 vsize=1541180 CPUtime=3.13
/proc/5945/task/5948/stat : 5948 (java) S 5943 5945 5885 0 -1 4202560 9574 0 0 0 302 11 0 0 16 0 14 0 40229623 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5949] ppid=5943 vsize=1541180 CPUtime=3.13
/proc/5945/task/5949/stat : 5949 (java) S 5943 5945 5885 0 -1 4202560 9545 0 0 0 300 13 0 0 16 0 14 0 40229623 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5950] ppid=5943 vsize=1541180 CPUtime=14.66
/proc/5945/task/5950/stat : 5950 (java) S 5943 5945 5885 0 -1 4202560 4420 0 0 0 1462 4 0 0 15 0 14 0 40229624 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 0 0 16800975 18446604437866164480 0 0 -1 1 0 0 0
[pid=5945/tid=5951] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5951/stat : 5951 (java) S 5943 5945 5885 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 40229625 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5952] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5952/stat : 5952 (java) S 5943 5945 5885 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 40229625 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5953] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5953/stat : 5953 (java) S 5943 5945 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 40229629 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5954] ppid=5943 vsize=1541180 CPUtime=1.35
/proc/5945/task/5954/stat : 5954 (java) S 5943 5945 5885 0 -1 4202560 5173 0 0 0 133 2 0 0 15 0 14 0 40229629 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5955] ppid=5943 vsize=1541180 CPUtime=4.15
/proc/5945/task/5955/stat : 5955 (java) S 5943 5945 5885 0 -1 4202560 7645 0 0 0 412 3 0 0 15 0 14 0 40229629 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 1 0 0 0
[pid=5945/tid=5956] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5956/stat : 5956 (java) S 5943 5945 5885 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 40229629 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5957] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5957/stat : 5957 (java) S 5943 5945 5885 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 14 0 40229629 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 1 0 0 0
[pid=5945/tid=5960] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5960/stat : 5960 (java) S 5943 5945 5885 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 40229662 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
[pid=5945/tid=5961] ppid=5943 vsize=1541180 CPUtime=0
/proc/5945/task/5961/stat : 5961 (java) S 5943 5945 5885 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 40229670 1578168320 63603 1992294400 134512640 134550932 4292131680 18446744073709551615 4294960144 0 4 0 16800975 18446604437866164480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 428.71
Current children cumulated vsize (KiB) 1541180

[startup+228.302 s]
/proc/loadavg: 1.90 1.52 1.20 2/120 5984
/proc/meminfo: memFree=1557552/2059040 swapFree=4134608/4192956
[pid=5945] ppid=5943 vsize=0 CPUtime=429.07
/proc/5945/stat : 5945 (java) Z 5943 5945 5885 0 -1 4203548 74274 0 1 0 42845 62 0 0 18 0 2 0 40229620 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5945/statm: 0 0 0 0 0 0 0
[pid=5945/tid=5947] ppid=5943 vsize=0 CPUtime=2.26
/proc/5945/task/5947/stat : 5947 (java) R 5943 5945 5885 0 -1 4203588 4031 0 1 0 222 4 0 0 18 0 2 0 40229621 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 429.07
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 228.313
CPU time (s): 429.094
CPU user time (s): 428.46
CPU system time (s): 0.633903
CPU usage (%): 187.941
Max. virtual memory (cumulated for all children) (KiB): 1550420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 428.46
system time used= 0.633903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74274
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= 8333
involuntary context switches= 13295

runsolver used 1.53977 second user time and 2.07368 second system time

The end

Launcher Data

Begin job on node017 at 2010-06-16 02:00:32
IDJOB=2661649
IDBENCH=47904
IDSOLVER=1166
FILE ID=node017/2661649-1276646432
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/roussel/factor-mod-B/factor-mod-size=9-P0=251-P1=139-P2=89-P3=173-P4=107-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661649-1276646432/watcher-2661649-1276646432 -o /tmp/evaluation-result-2661649-1276646432/solver-2661649-1276646432 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661649-1276646432.opb

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

MD5SUM BENCH= 616d60d0b9e17d59a77d69efb2609a49
RANDOM SEED=1750683697

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:       1809028 kB
Buffers:         63812 kB
Cached:         104532 kB
SwapCached:      11736 kB
Active:          93256 kB
Inactive:        89628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1809028 kB
SwapTotal:     4192956 kB
SwapFree:      4134608 kB
Dirty:             256 kB
Writeback:           0 kB
AnonPages:       12976 kB
Mapped:           9372 kB
Slab:            45324 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   185016 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 02:04:21