Trace number 2662171

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.52 945.714

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-maros.opb
MD5SUMa4588bb38746a3d57566a2a5df85a941
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42240
Total number of constraints836
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 constraints836
Minimum length of a constraint30
Maximum length of a constraint4740
Number of terms in the objective function 10110
Biggest coefficient in the objective function 330175610880000000
Number of bits for the biggest coefficient in the objective function 59
Sum of the numbers in the objective function 14934064445704252926
Number of bits of the sum of numbers in the objective function 64
Biggest number in a constraint 330175610880000000
Number of bits of the biggest number in a constraint 59
Biggest sum of numbers in a constraint 14934064445704252926
Number of bits of the biggest sum of numbers64
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.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.23	c Pseudo Boolean Optimization
0.22/0.23	c ManyCore solver with 2 solvers running in parallel
0.22/0.23	c --- Begin Solver configuration ---
0.22/0.23	c Stops conflict analysis at the first Unique Implication Point
0.22/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.23	c Learn all clauses as in MiniSAT
0.22/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.23	c Expensive reason simplification
0.22/0.23	c Armin Biere (Picosat) restarts strategy
0.22/0.23	c Glucose learned constraints deletion strategy
0.22/0.23	c timeout=2147483s
0.22/0.23	c DB Simplification allowed=false
0.22/0.23	c --- End Solver configuration ---
0.22/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.23	c --- Begin Solver configuration ---
0.22/0.23	c Stops conflict analysis at the first Unique Implication Point
0.22/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.23	c Learn all clauses as in MiniSAT
0.22/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.23	c No reason simplification
0.22/0.23	c Armin Biere (Picosat) restarts strategy
0.22/0.23	c Glucose learned constraints deletion strategy
0.22/0.23	c timeout=2147483s
0.22/0.23	c DB Simplification allowed=false
0.22/0.23	c --- End Solver configuration ---
0.22/0.23	
0.22/0.23	c solving HOME/instance-2662171-1276547587.opb
0.22/0.23	c reading problem ... 
5.31/3.87	c ... done. Wall clock time 3.64s.
5.31/3.87	c #vars     42240
5.31/3.87	c #constraints  11046
5.31/3.87	c constraints type 
5.31/3.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1148
5.31/3.87	c constraints type 
5.31/3.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1148
24.04/13.33	c cleaning 2479 clauses out of 4961 with flag 5000/5000
30.07/16.52	c cleaning 4238 clauses out of 8482 with flag 11000/11000
36.66/20.00	c cleaning 5622 clauses out of 11245 with flag 18001/18001
44.29/24.07	c cleaning 6808 clauses out of 13622 with flag 26000/26000
52.58/28.46	c cleaning 7903 clauses out of 15816 with flag 35002/35002
62.37/33.55	c cleaning 8955 clauses out of 17913 with flag 45002/45002
74.31/39.74	c cleaning 9474 clauses out of 18957 with flag 55001/55001
84.25/44.96	c cleaning 9735 clauses out of 19482 with flag 65000/65000
94.32/50.20	c cleaning 9875 clauses out of 19751 with flag 75004/75004
118.58/62.68	c cleaning 9919 clauses out of 19871 with flag 85000/85000
144.59/75.98	c cleaning 9970 clauses out of 19952 with flag 95000/95000
163.07/85.41	c cleaning 9988 clauses out of 19982 with flag 105000/105000
190.21/99.38	c cleaning 9992 clauses out of 19994 with flag 115000/115000
211.63/110.36	c cleaning 9975 clauses out of 20001 with flag 125000/125000
217.19/113.35	c cleaning 10006 clauses out of 20026 with flag 135000/135000
227.29/118.70	c cleaning 10004 clauses out of 20020 with flag 145000/145000
240.65/125.69	c cleaning 10002 clauses out of 20016 with flag 155000/155000
244.61/127.85	c cleaning 10000 clauses out of 20015 with flag 165001/165001
248.55/130.05	c cleaning 10005 clauses out of 20015 with flag 175001/175001
252.91/132.42	c cleaning 9993 clauses out of 20009 with flag 185000/185000
256.55/134.59	c cleaning 9998 clauses out of 20017 with flag 195001/195001
260.09/136.57	c cleaning 10007 clauses out of 20019 with flag 205001/205001
264.05/138.76	c cleaning 9997 clauses out of 20011 with flag 215000/215000
267.81/140.85	c cleaning 9999 clauses out of 20015 with flag 225001/225001
271.46/142.92	c cleaning 9997 clauses out of 20016 with flag 235001/235001
275.41/145.11	c cleaning 10002 clauses out of 20019 with flag 245001/245001
279.16/147.27	c cleaning 10003 clauses out of 20017 with flag 255001/255001
283.11/149.45	c cleaning 9996 clauses out of 20013 with flag 265000/265000
286.74/151.58	c cleaning 10002 clauses out of 20017 with flag 275000/275000
290.69/153.74	c cleaning 9999 clauses out of 20015 with flag 285000/285000
294.42/155.86	c cleaning 10002 clauses out of 20016 with flag 295000/295000
298.16/157.96	c cleaning 9999 clauses out of 20014 with flag 305000/305000
302.00/160.13	c cleaning 10000 clauses out of 20015 with flag 315000/315000
305.54/162.12	c cleaning 10000 clauses out of 20016 with flag 325001/325001
310.46/164.90	c cleaning 10002 clauses out of 20014 with flag 335001/335001
314.20/166.92	c cleaning 9997 clauses out of 20012 with flag 345001/345001
317.84/169.01	c cleaning 9997 clauses out of 20015 with flag 355001/355001
321.19/170.96	c cleaning 10000 clauses out of 20017 with flag 365000/365000
324.73/172.95	c cleaning 10004 clauses out of 20017 with flag 375000/375000
328.67/175.12	c cleaning 9995 clauses out of 20015 with flag 385003/385003
332.69/177.45	c cleaning 10000 clauses out of 20017 with flag 395000/395000
336.63/179.60	c cleaning 9997 clauses out of 20017 with flag 405000/405000
352.08/187.68	c cleaning 9969 clauses out of 20019 with flag 415000/415000
368.32/196.03	c cleaning 9983 clauses out of 20051 with flag 425001/425001
387.23/205.87	c cleaning 9991 clauses out of 20067 with flag 435000/435000
406.23/215.68	c cleaning 9992 clauses out of 20076 with flag 445000/445000
428.41/227.09	c cleaning 10034 clauses out of 20085 with flag 455001/455001
446.84/236.51	c cleaning 10003 clauses out of 20052 with flag 465002/465002
470.51/248.74	c cleaning 9980 clauses out of 20048 with flag 475001/475001
502.95/265.32	c cleaning 10022 clauses out of 20069 with flag 485002/485002
529.24/278.82	c cleaning 10013 clauses out of 20045 with flag 495000/495000
541.05/285.01	c cleaning 9999 clauses out of 20033 with flag 505001/505001
554.49/292.19	c cleaning 10005 clauses out of 20033 with flag 515000/515000
571.90/301.13	c cleaning 10004 clauses out of 20028 with flag 525000/525000
590.90/311.18	c cleaning 10004 clauses out of 20024 with flag 535000/535000
611.45/322.00	c cleaning 9993 clauses out of 20020 with flag 545000/545000
632.24/332.88	c cleaning 9992 clauses out of 20028 with flag 555001/555001
653.78/343.98	c cleaning 10002 clauses out of 20036 with flag 565001/565001
677.06/355.90	c cleaning 9996 clauses out of 20034 with flag 575001/575001
697.56/366.56	c cleaning 10000 clauses out of 20037 with flag 585000/585000
720.69/378.57	c cleaning 10012 clauses out of 20039 with flag 595003/595003
743.38/390.21	c cleaning 10004 clauses out of 20025 with flag 605001/605001
764.32/401.05	c cleaning 9995 clauses out of 20020 with flag 615000/615000
787.46/412.98	c cleaning 9980 clauses out of 20026 with flag 625001/625001
814.40/426.88	c cleaning 9991 clauses out of 20045 with flag 635000/635000
841.85/440.99	c cleaning 9994 clauses out of 20054 with flag 645000/645000
868.48/454.66	c cleaning 10027 clauses out of 20062 with flag 655002/655002
911.33/476.52	c cleaning 10013 clauses out of 20033 with flag 665000/665000
956.47/499.68	c cleaning 10002 clauses out of 20020 with flag 675000/675000
992.95/518.33	c cleaning 9997 clauses out of 20007 with flag 685001/685001
1023.14/533.82	c cleaning 9999 clauses out of 20006 with flag 695000/695000
1032.26/538.70	c cleaning 9989 clauses out of 20007 with flag 705000/705000
1062.61/554.48	c cleaning 9983 clauses out of 20011 with flag 715001/715001
1124.38/585.90	c cleaning 9982 clauses out of 20027 with flag 725000/725000
1172.38/610.49	c cleaning 10004 clauses out of 20044 with flag 735000/735000
1189.59/619.44	c cleaning 9997 clauses out of 20040 with flag 745000/745000
1205.42/627.83	c cleaning 9994 clauses out of 20044 with flag 755001/755001
1216.91/633.96	c cleaning 10012 clauses out of 20050 with flag 765001/765001
1222.00/636.84	c cleaning 10006 clauses out of 20037 with flag 775000/775000
1227.48/639.95	c cleaning 10003 clauses out of 20032 with flag 785001/785001
1232.85/643.07	c cleaning 9998 clauses out of 20029 with flag 795001/795001
1238.57/646.23	c cleaning 10009 clauses out of 20030 with flag 805000/805000
1243.11/648.89	c cleaning 10001 clauses out of 20021 with flag 815000/815000
1248.03/651.67	c cleaning 10007 clauses out of 20021 with flag 825001/825001
1253.38/654.79	c cleaning 10000 clauses out of 20013 with flag 835000/835000
1258.51/657.65	c cleaning 9998 clauses out of 20014 with flag 845001/845001
1263.81/660.63	c cleaning 10002 clauses out of 20015 with flag 855000/855000
1268.94/663.50	c cleaning 10000 clauses out of 20013 with flag 865000/865000
1273.64/666.34	c cleaning 9998 clauses out of 20013 with flag 875000/875000
1277.95/668.83	c cleaning 10002 clauses out of 20016 with flag 885001/885001
1282.63/671.54	c cleaning 9999 clauses out of 20013 with flag 895000/895000
1287.33/674.27	c cleaning 10002 clauses out of 20015 with flag 905001/905001
1292.19/677.02	c cleaning 10000 clauses out of 20012 with flag 915000/915000
1296.89/679.71	c cleaning 9997 clauses out of 20012 with flag 925000/925000
1301.37/682.37	c cleaning 9999 clauses out of 20016 with flag 935001/935001
1306.45/685.22	c cleaning 10003 clauses out of 20016 with flag 945000/945000
1311.50/688.11	c cleaning 9996 clauses out of 20013 with flag 955000/955000
1316.18/690.88	c cleaning 10000 clauses out of 20018 with flag 965001/965001
1321.24/693.71	c cleaning 10001 clauses out of 20017 with flag 975000/975000
1326.31/696.64	c cleaning 9998 clauses out of 20016 with flag 985000/985000
1331.53/699.64	c cleaning 10004 clauses out of 20019 with flag 995001/995001
1336.18/702.39	c cleaning 10000 clauses out of 20015 with flag 1005001/1005001
1341.45/705.31	c cleaning 10001 clauses out of 20015 with flag 1015001/1015001
1346.54/708.25	c cleaning 9998 clauses out of 20013 with flag 1025000/1025000
1351.71/711.22	c cleaning 10000 clauses out of 20015 with flag 1035000/1035000
1357.00/714.24	c cleaning 10003 clauses out of 20016 with flag 1045001/1045001
1362.09/717.15	c cleaning 10000 clauses out of 20012 with flag 1055000/1055000
1366.94/719.92	c cleaning 9999 clauses out of 20012 with flag 1065000/1065000
1371.83/722.71	c cleaning 9997 clauses out of 20013 with flag 1075000/1075000
1377.47/725.95	c cleaning 9999 clauses out of 20016 with flag 1085000/1085000
1383.72/729.44	c cleaning 9999 clauses out of 20018 with flag 1095001/1095001
1388.81/732.38	c cleaning 10003 clauses out of 20018 with flag 1105000/1105000
1394.58/735.66	c cleaning 9997 clauses out of 20015 with flag 1115000/1115000
1399.87/738.63	c cleaning 10003 clauses out of 20018 with flag 1125000/1125000
1404.40/741.23	c cleaning 10002 clauses out of 20015 with flag 1135000/1135000
1409.71/744.25	c cleaning 10001 clauses out of 20014 with flag 1145001/1145001
1481.07/780.65	c cleaning 9984 clauses out of 20011 with flag 1155000/1155000
1511.89/796.51	c cleaning 9970 clauses out of 20027 with flag 1165000/1165000
1518.52/800.28	c cleaning 9990 clauses out of 20058 with flag 1175001/1175001
1525.97/804.32	c cleaning 9996 clauses out of 20068 with flag 1185001/1185001
1532.77/808.28	c cleaning 9999 clauses out of 20072 with flag 1195001/1195001
1540.59/812.53	c cleaning 9999 clauses out of 20073 with flag 1205001/1205001
1547.80/816.59	c cleaning 9997 clauses out of 20073 with flag 1215000/1215000
1556.17/821.11	c cleaning 10027 clauses out of 20076 with flag 1225001/1225001
1566.12/826.65	c cleaning 10016 clauses out of 20049 with flag 1235001/1235001
1648.95/868.82	c cleaning 9998 clauses out of 20033 with flag 1245001/1245001
1800.14/945.51	c starts		: 189
1800.14/945.51	c conflicts		: 1253185
1800.14/945.51	c decisions		: 1390998
1800.14/945.51	c propagations		: 18939424
1800.14/945.51	c inspects		: 373457057
1800.14/945.52	c learnt literals	: 72
1800.14/945.52	c learnt binary clauses	: 168
1800.14/945.52	c learnt ternary clauses	: 244
1800.14/945.52	c learnt clauses	: 1253113
1800.14/945.52	c ignored clauses	: 0
1800.14/945.52	c root simplifications	: 0
1800.14/945.52	c removed literals (reason simplification)	: 22530818
1800.14/945.52	c reason swapping (by a shorter reason)	: 0
1800.14/945.52	c Calls to reduceDB	: 126
1800.14/945.52	c number of reductions to clauses (during analyze)	: 0
1800.14/945.52	c number of learned constraints concerned by reduction	: 0
1800.14/945.52	c number of learning phase by resolution	: 0
1800.14/945.52	c number of learning phase by cutting planes	: 0
1800.14/945.52	c speed (assignments/second)	: 20113.201195358746
1800.14/945.52	c non guided choices	57513
1800.35/945.63	c learnt constraints type 
1800.35/945.63	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18063
1800.35/945.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 168
1800.35/945.63	c constraints type 
1800.35/945.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1148
1800.35/945.64	c constraints type 
1800.35/945.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1148
1800.35/945.64	s UNKNOWN
1800.35/945.64	c Total wall clock time (in seconds): 945.405

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-2662171-1276547587/watcher-2662171-1276547587 -o /tmp/evaluation-result-2662171-1276547587/solver-2662171-1276547587 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662171-1276547587.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.09 1.09 1.02 3/106 518
/proc/meminfo: memFree=1827356/2059040 swapFree=4140420/4192956
[pid=518] ppid=516 vsize=24036 CPUtime=0
/proc/518/stat : 518 (runsolver) R 516 518 32636 0 -1 4202560 81 0 0 0 0 0 0 0 20 0 1 0 28415025 24612864 106 1992294400 4194304 4302564 140735184951360 18446744073709551615 271797822455 0 2147483391 4096 24578 0 0 0 17 0 0 0 0
/proc/518/statm: 6009 106 69 27 0 2647 0

