Trace number 2661888

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)5 1800.5 930.708

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_25_4.opb
MD5SUM4c6ab7a9b1b11dc4bf8c6231156cc585
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark129.492
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
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 constraints100
Minimum length of a constraint26
Maximum length of a constraint41
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)3070
Sum of products size (including duplicates)6140
Number of different products3070
Sum of products size6140

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.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	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-2661888-1276655739.opb
0.24/0.22	c reading problem ... 
2.33/1.69	c ... done. Wall clock time 1.478s.
2.33/1.69	c #vars     3170
2.33/1.69	c #constraints  6240
2.33/1.69	c constraints type 
2.33/1.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3170
2.33/1.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3070
2.33/1.69	c constraints type 
2.33/1.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3170
2.33/1.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3070
2.43/1.77	c And the winner is Resolution
2.72/2.71	c SATISFIABLE
2.72/2.71	c OPTIMIZING...
2.72/2.71	c Got one! Elapsed wall clock time (in seconds):2.492
2.72/2.71	o 8
3.31/3.09	c And the winner is Resolution
3.64/3.77	c Got one! Elapsed wall clock time (in seconds):3.561
3.64/3.77	o 7
11.01/7.59	c cleaning 2495 clauses out of 5000 with flag 5000/5000
18.46/11.34	c cleaning 4251 clauses out of 8506 with flag 11001/11001
24.92/14.68	c And the winner is CuttingPlanes
25.08/14.96	c Got one! Elapsed wall clock time (in seconds):14.743
25.08/14.96	o 6
26.35/15.65	c cleaning 5625 clauses out of 11255 with flag 18001/18001
37.55/21.37	c cleaning 6812 clauses out of 13632 with flag 26003/26003
50.88/28.13	c cleaning 7907 clauses out of 15818 with flag 35001/35001
67.22/36.43	c cleaning 8953 clauses out of 17914 with flag 45004/45004
81.16/43.53	c cleaning 9475 clauses out of 18958 with flag 55001/55001
100.27/53.20	c cleaning 9740 clauses out of 19483 with flag 65001/65001
114.96/60.76	c cleaning 9869 clauses out of 19744 with flag 75002/75002
130.08/68.48	c cleaning 9937 clauses out of 19875 with flag 85002/85002
145.41/76.20	c cleaning 9964 clauses out of 19936 with flag 95000/95000
159.33/83.32	c cleaning 9982 clauses out of 19972 with flag 105000/105000
174.37/91.02	c cleaning 9992 clauses out of 19991 with flag 115001/115001
190.26/99.15	c cleaning 9995 clauses out of 19998 with flag 125000/125000
206.91/107.62	c cleaning 10000 clauses out of 20007 with flag 135004/135004
223.96/116.35	c cleaning 9998 clauses out of 20004 with flag 145001/145001
239.36/124.26	c cleaning 9997 clauses out of 20006 with flag 155001/155001
256.17/132.82	c cleaning 10000 clauses out of 20008 with flag 165000/165000
272.02/140.91	c cleaning 10000 clauses out of 20009 with flag 175001/175001
287.23/148.71	c cleaning 9998 clauses out of 20008 with flag 185000/185000
301.19/155.91	c cleaning 10001 clauses out of 20010 with flag 195000/195000
316.20/163.67	c cleaning 10006 clauses out of 20015 with flag 205006/205006
329.43/170.46	c cleaning 9999 clauses out of 20005 with flag 215002/215002
343.25/177.56	c cleaning 9998 clauses out of 20006 with flag 225002/225002
363.51/187.94	c cleaning 10002 clauses out of 20007 with flag 235001/235001
382.87/197.87	c cleaning 10000 clauses out of 20004 with flag 245000/245000
405.20/209.28	c cleaning 9998 clauses out of 20004 with flag 255000/255000
421.78/217.73	c cleaning 10001 clauses out of 20007 with flag 265001/265001
436.88/225.58	c cleaning 10001 clauses out of 20006 with flag 275001/275001
450.06/232.31	c cleaning 9999 clauses out of 20004 with flag 285000/285000
464.66/239.90	c cleaning 9999 clauses out of 20006 with flag 295001/295001
478.43/246.90	c cleaning 10000 clauses out of 20007 with flag 305001/305001
493.33/254.60	c cleaning 9997 clauses out of 20006 with flag 315000/315000
511.08/263.71	c cleaning 10003 clauses out of 20012 with flag 325003/325003
530.21/273.58	c cleaning 10001 clauses out of 20007 with flag 335001/335001
548.94/283.14	c cleaning 9997 clauses out of 20005 with flag 345000/345000
565.98/291.95	c cleaning 10001 clauses out of 20009 with flag 355001/355001
583.90/301.14	c cleaning 9999 clauses out of 20007 with flag 365000/365000
602.02/310.45	c cleaning 9997 clauses out of 20008 with flag 375000/375000
620.52/319.90	c cleaning 10001 clauses out of 20012 with flag 385001/385001
636.33/328.18	c cleaning 9999 clauses out of 20010 with flag 395000/395000
650.68/335.58	c cleaning 10003 clauses out of 20012 with flag 405001/405001
667.18/344.04	c cleaning 10005 clauses out of 20013 with flag 415005/415005
683.87/352.68	c cleaning 9999 clauses out of 20005 with flag 425002/425002
700.87/361.43	c cleaning 9998 clauses out of 20006 with flag 435002/435002
717.55/370.03	c cleaning 9998 clauses out of 20006 with flag 445000/445000
734.64/378.84	c cleaning 10000 clauses out of 20008 with flag 455000/455000
752.92/388.30	c cleaning 10005 clauses out of 20018 with flag 465010/465010
769.52/396.90	c cleaning 9996 clauses out of 20003 with flag 475000/475000
783.80/404.29	c cleaning 10000 clauses out of 20008 with flag 485001/485001
799.49/412.33	c cleaning 9999 clauses out of 20009 with flag 495002/495002
815.18/420.50	c cleaning 10000 clauses out of 20010 with flag 505002/505002
831.76/429.05	c cleaning 10001 clauses out of 20012 with flag 515004/515004
848.22/437.54	c cleaning 9999 clauses out of 20007 with flag 525000/525000
865.30/446.35	c cleaning 10001 clauses out of 20011 with flag 535003/535003
882.16/455.08	c cleaning 9999 clauses out of 20007 with flag 545000/545000
899.93/464.22	c cleaning 9999 clauses out of 20008 with flag 555000/555000
918.36/473.71	c cleaning 9999 clauses out of 20010 with flag 565001/565001
936.83/483.25	c cleaning 10002 clauses out of 20011 with flag 575001/575001
938.41/484.22	c cleaning 0 clauses out of 5000 with flag 0/5000
956.12/493.48	c cleaning 9999 clauses out of 20008 with flag 585000/585000
971.00/501.13	c cleaning 10001 clauses out of 20010 with flag 595001/595001
985.45/508.60	c cleaning 10002 clauses out of 20010 with flag 605002/605002
993.75/513.09	c And the winner is Resolution
996.47/516.07	c Got one! Elapsed wall clock time (in seconds):515.857
996.47/516.07	o 5
1002.48/519.16	c cleaning 10000 clauses out of 20006 with flag 615000/615000
1018.40/527.49	c cleaning 10000 clauses out of 20006 with flag 625000/625000
1036.82/536.97	c cleaning 10000 clauses out of 20007 with flag 635001/635001
1055.82/546.72	c cleaning 10002 clauses out of 20009 with flag 645003/645003
1075.80/557.05	c cleaning 9998 clauses out of 20004 with flag 655000/655000
1096.07/567.59	c cleaning 9999 clauses out of 20007 with flag 665001/665001
1118.03/578.84	c cleaning 10000 clauses out of 20009 with flag 675002/675002
1138.43/589.39	c cleaning 10003 clauses out of 20013 with flag 685006/685006
1158.03/599.44	c cleaning 10004 clauses out of 20014 with flag 695010/695010
1179.28/610.45	c cleaning 9997 clauses out of 20006 with flag 705006/705006
1202.25/622.25	c cleaning 9999 clauses out of 20005 with flag 715002/715002
1225.21/634.09	c cleaning 10001 clauses out of 20006 with flag 725002/725002
1244.19/643.83	c cleaning 10001 clauses out of 20007 with flag 735004/735004
1264.45/654.35	c cleaning 9996 clauses out of 20004 with flag 745002/745002
1285.64/665.25	c cleaning 9997 clauses out of 20006 with flag 755000/755000
1307.63/676.56	c cleaning 10001 clauses out of 20009 with flag 765000/765000
1329.40/687.79	c cleaning 9999 clauses out of 20008 with flag 775000/775000
1351.66/699.27	c cleaning 10003 clauses out of 20011 with flag 785002/785002
1371.48/709.46	c cleaning 10000 clauses out of 20007 with flag 795001/795001
1390.11/719.06	c cleaning 9999 clauses out of 20007 with flag 805001/805001
1409.51/729.09	c cleaning 10000 clauses out of 20009 with flag 815002/815002
1429.96/739.61	c cleaning 10003 clauses out of 20013 with flag 825006/825006
1450.96/750.40	c cleaning 9998 clauses out of 20005 with flag 835001/835001
1471.97/761.26	c cleaning 9997 clauses out of 20006 with flag 845000/845000
1494.13/772.64	c cleaning 10000 clauses out of 20010 with flag 855001/855001
1515.99/783.95	c cleaning 10002 clauses out of 20009 with flag 865000/865000
1538.98/795.70	c cleaning 10000 clauses out of 20009 with flag 875002/875002
1561.97/807.57	c cleaning 10002 clauses out of 20011 with flag 885004/885004
1582.33/818.02	c cleaning 9999 clauses out of 20006 with flag 895001/895001
1601.41/827.91	c cleaning 9999 clauses out of 20009 with flag 905003/905003
1620.02/837.58	c cleaning 10001 clauses out of 20008 with flag 915001/915001
1643.18/849.41	c cleaning 10005 clauses out of 20013 with flag 925007/925007
1663.16/859.77	c cleaning 9997 clauses out of 20001 with flag 935000/935000
1683.23/870.14	c cleaning 10000 clauses out of 20008 with flag 945004/945004
1702.99/880.35	c cleaning 9999 clauses out of 20005 with flag 955001/955001
1723.57/890.94	c cleaning 10000 clauses out of 20005 with flag 965000/965000
1743.93/901.48	c cleaning 9999 clauses out of 20005 with flag 975000/975000
1761.58/910.65	c cleaning 10000 clauses out of 20007 with flag 985001/985001
1780.96/920.68	c cleaning 10001 clauses out of 20008 with flag 995002/995002
1800.14/930.52	c starts		: 190
1800.14/930.52	c conflicts		: 1004481
1800.14/930.52	c decisions		: 1520359
1800.14/930.52	c propagations		: 192239977
1800.14/930.52	c inspects		: 1705861792
1800.14/930.52	c learnt literals	: 0
1800.14/930.52	c learnt binary clauses	: 0
1800.14/930.52	c learnt ternary clauses	: 1
1800.14/930.52	c learnt clauses	: 1004481
1800.14/930.52	c ignored clauses	: 0
1800.14/930.52	c root simplifications	: 0
1800.14/930.52	c removed literals (reason simplification)	: 5483261
1800.14/930.52	c reason swapping (by a shorter reason)	: 0
1800.14/930.52	c Calls to reduceDB	: 101
1800.14/930.52	c number of reductions to clauses (during analyze)	: 0
1800.14/930.52	c number of learned constraints concerned by reduction	: 0
1800.14/930.52	c number of learning phase by resolution	: 0
1800.14/930.52	c number of learning phase by cutting planes	: 0
1800.14/930.52	c speed (assignments/second)	: 463852.62111465534
1800.14/930.52	c non guided choices	0
1800.35/930.66	c learnt constraints type 
1800.35/930.66	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19601
1800.35/930.66	c constraints type 
1800.35/930.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3170
1800.35/930.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.35/930.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3070
1800.35/930.66	c constraints type 
1800.35/930.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3170
1800.35/930.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.35/930.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3070
1800.35/930.66	s SATISFIABLE
1800.35/930.66	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 
1800.35/930.66	c objective function=5
1800.35/930.66	c Total wall clock time (in seconds): 930.446

