Trace number 2662388

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-31? (TO) 1800.35 924.796

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-grow15.opb
MD5SUMb4d90975042873aa16a95872bfad2ca2
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables17130
Total number of constraints900
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 constraints900
Minimum length of a constraint22
Maximum length of a constraint491
Number of terms in the objective function 1335
Biggest coefficient in the objective function 3758096384
Number of bits for the biggest coefficient in the objective function 32
Sum of the numbers in the objective function 154618822482
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 878188741787648
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4550739094651140
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.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.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662388-1276549025.opb
0.22/0.22	c reading problem ... 
3.72/2.39	c ... done. Wall clock time 2.17s.
3.72/2.39	c #vars     17130
3.72/2.39	c #constraints  1200
3.72/2.39	c constraints type 
3.72/2.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1200
3.72/2.39	c constraints type 
3.72/2.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1200
14.01/7.57	c cleaning 2494 clauses out of 5002 with flag 5002/5002
31.09/16.22	c cleaning 4250 clauses out of 8506 with flag 11000/11000
38.24/19.99	c cleaning 5627 clauses out of 11258 with flag 18002/18002
49.77/25.80	c cleaning 6811 clauses out of 13629 with flag 26000/26000
62.23/32.29	c cleaning 7905 clauses out of 15818 with flag 35000/35000
75.55/39.08	c cleaning 8947 clauses out of 17913 with flag 45000/45000
86.27/44.54	c cleaning 9484 clauses out of 18967 with flag 55001/55001
96.19/49.63	c cleaning 9739 clauses out of 19482 with flag 65000/65000
106.27/54.84	c cleaning 9871 clauses out of 19743 with flag 75000/75000
118.39/61.01	c cleaning 9933 clauses out of 19873 with flag 85001/85001
128.75/66.36	c cleaning 9967 clauses out of 19940 with flag 95001/95001
139.29/71.76	c cleaning 9984 clauses out of 19973 with flag 105001/105001
148.55/76.59	c cleaning 9987 clauses out of 19988 with flag 115000/115000
157.46/81.18	c cleaning 9998 clauses out of 20001 with flag 125000/125000
166.39/85.78	c cleaning 10000 clauses out of 20004 with flag 135001/135001
175.93/90.70	c cleaning 10001 clauses out of 20003 with flag 145000/145000
183.66/94.69	c cleaning 9994 clauses out of 20002 with flag 155000/155000
192.80/99.31	c cleaning 9992 clauses out of 20008 with flag 165000/165000
201.96/104.02	c cleaning 10002 clauses out of 20017 with flag 175001/175001
210.72/108.57	c cleaning 9998 clauses out of 20014 with flag 185000/185000
219.42/113.02	c cleaning 10003 clauses out of 20016 with flag 195000/195000
227.58/117.25	c cleaning 9998 clauses out of 20014 with flag 205001/205001
236.31/121.70	c cleaning 10000 clauses out of 20016 with flag 215001/215001
244.43/125.93	c cleaning 10001 clauses out of 20015 with flag 225000/225000
253.28/130.56	c cleaning 10001 clauses out of 20014 with flag 235000/235000
260.45/134.26	c cleaning 9993 clauses out of 20013 with flag 245000/245000
266.40/137.37	c cleaning 10004 clauses out of 20020 with flag 255000/255000
273.19/140.88	c cleaning 9999 clauses out of 20017 with flag 265001/265001
302.18/155.55	c cleaning 9990 clauses out of 20018 with flag 275001/275001
352.55/181.00	c cleaning 10014 clauses out of 20028 with flag 285001/285001
401.07/205.63	c cleaning 9978 clauses out of 20013 with flag 295000/295000
424.00/217.38	c cleaning 10014 clauses out of 20036 with flag 305001/305001
445.50/228.37	c cleaning 9987 clauses out of 20022 with flag 315001/315001
468.98/240.30	c cleaning 9984 clauses out of 20037 with flag 325003/325003
474.45/243.29	c cleaning 9995 clauses out of 20051 with flag 335001/335001
482.14/247.23	c cleaning 10007 clauses out of 20056 with flag 345001/345001
495.88/254.33	c cleaning 10008 clauses out of 20048 with flag 355000/355000
505.74/259.46	c cleaning 9997 clauses out of 20040 with flag 365000/365000
515.00/264.20	c cleaning 10006 clauses out of 20044 with flag 375001/375001
525.82/269.82	c cleaning 9992 clauses out of 20038 with flag 385001/385001
537.57/275.95	c cleaning 10018 clauses out of 20045 with flag 395000/395000
547.42/281.08	c cleaning 10002 clauses out of 20027 with flag 405000/405000
577.29/296.29	c cleaning 10006 clauses out of 20028 with flag 415003/415003
589.91/302.71	c cleaning 0 clauses out of 5002 with flag 0/5002
612.15/314.14	c cleaning 9981 clauses out of 20020 with flag 425001/425001
632.28/324.47	c cleaning 10017 clauses out of 20039 with flag 435001/435001
639.53/328.23	c cleaning 10004 clauses out of 20021 with flag 445000/445000
647.04/332.18	c cleaning 10001 clauses out of 20017 with flag 455000/455000
654.25/335.92	c cleaning 9999 clauses out of 20017 with flag 465001/465001
661.31/339.63	c cleaning 10000 clauses out of 20018 with flag 475001/475001
667.19/342.71	c cleaning 10003 clauses out of 20017 with flag 485000/485000
673.90/346.27	c cleaning 9999 clauses out of 20016 with flag 495002/495002
679.92/349.46	c cleaning 10000 clauses out of 20015 with flag 505000/505000
687.42/353.39	c cleaning 10003 clauses out of 20015 with flag 515000/515000
694.50/357.04	c cleaning 9995 clauses out of 20012 with flag 525000/525000
701.61/360.79	c cleaning 10002 clauses out of 20017 with flag 535000/535000
708.64/364.45	c cleaning 10000 clauses out of 20016 with flag 545001/545001
714.54/367.57	c cleaning 10004 clauses out of 20015 with flag 555000/555000
722.05/371.48	c cleaning 9999 clauses out of 20011 with flag 565000/565000
729.55/375.33	c cleaning 10001 clauses out of 20013 with flag 575001/575001
737.58/379.52	c cleaning 9999 clauses out of 20011 with flag 585000/585000
744.86/383.35	c cleaning 10002 clauses out of 20013 with flag 595001/595001
761.49/391.86	c cleaning 9977 clauses out of 20010 with flag 605000/605000
770.54/396.55	c cleaning 10011 clauses out of 20033 with flag 615000/615000
779.14/401.06	c cleaning 10008 clauses out of 20023 with flag 625001/625001
788.03/405.61	c cleaning 9998 clauses out of 20015 with flag 635001/635001
796.53/410.03	c cleaning 9998 clauses out of 20016 with flag 645000/645000
803.04/413.49	c cleaning 10004 clauses out of 20019 with flag 655001/655001
820.19/422.24	c cleaning 9967 clauses out of 20018 with flag 665004/665004
854.25/439.58	c cleaning 10010 clauses out of 20049 with flag 675002/675002
881.14/453.28	c cleaning 10007 clauses out of 20039 with flag 685002/685002
912.54/469.26	c cleaning 10001 clauses out of 20030 with flag 695000/695000
942.48/484.60	c cleaning 9997 clauses out of 20029 with flag 705000/705000
972.31/499.79	c cleaning 10002 clauses out of 20032 with flag 715000/715000
1007.07/517.45	c cleaning 9976 clauses out of 20033 with flag 725003/725003
1042.23/535.37	c cleaning 9995 clauses out of 20056 with flag 735002/735002
1076.12/552.60	c cleaning 9992 clauses out of 20059 with flag 745000/745000
1107.98/568.80	c cleaning 9994 clauses out of 20067 with flag 755000/755000
1140.80/585.50	c cleaning 9994 clauses out of 20075 with flag 765002/765002
1172.78/601.82	c cleaning 9992 clauses out of 20080 with flag 775001/775001
1204.09/617.89	c cleaning 10035 clauses out of 20087 with flag 785000/785000
1221.27/626.69	c cleaning 10021 clauses out of 20053 with flag 795001/795001
1228.90/630.67	c cleaning 10011 clauses out of 20033 with flag 805002/805002
1236.75/634.74	c cleaning 10003 clauses out of 20021 with flag 815001/815001
1244.46/638.89	c cleaning 10002 clauses out of 20017 with flag 825000/825000
1252.69/643.13	c cleaning 10001 clauses out of 20016 with flag 835001/835001
1261.11/647.58	c cleaning 10001 clauses out of 20015 with flag 845001/845001
1268.92/651.64	c cleaning 9999 clauses out of 20015 with flag 855002/855002
1277.01/655.98	c cleaning 10002 clauses out of 20014 with flag 865000/865000
1285.22/660.26	c cleaning 9998 clauses out of 20012 with flag 875000/875000
1296.00/665.88	c cleaning 10004 clauses out of 20015 with flag 885001/885001
1302.41/669.25	c cleaning 10000 clauses out of 20010 with flag 895000/895000
1316.03/676.39	c cleaning 9999 clauses out of 20010 with flag 905000/905000
1323.22/680.13	c cleaning 10000 clauses out of 20012 with flag 915001/915001
1335.57/686.58	c cleaning 9960 clauses out of 20011 with flag 925000/925000
1355.85/696.94	c cleaning 9999 clauses out of 20052 with flag 935001/935001
1367.11/702.81	c cleaning 10011 clauses out of 20052 with flag 945000/945000
1391.74/715.48	c cleaning 9985 clauses out of 20042 with flag 955001/955001
1425.66/732.73	c cleaning 10000 clauses out of 20057 with flag 965001/965001
1451.47/745.94	c cleaning 10004 clauses out of 20057 with flag 975001/975001
1468.87/754.98	c cleaning 9989 clauses out of 20052 with flag 985000/985000
1486.52/764.10	c cleaning 10004 clauses out of 20064 with flag 995001/995001
1503.39/772.71	c cleaning 10004 clauses out of 20059 with flag 1005000/1005000
1519.67/781.17	c cleaning 10003 clauses out of 20055 with flag 1015000/1015000
1550.30/796.84	c cleaning 9990 clauses out of 20052 with flag 1025000/1025000
1578.68/811.38	c cleaning 10009 clauses out of 20063 with flag 1035001/1035001
1606.09/825.35	c cleaning 9997 clauses out of 20054 with flag 1045001/1045001
1631.88/838.56	c cleaning 10000 clauses out of 20057 with flag 1055001/1055001
1661.91/853.91	c cleaning 9994 clauses out of 20056 with flag 1065000/1065000
1696.22/871.45	c cleaning 9971 clauses out of 20062 with flag 1075000/1075000
1731.91/889.67	c cleaning 10001 clauses out of 20092 with flag 1085001/1085001
1766.42/907.25	c cleaning 10020 clauses out of 20091 with flag 1095001/1095001
1792.68/920.71	c cleaning 10006 clauses out of 20071 with flag 1105001/1105001
1800.01/924.62	c starts		: 189
1800.01/924.62	c conflicts		: 1107383
1800.01/924.62	c decisions		: 1406125
1800.01/924.62	c propagations		: 14824089
1800.01/924.62	c inspects		: 362481859
1800.01/924.62	c learnt literals	: 0
1800.01/924.62	c learnt binary clauses	: 0
1800.01/924.62	c learnt ternary clauses	: 1
1800.01/924.62	c learnt clauses	: 1107382
1800.01/924.62	c ignored clauses	: 0
1800.01/924.62	c root simplifications	: 0
1800.01/924.62	c removed literals (reason simplification)	: 49478546
1800.01/924.62	c reason swapping (by a shorter reason)	: 0
1800.01/924.62	c Calls to reduceDB	: 112
1800.01/924.62	c number of reductions to clauses (during analyze)	: 0
1800.01/924.62	c number of learned constraints concerned by reduction	: 0
1800.01/924.62	c number of learning phase by resolution	: 0
1800.01/924.62	c number of learning phase by cutting planes	: 0
1800.01/924.62	c speed (assignments/second)	: 16074.317246823433
1800.01/924.62	c non guided choices	155613
1800.01/924.70	c learnt constraints type 
1800.01/924.70	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12490
1800.01/924.71	c constraints type 
1800.01/924.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1200
1800.01/924.71	c constraints type 
1800.01/924.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1200
1800.01/924.71	s UNKNOWN
1800.01/924.71	c Total wall clock time (in seconds): 924.483

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.08 1.06 1.01 3/106 30759
/proc/meminfo: memFree=1861604/2059040 swapFree=4136648/4192956
[pid=30759] ppid=30757 vsize=1752 CPUtime=0
/proc/30759/stat : 30759 (java6) R 30757 30759 30512 0 -1 4194304 159 0 0 0 0 0 0 0 19 0 1 0 28557897 1794048 78 1992294400 134512640 134550932 4290728080 18446744073709551615 6924720 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30759/statm: 438 80 64 10 0 30 0