[startup+0.0910379 s]
/proc/loadavg: 1.09 1.09 1.02 3/106 518
/proc/meminfo: memFree=1827356/2059040 swapFree=4140420/4192956
[pid=518] ppid=516 vsize=1521796 CPUtime=0.06
/proc/518/stat : 518 (java) S 516 518 32636 0 -1 4202496 3831 0 1 0 5 1 0 0 15 0 7 0 28415025 1558319104 3271 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/518/statm: 380449 3271 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101038 s]
/proc/loadavg: 1.09 1.09 1.02 3/106 518
/proc/meminfo: memFree=1827356/2059040 swapFree=4140420/4192956
[pid=518] ppid=516 vsize=1523992 CPUtime=0.08
/proc/518/stat : 518 (java) S 516 518 32636 0 -1 4202496 3917 0 1 0 6 2 0 0 15 0 12 0 28415025 1560567808 3355 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/518/statm: 380998 3355 1062 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1523992

[startup+0.301522 s]
/proc/loadavg: 1.09 1.09 1.02 3/106 518
/proc/meminfo: memFree=1827356/2059040 swapFree=4140420/4192956
[pid=518] ppid=516 vsize=1526552 CPUtime=0.35
/proc/518/stat : 518 (java) S 516 518 32636 0 -1 4202496 5827 0 1 0 32 3 0 0 15 0 12 0 28415025 1563189248 5263 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/518/statm: 381638 5263 1357 10 0 378941 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526552