Verifier Data

OK	5

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661888-1276655739/watcher-2661888-1276655739 -o /tmp/evaluation-result-2661888-1276655739/solver-2661888-1276655739 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661888-1276655739.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.93 0.98 0.99 3/105 15181
/proc/meminfo: memFree=1773088/2059040 swapFree=4192956/4192956
[pid=15181] ppid=15179 vsize=392 CPUtime=0
/proc/15181/stat : 15181 (java6) S 15179 15181 13634 0 -1 4194304 121 0 0 0 0 0 0 0 25 0 1 0 6867710 401408 40 1992294400 134512640 134550932 4286920032 18446744073709551615 5173844 0 2147483391 4096 0 18446744071699326142 0 0 17 1 0 0 0
/proc/15181/statm: 98 40 32 10 0 25 0

[startup+0.0209489 s]
/proc/loadavg: 0.93 0.98 0.99 3/105 15181
/proc/meminfo: memFree=1773088/2059040 swapFree=4192956/4192956
[pid=15181] ppid=15179 vsize=13684 CPUtime=0
/proc/15181/stat : 15181 (java) S 15179 15181 13634 0 -1 4202496 1185 0 0 0 0 0 0 0 25 0 2 0 6867710 14012416 632 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15181/statm: 3421 632 307 10 0 1206 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13684