[startup+0.0784439 s]
/proc/loadavg: 1.08 1.06 1.01 3/106 30759
/proc/meminfo: memFree=1861604/2059040 swapFree=4136648/4192956
[pid=30759] ppid=30757 vsize=1521796 CPUtime=0.06
/proc/30759/stat : 30759 (java) S 30757 30759 30512 0 -1 4202496 3759 0 1 0 4 2 0 0 15 0 7 0 28557897 1558319104 3200 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/30759/statm: 380449 3201 1038 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.100443 s]
/proc/loadavg: 1.08 1.06 1.01 3/106 30759
/proc/meminfo: memFree=1861604/2059040 swapFree=4136648/4192956
[pid=30759] ppid=30757 vsize=1524180 CPUtime=0.08
/proc/30759/stat : 30759 (java) S 30757 30759 30512 0 -1 4202496 3951 0 1 0 6 2 0 0 15 0 12 0 28557897 1560760320 3390 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30759/statm: 381045 3391 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300436 s]
/proc/loadavg: 1.08 1.06 1.01 3/106 30759
/proc/meminfo: memFree=1861604/2059040 swapFree=4136648/4192956
[pid=30759] ppid=30757 vsize=1525780 CPUtime=0.37
/proc/30759/stat : 30759 (java) S 30757 30759 30512 0 -1 4202496 5522 0 1 0 34 3 0 0 15 0 12 0 28557897 1562398720 4958 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30759/statm: 381445 4959 1360 10 0 378748 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1525780