[startup+0.70115 s]
/proc/loadavg: 1.09 1.09 1.02 3/106 518
/proc/meminfo: memFree=1827356/2059040 swapFree=4140420/4192956
[pid=518] ppid=516 vsize=1528504 CPUtime=1
/proc/518/stat : 518 (java) S 516 518 32636 0 -1 4202496 8175 0 1 0 96 4 0 0 15 0 12 0 28415025 1565188096 7523 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/518/statm: 382126 7523 1401 10 0 379429 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1528504

[startup+1.5023 s]
/proc/loadavg: 1.09 1.09 1.02 4/118 530
/proc/meminfo: memFree=1781940/2059040 swapFree=4140420/4192956
[pid=518] ppid=516 vsize=1541544 CPUtime=2.49
/proc/518/stat : 518 (java) S 516 518 32636 0 -1 4202496 25849 0 1 0 238 11 0 0 15 0 12 0 28415025 1578541056 22779 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/518/statm: 385386 22779 1406 10 0 382689 0
[pid=518/tid=520] ppid=516 vsize=1541544 CPUtime=1.2
/proc/518/task/520/stat : 520 (java) R 516 518 32636 0 -1 4202560 17806 0 1 0 111 9 0 0 18 0 12 0 28415027 1578541056 22779 1992294400 134512640 134550932 4288406240 18446744073709551615 4109512343 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=518/tid=521] ppid=516 vsize=1541544 CPUtime=0
/proc/518/task/521/stat : 521 (java) S 516 518 32636 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 12 0 28415028 1578541056 22779 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=522] ppid=516 vsize=1541544 CPUtime=0
/proc/518/task/522/stat : 522 (java) S 516 518 32636 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 12 0 28415028 1578541056 22779 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=523] ppid=516 vsize=1541544 CPUtime=0
/proc/518/task/523/stat : 523 (java) S 516 518 32636 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28415030 1578541056 22779 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 0 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=524] ppid=516 vsize=1541544 CPUtime=0
/proc/518/task/524/stat : 524 (java) S 516 518 32636 0 -1 4202560 11 0 0 0 0 0 0 0 21 0 12 0 28415031 1578541056 22779 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=525] ppid=516 vsize=1541544 CPUtime=0
/proc/518/task/525/stat : 525 (java) S 516 518 32636 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 12 0 28415031 1578541056 22779 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=526] ppid=516 vsize=1541544 CPUtime=0
/proc/518/task/526/stat : 526 (java) S 516 518 32636 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 12 0 28415035 1578541056 22779 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=527] ppid=516 vsize=1541544 CPUtime=0.37
/proc/518/task/527/stat : 527 (java) S 516 518 32636 0 -1 4202560 1325 0 0 0 37 0 0 0 15 0 12 0 28415035 1578541056 22779 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=528] ppid=516 vsize=1541544 CPUtime=0.9
/proc/518/task/528/stat : 528 (java) S 516 518 32636 0 -1 4202560 5650 0 0 0 89 1 0 0 16 0 12 0 28415035 1578541056 22779 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
[pid=518/tid=529] ppid=516 vsize=1541544 CPUtime=0
/proc/518/task/529/stat : 529 (java) S 516 518 32636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28415035 1578541056 22779 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=530] ppid=516 vsize=1541544 CPUtime=0
/proc/518/task/530/stat : 530 (java) S 516 518 32636 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 12 0 28415035 1578541056 22779 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 1541544