[startup+0.104065 s]
/proc/loadavg: 0.93 0.98 0.99 3/105 15181
/proc/meminfo: memFree=1773088/2059040 swapFree=4192956/4192956
[pid=15181] ppid=15179 vsize=1524180 CPUtime=0.08
/proc/15181/stat : 15181 (java) S 15179 15181 13634 0 -1 4202496 3972 0 1 0 6 2 0 0 25 0 12 0 6867710 1560760320 3411 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15181/statm: 381045 3411 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301088 s]
/proc/loadavg: 0.93 0.98 0.99 3/105 15181
/proc/meminfo: memFree=1773088/2059040 swapFree=4192956/4192956
[pid=15181] ppid=15179 vsize=1526128 CPUtime=0.36
/proc/15181/stat : 15181 (java) S 15179 15181 13634 0 -1 4202496 5371 0 1 0 33 3 0 0 25 0 12 0 6867710 1562755072 4808 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15181/statm: 381532 4808 1356 10 0 378835 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526128

[startup+0.756162 s]
/proc/loadavg: 0.93 0.98 0.99 3/105 15181
/proc/meminfo: memFree=1773088/2059040 swapFree=4192956/4192956
[pid=15181] ppid=15179 vsize=1528884 CPUtime=1.2
/proc/15181/stat : 15181 (java) S 15179 15181 13634 0 -1 4202496 7098 0 1 0 116 4 0 0 25 0 12 0 6867710 1565577216 6494 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15181/statm: 382221 6494 1402 10 0 379524 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 1528884

[startup+1.50224 s]
/proc/loadavg: 0.93 0.98 0.99 2/117 15193
/proc/meminfo: memFree=1749556/2059040 swapFree=4192956/4192956
[pid=15181] ppid=15179 vsize=1528268 CPUtime=2.23
/proc/15181/stat : 15181 (java) S 15179 15181 13634 0 -1 4202496 8619 0 1 0 218 5 0 0 25 0 12 0 6867710 1564946432 7348 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15181/statm: 382067 7348 1409 10 0 379370 0
[pid=15181/tid=15183] ppid=15179 vsize=1528268 CPUtime=1.45
/proc/15181/task/15183/stat : 15183 (java) R 15179 15181 13634 0 -1 4202560 5668 0 1 0 142 3 0 0 25 0 12 0 6867712 1564946432 7348 1992294400 134512640 134550932 4289896480 18446744073709551615 4109016961 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15181/tid=15184] ppid=15179 vsize=1528268 CPUtime=0
/proc/15181/task/15184/stat : 15184 (java) S 15179 15181 13634 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 6867713 1564946432 7348 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15185] ppid=15179 vsize=1528268 CPUtime=0
/proc/15181/task/15185/stat : 15185 (java) S 15179 15181 13634 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 6867713 1564946432 7348 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15186] ppid=15179 vsize=1528268 CPUtime=0
/proc/15181/task/15186/stat : 15186 (java) S 15179 15181 13634 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 6867715 1564946432 7348 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 0 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15187] ppid=15179 vsize=1528268 CPUtime=0
/proc/15181/task/15187/stat : 15187 (java) S 15179 15181 13634 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 12 0 6867715 1564946432 7348 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15188] ppid=15179 vsize=1528268 CPUtime=0
/proc/15181/task/15188/stat : 15188 (java) S 15179 15181 13634 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 6867715 1564946432 7348 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15189] ppid=15179 vsize=1528268 CPUtime=0
/proc/15181/task/15189/stat : 15189 (java) S 15179 15181 13634 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 6867720 1564946432 7348 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15190] ppid=15179 vsize=1528268 CPUtime=0.18
/proc/15181/task/15190/stat : 15190 (java) S 15179 15181 13634 0 -1 4202560 379 0 0 0 18 0 0 0 22 0 12 0 6867720 1564946432 7348 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15191] ppid=15179 vsize=1528268 CPUtime=0.57
/proc/15181/task/15191/stat : 15191 (java) S 15179 15181 13634 0 -1 4202560 1504 0 0 0 57 0 0 0 15 0 12 0 6867720 1564946432 7348 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15192] ppid=15179 vsize=1528268 CPUtime=0
/proc/15181/task/15192/stat : 15192 (java) S 15179 15181 13634 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 6867720 1564946432 7348 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15193] ppid=15179 vsize=1528268 CPUtime=0
/proc/15181/task/15193/stat : 15193 (java) S 15179 15181 13634 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 6867720 1564946432 7348 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 1528268