[startup+0.700421 s]
/proc/loadavg: 1.08 1.06 1.01 3/106 30759
/proc/meminfo: memFree=1861604/2059040 swapFree=4136648/4192956
[pid=30759] ppid=30757 vsize=1529884 CPUtime=1.16
/proc/30759/stat : 30759 (java) S 30757 30759 30512 0 -1 4202496 9549 0 1 0 110 6 0 0 15 0 12 0 28557897 1566601216 7606 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30759/statm: 382471 7606 1404 10 0 379774 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1529884

[startup+1.50139 s]
/proc/loadavg: 1.08 1.06 1.01 4/118 30771
/proc/meminfo: memFree=1821396/2059040 swapFree=4136648/4192956
[pid=30759] ppid=30757 vsize=1540924 CPUtime=2.74
/proc/30759/stat : 30759 (java) S 30757 30759 30512 0 -1 4202496 22945 0 1 0 262 12 0 0 15 0 12 0 28557897 1577906176 19259 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30759/statm: 385231 19259 1406 10 0 382534 0
[pid=30759/tid=30761] ppid=30757 vsize=1540924 CPUtime=1.31
/proc/30759/task/30761/stat : 30761 (java) R 30757 30759 30512 0 -1 4202560 14599 0 1 0 124 7 0 0 25 0 12 0 28557899 1577906176 19259 1992294400 134512640 134550932 4291243728 18446744073709551615 4109061114 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30759/tid=30762] ppid=30757 vsize=1540924 CPUtime=0
/proc/30759/task/30762/stat : 30762 (java) S 30757 30759 30512 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 28557900 1577906176 19259 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30763] ppid=30757 vsize=1540924 CPUtime=0
/proc/30759/task/30763/stat : 30763 (java) S 30757 30759 30512 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28557900 1577906176 19259 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30764] ppid=30757 vsize=1540924 CPUtime=0
/proc/30759/task/30764/stat : 30764 (java) S 30757 30759 30512 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28557902 1577906176 19259 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 0 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
[pid=30759/tid=30765] ppid=30757 vsize=1540924 CPUtime=0
/proc/30759/task/30765/stat : 30765 (java) S 30757 30759 30512 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 28557902 1577906176 19259 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30766] ppid=30757 vsize=1540924 CPUtime=0
/proc/30759/task/30766/stat : 30766 (java) S 30757 30759 30512 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 28557903 1577906176 19259 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30767] ppid=30757 vsize=1540924 CPUtime=0
/proc/30759/task/30767/stat : 30767 (java) S 30757 30759 30512 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 28557907 1577906176 19259 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30768] ppid=30757 vsize=1540924 CPUtime=0.2
/proc/30759/task/30768/stat : 30768 (java) S 30757 30759 30512 0 -1 4202560 804 0 0 0 20 0 0 0 23 0 12 0 28557907 1577906176 19259 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
[pid=30759/tid=30769] ppid=30757 vsize=1540924 CPUtime=1.2
/proc/30759/task/30769/stat : 30769 (java) R 30757 30759 30512 0 -1 4202560 6476 0 0 0 117 3 0 0 18 0 12 0 28557907 1577906176 19259 1992294400 134512640 134550932 4291243728 18446744073709551615 104163978 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30759/tid=30770] ppid=30757 vsize=1540924 CPUtime=0
/proc/30759/task/30770/stat : 30770 (java) S 30757 30759 30512 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 28557907 1577906176 19259 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30771] ppid=30757 vsize=1540924 CPUtime=0
/proc/30759/task/30771/stat : 30771 (java) S 30757 30759 30512 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28557907 1577906176 19259 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1540924