[startup+3.1016 s]
/proc/loadavg: 1.08 1.08 1.02 2/118 530
/proc/meminfo: memFree=1687328/2059040 swapFree=4140420/4192956
[pid=518] ppid=516 vsize=1542568 CPUtime=4.3
/proc/518/stat : 518 (java) S 516 518 32636 0 -1 4202496 47631 0 1 0 409 21 0 0 15 0 12 0 28415025 1579589632 43988 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/518/statm: 385642 43988 1417 10 0 382945 0
[pid=518/tid=520] ppid=516 vsize=1542568 CPUtime=2.62
/proc/518/task/520/stat : 520 (java) R 516 518 32636 0 -1 4202560 32014 0 1 0 247 15 0 0 18 0 12 0 28415027 1579589632 43988 1992294400 134512640 134550932 4288406240 18446744073709551615 4109383359 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=518/tid=521] ppid=516 vsize=1542568 CPUtime=0.14
/proc/518/task/521/stat : 521 (java) S 516 518 32636 0 -1 4202560 3923 0 0 0 13 1 0 0 18 0 12 0 28415028 1579589632 43988 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=522] ppid=516 vsize=1542568 CPUtime=0.14
/proc/518/task/522/stat : 522 (java) S 516 518 32636 0 -1 4202560 3362 0 0 0 13 1 0 0 18 0 12 0 28415028 1579589632 43988 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=523] ppid=516 vsize=1542568 CPUtime=0
/proc/518/task/523/stat : 523 (java) S 516 518 32636 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 12 0 28415030 1579589632 43988 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 0 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
[pid=518/tid=524] ppid=516 vsize=1542568 CPUtime=0
/proc/518/task/524/stat : 524 (java) S 516 518 32636 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 28415031 1579589632 43988 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=525] ppid=516 vsize=1542568 CPUtime=0
/proc/518/task/525/stat : 525 (java) S 516 518 32636 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 28415031 1579589632 43988 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=526] ppid=516 vsize=1542568 CPUtime=0
/proc/518/task/526/stat : 526 (java) S 516 518 32636 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 12 0 28415035 1579589632 43988 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=527] ppid=516 vsize=1542568 CPUtime=0.43
/proc/518/task/527/stat : 527 (java) R 516 518 32636 0 -1 4202560 1609 0 0 0 43 0 0 0 16 0 12 0 28415035 1579589632 43988 1992294400 134512640 134550932 4288406240 18446744073709551615 106251783 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=518/tid=528] ppid=516 vsize=1542568 CPUtime=0.93
/proc/518/task/528/stat : 528 (java) S 516 518 32636 0 -1 4202560 5650 0 0 0 92 1 0 0 15 0 12 0 28415035 1579589632 43988 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
[pid=518/tid=529] ppid=516 vsize=1542568 CPUtime=0
/proc/518/task/529/stat : 529 (java) S 516 518 32636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28415035 1579589632 43988 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=530] ppid=516 vsize=1542568 CPUtime=0
/proc/518/task/530/stat : 530 (java) S 516 518 32636 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28415035 1579589632 43988 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 1542568