[startup+3.10143 s]
/proc/loadavg: 0.93 0.98 0.99 1/119 15197
/proc/meminfo: memFree=1745944/2059040 swapFree=4192956/4192956
[pid=15181] ppid=15179 vsize=1533392 CPUtime=3.51
/proc/15181/stat : 15181 (java) S 15179 15181 13634 0 -1 4202496 12407 0 1 0 344 7 0 0 25 0 15 0 6867710 1570193408 10044 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15181/statm: 383348 10044 1425 10 0 380651 0
[pid=15181/tid=15183] ppid=15179 vsize=1533392 CPUtime=1.66
/proc/15181/task/15183/stat : 15183 (java) S 15179 15181 13634 0 -1 4202560 5877 0 1 0 162 4 0 0 19 0 15 0 6867712 1570193408 10044 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15184] ppid=15179 vsize=1533392 CPUtime=0
/proc/15181/task/15184/stat : 15184 (java) S 15179 15181 13634 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 15 0 6867713 1570193408 10044 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15185] ppid=15179 vsize=1533392 CPUtime=0
/proc/15181/task/15185/stat : 15185 (java) S 15179 15181 13634 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 15 0 6867713 1570193408 10044 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15186] ppid=15179 vsize=1533392 CPUtime=0
/proc/15181/task/15186/stat : 15186 (java) S 15179 15181 13634 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 15 0 6867715 1570193408 10044 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 0 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15187] ppid=15179 vsize=1533392 CPUtime=0
/proc/15181/task/15187/stat : 15187 (java) S 15179 15181 13634 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 15 0 6867715 1570193408 10044 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15188] ppid=15179 vsize=1533392 CPUtime=0
/proc/15181/task/15188/stat : 15188 (java) S 15179 15181 13634 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 15 0 6867715 1570193408 10044 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15189] ppid=15179 vsize=1533392 CPUtime=0
/proc/15181/task/15189/stat : 15189 (java) S 15179 15181 13634 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 15 0 6867720 1570193408 10044 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15190] ppid=15179 vsize=1533392 CPUtime=0.56
/proc/15181/task/15190/stat : 15190 (java) R 15179 15181 13634 0 -1 4202560 1220 0 0 0 56 0 0 0 18 0 15 0 6867720 1570193408 10044 1992294400 134512640 134550932 4289896480 18446744073709551615 105578724 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15181/tid=15191] ppid=15179 vsize=1533392 CPUtime=1.02
/proc/15181/task/15191/stat : 15191 (java) R 15179 15181 13634 0 -1 4202560 2868 0 0 0 102 0 0 0 15 0 15 0 6867720 1570193408 10044 1992294400 134512640 134550932 4289896480 18446744073709551615 105871810 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15181/tid=15192] ppid=15179 vsize=1533392 CPUtime=0
/proc/15181/task/15192/stat : 15192 (java) S 15179 15181 13634 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 6867720 1570193408 10044 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15193] ppid=15179 vsize=1533392 CPUtime=0
/proc/15181/task/15193/stat : 15193 (java) S 15179 15181 13634 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 15 0 6867720 1570193408 10044 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15196] ppid=15179 vsize=1533392 CPUtime=0
/proc/15181/task/15196/stat : 15196 (java) S 15179 15181 13634 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 6867883 1570193408 10044 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15197] ppid=15179 vsize=1533392 CPUtime=0
/proc/15181/task/15197/stat : 15197 (java) S 15179 15181 13634 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 6867885 1570193408 10044 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 1533392