[startup+3.10133 s]
/proc/loadavg: 1.08 1.06 1.01 2/118 30771
/proc/meminfo: memFree=1732116/2059040 swapFree=4136648/4192956
[pid=30759] ppid=30757 vsize=1541428 CPUtime=5.29
/proc/30759/stat : 30759 (java) S 30757 30759 30512 0 -1 4202496 48446 0 1 0 507 22 0 0 15 0 16 0 28557897 1578422272 43449 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30759/statm: 385357 43449 1438 10 0 382660 0
[pid=30759/tid=30761] ppid=30757 vsize=1541428 CPUtime=2.05
/proc/30759/task/30761/stat : 30761 (java) S 30757 30759 30512 0 -1 4202560 32049 0 1 0 191 14 0 0 25 0 16 0 28557899 1578422272 43449 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
[pid=30759/tid=30762] ppid=30757 vsize=1541428 CPUtime=0.14
/proc/30759/task/30762/stat : 30762 (java) S 30757 30759 30512 0 -1 4202560 3523 0 0 0 13 1 0 0 16 0 16 0 28557900 1578422272 43449 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30763] ppid=30757 vsize=1541428 CPUtime=0.14
/proc/30759/task/30763/stat : 30763 (java) S 30757 30759 30512 0 -1 4202560 3305 0 0 0 13 1 0 0 18 0 16 0 28557900 1578422272 43449 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
[pid=30759/tid=30764] ppid=30757 vsize=1541428 CPUtime=0
/proc/30759/task/30764/stat : 30764 (java) S 30757 30759 30512 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 16 0 28557902 1578422272 43449 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 0 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
[pid=30759/tid=30765] ppid=30757 vsize=1541428 CPUtime=0
/proc/30759/task/30765/stat : 30765 (java) S 30757 30759 30512 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 28557902 1578422272 43449 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30766] ppid=30757 vsize=1541428 CPUtime=0
/proc/30759/task/30766/stat : 30766 (java) S 30757 30759 30512 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 28557903 1578422272 43449 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30767] ppid=30757 vsize=1541428 CPUtime=0
/proc/30759/task/30767/stat : 30767 (java) S 30757 30759 30512 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 28557907 1578422272 43449 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30768] ppid=30757 vsize=1541428 CPUtime=0.79
/proc/30759/task/30768/stat : 30768 (java) S 30757 30759 30512 0 -1 4202560 1313 0 0 0 79 0 0 0 17 0 16 0 28557907 1578422272 43449 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
[pid=30759/tid=30769] ppid=30757 vsize=1541428 CPUtime=1.75
/proc/30759/task/30769/stat : 30769 (java) S 30757 30759 30512 0 -1 4202560 7133 0 0 0 172 3 0 0 15 0 16 0 28557907 1578422272 43449 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30770] ppid=30757 vsize=1541428 CPUtime=0
/proc/30759/task/30770/stat : 30770 (java) S 30757 30759 30512 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 28557907 1578422272 43449 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30771] ppid=30757 vsize=1541428 CPUtime=0
/proc/30759/task/30771/stat : 30771 (java) S 30757 30759 30512 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 28557907 1578422272 43449 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 1541428

[startup+6.30121 s]
/proc/loadavg: 1.15 1.08 1.01 4/122 30775
/proc/meminfo: memFree=1666116/2059040 swapFree=4136648/4192956
[pid=30759] ppid=30757 vsize=1543108 CPUtime=11.63
/proc/30759/stat : 30759 (java) S 30757 30759 30512 0 -1 4202496 56702 0 1 0 1137 26 0 0 15 0 16 0 28557897 1580142592 50554 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30759/statm: 385777 50554 1444 10 0 383080 0
[pid=30759/tid=30761] ppid=30757 vsize=1543108 CPUtime=2.05
/proc/30759/task/30761/stat : 30761 (java) S 30757 30759 30512 0 -1 4202560 32049 0 1 0 191 14 0 0 18 0 16 0 28557899 1580142592 50554 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
[pid=30759/tid=30762] ppid=30757 vsize=1543108 CPUtime=0.47
/proc/30759/task/30762/stat : 30762 (java) S 30757 30759 30512 0 -1 4202560 7287 0 0 0 45 2 0 0 16 0 16 0 28557900 1580142592 50554 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30763] ppid=30757 vsize=1543108 CPUtime=0.47
/proc/30759/task/30763/stat : 30763 (java) S 30757 30759 30512 0 -1 4202560 6547 0 0 0 45 2 0 0 16 0 16 0 28557900 1580142592 50554 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
[pid=30759/tid=30764] ppid=30757 vsize=1543108 CPUtime=0
/proc/30759/task/30764/stat : 30764 (java) S 30757 30759 30512 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 16 0 28557902 1580142592 50554 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 0 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
[pid=30759/tid=30765] ppid=30757 vsize=1543108 CPUtime=0
/proc/30759/task/30765/stat : 30765 (java) S 30757 30759 30512 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 28557902 1580142592 50554 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30766] ppid=30757 vsize=1543108 CPUtime=0
/proc/30759/task/30766/stat : 30766 (java) S 30757 30759 30512 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 28557903 1580142592 50554 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30767] ppid=30757 vsize=1543108 CPUtime=0
/proc/30759/task/30767/stat : 30767 (java) S 30757 30759 30512 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 28557907 1580142592 50554 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30768] ppid=30757 vsize=1543108 CPUtime=1.89
/proc/30759/task/30768/stat : 30768 (java) S 30757 30759 30512 0 -1 4202560 2530 0 0 0 188 1 0 0 16 0 16 0 28557907 1580142592 50554 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
[pid=30759/tid=30769] ppid=30757 vsize=1543108 CPUtime=2
/proc/30759/task/30769/stat : 30769 (java) S 30757 30759 30512 0 -1 4202560 7149 0 0 0 197 3 0 0 15 0 16 0 28557907 1580142592 50554 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30770] ppid=30757 vsize=1543108 CPUtime=0
/proc/30759/task/30770/stat : 30770 (java) S 30757 30759 30512 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 28557907 1580142592 50554 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30771] ppid=30757 vsize=1543108 CPUtime=0
/proc/30759/task/30771/stat : 30771 (java) S 30757 30759 30512 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 28557907 1580142592 50554 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
[pid=30759/tid=30772] ppid=30757 vsize=1543108 CPUtime=2.87
/proc/30759/task/30772/stat : 30772 (java) R 30757 30759 30512 0 -1 4202560 34 0 0 0 287 0 0 0 17 0 16 0 28558137 1580142592 50554 1992294400 134512640 134550932 4291243728 18446744073709551615 4109526285 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30759/tid=30773] ppid=30757 vsize=1543108 CPUtime=1.82
/proc/30759/task/30773/stat : 30773 (java) R 30757 30759 30512 0 -1 4202560 25 0 0 0 182 0 0 0 25 0 16 0 28558137 1580142592 50554 1992294400 134512640 134550932 4291243728 18446744073709551615 4109526285 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30759/tid=30774] ppid=30757 vsize=1543108 CPUtime=0
/proc/30759/task/30774/stat : 30774 (java) S 30757 30759 30512 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 28558153 1580142592 50554 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30775] ppid=30757 vsize=1543108 CPUtime=0
/proc/30759/task/30775/stat : 30775 (java) S 30757 30759 30512 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 28558179 1580142592 50554 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.63
Current children cumulated vsize (KiB) 1543108