[startup+6.30176 s]
/proc/loadavg: 1.08 1.08 1.02 4/122 534
/proc/meminfo: memFree=1605084/2059040 swapFree=4140420/4192956
[pid=518] ppid=516 vsize=1543864 CPUtime=10.19
/proc/518/stat : 518 (java) S 516 518 32636 0 -1 4202496 63670 0 1 0 988 31 0 0 15 0 16 0 28415025 1580916736 56920 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/518/statm: 385966 56920 1438 10 0 383269 0
[pid=518/tid=520] ppid=516 vsize=1543864 CPUtime=3.14
/proc/518/task/520/stat : 520 (java) S 516 518 32636 0 -1 4202560 32040 0 1 0 299 15 0 0 18 0 16 0 28415027 1580916736 56920 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=521] ppid=516 vsize=1543864 CPUtime=0.62
/proc/518/task/521/stat : 521 (java) S 516 518 32636 0 -1 4202560 11842 0 0 0 56 6 0 0 16 0 16 0 28415028 1580916736 56920 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
[pid=518/tid=522] ppid=516 vsize=1543864 CPUtime=0.62
/proc/518/task/522/stat : 522 (java) S 516 518 32636 0 -1 4202560 10182 0 0 0 58 4 0 0 16 0 16 0 28415028 1580916736 56920 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=523] ppid=516 vsize=1543864 CPUtime=0
/proc/518/task/523/stat : 523 (java) S 516 518 32636 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 28415030 1580916736 56920 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 0 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
[pid=518/tid=524] ppid=516 vsize=1543864 CPUtime=0
/proc/518/task/524/stat : 524 (java) S 516 518 32636 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 28415031 1580916736 56920 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=525] ppid=516 vsize=1543864 CPUtime=0
/proc/518/task/525/stat : 525 (java) S 516 518 32636 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28415031 1580916736 56920 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=526] ppid=516 vsize=1543864 CPUtime=0
/proc/518/task/526/stat : 526 (java) S 516 518 32636 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 16 0 28415035 1580916736 56920 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=527] ppid=516 vsize=1543864 CPUtime=1.18
/proc/518/task/527/stat : 527 (java) S 516 518 32636 0 -1 4202560 2752 0 0 0 117 1 0 0 15 0 16 0 28415035 1580916736 56920 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=528] ppid=516 vsize=1543864 CPUtime=1.61
/proc/518/task/528/stat : 528 (java) S 516 518 32636 0 -1 4202560 5720 0 0 0 160 1 0 0 16 0 16 0 28415035 1580916736 56920 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
[pid=518/tid=529] ppid=516 vsize=1543864 CPUtime=0
/proc/518/task/529/stat : 529 (java) S 516 518 32636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28415035 1580916736 56920 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=530] ppid=516 vsize=1543864 CPUtime=0
/proc/518/task/530/stat : 530 (java) S 516 518 32636 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 28415035 1580916736 56920 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
[pid=518/tid=531] ppid=516 vsize=1543864 CPUtime=1.52
/proc/518/task/531/stat : 531 (java) R 516 518 32636 0 -1 4202560 17 0 0 0 152 0 0 0 19 0 16 0 28415413 1580916736 56920 1992294400 134512640 134550932 4288406240 18446744073709551615 4109700977 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=518/tid=532] ppid=516 vsize=1543864 CPUtime=1.42
/proc/518/task/532/stat : 532 (java) R 516 518 32636 0 -1 4202560 35 0 0 0 142 0 0 0 20 0 16 0 28415413 1580916736 56920 1992294400 134512640 134550932 4288406240 18446744073709551615 4109434631 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=518/tid=533] ppid=516 vsize=1543864 CPUtime=0
/proc/518/task/533/stat : 533 (java) S 516 518 32636 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 28415485 1580916736 56920 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=534] ppid=516 vsize=1543864 CPUtime=0
/proc/518/task/534/stat : 534 (java) S 516 518 32636 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 28415494 1580916736 56920 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.19
Current children cumulated vsize (KiB) 1543864

[startup+12.7024 s]
/proc/loadavg: 1.22 1.11 1.03 3/122 534
/proc/meminfo: memFree=1574704/2059040 swapFree=4140420/4192956
[pid=518] ppid=516 vsize=1542108 CPUtime=22.85
/proc/518/stat : 518 (java) S 516 518 32636 0 -1 4202496 73086 0 1 0 2248 37 0 0 15 0 16 0 28415025 1579118592 64678 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/518/statm: 385527 64678 1440 10 0 382830 0
[pid=518/tid=520] ppid=516 vsize=1542108 CPUtime=3.14
/proc/518/task/520/stat : 520 (java) S 516 518 32636 0 -1 4202560 32041 0 1 0 299 15 0 0 15 0 16 0 28415027 1579118592 64678 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=521] ppid=516 vsize=1542108 CPUtime=1.06
/proc/518/task/521/stat : 521 (java) S 516 518 32636 0 -1 4202560 16714 0 0 0 98 8 0 0 16 0 16 0 28415028 1579118592 64678 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
[pid=518/tid=522] ppid=516 vsize=1542108 CPUtime=1.05
/proc/518/task/522/stat : 522 (java) S 516 518 32636 0 -1 4202560 14651 0 0 0 99 6 0 0 15 0 16 0 28415028 1579118592 64678 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=523] ppid=516 vsize=1542108 CPUtime=0.03
/proc/518/task/523/stat : 523 (java) S 516 518 32636 0 -1 4202560 7 0 0 0 2 1 0 0 15 0 16 0 28415030 1579118592 64678 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 0 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
[pid=518/tid=524] ppid=516 vsize=1542108 CPUtime=0
/proc/518/task/524/stat : 524 (java) S 516 518 32636 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 28415031 1579118592 64678 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=525] ppid=516 vsize=1542108 CPUtime=0
/proc/518/task/525/stat : 525 (java) S 516 518 32636 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28415031 1579118592 64678 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=526] ppid=516 vsize=1542108 CPUtime=0
/proc/518/task/526/stat : 526 (java) S 516 518 32636 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 16 0 28415035 1579118592 64678 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=527] ppid=516 vsize=1542108 CPUtime=1.43
/proc/518/task/527/stat : 527 (java) S 516 518 32636 0 -1 4202560 2769 0 0 0 142 1 0 0 15 0 16 0 28415035 1579118592 64678 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=528] ppid=516 vsize=1542108 CPUtime=2.02
/proc/518/task/528/stat : 528 (java) S 516 518 32636 0 -1 4202560 5757 0 0 0 201 1 0 0 16 0 16 0 28415035 1579118592 64678 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
[pid=518/tid=529] ppid=516 vsize=1542108 CPUtime=0
/proc/518/task/529/stat : 529 (java) S 516 518 32636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28415035 1579118592 64678 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=530] ppid=516 vsize=1542108 CPUtime=0
/proc/518/task/530/stat : 530 (java) S 516 518 32636 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 28415035 1579118592 64678 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
[pid=518/tid=531] ppid=516 vsize=1542108 CPUtime=7.12
/proc/518/task/531/stat : 531 (java) R 516 518 32636 0 -1 4202560 22 0 0 0 712 0 0 0 25 0 16 0 28415413 1579118592 64678 1992294400 134512640 134550932 4288406240 18446744073709551615 4109854037 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=518/tid=532] ppid=516 vsize=1542108 CPUtime=6.92
/proc/518/task/532/stat : 532 (java) R 516 518 32636 0 -1 4202560 50 0 0 0 692 0 0 0 25 0 16 0 28415413 1579118592 64678 1992294400 134512640 134550932 4288406240 18446744073709551615 4109518463 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=518/tid=533] ppid=516 vsize=1542108 CPUtime=0
/proc/518/task/533/stat : 533 (java) S 516 518 32636 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 28415485 1579118592 64678 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=534] ppid=516 vsize=1542108 CPUtime=0
/proc/518/task/534/stat : 534 (java) S 516 518 32636 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 28415494 1579118592 64678 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.85
Current children cumulated vsize (KiB) 1542108