[startup+6.30179 s]
/proc/loadavg: 0.86 0.97 0.99 5/121 15201
/proc/meminfo: memFree=1623168/2059040 swapFree=4192956/4192956
[pid=15181] ppid=15179 vsize=1542512 CPUtime=8.64
/proc/15181/stat : 15181 (java) S 15179 15181 13634 0 -1 4202496 46954 0 1 0 843 21 0 0 25 0 16 0 6867710 1579532288 40977 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15181/statm: 385628 40977 1438 10 0 382931 0
[pid=15181/tid=15183] ppid=15179 vsize=1542512 CPUtime=1.66
/proc/15181/task/15183/stat : 15183 (java) S 15179 15181 13634 0 -1 4202560 5896 0 1 0 162 4 0 0 18 0 16 0 6867712 1579532288 40977 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15184] ppid=15179 vsize=1542512 CPUtime=0.06
/proc/15181/task/15184/stat : 15184 (java) S 15179 15181 13634 0 -1 4202560 1909 0 0 0 6 0 0 0 16 0 16 0 6867713 1579532288 40977 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15185] ppid=15179 vsize=1542512 CPUtime=0.07
/proc/15181/task/15185/stat : 15185 (java) S 15179 15181 13634 0 -1 4202560 2057 0 0 0 7 0 0 0 16 0 16 0 6867713 1579532288 40977 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15186] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15186/stat : 15186 (java) S 15179 15181 13634 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 16 0 6867715 1579532288 40977 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 0 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15187] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15187/stat : 15187 (java) S 15179 15181 13634 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6867715 1579532288 40977 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15188] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15188/stat : 15188 (java) S 15179 15181 13634 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 6867715 1579532288 40977 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15189] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15189/stat : 15189 (java) S 15179 15181 13634 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6867720 1579532288 40977 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15190] ppid=15179 vsize=1542512 CPUtime=1.65
/proc/15181/task/15190/stat : 15190 (java) S 15179 15181 13634 0 -1 4202560 4444 0 0 0 164 1 0 0 15 0 16 0 6867720 1579532288 40977 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15191] ppid=15179 vsize=1542512 CPUtime=1.78
/proc/15181/task/15191/stat : 15191 (java) S 15179 15181 13634 0 -1 4202560 5348 0 0 0 176 2 0 0 15 0 16 0 6867720 1579532288 40977 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15192] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15192/stat : 15192 (java) S 15179 15181 13634 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6867720 1579532288 40977 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15193] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15193/stat : 15193 (java) S 15179 15181 13634 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 6867720 1579532288 40977 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15196] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15196/stat : 15196 (java) S 15179 15181 13634 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6867883 1579532288 40977 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15197] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15197/stat : 15197 (java) S 15179 15181 13634 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6867885 1579532288 40977 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15200] ppid=15179 vsize=1542512 CPUtime=1.76
/proc/15181/task/15200/stat : 15200 (java) R 15179 15181 13634 0 -1 4202560 15246 0 0 0 171 5 0 0 18 0 16 0 6868088 1579532288 40977 1992294400 134512640 134550932 4289896480 18446744073709551615 4109294458 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15181/tid=15201] ppid=15179 vsize=1542512 CPUtime=1.35
/proc/15181/task/15201/stat : 15201 (java) R 15179 15181 13634 0 -1 4202560 9556 0 0 0 131 4 0 0 18 0 16 0 6868088 1579532288 40977 1992294400 134512640 134550932 4289896480 18446744073709551615 4109361849 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.64
Current children cumulated vsize (KiB) 1542512

[startup+12.7015 s]
/proc/loadavg: 1.19 1.03 1.01 3/121 15201
/proc/meminfo: memFree=1582744/2059040 swapFree=4192956/4192956
[pid=15181] ppid=15179 vsize=1542512 CPUtime=21.15
/proc/15181/stat : 15181 (java) S 15179 15181 13634 0 -1 4202496 55254 0 1 0 2091 24 0 0 25 0 16 0 6867710 1579532288 49064 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15181/statm: 385628 49064 1451 10 0 382931 0
[pid=15181/tid=15183] ppid=15179 vsize=1542512 CPUtime=1.66
/proc/15181/task/15183/stat : 15183 (java) S 15179 15181 13634 0 -1 4202560 5896 0 1 0 162 4 0 0 18 0 16 0 6867712 1579532288 49064 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15184] ppid=15179 vsize=1542512 CPUtime=0.24
/proc/15181/task/15184/stat : 15184 (java) S 15179 15181 13634 0 -1 4202560 4385 0 0 0 22 2 0 0 16 0 16 0 6867713 1579532288 49064 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15185] ppid=15179 vsize=1542512 CPUtime=0.24
/proc/15181/task/15185/stat : 15185 (java) S 15179 15181 13634 0 -1 4202560 4421 0 0 0 23 1 0 0 16 0 16 0 6867713 1579532288 49064 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15186] ppid=15179 vsize=1542512 CPUtime=0.16
/proc/15181/task/15186/stat : 15186 (java) S 15179 15181 13634 0 -1 4202560 2967 0 0 0 16 0 0 0 16 0 16 0 6867715 1579532288 49064 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 0 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15187] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15187/stat : 15187 (java) S 15179 15181 13634 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6867715 1579532288 49064 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15188] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15188/stat : 15188 (java) S 15179 15181 13634 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 6867715 1579532288 49064 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15189] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15189/stat : 15189 (java) S 15179 15181 13634 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6867720 1579532288 49064 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15190] ppid=15179 vsize=1542512 CPUtime=1.99
/proc/15181/task/15190/stat : 15190 (java) S 15179 15181 13634 0 -1 4202560 4476 0 0 0 198 1 0 0 15 0 16 0 6867720 1579532288 49064 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15191] ppid=15179 vsize=1542512 CPUtime=1.9
/proc/15181/task/15191/stat : 15191 (java) S 15179 15181 13634 0 -1 4202560 5360 0 0 0 188 2 0 0 16 0 16 0 6867720 1579532288 49064 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15192] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15192/stat : 15192 (java) S 15179 15181 13634 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6867720 1579532288 49064 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15193] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15193/stat : 15193 (java) S 15179 15181 13634 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 6867720 1579532288 49064 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15196] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15196/stat : 15196 (java) S 15179 15181 13634 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6867883 1579532288 49064 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15197] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15197/stat : 15197 (java) S 15179 15181 13634 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6867885 1579532288 49064 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15200] ppid=15179 vsize=1542512 CPUtime=7.45
/proc/15181/task/15200/stat : 15200 (java) R 15179 15181 13634 0 -1 4202560 15592 0 0 0 740 5 0 0 25 0 16 0 6868088 1579532288 49064 1992294400 134512640 134550932 4289896480 18446744073709551615 4109221465 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15181/tid=15201] ppid=15179 vsize=1542512 CPUtime=7.2
/proc/15181/task/15201/stat : 15201 (java) R 15179 15181 13634 0 -1 4202560 9674 0 0 0 716 4 0 0 25 0 16 0 6868088 1579532288 49064 1992294400 134512640 134550932 4289896480 18446744073709551615 4109287907 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.15
Current children cumulated vsize (KiB) 1542512

[startup+25.5019 s]

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

Current children cumulated vsize (KiB) 1542512