[startup+12.7028 s]
/proc/loadavg: 1.30 1.11 1.02 3/122 30775
/proc/meminfo: memFree=1634372/2059040 swapFree=4136648/4192956
[pid=30759] ppid=30757 vsize=1543108 CPUtime=24.15
/proc/30759/stat : 30759 (java) S 30757 30759 30512 0 -1 4202496 65606 0 1 0 2385 30 0 0 15 0 16 0 28557897 1580142592 58135 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30759/statm: 385777 58135 1449 10 0 383080 0
[pid=30759/tid=30761] ppid=30757 vsize=1543108 CPUtime=2.05
/proc/30759/task/30761/stat : 30761 (java) S 30757 30759 30512 0 -1 4202560 32049 0 1 0 191 14 0 0 15 0 16 0 28557899 1580142592 58135 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
[pid=30759/tid=30762] ppid=30757 vsize=1543108 CPUtime=0.75
/proc/30759/task/30762/stat : 30762 (java) S 30757 30759 30512 0 -1 4202560 11616 0 0 0 71 4 0 0 16 0 16 0 28557900 1580142592 58135 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
[pid=30759/tid=30763] ppid=30757 vsize=1543108 CPUtime=0.73
/proc/30759/task/30763/stat : 30763 (java) S 30757 30759 30512 0 -1 4202560 10753 0 0 0 69 4 0 0 15 0 16 0 28557900 1580142592 58135 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30764] ppid=30757 vsize=1543108 CPUtime=0.18
/proc/30759/task/30764/stat : 30764 (java) S 30757 30759 30512 0 -1 4202560 352 0 0 0 18 0 0 0 15 0 16 0 28557902 1580142592 58135 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 0 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
[pid=30759/tid=30765] ppid=30757 vsize=1543108 CPUtime=0
/proc/30759/task/30765/stat : 30765 (java) S 30757 30759 30512 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 28557902 1580142592 58135 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30766] ppid=30757 vsize=1543108 CPUtime=0
/proc/30759/task/30766/stat : 30766 (java) S 30757 30759 30512 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 28557903 1580142592 58135 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30767] ppid=30757 vsize=1543108 CPUtime=0
/proc/30759/task/30767/stat : 30767 (java) S 30757 30759 30512 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 28557907 1580142592 58135 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30768] ppid=30757 vsize=1543108 CPUtime=1.92
/proc/30759/task/30768/stat : 30768 (java) S 30757 30759 30512 0 -1 4202560 2533 0 0 0 191 1 0 0 15 0 16 0 28557907 1580142592 58135 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
[pid=30759/tid=30769] ppid=30757 vsize=1543108 CPUtime=2.07
/proc/30759/task/30769/stat : 30769 (java) S 30757 30759 30512 0 -1 4202560 7158 0 0 0 204 3 0 0 15 0 16 0 28557907 1580142592 58135 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
[pid=30759/tid=30770] ppid=30757 vsize=1543108 CPUtime=0
/proc/30759/task/30770/stat : 30770 (java) S 30757 30759 30512 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 28557907 1580142592 58135 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30771] ppid=30757 vsize=1543108 CPUtime=0
/proc/30759/task/30771/stat : 30771 (java) S 30757 30759 30512 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 28557907 1580142592 58135 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30772] ppid=30757 vsize=1543108 CPUtime=8.71
/proc/30759/task/30772/stat : 30772 (java) R 30757 30759 30512 0 -1 4202560 38 0 0 0 871 0 0 0 22 0 16 0 28558137 1580142592 58135 1992294400 134512640 134550932 4291243728 18446744073709551615 4109557421 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30759/tid=30773] ppid=30757 vsize=1543108 CPUtime=7.67
/proc/30759/task/30773/stat : 30773 (java) R 30757 30759 30512 0 -1 4202560 34 0 0 0 767 0 0 0 25 0 16 0 28558137 1580142592 58135 1992294400 134512640 134550932 4291243728 18446744073709551615 4109612655 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30759/tid=30774] ppid=30757 vsize=1543108 CPUtime=0
/proc/30759/task/30774/stat : 30774 (java) S 30757 30759 30512 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 28558153 1580142592 58135 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30775] ppid=30757 vsize=1543108 CPUtime=0
/proc/30759/task/30775/stat : 30775 (java) S 30757 30759 30512 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 28558179 1580142592 58135 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.15
Current children cumulated vsize (KiB) 1543108

[startup+25.5018 s]
/proc/loadavg: 1.40 1.14 1.03 3/122 30775
/proc/meminfo: memFree=1616516/2059040 swapFree=4136648/4192956
[pid=30759] ppid=30757 vsize=1542808 CPUtime=49.18
/proc/30759/stat : 30759 (java) S 30757 30759 30512 0 -1 4202496 71035 0 1 0 4885 33 0 0 15 0 16 0 28557897 1579835392 62347 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/30759/task/30774/stat : 30774 (java) S 30757 30759 30512 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 28558153 1583640576 88855 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30775] ppid=30757 vsize=1546524 CPUtime=0
/proc/30759/task/30775/stat : 30775 (java) S 30757 30759 30512 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 28558179 1583640576 88855 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1483.16
Current children cumulated vsize (KiB) 1546524