[startup+25.5016 s]
/proc/loadavg: 1.35 1.14 1.04 5/122 536
/proc/meminfo: memFree=1552508/2059040 swapFree=4140420/4192956
[pid=518] ppid=516 vsize=1547228 CPUtime=46.81
/proc/518/stat : 518 (java) S 516 518 32636 0 -1 4202496 79218 0 1 0 4640 41 0 0 15 0 16 0 28415025 1584361472 69785 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/518/statm: 386807 107347 1449 10 0 384110 0
[pid=518/tid=520] ppid=516 vsize=1547228 CPUtime=3.14
/proc/518/task/520/stat : 520 (java) S 516 518 32636 0 -1 4202560 32068 0 1 0 299 15 0 0 15 0 16 0 28415027 1584361472 107347 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=521] ppid=516 vsize=1547228 CPUtime=7.72
/proc/518/task/521/stat : 521 (java) S 516 518 32636 0 -1 4202560 39396 0 0 0 739 33 0 0 16 0 16 0 28415028 1584361472 107347 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
[pid=518/tid=522] ppid=516 vsize=1547228 CPUtime=7.73
/proc/518/task/522/stat : 522 (java) S 516 518 32636 0 -1 4202560 37436 0 0 0 743 30 0 0 16 0 16 0 28415028 1584361472 107347 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=523] ppid=516 vsize=1547228 CPUtime=73.03
/proc/518/task/523/stat : 523 (java) S 516 518 32636 0 -1 4202560 341823 0 0 0 7164 139 0 0 15 0 16 0 28415030 1584361472 107347 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 0 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=524] ppid=516 vsize=1547228 CPUtime=0
/proc/518/task/524/stat : 524 (java) S 516 518 32636 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 28415031 1584361472 107347 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=525] ppid=516 vsize=1547228 CPUtime=0
/proc/518/task/525/stat : 525 (java) S 516 518 32636 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28415031 1584361472 107347 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=526] ppid=516 vsize=1547228 CPUtime=0
/proc/518/task/526/stat : 526 (java) S 516 518 32636 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 16 0 28415035 1584361472 107347 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=527] ppid=516 vsize=1547228 CPUtime=1.99
/proc/518/task/527/stat : 527 (java) S 516 518 32636 0 -1 4202560 4652 0 0 0 197 2 0 0 15 0 16 0 28415035 1584361472 107347 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=528] ppid=516 vsize=1547228 CPUtime=2.58
/proc/518/task/528/stat : 528 (java) S 516 518 32636 0 -1 4202560 5799 0 0 0 257 1 0 0 15 0 16 0 28415035 1584361472 107347 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
[pid=518/tid=529] ppid=516 vsize=1547228 CPUtime=0
/proc/518/task/529/stat : 529 (java) S 516 518 32636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28415035 1584361472 107347 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=530] ppid=516 vsize=1547228 CPUtime=0
/proc/518/task/530/stat : 530 (java) S 516 518 32636 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 28415035 1584361472 107347 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=531] ppid=516 vsize=1547228 CPUtime=789.78
/proc/518/task/531/stat : 531 (java) R 516 518 32636 0 -1 4202560 729 0 0 0 78957 21 0 0 25 0 16 0 28415413 1584361472 107347 1992294400 134512640 134550932 4288406240 18446744073709551615 4109700773 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=518/tid=532] ppid=516 vsize=1547228 CPUtime=788.87
/proc/518/task/532/stat : 532 (java) R 516 518 32636 0 -1 4202560 758 0 0 0 78868 19 0 0 25 0 16 0 28415413 1584361472 107347 1992294400 134512640 134550932 4288406240 18446744073709551615 4109434631 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=518/tid=533] ppid=516 vsize=1547228 CPUtime=0
/proc/518/task/533/stat : 533 (java) S 516 518 32636 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 28415485 1584361472 107347 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=534] ppid=516 vsize=1547228 CPUtime=0
/proc/518/task/534/stat : 534 (java) S 516 518 32636 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 28415494 1584361472 107347 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1674.94
Current children cumulated vsize (KiB) 1547228