[startup+822.302 s]
/proc/loadavg: 2.06 2.09 1.68 3/121 15227
/proc/meminfo: memFree=1457876/2059040 swapFree=4192956/4192956
[pid=15181] ppid=15179 vsize=1542512 CPUtime=1590.31
/proc/15181/stat : 15181 (java) S 15179 15181 13634 0 -1 4202496 88534 0 1 0 158932 99 0 0 25 0 16 0 6867710 1579532288 79497 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15181/statm: 385628 79497 1451 10 0 382931 0
[pid=15181/tid=15183] ppid=15179 vsize=1542512 CPUtime=1.67
/proc/15181/task/15183/stat : 15183 (java) S 15179 15181 13634 0 -1 4202560 5919 0 1 0 163 4 0 0 15 0 16 0 6867712 1579532288 79497 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15184] ppid=15179 vsize=1542512 CPUtime=17.79
/proc/15181/task/15184/stat : 15184 (java) S 15179 15181 13634 0 -1 4202560 19953 0 0 0 1754 25 0 0 16 0 16 0 6867713 1579532288 79497 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15185] ppid=15179 vsize=1542512 CPUtime=17.75
/proc/15181/task/15185/stat : 15185 (java) S 15179 15181 13634 0 -1 4202560 19650 0 0 0 1745 30 0 0 15 0 16 0 6867713 1579532288 79497 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15186] ppid=15179 vsize=1542512 CPUtime=32.61
/proc/15181/task/15186/stat : 15186 (java) S 15179 15181 13634 0 -1 4202560 3931 0 0 0 3251 10 0 0 15 0 16 0 6867715 1579532288 79497 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 0 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15187] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15187/stat : 15187 (java) S 15179 15181 13634 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6867715 1579532288 79497 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15188] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15188/stat : 15188 (java) S 15179 15181 13634 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 6867715 1579532288 79497 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15189] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15189/stat : 15189 (java) S 15179 15181 13634 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6867720 1579532288 79497 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15190] ppid=15179 vsize=1542512 CPUtime=2.13
/proc/15181/task/15190/stat : 15190 (java) S 15179 15181 13634 0 -1 4202560 4476 0 0 0 212 1 0 0 16 0 16 0 6867720 1579532288 79497 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15191] ppid=15179 vsize=1542512 CPUtime=2.29
/proc/15181/task/15191/stat : 15191 (java) S 15179 15181 13634 0 -1 4202560 5375 0 0 0 227 2 0 0 15 0 16 0 6867720 1579532288 79497 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15192] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15192/stat : 15192 (java) S 15179 15181 13634 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6867720 1579532288 79497 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15193] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15193/stat : 15193 (java) S 15179 15181 13634 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 16 0 6867720 1579532288 79497 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15196] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15196/stat : 15196 (java) S 15179 15181 13634 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6867883 1579532288 79497 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15197] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15197/stat : 15197 (java) S 15179 15181 13634 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6867885 1579532288 79497 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15218] ppid=15179 vsize=1542512 CPUtime=283.86
/proc/15181/task/15218/stat : 15218 (java) R 15179 15181 13634 0 -1 4202560 241 0 0 0 28385 1 0 0 20 0 16 0 6919318 1579532288 79497 1992294400 134512640 134550932 4289896480 18446744073709551615 4109242227 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15181/tid=15219] ppid=15179 vsize=1542512 CPUtime=282.47
/proc/15181/task/15219/stat : 15219 (java) R 15179 15181 13634 0 -1 4202560 138 0 0 0 28245 2 0 0 25 0 16 0 6919318 1579532288 79497 1992294400 134512640 134550932 4289896480 18446744073709551615 4109242978 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1590.31
Current children cumulated vsize (KiB) 1542512