[startup+822.302 s]
/proc/loadavg: 2.16 2.02 1.62 3/122 30806
/proc/meminfo: memFree=1498096/2059040 swapFree=4136648/4192956
[pid=30759] ppid=30757 vsize=1546524 CPUtime=1600.13
/proc/30759/stat : 30759 (java) S 30757 30759 30512 0 -1 4202496 103005 0 1 0 159879 134 0 0 15 0 16 0 28557897 1583640576 91450 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30759/statm: 386631 91450 1449 10 0 383934 0
[pid=30759/tid=30761] ppid=30757 vsize=1546524 CPUtime=2.06
/proc/30759/task/30761/stat : 30761 (java) S 30757 30759 30512 0 -1 4202560 32060 0 1 0 191 15 0 0 15 0 16 0 28557899 1583640576 91450 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30762] ppid=30757 vsize=1546524 CPUtime=9.73
/proc/30759/task/30762/stat : 30762 (java) S 30757 30759 30512 0 -1 4202560 30405 0 0 0 950 23 0 0 15 0 16 0 28557900 1583640576 91450 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
[pid=30759/tid=30763] ppid=30757 vsize=1546524 CPUtime=9.67
/proc/30759/task/30763/stat : 30763 (java) S 30757 30759 30512 0 -1 4202560 26634 0 0 0 936 31 0 0 16 0 16 0 28557900 1583640576 91450 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30764] ppid=30757 vsize=1546524 CPUtime=31.46
/proc/30759/task/30764/stat : 30764 (java) S 30757 30759 30512 0 -1 4202560 954 0 0 0 3125 21 0 0 15 0 16 0 28557902 1583640576 91450 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 0 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30765] ppid=30757 vsize=1546524 CPUtime=0
/proc/30759/task/30765/stat : 30765 (java) S 30757 30759 30512 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 28557902 1583640576 91450 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30766] ppid=30757 vsize=1546524 CPUtime=0
/proc/30759/task/30766/stat : 30766 (java) S 30757 30759 30512 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 28557903 1583640576 91450 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30767] ppid=30757 vsize=1546524 CPUtime=0
/proc/30759/task/30767/stat : 30767 (java) S 30757 30759 30512 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 28557907 1583640576 91450 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30768] ppid=30757 vsize=1546524 CPUtime=2.44
/proc/30759/task/30768/stat : 30768 (java) S 30757 30759 30512 0 -1 4202560 3948 0 0 0 242 2 0 0 15 0 16 0 28557907 1583640576 91450 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30769] ppid=30757 vsize=1546524 CPUtime=2.36
/proc/30759/task/30769/stat : 30769 (java) S 30757 30759 30512 0 -1 4202560 7167 0 0 0 233 3 0 0 15 0 16 0 28557907 1583640576 91450 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
[pid=30759/tid=30770] ppid=30757 vsize=1546524 CPUtime=0
/proc/30759/task/30770/stat : 30770 (java) S 30757 30759 30512 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 28557907 1583640576 91450 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30771] ppid=30757 vsize=1546524 CPUtime=0
/proc/30759/task/30771/stat : 30771 (java) S 30757 30759 30512 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 28557907 1583640576 91450 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
[pid=30759/tid=30772] ppid=30757 vsize=1546524 CPUtime=774.04
/proc/30759/task/30772/stat : 30772 (java) R 30757 30759 30512 0 -1 4202560 389 0 0 0 77384 20 0 0 25 0 16 0 28558137 1583640576 91450 1992294400 134512640 134550932 4291243728 18446744073709551615 4109523206 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30759/tid=30773] ppid=30757 vsize=1546524 CPUtime=768.3
/proc/30759/task/30773/stat : 30773 (java) R 30757 30759 30512 0 -1 4202560 327 0 0 0 76814 16 0 0 25 0 16 0 28558137 1583640576 91450 1992294400 134512640 134550932 4291243728 18446744073709551615 4109596189 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30759/tid=30774] ppid=30757 vsize=1546524 CPUtime=0
/proc/30759/task/30774/stat : 30774 (java) S 30757 30759 30512 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 28558153 1583640576 91450 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30775] ppid=30757 vsize=1546524 CPUtime=0
/proc/30759/task/30775/stat : 30775 (java) S 30757 30759 30512 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 28558179 1583640576 91450 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1600.13
Current children cumulated vsize (KiB) 1546524