[startup+942.302 s]
/proc/loadavg: 2.00 1.99 1.66 3/122 563
/proc/meminfo: memFree=1397260/2059040 swapFree=4140420/4192956
[pid=518] ppid=516 vsize=1547228 CPUtime=1793.8
/proc/518/stat : 518 (java) S 516 518 32636 0 -1 4202496 464690 0 1 0 179106 274 0 0 15 0 16 0 28415025 1584361472 108145 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/518/statm: 386807 108145 1449 10 0 384110 0
[pid=518/tid=520] ppid=516 vsize=1547228 CPUtime=3.14
/proc/518/task/520/stat : 520 (java) S 516 518 32636 0 -1 4202560 32068 0 1 0 299 15 0 0 15 0 16 0 28415027 1584361472 108145 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=521] ppid=516 vsize=1547228 CPUtime=8.17
/proc/518/task/521/stat : 521 (java) S 516 518 32636 0 -1 4202560 39786 0 0 0 783 34 0 0 16 0 16 0 28415028 1584361472 108145 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=522] ppid=516 vsize=1547228 CPUtime=8.18
/proc/518/task/522/stat : 522 (java) S 516 518 32636 0 -1 4202560 37845 0 0 0 787 31 0 0 15 0 16 0 28415028 1584361472 108145 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
[pid=518/tid=523] ppid=516 vsize=1547228 CPUtime=73.08
/proc/518/task/523/stat : 523 (java) S 516 518 32636 0 -1 4202560 341826 0 0 0 7168 140 0 0 15 0 16 0 28415030 1584361472 108145 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 0 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
[pid=518/tid=524] ppid=516 vsize=1547228 CPUtime=0
/proc/518/task/524/stat : 524 (java) S 516 518 32636 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 28415031 1584361472 108145 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=525] ppid=516 vsize=1547228 CPUtime=0
/proc/518/task/525/stat : 525 (java) S 516 518 32636 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28415031 1584361472 108145 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=526] ppid=516 vsize=1547228 CPUtime=0
/proc/518/task/526/stat : 526 (java) S 516 518 32636 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 16 0 28415035 1584361472 108145 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=527] ppid=516 vsize=1547228 CPUtime=1.99
/proc/518/task/527/stat : 527 (java) S 516 518 32636 0 -1 4202560 4652 0 0 0 197 2 0 0 15 0 16 0 28415035 1584361472 108145 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=528] ppid=516 vsize=1547228 CPUtime=2.58
/proc/518/task/528/stat : 528 (java) S 516 518 32636 0 -1 4202560 5799 0 0 0 257 1 0 0 15 0 16 0 28415035 1584361472 108145 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
[pid=518/tid=529] ppid=516 vsize=1547228 CPUtime=0
/proc/518/task/529/stat : 529 (java) S 516 518 32636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28415035 1584361472 108145 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=530] ppid=516 vsize=1547228 CPUtime=0
/proc/518/task/530/stat : 530 (java) S 516 518 32636 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 28415035 1584361472 108145 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=531] ppid=516 vsize=1547228 CPUtime=848.45
/proc/518/task/531/stat : 531 (java) R 516 518 32636 0 -1 4202560 767 0 0 0 84819 26 0 0 25 0 16 0 28415413 1584361472 108145 1992294400 134512640 134550932 4288406240 18446744073709551615 4109701114 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=518/tid=532] ppid=516 vsize=1547228 CPUtime=848.12
/proc/518/task/532/stat : 532 (java) R 516 518 32636 0 -1 4202560 819 0 0 0 84792 20 0 0 25 0 16 0 28415413 1584361472 108145 1992294400 134512640 134550932 4288406240 18446744073709551615 4109434995 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=518/tid=533] ppid=516 vsize=1547228 CPUtime=0
/proc/518/task/533/stat : 533 (java) S 516 518 32636 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 28415485 1584361472 108145 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=534] ppid=516 vsize=1547228 CPUtime=0
/proc/518/task/534/stat : 534 (java) S 516 518 32636 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 28415494 1584361472 108145 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1793.8
Current children cumulated vsize (KiB) 1547228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+945.502 s]
/proc/loadavg: 2.00 1.99 1.66 3/122 563
/proc/meminfo: memFree=1397012/2059040 swapFree=4140420/4192956
[pid=518] ppid=516 vsize=1547228 CPUtime=1800.14
/proc/518/stat : 518 (java) S 516 518 32636 0 -1 4202496 464738 0 1 0 179740 274 0 0 15 0 16 0 28415025 1584361472 108183 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/518/statm: 386807 108183 1449 10 0 384110 0
[pid=518/tid=520] ppid=516 vsize=1547228 CPUtime=3.14
/proc/518/task/520/stat : 520 (java) S 516 518 32636 0 -1 4202560 32068 0 1 0 299 15 0 0 15 0 16 0 28415027 1584361472 108183 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=521] ppid=516 vsize=1547228 CPUtime=8.18
/proc/518/task/521/stat : 521 (java) S 516 518 32636 0 -1 4202560 39818 0 0 0 784 34 0 0 16 0 16 0 28415028 1584361472 108183 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=522] ppid=516 vsize=1547228 CPUtime=8.19
/proc/518/task/522/stat : 522 (java) S 516 518 32636 0 -1 4202560 37853 0 0 0 788 31 0 0 16 0 16 0 28415028 1584361472 108183 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
[pid=518/tid=523] ppid=516 vsize=1547228 CPUtime=73.09
/proc/518/task/523/stat : 523 (java) S 516 518 32636 0 -1 4202560 341828 0 0 0 7169 140 0 0 15 0 16 0 28415030 1584361472 108183 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 0 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
[pid=518/tid=524] ppid=516 vsize=1547228 CPUtime=0
/proc/518/task/524/stat : 524 (java) S 516 518 32636 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 28415031 1584361472 108183 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=525] ppid=516 vsize=1547228 CPUtime=0
/proc/518/task/525/stat : 525 (java) S 516 518 32636 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28415031 1584361472 108183 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=526] ppid=516 vsize=1547228 CPUtime=0
/proc/518/task/526/stat : 526 (java) S 516 518 32636 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 16 0 28415035 1584361472 108183 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=527] ppid=516 vsize=1547228 CPUtime=1.99
/proc/518/task/527/stat : 527 (java) S 516 518 32636 0 -1 4202560 4652 0 0 0 197 2 0 0 15 0 16 0 28415035 1584361472 108183 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=528] ppid=516 vsize=1547228 CPUtime=2.58
/proc/518/task/528/stat : 528 (java) S 516 518 32636 0 -1 4202560 5799 0 0 0 257 1 0 0 15 0 16 0 28415035 1584361472 108183 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
[pid=518/tid=529] ppid=516 vsize=1547228 CPUtime=0
/proc/518/task/529/stat : 529 (java) S 516 518 32636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28415035 1584361472 108183 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=530] ppid=516 vsize=1547228 CPUtime=0
/proc/518/task/530/stat : 530 (java) S 516 518 32636 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 28415035 1584361472 108183 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=531] ppid=516 vsize=1547228 CPUtime=851.61
/proc/518/task/531/stat : 531 (java) R 516 518 32636 0 -1 4202560 769 0 0 0 85135 26 0 0 25 0 16 0 28415413 1584361472 108183 1992294400 134512640 134550932 4288406240 18446744073709551615 4109700773 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=518/tid=532] ppid=516 vsize=1547228 CPUtime=851.26
/proc/518/task/532/stat : 532 (java) R 516 518 32636 0 -1 4202560 821 0 0 0 85106 20 0 0 25 0 16 0 28415413 1584361472 108183 1992294400 134512640 134550932 4288406240 18446744073709551615 4109434920 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=518/tid=533] ppid=516 vsize=1547228 CPUtime=0
/proc/518/task/533/stat : 533 (java) S 516 518 32636 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 28415485 1584361472 108183 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=534] ppid=516 vsize=1547228 CPUtime=0
/proc/518/task/534/stat : 534 (java) S 516 518 32636 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 28415494 1584361472 108183 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 1547228

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

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