[startup+882.31 s]
/proc/loadavg: 2.02 2.07 1.70 3/121 15229
/proc/meminfo: memFree=1456884/2059040 swapFree=4192956/4192956
[pid=15181] ppid=15179 vsize=1542512 CPUtime=1706.52
/proc/15181/stat : 15181 (java) S 15179 15181 13634 0 -1 4202496 88858 0 1 0 170548 104 0 0 25 0 16 0 6867710 1579532288 79735 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15181/statm: 385628 79735 1451 10 0 382931 0
[pid=15181/tid=15183] ppid=15179 vsize=1542512 CPUtime=1.67
/proc/15181/task/15183/stat : 15183 (java) S 15179 15181 13634 0 -1 4202560 5920 0 1 0 163 4 0 0 15 0 16 0 6867712 1579532288 79735 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15184] ppid=15179 vsize=1542512 CPUtime=19.19
/proc/15181/task/15184/stat : 15184 (java) S 15179 15181 13634 0 -1 4202560 20088 0 0 0 1893 26 0 0 15 0 16 0 6867713 1579532288 79735 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15185] ppid=15179 vsize=1542512 CPUtime=19.16
/proc/15181/task/15185/stat : 15185 (java) S 15179 15181 13634 0 -1 4202560 19763 0 0 0 1883 33 0 0 16 0 16 0 6867713 1579532288 79735 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15186] ppid=15179 vsize=1542512 CPUtime=35.41
/proc/15181/task/15186/stat : 15186 (java) S 15179 15181 13634 0 -1 4202560 3933 0 0 0 3530 11 0 0 15 0 16 0 6867715 1579532288 79735 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 0 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15187] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15187/stat : 15187 (java) S 15179 15181 13634 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6867715 1579532288 79735 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15188] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15188/stat : 15188 (java) S 15179 15181 13634 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 6867715 1579532288 79735 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15189] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15189/stat : 15189 (java) S 15179 15181 13634 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6867720 1579532288 79735 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15190] ppid=15179 vsize=1542512 CPUtime=2.13
/proc/15181/task/15190/stat : 15190 (java) S 15179 15181 13634 0 -1 4202560 4476 0 0 0 212 1 0 0 16 0 16 0 6867720 1579532288 79735 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15191] ppid=15179 vsize=1542512 CPUtime=2.29
/proc/15181/task/15191/stat : 15191 (java) S 15179 15181 13634 0 -1 4202560 5375 0 0 0 227 2 0 0 15 0 16 0 6867720 1579532288 79735 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15192] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15192/stat : 15192 (java) S 15179 15181 13634 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6867720 1579532288 79735 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15193] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15193/stat : 15193 (java) S 15179 15181 13634 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 6867720 1579532288 79735 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15196] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15196/stat : 15196 (java) S 15179 15181 13634 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6867883 1579532288 79735 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15197] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15197/stat : 15197 (java) S 15179 15181 13634 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6867885 1579532288 79735 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15218] ppid=15179 vsize=1542512 CPUtime=339.62
/proc/15181/task/15218/stat : 15218 (java) R 15179 15181 13634 0 -1 4202560 281 0 0 0 33960 2 0 0 25 0 16 0 6919318 1579532288 79735 1992294400 134512640 134550932 4289896480 18446744073709551615 4109294438 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15181/tid=15219] ppid=15179 vsize=1542512 CPUtime=337.31
/proc/15181/task/15219/stat : 15219 (java) R 15179 15181 13634 0 -1 4202560 169 0 0 0 33729 2 0 0 25 0 16 0 6919318 1579532288 79735 1992294400 134512640 134550932 4289896480 18446744073709551615 4109276635 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1706.52
Current children cumulated vsize (KiB) 1542512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+930.502 s]
/proc/loadavg: 2.21 2.12 1.73 3/121 15229
/proc/meminfo: memFree=1454652/2059040 swapFree=4192956/4192956
[pid=15181] ppid=15179 vsize=1542512 CPUtime=1800.14
/proc/15181/stat : 15181 (java) S 15179 15181 13634 0 -1 4202496 89414 0 1 0 179906 108 0 0 25 0 16 0 6867710 1579532288 80207 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15181/statm: 385628 80207 1451 10 0 382931 0
[pid=15181/tid=15183] ppid=15179 vsize=1542512 CPUtime=1.67
/proc/15181/task/15183/stat : 15183 (java) S 15179 15181 13634 0 -1 4202560 5924 0 1 0 163 4 0 0 15 0 16 0 6867712 1579532288 80207 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15184] ppid=15179 vsize=1542512 CPUtime=20.43
/proc/15181/task/15184/stat : 15184 (java) S 15179 15181 13634 0 -1 4202560 20346 0 0 0 2015 28 0 0 15 0 16 0 6867713 1579532288 80207 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15185] ppid=15179 vsize=1542512 CPUtime=20.39
/proc/15181/task/15185/stat : 15185 (java) S 15179 15181 13634 0 -1 4202560 19988 0 0 0 2005 34 0 0 16 0 16 0 6867713 1579532288 80207 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15186] ppid=15179 vsize=1542512 CPUtime=37.38
/proc/15181/task/15186/stat : 15186 (java) S 15179 15181 13634 0 -1 4202560 3937 0 0 0 3727 11 0 0 15 0 16 0 6867715 1579532288 80207 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 0 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15187] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15187/stat : 15187 (java) S 15179 15181 13634 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6867715 1579532288 80207 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15188] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15188/stat : 15188 (java) S 15179 15181 13634 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 6867715 1579532288 80207 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15189] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15189/stat : 15189 (java) S 15179 15181 13634 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6867720 1579532288 80207 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15190] ppid=15179 vsize=1542512 CPUtime=2.13
/proc/15181/task/15190/stat : 15190 (java) S 15179 15181 13634 0 -1 4202560 4476 0 0 0 212 1 0 0 16 0 16 0 6867720 1579532288 80207 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15191] ppid=15179 vsize=1542512 CPUtime=2.29
/proc/15181/task/15191/stat : 15191 (java) S 15179 15181 13634 0 -1 4202560 5375 0 0 0 227 2 0 0 15 0 16 0 6867720 1579532288 80207 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15192] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15192/stat : 15192 (java) S 15179 15181 13634 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6867720 1579532288 80207 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15193] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15193/stat : 15193 (java) S 15179 15181 13634 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 6867720 1579532288 80207 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15196] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15196/stat : 15196 (java) S 15179 15181 13634 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6867883 1579532288 80207 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15197] ppid=15179 vsize=1542512 CPUtime=0
/proc/15181/task/15197/stat : 15197 (java) S 15179 15181 13634 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6867885 1579532288 80207 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15218] ppid=15179 vsize=1542512 CPUtime=384.27
/proc/15181/task/15218/stat : 15218 (java) R 15179 15181 13634 0 -1 4202560 314 0 0 0 38425 2 0 0 25 0 16 0 6919318 1579532288 80207 1992294400 134512640 134550932 4289896480 18446744073709551615 4109276226 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15181/tid=15219] ppid=15179 vsize=1542512 CPUtime=381.85
/proc/15181/task/15219/stat : 15219 (java) R 15179 15181 13634 0 -1 4202560 197 0 0 0 38182 3 0 0 25 0 16 0 6919318 1579532288 80207 1992294400 134512640 134550932 4289896480 18446744073709551615 4109242905 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 1542512

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

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