[startup+882.302 s]
/proc/loadavg: 2.10 2.03 1.65 3/122 30808
/proc/meminfo: memFree=1488920/2059040 swapFree=4136648/4192956
[pid=30759] ppid=30757 vsize=1546524 CPUtime=1717.44
/proc/30759/stat : 30759 (java) S 30757 30759 30512 0 -1 4202496 105610 0 1 0 171601 143 0 0 15 0 16 0 28557897 1583640576 93741 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30759/statm: 386631 93741 1449 10 0 383934 0
[pid=30759/tid=30761] ppid=30757 vsize=1546524 CPUtime=2.06
/proc/30759/task/30761/stat : 30761 (java) S 30757 30759 30512 0 -1 4202560 32062 0 1 0 191 15 0 0 15 0 16 0 28557899 1583640576 93741 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30762] ppid=30757 vsize=1546524 CPUtime=10.96
/proc/30759/task/30762/stat : 30762 (java) S 30757 30759 30512 0 -1 4202560 31475 0 0 0 1071 25 0 0 15 0 16 0 28557900 1583640576 93741 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
[pid=30759/tid=30763] ppid=30757 vsize=1546524 CPUtime=10.9
/proc/30759/task/30763/stat : 30763 (java) S 30757 30759 30512 0 -1 4202560 28096 0 0 0 1056 34 0 0 16 0 16 0 28557900 1583640576 93741 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30764] ppid=30757 vsize=1546524 CPUtime=33.14
/proc/30759/task/30764/stat : 30764 (java) S 30757 30759 30512 0 -1 4202560 958 0 0 0 3293 21 0 0 15 0 16 0 28557902 1583640576 93741 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 0 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30765] ppid=30757 vsize=1546524 CPUtime=0
/proc/30759/task/30765/stat : 30765 (java) S 30757 30759 30512 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 28557902 1583640576 93741 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30766] ppid=30757 vsize=1546524 CPUtime=0
/proc/30759/task/30766/stat : 30766 (java) S 30757 30759 30512 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 28557903 1583640576 93741 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30767] ppid=30757 vsize=1546524 CPUtime=0
/proc/30759/task/30767/stat : 30767 (java) S 30757 30759 30512 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 28557907 1583640576 93741 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30768] ppid=30757 vsize=1546524 CPUtime=2.44
/proc/30759/task/30768/stat : 30768 (java) S 30757 30759 30512 0 -1 4202560 3948 0 0 0 242 2 0 0 15 0 16 0 28557907 1583640576 93741 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30769] ppid=30757 vsize=1546524 CPUtime=2.36
/proc/30759/task/30769/stat : 30769 (java) S 30757 30759 30512 0 -1 4202560 7167 0 0 0 233 3 0 0 15 0 16 0 28557907 1583640576 93741 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
[pid=30759/tid=30770] ppid=30757 vsize=1546524 CPUtime=0
/proc/30759/task/30770/stat : 30770 (java) S 30757 30759 30512 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 28557907 1583640576 93741 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30771] ppid=30757 vsize=1546524 CPUtime=0
/proc/30759/task/30771/stat : 30771 (java) S 30757 30759 30512 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 28557907 1583640576 93741 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30772] ppid=30757 vsize=1546524 CPUtime=830.39
/proc/30759/task/30772/stat : 30772 (java) R 30757 30759 30512 0 -1 4202560 419 0 0 0 83017 22 0 0 25 0 16 0 28558137 1583640576 93741 1992294400 134512640 134550932 4291243728 18446744073709551615 4109579896 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30759/tid=30773] ppid=30757 vsize=1546524 CPUtime=825.09
/proc/30759/task/30773/stat : 30773 (java) R 30757 30759 30512 0 -1 4202560 360 0 0 0 82493 16 0 0 25 0 16 0 28558137 1583640576 93741 1992294400 134512640 134550932 4291243728 18446744073709551615 4109695877 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30759/tid=30774] ppid=30757 vsize=1546524 CPUtime=0
/proc/30759/task/30774/stat : 30774 (java) S 30757 30759 30512 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 28558153 1583640576 93741 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30775] ppid=30757 vsize=1546524 CPUtime=0
/proc/30759/task/30775/stat : 30775 (java) S 30757 30759 30512 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 28558179 1583640576 93741 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1717.44
Current children cumulated vsize (KiB) 1546524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+924.602 s]
/proc/loadavg: 2.11 2.04 1.66 3/122 30808
/proc/meminfo: memFree=1488672/2059040 swapFree=4136648/4192956
[pid=30759] ppid=30757 vsize=1546524 CPUtime=1800.01
/proc/30759/stat : 30759 (java) S 30757 30759 30512 0 -1 4202496 105699 0 1 0 179855 146 0 0 15 0 16 0 28557897 1583640576 93775 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30759/statm: 386631 93775 1449 10 0 383934 0
[pid=30759/tid=30761] ppid=30757 vsize=1546524 CPUtime=2.06
/proc/30759/task/30761/stat : 30761 (java) S 30757 30759 30512 0 -1 4202560 32064 0 1 0 191 15 0 0 15 0 16 0 28557899 1583640576 93775 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30762] ppid=30757 vsize=1546524 CPUtime=11.96
/proc/30759/task/30762/stat : 30762 (java) S 30757 30759 30512 0 -1 4202560 31485 0 0 0 1171 25 0 0 15 0 16 0 28557900 1583640576 93775 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30763] ppid=30757 vsize=1546524 CPUtime=11.9
/proc/30759/task/30763/stat : 30763 (java) S 30757 30759 30512 0 -1 4202560 28120 0 0 0 1155 35 0 0 16 0 16 0 28557900 1583640576 93775 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
[pid=30759/tid=30764] ppid=30757 vsize=1546524 CPUtime=34.49
/proc/30759/task/30764/stat : 30764 (java) S 30757 30759 30512 0 -1 4202560 960 0 0 0 3428 21 0 0 15 0 16 0 28557902 1583640576 93775 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 0 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
[pid=30759/tid=30765] ppid=30757 vsize=1546524 CPUtime=0
/proc/30759/task/30765/stat : 30765 (java) S 30757 30759 30512 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 28557902 1583640576 93775 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30766] ppid=30757 vsize=1546524 CPUtime=0
/proc/30759/task/30766/stat : 30766 (java) S 30757 30759 30512 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 28557903 1583640576 93775 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30767] ppid=30757 vsize=1546524 CPUtime=0
/proc/30759/task/30767/stat : 30767 (java) S 30757 30759 30512 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 28557907 1583640576 93775 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30768] ppid=30757 vsize=1546524 CPUtime=2.44
/proc/30759/task/30768/stat : 30768 (java) S 30757 30759 30512 0 -1 4202560 3948 0 0 0 242 2 0 0 15 0 16 0 28557907 1583640576 93775 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30769] ppid=30757 vsize=1546524 CPUtime=2.36
/proc/30759/task/30769/stat : 30769 (java) S 30757 30759 30512 0 -1 4202560 7167 0 0 0 233 3 0 0 15 0 16 0 28557907 1583640576 93775 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
[pid=30759/tid=30770] ppid=30757 vsize=1546524 CPUtime=0
/proc/30759/task/30770/stat : 30770 (java) S 30757 30759 30512 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 28557907 1583640576 93775 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30771] ppid=30757 vsize=1546524 CPUtime=0
/proc/30759/task/30771/stat : 30771 (java) S 30757 30759 30512 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 28557907 1583640576 93775 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30772] ppid=30757 vsize=1546524 CPUtime=869.68
/proc/30759/task/30772/stat : 30772 (java) R 30757 30759 30512 0 -1 4202560 445 0 0 0 86944 24 0 0 25 0 16 0 28558137 1583640576 93775 1992294400 134512640 134550932 4291243728 18446744073709551615 4109557039 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30759/tid=30773] ppid=30757 vsize=1546524 CPUtime=865.02
/proc/30759/task/30773/stat : 30773 (java) R 30757 30759 30512 0 -1 4202560 383 0 0 0 86486 16 0 0 25 0 16 0 28558137 1583640576 93775 1992294400 134512640 134550932 4291243728 18446744073709551615 4109100455 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30759/tid=30774] ppid=30757 vsize=1546524 CPUtime=0
/proc/30759/task/30774/stat : 30774 (java) S 30757 30759 30512 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 28558153 1583640576 93775 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30775] ppid=30757 vsize=1546524 CPUtime=0
/proc/30759/task/30775/stat : 30775 (java) S 30757 30759 30512 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 28558179 1583640576 93775 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1546524

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

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