[startup+945.616 s]
/proc/loadavg: 2.00 1.99 1.66 3/122 563
/proc/meminfo: memFree=1397012/2059040 swapFree=4140420/4192956
[pid=518] ppid=516 vsize=1547876 CPUtime=1800.35
/proc/518/stat : 518 (java) S 516 518 32636 0 -1 4202496 464754 0 1 0 179761 274 0 0 15 0 18 0 28415025 1585025024 108199 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/518/statm: 386969 108199 1449 10 0 384272 0
[pid=518/tid=520] ppid=516 vsize=1547876 CPUtime=3.14
/proc/518/task/520/stat : 520 (java) S 516 518 32636 0 -1 4202560 32068 0 1 0 299 15 0 0 15 0 18 0 28415027 1585025024 108199 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=521] ppid=516 vsize=1547876 CPUtime=8.18
/proc/518/task/521/stat : 521 (java) S 516 518 32636 0 -1 4202560 39818 0 0 0 784 34 0 0 16 0 18 0 28415028 1585025024 108199 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=522] ppid=516 vsize=1547876 CPUtime=8.19
/proc/518/task/522/stat : 522 (java) S 516 518 32636 0 -1 4202560 37853 0 0 0 788 31 0 0 16 0 18 0 28415028 1585025024 108199 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
[pid=518/tid=523] ppid=516 vsize=1547876 CPUtime=73.09
/proc/518/task/523/stat : 523 (java) S 516 518 32636 0 -1 4202560 341828 0 0 0 7169 140 0 0 15 0 18 0 28415030 1585025024 108199 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 0 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
[pid=518/tid=524] ppid=516 vsize=1547876 CPUtime=0
/proc/518/task/524/stat : 524 (java) S 516 518 32636 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 28415031 1585025024 108199 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=525] ppid=516 vsize=1547876 CPUtime=0
/proc/518/task/525/stat : 525 (java) S 516 518 32636 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 28415031 1585025024 108199 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=526] ppid=516 vsize=1547876 CPUtime=0
/proc/518/task/526/stat : 526 (java) S 516 518 32636 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 18 0 28415035 1585025024 108199 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=527] ppid=516 vsize=1547876 CPUtime=1.99
/proc/518/task/527/stat : 527 (java) S 516 518 32636 0 -1 4202560 4652 0 0 0 197 2 0 0 15 0 18 0 28415035 1585025024 108199 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=528] ppid=516 vsize=1547876 CPUtime=2.58
/proc/518/task/528/stat : 528 (java) S 516 518 32636 0 -1 4202560 5799 0 0 0 257 1 0 0 15 0 18 0 28415035 1585025024 108199 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
[pid=518/tid=529] ppid=516 vsize=1547876 CPUtime=0
/proc/518/task/529/stat : 529 (java) S 516 518 32636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 28415035 1585025024 108199 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=530] ppid=516 vsize=1547876 CPUtime=0
/proc/518/task/530/stat : 530 (java) R 516 518 32636 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 18 0 28415035 1585025024 108199 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=518/tid=531] ppid=516 vsize=1547876 CPUtime=851.72
/proc/518/task/531/stat : 531 (java) R 516 518 32636 0 -1 4202560 769 0 0 0 85146 26 0 0 25 0 18 0 28415413 1585025024 108199 1992294400 134512640 134550932 4288406240 18446744073709551615 4109701128 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=518/tid=532] ppid=516 vsize=1547876 CPUtime=851.36
/proc/518/task/532/stat : 532 (java) R 516 518 32636 0 -1 4202560 821 0 0 0 85116 20 0 0 25 0 18 0 28415413 1585025024 108199 1992294400 134512640 134550932 4288406240 18446744073709551615 4110280961 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=518/tid=533] ppid=516 vsize=1547876 CPUtime=0
/proc/518/task/533/stat : 533 (java) S 516 518 32636 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 18 0 28415485 1585025024 108199 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 0 0 0 0
[pid=518/tid=534] ppid=516 vsize=1547876 CPUtime=0
/proc/518/task/534/stat : 534 (java) S 516 518 32636 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 28415494 1585025024 108199 1992294400 134512640 134550932 4288406240 18446744073709551615 4294960144 0 4 0 16800975 18446604437833436224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 1547876

[startup+945.702 s]
/proc/loadavg: 2.00 1.99 1.66 3/122 563
/proc/meminfo: memFree=1397012/2059040 swapFree=4140420/4192956
[pid=518] ppid=516 vsize=0 CPUtime=1800.5
/proc/518/stat : 518 (java) Z 516 518 32636 0 -1 4203548 464762 0 1 0 179772 278 0 0 15 0 2 0 28415025 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/518/statm: 0 0 0 0 0 0 0
[pid=518/tid=532] ppid=516 vsize=0 CPUtime=851.43
/proc/518/task/532/stat : 532 (java) R 516 518 32636 0 -1 4203588 821 0 0 0 85119 24 0 0 25 0 2 0 28415413 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.5
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 945.714
CPU time (s): 1800.52
CPU user time (s): 1797.72
CPU system time (s): 2.79257
CPU usage (%): 190.387
Max. virtual memory (cumulated for all children) (KiB): 1560040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.72
system time used= 2.79257
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 464762
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= 38406
involuntary context switches= 56532

runsolver used 4.15937 second user time and 9.1846 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-14 22:33:07
IDJOB=2662171
IDBENCH=2406
IDSOLVER=1166
FILE ID=node019/2662171-1276547587
PBS_JOBID= 11173479
Free space on /tmp= 62376 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-maros.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662171-1276547587/watcher-2662171-1276547587 -o /tmp/evaluation-result-2662171-1276547587/solver-2662171-1276547587 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662171-1276547587.opb

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

MD5SUM BENCH= a4588bb38746a3d57566a2a5df85a941
RANDOM SEED=55575663

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1827752 kB
Buffers:         31820 kB
Cached:         108076 kB
SwapCached:       5712 kB
Active:          82760 kB
Inactive:        69648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1827752 kB
SwapTotal:     4192956 kB
SwapFree:      4140420 kB
Dirty:            4748 kB
Writeback:           0 kB
AnonPages:       10996 kB
Mapped:          13308 kB
Slab:            57024 kB
PageTables:       4052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180456 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= 62376 MiB
End job on node019 at 2010-06-14 22:48:55