[startup+930.616 s]
/proc/loadavg: 2.21 2.12 1.73 5/124 15232
/proc/meminfo: memFree=1454628/2059040 swapFree=4192956/4192956
[pid=15181] ppid=15179 vsize=1543160 CPUtime=1800.35
/proc/15181/stat : 15181 (java) S 15179 15181 13634 0 -1 4202496 89431 0 1 0 179927 108 0 0 18 0 18 0 6867710 1580195840 80224 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15181/statm: 385790 80224 1451 10 0 383093 0
[pid=15181/tid=15183] ppid=15179 vsize=1543160 CPUtime=1.67
/proc/15181/task/15183/stat : 15183 (java) S 15179 15181 13634 0 -1 4202560 5924 0 1 0 163 4 0 0 15 0 18 0 6867712 1580195840 80224 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15184] ppid=15179 vsize=1543160 CPUtime=20.43
/proc/15181/task/15184/stat : 15184 (java) S 15179 15181 13634 0 -1 4202560 20346 0 0 0 2015 28 0 0 15 0 18 0 6867713 1580195840 80224 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15185] ppid=15179 vsize=1543160 CPUtime=20.39
/proc/15181/task/15185/stat : 15185 (java) S 15179 15181 13634 0 -1 4202560 19988 0 0 0 2005 34 0 0 16 0 18 0 6867713 1580195840 80224 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15186] ppid=15179 vsize=1543160 CPUtime=37.38
/proc/15181/task/15186/stat : 15186 (java) S 15179 15181 13634 0 -1 4202560 3937 0 0 0 3727 11 0 0 15 0 18 0 6867715 1580195840 80224 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 0 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15187] ppid=15179 vsize=1543160 CPUtime=0
/proc/15181/task/15187/stat : 15187 (java) S 15179 15181 13634 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 6867715 1580195840 80224 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15188] ppid=15179 vsize=1543160 CPUtime=0
/proc/15181/task/15188/stat : 15188 (java) S 15179 15181 13634 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 6867715 1580195840 80224 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15189] ppid=15179 vsize=1543160 CPUtime=0
/proc/15181/task/15189/stat : 15189 (java) S 15179 15181 13634 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 6867720 1580195840 80224 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15190] ppid=15179 vsize=1543160 CPUtime=2.13
/proc/15181/task/15190/stat : 15190 (java) S 15179 15181 13634 0 -1 4202560 4476 0 0 0 212 1 0 0 16 0 18 0 6867720 1580195840 80224 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15191] ppid=15179 vsize=1543160 CPUtime=2.29
/proc/15181/task/15191/stat : 15191 (java) S 15179 15181 13634 0 -1 4202560 5375 0 0 0 227 2 0 0 15 0 18 0 6867720 1580195840 80224 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15192] ppid=15179 vsize=1543160 CPUtime=0
/proc/15181/task/15192/stat : 15192 (java) S 15179 15181 13634 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 6867720 1580195840 80224 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15193] ppid=15179 vsize=1543160 CPUtime=0
/proc/15181/task/15193/stat : 15193 (java) S 15179 15181 13634 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 18 0 6867720 1580195840 80224 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 1 0 0 0
[pid=15181/tid=15196] ppid=15179 vsize=1543160 CPUtime=0
/proc/15181/task/15196/stat : 15196 (java) S 15179 15181 13634 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 6867883 1580195840 80224 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15197] ppid=15179 vsize=1543160 CPUtime=0
/proc/15181/task/15197/stat : 15197 (java) S 15179 15181 13634 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 6867885 1580195840 80224 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15218] ppid=15179 vsize=1543160 CPUtime=384.37
/proc/15181/task/15218/stat : 15218 (java) R 15179 15181 13634 0 -1 4202560 314 0 0 0 38435 2 0 0 25 0 18 0 6919318 1580195840 80224 1992294400 134512640 134550932 4289896480 18446744073709551615 4109294724 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15181/tid=15219] ppid=15179 vsize=1543160 CPUtime=381.96
/proc/15181/task/15219/stat : 15219 (java) R 15179 15181 13634 0 -1 4202560 197 0 0 0 38193 3 0 0 25 0 18 0 6919318 1580195840 80224 1992294400 134512640 134550932 4289896480 18446744073709551615 4109246180 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15181/tid=15231] ppid=15179 vsize=1543160 CPUtime=0
/proc/15181/task/15231/stat : 15231 (java) S 15179 15181 13634 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 6960762 1580195840 80224 1992294400 134512640 134550932 4289896480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813434368 0 0 -1 0 0 0 0
[pid=15181/tid=15232] ppid=15179 vsize=1543160 CPUtime=0
/proc/15181/task/15232/stat : 15232 (java) R 15179 15181 13634 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 18 0 6960762 1580195840 80224 1992294400 134512640 134550932 4289896480 18446744073709551615 4108710850 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 1543160

Child status: 143
Real time (s): 930.708
CPU time (s): 1800.5
CPU user time (s): 1799.38
CPU system time (s): 1.11783
CPU usage (%): 193.455
Max. virtual memory (cumulated for all children) (KiB): 1546532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.38
system time used= 1.11783
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89433
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= 33015
involuntary context switches= 50744

runsolver used 5.2302 second user time and 9.73852 second system time

The end

Launcher Data

Begin job on node085 at 2010-06-16 04:35:39
IDJOB=2661888
IDBENCH=48143
IDSOLVER=1166
FILE ID=node085/2661888-1276655739
PBS_JOBID= 11172412
Free space on /tmp= 121872 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_100_25_4.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661888-1276655739/watcher-2661888-1276655739 -o /tmp/evaluation-result-2661888-1276655739/solver-2661888-1276655739 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661888-1276655739.opb

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

MD5SUM BENCH= 4c6ab7a9b1b11dc4bf8c6231156cc585
RANDOM SEED=1669116650

node085.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.221
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.44
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.221
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1773360 kB
Buffers:         33492 kB
Cached:         116780 kB
SwapCached:          0 kB
Active:         123476 kB
Inactive:        86404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1773360 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             532 kB
Writeback:           0 kB
AnonPages:       59544 kB
Mapped:          15452 kB
Slab:            54064 kB
PageTables:       3928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181436 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= 121872 MiB
End job on node085 at 2010-06-16 04:51:11