[startup+924.716 s]
/proc/loadavg: 2.11 2.04 1.66 3/122 30808
/proc/meminfo: memFree=1488672/2059040 swapFree=4136648/4192956
[pid=30759] ppid=30757 vsize=1547172 CPUtime=1800.21
/proc/30759/stat : 30759 (java) S 30757 30759 30512 0 -1 4202496 105722 0 1 0 179875 146 0 0 15 0 17 0 28557897 1584304128 93798 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30759/statm: 386793 93798 1452 10 0 384096 0
[pid=30759/tid=30761] ppid=30757 vsize=1547172 CPUtime=2.06
/proc/30759/task/30761/stat : 30761 (java) S 30757 30759 30512 0 -1 4202560 32064 0 1 0 191 15 0 0 15 0 17 0 28557899 1584304128 93798 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30762] ppid=30757 vsize=1547172 CPUtime=11.96
/proc/30759/task/30762/stat : 30762 (java) S 30757 30759 30512 0 -1 4202560 31485 0 0 0 1171 25 0 0 15 0 17 0 28557900 1584304128 93798 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30763] ppid=30757 vsize=1547172 CPUtime=11.9
/proc/30759/task/30763/stat : 30763 (java) S 30757 30759 30512 0 -1 4202560 28120 0 0 0 1155 35 0 0 16 0 17 0 28557900 1584304128 93798 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
[pid=30759/tid=30764] ppid=30757 vsize=1547172 CPUtime=34.49
/proc/30759/task/30764/stat : 30764 (java) S 30757 30759 30512 0 -1 4202560 960 0 0 0 3428 21 0 0 15 0 17 0 28557902 1584304128 93798 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 0 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
[pid=30759/tid=30765] ppid=30757 vsize=1547172 CPUtime=0
/proc/30759/task/30765/stat : 30765 (java) S 30757 30759 30512 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 28557902 1584304128 93798 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30766] ppid=30757 vsize=1547172 CPUtime=0
/proc/30759/task/30766/stat : 30766 (java) S 30757 30759 30512 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 17 0 28557903 1584304128 93798 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30767] ppid=30757 vsize=1547172 CPUtime=0
/proc/30759/task/30767/stat : 30767 (java) S 30757 30759 30512 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 17 0 28557907 1584304128 93798 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30768] ppid=30757 vsize=1547172 CPUtime=2.45
/proc/30759/task/30768/stat : 30768 (java) S 30757 30759 30512 0 -1 4202560 3950 0 0 0 243 2 0 0 16 0 17 0 28557907 1584304128 93798 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30769] ppid=30757 vsize=1547172 CPUtime=2.36
/proc/30759/task/30769/stat : 30769 (java) S 30757 30759 30512 0 -1 4202560 7167 0 0 0 233 3 0 0 15 0 17 0 28557907 1584304128 93798 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
[pid=30759/tid=30770] ppid=30757 vsize=1547172 CPUtime=0
/proc/30759/task/30770/stat : 30770 (java) S 30757 30759 30512 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 17 0 28557907 1584304128 93798 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30771] ppid=30757 vsize=1547172 CPUtime=0
/proc/30759/task/30771/stat : 30771 (java) S 30757 30759 30512 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 17 0 28557907 1584304128 93798 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30772] ppid=30757 vsize=1547172 CPUtime=869.75
/proc/30759/task/30772/stat : 30772 (java) R 30757 30759 30512 0 -1 4202560 445 0 0 0 86951 24 0 0 25 0 17 0 28558137 1584304128 93798 1992294400 134512640 134550932 4291243728 18446744073709551615 4109557010 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30759/tid=30773] ppid=30757 vsize=1547172 CPUtime=865.12
/proc/30759/task/30773/stat : 30773 (java) R 30757 30759 30512 0 -1 4202560 383 0 0 0 86496 16 0 0 25 0 17 0 28558137 1584304128 93798 1992294400 134512640 134550932 4291243728 18446744073709551615 4109272018 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30759/tid=30774] ppid=30757 vsize=1547172 CPUtime=0
/proc/30759/task/30774/stat : 30774 (java) S 30757 30759 30512 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 17 0 28558153 1584304128 93798 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 0 0 0 0
[pid=30759/tid=30775] ppid=30757 vsize=1547172 CPUtime=0
/proc/30759/task/30775/stat : 30775 (java) S 30757 30759 30512 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 17 0 28558179 1584304128 93798 1992294400 134512640 134550932 4291243728 18446744073709551615 4294960144 0 4 0 16800975 18446604437845605312 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 1547172

Child status: 143
Real time (s): 924.796
CPU time (s): 1800.35
CPU user time (s): 1798.84
CPU system time (s): 1.50577
CPU usage (%): 194.675
Max. virtual memory (cumulated for all children) (KiB): 1547420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.84
system time used= 1.50577
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105722
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= 28620
involuntary context switches= 52640

runsolver used 4.65029 second user time and 8.83166 second system time

The end

Launcher Data

Begin job on node026 at 2010-06-14 22:57:05
IDJOB=2662388
IDBENCH=2414
IDSOLVER=1166
FILE ID=node026/2662388-1276549025
PBS_JOBID= 11173482
Free space on /tmp= 62516 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-grow15.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662388-1276549025/watcher-2662388-1276549025 -o /tmp/evaluation-result-2662388-1276549025/solver-2662388-1276549025 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662388-1276549025.opb

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

MD5SUM BENCH= b4d90975042873aa16a95872bfad2ca2
RANDOM SEED=1429732792

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1862000 kB
Buffers:         26396 kB
Cached:          92344 kB
SwapCached:       9428 kB
Active:          74580 kB
Inactive:        56580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1862000 kB
SwapTotal:     4192956 kB
SwapFree:      4136648 kB
Dirty:            2036 kB
Writeback:           0 kB
AnonPages:       10976 kB
Mapped:           9328 kB
Slab:            43808 kB
PageTables:       4100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179448 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= 62516 MiB
End job on node026 at 2010-06-14 23:12:32